build: avoid "make check" failure without .git/ directory
[gnulib.git] / ChangeLog
1 2010-04-24  Ian Beckwith  <ianb@erislabs.net>
2
3         build: avoid "make check" failure without .git/ directory
4         * Makefile (sc_prefer_ac_check_funcs_once): Skip this test when
5         there is no .git/ directory.
6
7 2010-04-25  Bruno Haible  <bruno@clisp.org>
8
9         ptsname: Fix misuse of ttyname_r.
10         * lib/ptsname.c (__ptsname_r): Use __ttyname_r's return value instead
11         of errno.
12
13 2010-04-25  Bruno Haible  <bruno@clisp.org>
14
15         ttyname_r: Make it work on Solaris 10.
16         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Define HAVE_POSIXDECL_TTYNAME_R
17         if the system function has the POSIX declaration. Test whether the
18         function fails if the buffer is less than 128 bytes large.
19         * lib/ttyname_r.c (ttyname_r): Handle both possible declarations of the
20         system's ttyname_r function. Provide a reasonably large buffer.
21         * modules/ttyname_r (Depends-on): Add extensions.
22         * doc/posix-functions/ttyname_r.texi: Mention the Solaris problem.
23
24 2010-04-25  Bruno Haible  <bruno@clisp.org>
25
26         Use the 'extensions' module for some more functions on Solaris.
27         * doc/posix-functions/asctime_r.texi: Recommend to use the 'extensions'
28         module.
29         * doc/posix-functions/ctime_r.texi: Likewise.
30         * doc/posix-functions/getgrgid_r.texi: Likewise.
31         * doc/posix-functions/getgrnam_r.texi: Likewise.
32         * doc/posix-functions/getpwnam_r.texi: Likewise.
33         * doc/posix-functions/getpwuid_r.texi: Likewise.
34         * doc/posix-functions/readdir_r.texi: Likewise.
35         * doc/posix-functions/sigwait.texi: Likewise.
36         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Add comment.
37         * doc/posix-functions/getlogin_r.texi: Mark Solaris problem as fixed.
38
39 2010-04-25  Bruno Haible  <bruno@clisp.org>
40
41         ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.
42         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Test whether the system function
43         has the POSIX declaration. Set REPLACE_TTYNAME_R if not.
44         * lib/ttyname_r.c: Include <limits.h>.
45         (ttyname_r): Define using the system's ttyname_r function, if it exists
46         and not on Solaris.
47         * lib/unistd.in.h (ttyname_r): Replace function if REPLACE_TTYNAME_R is
48         set.
49         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize REPLACE_TTYNAME_R.
50         * modules/unistd (Makefile.am): Substitute REPLACE_TTYNAME_R.
51         * doc/posix-functions/ttyname_r.texi: Mark the problem as fixed.
52         Reported by Simon Josefsson.
53
54 2010-04-25  Bruno Haible  <bruno@clisp.org>
55
56         Mention effects of _POSIX_PTHREAD_SEMANTICS on Solaris.
57         * doc/posix-functions/asctime_r.texi: Mention the Solaris problem.
58         * doc/posix-functions/ctime_r.texi: Likewise.
59         * doc/posix-functions/getgrgid_r.texi: Likewise.
60         * doc/posix-functions/getgrnam_r.texi: Likewise.
61         * doc/posix-functions/getlogin_r.texi: Likewise.
62         * doc/posix-functions/getpwnam_r.texi: Likewise.
63         * doc/posix-functions/getpwuid_r.texi: Likewise.
64         * doc/posix-functions/readdir_r.texi: Likewise.
65         * doc/posix-functions/sigwait.texi: Likewise.
66         * doc/posix-functions/ttyname_r.texi: Likewise.
67         Reported by Simon Josefsson.
68
69 2010-04-25  Bruno Haible  <bruno@clisp.org>
70
71         gnulib-tool: Don't include hairy tests of dependencies in testdirs.
72         * gnulib-tool (func_usage): Document that --with-*-tests options apply
73         also to --create-testdir.
74         (func_acceptable): Don't consider the status of *-tests modules here.
75         (func_modules_transitive_closure): Consider it here, before including a
76         test module.
77         (func_import, func_create_testdir): Set inc_all_direct_tests,
78         inc_all_indirect_tests.
79         * doc/gnulib.texi (Extra tests modules): Document new behaviour of
80         --create-testdir and --create-megatestdir.
81
82 2010-04-25  Bruno Haible  <bruno@clisp.org>
83
84         gnulib-tool: Add --without-*-tests options.
85         * gnulib-tool (func_usage): Document the --without-*-tests options.
86         (excl_cxx_tests, excl_longrunning_tests, excl_privileged_tests,
87         excl_unportable_tests): New variables.
88         Fail if they are specified with --import or --update.
89         (func_acceptable): Respect the excl_*_tests variables.
90         (func_import): Set the excl_*_tests variables to empty.
91
92 2010-04-25  Simon Josefsson  <simon@josefsson.org>
93             Bruno Haible  <bruno@clisp.org>
94
95         Work around a MacOS X 10.4 bug with openpty.
96         * doc/glibc-functions/openpty.texi: Mention the MacOS X 10.4 bug.
97         * tests/test-openpty.c (main): Close the master side explicitly.
98
99 2010-04-25  Bruno Haible  <bruno@clisp.org>
100
101         strnlen: Fix a C++ test error on MacOS X and Solaris.
102         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Don't set REPLACE_STRNLEN to 1 if
103         the function is not declared.
104         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com> and
105         Simon Josefsson.
106
107 2010-04-24  Bruno Haible  <bruno@clisp.org>
108
109         Avoid a gcc warning.
110         * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Pass argument
111         of correct type for %08lx directive.
112         Reported by Eric Blake.
113
114 2010-04-24  Bruno Haible  <bruno@clisp.org>
115
116         vasnprintf: Correct errno value in case of out-of-memory.
117         * lib/vasnprintf.c (VASNPRINTF): Set errno to 0 before calling SNPRINTF
118         or sprintf. Use the errno value from SNPRINTF or sprintf.
119         Reported by Ian Beckwith <ianb@erislabs.net>.
120
121 2010-04-24  Bruno Haible  <bruno@clisp.org>
122
123         ansi-c++-opt: Find correct compiler when cross-compiling.
124         * m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): Use AC_CHECK_TOOLS instead of
125         AC_CHECK_PROGS.
126         Reported by Simon Josefsson.
127
128 2010-04-24  Giuseppe Scrivano  <gscrivano@gnu.org>
129
130         vc-list-files: Add support for subversion
131         * build-aux/vc-list-files: Use "svn list" to generate the list of
132         files controlled by subversion.
133
134 2010-04-23  Jim Meyering  <meyering@redhat.com>
135
136         vc-list-files tests: convert to use init.sh
137         * tests/test-vc-list-files-cvs.sh: Invoke "$srcdir/init.sh" and
138         path_prepend_.
139         Use Exit, not exit.
140         Use skip_ rather than open coding it.
141         Remove trap set-up and compare definitions.
142         * tests/test-vc-list-files-git.sh: Likewise.
143         * modules/vc-list-files-tests (Files): Add tests/init.sh.
144
145 2010-04-22  Simon Josefsson  <simon@josefsson.org>
146
147         * top/maint.mk (sc_prohibit_backup_files): Prohibit checked in
148         backup files.
149
150 2010-04-21  Simon Josefsson  <simon@josefsson.org>
151
152         * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Test %08lx.
153
154 2010-04-20  Eric Blake  <eblake@redhat.com>
155
156         tests: be robust to ignored SIGPIPE
157         * tests/test-select-in.sh: Consume all output.
158         * tests/test-lseek.sh: Check correct exit status, while avoiding
159         EPIPE.
160
161 2010-04-20  Simon Josefsson  <simon@josefsson.org>
162             Bruno Haible  <bruno@clisp.org>
163
164         visibility: Don't use -fvisibility if it leads to a warning.
165         * m4/visibility.m4 (gl_VISIBILITY): Check whether -Werror is usable. If
166         yes, don't pretend that visibility works if it leads to a warning.
167         Reported by Mike Gran <spk121@yahoo.com>.
168
169 2010-04-20  Andreas Gruenbacher  <agruen@suse.de>
170
171         * build-aux/bootstrap: Use "git -h" for testing for supported options
172         instead of "git --help".  The short-form option only shows a summary,
173         and doesn't layout the full man page.  Grep for the full option name
174         in the summary, too.
175
176 2010-04-19  Bruno Haible  <bruno@clisp.org>
177
178         relocatable: Drop the need to define RELOCATABLE_STRIP in Makefile.am.
179         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Set RELOCATABLE_STRIP.
180         * doc/relocatable-maint.texi (Supporting Relocation): Remove the
181         mention of RELOCATABLE_STRIP.
182         Reported by Sylvain Beucler <beuc@beuc.net>.
183
184 2010-04-19  Bruno Haible  <bruno@clisp.org>
185
186         * lib/diffseq.h: Fix typo in comment.
187         Reported by Eric Blake.
188
189 2010-04-19  Bruno Haible  <bruno@clisp.org>
190
191         ioctl: Move autoconf macro to a .m4 file.
192         * m4/ioctl.m4: New file, extracted from modules/ioctl.
193         * modules/ioctl (Files): Add it.
194         (configure.ac): Simply invoke gl_FUNC_IOCTL.
195         Reported by Ian Beckwith <ianb@erislabs.net>.
196
197 2010-04-18  Andreas Gruenbacher  <agruen@suse.de>
198             Bruno Haible  <bruno@clisp.org>
199
200         diffseq: Accommodate use-case with abstract arrays.
201         * lib/diffseq.h (struct context): Remove xvec, yvec fields if ELEMENT
202         is not defined.
203         (diag, compareseq): Remove local variables xv, yv if ELEMENT is not
204         defined. Use local macro XREF_YREF_EQUAL instead of EQUAL.
205
206 2010-04-18  Bruno Haible  <bruno@clisp.org>
207
208         * doc/posix-headers/stdbool.texi: More precise wording.
209
210 2010-04-17  Jim Meyering  <meyering@redhat.com>
211
212         maint.mk: use gnu-style indentation in an embedded perl script
213         * top/maint.mk (detect_empty_lines_at_EOF_): Clean up formatting.
214         Rename variable: s/two/last_two_bytes/
215
216 2010-04-16  Eric Blake  <eblake@redhat.com>
217
218         test-stdbool: skip test that fails with Solaris CC
219         * tests/test-stdbool.c (f): Skip test that causes compilation
220         error under buggy C++ compiler.
221         * lib/stdbool.in.h: Document the limitation.
222         * doc/posix-headers/stdbool.texi (stdbool.h): Likewise.
223
224         setenv: allow compilation with C++
225         * lib/setenv.c (__add_to_environ): Add a cast.  Also, drop use of
226         register keyword.
227
228         stdint: allow test to pass with C++
229         * tests/test-stdint.c: Define __STDC_CONSTANT_MACROS, for glibc.
230
231         getopt: allow compilation with C++
232         * lib/getopt_int.h (__ordering): Hoist enum declaration outside
233         struct.
234         * lib/getopt.c (_getopt_internal_r): Use correct type.
235         Reported by Dagobert Michelson, via Joel E. Denny.
236
237 2010-04-16  Bruno Haible  <bruno@clisp.org>
238
239         Override netdb.h always.
240         * modules/netdb (Makefile.am): Augment BUILT_SOURCES always.
241         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't set NETDB_H.
242         Reported by Ludovic Courtès <ludo@gnu.org>.
243
244 2010-04-15  Bruno Haible  <bruno@clisp.org>
245
246         openpty: Fix mistake from 2010-03-21.
247         * m4/pty.m4 (gl_FUNC_OPENPTY): Define HAVE_OPENPTY when openpty exists.
248         Reported by Simon Josefsson.
249
250 2010-04-15  Eric Blake  <eblake@redhat.com>
251
252         test-forkpty: fix expected signature
253         * tests/test-forkpty.c (SIGNATURE_CHECK): Add appropriate const.
254         Reported by Simon Josefsson.
255
256 2010-04-15  Jim Meyering  <meyering@redhat.com>
257
258         maint.mk: texinfo_suffix_re_: correct the default regexp
259         * top/maint.mk (texinfo_suffix_re_): Fix default regexp.
260
261         * top/maint.mk (sc_texinfo_acronym): Improve filename regexp, and
262         make it configurable via texinfo_suffix_re_.
263
264 2010-04-14  Eric Blake  <eblake@redhat.com>
265
266         strtok_r: relax license to LGPLv2+
267         * modules/strtok_r (License): Relax license.
268         Reported by Matthias Bolte.
269
270 2010-04-14  Simon Josefsson  <simon@josefsson.org>
271
272         * lib/gc-libgcrypt.c (gc_init): Use MIN_GCRYPT_VERSION set to
273         version 1.4.4 by default instead of requiring the libgcrypt
274         version used during build.  This makes it possible to use the
275         application with older but still binary compatible libgcrypt
276         versions.
277
278 2010-04-13  Eric Blake  <eblake@redhat.com>
279
280         getopt-gnu: match recent glibc fixes and posix ruling
281         * tests/test-getopt.h (test_getopt): Strengthen tests of leading
282         '+' handling, when requesting extensions.
283         * tests/test-getopt_long.h (test_getopt_long): Strengthen test of
284         'W;' handling.
285         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Detect glibc 2.11 bug.
286         * doc/posix-functions/getopt.texi (getopt): Document this.
287         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
288         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
289         Likewise.
290
291         getopt: merge bug fixes from glibc
292         * lib/getopt.c (_getopt_internal_r): Use correct message for 'W;'
293         diagnostics.  Honor '+:' correctly.  Reject ';'.
294
295         getopt-posix: detect MacOS bug
296         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Reject MacOS botch of
297         optind when missing a required argument.
298         * doc/posix-functions/getopt.texi (getopt): Document the bug.
299         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
300         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
301         Likewise.
302
303         getopt-posix: avoid spurious failure on Solaris
304         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for getopt_clip as
305         an indicator that setting optind=1 is sufficient for reset.
306
307         getopt-posix: avoid spurious failure on FreeBSD
308         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for optreset even
309         in POSIX mode, since the m4 test uses it.
310
311         gnulib-tool: silence warning on BSD sh
312         * gnulib-tool: Avoid leaking warning about unknown 'declare'.
313
314 2010-04-13  Jim Meyering  <meyering@redhat.com>
315
316         doc: users.txt: GNU patch now uses gnulib
317         * users.txt: Add patch.
318
319 2010-04-12  Jim Meyering  <meyering@redhat.com>
320
321         maint.mk: generate more concise timing data for syntax-check rules
322         * top/maint.mk ($(sc_z_rules_)): Remove the ":", "sc_" prefix and
323         " done" from each line that reports a syntax-check test duration.
324
325 2010-04-12  Andreas Gruenbacher  <agruen@suse.de>
326
327         git-version-gen: use "git update-index..." rather than "git status"
328         * build-aux/git-version-gen: Use git update-index --refresh, not
329         "git status".  With some versions of git, "git status" would fail
330         to update the index and result in an unwarranted "-dirty" suffix.
331
332 2010-04-11  Jim Meyering  <meyering@redhat.com>
333
334         openat: correct formatting (no semantic change)
335         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Correct formatting in AC_DEFINE.
336         Suggested by Bruno Haible.
337
338 2010-04-11  Bruno Haible  <bruno@clisp.org>
339
340         Stricter declaration checking in testdirs.
341         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
342         If for_tests is true, augment AM_CPPFLAGS to define
343         GNULIB_STRICT_CHECKING.
344         * build-aux/warn-on-use.h (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): When
345         GNULIB_STRICT_CHECKING is defined, verify that the function is
346         declared.
347
348 2010-04-11  Paolo Bonzini  <bonzini@gnu.org>
349             Bruno Haible  <bruno@clisp.org>
350
351         libunistring: Improve configure output.
352         * m4/libunistring.m4 (gl_LIBUNISTRING): Check for libiconv first.
353         Don't say "consider installing GNU libunistring" when checking again
354         with libiconv.
355
356 2010-04-11  Bruno Haible  <bruno@clisp.org>
357
358         libunistring: Correct value of $LTLIBUNISTRING.
359         * m4/libunistring.m4 (gl_LIBUNISTRING): When it depends on libiconv,
360         correct the value of $LTLIBUNISTRING.
361
362 2010-04-11  Bruno Haible  <bruno@clisp.org>
363
364         havelib: Add static libraries to LIBS in the right order.
365         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): When $LIB[]NAME contains no
366         -l options, prepend it to $LIBS, instead of appending it to $LIBS.
367
368 2010-04-11  Bruno Haible  <bruno@clisp.org>
369
370         libunistring: Detect libunistring also when it depends on libiconv.
371         * m4/libunistring.m4 (gl_LIBUNISTRING): Unset the cached result before
372         the second AC_LIB_HAVE_LINKFLAGS invocation.
373
374 2010-04-11  James Youngman  <jay@gnu.org>
375
376         close-stream: declare local scalars to be "const"
377         * lib/close-stream.c (close_stream): Make boolean variables const
378         to document the fact that we set but do not change them.
379
380 2010-04-11  Bruno Haible  <bruno@clisp.org>
381
382         * m4/libunistring.m4 (gl_LIBUNISTRING): Fix typo in comment.
383
384 2010-04-11  Jim Meyering  <meyering@redhat.com>
385
386         maint.mk: don't include dist-check.mk
387         * top/maint.mk: Remove bogus include directive.
388
389         maint.mk: improve empty-line-at-EOF check
390         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Use Perl-based
391         solution, rather than tail+Perl-based one.  The latter would read
392         a few kilobytes from the end of each file, and did not handle empty
393         files properly.
394
395         maint.mk: print the elapsed time for each syntax-check rule
396         * top/maint.mk (sc_m_rules_): Save start time in a file.
397         (sc_z_rules_): New rules: remove temp file and print elapsed time.
398         (local-check): Interpose the .z rules
399
400 2010-04-11  Jim Meyering  <meyering@redhat.com>
401
402         maint.mk: detect_empty_lines_at_EOF_: avoid FP for an empty file
403         * top/maint.mk (detect_empty_lines_at_EOF_): Don't confuse an
404         empty file with one that ends in an empty line.
405
406 2010-04-10  Bruno Haible  <bruno@clisp.org>
407
408         mkdir: Make it work on mingw64.
409         * lib/sys_stat.in.h: Include <direct.h> together with <io.h>.
410         * lib/mkdir.c: Update comment.
411         Reported by Roman Donchenko (Роман Ð”онченко) <dxdragon@yandex.ru>.
412
413 2010-04-10  Bruno Haible  <bruno@clisp.org>
414
415         Don't override improved macro from newer autoconf.
416         * m4/gnulib-common.m4 (AC_C_RESTRICT): Don't define for
417         autoconf >= 2.62.
418         Reported by Joel E. Denny <jdenny@clemson.edu>.
419
420 2010-04-10  Jim Meyering  <meyering@redhat.com>
421
422         maint.mk: new syntax-check rule: prohibit empty lines at end of file
423         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): New rule.
424
425         maint.mk: correct a diagnostic
426         * top/maint.mk (sc_prohibit_HAVE_MBRTOWC): Fix obsolete use of $re
427         in diagnostic; now use $prohibit.
428
429 2010-04-10  Bruno Haible  <address@hidden>
430
431         fchownat: Fix a C++ test error on Solaris 8.
432         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Don't set REPLACE_FCHOWNAT to 1 if
433         the function does not exist.
434
435 2010-04-10  Bruno Haible  <bruno@clisp.org>
436
437         vasnprintf: Add more tests.
438         * tests/test-vasnprintf-posix.c: Include <errno.h>.
439         (test_function): Test converting an invalid wide string.
440
441         vasnprintf: Correct handling of unconvertible wide string arguments.
442         * lib/vasnprintf.c (MAX_ROOM_NEEDED): New function, extracted from
443         VASNPRINTF.
444         (VASNPRINTF): Use it. After snprintf failed, allocate more memory only
445         if HAVE_SNPRINTF_RETVAL_C99 is false and the allocated memory is
446         smaller than the expected maximum need for the directive. Set errno to
447         EILSEQ, not EINVAL, when the directive is 'c' or 's'.
448         (local_strnlen, local_wcslen, local_wcsnlen): Update conditions.
449         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Require AC_C_INLINE and
450         gl_SNPRINTF_RETVAL_C99. Define HAVE_SNPRINTF_RETVAL_C99.
451         * modules/vasnprintf (Files): Add m4/printf.m4.
452         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
453
454 2010-04-10  Bruno Haible  <bruno@clisp.org>
455
456         vasnprintf: Fix crash in %ls directive.
457         * lib/vasnprintf.c (VASNPRINTF): Don't abort when a unconvertible wide
458         string is passed as argument to %ls, with no precision and no width.
459         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
460
461 2010-04-10  Bruno Haible  <bruno@clisp.org>
462
463         vasnprintf: Fix multiple test failures on mingw.
464         * lib/vasnprintf.c (SNPRINTF) [mingw]: Define to snprintf, not
465         _snprintf, or snwprintf, not _snwprintf.
466
467 2010-04-10  Bruno Haible  <bruno@clisp.org>
468
469         write: Fix a C++ test error on mingw.
470         * lib/unistd.in.h (write): Use _GL_CXXALIAS_SYS_CAST.
471
472 2010-04-10  Bruno Haible  <bruno@clisp.org>
473
474         vasnprintf test: Reduce code duplication.
475         * tests/test-vasnprintf.c (test_function): New function, extracted from
476         test_vasnprintf.
477         (test_vasnprintf, test_asnprintf): Invoke it.
478
479 2010-04-10  Bruno Haible  <bruno@clisp.org>
480
481         strnlen: Fix warning in C++ mode on MacOS X.
482         * lib/string.in.h (strnlen): Use the modern idiom.
483         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set REPLACE_STRNLEN to 1, instead of
484         defining strnlen as a macro already in <config.h>.
485         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
486         REPLACE_STRNLEN.
487         * modules/string (Makefile.am): Substitute REPLACE_STRNLEN.
488         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
489
490 2010-04-08  James Youngman  <jay@gnu.org>
491
492         * doc/manywarnings.texi (manywarnings): Add missing parenthesis in
493         the example.
494
495 2010-04-09  Jim Meyering  <meyering@redhat.com>
496
497         maint.mk: print better diagnostic when there is no $(_hv_file)
498         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): Skip test and
499         announce that when $(_hv_file) (aka help-version) does not exist.
500
501         init.sh: run tr in the "C" locale to avoid multibyte interpretation
502         * tests/init.sh (rand_bytes_): Run tr in the "C" locale so it does
503         not try to interpret its random input bytes.  Jarno Rajahalme reported
504         that ./test-xalloc-die.sh would fail with "tr: Illegal byte sequence".
505         on Darwin 10.3.0 with LC_CTYPE=UTF-8.
506         (mktempd_): Likewise, just in case.
507
508         ftruncate: add two years to projected module removal date: 2012
509         * m4/ftruncate.m4: Adjust comments.
510
511         ftruncate: mark module as obsolete; even MinGW provides it, now
512         * modules/ftruncate (Status): Obsolete.
513         (Notice): Say that.
514         * doc/posix-functions/ftruncate.texi: Don't say MinGW lacks it.
515         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/9203
516
517 2010-04-08  Bruno Haible  <bruno@clisp.org>
518
519         Fix side effects from tests-related modules.
520         * modules/dprintf-posix (Comment): New section.
521         * modules/fprintf-posix (Comment): Likewise.
522         * modules/obstack-printf-posix (Comment): Likewise.
523         * modules/printf-posix (Comment): Likewise.
524         * modules/snprintf-posix (Comment): Likewise.
525         * modules/sprintf-posix (Comment): Likewise.
526         * modules/vasnprintf-posix (Comment): Likewise.
527         * modules/vasprintf-posix (Comment): Likewise.
528         * modules/vdprintf-posix (Comment): Likewise.
529         * modules/vfprintf-posix (Comment): Likewise.
530         * modules/vprintf-posix (Comment): Likewise.
531         * modules/vsnprintf-posix (Comment): Likewise.
532         * modules/vsprintf-posix (Comment): Likewise.
533         * modules/xprintf-posix (Comment): Likewise.
534         * modules/xvasprintf-posix (Comment): Likewise.
535         * modules/ceilf-tests (Depends-on): Remove fprintf-posix.
536         * modules/floorf-tests (Depends-on): Likewise.
537         * modules/round-tests (Depends-on): Likewise.
538         * modules/roundf-tests (Depends-on): Likewise.
539         * modules/trunc-tests (Depends-on): Likewise.
540         * modules/truncf-tests (Depends-on): Likewise.
541         * tests/test-ceilf2.c (check): Don't invoke fprintf if the
542         'fprintf-posix' module is not present.
543         * tests/test-floorf2.c (check): Likewise.
544         * tests/test-trunc2.c (check): Likewise.
545         * tests/test-truncf2.c (check): Likewise.
546         * tests/test-round2.c (equal): Likewise.
547         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
548
549 2010-04-07  Karl Berry  <karl@gnu.org>
550
551         * config/srclist.txt,
552         * config/srclistvars.sh,
553         * config/srclist-update: doc fixes.
554
555 2010-04-07  Jim Meyering  <meyering@redhat.com>
556
557         maint.mk: add a PATH crosschecking syntax-check rule
558         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): New rule.
559         Useful if you use a test like the one in help-version (coreutils,
560         diffutils, grep, gzip) that ensures $(VERSION) matches what is
561         printed by prog --version.
562
563 2010-04-06  Bruno Haible  <bruno@clisp.org>
564
565         Fix link error on mingw.
566         * modules/unistd-c++-tests (test_unistd_c___LDADD): Add LIBSOCKET.
567         * modules/fcntl-h-c++-tests (test_fcntl_h_c___LDADD): Likewise.
568
569 2010-04-06  Bruno Haible  <bruno@clisp.org>
570
571         Assume rmdir exists.
572         * lib/rmdir.c (rpl_rmdir): Remove code that invokes the rmdir program.
573
574 2010-04-06  Giuseppe Scrivano <gscrivano@gnu.org>
575
576         doc: update users.txt
577         * users.txt: Add gcal.
578
579 2010-04-06  Jim Meyering  <meyering@redhat.com>
580
581         init.sh: simply unset TMPDIR rather than risking env -i
582         * tests/init.sh (mktempd_): Using env -i is rather harsh, and
583         although it probably works fine on all Unix-based systems, some
584         systems (Cygwin?) cannot tolerate a totally cleared environment.
585         Suggestion from Eric Blake.
586
587 2010-04-06  Jim Meyering  <meyering@redhat.com>
588
589         init.sh: portability fix: use env's POSIX-specified -i option not -u
590         * tests/init.sh (mktempd_): Use env -i and set PATH explicitly rather
591         than unportable env -u.  Solaris 5.11's env lacks support for -u.
592
593 2010-04-05  Bruno Haible  <bruno@clisp.org>
594
595         btowc: Work around Cygwin 1.7.2 bug.
596         * m4/btowc.m4 (gl_FUNC_BTOWC): Set REPLACE_BTOWC to 1 if the function
597         does not map NUL to 0.
598         * doc/posix-functions/btowc.texi: Mention the Cygwin bug.
599
600 2010-04-05  Bruno Haible  <bruno@clisp.org>
601
602         Make the multithread modules work on Cygwin 1.7.2.
603         * m4/threadlib.m4 (gl_THREADLIB_BODY): Improve the test whether
604         imported symbols can be declared weak, so that it returns "no" on
605         Cygwin 1.7.2.
606
607 2010-04-05  Bruno Haible  <bruno@clisp.org>
608
609         Use the module 'strncat'.
610         * modules/unistr/u8-strncat (Depends-on): Add strncat.
611
612         Tests for module 'strncat'.
613         * modules/strncat-tests: New file.
614         * tests/test-strncat.c: New file.
615
616         New module 'strncat'.
617         * lib/string.in.h (strncat): New declaration.
618         * lib/strncat.c: New file, based on lib/unistr/u-strncat.h.
619         * m4/strncat.m4: New file, based on m4/memchr.m4.
620         * modules/strncat: New file.
621         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Also check whether strncat
622         is declared.
623         (gl_HEADER_STRING_H_DEFAULTS): Initialize GNULIB_STRNCAT,
624         REPLACE_STRNCAT.
625         * modules/string (Makefile.am): Substitute GNULIB_STRNCAT,
626         REPLACE_STRNCAT.
627         * doc/posix-functions/strncat.texi: Mention the Solaris bug and the new
628         module.
629         * tests/test-string-c++.cc: Check signature of strncat.
630
631 2010-04-05  Jim Meyering  <meyering@redhat.com>
632
633         xstrtoumax-tests: convert to use init.sh
634         * modules/xstrtoumax-tests (Files): Add tests/init.sh.
635         * tests/test-xstrtoumax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
636         Use Exit, not exit.
637         Remove uses of $EXEEXT and "./" to run a program in the current dir.
638
639         xstrtoimax-tests: convert to use init.sh
640         * modules/xstrtoimax-tests (Files): Add tests/init.sh.
641         * tests/test-xstrtoimax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
642         Use Exit, not exit.
643         Remove uses of $EXEEXT and "./" to run a program in the current dir.
644
645 2010-04-05  Bruno Haible  <bruno@clisp.org>
646
647         sys_socket: Avoid #define replacements in C++ mode.
648         * lib/sys_socket.in.h (close, gethostname, select): In C++, attach a
649         warning to the function if possible, rather than #defining the symbol
650         to a dysfunctional alias.
651
652 2010-04-05  Bruno Haible  <bruno@clisp.org>
653
654         fseeko: Fix C++ test error on mingw.
655         * m4/fseeko.m4 (gl_HAVE_FSEEKO): New macro, extracted from
656         gl_FUNC_FSEEKO.
657         (gl_REPLACE_FSEEKO): Also set REPLACE_FSEEKO if appropriate.
658         (gl_FUNC_FSEEKO): Require gl_HAVE_FSEEKO. Update.
659         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't fiddle with internals of the
660         fseeko module. Instead, invoke gl_REPLACE_FSEEKO.
661
662 2010-04-05  Bruno Haible  <bruno@clisp.org>
663
664         duplocale: Improve test output.
665         * tests/test-duplocale.c (main): Print reason for skipped test.
666
667 2010-04-05  Bruno Haible  <bruno@clisp.org>
668
669         Assume rmdir exists.
670         * m4/rmdir.m4 (gl_FUNC_RMDIR): Remove test whether rmdir exists.
671         * doc/posix-functions/rmdir.texi: Remove mention of "old platforms".
672
673 2010-04-05  Bruno Haible  <bruno@clisp.org>
674
675         Fix link error on Solaris 8 with cc.
676         * modules/pty-c++-tests (test_pty_c___LDADD): Add LIBINTL.
677
678 2010-04-05  Bruno Haible  <bruno@clisp.org>
679
680         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
681         * lib/math.in.h (frexpl): Fix condition on _GL_CXXALIASWARN invocation.
682
683 2010-04-05  Bruno Haible  <bruno@clisp.org>
684
685         vasprintf: Update documentation.
686         * doc/glibc-functions/asprintf.texi: Mention the 'vasprintf' module.
687
688 2010-04-05  Bruno Haible  <bruno@clisp.org>
689
690         ptsname: Improve test.
691         * tests/test-ptsname.c (main): Also try the various master names of BSD
692         systems.
693
694 2010-04-05  Bruno Haible  <bruno@clisp.org>
695
696         memchr: Avoid a possible C++ test error.
697         * lib/string.in.h (memchr): Provide declaration if function is missing.
698         * m4/memchr.m4 (gl_FUNC_MEMCHR): If the function is missing, set
699         HAVE_MEMCHR to 0, not REPLACE_MEMCHR to 1.
700         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MEMCHR.
701         * modules/string (Makefile.am): Substitute HAVE_MEMCHR.
702
703 2010-04-05  Bruno Haible  <bruno@clisp.org>
704
705         strtok_r: Improve idiom.
706         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Invoke gl_PREREQ_STRDUP only when
707         AC_LIBOBJ is used.
708
709 2010-04-05  Bruno Haible  <bruno@clisp.org>
710
711         strdup: Improve idiom.
712         * m4/strdup.m4 (gl_FUNC_STRDUP): Invoke gl_PREREQ_STRDUP only when
713         AC_LIBOBJ is used.
714         (gl_FUNC_STRDUP_POSIX): When strdup is missing and malloc is not POSIX
715         compliant, don't set REPLACE_STRDUP to 1. Invoke gl_PREREQ_STRDUP only
716         when AC_LIBOBJ is used.
717
718 2010-04-05  Bruno Haible  <bruno@clisp.org>
719
720         mbsinit, mbrtowc, wcrtomb: Improve idioms.
721         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): When the function does not exist,
722         don't set REPLACE_MBSINIT to 1.
723         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): When the function does not exist,
724         don't set REPLACE_MBRTOWC to 1.
725         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): When the function does not
726         exist, don't set REPLACE_MBSRTOWCS to 1.
727         * m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): When the function does not
728         exist, don't set REPLACE_MBSNRTOWCS to 1.
729         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): When the function does not exist,
730         don't set REPLACE_WCRTOMB to 1.
731         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): When the function does not
732         exist, don't set REPLACE_WCSRTOMBS to 1.
733         * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): When the function does not
734         exist, don't set REPLACE_WCSNRTOMBS to 1.
735
736 2010-04-05  Bruno Haible  <bruno@clisp.org>
737
738         ldexpl: Improve idiom.
739         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): When the function is not declared,
740         make sure to set HAVE_DECL_LDEXPL to 0.
741
742 2010-04-05  Jim Meyering  <meyering@redhat.com>
743
744         xstrtol-tests: convert to use init.sh
745         * modules/xstrtol-tests (Files): Add tests/init.sh.
746         * tests/test-xstrtol.sh: Invoke "$srcdir/init.sh" and path_prepend_.
747         Use Exit, not exit.
748         Remove uses of $EXEEXT and "./" to run a program in the current dir.
749
750         atexit-tests: convert to use init.sh
751         * modules/atexit-tests (Files): Add tests/init.sh.
752         * tests/test-atexit.sh: Invoke "$srcdir/init.sh" and path_prepend_.
753         Use Exit, not exit.
754         Remove uses of $EXEEXT and "./" to run a program in the current dir.
755
756         init.sh: fix typo
757         * tests/init.sh: Restore omitted ":" before stderr_fileno_ initialization.
758
759         init.sh: make it easier for a test script to write to the tty, ...
760         when using automake's parallel-tests mode.
761         * tests/init.sh (stderr_fileno_): Define overridable variable.
762         (warn_): New function, to use it.
763         (fail_, skip_, framework_failure_): Use warn_.
764
765 2010-04-04  Bruno Haible  <bruno@clisp.org>
766
767         btowc: Avoid warning.
768         * lib/btowc.c: Include <stdlib.h>.
769         Reported by Hauke Fath <hauke@espresso.rhein-neckar.de>.
770
771 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
772             Bruno Haible  <bruno@clisp.org>
773
774         wchar: Port to NetBSD 1.5.
775         * lib/wchar.in.h (WEOF): Provide fallback also when wint_t exists.
776         * lib/wctype.in.h (WEOF): Likewise.
777
778 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
779             Bruno Haible  <bruno@clisp.org>
780
781         Port extended stdio to NetBSD 1.5.
782         * lib/stdio-impl.h [NetBSD]: Include <sys/param.h>.
783         (struct __sfileext, fp_ub): Define the "old way" for NetBSD 1.5Z and
784         older.
785
786 2010-04-04  Bruno Haible  <bruno@clisp.org>
787
788         string: Remove unused substitution.
789         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
790         HAVE_DECL_STRERROR.
791         * modules/string (Makefile.am): Don't substitute HAVE_DECL_STRERROR.
792
793 2010-04-04  Bruno Haible  <bruno@clisp.org>
794
795         strtod: Avoid a possible C++ test error.
796         * m4/strtod.m4 (gl_FUNC_STRTOD): When setting HAVE_STRTOD to 0, don't
797         set REPLACE_STRTOD.
798
799 2010-04-04  Bruno Haible  <bruno@clisp.org>
800
801         strerror: Update documentation.
802         * doc/posix-functions/strerror.texi: Remove mention of old platforms.
803
804 2010-04-04  Bruno Haible  <bruno@clisp.org>
805
806         stdio: Fix some C++ test errors on Solaris 8 with GCC.
807         * lib/stdio.in.h (vdprintf, vfprintf, vprintf, vsprintf): Use
808         _GL_CXXALIAS_SYS_CAST.
809
810 2010-04-04  Bruno Haible  <bruno@clisp.org>
811
812         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
813         * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): When the
814         function is not declared, set HAVE_DECL_FREXPL to 0, instead of setting
815         REPLACE_FREXPL to 1.
816         * doc/posix-functions/frexpl.texi: Update documentation.
817
818 2010-04-04  Bruno Haible  <bruno@clisp.org>
819
820         math: Fix some C++ test errors on Solaris 8 and Cygwin.
821         * lib/math.in.h (cosl, logl, sinl): Use simpler idiom.
822
823 2010-04-04  Bruno Haible  <bruno@clisp.org>
824
825         Implement nanosleep for native Windows.
826         * lib/nanosleep.c (nanosleep): New implementation for native Windows.
827
828 2010-04-04  Bruno Haible  <bruno@clisp.org>
829
830         math: Fix some C++ test errors on Solaris 8.
831         * lib/math.in.h (truncf, trunc): Use simpler idiom.
832
833 2010-04-04  Bruno Haible  <bruno@clisp.org>
834
835         math: Fix some C++ test errors on Cygwin.
836         * lib/math.in.h (ceilf, ceill, floorf, floorl, roundf, round, roundl,
837         truncl): Provide declaration if the system does not have it.
838         * m4/ceilf.m4 (gl_FUNC_CEILF): If the function is not declared, set
839         HAVE_DECL_CEILF to 0, not REPLACE_CEILF to 1.
840         * m4/ceill.m4 (gl_FUNC_CEILL): If the function is not declared, set
841         HAVE_DECL_CEILL to 0, not REPLACE_CEILL to 1.
842         * m4/floorf.m4 (gl_FUNC_FLOORF): If the function is not declared, set
843         HAVE_DECL_FLOORF to 0, not REPLACE_FLOORF to 1.
844         * m4/floorl.m4 (gl_FUNC_FLOORL): If the function is not declared, set
845         HAVE_DECL_FLOORL to 0, not REPLACE_FLOORL to 1.
846         * m4/round.m4 (gl_FUNC_ROUND): If the function is not declared, set
847         HAVE_DECL_ROUND to 0, not REPLACE_ROUND to 1.
848         * m4/roundf.m4 (gl_FUNC_ROUNDF): If the function is not declared, set
849         HAVE_DECL_ROUNDF to 0, not REPLACE_ROUNDF to 1.
850         * m4/roundl.m4 (gl_FUNC_ROUNDL): If the function is not declared, set
851         HAVE_DECL_ROUNDL to 0, not REPLACE_ROUNDL to 1.
852         * m4/truncl.m4 (gl_FUNC_TRUNCL): If the function is not declared, set
853         HAVE_DECL_TRUNCL to 0, not REPLACE_TRUNCL to 1.
854         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_CEILF,
855         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
856         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
857         * modules/math (Makefile.am): Substitute HAVE_DECL_CEILF,
858         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
859         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
860
861 2010-04-04  Bruno Haible  <bruno@clisp.org>
862
863         * m4/ceilf.m4 (gl_FUNC_CEILF): Remove redundant AC_SUBST invocation.
864         * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
865         * m4/floorf.m4 (gl_FUNC_FLOORF): Likewise.
866         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
867         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
868         * m4/isinf.m4 (gl_ISINF): Likewise.
869         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
870
871 2010-04-04  Bruno Haible  <bruno@clisp.org>
872
873         * m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation.
874         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
875
876 2010-04-04  Bruno Haible  <bruno@clisp.org>
877
878         * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
879         * modules/tmpfile (configure.ac): Update.
880
881         tmpfile: Fix C++ test error on mingw.
882         * lib/stdio.in.h (tmpfile): New declaration.
883         * m4/tmpfile.m4 (gl_TMPFILE): Require gl_STDIO_H_DEFAULTS. Set
884         REPLACE_TMPFILE instead of defining tmpfile as a macro in config.h.
885         * modules/tmpfile (Depends-on): Add stdio.
886         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
887         * m4/stdio_h.m4 (gl_STDIO_H): Also check whether tmpfile is declared.
888         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_TMPFILE and REPLACE_TMPFILE.
889         * modules/stdio (Makefile.am): Substitute GNULIB_TMPFILE and
890         REPLACE_TMPFILE.
891         * tests/test-stdio-c++.cc (tmpfile): Verify signature.
892
893 2010-04-04  Bruno Haible  <bruno@clisp.org>
894
895         ioctl: Fix C++ test error on mingw.
896         * lib/ioctl.c (ioctl): Renamed from rpl_ioctl.
897         * lib/sys_ioctl.in.h (ioctl): When SYS_IOCTL_H_HAVE_WINSOCK2_H is 1,
898         use _GL_FUNCDECL_SYS, not _GL_FUNCDECL_RPL.
899
900 2010-04-03  Bruno Haible  <bruno@clisp.org>
901
902         wcwidth: Fix C++ test error on mingw.
903         * lib/wcwidth.c (wcwidth): Renamed from rpl_wcwidth.
904         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): If the wcwidth function does not
905         exist, don't set REPLACE_WCWIDTH. Instead, rely on HAVE_DECL_WCWIDTH.
906
907 2010-04-03  Bruno Haible  <bruno@clisp.org>
908
909         nanosleep: Fix C++ test error on mingw.
910         * lib/nanosleep.c (nanosleep): Renamed from rpl_nanosleep.
911         * lib/time.in.h (nanosleep): Use modern idiom.
912         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): When the system does not have a
913         nanosleep function, set HAVE_NANOSLEEP to 0, instead of setting
914         REPLACE_NANOSLEEP to 1.
915         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_NANOSLEEP.
916         * modules/time (Makefile.am): Substitute HAVE_NANOSLEEP.
917
918 2010-04-03  Bruno Haible  <bruno@clisp.org>
919
920         strptime: Fix C++ test error on mingw.
921         * lib/time.in.h (strptime): Use HAVE_STRPTIME, not REPLACE_STRPTIME.
922         * m4/strptime.m4 (gl_FUNC_STRPTIME): Set HAVE_STRPTIME, not
923         REPLACE_STRPTIME. Invoke gl_PREREQ_STRPTIME.
924         (gl_PREREQ_STRPTIME): New macro, extracted from gl_FUNC_STRPTIME.
925         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_STRPTIME,
926         not REPLACE_STRPTIME.
927         * modules/time (Makefile.am): Substitute HAVE_STRPTIME, not
928         REPLACE_STRPTIME.
929
930 2010-04-03  Bruno Haible  <bruno@clisp.org>
931
932         timegm: Fix C++ test error on mingw.
933         * lib/time.in.h (timegm): Use modern idiom.
934         * m4/timegm.m4 (gl_FUNC_TIMEGM): When timegm does not exist, set
935         HAVE_TIMEGM to 0, not REPLACE_TIMEGM to 1.
936         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEGM.
937         * modules/time (Makefile.am): Substitute HAVE_TIMEGM.
938
939 2010-04-03  Bruno Haible  <bruno@clisp.org>
940
941         timegm: Assume declaration if function exists.
942         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume timegm is declared if and only
943         if it exists. Don't clobber ac_cv_func_timegm.
944
945 2010-04-03  Bruno Haible  <bruno@clisp.org>
946
947         time_r: Fix C++ test error on mingw.
948         * lib/time.in.h (localtime_r, gmtime_r): Use modern idiom.
949         * m4/time_r.m4 (gl_TIME_R): When localtime_r does not exist, set
950         HAVE_LOCALTIME_R to 0, not REPLACE_LOCALTIME_R to 1.
951         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_LOCALTIME_R.
952         * modules/time (Makefile.am): Substitute HAVE_LOCALTIME_R.
953
954 2010-04-03  Bruno Haible  <bruno@clisp.org>
955
956         time_r: Minor updates.
957         * modules/time_r (Description): Mention the provided functions.
958         * lib/time_r.c: Don't include <string.h>.
959         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
960         * doc/posix-functions/localtime_r.texi: Likewise.
961
962 2010-04-03  Bruno Haible  <bruno@clisp.org>
963
964         time: Fix regression introduced on 2010-03-08.
965         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
966         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
967
968 2010-04-03  Jim Meyering  <meyering@redhat.com>
969
970         maint.mk: don't silently disable project-specific syntax-check rules
971         * top/maint.mk (_prohibit_regexp): Define, to help people realize
972         that they need to convert their project-specific syntax-check rules
973         to use the new _sc_search_regexp.
974
975 2010-04-03  Bruno Haible  <bruno@clisp.org>
976
977         fchdir: Fix regression introduced on 2010-03-08.
978         * lib/unistd.in.h (fchdir): Fix declaration.
979         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
980         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
981         REPLACE_FCHDIR.
982         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
983         REPLACE_FCHDIR.
984
985 2010-04-03  Bruno Haible  <bruno@clisp.org>
986
987         getpagesize: Fix C++ test error on mingw.
988         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
989         system does not declare the function.
990         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
991         declared.
992         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
993         HAVE_DECL_GETPAGESIZE.
994         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
995
996 2010-04-03  Bruno Haible  <bruno@clisp.org>
997
998         stdio: Make C++ tests work on mingw.
999         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
1000         does not declare the function.
1001
1002 2010-04-03  Bruno Haible  <bruno@clisp.org>
1003
1004         ftello: Fix C++ test error on mingw.
1005         * lib/stdio.in.h (ftello): Use modern idiom.
1006         * lib/ftello.c (ftello): Renamed from rpl_ftello.
1007         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
1008         is missing and that it needs to be replaced.
1009         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
1010         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
1011         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
1012
1013 2010-04-03  Bruno Haible  <bruno@clisp.org>
1014
1015         fseeko: Fix C++ test error on mingw.
1016         * lib/stdio.in.h (fseeko): Use modern idiom.
1017         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
1018         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
1019         is missing and that it needs to be replaced.
1020         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
1021         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
1022         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
1023
1024 2010-04-03  Bruno Haible  <bruno@clisp.org>
1025
1026         mkstemp: Fix C++ test error on mingw.
1027         * lib/stdlib.in.h (mkstemp): Use modern idiom.
1028         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
1029         function is missing and that it needs to be replaced.
1030         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
1031         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
1032
1033 2010-04-03  Bruno Haible  <bruno@clisp.org>
1034
1035         stpncpy: Fix C++ test error on mingw.
1036         * lib/string.in.h (stpncpy): Use modern idiom.
1037         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
1038         function is missing and that it needs to be replaced.
1039         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1040         REPLACE_STPNCPY.
1041         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
1042
1043 2010-04-03  Bruno Haible  <bruno@clisp.org>
1044
1045         sys_stat: Fix C++ test error on mingw.
1046         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
1047         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
1048
1049 2010-04-03  Bruno Haible  <bruno@clisp.org>
1050
1051         pty: Update doc.
1052         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
1053
1054 2010-04-03  Bruno Haible  <bruno@clisp.org>
1055
1056         unistd: Fix C++ test error on mingw.
1057         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
1058
1059 2010-04-03  Bruno Haible  <bruno@clisp.org>
1060
1061         Update doc regarding mingw.
1062         * doc/glibc-functions/openpty.texi: Update regarding mingw.
1063         * doc/glibc-functions/login_tty.texi: Likewise.
1064         * doc/glibc-functions/forkpty.texi: Likewise.
1065
1066 2010-04-03  Bruno Haible  <bruno@clisp.org>
1067
1068         stdlib: Avoid compilation failure of c-strtold on mingw.
1069         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
1070
1071 2010-04-03  Bruno Haible  <bruno@clisp.org>
1072
1073         locale: Make C++ tests work on Cygwin and mingw.
1074         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
1075         cannot provide the function.
1076         Reported by Simon Josefsson.
1077
1078 2010-04-03  Bruno Haible  <bruno@clisp.org>
1079
1080         localename: Port to MacOS X 10.6.
1081         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
1082         memory layout of the locales in MacOS X 10.6 as well.
1083         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
1084
1085 2010-04-02  Bruno Haible  <bruno@clisp.org>
1086
1087         gnulib-tool: Ensure that long-running tests are executed last.
1088         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
1089         running tests after the one for the other tests.
1090
1091 2010-04-02  Bruno Haible  <bruno@clisp.org>
1092
1093         gnulib-tool: Ensure the tests in the main directory are executed first.
1094         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
1095         start with the current directory.
1096
1097 2010-04-02  Bruno Haible  <bruno@clisp.org>
1098
1099         Tests for module 'havelib', moved here from GNU gettext.
1100         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
1101         modifications.
1102         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
1103         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
1104         with modifications.
1105         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
1106         modifications.
1107         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
1108         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
1109         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
1110         with modifications.
1111         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
1112         with modifications.
1113         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
1114         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
1115         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
1116         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
1117         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
1118         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
1119         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
1120         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
1121         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
1122         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
1123         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
1124         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
1125         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
1126         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
1127         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
1128         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
1129         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
1130         with modifications.
1131         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
1132         with modifications.
1133         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
1134         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
1135         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
1136         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
1137         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
1138         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
1139         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
1140         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
1141         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
1142         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
1143         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
1144         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
1145         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
1146         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
1147         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
1148         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
1149         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
1150         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
1151         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
1152         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
1153         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
1154         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
1155         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
1156         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
1157         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
1158         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
1159         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
1160         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
1161         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
1162         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
1163         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
1164         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
1165         * tests/havelib/rpathx/rpathx.c: New file, from
1166         gettext/autoconf-lib-link.
1167         * tests/havelib/rpathx/Makefile.am: New file, from
1168         gettext/autoconf-lib-link.
1169         * tests/havelib/rpathx/configure.ac: New file, from
1170         gettext/autoconf-lib-link with modifications.
1171         * tests/havelib/rpathy/rpathy.c: New file, from
1172         gettext/autoconf-lib-link.
1173         * tests/havelib/rpathy/Makefile.am: New file, from
1174         gettext/autoconf-lib-link.
1175         * tests/havelib/rpathy/configure.ac: New file, from
1176         gettext/autoconf-lib-link with modifications.
1177         * tests/havelib/rpathz/rpathz.c: New file, from
1178         gettext/autoconf-lib-link.
1179         * tests/havelib/rpathz/Makefile.am: New file, from
1180         gettext/autoconf-lib-link.
1181         * tests/havelib/rpathz/configure.ac: New file, from
1182         gettext/autoconf-lib-link with modifications.
1183         * tests/havelib/rpathlx/usex.c: New file, from
1184         gettext/autoconf-lib-link.
1185         * tests/havelib/rpathlx/Makefile.am: New file, from
1186         gettext/autoconf-lib-link.
1187         * tests/havelib/rpathlx/configure.ac: New file, from
1188         gettext/autoconf-lib-link with modifications.
1189         * tests/havelib/rpathly/usey.c: New file, from
1190         gettext/autoconf-lib-link.
1191         * tests/havelib/rpathly/Makefile.am: New file, from
1192         gettext/autoconf-lib-link.
1193         * tests/havelib/rpathly/configure.ac: New file, from
1194         gettext/autoconf-lib-link with modifications.
1195         * tests/havelib/rpathlz/usez.c: New file, from
1196         gettext/autoconf-lib-link.
1197         * tests/havelib/rpathlz/Makefile.am: New file, from
1198         gettext/autoconf-lib-link.
1199         * tests/havelib/rpathlz/configure.ac: New file, from
1200         gettext/autoconf-lib-link with modifications.
1201         * tests/havelib/rpathlyx/usey.c: New file, from
1202         gettext/autoconf-lib-link.
1203         * tests/havelib/rpathlyx/Makefile.am: New file, from
1204         gettext/autoconf-lib-link.
1205         * tests/havelib/rpathlyx/configure.ac: New file, from
1206         gettext/autoconf-lib-link with modifications.
1207         * tests/havelib/rpathlzyx/usez.c: New file, from
1208         gettext/autoconf-lib-link.
1209         * tests/havelib/rpathlzyx/Makefile.am: New file, from
1210         gettext/autoconf-lib-link.
1211         * tests/havelib/rpathlzyx/configure.ac: New file, from
1212         gettext/autoconf-lib-link with modifications.
1213         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
1214         with modifications.
1215
1216 2010-04-02  Bruno Haible  <bruno@clisp.org>
1217
1218         gnulib-tool: Create distributed built sources also for the tests.
1219         * gnulib-tool (func_create_testdir): Also generate distributed built
1220         sources in the tests directory.
1221
1222 2010-04-02  Bruno Haible  <bruno@clisp.org>
1223
1224         gnulib-tool: Obey user's environment variables.
1225         * gnulib-tool (func_create_testdir): When creating built sources,
1226         respect the environment variables for autoconf, automake, etc. given by
1227         the user.
1228
1229 2010-04-02  Bruno Haible  <bruno@clisp.org>
1230
1231         gnulib-tool: Provide the value of --m4-base to modules.
1232         * gnulib-tool (func_import, func_create_testdir): Emit a definition
1233         of gl_m4_base.
1234
1235 2010-04-02  Eric Blake  <eblake@redhat.com>
1236
1237         maint.mk: fix some fallout
1238         * NEWS: Document the incompatible change, and its effect on cfg.mk.
1239         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
1240
1241 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
1242
1243         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
1244         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
1245         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
1246         (sc_cast_of_x_alloc_return_value): Likewise.
1247         (sc_cast_of_alloca_return_value): Likewise.
1248         (sc_space_tab): Likewise.
1249         (sc_prohibit_atoi_atof): Likewise.
1250         (sc_prohibit_magic_number_exit): Likewise.
1251         (sc_error_exit_success): Likewise.
1252         (sc_file_system): Likewise.
1253         (sc_prohibit_have_config_h): Likewise.
1254         (sc_require_config_h): Likewise.
1255         (sc_prohibit_HAVE_MBRTOWC): Likewise.
1256         (sc_obsolete_symbols): Likewise.
1257         (sc_changelog): Likewise.
1258         (sc_program_name): Likewise.
1259         (sc_the_the): Likewise.
1260         (sc_trailing_blank): Likewise.
1261         (sc_two_space_separator_in_usage): Likewise.
1262         (sc_useless_cpp_parens): Likewise.
1263         (sc_GPL_version): Likewise.
1264         (sc_GFDL_version): Likewise.
1265         (sc_texinfo_acronym): Likewise.
1266         (sc_prohibit_cvs_keyword): Likewise.
1267         (sc_prohibit_stat_st_blocks): Likewise.
1268         (sc_prohibit_S_IS_definition): Likewise.
1269         (sc_redundant_const): Likewise.
1270         (sc_makefile_TAB_only_indentation): Likewise.
1271         (sc_m4_quote_check): Likewise.
1272         (sc_makefile_path_separator_check): Likewise.
1273         (sc_copyright_check): Likewise.
1274         (sc_Wundef_boolean): Likewise.
1275         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
1276
1277         maint.mk: match 0 or more whitespace-before-function-call '('
1278         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
1279         that have zero or two-and-more spaces between the function name
1280         and the open parenthesis.
1281         (sc_error_message_warn_fatal): Likewise.
1282         (sc_error_message_uppercase): Likewise.
1283         (sc_error_message_period): Likewise.
1284
1285 2010-03-31  Eric Blake  <eblake@redhat.com>
1286
1287         maint.mk: check for [ as well as test
1288         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
1289         Based on a libvirt report by Matthias Bolte.
1290
1291         gnumakefile: don't squelch _version output
1292         * top/GNUmakefile (_version): Create one-shot dependency rather
1293         than using $(shell) when version must be regenerated.
1294         (_autoreconf): Run verbosely, by default.
1295
1296         sys_time: avoid compiler warnings
1297         * lib/sys_time.in.h (includes): Ensure gcc pragma is
1298         unconditional, fixing regression from 2010-03-29.
1299         Reported by Simon Josefsson.
1300
1301 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
1302
1303         maint.mk: s/_header_without_use/_sc_header_without_use/
1304         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
1305         (sc_prohibit_assert_without_use): Use the new name.
1306         (sc_prohibit_close_stream_without_use): Likewise.
1307         (sc_prohibit_getopt_without_use): Likewise.
1308         (sc_prohibit_quotearg_without_use): Likewise.
1309         (sc_prohibit_quote_without_use): Likewise.
1310         (sc_prohibit_long_options_without_use): Likewise.
1311         (sc_prohibit_inttostr_without_use): Likewise.
1312         (sc_prohibit_ignore_value_without_use): Likewise.
1313         (sc_prohibit_error_without_use): Likewise.
1314         (sc_prohibit_xalloc_without_use): Likewise.
1315         (sc_prohibit_hash_without_use): Likewise.
1316         (sc_prohibit_hash_pjw_without_use): Likewise.
1317         (sc_prohibit_safe_read_without_use): Likewise.
1318         (sc_prohibit_argmatch_without_use): Likewise.
1319         (sc_prohibit_canonicalize_without_use): Likewise.
1320         (sc_prohibit_root_dev_ino_without_use): Likewise.
1321         (sc_prohibit_openat_without_use): Likewise.
1322         (sc_prohibit_c_ctype_without_use): Likewise.
1323         (sc_prohibit_signal_without_use): Likewise.
1324         (sc_prohibit_intprops_without_use): Likewise.
1325
1326 2010-03-30  Eric Blake  <eblake@redhat.com>
1327
1328         maint: improve module indicators
1329         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
1330         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
1331         columns, and avoid extra macro expansion.
1332
1333         fdopendir: work around FreeBSD bug
1334         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
1335         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
1336         * modules/dirent (Makefile.am): Substitute it.
1337         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
1338         declaration.
1339         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
1340         fix.
1341         Reported by Christian Weisgerber <naddy@mips.inka.de>.
1342
1343 2010-03-29  Bruno Haible  <bruno@clisp.org>
1344
1345         Emit #pragma system_header after the inclusion guard, not before.
1346         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
1347         guard that spans the entire file, not before. This enables an
1348         optimization in GCC's preprocessor.
1349         * lib/ctype.in.h: Likewise.
1350         * lib/dirent.in.h: Likewise.
1351         * lib/errno.in.h: Likewise.
1352         * lib/float.in.h: Likewise.
1353         * lib/getopt.in.h: Likewise.
1354         * lib/iconv.in.h: Likewise.
1355         * lib/langinfo.in.h: Likewise.
1356         * lib/locale.in.h: Likewise.
1357         * lib/math.in.h: Likewise.
1358         * lib/netdb.in.h: Likewise.
1359         * lib/netinet_in.in.h: Likewise.
1360         * lib/pty.in.h: Likewise.
1361         * lib/sched.in.h: Likewise.
1362         * lib/se-selinux.in.h: Likewise.
1363         * lib/search.in.h: Likewise.
1364         * lib/spawn.in.h: Likewise.
1365         * lib/stdarg.in.h: Likewise.
1366         * lib/stdint.in.h: Likewise.
1367         * lib/string.in.h: Likewise.
1368         * lib/strings.in.h: Likewise.
1369         * lib/sys_file.in.h: Likewise.
1370         * lib/sys_ioctl.in.h: Likewise.
1371         * lib/sys_time.in.h: Likewise.
1372         * lib/sys_times.in.h: Likewise.
1373         * lib/sys_utsname.in.h: Likewise.
1374         * lib/sys_wait.in.h: Likewise.
1375         * lib/sysexits.in.h: Likewise.
1376         * lib/wctype.in.h: Likewise.
1377
1378 2010-03-28  James Youngman  <jay@gnu.org>
1379
1380         save-cwd: don't leak a file descriptor when the caller execs.
1381         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
1382         saved file descriptor.
1383         * modules/save-cwd (Depends-on): Depend on cloexec.
1384
1385 2010-03-29  Bruno Haible  <bruno@clisp.org>
1386
1387         Remove vestiges of fts-lgpl module.
1388         * lib/fts_.h: Assume GNULIB_FTS is 1.
1389         * lib/fts.c: Likewise.
1390         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
1391
1392 2010-03-28  Bruno Haible  <bruno@clisp.org>
1393
1394         Fix definition of tests witness macro.
1395         * gnulib-tool (func_import): Fix definition of witness macro.
1396
1397 2010-03-28  Bruno Haible  <bruno@clisp.org>
1398
1399         Fix ioctl's protoype on glibc systems.
1400         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
1401         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
1402         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
1403         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
1404         signature. If not, arrange to replace the ioctl function.
1405         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
1406         REPLACE_IOCTL.
1407         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
1408         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
1409         Reported by Ludovic Courtès <ludo@gnu.org>.
1410
1411 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
1412
1413         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
1414         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
1415         made it so grep -r --include=GLOB* ... did not work.
1416
1417 2010-03-26  Jim Meyering  <meyering@redhat.com>
1418             Eric Blake  <eblake@redhat.com>
1419
1420         maint.mk: prohibit use of test's -o and -a operators
1421         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
1422
1423 2010-03-28  Bruno Haible  <bruno@clisp.org>
1424
1425         Remove unused GNULIB_XYZ macro definitions.
1426         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
1427         invocation.
1428
1429 2010-03-28  Bruno Haible  <bruno@clisp.org>
1430
1431         Mark privileged tests modules.
1432         * modules/idpriv-drop-tests (Status): New section.
1433         * modules/idpriv-droptemp-tests (Status): New section.
1434
1435 2010-03-28  Bruno Haible  <bruno@clisp.org>
1436
1437         Split C++ tests into separate tests modules.
1438         * modules/dirent-c++-tests: New file, extracted from
1439         modules/dirent-tests.
1440         * modules/dirent-tests: Depend on it.
1441         * modules/fcntl-h-c++-tests: New file, extracted from
1442         modules/fcntl-h-tests.
1443         * modules/fcntl-h-tests: Depend on it.
1444         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
1445         * modules/glob-tests: Depend on it.
1446         * modules/iconv-h-c++-tests: New file, extracted from
1447         modules/iconv-h-tests.
1448         * modules/iconv-h-tests: Depend on it.
1449         * modules/langinfo-c++-tests: New file, extracted from
1450         modules/langinfo-tests.
1451         * modules/langinfo-tests: Depend on it.
1452         * modules/locale-c++-tests: New file, extracted from
1453         modules/locale-tests.
1454         * modules/locale-tests: Depend on it.
1455         * modules/math-c++-tests: New file, extracted from modules/math-tests.
1456         * modules/math-tests: Depend on it.
1457         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
1458         * modules/pty-tests: Depend on it.
1459         * modules/search-c++-tests: New file, extracted from
1460         modules/search-tests.
1461         * modules/search-tests: Depend on it.
1462         * modules/signal-c++-tests: New file, extracted from
1463         modules/signal-tests.
1464         * modules/signal-tests: Depend on it.
1465         * modules/spawn-c++-tests: New file, extracted from
1466         modules/spawn-tests.
1467         * modules/spawn-tests: Depend on it.
1468         * modules/stdio-c++-tests: New file, extracted from
1469         modules/stdio-tests.
1470         * modules/stdio-tests: Depend on it.
1471         * modules/stdlib-c++-tests: New file, extracted from
1472         modules/stdlib-tests.
1473         * modules/stdlib-tests: Depend on it.
1474         * modules/string-c++-tests: New file, extracted from
1475         modules/string-tests.
1476         * modules/string-tests: Depend on it.
1477         * modules/sys_ioctl-c++-tests: New file, extracted from
1478         modules/sys_ioctl-tests.
1479         * modules/sys_ioctl-tests: Depend on it.
1480         * modules/sys_select-c++-tests: New file, extracted from
1481         modules/sys_select-tests.
1482         * modules/sys_select-tests: Depend on it.
1483         * modules/sys_socket-c++-tests: New file, extracted from
1484         modules/sys_socket-tests.
1485         * modules/sys_socket-tests: Depend on it.
1486         * modules/sys_stat-c++-tests: New file, extracted from
1487         modules/sys_stat-tests.
1488         * modules/sys_stat-tests: Depend on it.
1489         * modules/sys_time-c++-tests: New file, extracted from
1490         modules/sys_time-tests.
1491         * modules/sys_time-tests: Depend on it.
1492         * modules/time-c++-tests: New file, extracted from modules/time-tests.
1493         * modules/time-tests: Depend on it.
1494         * modules/unistd-c++-tests: New file, extracted from
1495         modules/unistd-tests.
1496         * modules/unistd-tests: Depend on it.
1497         * modules/wchar-c++-tests: New file, extracted from
1498         modules/wchar-tests.
1499         * modules/wchar-tests: Depend on it.
1500         * modules/wctype-c++-tests: New file, extracted from
1501         modules/wctype-tests.
1502         * modules/wctype-tests: Depend on it.
1503         Reported by Simon Josefsson.
1504
1505 2010-03-28  Bruno Haible  <bruno@clisp.org>
1506
1507         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
1508         * gnulib-tool (func_exists_module): New function, extracted from
1509         func_verify_module.
1510         (func_verify_module): Use it.
1511         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
1512         'foo' only if 'foo' exists.
1513         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
1514         module.
1515
1516 2010-03-28  Bruno Haible  <bruno@clisp.org>
1517
1518         gnulib-tool: Add support for special categories of tests.
1519         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
1520         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
1521         (func_usage): Document them.
1522         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
1523         inc_unportable_tests, inc_all_tests): New variables.
1524         (func_acceptable): Consider these variables.
1525         (func_modules_transitive_closure): Make it work when the 'Status' field
1526         consists of multiple words.
1527         (func_import): Store and restore the values of inc_cxx_tests,
1528         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
1529         inc_all_tests in gnulib-comp.m4.
1530         (func_create_testdir): Set inc_all_tests to true.
1531         * doc/gnulib.texi (Extra tests modules): New section.
1532         Suggested by Jim Meyering.
1533
1534 2010-03-28  Bruno Haible  <bruno@clisp.org>
1535
1536         ansi-c++-opt: Allow turning off the C++ build by default.
1537         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
1538         gl_CXX_CHOICE_DEFAULT_NO is defined.
1539         Requested by Eric Blake.
1540
1541 2010-03-28  Bruno Haible  <bruno@clisp.org>
1542
1543         unistd: Avoid #define replacements in C++ mode.
1544         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
1545         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
1546         setsockopt, shutdown, select): In C++, attach a warning to the function
1547         if possible, rather than #defining the symbol to a dysfunctional alias.
1548         Reported by John W. Eaton <jwe@gnu.org>.
1549
1550 2010-03-28  Bruno Haible  <bruno@clisp.org>
1551
1552         Fix link errors on mingw.
1553         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
1554         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
1555         $(LIBSOCKET).
1556         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
1557         $(LIBSOCKET).
1558
1559 2010-03-28  Bruno Haible  <bruno@clisp.org>
1560             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1561
1562         lib-ignore: Determine different options for different compilers.
1563         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
1564         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
1565         Add comments.
1566         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
1567         * NEWS: Mention the change.
1568
1569 2010-03-27  Bruno Haible  <bruno@clisp.org>
1570
1571         Remove unused GNULIB_XYZ macro definitions.
1572         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
1573         * modules/fseek (configure.ac): Likewise.
1574         * modules/ioctl (configure.ac): Likewise.
1575         * modules/open (configure.ac): Likewise.
1576         * modules/stdlib-safer (configure.ac): Likewise.
1577
1578 2010-03-27  Bruno Haible  <bruno@clisp.org>
1579
1580         Add a remark about certain modules.
1581         * modules/malloc (Comment): New section.
1582         * modules/realloc (Comment): Likewise.
1583         * modules/sigpipe (Comment): Likewise.
1584
1585 2010-03-27  Bruno Haible  <bruno@clisp.org>
1586
1587         Resolve conflict between the two kinds of module indicators.
1588         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
1589         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
1590         * modules/canonicalize (configure.ac): Invoke
1591         gl_MODULE_INDICATOR_FOR_TESTS.
1592         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
1593         GNULIB_XYZ.
1594         * tests/test-dirent-c++.cc: Likewise.
1595         * tests/test-dirent-safer.c: Likewise.
1596         * tests/test-dup2.c: Likewise.
1597         * tests/test-fchdir.c: Likewise.
1598         * tests/test-fcntl-h-c++.cc: Likewise.
1599         * tests/test-getopt.c: Likewise.
1600         * tests/test-getopt.h: Likewise.
1601         * tests/test-langinfo-c++.cc: Likewise.
1602         * tests/test-locale-c++.cc: Likewise.
1603         * tests/test-math-c++.cc: Likewise.
1604         * tests/test-pty-c++.cc: Likewise.
1605         * tests/test-search-c++.cc: Likewise.
1606         * tests/test-signal-c++.cc: Likewise.
1607         * tests/test-spawn-c++.cc: Likewise.
1608         * tests/test-stdio-c++.cc: Likewise.
1609         * tests/test-stdlib-c++.cc: Likewise.
1610         * tests/test-string-c++.cc: Likewise.
1611         * tests/test-sys_ioctl-c++.cc: Likewise.
1612         * tests/test-sys_select-c++.cc: Likewise.
1613         * tests/test-sys_socket-c++.cc: Likewise.
1614         * tests/test-sys_stat-c++.cc: Likewise.
1615         * tests/test-sys_time-c++.cc: Likewise.
1616         * tests/test-time-c++.cc: Likewise.
1617         * tests/test-unistd-c++.cc: Likewise.
1618         * tests/test-wchar-c++.cc: Likewise.
1619         * tests/uninorm/test-u8-nfc.c: Likewise.
1620         * tests/uninorm/test-u8-nfd.c: Likewise.
1621         * tests/uninorm/test-u8-nfkc.c: Likewise.
1622         * tests/uninorm/test-u8-nfkd.c: Likewise.
1623         * tests/uninorm/test-u16-nfc.c: Likewise.
1624         * tests/uninorm/test-u16-nfd.c: Likewise.
1625         * tests/uninorm/test-u16-nfkc.c: Likewise.
1626         * tests/uninorm/test-u16-nfkd.c: Likewise.
1627         * tests/uninorm/test-u32-nfc.c: Likewise.
1628         * tests/uninorm/test-u32-nfc-big.c: Likewise.
1629         * tests/uninorm/test-u32-nfd.c: Likewise.
1630         * tests/uninorm/test-u32-nfd-big.c: Likewise.
1631         * tests/uninorm/test-u32-nfkc.c: Likewise.
1632         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
1633         * tests/uninorm/test-u32-nfkd.c: Likewise.
1634         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
1635         * tests/uninorm/test-u32-normalize-big.c: Likewise.
1636
1637 2010-03-27  Bruno Haible  <bruno@clisp.org>
1638
1639         Distinguish two kinds of module indicators.
1640         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
1641         gl_MODULE_INDICATOR.
1642         (gl_MODULE_INDICATOR): New macro.
1643         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1644         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
1645         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1646         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1647         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1648         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1649         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1650         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1651         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1652         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1653         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1654         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1655         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1656         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1657         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1658         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1659         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1660         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1661         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1662         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1663         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1664         * modules/cloexec (configure.ac): Likewise.
1665         * modules/getopt-gnu (configure.ac): Likewise.
1666         * modules/uninorm/u8-normalize (configure.ac): Likewise.
1667         * modules/uninorm/u16-normalize (configure.ac): Likewise.
1668         * modules/uninorm/u32-normalize (configure.ac): Likewise.
1669         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
1670
1671 2010-03-27  Bruno Haible  <bruno@clisp.org>
1672
1673         New module description field 'Comment'.
1674         * gnulib-tool: New option --extract-comment.
1675         (func_usage): Document it.
1676         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
1677         (func_get_comment): New function.
1678         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
1679
1680 2010-03-27  Bruno Haible  <bruno@clisp.org>
1681
1682         Addendum to 2010-02-07 commit.
1683         * gnulib-tool (func_usage): Document --extract-applicability option.
1684
1685 2010-03-27  Bruno Haible  <bruno@clisp.org>
1686
1687         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
1688         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
1689         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
1690         rather than link errors.
1691
1692 2010-03-27  Bruno Haible  <bruno@clisp.org>
1693
1694         Avoid side effects from tests-related modules on the compilation of lib.
1695         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
1696         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
1697         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
1698         parameter. Emit into AM_CPPFLAGS a definition of the designated C
1699         macro.
1700         (func_import): Define a witness macro. Assign it a value that depends
1701         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
1702         tests-related modules.
1703         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
1704         Reported by Jim Meyering.
1705
1706 2010-03-27  Bruno Haible  <bruno@clisp.org>
1707
1708         Factorize common .m4 code.
1709         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
1710         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
1711         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
1712         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
1713         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1714         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
1715         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
1716         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1717         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1718         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1719         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
1720         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1721         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1722         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1723         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1724         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
1725         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1726         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1727         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1728         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
1729         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
1730         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1731         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1732         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1733         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1734         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1735         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
1736         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
1737         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
1738         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1739         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1740         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1741
1742 2010-03-27  Bruno Haible  <bruno@clisp.org>
1743
1744         Fix a compilation error on Cygwin with g++ >= 4.3.
1745         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
1746         if it is undefined or if we alias it to chmod.
1747         (lstat): Don't warn about the use of this function if it is undefined
1748         or if we alias it to stat.
1749         Reported by Simon Josefsson.
1750
1751 2010-03-27  Bruno Haible  <bruno@clisp.org>
1752
1753         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
1754         * modules/getlogin (configure.ac): Update.
1755
1756         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
1757         * modules/getlogin_r (configure.ac): Update.
1758
1759         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
1760         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
1761         * modules/inet_ntop (configure.ac): Update.
1762
1763         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
1764         * modules/inet_pton (configure.ac): Update.
1765
1766         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
1767         * modules/mbslen (configure.ac): Update.
1768
1769         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
1770         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
1771         * modules/forkpty (configure.ac): Update.
1772         * modules/openpty (configure.ac): Update.
1773
1774 2010-03-26  Simon Josefsson  <simon@josefsson.org>
1775
1776         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
1777         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
1778
1779 2010-03-25  Eric Blake  <eblake@redhat.com>
1780
1781         maint: use pragma consistently across replacement headers
1782         * lib/ctype.in.h (system_header): Hoist for consistent placement.
1783         * lib/dirent.in.h (system_header): Likewise.
1784         * lib/errno.in.h (system_header): Likewise.
1785         * lib/float.in.h (system_header): Likewise.
1786         * lib/getopt.in.h (system_header): Likewise.
1787         * lib/iconv.in.h (system_header): Likewise.
1788         * lib/inttypes.in.h (system_header): Likewise.
1789         * lib/langinfo.in.h (system_header): Likewise.
1790         * lib/locale.in.h (system_header): Likewise.
1791         * lib/math.in.h (system_header): Likewise.
1792         * lib/netdb.in.h (system_header): Likewise.
1793         * lib/netinet_in.in.h (system_header): Likewise.
1794         * lib/pty.in.h (system_header): Likewise.
1795         * lib/sched.in.h (system_header): Likewise.
1796         * lib/se-selinux.in.h (system_header): Likewise.
1797         * lib/search.in.h (system_header): Likewise.
1798         * lib/spawn.in.h (system_header): Likewise.
1799         * lib/stdarg.in.h (system_header): Likewise.
1800         * lib/stdint.in.h (system_header): Likewise.
1801         * lib/string.in.h (system_header): Likewise.
1802         * lib/strings.in.h (system_header): Likewise.
1803         * lib/sys_file.in.h (system_header): Likewise.
1804         * lib/sys_ioctl.in.h (system_header): Likewise.
1805         * lib/sys_socket.in.h (system_header): Likewise.
1806         * lib/sys_times.in.h (system_header): Likewise.
1807         * lib/sys_utsname.in.h (system_header): Likewise.
1808         * lib/sys_wait.in.h (system_header): Likewise.
1809         * lib/sysexits.in.h (system_header): Likewise.
1810         * lib/unistd.in.h (system_header): Likewise.
1811         * lib/wctype.in.h (system_header): Likewise.
1812
1813         arpa/inet: fix mingw compilation warning
1814         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
1815         Reported by Matthew Bolte.
1816
1817 2010-03-25  Bruno Haible  <bruno@clisp.org>
1818
1819         Avoid collision between gnulib wrapper and libintl wrapper.
1820         * lib/printf.c (printf): Don't define if a printf wrapper is already
1821         defined in intl/printf.c.
1822         Reported by Michel Boaventura <michel@michelboaventura.com>.
1823
1824 2010-03-25  Bruno Haible  <bruno@clisp.org>
1825
1826         Use ANSI C.
1827         * lib/readutmp.h (getutent): Provide ANSI C prototype.
1828
1829 2010-03-25  Bruno Haible  <bruno@clisp.org>
1830
1831         Minor formatting changes.
1832         * lib/acosl.c: Insert space before function argument list.
1833         * lib/argz.c: Likewise.
1834         * lib/asinl.c: Likewise.
1835         * lib/expl.c: Likewise.
1836         * lib/gen-uni-tables.c: Likewise.
1837         * lib/gettext.h: Likewise.
1838         * lib/glthread/lock.h: Likewise.
1839         * lib/tanl.c: Likewise.
1840         * lib/uniname/uniname.c: Likewise.
1841         * tests/test-idpriv-drop.c: Likewise.
1842         * tests/test-idpriv-droptemp.c: Likewise.
1843         * tests/test-lock.c: Likewise.
1844         * tests/test-tls.c: Likewise.
1845         * lib/argp-help.c: Insert space before function-like macro argument
1846         list.
1847         * lib/memcmp.c: Likewise.
1848         * tests/test-base64.c: Likewise.
1849         * lib/localename.c: Insert space before sizeof's argument list.
1850         * lib/safe-alloc.h: Likewise.
1851         * lib/file-set.h: Insert space before macro argument list.
1852         * tests/test-argp.c: Likewise.
1853         * lib/argp-namefrob.h: Insert space before function parameter list.
1854         * lib/getaddrinfo.c: Likewise.
1855         * lib/netdb.in.h: Likewise.
1856         * lib/parse-duration.h: Likewise.
1857         * lib/parse-duration.c: Likewise.
1858         * lib/poll.c: Likewise.
1859         * lib/select.c: Likewise.
1860         * lib/trim.h: Likewise.
1861         * tests/test-usleep.c: Likewise.
1862         * lib/ldexpl.c: Insert space before function parameter list and before
1863         function argument list.
1864         * lib/logl.c: Likewise.
1865         * lib/sqrtl.c: Likewise.
1866         * lib/trim.c: Likewise.
1867         * lib/cosl.c: Use GNU style indentation. Insert space before function
1868         argument list.
1869         * lib/sinl.c: Likewise.
1870         * lib/tsearch.c: Insert space after 'for'.
1871         Reported by Jim Meyering.
1872
1873 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
1874
1875         * maint.mk (sc_Wundef_boolean): Check for the presence of the
1876         config header before grepping, as it's not present before
1877         autoreconf/configure are run.  Reported by Simon Josefsson.
1878
1879 2010-03-23  Bruno Haible  <bruno@clisp.org>
1880
1881         pt_chown: Make it work with automake < 1.11.
1882         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
1883         Reported by Simon Josefsson.
1884
1885 2010-03-23  Bruno Haible  <bruno@clisp.org>
1886
1887         pt_chown: Don't depend on GPLed modules.
1888         * lib/pt_chown.c: Don't include idpriv.h.
1889         (main): Don't drop privileges.
1890         * modules/pt_chown (Depends-on): Remove idpriv-drop.
1891         Reported by Simon Josefsson.
1892
1893 2010-03-24  Simon Josefsson  <simon@josefsson.org>
1894
1895         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
1896         suggestions from karl@freefriends.org (Karl Berry).
1897
1898 2010-03-22  Eric Blake  <eblake@redhat.com>
1899
1900         gethostname: further tweaks
1901         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
1902         are overriding gethostname.
1903         Suggested by Bruno Haible.
1904
1905 2010-03-21  Bruno Haible  <bruno@clisp.org>
1906
1907         Fix comments.
1908         * lib/forkpty.c (rpl_forkpty): Fix comment.
1909         * lib/openpty.c (rpl_openpty): Likewise.
1910         Reported by Eric Blake.
1911
1912 2010-03-22  Eric Blake  <eblake@redhat.com>
1913
1914         gethostname: fix build on mingw
1915         * lib/unistd.in.h (includes): Work around fact that mingw
1916         <winsock2.h> re-includes <unistd.h>, by avoiding any
1917         redeclarations if we are being included by <winsock2.h>.
1918         Reported by Matthias Bolte.
1919
1920 2010-03-21  Bruno Haible  <bruno@clisp.org>
1921
1922         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1923         * lib/forkpty.c (forkpty): New replacement function, from glibc with
1924         modifications.
1925         * lib/pty.in.h (forkpty): Update declaration. Add comments.
1926         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
1927         provide the replacement.
1928         * modules/forkpty (Depends-on): Add openpty, login_tty.
1929         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
1930         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
1931         * doc/glibc-functions/forkpty.texi: More supported platforms.
1932         * config/srclist.txt: Add forkpty.c (commented).
1933
1934 2010-03-21  Bruno Haible  <bruno@clisp.org>
1935
1936         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
1937         (Makefile.am): Verify that PTY_LIB is defined.
1938
1939         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
1940
1941 2010-03-21  Bruno Haible  <bruno@clisp.org>
1942
1943         Tests for module 'login_tty'.
1944         * modules/login_tty-tests: New file.
1945         * tests/test-login_tty.c: New file.
1946
1947         New module 'login_tty'.
1948         * lib/login_tty.c: New file.
1949         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
1950         * modules/login_tty: New file.
1951         * doc/glibc-functions/login_tty.texi: Mention the new module.
1952
1953 2010-03-21  Bruno Haible  <bruno@clisp.org>
1954
1955         login_tty: Documentation.
1956         * doc/glibc-functions/login_tty.texi: New file.
1957         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
1958
1959 2010-03-21  Bruno Haible  <bruno@clisp.org>
1960
1961         pty: Consistent macro naming.
1962         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
1963         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
1964         * modules/pty (configure.ac): Update.
1965
1966 2010-03-21  Bruno Haible  <bruno@clisp.org>
1967
1968         Tests for openpty: Make stricter.
1969         * tests/test-openpty.c (main): Add test of canonical processing and
1970         erase.
1971         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
1972
1973         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
1974         * lib/openpty.c (openpty): New replacement function.
1975         * lib/pty.in.h: Include <termios.h>.
1976         (openpty): Update declaration. Add comments.
1977         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
1978         is not declared, arrange to provide the replacement. Check for _getpty
1979         and posix_openpt.
1980         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
1981         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
1982         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
1983         * modules/pty-tests (test_pty_c___LDADD): New variable.
1984         * doc/glibc-functions/openpty.texi: More supported platforms.
1985
1986 2010-03-21  Bruno Haible  <bruno@clisp.org>
1987
1988         setenv: Tweaks.
1989         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
1990         the test program.
1991         * doc/posix-functions/setenv.texi: Update platforms list.
1992
1993 2010-03-21  Bruno Haible  <bruno@clisp.org>
1994
1995         New module 'unlockpt'.
1996         * lib/unlockpt.c: New file, from glibc with modifications.
1997         * m4/unlockpt.m4: New file.
1998         * modules/unlockpt: New file.
1999         * lib/stdlib.in.h (unlockpt): New declaration.
2000         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
2001         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
2002         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
2003         HAVE_UNLOCKPT.
2004         * doc/posix-functions/unlockpt.texi: Mention the new module.
2005         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
2006         * config/srclist.txt: Add unlockpt.c (commented).
2007
2008 2010-03-21  Jim Meyering  <meyering@redhat.com>
2009
2010         maint.mk: prohibit inclusion of "intprops.h" without use
2011         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
2012
2013 2010-03-21  Bruno Haible  <bruno@clisp.org>
2014
2015         New module 'grantpt'.
2016         * lib/grantpt.c: New file, from glibc with modifications.
2017         * m4/grantpt.m4: New file.
2018         * modules/grantpt: New file.
2019         * lib/stdlib.in.h (grantpt): New declaration.
2020         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
2021         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
2022         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
2023         HAVE_GRANTPT.
2024         * doc/posix-functions/grantpt.texi: Mention the new module.
2025         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
2026         * config/srclist.txt: Add grantpt.c (commented).
2027
2028 2010-03-21  Bruno Haible  <bruno@clisp.org>
2029
2030         New module 'pt_chown'.
2031         * lib/pt_chown.c: New file, from glibc with modifications.
2032         * lib/pty-private.h: New file, from glibc with modifications.
2033         * modules/pt_chown: New file.
2034         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
2035
2036 2010-03-21  Bruno Haible  <bruno@clisp.org>
2037
2038         Tests for module 'ptsname'.
2039         * modules/ptsname-tests: New file.
2040         * tests/test-ptsname.c: New file.
2041
2042         New module 'ptsname'.
2043         * lib/ptsname.c: New file, from glibc with modifications.
2044         * m4/ptsname.m4: New file.
2045         * modules/ptsname: New file.
2046         * lib/stdlib.in.h (ptsname): New declaration.
2047         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
2048         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
2049         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
2050         HAVE_PTSNAME.
2051         * doc/posix-functions/ptsname.texi: Mention the new module.
2052         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
2053         * config/srclist.txt: Add ptsname.c (commented).
2054
2055 2010-03-21  Bruno Haible  <bruno@clisp.org>
2056
2057         Tests for module 'ttyname_r'.
2058         * modules/ttyname_r-tests: New file.
2059         * tests/test-ttyname_r.c: New file.
2060
2061         New module 'ttyname_r'.
2062         * lib/ttyname_r.c: New file.
2063         * m4/ttyname_r.m4: New file.
2064         * modules/ttyname_r: New file.
2065         * lib/unistd.in.h (ttyname_r): New declaration.
2066         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
2067         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
2068         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
2069         HAVE_TTYNAME_R.
2070         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
2071         * doc/posix-functions/ttyname_r.texi: Mention the new module.
2072
2073 2010-03-20  Bruno Haible  <bruno@clisp.org>
2074
2075         signal: Undefine macro definitions in C++ mode.
2076         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
2077         sigfillset): Undefine macro definitions from the system header in C++
2078         mode.
2079         Reported by John W. Eaton <jwe@gnu.org>.
2080
2081 2010-03-20  Bruno Haible  <bruno@clisp.org>
2082
2083         Ensure no #include statements inside extern "C" { ... }.
2084         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
2085         contain #include statements.
2086         * lib/time.in.h: Likewise.
2087
2088 2010-03-20  Bruno Haible  <bruno@clisp.org>
2089
2090         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
2091         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
2092         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
2093         Reported by John W. Eaton <jwe@gnu.org>.
2094
2095 2010-03-20  Bruno Haible  <bruno@clisp.org>
2096
2097         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
2098         Reported by Jim Meyering.
2099
2100 2010-03-20  Bruno Haible  <bruno@clisp.org>
2101
2102         pipe: Set errno upon failure.
2103         * lib/pipe.h: Specify that when -1 is returned, errno is set.
2104         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
2105         errno value in error message.
2106
2107 2010-03-20  Bruno Haible  <bruno@clisp.org>
2108             Jim Meyering  <meyering@redhat.com>
2109
2110         lchown: Avoid "unused variable" warning.
2111         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
2112
2113 2010-03-20  Bruno Haible  <bruno@clisp.org>
2114
2115         Work around unlink() bug on MacOS X 10.5.6.
2116         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
2117         attempting to unlink a parent directory.
2118         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
2119         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
2120         activate for the replacement function.
2121         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
2122
2123 2010-03-20  Bruno Haible  <bruno@clisp.org>
2124
2125         Fix link errors on Solaris 8.
2126         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
2127         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
2128
2129 2010-03-19  Jim Meyering  <meyering@redhat.com>
2130
2131         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
2132         The _LIBC implementation of build_range_exp correctly honors the
2133         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
2134         However, the non-_LIBC implementation would ignore that syntax-bit
2135         flag and return REG_ERANGE unconditionally.
2136         This change makes it honor that flag.
2137         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
2138         Make two pointer parameters "const".
2139         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
2140         (parse_bracket_exp): Update caller.
2141
2142         regex.m4: correct the reversed range endpoint ([b-a]) test
2143         * m4/regex.m4: When requiring that [b-a] evoke failure,
2144         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
2145         test pass once again for x86-based systems.
2146
2147 2010-03-19  Bruno Haible  <bruno@clisp.org>
2148
2149         scandir: Fix link error on Solaris 8.
2150         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
2151         macros.
2152
2153 2010-03-19  Bruno Haible  <bruno@clisp.org>
2154
2155         getusershell: Fix documentation.
2156         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
2157         module.
2158         * doc/glibc-functions/setusershell.texi: Likewise.
2159
2160         getusershell: Provide declaration, missing on Solaris 9.
2161         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
2162         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
2163         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
2164         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
2165         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2166         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
2167         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
2168         HAVE_GETUSERSHELL.
2169         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
2170
2171 2010-03-19  Bruno Haible  <bruno@clisp.org>
2172
2173         wctype: Provide iswblank function.
2174         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
2175         exists and is fine.
2176         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
2177         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
2178         * tests/test-wctype.c (main): Re-enable the iswblank tests.
2179         * doc/posix-functions/iswblank.texi: Update.
2180
2181 2010-03-19  Bruno Haible  <bruno@clisp.org>
2182
2183         Tests of module 'pty' in C++ mode.
2184         * modules/pty-tests: New file.
2185         * tests/test-pty-c++.cc: New file.
2186         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2187
2188 2010-03-19  Eric Blake  <eblake@redhat.com>
2189
2190         logb: fix documentation
2191         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
2192         1.5 declaration bug.
2193
2194         forkpty, openpty: prefer glibc's const-safe prototype
2195         * lib/forkpty.c (rpl_forkpty): New file.
2196         * lib/openpty.c (rpl_openpty): Likewise.
2197         * modules/forkpty (Files): Distribute it.
2198         * modules/openpty (Files): Likewise.
2199         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
2200         check...
2201         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
2202         replacement for for non-const BSD signature.
2203         * modules/pty (Makefile.am): Substitute witnesses.
2204         * lib/pty.in.h (forkpty, openpty): Declare replacements.
2205         * tests/test-forkpty.c: Update signature check.
2206         * tests/test-openpty.c: Likewise.
2207         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
2208         * doc/glibc-functions/openpty.texi (openpty): Likewise.
2209
2210         forkpty, openpty: split functions into new modules
2211         * modules/pty (Makefile.am): Substitute new witnesses.
2212         (Libraries): Move library detection...
2213         * modules/forkpty: ...into new module.
2214         * modules/openpty: Another new module.
2215         * modules/pty-tests: Rename and split...
2216         * modules/forkpty-tests: ...to this...
2217         * modules/openpty-tests: ...and this.
2218         * tests/test-pty.c: Rename and split...
2219         * tests/test-forkpty.c: ...to this...
2220         * tests/test-openpty.c: ...and this.
2221         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
2222         (gl_PTY): Split library searching...
2223         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
2224         (gl_FORKPTY, gl_OPENPTY): New macros.
2225         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
2226         * NEWS: Mention the split.
2227         * MODULES.html.sh (Misc): Document the modules.
2228         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
2229         * doc/glibc-functions/openpty.texi (openpty): Likewise.
2230
2231         pty: improve replacement header
2232         * lib/pty.in.h: New file.
2233         * modules/pty (Files): Ship it.
2234         (Makefile.am): Always build replacement.
2235         * m4/pty.m4: Rename...
2236         * m4/pty_h.m4: ...to this.
2237         (gl_PTY): Modernize setting of witness macros; update check of
2238         forkpty to take proper advantage of cache.
2239         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
2240
2241         getopt: avoid compiler warning
2242         * lib/getopt.c (attribute_hidden): Remove unused macro.
2243
2244 2010-03-18  Bruno Haible  <bruno@clisp.org>
2245
2246         Fix link errors on Solaris 8.
2247         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
2248         * modules/search-tests (test_search_c___LDADD): Likewise.
2249         * modules/signal-tests (test_signal_c___LDADD): Likewise.
2250         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
2251         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
2252         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
2253         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
2254         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
2255         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
2256
2257 2010-03-18  Bruno Haible  <bruno@clisp.org>
2258
2259         Fix bug introduced on 2010-03-14.
2260         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
2261         (gl_SPAWN_H): Require it.
2262         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
2263         Reported by Simon Josefsson.
2264
2265 2010-03-18  Bruno Haible  <bruno@clisp.org>
2266
2267         Fix typo introduced on 2009-12-31.
2268         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
2269         posix_spawn_file_actions_adddup2.
2270
2271 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
2272         and Eric Blake  <eblake@redhat.com>
2273
2274         test-vc-list-files-git: make more robust
2275         * tests/test-vc-list-files-git.sh: Unset problematic environment
2276         variables.  Chain commands together.
2277
2278 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
2279
2280         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
2281         `AC_CHECK_DECL' invocation.
2282
2283 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
2284
2285         * lib/inttostr.c (inttostr): Make sure the invocation of verify
2286         appears before executable statements. Suggested by Petr Sumbera
2287         <Petr.Sumbera@Sun.COM>.
2288
2289 2010-03-14  Bruno Haible  <bruno@clisp.org>
2290
2291         * tests/test-flock.c (test_exclusive): Comment out a test that causes
2292         portability problems. Instead use a simpler test.
2293         (main): Check that invalid arguments are rejected only on Linux.
2294
2295 2010-03-14  Bruno Haible  <bruno@clisp.org>
2296
2297         Fix bug introduced on 2009-12-31.
2298         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
2299         gl_PREREQ_SYS_H_WINSOCK2 always.
2300         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
2301         SYS_SOCKET_H variable.
2302         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
2303         Update comments.
2304         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
2305         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
2306         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
2307         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
2308         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
2309
2310 2010-03-14  Bruno Haible  <bruno@clisp.org>
2311
2312         Fix values returned by sinl, cosl.
2313         * lib/trigl.h: Add specification comments.
2314         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
2315         that combines the values from the precomputed table with the values of
2316         the Chebyshev polynomials.
2317
2318 2010-03-14  Bruno Haible  <bruno@clisp.org>
2319
2320         Fix compilation error when modules 'posix_spawn[p]' are not used.
2321         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
2322         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
2323
2324 2010-03-14  Bruno Haible  <bruno@clisp.org>
2325
2326         Fix compilation error on mingw when module 'time_r' is not used.
2327         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
2328         is 1.
2329         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
2330         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
2331         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
2332         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
2333
2334 2010-03-14  Bruno Haible  <bruno@clisp.org>
2335
2336         Fix compilation error with Sun C.
2337         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
2338         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
2339         instead of GCC specific ULONG_LONG_MAX.
2340         * lib/xstrtoll.c: Likewise.
2341         * lib/xstrtoull.c: Likewise.
2342
2343 2010-03-13  Bruno Haible  <bruno@clisp.org>
2344
2345         Allow the user to disable C++ code and tests.
2346         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
2347         (gl_PROG_ANSI_CXX): Require it.
2348
2349 2010-03-13  Bruno Haible  <bruno@clisp.org>
2350
2351         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
2352         cases.
2353
2354 2010-03-13  Bruno Haible  <bruno@clisp.org>
2355
2356         Test that gnulib does not break the standard C++ headers.
2357         * tests/test-locale-c++2.cc: New file.
2358         * modules/locale-tests (Files): Add it.
2359         (Makefile.am): Compile it for test-locale-c++.
2360         * tests/test-math-c++2.cc: New file.
2361         * modules/math-tests (Files): Add it.
2362         (Makefile.am): Compile it for test-math-c++.
2363         * tests/test-signal-c++2.cc: New file.
2364         * modules/signal-tests (Files): Add it.
2365         (Makefile.am): Compile it for test-signal-c++.
2366         * tests/test-stdio-c++2.cc: New file.
2367         * modules/stdio-tests (Files): Add it.
2368         (Makefile.am): Compile it for test-stdio-c++.
2369         * tests/test-stdlib-c++2.cc: New file.
2370         * modules/stdlib-tests (Files): Add it.
2371         (Makefile.am): Compile it for test-stdlib-c++.
2372         * tests/test-string-c++2.cc: New file.
2373         * modules/string-tests (Files): Add it.
2374         (Makefile.am): Compile it for test-string-c++.
2375         * tests/test-time-c++2.cc: New file.
2376         * modules/time-tests (Files): Add it.
2377         (Makefile.am): Compile it for test-time-c++.
2378         Reported by John W. Eaton <jwe@gnu.org>.
2379
2380 2010-03-13  Bruno Haible  <bruno@clisp.org>
2381
2382         * gnulib-tool (func_usage): Clarify which options are available for
2383         --create-testdir and --create-megatestdir.
2384
2385 2010-03-13  Bruno Haible  <bruno@clisp.org>
2386
2387         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
2388         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
2389         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
2390         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
2391         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
2392         when appropriate.
2393         Reported by Jim Meyering.
2394
2395 2010-03-12  Simon Josefsson  <simon@josefsson.org>
2396
2397         * gnulib-tool (func_import): Explain origin of code.
2398
2399 2010-03-12  Bruno Haible  <bruno@clisp.org>
2400
2401         Fix problem with automake's definition of CXXLINK.
2402         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
2403         Reported by Simon Josefsson and Ludovic Courtès.
2404
2405 2010-03-12  Bruno Haible  <bruno@clisp.org>
2406
2407         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
2408         stable releases.
2409
2410 2010-03-11  Bruno Haible  <bruno@clisp.org>
2411
2412         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
2413         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
2414         whether the system provides one variant or multiple variants of the
2415         function.
2416         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
2417         C++ compilers.
2418         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
2419         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
2420         Reported by Jim Meyering.
2421
2422 2010-03-09  Simon Josefsson  <simon@josefsson.org>
2423
2424         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
2425
2426 2010-03-08  Bruno Haible  <bruno@clisp.org>
2427
2428         gnulib-tool: Add support for --libtool in --create-testdir.
2429         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
2430         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
2431
2432 2010-03-08  Eric Blake  <eblake@redhat.com>
2433
2434         gnulib-tool.texi: mention possibility of git submodule
2435         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
2436         submodules.
2437         * doc/.gitignore: Ignore another generated file.
2438
2439 2010-03-08  Karl Berry  <karl@gnu.org>
2440
2441         * doc/gnulib-tool.texi (VCS Issues): Mention third option
2442         of committing gnulib files while skipping others.
2443
2444 2010-03-07  Bruno Haible  <bruno@clisp.org>
2445
2446         Tests of module 'wctype' in C++ mode.
2447         * tests/test-wctype-c++.cc: New file.
2448         * modules/wctype-tests (Files): Add it and tests/signature.h.
2449         (Depends-on): Add ansi-c++-opt.
2450         (Makefile.am): Arrange to compile and run test-wctype-c++.
2451
2452         Tests of module 'wchar' in C++ mode.
2453         * tests/test-wchar-c++.cc: New file.
2454         * modules/wchar-tests (Files): Add it and tests/signature.h.
2455         (Depends-on): Add ansi-c++-opt.
2456         (Makefile.am): Arrange to compile and run test-wchar-c++.
2457         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
2458         gl_MODULE_INDICATOR.
2459
2460         Tests of module 'unistd' in C++ mode.
2461         * tests/test-unistd-c++.cc: New file.
2462         * modules/unistd-tests (Files): Add it and tests/signature.h.
2463         (Depends-on): Add ansi-c++-opt.
2464         (Makefile.am): Arrange to compile and run test-unistd-c++.
2465         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
2466         gl_MODULE_INDICATOR.
2467
2468         Tests of module 'time' in C++ mode.
2469         * tests/test-time-c++.cc: New file.
2470         * modules/time-tests (Files): Add it and tests/signature.h.
2471         (Depends-on): Add ansi-c++-opt.
2472         (Makefile.am): Arrange to compile and run test-time-c++.
2473         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2474
2475         Tests of module 'sys_time' in C++ mode.
2476         * tests/test-sys_time-c++.cc: New file.
2477         * modules/sys_time-tests (Files): Add it and tests/signature.h.
2478         (Depends-on): Add ansi-c++-opt.
2479         (Makefile.am): Arrange to compile and run test-sys_time-c++.
2480         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
2481         gl_MODULE_INDICATOR.
2482
2483         Tests of module 'sys_stat' in C++ mode.
2484         * tests/test-sys_stat-c++.cc: New file.
2485         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
2486         (Depends-on): Add ansi-c++-opt.
2487         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
2488         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
2489         gl_MODULE_INDICATOR.
2490
2491         Tests of module 'sys_socket' in C++ mode.
2492         * tests/test-sys_socket-c++.cc: New file.
2493         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
2494         (Depends-on): Add ansi-c++-opt.
2495         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
2496         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
2497         gl_MODULE_INDICATOR.
2498
2499         Tests of module 'sys_select' in C++ mode.
2500         * tests/test-sys_select-c++.cc: New file.
2501         * modules/sys_select-tests (Files): Add it and tests/signature.h.
2502         (Depends-on): Add ansi-c++-opt.
2503         (Makefile.am): Arrange to compile and run test-sys_select-c++.
2504         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
2505         gl_MODULE_INDICATOR.
2506
2507         Tests of module 'sys_ioctl' in C++ mode.
2508         * tests/test-sys_ioctl-c++.cc: New file.
2509         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
2510         (Depends-on): Add ansi-c++-opt.
2511         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
2512         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
2513         gl_MODULE_INDICATOR.
2514
2515         Tests of module 'string' in C++ mode.
2516         * tests/test-string-c++.cc: New file.
2517         * modules/string-tests (Files): Add it and tests/signature.h.
2518         (Depends-on): Add ansi-c++-opt.
2519         (Makefile.am): Arrange to compile and run test-string-c++.
2520         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
2521         gl_MODULE_INDICATOR.
2522
2523         Tests of module 'stdlib' in C++ mode.
2524         * tests/test-stdlib-c++.cc: New file.
2525         * modules/stdlib-tests (Files): Add it and tests/signature.h.
2526         (Depends-on): Add ansi-c++-opt.
2527         (Makefile.am): Arrange to compile and run test-stdlib-c++.
2528         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
2529         gl_MODULE_INDICATOR.
2530
2531         Tests of module 'stdio' in C++ mode.
2532         * tests/test-stdio-c++.cc: New file.
2533         * modules/stdio-tests (Files): Add it and tests/signature.h.
2534         (Depends-on): Add ansi-c++-opt.
2535         (Makefile.am): Arrange to compile and run test-stdio-c++.
2536         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
2537         gl_MODULE_INDICATOR.
2538
2539         Tests of module 'spawn' in C++ mode.
2540         * tests/test-spawn-c++.cc: New file.
2541         * modules/spawn-tests (Files): Add it and tests/signature.h.
2542         (Depends-on): Add ansi-c++-opt.
2543         (Makefile.am): Arrange to compile and run test-spawn-c++.
2544         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
2545         gl_MODULE_INDICATOR.
2546
2547         Tests of module 'signal' in C++ mode.
2548         * tests/test-signal-c++.cc: New file.
2549         * modules/signal-tests (Files): Add it and tests/signature.h.
2550         (Depends-on): Add ansi-c++-opt.
2551         (Makefile.am): Arrange to compile and run test-signal-c++.
2552         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
2553         gl_MODULE_INDICATOR.
2554
2555         Tests of module 'search' in C++ mode.
2556         * tests/test-search-c++.cc: New file.
2557         * modules/search-tests (Files): Add it and tests/signature.h.
2558         (Depends-on): Add ansi-c++-opt.
2559         (Makefile.am): Arrange to compile and run test-search-c++.
2560         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
2561         gl_MODULE_INDICATOR.
2562
2563         Tests of module 'math' in C++ mode.
2564         * tests/test-math-c++.cc: New file.
2565         * modules/math-tests (Files): Add it and tests/signature.h.
2566         (Depends-on): Add ansi-c++-opt.
2567         (Makefile.am): Arrange to compile and run test-math-c++.
2568         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2569
2570         Tests of module 'locale' in C++ mode.
2571         * tests/test-locale-c++.cc: New file.
2572         * modules/locale-tests (Files): Add it and tests/signature.h.
2573         (Depends-on): Add ansi-c++-opt.
2574         (Makefile.am): Arrange to compile and run test-locale-c++.
2575         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
2576         gl_MODULE_INDICATOR.
2577
2578         Tests of module 'langinfo' in C++ mode.
2579         * tests/test-langinfo-c++.cc: New file.
2580         * modules/langinfo-tests (Files): Add it and tests/signature.h.
2581         (Depends-on): Add ansi-c++-opt.
2582         (Makefile.am): Arrange to compile and run test-langinfo-c++.
2583         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
2584         gl_MODULE_INDICATOR.
2585
2586         Tests of module 'iconv-h' in C++ mode.
2587         * tests/test-iconv-h-c++.cc: New file.
2588         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
2589         (Depends-on): Add ansi-c++-opt.
2590         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
2591
2592         Tests of module 'glob' in C++ mode.
2593         * tests/test-glob-c++.cc: New file.
2594         * modules/glob-tests (Files): Add it.
2595         (Depends-on): Add ansi-c++-opt.
2596         (Makefile.am): Arrange to compile and run test-glob-c++.
2597
2598         Tests of module 'fcntl-h' in C++ mode.
2599         * tests/test-fcntl-h-c++.cc: New file.
2600         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
2601         (Depends-on): Add ansi-c++-opt.
2602         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
2603         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
2604         gl_MODULE_INDICATOR.
2605
2606         Tests of module 'dirent' in C++ mode.
2607         * tests/test-dirent-c++.cc: New file.
2608         * modules/dirent-tests (Files): Add it and tests/signature.h.
2609         (Depends-on): Add ansi-c++-opt.
2610         (Makefile.am): Arrange to compile and run test-dirent-c++.
2611         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
2612         gl_MODULE_INDICATOR.
2613
2614         New module 'ansi-c++-opt'.
2615         * modules/ansi-c++-opt: New file.
2616         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
2617
2618         Document C++ namespace mode.
2619         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
2620
2621         wctype: Avoid #define replacements in C++ mode.
2622         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
2623         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
2624         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
2625         In C++, define a namespaced alias symbol.
2626         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
2627         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
2628         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
2629         rule.
2630
2631         wchar: Avoid #define replacements in C++ mode.
2632         * lib/wchar.in.h: Include c++defs.h.
2633         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
2634         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
2635         symbol.
2636         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
2637         * modules/wchar (Depends-on): Add c++defs.
2638         (Makefile.am): Update wchar.h rule.
2639
2640         unistd: Avoid #define replacements in C++ mode.
2641         * lib/unistd.in.h: Include c++defs.h.
2642         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
2643         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
2644         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
2645         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
2646         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
2647         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
2648         symbol.
2649         (environ): Update.
2650         * modules/unistd (Depends-on): Add c++defs.
2651         (Makefile.am): Update unistd.h rule.
2652
2653         time: Avoid #define replacements in C++ mode.
2654         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
2655         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
2656         define a namespaced alias symbol.
2657         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
2658         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
2659         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
2660         * modules/time (Depends-on): Add c++defs, warn-on-use.
2661         (Makefile.am): Update time.h rule.
2662         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
2663         * modules/nanosleep (configure.ac): Likewise.
2664         * modules/strptime (configure.ac): Likewise.
2665         * modules/timegm (configure.ac): Likewise.
2666
2667         sys_time: Avoid #define replacements in C++ mode.
2668         * lib/sys_time.in.h: Include c++defs.h.
2669         (gettimeofday): In C++, define a namespaced alias symbol.
2670         * modules/sys_time (Depends-on): Add c++defs.
2671         (Makefile.am): Update sys/time.h rule.
2672
2673         sys_stat: Avoid #define replacements in C++ mode.
2674         * lib/sys_stat.in.h: Include c++defs.h.
2675         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
2676         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
2677         namespaced alias symbol.
2678         In C++, define a namespaced alias symbol.
2679         * modules/sys_stat (Depends-on): Add c++defs.
2680         (Makefile.am): Update sys/stat.h rule.
2681
2682         sys_socket: Avoid #define replacements in C++ mode.
2683         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
2684         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
2685         definitions also when the system has a <sys/socket.h>.
2686         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
2687         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
2688         In C++, define a namespaced alias symbol.
2689         * modules/sys_socket (Depends-on): Add c++defs.
2690         (Makefile.am): Update sys/socket.h rule.
2691
2692         sys_select: Avoid #define replacements in C++ mode.
2693         * lib/sys_select.in.h: Include c++defs.h. Enable the function
2694         definitions also when the system has a <sys/select.h>.
2695         (select): In C++, define a namespaced alias symbol.
2696         * modules/sys_select (Depends-on): Add c++defs.
2697         (Makefile.am): Update sys/select.h rule.
2698
2699         sys_ioctl: Avoid #define replacements in C++ mode.
2700         * lib/sys_ioctl.in.h: Include c++defs.h.
2701         (ioctl): In C++, define a namespaced alias symbol.
2702         * modules/sys_ioctl (Depends-on): Add c++defs.
2703         (Makefile.am): Update sys/ioctl.h rule.
2704
2705         string: Avoid #define replacements in C++ mode.
2706         * lib/string.in.h: Include c++defs.h.
2707         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
2708         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
2709         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
2710         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
2711         strsignal, strverscmp): In C++, define a namespaced alias symbol.
2712         * modules/string (Depends-on): Add c++defs.
2713         (Makefile.am): Update string.h rule.
2714
2715         stdlib: Avoid #define replacements in C++ mode.
2716         * lib/stdlib.in.h: Include c++defs.h.
2717         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
2718         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
2719         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
2720         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
2721         symbol.
2722         * modules/stdlib (Depends-on): Add c++defs.
2723         (Makefile.am): Update stdlib.h rule.
2724
2725         stdio: Avoid #define replacements in C++ mode.
2726         * lib/stdio.in.h: Include c++defs.h.
2727         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
2728         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
2729         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
2730         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
2731         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
2732         namespaced alias symbol.
2733         * modules/stdio (Depends-on): Add c++defs.
2734         (Makefile.am): Update stdio.h rule.
2735
2736         spawn: Avoid #define replacements in C++ mode.
2737         * lib/spawn.in.h: Include c++defs.h.
2738         (posix_spawn, posix_spawnp, posix_spawnattr_init,
2739         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
2740         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
2741         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
2742         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
2743         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
2744         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
2745         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
2746         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
2747         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
2748         In C++, define a namespaced alias symbol.
2749         * modules/spawn (Depends-on): Add c++defs.
2750         (Makefile.am): Update spawn.h rule.
2751
2752         signal: Avoid #define replacements in C++ mode.
2753         * lib/signal.in.h: Include c++defs.h.
2754         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
2755         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
2756         namespaced alias symbol.
2757         * modules/signal (Depends-on): Add c++defs.
2758         (Makefile.am): Update signal.h rule.
2759
2760         search: Avoid #define replacements in C++ mode.
2761         * lib/search.in.h: Include c++defs.h.
2762         (_gl_search_compar_fn, _gl_search_action_fn): New types.
2763         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
2764         symbol.
2765         * modules/search (Depends-on): Add c++defs.
2766         (Makefile.am): Update search.h rule.
2767
2768         math: Avoid #define replacements in C++ mode.
2769         * lib/math.in.h: Include c++defs.h.
2770         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
2771         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
2772         trunc, truncl): In C++, define a namespaced alias symbol.
2773         * modules/math (Depends-on): Add c++defs.
2774         (Makefile.am): Update math.h rule.
2775
2776         locale: Avoid #define replacements in C++ mode.
2777         * lib/locale.in.h: Include c++defs.h.
2778         (duplocale): In C++, define a namespaced alias symbol.
2779         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
2780         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
2781         * modules/locale (Depends-on): Add c++defs.
2782         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
2783
2784         langinfo: Avoid #define replacements in C++ mode.
2785         * lib/langinfo.in.h: Include c++defs.h.
2786         (nl_langinfo): In C++, define a namespaced alias symbol.
2787         * modules/langinfo (Depends-on): Add c++defs.
2788         (Makefile.am): Update langinfo.h rule.
2789
2790         iconv-h: Avoid #define replacements in C++ mode.
2791         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
2792         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
2793         symbol.
2794         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
2795         whenever iconv is present.
2796         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
2797         (Makefile.am): Update iconv.h rule.
2798
2799         glob: Avoid #define replacements in C++ mode.
2800         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
2801         (_gl_glob_errfunc_fn): New type.
2802         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
2803         symbol.
2804         * modules/glob (Depends-on): Add c++defs, warn-on-use.
2805         (Makefile.am): Update glob.h rule.
2806
2807         fcntl-h: Avoid #define replacements in C++ mode.
2808         * lib/fcntl.in.h: Include c++defs.h.
2809         (fcntl, open, openat): In C++, define a namespaced alias symbol.
2810         * modules/fcntl-h (Depends-on): Add c++defs.
2811         (Makefile.am): Update fcntl.h rule.
2812
2813         dirent: Avoid #define replacements in C++ mode.
2814         * lib/dirent.in.h: Include c++defs.h.
2815         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
2816         namespaced alias symbol.
2817         (dirfd): Update declaration.
2818         * modules/dirent (Depends-on): Add c++defs.
2819         (Makefile.am): Update dirent.h rule.
2820
2821         ctype: Make it usable in C++ code.
2822         * lib/ctype.in.h: Include c++defs.h.
2823         (isblank): Declare as extern "C".
2824         * modules/ctype (Depends-on): Add c++defs.
2825         (Makefile.am): Update ctype.h rule.
2826
2827         New module 'c++defs'.
2828         * modules/c++defs: New file.
2829         * build-aux/c++defs.h: New file.
2830         Reported by John W. Eaton <jwe@gnu.org>.
2831
2832 2010-03-07  Bruno Haible  <bruno@clisp.org>
2833
2834         logb: Provide missing declaration for Cygwin.
2835         * lib/math.in.h (logb): New declaration.
2836         * m4/logb.m4: New file.
2837         * modules/logb (Files): Add m4/logb.m4.
2838         (Depends-on): Add math.
2839         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
2840         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
2841         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
2842         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
2843         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
2844
2845 2010-03-07  Bruno Haible  <bruno@clisp.org>
2846
2847         Fix test-cond link error.
2848         * tests/test-cond.c: Include <stdio.h>.
2849
2850 2010-03-07  Bruno Haible  <bruno@clisp.org>
2851
2852         Fix test-dirent-safer link error.
2853         * modules/dirent-safer-tests (Makefile.am): Define
2854         test_dirent_safer_LDADD.
2855
2856 2010-03-07  Bruno Haible  <bruno@clisp.org>
2857
2858         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
2859         among default module list.
2860
2861 2010-03-07  Bruno Haible  <bruno@clisp.org>
2862
2863         Fix link error on platforms with GNU libiconv.
2864         * modules/unistr/u8-strcoll-tests (Makefile): Define
2865         test_u8_strcoll_LDADD.
2866         * modules/unistr/u16-strcoll-tests (Makefile): Define
2867         test_u16_strcoll_LDADD.
2868         * modules/unistr/u32-strcoll-tests (Makefile): Define
2869         test_u32_strcoll_LDADD.
2870
2871 2010-03-07  Bruno Haible  <bruno@clisp.org>
2872
2873         Use POSIX declarations for socket functions.
2874         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
2875         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
2876         rpl_sendto): Change declaration to match POSIX.
2877         * lib/connect.c (rpl_connect): Likewise.
2878         * lib/accept.c (rpl_accept): Likewise.
2879         * lib/bind.c (rpl_bind): Likewise.
2880         * lib/getpeername.c (rpl_getpeername): Likewise.
2881         * lib/getsockname.c (rpl_getsockname): Likewise.
2882         * lib/recv.c (rpl_recv): Likewise.
2883         * lib/send.c (rpl_send): Likewise.
2884         * lib/recvfrom.c (rpl_recvfrom): Likewise.
2885         * lib/sendto.c (rpl_sendto): Likewise.
2886
2887 2010-03-06  Bruno Haible  <bruno@clisp.org>
2888
2889         Clarify access, euidaccess, faccessat.
2890         * doc/posix-functions/faccessat.texi: Mention security problem under
2891         "Other problems", not "Portability problems".
2892         * doc/posix-functions/access.texi: Likewise. Mention a related security
2893         problem.
2894         * doc/glibc-functions/euidaccess.texi: Mention security problems.
2895         * lib/euidaccess.c: Add comments about platforms.
2896         * lib/unistd.in.h (access, euidaccess): Add warnings.
2897
2898 2010-03-07  Bruno Haible  <bruno@clisp.org>
2899
2900         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
2901         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
2902         (POSIX_SPAWN_SETSCHEDULER): Likewise.
2903         (POSIX_SPAWN_USEVFORK): Define in a way that works when
2904         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2905         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
2906         declare when POSIX_SPAWN_SETSCHEDULER is zero.
2907         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
2908         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
2909         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
2910         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
2911         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
2912         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
2913         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
2914         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
2915         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
2916         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
2917         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
2918         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
2919         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
2920         Likewise.
2921         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
2922         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
2923         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
2924         Likewise.
2925         * tests/test-spawn.c (main): Make it work when
2926         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
2927
2928 2010-03-07  Bruno Haible  <bruno@clisp.org>
2929
2930         Fix incorrect Makefile.am generation in German locale.
2931         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2932         Execute sed command with character range in C locale.
2933
2934 2010-03-06  Bruno Haible  <bruno@clisp.org>
2935
2936         Tests for module 'iconv-h'.
2937         * modules/iconv-h-tests: New file.
2938         * tests/test-iconv-h.c: New file.
2939
2940         New module 'iconv-h'.
2941         * modules/iconv-h: New file.
2942         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
2943         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
2944         (configure.ac): Remove gl_ICONV_H.
2945         (Makefile.am): Remove rule for iconv.h.
2946
2947 2010-03-06  Bruno Haible  <bruno@clisp.org>
2948
2949         More consistent naming of *.m4 files.
2950         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
2951         * modules/wctype (Files): Update.
2952
2953         More consistent naming of *.m4 files.
2954         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
2955         * modules/wchar (Files): Update.
2956
2957 2010-03-06  Jim Meyering  <meyering@redhat.com>
2958
2959         euidaccess: relax license to LGPLv2+
2960         * modules/euidaccess (License): Relax to LGPLv2+.
2961
2962 2010-03-06  Bruno Haible  <bruno@clisp.org>
2963
2964         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
2965         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
2966         (Makefile.am): Augment lib_SOURCES instead.
2967
2968 2010-03-04  Jim Meyering  <meyering@redhat.com>
2969
2970         utime: remove obsolete module
2971         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
2972         unnecessary for years, and has been marked as obsolete for 10 months.
2973         * modules/utime: Remove file.
2974         * lib/utime.c: Remove file.
2975         * m4/utime.m4: Remove file.
2976         * m4/utimes-null.m4: Remove file.
2977         * doc/posix-functions/utime.texi (utime): Remove reference to
2978         the module.  Move the sole "fixed by gnulib" item into the
2979         "problems not fixed by Gnulib" list.
2980         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
2981
2982 2010-03-05  Simon Josefsson  <simon@josefsson.org>
2983
2984         * modules/exit (License): Relax license to LGPLv2+.
2985         (Status): Mark as obsolete.
2986         * NEWS: Mention deprecated 'exit' module.
2987         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
2988         of now obsolete 'exit'.
2989
2990 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2991
2992         fts-lgpl: remove unused module
2993         * modules/fts-lgpl: Remove.
2994         * MODULES.html.sh (func_all_modules): Adjust.
2995         * check-module (find_included_lib_files): Adjust.
2996         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
2997
2998 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
2999
3000         copy-acl: enhance Solaris ACL error handling
3001         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
3002         * lib/set-mode-acl.c (qset_acl): Likewise.
3003
3004 2010-03-02  Bruno Haible  <bruno@clisp.org>
3005
3006         spawn: Don't override the system defined values on FreeBSD 8.
3007         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
3008         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
3009         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
3010         if HAVE_POSIX_SPAWN is 1.
3011         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
3012
3013 2010-03-01  Bruno Haible  <bruno@clisp.org>
3014
3015         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
3016         regarding Automake.
3017
3018 2010-02-25  Bruno Haible  <bruno@clisp.org>
3019
3020         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
3021         * gnulib-tool: Define 'echo' as a function only before the ksh alias
3022         setting, not afterwards.
3023         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
3024
3025 2010-02-24  Eric Blake  <eblake@redhat.com>
3026
3027         bootstrap, git-version-gen: use timestamp
3028         * build-aux/git-version-gen (scriptversion): Force UTC.
3029         * build-aux/bootstrap (scriptversion): New variable.
3030
3031         bootstrap: allow older git
3032         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
3033         older than 1.6.4.  Requested by the libvirt project.
3034
3035 2010-02-23  Eric Blake  <eblake@redhat.com>
3036
3037         warn-on-use: work with old autoconf
3038         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
3039         AS_VAR semantics of autoconf 2.60.
3040         Reported by Bruno Haible.
3041
3042         bootstrap: improve some comments
3043         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
3044         clarification comments.
3045
3046         gettimeofday: provide correct function
3047         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
3048         when replacement is declared, otherwise provide gettimeofday.
3049         Reported by Michael Goffioul.
3050
3051 2010-02-23  Jim Meyering  <meyering@redhat.com>
3052
3053         lib-ignore: relax license to "unlimited", not LGPLv2+
3054         * modules/lib-ignore (License): Relax to "unlimited".
3055
3056 2010-02-23  Jim Meyering  <meyering@redhat.com>
3057
3058         lib-ignore: relax license to LGPLv2+
3059         * modules/lib-ignore (License): Relax to LGPLv2+.
3060
3061 2010-02-22  Eric Blake  <eblake@redhat.com>
3062
3063         lseek: avoid bash 3.2 broken pipe bug
3064         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
3065         warning from bash 3.2.
3066         Reported by Ben Pfaff, with analysis from Bruno Haible.
3067
3068         bootstrap: support non-FSF copyright holder
3069         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
3070         bootstrap.conf override of COPYRIGHT_HOLDER.
3071         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
3072
3073         bootstrap: interoperate with gettext 0.14.1
3074         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
3075
3076         bootstrap: allow for alternate submodule location
3077         * build-aux/bootstrap (gnulib_path): New variable; use instead of
3078         hardcoding submodule location.
3079         (gnulib_mk): Allow direct use of Makefile.am.
3080
3081         bootstrap: use GNULIB_SRCDIR to reduce disk usage
3082         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
3083         rather than reconfiguring where the submodule points.
3084
3085         gettimeofday: restore support for platforms that lack function
3086         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
3087         replacement if function is missing.
3088         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
3089         * modules/sys_time (Makefile.am): Substitute it.
3090         * lib/sys_time.in.h (gettimeofday): Check it.
3091         Reported by Michael Goffioul.
3092
3093 2010-02-21  Bruno Haible  <bruno@clisp.org>
3094
3095         * lib/stdio.in.h (obstack_printf): Fix typo.
3096
3097 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
3098
3099         vc-list-files: use bzr ls's -R option
3100         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
3101         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
3102
3103 2010-02-21  Jim Meyering  <meyering@redhat.com>
3104
3105         init.sh: fix EXEEXT shims to work also for names like test-prog
3106         * tests/init.sh: Re-exec a better shell, when needed.
3107         If the current shell lacks support for posix $(...), an init.sh-using
3108         test will now try to find a shell that supports that.  If EXEEXT is
3109         nonempty, we also require support for hyphen-in-alias-name and shell
3110         substitutions like ${var#glob}.  Failure to find such a shell results
3111         in a skipped test.
3112
3113 2010-02-21  Bruno Haible  <bruno@clisp.org>
3114
3115         Really work around around "broken pipe" error message from bash 3.2.
3116         * gnulib-tool (func_reset_sigpipe): Remove function.
3117         (echo): In bash 3.2, define to a function that uses printf.
3118         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
3119
3120 2010-02-20  Bruno Haible  <bruno@clisp.org>
3121
3122         Restore support for automake 1.9.6 with autoconf 2.61.
3123         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
3124         Reported by James Youngman <jay@gnu.org>.
3125
3126 2010-02-20  Bruno Haible  <bruno@clisp.org>
3127
3128         Improve *printf warning condition.
3129         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
3130         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
3131         and the function is overridden due to SIGPIPE emulation.
3132
3133 2010-02-20  Bruno Haible  <bruno@clisp.org>
3134
3135         * lib/stdio.in.h: Tweak comments.
3136
3137 2010-02-19  Bruno Haible  <bruno@clisp.org>
3138
3139         Make it easier to find modules. New gnulib-tool option '--find'.
3140         * gnulib-tool: New option --find.
3141         (func_usage): Document it.
3142         (func_sanitize_modulelist): New function, extracted from
3143         func_all_modules.
3144         (func_all_modules): Invoke it.
3145         * doc/gnulib-tool.texi (Which modules?): New node.
3146
3147 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
3148
3149         * lib/sys_select.in.h: Provide select replacement even if
3150         sys/select.h exists on a system, for Interix.
3151
3152 2010-02-18  Jim Meyering  <meyering@redhat.com>
3153
3154         init.sh: don't use $(...) just yet
3155         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
3156         to accommodate e.g., Solaris' /bin/sh.
3157
3158 2010-02-17  Bruno Haible  <bruno@clisp.org>
3159
3160         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
3161         Reported by Ludovic Courtès <ludo@gnu.org>.
3162
3163 2010-02-16  Simon Josefsson  <simon@josefsson.org>
3164
3165         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
3166         linking with -lintl.
3167
3168 2010-02-17  Simon Josefsson  <simon@josefsson.org>
3169
3170         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
3171         if not provided by the system's netdb.h.  Reported by
3172         ludo@gnu.org (Ludovic Courtès).
3173
3174 2010-02-15  Jim Meyering  <meyering@redhat.com>
3175
3176         init.sh: improve portability and efficiency
3177         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
3178         "dummy" in a for loop.
3179         Use '!', not '^' to select the complement of a character set used
3180         in a "case" statement.
3181         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
3182         Suggestions from Eric Blake.
3183
3184         init.sh: automatically accommodate programs with the .exe suffix
3185         Automatically arrange for an invocation of "prog" to execute the
3186         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
3187         may use the simpler "prog", yet still work when built on a system
3188         that requires specifying the added suffix.
3189         Do this by constructing a function named "prog" that invokes
3190         "prog.exe" for each .exe file in selected directories.
3191         * tests/init.sh (find_exe_basenames_): New function.
3192         (create_exe_shim_functions_): New function.
3193         (path_prepend_): Use it.
3194
3195         maint.mk: mark syntax-check sc_*.m rules as .PHONY
3196         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
3197         "make -t syntax-check" doesn't create a ton of sc_*.m files.
3198
3199 2010-02-14  Jim Meyering  <meyering@redhat.com>
3200
3201         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
3202         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
3203         (sc_prohibit_hash_pjw_without_use): New rule.
3204
3205         maint.mk: allow the default upload destination dir to be overridden
3206         * top/maint.mk (upload_dest_dir_): Define with a default that
3207         preserves the status quo.
3208         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
3209         Reported by Peter Simons.
3210
3211         maint.mk: prohibit inclusion of "hash.h" without_use
3212         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
3213
3214 2010-02-10  Jim Meyering  <meyering@redhat.com>
3215
3216         maint.mk: prohibit inclusion of "ignore-value.h" without_use
3217         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
3218
3219 2010-02-09  Eric Blake  <ebb9@byu.net>
3220         and Bruno Haible  <bruno@clisp.org>
3221
3222         obstack-printf-posix: ensure declaration
3223         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
3224         extracted from gl_FUNC_OBSTACK_PRINTF.
3225         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
3226         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
3227         Likewise.
3228         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
3229         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
3230         0.
3231
3232 2010-02-08  Bruno Haible  <bruno@clisp.org>
3233
3234         gnulib-tool: Fix typo in 2010-02-07 commit.
3235         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
3236         Reported by Eric Blake.
3237
3238 2010-02-07  Bruno Haible  <bruno@clisp.org>
3239
3240         gnulib-tool: Fix up caching patches.
3241         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
3242         option --no-cache. Use associative arrays when supported by the shell.
3243         (sed_comments): New variable.
3244         (modcache): Renamed from do_cache.
3245         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
3246         abbreviate unnecessarily.
3247         (have_associative): New variable.
3248         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
3249         way also for ksh and zsh.
3250         (func_init_sed_convert_to_cache_statements): New function, extracted
3251         from func_cache_lookup_module. Add support for associative arrays.
3252         Don't set the c_MODULE_cached variable here. Ignore all lines before
3253         the first field header. Remove only the final newline, not all trailing
3254         newlines. Support empty fields correctly. Limit the use of 'eval' to
3255         assignments.
3256         (func_get_description, func_get_status, func_get_notice,
3257         func_get_applicability, func_get_filelist, func_get_dependencies,
3258         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
3259         func_get_automake_snippet, func_get_include_directive,
3260         func_get_link_directive, func_get_license, func_get_maintainer):
3261         Update documentation. List the unoptimized code first. Add support for
3262         associative arrays. Limit the use of 'eval' to assignments.
3263         (func_get_applicability): Undo stylistic pessimisations.
3264         (func_get_automake_snippet, func_get_include_directive): Reduce code
3265         duplication.
3266         (func_modules_transitive_closure, func_modules_add_dummy,
3267         func_modules_notice, func_modules_to_filelist, func_add_file,
3268         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
3269         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
3270         func_create_testdir, func_create_megatestdir): Update documentation.
3271
3272 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3273
3274         * gnulib-tool (func_cache_lookup_module): Store the module name
3275         belonging to the cache variable; error out if two different
3276         module names map to the same cache variable name.
3277
3278 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3279
3280         gnulib-tool: Make caching optional.
3281         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
3282         Update matching short versions of --no-changelog.
3283         (func_usage): Update.
3284         (sed_extract_cache_prog): Renamed from ...
3285         (sed_extract_prog): ... this; revert to old extraction script.
3286         (func_get_description, func_get_status)
3287         (func_get_notice, func_get_applicability, func_get_filelist)
3288         (func_get_dependencies, func_get_autoconf_early_snippet)
3289         (func_get_autoconf_snippet, func_get_automake_snippet)
3290         (func_get_include_directive, func_get_link_directive)
3291         (func_get_license, func_get_maintainer): If $do_cache is false,
3292         use old, non-caching extraction scripts.
3293         Suggestion by Bruno Haible.
3294
3295 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3296
3297         gnulib-tool: cache module metainformation.
3298         * gnulib-tool (sed_extract_prog): Match newline before each
3299         header, and rewrite header to a shell variable suffix.
3300         (func_cache_var, func_cache_lookup_module): New functions,
3301         to turn a module name into a cache variable prefix, and to
3302         look up and cache module metainformation.
3303         (func_get_description, func_get_status)
3304         (func_get_notice, func_get_applicability, func_get_filelist)
3305         (func_get_dependencies, func_get_autoconf_early_snippet)
3306         (func_get_autoconf_snippet, func_get_automake_snippet)
3307         (func_get_include_directive, func_get_link_directive)
3308         (func_get_license, func_get_maintainer): Use
3309         func_cache_lookup_module.
3310
3311 2010-02-07  Bruno Haible  <bruno@clisp.org>
3312
3313         fnctl: Fix missing dependency.
3314         * modules/fcntl (Depends-on): Add getdtablesize.
3315         Reported by John W. Eaton <jwe@gnu.org>.
3316
3317 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3318
3319         Argp: fix recognition of short alias options.
3320
3321         * lib/argp-parse.c (convert_options): Fix improper use of
3322         `|' between character values.
3323         * tests/test-argp.c (group1_option): New alias option
3324         --read (-r).
3325         (group1_parser): Special handling for 'r'.
3326         (test15): New test case.
3327         (test_fun): Add test15.
3328         * tests/test-argp-2.sh: Update expected --help and --usage
3329         outputs.
3330
3331 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3332
3333         * tests/test-argp.c: Fix indentation.
3334
3335 2010-02-04  Eric Blake  <ebb9@byu.net>
3336
3337         gettimeofday: expose type of second argument
3338         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
3339         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
3340         * tests/test-gettimeofday.c: Use it to silence warning.
3341         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
3342         the issue.
3343
3344 2010-02-03  Jim Meyering  <meyering@redhat.com>
3345
3346         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
3347         * lib/regcomp.c (TYPE_SIGNED): Define.
3348         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
3349
3350         regcomp.c: avoid a new -Wshadow warning
3351         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
3352
3353 2010-02-01  Jim Meyering  <meyering@redhat.com>
3354
3355         removing useless parentheses in cpp #define directives
3356         For motivation, see commit c0221df4, "define STREQ(a,b)
3357         consistently, removing useless parentheses"
3358         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
3359         * lib/mountlist.c (MNT_IGNORE): Likewise.
3360         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
3361
3362 2010-02-01  Eric Blake  <ebb9@byu.net>
3363
3364         sys_time: use link-warning
3365         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
3366         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
3367         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
3368         * modules/sys_time (Depends-on): Add warn-on-use.
3369         (Makefile.am): Always build replacement.
3370         (configure.ac): Update substitutions.
3371         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
3372         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
3373         bother with SYS_TIME_H.
3374         * modules/gettimeofday (configure.ac): Declare indicator.
3375         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
3376         in use.
3377
3378         closein-tests: silence compiler warning
3379         * tests/test-closein.c (main): Ignore fread result.
3380         * modules/closein-tests (Depends-on): Add ignore-value.
3381
3382         tests: silence warning about system return
3383         * tests/test-areadlink-with-size.c (main): Ignore system result.
3384         * tests/test-areadlink.c (main): Likewise.
3385         * tests/test-areadlinkat-with-size.c (main): Likewise.
3386         * tests/test-areadlinkat.c (main): Likewise.
3387         * tests/test-canonicalize-lgpl.c (main): Likewise.
3388         * tests/test-canonicalize.c (main): Likewise.
3389         * tests/test-chown.c (main): Likewise.
3390         * tests/test-fchownat.c (main): Likewise.
3391         * tests/test-fdutimensat.c (main): Likewise.
3392         * tests/test-fstatat.c (main): Likewise.
3393         * tests/test-futimens.c (main): Likewise.
3394         * tests/test-lchown.c (main): Likewise.
3395         * tests/test-link.c (main): Likewise.
3396         * tests/test-linkat.c (main): Likewise.
3397         * tests/test-lstat.c (main): Likewise.
3398         * tests/test-mkdir.c (main): Likewise.
3399         * tests/test-mkdirat.c (main): Likewise.
3400         * tests/test-mkfifo.c (main): Likewise.
3401         * tests/test-mkfifoat.c (main): Likewise.
3402         * tests/test-mknod.c (main): Likewise.
3403         * tests/test-readlink.c (main): Likewise.
3404         * tests/test-remove.c (main): Likewise.
3405         * tests/test-rename.c (main): Likewise.
3406         * tests/test-renameat.c (main): Likewise.
3407         * tests/test-rmdir.c (main): Likewise.
3408         * tests/test-symlink.c (main): Likewise.
3409         * tests/test-symlinkat.c (main): Likewise.
3410         * tests/test-unlink.c (main): Likewise.
3411         * tests/test-unlinkat.c (main): Likewise.
3412         * tests/test-utimens.c (main): Likewise.
3413         * tests/test-utimensat.c (main): Likewise.
3414         * modules/areadlink-tests (Depends-on): Add ignore-value.
3415         * modules/areadlink-with-size-tests (Depends-on): Likewise.
3416         * modules/areadlinkat-tests (Depends-on): Likewise.
3417         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
3418         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
3419         * modules/canonicalize-tests (Depends-on): Likewise.
3420         * modules/chown-tests (Depends-on): Likewise.
3421         * modules/fdutimensat-tests (Depends-on): Likewise.
3422         * modules/futimens-tests (Depends-on): Likewise.
3423         * modules/lchown-tests (Depends-on): Likewise.
3424         * modules/link-tests (Depends-on): Likewise.
3425         * modules/linkat-tests (Depends-on): Likewise.
3426         * modules/lstat-tests (Depends-on): Likewise.
3427         * modules/mkdir-tests (Depends-on): Likewise.
3428         * modules/mkfifo-tests (Depends-on): Likewise.
3429         * modules/mkfifoat-tests (Depends-on): Likewise.
3430         * modules/mknod-tests (Depends-on): Likewise.
3431         * modules/openat-tests (Depends-on): Likewise.
3432         * modules/readlink-tests (Depends-on): Likewise.
3433         * modules/remove-tests (Depends-on): Likewise.
3434         * modules/rename-tests (Depends-on): Likewise.
3435         * modules/renameat-tests (Depends-on): Likewise.
3436         * modules/rmdir-tests (Depends-on): Likewise.
3437         * modules/symlink-tests (Depends-on): Likewise.
3438         * modules/symlinkat-tests (Depends-on): Likewise.
3439         * modules/unlink-tests (Depends-on): Likewise.
3440         * modules/utimens-tests (Depends-on): Likewise.
3441         * modules/utimensat-tests (Depends-on): Likewise.
3442
3443 2010-01-31  Bruno Haible  <bruno@clisp.org>
3444
3445         Perform the same test for many <math.h> functions.
3446         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
3447         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
3448         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
3449         of gl_MATHFUNC.
3450         * modules/acos (configure.ac): Likewise.
3451         * modules/asin (configure.ac): Likewise.
3452         * modules/atan (configure.ac): Likewise.
3453         * modules/atan2 (configure.ac): Likewise.
3454         * modules/cbrt (configure.ac): Likewise.
3455         * modules/copysign (configure.ac): Likewise.
3456         * modules/cos (configure.ac): Likewise.
3457         * modules/cosh (configure.ac): Likewise.
3458         * modules/erf (configure.ac): Likewise.
3459         * modules/erfc (configure.ac): Likewise.
3460         * modules/exp (configure.ac): Likewise.
3461         * modules/fmod (configure.ac): Likewise.
3462         * modules/hypot (configure.ac): Likewise.
3463         * modules/j0 (configure.ac): Likewise.
3464         * modules/j1 (configure.ac): Likewise.
3465         * modules/jn (configure.ac): Likewise.
3466         * modules/lgamma (configure.ac): Likewise.
3467         * modules/log (configure.ac): Likewise.
3468         * modules/log10 (configure.ac): Likewise.
3469         * modules/log1p (configure.ac): Likewise.
3470         * modules/pow (configure.ac): Likewise.
3471         * modules/remainder (configure.ac): Likewise.
3472         * modules/sin (configure.ac): Likewise.
3473         * modules/sinh (configure.ac): Likewise.
3474         * modules/tan (configure.ac): Likewise.
3475         * modules/tanh (configure.ac): Likewise.
3476         * modules/y0 (configure.ac): Likewise.
3477         * modules/y1 (configure.ac): Likewise.
3478         * modules/yn (configure.ac): Likewise.
3479         Suggested by Paolo Bonzini.
3480
3481 2010-01-31  Bruno Haible  <bruno@clisp.org>
3482
3483         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
3484
3485 2010-01-31  Bruno Haible  <bruno@clisp.org>
3486
3487         Work around getdelim() bug on FreeBSD 8.0.
3488         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
3489         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
3490         not work.
3491         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
3492         is 1.
3493         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
3494         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
3495         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
3496         a non-zero size.
3497         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
3498
3499 2010-01-31  Bruno Haible  <bruno@clisp.org>
3500
3501         Work around getline() bug on FreeBSD 8.0.
3502         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
3503         and a non-zero size.
3504         * tests/test-getline.c (main): Likewise.
3505         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
3506         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
3507
3508 2010-01-28  Eric Blake  <ebb9@byu.net>
3509
3510         regex: fix build failure
3511         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
3512         platforms.
3513
3514 2010-01-28  Jim Meyering  <meyering@redhat.com>
3515
3516         regex: do not ignore memory allocation failure
3517         * lib/regex_internal.c (create_cd_newstate): Detect
3518         re_node_set_init_copy failure.   Extracted from glibc commit
3519         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3520
3521         regex: sync more white-space changes from libc
3522         * lib/regex_internal.c: White-space only changes.
3523         * lib/regexec.c: Likewise.
3524
3525         regex: add many uses of __attribute_warn_unused_result__
3526         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
3527         * lib/regexec.c: Likewise.
3528         Extracted from a messy glibc commit.
3529
3530         regcomp.c: spelling and merge-artifact from glibc
3531         * lib/regcomp.c: Merge remainder of glibc's
3532         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3533
3534         regcomp.c: sync white-space changes from glibc
3535         * lib/regcomp.c: Merge to accommodate white space
3536         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3537
3538         regcomp.c: do not ignore internal return values
3539         * lib/regcomp.c: Do not ignore internal return values.
3540         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
3541         but without its white-space changes and spelling fixes.
3542
3543         regex_internal.h: define __attribute_warn_unused_result__
3544         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
3545
3546         maint: add a syntax-check rule to check for vulnerable Makefile.in
3547         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
3548
3549 2010-01-27  Jim Meyering  <meyering@redhat.com>
3550
3551         ncftpput-ftp: clean up spaces
3552         * build-aux/ncftpput-ftp: Make Copyright line consistent.
3553         Remove trailing blanks.
3554
3555 2010-01-27  Simon Josefsson  <simon@josefsson.org>
3556
3557         * build-aux/git-version-gen: Fix copyright statement.
3558         * build-aux/gnupload: Likewise.
3559         * tests/test-arcfour.c: Likewise.
3560         * tests/test-arctwo.c: Likewise.
3561         * tests/test-count-one-bits.c: Likewise.
3562         * tests/test-crc.c: Likewise.
3563         * tests/test-des.c: Likewise.
3564         * tests/test-gc-arcfour.c: Likewise.
3565         * tests/test-gc-arctwo.c: Likewise.
3566         * tests/test-gc-des.c: Likewise.
3567         * tests/test-gc-hmac-md5.c: Likewise.
3568         * tests/test-gc-hmac-sha1.c: Likewise.
3569         * tests/test-gc-md2.c: Likewise.
3570         * tests/test-gc-md4.c: Likewise.
3571         * tests/test-gc-md5.c: Likewise.
3572         * tests/test-gc-pbkdf2-sha1.c: Likewise.
3573         * tests/test-gc-rijndael.c: Likewise.
3574         * tests/test-gc-sha1.c: Likewise.
3575         * tests/test-gc.c: Likewise.
3576         * tests/test-gethostname.c: Likewise.
3577         * tests/test-gettimeofday.c: Likewise.
3578         * tests/test-hash.c: Likewise.
3579         * tests/test-hmac-md5.c: Likewise.
3580         * tests/test-hmac-sha1.c: Likewise.
3581         * tests/test-md2.c: Likewise.
3582         * tests/test-md4.c: Likewise.
3583         * tests/test-md5.c: Likewise.
3584         * tests/test-memchr.c: Likewise.
3585         * tests/test-memchr2.c: Likewise.
3586         * tests/test-memcmp.c: Likewise.
3587         * tests/test-memmem.c: Likewise.
3588         * tests/test-memrchr.c: Likewise.
3589         * tests/test-rawmemchr.c: Likewise.
3590         * tests/test-read-file.c: Likewise.
3591         * tests/test-rijndael.c: Likewise.
3592         * tests/test-sockets.c: Likewise.
3593         * tests/test-strchrnul.c: Likewise.
3594         * tests/test-strstr.c: Likewise.
3595         * tests/test-strtod.c: Likewise.
3596         * build-aux/ncftpput-ftp: Likewise.
3597
3598 2010-01-26  Eric Blake  <ebb9@byu.net>
3599
3600         ignore-value: update recommended header name
3601         * modules/ignore-value (Include): Only use <> for headers that
3602         exist in glibc.
3603
3604 2010-01-26  Jim Meyering  <meyering@redhat.com>
3605
3606         test-userspec.c: avoid compiler warnings
3607         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
3608         and "initialization discards qualifiers..." warnings.
3609         Put the first "uid" in its own scope, and make char* members "const".
3610
3611 2010-01-25  Bruno Haible  <bruno@clisp.org>
3612
3613         gnulib-tool: Make warning diagnostics consistent.
3614         * gnulib-tool (func_warning): New function.
3615         Use it everywhere where gnulib-tool produces output to stderr and it is
3616         not a fatal error.
3617
3618 2010-01-25  Bruno Haible  <bruno@clisp.org>
3619
3620         Fix test dependencies.
3621         * modules/xstrtol-tests (Depends-on): Add inttypes.
3622         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
3623
3624 2010-01-25 Pádraig Brady <P@draigBrady.com>
3625
3626         syntax-check: detect incorrect boolean macro values in config.h
3627         * modules/maintainer-makefile (configure.ac): Parameterize the location
3628         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
3629         The logic is from Eric Blake and the location indicated by Jim Meyering.
3630         Note the more natural CONFIG_HEADER name is prohibited by automake
3631         for backwards compatibility reasons.
3632         * top/maint.mk (sc_Wundef_boolean): New rule.
3633
3634 2010-01-25  Jim Meyering  <meyering@redhat.com>
3635
3636         bootstrap: detect MacOS 10.6's shasum, too
3637         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
3638         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
3639
3640 2010-01-23  Jim Meyering  <meyering@redhat.com>
3641
3642         xstrtoll: new module
3643         * modules/xstrtoll: New file.
3644         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
3645         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
3646         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
3647         ./configure fails if you use this module and lack "long long".
3648         * modules/xstrtoll-tests: New module.
3649         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
3650         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
3651         new init.sh-based test framework.
3652
3653 2010-01-24  Bruno Haible  <bruno@clisp.org>
3654
3655         Tests for module 'yn'.
3656         * modules/yn-tests: New file.
3657         * tests/test-yn.c: New file.
3658
3659         Tests for module 'y1'.
3660         * modules/y1-tests: New file.
3661         * tests/test-y1.c: New file.
3662
3663         Tests for module 'y0'.
3664         * modules/y0-tests: New file.
3665         * tests/test-y0.c: New file.
3666
3667         Tests for module 'tanh'.
3668         * modules/tanh-tests: New file.
3669         * tests/test-tanh.c: New file.
3670
3671         Tests for module 'tan'.
3672         * modules/tan-tests: New file.
3673         * tests/test-tan.c: New file.
3674
3675         Tests for module 'sqrt'.
3676         * modules/sqrt-tests: New file.
3677         * tests/test-sqrt.c: New file.
3678
3679         Tests for module 'sinh'.
3680         * modules/sinh-tests: New file.
3681         * tests/test-sinh.c: New file.
3682
3683         Tests for module 'sin'.
3684         * modules/sin-tests: New file.
3685         * tests/test-sin.c: New file.
3686
3687         Tests for module 'rint'.
3688         * modules/rint-tests: New file.
3689         * tests/test-rint.c: New file.
3690
3691         Tests for module 'remainder'.
3692         * modules/remainder-tests: New file.
3693         * tests/test-remainder.c: New file.
3694
3695         Tests for module 'pow'.
3696         * modules/pow-tests: New file.
3697         * tests/test-pow.c: New file.
3698
3699         Tests for module 'nextafter'.
3700         * modules/nextafter-tests: New file.
3701         * tests/test-nextafter.c: New file.
3702
3703         Tests for module 'modf'.
3704         * modules/modf-tests: New file.
3705         * tests/test-modf.c: New file.
3706
3707         Tests for module 'logb'.
3708         * modules/logb-tests: New file.
3709         * tests/test-logb.c: New file.
3710
3711         Tests for module 'log1p'.
3712         * modules/log1p-tests: New file.
3713         * tests/test-log1p.c: New file.
3714
3715         Tests for module 'log10'.
3716         * modules/log10-tests: New file.
3717         * tests/test-log10.c: New file.
3718
3719         Tests for module 'log'.
3720         * modules/log-tests: New file.
3721         * tests/test-log.c: New file.
3722
3723         Tests for module 'lgamma'.
3724         * modules/lgamma-tests: New file.
3725         * tests/test-lgamma.c: New file.
3726
3727         Tests for module 'ldexp'.
3728         * modules/ldexp-tests: New file.
3729         * tests/test-ldexp.c: New file.
3730
3731         Tests for module 'jn'.
3732         * modules/jn-tests: New file.
3733         * tests/test-jn.c: New file.
3734
3735         Tests for module 'j1'.
3736         * modules/j1-tests: New file.
3737         * tests/test-j1.c: New file.
3738
3739         Tests for module 'j0'.
3740         * modules/j0-tests: New file.
3741         * tests/test-j0.c: New file.
3742
3743         Tests for module 'hypot'.
3744         * modules/hypot-tests: New file.
3745         * tests/test-hypot.c: New file.
3746
3747         Tests for module 'fmod'.
3748         * modules/fmod-tests: New file.
3749         * tests/test-fmod.c: New file.
3750
3751         Tests for module 'fabs'.
3752         * modules/fabs-tests: New file.
3753         * tests/test-fabs.c: New file.
3754
3755         Tests for module 'exp'.
3756         * modules/exp-tests: New file.
3757         * tests/test-exp.c: New file.
3758
3759         Tests for module 'erfc'.
3760         * modules/erfc-tests: New file.
3761         * tests/test-erfc.c: New file.
3762
3763         Tests for module 'erf'.
3764         * modules/erf-tests: New file.
3765         * tests/test-erf.c: New file.
3766
3767         Tests for module 'cosh'.
3768         * modules/cosh-tests: New file.
3769         * tests/test-cosh.c: New file.
3770
3771         Tests for module 'cos'.
3772         * modules/cos-tests: New file.
3773         * tests/test-cos.c: New file.
3774
3775         Tests for module 'copysign'.
3776         * modules/copysign-tests: New file.
3777         * tests/test-copysign.c: New file.
3778
3779         Tests for module 'cbrt'.
3780         * modules/cbrt-tests: New file.
3781         * tests/test-cbrt.c: New file.
3782
3783         Tests for module 'atan2'.
3784         * modules/atan2-tests: New file.
3785         * tests/test-atan2.c: New file.
3786
3787         Tests for module 'atan'.
3788         * modules/atan-tests: New file.
3789         * tests/test-atan.c: New file.
3790
3791         Tests for module 'asin'.
3792         * modules/asin-tests: New file.
3793         * tests/test-asin.c: New file.
3794
3795         Tests for module 'acos'.
3796         * modules/acos-tests: New file.
3797         * tests/test-acos.c: New file.
3798
3799 2010-01-24  Bruno Haible  <bruno@clisp.org>
3800
3801         Fix tests for common <math.h> functions.
3802         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
3803         code snippet that references the function pointer, rather than merely
3804         calling the function. Substitute the FUNC_LIBM variable.
3805         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
3806         * modules/acos (configure.ac): Likewise.
3807         * modules/asin (configure.ac): Likewise.
3808         * modules/atan (configure.ac): Likewise.
3809         * modules/atan2 (configure.ac): Likewise.
3810         * modules/cbrt (configure.ac): Likewise.
3811         * modules/copysign (configure.ac): Likewise.
3812         * modules/cos (configure.ac): Likewise.
3813         * modules/cosh (configure.ac): Likewise.
3814         * modules/erf (configure.ac): Likewise.
3815         * modules/erfc (configure.ac): Likewise.
3816         * modules/exp (configure.ac): Likewise.
3817         * modules/fabs (configure.ac): Likewise.
3818         * modules/fmod (configure.ac): Likewise.
3819         * modules/hypot (configure.ac): Likewise.
3820         * modules/j0 (configure.ac): Likewise.
3821         * modules/j1 (configure.ac): Likewise.
3822         * modules/jn (configure.ac): Likewise.
3823         * modules/ldexp (configure.ac): Likewise.
3824         * modules/lgamma (configure.ac): Likewise.
3825         * modules/log (configure.ac): Likewise.
3826         * modules/log10 (configure.ac): Likewise.
3827         * modules/log1p (configure.ac): Likewise.
3828         * modules/logb (configure.ac): Likewise.
3829         * modules/modf (configure.ac): Likewise.
3830         * modules/nextafter (configure.ac): Likewise.
3831         * modules/pow (configure.ac): Likewise.
3832         * modules/remainder (configure.ac): Likewise.
3833         * modules/rint (configure.ac): Likewise.
3834         * modules/sin (configure.ac): Likewise.
3835         * modules/sinh (configure.ac): Likewise.
3836         * modules/tan (configure.ac): Likewise.
3837         * modules/tanh (configure.ac): Likewise.
3838         * modules/y0 (configure.ac): Likewise.
3839         * modules/y1 (configure.ac): Likewise.
3840         * modules/yn (configure.ac): Likewise.
3841
3842 2010-01-24  Bruno Haible  <bruno@clisp.org>
3843
3844         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
3845         * tests/test-acosl.c (x): New variable.
3846         (main): Store argument in x and fetch it from x.
3847         * tests/test-asinl.c (x): New variable.
3848         (main): Store argument in x and fetch it from x.
3849         * tests/test-atanl.c (x): New variable.
3850         (main): Store argument in x and fetch it from x.
3851         * tests/test-cosl.c (x): New variable.
3852         (main): Store argument in x and fetch it from x.
3853         * tests/test-expl.c (x): New variable.
3854         (main): Store argument in x and fetch it from x.
3855         * tests/test-logl.c (x): New variable.
3856         (main): Store argument in x and fetch it from x.
3857         * tests/test-sinl.c (x): New variable.
3858         (main): Store argument in x and fetch it from x.
3859         * tests/test-sqrtl.c (x): New variable.
3860         (main): Store argument in x and fetch it from x.
3861         * tests/test-tanl.c (x): New variable.
3862         (main): Store argument in x and fetch it from x.
3863
3864 2010-01-24  Bruno Haible  <bruno@clisp.org>
3865
3866         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
3867         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
3868         assignments to the initial TESTS_ENVIRONMENT.
3869         * doc/gnulib.texi (Unit test modules): Document it.
3870         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
3871         TESTS_ENVIRONMENT.
3872         * modules/btowc-tests (Makefile.am): Likewise.
3873         * modules/c-stack-tests (Makefile.am): Likewise.
3874         * modules/c-strcase-tests (Makefile.am): Likewise.
3875         * modules/copy-file-tests (Makefile.am): Likewise.
3876         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
3877         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
3878         * modules/mbrtowc-tests (Makefile.am): Likewise.
3879         * modules/mbscasecmp-tests (Makefile.am): Likewise.
3880         * modules/mbscasestr-tests (Makefile.am): Likewise.
3881         * modules/mbschr-tests (Makefile.am): Likewise.
3882         * modules/mbscspn-tests (Makefile.am): Likewise.
3883         * modules/mbsinit-tests (Makefile.am): Likewise.
3884         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
3885         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
3886         * modules/mbspbrk-tests (Makefile.am): Likewise.
3887         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
3888         * modules/mbsrchr-tests (Makefile.am): Likewise.
3889         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
3890         * modules/mbsspn-tests (Makefile.am): Likewise.
3891         * modules/mbsstr-tests (Makefile.am): Likewise.
3892         * modules/nl_langinfo-tests (Makefile.am): Likewise.
3893         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
3894         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
3895         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
3896         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
3897         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
3898         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
3899         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
3900         * modules/wcrtomb-tests (Makefile.am): Likewise.
3901         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
3902         * modules/wcsrtombs-tests (Makefile.am): Likewise.
3903         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
3904         assignments from TESTS_ENVIRONMENT.
3905         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
3906         augmentation.
3907         * modules/argp-version-etc-tests (Makefile.am): Likewise.
3908         * modules/atexit-tests (Makefile.am): Likewise.
3909         * modules/binary-io-tests (Makefile.am): Likewise.
3910         * modules/closein-tests (Makefile.am): Likewise.
3911         * modules/dprintf-posix-tests (Makefile.am): Likewise.
3912         * modules/exclude-tests (Makefile.am): Likewise.
3913         * modules/fflush-tests (Makefile.am): Likewise.
3914         * modules/fpending-tests (Makefile.am): Likewise.
3915         * modules/fprintf-posix-tests (Makefile.am): Likewise.
3916         * modules/freadahead-tests (Makefile.am): Likewise.
3917         * modules/freadptr-tests (Makefile.am): Likewise.
3918         * modules/freadseek-tests (Makefile.am): Likewise.
3919         * modules/fseek-tests (Makefile.am): Likewise.
3920         * modules/fseeko-tests (Makefile.am): Likewise.
3921         * modules/ftell-tests (Makefile.am): Likewise.
3922         * modules/ftello-tests (Makefile.am): Likewise.
3923         * modules/idpriv-drop-tests (Makefile.am): Likewise.
3924         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
3925         * modules/lseek-tests (Makefile.am): Likewise.
3926         * modules/parse-duration-tests (Makefile.am): Likewise.
3927         * modules/perror-tests (Makefile.am): Likewise.
3928         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
3929         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
3930         * modules/pipe-tests (Makefile.am): Likewise.
3931         * modules/pread-tests (Makefile.am): Likewise.
3932         * modules/printf-posix-tests (Makefile.am): Likewise.
3933         * modules/select-tests (Makefile.am): Likewise.
3934         * modules/sigpipe-tests (Makefile.am): Likewise.
3935         * modules/tsearch-tests (Makefile.am): Likewise.
3936         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
3937         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
3938         * modules/uniname/uniname-tests (Makefile.am): Likewise.
3939         * modules/uniwidth/width-tests (Makefile.am): Likewise.
3940         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
3941         * modules/version-etc-tests (Makefile.am): Likewise.
3942         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
3943         * modules/vprintf-posix-tests (Makefile.am): Likewise.
3944         * modules/xalloc-die-tests (Makefile.am): Likewise.
3945         * modules/xprintf-posix-tests (Makefile.am): Likewise.
3946         * modules/xstrtoimax-tests (Makefile.am): Likewise.
3947         * modules/xstrtol-tests (Makefile.am): Likewise.
3948         * modules/xstrtoumax-tests (Makefile.am): Likewise.
3949         * modules/yesno-tests (Makefile.am): Likewise.
3950         Suggested by Jim Meyering.
3951
3952 2010-01-24  Bruno Haible  <bruno@clisp.org>
3953
3954         More documentation.
3955         * doc/gnulib.texi (Writing modules): New chapter.
3956         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
3957         the new chapter.
3958
3959 2010-01-24  Jim Meyering  <meyering@redhat.com>
3960
3961         maint.mk: do not prepend "./" after filtering
3962         * top/maint.mk (_prepend_srcdir_prefix): New variable
3963         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
3964         "./" when $(srcdir) is ".".
3965
3966         define STREQ(a,b) consistently, removing useless parentheses
3967         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
3968         since the only risk is that "a" or "b" contains an unparenthesized
3969         comma, but if either did that, STREQ would have 3 or more arguments.
3970         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
3971         * lib/fts.c (STREQ): Remove unnecessary parentheses.
3972         * lib/hash-triple.c (STREQ): Likewise.
3973         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
3974         * lib/getugroups.c (STREQ): Likewise.
3975
3976 2010-01-23  Jim Meyering  <meyering@redhat.com>
3977
3978         maint.mk: fix syntax-check in a non-srcdir build directory
3979         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
3980         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
3981
3982 2010-01-22  Jim Meyering  <meyering@redhat.com>
3983
3984         userspec: add unit tests
3985         * tests/test-userspec.c: New file.
3986         * modules/userspec-tests: Likewise.
3987
3988 2010-01-21  Jim Meyering  <meyering@redhat.com>
3989
3990         maint.mk: handle source file names containing "." robustly
3991         * top/maint.mk (_dot_escaped_srcdir): Define.
3992         (VC_LIST): Use it in LHS of sed substitution.
3993
3994 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
3995
3996         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
3997         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
3998         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
3999         from a non-srcdir build.
4000
4001 2010-01-20  Eric Blake  <ebb9@byu.net>
4002
4003         warn-on-use: use instead of link-warning
4004         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
4005         * modules/unistd (Depends-on, Makefile.am): Likewise.
4006         * modules/arpa_inet (Depends-on): Replace link-warning with
4007         warn-on-use.
4008         (Makefile.am): Update rules accordingly.
4009         * modules/ctype (Depends-on, Makefile.am): Likewise.
4010         * modules/dirent (Depends-on, Makefile.am): Likewise.
4011         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
4012         * modules/inttypes (Depends-on, Makefile.am): Likewise.
4013         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4014         * modules/locale (Depends-on, Makefile.am): Likewise.
4015         * modules/math (Depends-on, Makefile.am): Likewise.
4016         * modules/search (Depends-on, Makefile.am): Likewise.
4017         * modules/signal (Depends-on, Makefile.am): Likewise.
4018         * modules/spawn (Depends-on, Makefile.am): Likewise.
4019         * modules/stdlib (Depends-on, Makefile.am): Likewise.
4020         * modules/string (Depends-on, Makefile.am): Likewise.
4021         * modules/strings (Depends-on, Makefile.am): Likewise.
4022         * modules/sys_file (Depends-on, Makefile.am): Likewise.
4023         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
4024         * modules/sys_select (Depends-on, Makefile.am): Likewise.
4025         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
4026         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
4027         * modules/sys_times (Depends-on, Makefile.am): Likewise.
4028         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4029         * modules/wchar (Depends-on, Makefile.am): Likewise.
4030         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
4031         should be poisoned.
4032         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
4033         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
4034         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
4035         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4036         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4037         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
4038         * m4/math_h.m4 (gl_MATH_H): Likewise.
4039         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4040         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
4041         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
4042         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
4043         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
4044         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
4045         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
4046         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
4047         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
4048         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4049         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
4050         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
4051         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4052         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
4053         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
4054         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
4055         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
4056         GL_LINK_WARNING.
4057         * lib/ctype.in.h: Likewise.
4058         * lib/dirent.in.h: Likewise.
4059         * lib/fcntl.in.h: Likewise.
4060         * lib/inttypes.in.h: Likewise.
4061         * lib/langinfo.in.h: Likewise.
4062         * lib/locale.in.h: Likewise.
4063         * lib/math.in.h: Likewise.
4064         * lib/search.in.h: Likewise.
4065         * lib/signal.in.h: Likewise.
4066         * lib/spawn.in.h: Likewise.
4067         * lib/stdio.in.h: Likewise.
4068         * lib/stdlib.in.h: Likewise.
4069         * lib/string.in.h: Likewise.
4070         * lib/strings.in.h: Likewise.
4071         * lib/sys_file.in.h: Likewise.
4072         * lib/sys_ioctl.in.h: Likewise.
4073         * lib/sys_select.in.h: Likewise.
4074         * lib/sys_socket.in.h: Likewise.
4075         * lib/sys_stat.in.h: Likewise.
4076         * lib/sys_times.in.h: Likewise.
4077         * lib/sys_utsname.in.h: Likewise.
4078         * lib/unistd.in.h: Likewise.
4079         * lib/wchar.in.h: Likewise.
4080
4081 2010-01-20  Bruno Haible  <bruno@clisp.org>
4082
4083         Avoid duplicate -lm.
4084         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
4085         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
4086         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
4087         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
4088         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
4089         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
4090         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
4091         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
4092         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
4093         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
4094         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
4095         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
4096         Reported by Paolo Bonzini.
4097
4098 2010-01-19  Bruno Haible  <bruno@clisp.org>
4099
4100         langinfo, nl_langinfo: Relicense under LGPLv2+.
4101         * modules/langinfo (License): Change to LGPLv2+.
4102         * modules/nl_langinfo (License): Likewise.
4103         Patch by David Lutterkort <lutter@redhat.com>.
4104
4105 2010-01-19  Bruno Haible  <bruno@clisp.org>
4106
4107         Avoid compilation error with cc on OSF/1 5.1.
4108         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
4109         statement, not before.
4110         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4111
4112 2010-01-18  Bruno Haible  <bruno@clisp.org>
4113
4114         Avoid a link error due to the __printf__ symbol.
4115         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
4116         and 2.6.x.
4117         (__format__, __printf__): Remove definitions.
4118         * lib/argp-fmtstream.h: Likewise.
4119         * lib/argp.h: Likewise.
4120         * lib/error.h: Likewise.
4121         * lib/vasnprintf.h: Likewise.
4122         * lib/xprintf.h: Likewise.
4123         * lib/xvasprintf.h: Likewise.
4124         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4125
4126 2010-01-18  Bruno Haible  <bruno@clisp.org>
4127
4128         Tests for module 'tanl'.
4129         * modules/tanl-tests: New file.
4130         * tests/test-tanl.c: New file.
4131
4132         Tests for module 'sqrtl'.
4133         * modules/sqrtl-tests: New file.
4134         * tests/test-sqrtl.c: New file.
4135
4136         Tests for module 'sinl'.
4137         * modules/sinl-tests: New file.
4138         * tests/test-sinl.c: New file.
4139
4140         Tests for module 'logl'.
4141         * modules/logl-tests: New file.
4142         * tests/test-logl.c: New file.
4143
4144         Tests for module 'expl'.
4145         * modules/expl-tests: New file.
4146         * tests/test-expl.c: New file.
4147
4148         Tests for module 'cosl'.
4149         * modules/cosl-tests: New file.
4150         * tests/test-cosl.c: New file.
4151
4152         Tests for module 'atanl'.
4153         * modules/atanl-tests: New file.
4154         * tests/test-atanl.c: New file.
4155
4156         Tests for module 'asinl'.
4157         * modules/asinl-tests: New file.
4158         * tests/test-asinl.c: New file.
4159
4160         Tests for module 'acosl'.
4161         * modules/acosl-tests: New file.
4162         * tests/test-acosl.c: New file.
4163
4164         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
4165         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
4166         tanl): Use the standard gnulib idiom.
4167         * lib/cosl.c: Don't include trigl.c and sincosl.c.
4168         * lib/sinl.c: Likewise.
4169         * lib/tanl.c: Don't include trigl.c.
4170         (kernel_tanl): Make static.
4171         * lib/sincosl.c: Include trigl.h first.
4172         * lib/trigl.c: Likewise.
4173         * m4/acosl.m4: New file.
4174         * m4/asinl.m4: New file.
4175         * m4/atanl.m4: New file.
4176         * m4/cosl.m4: New file.
4177         * m4/expl.m4: New file.
4178         * m4/logl.m4: New file.
4179         * m4/sinl.m4: New file.
4180         * m4/sqrtl.m4: New file.
4181         * m4/tanl.m4: New file.
4182         * m4/mathl.m4: Remove file.
4183         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
4184         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
4185         Don't initialize GNULIB_MATHL.
4186         * modules/acosl: New file.
4187         * modules/asinl: New file.
4188         * modules/atanl: New file.
4189         * modules/cosl: New file.
4190         * modules/expl: New file.
4191         * modules/logl: New file.
4192         * modules/sinl: New file.
4193         * modules/sqrtl: New file.
4194         * modules/tanl: New file.
4195         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
4196         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
4197         substitute GNULIB_MATHL.
4198         * modules/mathl: Rewritten.
4199         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
4200         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
4201         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
4202         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
4203         * doc/posix-functions/expl.texi: Mention the 'expl' module.
4204         * doc/posix-functions/logl.texi: Mention the 'logl' module.
4205         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
4206         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
4207         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
4208
4209 2010-01-18  Bruno Haible  <bruno@clisp.org>
4210
4211         sqrt: Make gl_FUNC_SQRT requirable.
4212         * m4/sqrt.m4: New file.
4213         * modules/sqrt (Files): Add it.
4214         (configure.ac): Invoke gl_FUNC_SQRT.
4215
4216 2010-01-18  Bruno Haible  <bruno@clisp.org>
4217
4218         New modules for common <math.h> functions.
4219         * m4/mathfunc.m4: New file.
4220         * modules/acos: New file.
4221         * modules/asin: New file.
4222         * modules/atan: New file.
4223         * modules/atan2: New file.
4224         * modules/cbrt: New file.
4225         * modules/copysign: New file.
4226         * modules/cos: New file.
4227         * modules/cosh: New file.
4228         * modules/erf: New file.
4229         * modules/erfc: New file.
4230         * modules/exp: New file.
4231         * modules/fabs: New file.
4232         * modules/fmod: New file.
4233         * modules/hypot: New file.
4234         * modules/j0: New file.
4235         * modules/j1: New file.
4236         * modules/jn: New file.
4237         * modules/ldexp: New file.
4238         * modules/lgamma: New file.
4239         * modules/log: New file.
4240         * modules/log10: New file.
4241         * modules/log1p: New file.
4242         * modules/logb: New file.
4243         * modules/modf: New file.
4244         * modules/nextafter: New file.
4245         * modules/pow: New file.
4246         * modules/remainder: New file.
4247         * modules/rint: New file.
4248         * modules/sin: New file.
4249         * modules/sinh: New file.
4250         * modules/sqrt: New file.
4251         * modules/tan: New file.
4252         * modules/tanh: New file.
4253         * modules/y0: New file.
4254         * modules/y1: New file.
4255         * modules/yn: New file.
4256         * doc/posix-functions/acos.texi: Mention the 'acos' module.
4257         * doc/posix-functions/asin.texi: Mention the 'asin' module.
4258         * doc/posix-functions/atan.texi: Mention the 'atan' module.
4259         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
4260         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
4261         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
4262         * doc/posix-functions/cos.texi: Mention the 'cos' module.
4263         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
4264         * doc/posix-functions/erf.texi: Mention the 'erf' module.
4265         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
4266         * doc/posix-functions/exp.texi: Mention the 'exp' module.
4267         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
4268         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
4269         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
4270         * doc/posix-functions/j0.texi: Mention the 'j0' module.
4271         * doc/posix-functions/j1.texi: Mention the 'j1' module.
4272         * doc/posix-functions/jn.texi: Mention the 'jn' module.
4273         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
4274         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
4275         * doc/posix-functions/log.texi: Mention the 'log' module.
4276         * doc/posix-functions/log10.texi: Mention the 'log10' module.
4277         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
4278         * doc/posix-functions/logb.texi: Mention the 'logb' module.
4279         * doc/posix-functions/modf.texi: Mention the 'modf' module.
4280         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
4281         * doc/posix-functions/pow.texi: Mention the 'pow' module.
4282         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
4283         * doc/posix-functions/rint.texi: Mention the 'rint' module.
4284         * doc/posix-functions/sin.texi: Mention the 'sin' module.
4285         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
4286         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
4287         * doc/posix-functions/tan.texi: Mention the 'tan' module.
4288         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
4289         * doc/posix-functions/y0.texi: Mention the 'y0' module.
4290         * doc/posix-functions/y1.texi: Mention the 'y1' module.
4291         * doc/posix-functions/yn.texi: Mention the 'yn' module.
4292
4293 2010-01-18  Jim Meyering  <meyering@redhat.com>
4294
4295         ignore-value: relax license to LGPLv2+
4296         * modules/ignore-value (License): Relax to LGPLv2+.
4297
4298         getdate: don't leak when TZ contains two or more '"'s
4299         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
4300         double quote in TZ after the first one.
4301
4302         readtokens: do not leak internal token_lengths buffer
4303         * lib/readtokens.c (readtokens): Free the local, lengths,
4304         when the supplied "token_lengths" parameter is NULL.
4305
4306 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4307
4308         Fix a couple of missing LIBTHREAD link failures on AIX.
4309         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
4310         $(LIBTHREAD).
4311         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
4312
4313         Link test-poll against INET_PTON_LIB.
4314         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
4315         for inet_pton on Solaris 10.
4316
4317 2010-01-17  Bruno Haible  <bruno@clisp.org>
4318
4319         unistdio/*-sprintf: Fix typo in module description.
4320         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
4321         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
4322         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
4323         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
4324         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
4325         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
4326         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
4327         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4328
4329 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4330
4331         gnulib-tool: fix filelist for AIX, HP-UX ksh.
4332         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
4333         variables in shell case patterns, for AIX and HP-UX ksh.
4334
4335         Split large sed scripts, for HP-UX sed.
4336         * modules/stdio: Split sed scripts around 50 sed commands,
4337         to avoid HP-UX limit of 99 commands, in the near future.
4338         * modules/string: Likewise.
4339         * modules/unistd: Likewise.
4340
4341         gnulib-tool: avoid writing in the current directory.
4342         * gnulib-tool (func_emit_lib_Makefile_am)
4343         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
4344         not in the current directory, so concurrent gnulib-tool
4345         instances do not interfere.
4346
4347 2010-01-16  Jim Meyering  <meyering@redhat.com>
4348
4349         doc: update users.txt
4350         * users.txt: Add grep.
4351         (diffutils, gzip): Update URLs.
4352
4353 2010-01-12  Bruno Haible  <bruno@clisp.org>
4354
4355         posix_spawn: Avoid test failure on Cygwin.
4356         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
4357         characters.
4358         Reported by Simon Josefsson.
4359
4360 2010-01-12  Bruno Haible  <bruno@clisp.org>
4361
4362         * tests/test-cond.c (main): When skipping the test, show the reason.
4363
4364 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4365
4366         * lib/striconv.c (str_cd_iconv): Avoid if before free.
4367
4368 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4369
4370         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
4371         VC_LIST_ALWAYS_EXCLUDE_REGEX.
4372
4373 2010-01-12  Eric Blake  <ebb9@byu.net>
4374
4375         build: guarantee AS_VAR_IF
4376         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
4377         (gl_AS_VAR_IF): Move...
4378         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
4379         Reported by Simon Josefsson.
4380
4381 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4382
4383         * lib/stdio.in.h: Fix typo.
4384
4385 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4386
4387         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
4388         libgpg-error.
4389
4390 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4391
4392         * tests/test-xalloc-die.sh: Use $EXEEXT.
4393
4394 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4395             Bruno Haible  <bruno@clisp.org>
4396
4397         getlogin, getlogin_r: Avoid test failure.
4398         * tests/test-getlogin.c: Include <stdio.h>.
4399         (main): Skip the test when the function fails because stdin is not a
4400         tty.
4401         * tests/test-getlogin_r.c: Include <stdio.h>.
4402         (main): Skip the test when the function fails because stdin is not a
4403         tty.
4404
4405 2010-01-11  Eric Blake  <ebb9@byu.net>
4406
4407         tests: avoid more large file warnings
4408         * tests/test-fflush.c: Avoid warning about ftell use.
4409         * tests/test-fseek.c: Avoid warning about fseek use.
4410
4411 2010-01-10  Bruno Haible  <bruno@clisp.org>
4412
4413         nproc: Work better on Linux when /proc and /sys are not mounted.
4414         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
4415         as lower bound when, on glibc/Linux systems,
4416         sysconf (_SC_NPROCESSORS_CONF) returns 1.
4417         Suggested by Pádraig Brady <P@draigbrady.com>.
4418         Reported by Dmitry V. Levin <ldv@altlinux.org>.
4419
4420         nproc: Refactor.
4421         * lib/nproc.c (num_processors_via_affinity_mask): New function,
4422         extracted from num_processors.
4423         (num_processors): Call it.
4424
4425 2010-01-11  Jim Meyering  <meyering@redhat.com>
4426
4427         utimecmp: avoid new warning from upcoming gcc-4.5.0
4428         * lib/utimecmp.c (BILLION): Define using #define rather than an
4429         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
4430
4431 2010-01-11  Eric Blake  <ebb9@byu.net>
4432
4433         math: add portability warnings for classification macros
4434         * modules/math (Depends-on): Add warn-on-use.
4435         (Makefile.am): Provide new substitutions.
4436         * m4/math_h.m4 (gl_MATH_H): Require inline.
4437         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
4438         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
4439         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
4440         implement warnings.
4441
4442         unistd: warn on use of environ without module
4443         * modules/unistd (Depends-on): Add warn-on-use.
4444         (Makefile.am): Provide new substitutions.
4445         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
4446         * lib/unistd.in.h (environ): Wrap with a warning helper function.
4447
4448         stdio: warn on suspicious uses
4449         * modules/stdio (Depends-on): Add warn-on-use.
4450         (Makefile.am): Provide new substitutions.
4451         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
4452         fseeko.
4453         * lib/stdio.in.h (gets): Always warn on use.
4454         (fseek, ftell): Adjust when warnings are issued, and honor
4455         _GL_NO_LARGE_FILES as a way to silence the warning.
4456         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
4457         any warning about large file offsets.
4458         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
4459         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
4460         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
4461         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
4462         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
4463         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
4464         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
4465         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
4466
4467         warn-on-use: new module
4468         * modules/warn-on-use: New file.
4469         * build-aux/warn-on-use.h: Likewise.
4470         * m4/warn-on-use.m4: Likewise.
4471         * MODULES.html.sh (Support for building): Mention it.
4472
4473 2010-01-10  Bruno Haible  <bruno@clisp.org>
4474
4475         Tests for module 'unistr/u32-strdup'.
4476         * modules/unistr/u32-strdup-tests: New file.
4477         * tests/unistr/test-u32-strdup.c: New file.
4478
4479         Tests for module 'unistr/u16-strdup'.
4480         * modules/unistr/u16-strdup-tests: New file.
4481         * tests/unistr/test-u16-strdup.c: New file.
4482
4483         Tests for module 'unistr/u8-strdup'.
4484         * modules/unistr/u8-strdup-tests: New file.
4485         * tests/unistr/test-u8-strdup.c: New file.
4486         * tests/unistr/test-strdup.h: New file.
4487
4488         Tests for module 'unistr/u32-strncmp'.
4489         * modules/unistr/u32-strncmp-tests: New file.
4490         * tests/unistr/test-u32-strncmp.c: New file.
4491
4492         Tests for module 'unistr/u16-strncmp'.
4493         * modules/unistr/u16-strncmp-tests: New file.
4494         * tests/unistr/test-u16-strncmp.c: New file.
4495
4496         Tests for module 'unistr/u8-strncmp'.
4497         * modules/unistr/u8-strncmp-tests: New file.
4498         * tests/unistr/test-u8-strncmp.c: New file.
4499         * tests/unistr/test-strncmp.h: New file.
4500
4501         Tests for module 'unistr/u32-strcoll'.
4502         * modules/unistr/u32-strcoll-tests: New file.
4503         * tests/unistr/test-u32-strcoll.c: New file.
4504
4505         Tests for module 'unistr/u16-strcoll'.
4506         * modules/unistr/u16-strcoll-tests: New file.
4507         * tests/unistr/test-u16-strcoll.c: New file.
4508
4509         Tests for module 'unistr/u8-strcoll'.
4510         * modules/unistr/u8-strcoll-tests: New file.
4511         * tests/unistr/test-u8-strcoll.c: New file.
4512
4513         Tests for module 'unistr/u32-strcmp'.
4514         * modules/unistr/u32-strcmp-tests: New file.
4515         * tests/unistr/test-u32-strcmp.c: New file.
4516         * tests/unistr/test-u32-strcmp.h: New file.
4517
4518         Tests for module 'unistr/u16-strcmp'.
4519         * modules/unistr/u16-strcmp-tests: New file.
4520         * tests/unistr/test-u16-strcmp.c: New file.
4521         * tests/unistr/test-u16-strcmp.h: New file.
4522
4523         Tests for module 'unistr/u8-strcmp'.
4524         * modules/unistr/u8-strcmp-tests: New file.
4525         * tests/unistr/test-u8-strcmp.c: New file.
4526         * tests/unistr/test-u8-strcmp.h: New file.
4527         * tests/unistr/test-strcmp.h: New file.
4528
4529         Tests for module 'unistr/u32-strncat'.
4530         * modules/unistr/u32-strncat-tests: New file.
4531         * tests/unistr/test-u32-strncat.c: New file.
4532
4533         Tests for module 'unistr/u16-strncat'.
4534         * modules/unistr/u16-strncat-tests: New file.
4535         * tests/unistr/test-u16-strncat.c: New file.
4536
4537         Tests for module 'unistr/u8-strncat'.
4538         * modules/unistr/u8-strncat-tests: New file.
4539         * tests/unistr/test-u8-strncat.c: New file.
4540         * tests/unistr/test-strncat.h: New file.
4541
4542         Tests for module 'unistr/u32-strcat'.
4543         * modules/unistr/u32-strcat-tests: New file.
4544         * tests/unistr/test-u32-strcat.c: New file.
4545
4546         Tests for module 'unistr/u16-strcat'.
4547         * modules/unistr/u16-strcat-tests: New file.
4548         * tests/unistr/test-u16-strcat.c: New file.
4549
4550         Tests for module 'unistr/u8-strcat'.
4551         * modules/unistr/u8-strcat-tests: New file.
4552         * tests/unistr/test-u8-strcat.c: New file.
4553         * tests/unistr/test-strcat.h: New file.
4554
4555         Tests for module 'unistr/u32-stpncpy'.
4556         * modules/unistr/u32-stpncpy-tests: New file.
4557         * tests/unistr/test-u32-stpncpy.c: New file.
4558
4559         Tests for module 'unistr/u16-stpncpy'.
4560         * modules/unistr/u16-stpncpy-tests: New file.
4561         * tests/unistr/test-u16-stpncpy.c: New file.
4562
4563         Tests for module 'unistr/u8-stpncpy'.
4564         * modules/unistr/u8-stpncpy-tests: New file.
4565         * tests/unistr/test-u8-stpncpy.c: New file.
4566         * tests/unistr/test-stpncpy.h: New file.
4567
4568         Tests for module 'unistr/u32-strncpy'.
4569         * modules/unistr/u32-strncpy-tests: New file.
4570         * tests/unistr/test-u32-strncpy.c: New file.
4571
4572         Tests for module 'unistr/u16-strncpy'.
4573         * modules/unistr/u16-strncpy-tests: New file.
4574         * tests/unistr/test-u16-strncpy.c: New file.
4575
4576         Tests for module 'unistr/u8-strncpy'.
4577         * modules/unistr/u8-strncpy-tests: New file.
4578         * tests/unistr/test-u8-strncpy.c: New file.
4579         * tests/unistr/test-strncpy.h: New file.
4580
4581         Tests for module 'unistr/u32-stpcpy'.
4582         * modules/unistr/u32-stpcpy-tests: New file.
4583         * tests/unistr/test-u32-stpcpy.c: New file.
4584
4585         Tests for module 'unistr/u16-stpcpy'.
4586         * modules/unistr/u16-stpcpy-tests: New file.
4587         * tests/unistr/test-u16-stpcpy.c: New file.
4588
4589         Tests for module 'unistr/u8-stpcpy'.
4590         * modules/unistr/u8-stpcpy-tests: New file.
4591         * tests/unistr/test-u8-stpcpy.c: New file.
4592         * tests/unistr/test-stpcpy.h: New file.
4593
4594         Tests for module 'unistr/u32-strcpy'.
4595         * modules/unistr/u32-strcpy-tests: New file.
4596         * tests/unistr/test-u32-strcpy.c: New file.
4597
4598         Tests for module 'unistr/u16-strcpy'.
4599         * modules/unistr/u16-strcpy-tests: New file.
4600         * tests/unistr/test-u16-strcpy.c: New file.
4601
4602         Tests for module 'unistr/u8-strcpy'.
4603         * modules/unistr/u8-strcpy-tests: New file.
4604         * tests/unistr/test-u8-strcpy.c: New file.
4605         * tests/unistr/test-strcpy.h: New file.
4606
4607         Tests for module 'unistr/u32-strnlen'.
4608         * modules/unistr/u32-strnlen-tests: New file.
4609         * tests/unistr/test-u32-strnlen.c: New file.
4610
4611         Tests for module 'unistr/u16-strnlen'.
4612         * modules/unistr/u16-strnlen-tests: New file.
4613         * tests/unistr/test-u16-strnlen.c: New file.
4614
4615         Tests for module 'unistr/u8-strnlen'.
4616         * modules/unistr/u8-strnlen-tests: New file.
4617         * tests/unistr/test-u8-strnlen.c: New file.
4618         * tests/unistr/test-strnlen.h: New file.
4619
4620         Tests for module 'unistr/u32-strlen'.
4621         * modules/unistr/u32-strlen-tests: New file.
4622         * tests/unistr/test-u32-strlen.c: New file.
4623
4624         Tests for module 'unistr/u16-strlen'.
4625         * modules/unistr/u16-strlen-tests: New file.
4626         * tests/unistr/test-u16-strlen.c: New file.
4627
4628         Tests for module 'unistr/u8-strlen'.
4629         * modules/unistr/u8-strlen-tests: New file.
4630         * tests/unistr/test-u8-strlen.c: New file.
4631
4632         Tests for module 'unistr/u32-prev'.
4633         * modules/unistr/u32-prev-tests: New file.
4634         * tests/unistr/test-u32-prev.c: New file.
4635
4636         Tests for module 'unistr/u16-prev'.
4637         * modules/unistr/u16-prev-tests: New file.
4638         * tests/unistr/test-u16-prev.c: New file.
4639
4640         Tests for module 'unistr/u8-prev'.
4641         * modules/unistr/u8-prev-tests: New file.
4642         * tests/unistr/test-u8-prev.c: New file.
4643
4644         Tests for module 'unistr/u32-next'.
4645         * modules/unistr/u32-next-tests: New file.
4646         * tests/unistr/test-u32-next.c: New file.
4647
4648         Tests for module 'unistr/u16-next'.
4649         * modules/unistr/u16-next-tests: New file.
4650         * tests/unistr/test-u16-next.c: New file.
4651
4652         Tests for module 'unistr/u8-next'.
4653         * modules/unistr/u8-next-tests: New file.
4654         * tests/unistr/test-u8-next.c: New file.
4655
4656         Tests for module 'unistr/u32-strmbtouc'.
4657         * modules/unistr/u32-strmbtouc-tests: New file.
4658         * tests/unistr/test-u32-strmbtouc.c: New file.
4659
4660         Tests for module 'unistr/u16-strmbtouc'.
4661         * modules/unistr/u16-strmbtouc-tests: New file.
4662         * tests/unistr/test-u16-strmbtouc.c: New file.
4663
4664         Tests for module 'unistr/u8-strmbtouc'.
4665         * modules/unistr/u8-strmbtouc-tests: New file.
4666         * tests/unistr/test-u8-strmbtouc.c: New file.
4667
4668         Tests for module 'unistr/u32-strmblen'.
4669         * modules/unistr/u32-strmblen-tests: New file.
4670         * tests/unistr/test-u32-strmblen.c: New file.
4671
4672         Tests for module 'unistr/u16-strmblen'.
4673         * modules/unistr/u16-strmblen-tests: New file.
4674         * tests/unistr/test-u16-strmblen.c: New file.
4675
4676         Tests for module 'unistr/u8-strmblen'.
4677         * modules/unistr/u8-strmblen-tests: New file.
4678         * tests/unistr/test-u8-strmblen.c: New file.
4679
4680         Tests for module 'unistr/u32-cpy-alloc'.
4681         * modules/unistr/u32-cpy-alloc-tests: New file.
4682         * tests/unistr/test-u32-cpy-alloc.c: New file.
4683
4684         Tests for module 'unistr/u16-cpy-alloc'.
4685         * modules/unistr/u16-cpy-alloc-tests: New file.
4686         * tests/unistr/test-u16-cpy-alloc.c: New file.
4687
4688         Tests for module 'unistr/u8-cpy-alloc'.
4689         * modules/unistr/u8-cpy-alloc-tests: New file.
4690         * tests/unistr/test-u8-cpy-alloc.c: New file.
4691         * tests/unistr/test-cpy-alloc.h: New file.
4692
4693         Tests for module 'unistr/u32-mbsnlen'.
4694         * modules/unistr/u32-mbsnlen-tests: New file.
4695         * tests/unistr/test-u32-mbsnlen.c: New file.
4696
4697         Tests for module 'unistr/u16-mbsnlen'.
4698         * modules/unistr/u16-mbsnlen-tests: New file.
4699         * tests/unistr/test-u16-mbsnlen.c: New file.
4700
4701         Tests for module 'unistr/u8-mbsnlen'.
4702         * modules/unistr/u8-mbsnlen-tests: New file.
4703         * tests/unistr/test-u8-mbsnlen.c: New file.
4704
4705         Tests for module 'unistr/u32-chr'.
4706         * modules/unistr/u32-chr-tests: New file.
4707         * tests/unistr/test-u32-chr.c: New file.
4708
4709         Tests for module 'unistr/u16-chr'.
4710         * modules/unistr/u16-chr-tests: New file.
4711         * tests/unistr/test-u16-chr.c: New file.
4712
4713         Tests for module 'unistr/u8-chr'.
4714         * modules/unistr/u8-chr-tests: New file.
4715         * tests/unistr/test-u8-chr.c: New file.
4716         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
4717
4718         Tests for module 'unistr/u32-cmp2'.
4719         * modules/unistr/u32-cmp2-tests: New file.
4720         * tests/unistr/test-u32-cmp2.c: New file.
4721
4722         Tests for module 'unistr/u16-cmp2'.
4723         * modules/unistr/u16-cmp2-tests: New file.
4724         * tests/unistr/test-u16-cmp2.c: New file.
4725
4726         Tests for module 'unistr/u8-cmp2'.
4727         * modules/unistr/u8-cmp2-tests: New file.
4728         * tests/unistr/test-u8-cmp2.c: New file.
4729         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
4730
4731         Tests for module 'unistr/u32-cmp'.
4732         * modules/unistr/u32-cmp-tests: New file.
4733         * tests/unistr/test-u32-cmp.c: New file.
4734
4735         Tests for module 'unistr/u16-cmp'.
4736         * modules/unistr/u16-cmp-tests: New file.
4737         * tests/unistr/test-u16-cmp.c: New file.
4738
4739         Tests for module 'unistr/u8-cmp'.
4740         * modules/unistr/u8-cmp-tests: New file.
4741         * tests/unistr/test-u8-cmp.c: New file.
4742         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
4743
4744         Tests for module 'unistr/u32-set'.
4745         * modules/unistr/u32-set-tests: New file.
4746         * tests/unistr/test-u32-set.c: New file.
4747
4748         Tests for module 'unistr/u16-set'.
4749         * modules/unistr/u16-set-tests: New file.
4750         * tests/unistr/test-u16-set.c: New file.
4751
4752         Tests for module 'unistr/u8-set'.
4753         * modules/unistr/u8-set-tests: New file.
4754         * tests/unistr/test-u8-set.c: New file.
4755         * tests/unistr/test-set.h: New file.
4756
4757         Tests for module 'unistr/u32-move'.
4758         * modules/unistr/u32-move-tests: New file.
4759         * tests/unistr/test-u32-move.c: New file.
4760
4761         Tests for module 'unistr/u16-move'.
4762         * modules/unistr/u16-move-tests: New file.
4763         * tests/unistr/test-u16-move.c: New file.
4764
4765         Tests for module 'unistr/u8-move'.
4766         * modules/unistr/u8-move-tests: New file.
4767         * tests/unistr/test-u8-move.c: New file.
4768         * tests/unistr/test-move.h: New file.
4769
4770         Tests for module 'unistr/u32-cpy'.
4771         * modules/unistr/u32-cpy-tests: New file.
4772         * tests/unistr/test-u32-cpy.c: New file.
4773
4774         Tests for module 'unistr/u16-cpy'.
4775         * modules/unistr/u16-cpy-tests: New file.
4776         * tests/unistr/test-u16-cpy.c: New file.
4777
4778         Tests for module 'unistr/u8-cpy'.
4779         * modules/unistr/u8-cpy-tests: New file.
4780         * tests/unistr/test-u8-cpy.c: New file.
4781         * tests/unistr/test-cpy.h: New file.
4782
4783 2010-01-09  Bruno Haible  <bruno@clisp.org>
4784
4785         Tests for module 'unistr/u32-uctomb'.
4786         * modules/unistr/u32-uctomb-tests: New file.
4787         * tests/unistr/test-u32-uctomb.c: New file.
4788
4789         Tests for module 'unistr/u16-uctomb'.
4790         * modules/unistr/u16-uctomb-tests: New file.
4791         * tests/unistr/test-u16-uctomb.c: New file.
4792
4793         Tests for module 'unistr/u8-uctomb'.
4794         * modules/unistr/u8-uctomb-tests: New file.
4795         * tests/unistr/test-u8-uctomb.c: New file.
4796
4797         Tests for module 'unistr/u32-mbtoucr'.
4798         * modules/unistr/u32-mbtoucr-tests: New file.
4799         * tests/unistr/test-u32-mbtoucr.c: New file.
4800
4801         Tests for module 'unistr/u16-mbtoucr'.
4802         * modules/unistr/u16-mbtoucr-tests: New file.
4803         * tests/unistr/test-u16-mbtoucr.c: New file.
4804
4805         Tests for module 'unistr/u8-mbtoucr'.
4806         * modules/unistr/u8-mbtoucr-tests: New file.
4807         * tests/unistr/test-u8-mbtoucr.c: New file.
4808
4809         Tests for module 'unistr/u32-mbtouc'.
4810         * modules/unistr/u32-mbtouc-tests: New file.
4811         * tests/unistr/test-u32-mbtouc.c: New file.
4812
4813         Tests for module 'unistr/u16-mbtouc'.
4814         * modules/unistr/u16-mbtouc-tests: New file.
4815         * tests/unistr/test-u16-mbtouc.c: New file.
4816
4817         Tests for module 'unistr/u8-mbtouc'.
4818         * modules/unistr/u8-mbtouc-tests: New file.
4819         * tests/unistr/test-u8-mbtouc.c: New file.
4820
4821         Tests for module 'unistr/u32-mbtouc-unsafe'.
4822         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
4823         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
4824         * tests/unistr/test-u32-mbtouc.h: New file.
4825
4826         Tests for module 'unistr/u16-mbtouc-unsafe'.
4827         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
4828         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
4829         * tests/unistr/test-u16-mbtouc.h: New file.
4830
4831         Tests for module 'unistr/u8-mbtouc-unsafe'.
4832         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
4833         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
4834         * tests/unistr/test-u8-mbtouc.h: New file.
4835
4836         Tests for module 'unistr/u32-mblen'.
4837         * modules/unistr/u32-mblen-tests: New file.
4838         * tests/unistr/test-u32-mblen.c: New file.
4839
4840         Tests for module 'unistr/u16-mblen'.
4841         * modules/unistr/u16-mblen-tests: New file.
4842         * tests/unistr/test-u16-mblen.c: New file.
4843
4844         Tests for module 'unistr/u8-mblen'.
4845         * modules/unistr/u8-mblen-tests: New file.
4846         * tests/unistr/test-u8-mblen.c: New file.
4847
4848         Tests for module 'unistr/u32-to-u16'.
4849         * modules/unistr/u32-to-u16-tests: New file.
4850         * tests/unistr/test-u32-to-u16.c: New file.
4851
4852         Tests for module 'unistr/u32-to-u8'.
4853         * modules/unistr/u32-to-u8-tests: New file.
4854         * tests/unistr/test-u32-to-u8.c: New file.
4855
4856         Tests for module 'unistr/u16-to-u32'.
4857         * modules/unistr/u16-to-u32-tests: New file.
4858         * tests/unistr/test-u16-to-u32.c: New file.
4859
4860         Tests for module 'unistr/u16-to-u8'.
4861         * modules/unistr/u16-to-u8-tests: New file.
4862         * tests/unistr/test-u16-to-u8.c: New file.
4863
4864         Tests for module 'unistr/u8-to-u32'.
4865         * modules/unistr/u8-to-u32-tests: New file.
4866         * tests/unistr/test-u8-to-u32.c: New file.
4867
4868         Tests for module 'unistr/u8-to-u16'.
4869         * modules/unistr/u8-to-u16-tests: New file.
4870         * tests/unistr/test-u8-to-u16.c: New file.
4871
4872         Tests for module 'unistr/u32-check'.
4873         * modules/unistr/u32-check-tests: New file.
4874         * tests/unistr/test-u32-check.c: New file.
4875
4876         Tests for module 'unistr/u16-check'.
4877         * modules/unistr/u16-check-tests: New file.
4878         * tests/unistr/test-u16-check.c: New file.
4879
4880         Tests for module 'unistr/u8-check'.
4881         * modules/unistr/u8-check-tests: New file.
4882         * tests/unistr/test-u8-check.c: New file.
4883
4884         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
4885         (category_equals): New function.
4886         (main): Add more tests.
4887         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
4888
4889         * tests/unictype/test-bidi_byname.c (main): Add more tests.
4890
4891 2010-01-10  Bruno Haible  <bruno@clisp.org>
4892
4893         unistr/u*-strcoll: Try harder to distinguish different strings.
4894         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
4895         compare s1 and s2 to see if they are different.
4896
4897 2010-01-10  Bruno Haible  <bruno@clisp.org>
4898
4899         unistr/u*-stpncpy: Fix the return value.
4900         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
4901         description of the return value consistent with stpncpy in glibc.
4902         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
4903         written non-NUL unit.
4904
4905 2010-01-10  Bruno Haible  <bruno@clisp.org>
4906
4907         unistr/u*-next: Add missing dependencies.
4908         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
4909         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
4910         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
4911
4912 2010-01-10  Bruno Haible  <bruno@clisp.org>
4913
4914         unistr/u8-mbsnlen: Fix return value for incomplete character.
4915         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
4916         u8_mblen.
4917         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
4918         Remove unistr/u8-mblen.
4919         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
4920         u16_mblen.
4921         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
4922         Remove unistr/u16-mblen.
4923
4924 2010-01-10  Bruno Haible  <bruno@clisp.org>
4925
4926         wchar: Fix compilation error when <wchar.h> is used from coreutils.
4927         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
4928         Reported by Brian Gough <bjg@gnu.org> and
4929         Chris Clayton <chris2553@googlemail.com> via
4930         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
4931
4932 2010-01-09  Bruno Haible  <bruno@clisp.org>
4933
4934         unistr/u16-to-u32: Reject invalid input.
4935         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
4936         u16_mbtouc.
4937         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
4938         Remove unistr/u16-mbtouc.
4939
4940         unistr/u16-to-u8: Reject invalid input.
4941         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
4942         u16_mbtouc.
4943         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
4944         Remove unistr/u16-mbtouc.
4945
4946         unistr/u8-to-u32: Reject invalid input.
4947         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
4948         u8_mbtouc.
4949         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
4950         Remove unistr/u8-mbtouc.
4951
4952         unistr/u8-to-u16: Reject invalid input.
4953         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
4954         u8_mbtouc.
4955         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
4956         Remove unistr/u8-mbtouc.
4957
4958 2010-01-09  Bruno Haible  <bruno@clisp.org>
4959
4960         Tests for module 'getlogin'.
4961         * modules/getlogin-tests: New file.
4962         * tests/test-getlogin.c: New file.
4963
4964         New module 'getlogin'.
4965         * lib/unistd.in.h (getlogin): New declaration.
4966         * lib/getlogin.c: New file.
4967         * m4/getlogin.m4: New file.
4968         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
4969         HAVE_GETLOGIN.
4970         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
4971         HAVE_GETLOGIN.
4972         * modules/getlogin: New file.
4973         * doc/posix-functions/getlogin.texi: Mention the new module.
4974         Reported by John W. Eaton <jwe@gnu.org>.
4975
4976 2010-01-09  Bruno Haible  <bruno@clisp.org>
4977
4978         getlogin_r: Support for native Windows.
4979         * lib/getlogin_r.c: Include <windows.h>
4980         (getlogin_r): Implement for native Windows.
4981         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
4982         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
4983         via John W. Eaton <jwe@gnu.org>.
4984
4985 2010-01-09  Bruno Haible  <bruno@clisp.org>
4986
4987         getlogin_r: Small fixes.
4988         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
4989         succeeds.
4990         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
4991         before testing whether getlogin_r is declared. No need to set
4992         HAVE_DECL_GETLOGIN_R to 1.
4993         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
4994
4995 2010-01-09  Bruno Haible  <bruno@clisp.org>
4996
4997         * lib/unistd.in.h (getlogin_r): Add comment.
4998
4999 2010-01-09  Bruno Haible  <bruno@clisp.org>
5000
5001         Tests for module 'getlogin_r'.
5002         * modules/getlogin_r-tests: New file.
5003         * tests/test-getlogin_r.c: New file.
5004
5005 2010-01-09  Jim Meyering  <meyering@redhat.com>
5006
5007         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
5008         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
5009         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
5010
5011 2010-01-08  Simon Josefsson  <simon@josefsson.org>
5012
5013         * lib/dup2.c (rpl_dup2): Improve comment.
5014
5015 2010-01-08  Eric Blake  <ebb9@byu.net>
5016
5017         maint.mk: allow packages to add makefile @@ exceptions
5018         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
5019         (sc_makefile_check): Rename...
5020         (sc_makefile_at_at_check): ...to this, and use hook.
5021
5022         dup2: work around mingw bug
5023         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
5024         Reported by Simon Josefsson.
5025
5026 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
5027
5028         glob: Fix C++ compilation.
5029         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
5030         C++.
5031
5032 2010-01-07  Bruno Haible  <bruno@clisp.org>
5033
5034         Fix indentation of wctype.in.h, broken since 2007-01-06.
5035         * lib/wctype.in.h: Fix indentation of preprocessor directives.
5036
5037 2010-01-07  Bruno Haible  <bruno@clisp.org>
5038
5039         mbslen: Avoid collision with system function.
5040         * lib/string.in.h [MirBSD]: Include <wchar.h>.
5041         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
5042         * m4/mbslen.m4: New file.
5043         * modules/mbslen (Files): Add it.
5044         (configure.ac): Invoke gl_MBSLEN.
5045         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
5046         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
5047         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
5048         via Ian Beckwith <ianb@erislabs.net>.
5049
5050 2010-01-07  Bruno Haible  <bruno@clisp.org>
5051
5052         dirent: Document the last fix.
5053         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
5054
5055 2010-01-07  Bruno Haible  <bruno@clisp.org>
5056
5057         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
5058         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
5059         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
5060         va_list are defined.
5061         * doc/posix-headers/stdio.texi: Document the bug of missing types.
5062         Reported by Eric Blake.
5063
5064 2010-01-07  Bruno Haible  <bruno@clisp.org>
5065
5066         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
5067         * modules/xlist (Depends-on): Add 'list',
5068         * modules/xoset (Depends-on): Add 'oset'.
5069         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5070
5071 2010-01-07  Bruno Haible  <bruno@clisp.org>
5072
5073         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
5074         * doc/posix-functions/strncasecmp.texi: Likewise.
5075
5076 2010-01-07  Bruno Haible  <bruno@clisp.org>
5077
5078         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
5079
5080 2010-01-07  John W. Eaton  <jwe@octave.org>
5081
5082         wctype: allow C++ use
5083         * lib/wctype.in.h: Add extern "C" block for C++.
5084
5085 2010-01-06  Eric Blake  <ebb9@byu.net>
5086
5087         maint.mk: detect incorrect GFDL usage
5088         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
5089
5090 2010-01-06  Jim Meyering  <meyering@redhat.com>
5091         and Eric Blake  <ebb9@byu.net>
5092
5093         maint.mk: ignore multi-line copyright in NEWS
5094         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
5095
5096 2010-01-06  Eric Blake  <ebb9@byu.net>
5097
5098         select: add missing dependency
5099         * modules/select-tests (Depends-on): Move sockets dependency...
5100         * modules/select (Depends-on): ...here.
5101         Reported by Ian Beckwith.
5102
5103         doc: regenerate INSTALL
5104         * doc/INSTALL: Reflect recent autoconf update.
5105         * doc/INSTALL.ISO: Likewise.
5106         * doc/INSTALL.UTF-8: Likewise.
5107
5108         pread: fix compilation on glibc
5109         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
5110         Reported by Ralf Wildenhues.
5111
5112         dirent: fix test failure
5113         * lib/dirent.in.h (includes): Guarantee ino_t.
5114         Reported by Ralf Wildenhues.
5115
5116 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
5117
5118         linkat, renameat: avoid bad free
5119         * lib/at-func2.c (at_func2): Fix typo.
5120         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
5121
5122 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5123
5124         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
5125         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
5126         to avoid failure of symlink test later.
5127
5128 2010-01-06  Eric Blake  <ebb9@byu.net>
5129
5130         stdio, unistd: guarantee ssize_t
5131         * lib/unistd.in.h (includes): Ensure that types required by POSIX
5132         2008 are exposed when needed.
5133         * lib/stdio.in.h (includes): Likewise.
5134         Reported by Ralf Wildenhues.
5135
5136 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
5137
5138         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
5139         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
5140         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
5141
5142 2010-01-06  Jim Meyering  <meyering@redhat.com>
5143
5144         readtokens: this module *does* require xalloc.h
5145         It uses only functions that were omitted by the old syntax-check rule.
5146         * lib/readtokens.c: Include "xalloc.h" once again.
5147         * modules/readtokens (Depends-on): Add xalloc.
5148         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
5149
5150 2010-01-05  Eric Blake  <ebb9@byu.net>
5151
5152         maint: support 'make announcement' from a VPATH build
5153         * top/maint.mk (announcement): Look for correct NEWS file.
5154
5155 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
5156
5157         utimens (fdutimens): ignore a negative FD, per contract
5158         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
5159         when we have a valid file descriptor.  Otherwise, using a brand
5160         new glibc (with just-patched futimens that now fails with EBADF)
5161         would cause this function to fail with ENOSYS.
5162         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
5163         See also http://bugzilla.redhat.com/552320.
5164
5165 2010-01-05  Eric Blake  <ebb9@byu.net>
5166
5167         strcase: document what it provides
5168         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
5169         gnulib module.
5170         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
5171         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
5172
5173 2010-01-05  Jim Meyering  <meyering@redhat.com>
5174
5175         maint: remove useless inclusions of "xalloc.h"
5176         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
5177         * lib/readtokens.c: Likewise.
5178         * lib/same.c: Likewise.
5179         * modules/getloadavg (Depends-on): Remove xalloc.
5180         * modules/readtokens: Likewise.
5181         * modules/same: Likewise.
5182
5183         maint.mk: include 4 more function names in alloca.h-checking regexp
5184         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
5185         regexp.  Before, we would give a false-positive (saying alloca.h
5186         is included unnecessarily) when the only uses involved omitted symbols.
5187
5188         xalloc.h: use consistent formatting
5189         * lib/xalloc.h: Move declarations to start in the first column.
5190
5191 2010-01-05  Eric Blake  <ebb9@byu.net>
5192
5193         mkdir: avoid xalloc
5194         * lib/mkdir.c (includes): Drop unused header.
5195         Reported by John W. Eaton.
5196
5197 2010-01-04  Jim Meyering  <meyering@redhat.com>
5198
5199         nl_langinfo: avoid configure-time syntax error
5200         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
5201         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
5202         the empty string.  Don't let that provoke a shell syntax error.
5203
5204         regcomp, regexec, fnmatch: avoid array bounds read error
5205         * lib/regcomp.c (build_equiv_class): From glibc:
5206         Use only the low 24 bits of a findidx return value as an index
5207         into the weights array.  Patch by Ulrich Drepper:
5208         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
5209         * lib/regexec.c (check_node_accept_bytes): Likewise.
5210         * lib/fnmatch_loop.c (FCT): Likewise.
5211
5212         regcomp: skip collseq lookup when there are no rules
5213         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
5214         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
5215
5216         regcomp: recognize ill-formed { } expressions
5217         * lib/regcomp.c (parse_dup_op): From glibc:
5218         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
5219
5220         regcomp: fix typo in comment
5221         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
5222         s/satisfy/satisfies/.
5223
5224         regcomp: sync from glibc: remove dead store
5225         * lib/regcomp.c (duplicate_node_closure): Remove useless
5226         search_duplicated_node call and dead store.
5227
5228         regcomp: sync from glibc; always use nl_langinfo
5229         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
5230         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
5231         * modules/regex (Depends-on): Add nl_langinfo.
5232
5233 2010-01-04  Eric Blake  <ebb9@byu.net>
5234
5235         fdopendir: fix configure test
5236         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
5237
5238 2010-01-01  Bruno Haible  <bruno@clisp.org>
5239
5240         wchar: Remove unused configure check.
5241         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
5242
5243 2010-01-01  Eric Blake  <ebb9@byu.net>
5244
5245         headers: make check of system header explicit
5246         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
5247         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
5248         ourselves.
5249         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
5250         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5251         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
5252         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
5253         internals.
5254         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
5255         missing.
5256         Suggested by Bruno Haible.
5257
5258 2010-01-01  Jim Meyering  <meyering@redhat.com>
5259
5260         ChangeLog: tweak to eliminate unnecessary copyright line
5261         * ChangeLog: Remove a copyright line that was mistakenly updated
5262         by today's update-copyright run.  Reported by Eric Blake.
5263
5264         test-update-copyright: don't let envvar setting cause test failure
5265         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5266
5267 2010-01-01  Bruno Haible  <bruno@clisp.org>
5268
5269         localename: Avoid gcc warning.
5270         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
5271         function if it is not used.
5272
5273 2010-01-01  Jim Meyering  <meyering@redhat.com>
5274
5275         update nearly all FSF copyright year lists to include 2010
5276         Use the same procedure as for 2009, outlined in
5277         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
5278
5279         version-etc: set COPYRIGHT_YEAR to 2010
5280         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
5281
5282 2009-12-31  Eric Blake  <ebb9@byu.net>
5283
5284         doc: correct availability of cygwin 1.5.x getopt
5285         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
5286         variables.
5287         * doc/posix-functions/opterr.texi (opterr): Likewise.
5288         * doc/posix-functions/optind.texi (optind): Likewise.
5289         * doc/posix-functions/optopt.texi (optopt): Likewise.
5290         * doc/posix-functions/tzname.texi (tzname): Likewise.
5291
5292         openat: update maintainer
5293         * modules/openat (Maintainer): Add myself.
5294
5295         utimens: avoid shadowing warning
5296         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
5297         buffers into one, to avoid shadowing, as well as avoiding a
5298         redundant stat.
5299         Reported by Jim Meyering.
5300
5301         test-dup2: avoid compiler warning
5302         * tests/test-dup2.c (is_inheritable): Only define if used.
5303
5304 2010-01-01  Bruno Haible  <bruno@clisp.org>
5305
5306         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
5307         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
5308         defined, use wctomb instead of wcrtomb.
5309
5310 2010-01-01  Bruno Haible  <bruno@clisp.org>
5311
5312         iconv: Reject native Solaris iconv.
5313         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
5314         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
5315
5316 2009-12-31  Bruno Haible  <bruno@clisp.org>
5317
5318         * tests/test-signal.c (main): Remove test of 'SIG'.
5319
5320 2009-12-31  Bruno Haible  <bruno@clisp.org>
5321
5322         spawn: Fix incomplete fix.
5323         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
5324         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
5325         warnings for GNULIB_POSIXCHECK again.
5326         Reported by Eric Blake.
5327
5328 2009-12-31  Bruno Haible  <bruno@clisp.org>
5329
5330         Avoid namespace pollution on glibc systems.
5331         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
5332         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
5333         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
5334         glibc systems.
5335
5336 2009-12-31  Bruno Haible  <bruno@clisp.org>
5337
5338         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
5339         (gl_REPLACE_WCHAR_H): Turn into a no-op.
5340         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
5341         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
5342         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
5343         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
5344         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
5345
5346 2009-12-31  Bruno Haible  <bruno@clisp.org>
5347
5348         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
5349         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
5350         afterwards.
5351
5352 2009-12-31  Bruno Haible  <bruno@clisp.org>
5353
5354         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
5355         SYS_UTSNAME_H.
5356
5357 2009-12-31  Bruno Haible  <bruno@clisp.org>
5358
5359         spawn: Fix misapplied patch.
5360         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
5361         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
5362         warnings for GNULIB_POSIXCHECK.
5363
5364 2009-12-31  Bruno Haible  <bruno@clisp.org>
5365
5366         times: Update after sys_times changed.
5367         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
5368         * modules/times (Files): Add it.
5369         (configure.ac): Invoke gl_FUNC_TIMES.
5370
5371 2009-12-31  Bruno Haible  <bruno@clisp.org>
5372
5373         Use AC_C_INLINE where necessary.
5374         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
5375         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5376         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
5377         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
5378         * m4/mbfile.m4 (gl_MBFILE): Likewise.
5379         * m4/mbiter.m4 (gl_MBITER): Likewise.
5380         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5381         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
5382         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
5383         * modules/u64 (configure.ac): Likewise.
5384
5385 2009-12-31  Bruno Haible  <bruno@clisp.org>
5386
5387         Use AC_C_INLINE instead of module 'inline' where possible.
5388         * modules/inline (Description): Clarify purpose.
5389         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
5390         * modules/count-one-bits (Depends-on): Remove inline.
5391         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
5392         * modules/openat (Depends-on): Remove inline.
5393         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
5394         instead of depending on module 'inline'.
5395         * modules/filevercmp (Depends-on, configure.ac): Likewise.
5396         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
5397         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
5398         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
5399         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
5400         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
5401         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
5402         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
5403         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
5404         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
5405         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
5406         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
5407         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
5408         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
5409         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
5410         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
5411         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
5412         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
5413         Likewise.
5414         * modules/unictype/property-ascii-hex-digit (Depends-on,
5415         configure.ac): Likewise.
5416         * modules/unictype/property-bidi-arabic-digit (Depends-on,
5417         configure.ac): Likewise.
5418         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
5419         configure.ac): Likewise.
5420         * modules/unictype/property-bidi-block-separator (Depends-on,
5421         configure.ac): Likewise.
5422         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
5423         configure.ac): Likewise.
5424         * modules/unictype/property-bidi-common-separator (Depends-on,
5425         configure.ac): Likewise.
5426         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
5427         Likewise.
5428         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
5429         configure.ac): Likewise.
5430         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
5431         configure.ac): Likewise.
5432         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
5433         configure.ac): Likewise.
5434         * modules/unictype/property-bidi-european-digit (Depends-on,
5435         configure.ac): Likewise.
5436         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
5437         configure.ac): Likewise.
5438         * modules/unictype/property-bidi-left-to-right (Depends-on,
5439         configure.ac): Likewise.
5440         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
5441         configure.ac): Likewise.
5442         * modules/unictype/property-bidi-other-neutral (Depends-on,
5443         configure.ac): Likewise.
5444         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
5445         Likewise.
5446         * modules/unictype/property-bidi-segment-separator (Depends-on,
5447         configure.ac): Likewise.
5448         * modules/unictype/property-bidi-whitespace (Depends-on,
5449         configure.ac): Likewise.
5450         * modules/unictype/property-combining (Depends-on, configure.ac):
5451         Likewise.
5452         * modules/unictype/property-composite (Depends-on, configure.ac):
5453         Likewise.
5454         * modules/unictype/property-currency-symbol (Depends-on,
5455         configure.ac): Likewise.
5456         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
5457         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
5458         Likewise.
5459         * modules/unictype/property-default-ignorable-code-point (Depends-on,
5460         configure.ac): Likewise.
5461         * modules/unictype/property-deprecated (Depends-on, configure.ac):
5462         Likewise.
5463         * modules/unictype/property-diacritic (Depends-on, configure.ac):
5464         Likewise.
5465         * modules/unictype/property-extender (Depends-on, configure.ac):
5466         Likewise.
5467         * modules/unictype/property-format-control (Depends-on, configure.ac):
5468         Likewise.
5469         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
5470         Likewise.
5471         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
5472         Likewise.
5473         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
5474         Likewise.
5475         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
5476         Likewise.
5477         * modules/unictype/property-hyphen (Depends-on, configure.ac):
5478         Likewise.
5479         * modules/unictype/property-id-continue (Depends-on, configure.ac):
5480         Likewise.
5481         * modules/unictype/property-id-start (Depends-on, configure.ac):
5482         Likewise.
5483         * modules/unictype/property-ideographic (Depends-on, configure.ac):
5484         Likewise.
5485         * modules/unictype/property-ids-binary-operator (Depends-on,
5486         configure.ac): Likewise.
5487         * modules/unictype/property-ids-trinary-operator (Depends-on,
5488         configure.ac): Likewise.
5489         * modules/unictype/property-ignorable-control (Depends-on,
5490         configure.ac): Likewise.
5491         * modules/unictype/property-iso-control (Depends-on, configure.ac):
5492         Likewise.
5493         * modules/unictype/property-join-control (Depends-on, configure.ac):
5494         Likewise.
5495         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
5496         Likewise.
5497         * modules/unictype/property-line-separator (Depends-on, configure.ac):
5498         Likewise.
5499         * modules/unictype/property-logical-order-exception (Depends-on,
5500         configure.ac): Likewise.
5501         * modules/unictype/property-lowercase (Depends-on, configure.ac):
5502         Likewise.
5503         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
5504         * modules/unictype/property-non-break (Depends-on, configure.ac):
5505         Likewise.
5506         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
5507         Likewise.
5508         * modules/unictype/property-numeric (Depends-on, configure.ac):
5509         Likewise.
5510         * modules/unictype/property-other-alphabetic (Depends-on,
5511         configure.ac): Likewise.
5512         * modules/unictype/property-other-default-ignorable-code-point
5513         (Depends-on, configure.ac): Likewise.
5514         * modules/unictype/property-other-grapheme-extend (Depends-on,
5515         configure.ac): Likewise.
5516         * modules/unictype/property-other-id-continue (Depends-on,
5517         configure.ac): Likewise.
5518         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
5519         Likewise.
5520         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
5521         Likewise.
5522         * modules/unictype/property-other-math (Depends-on, configure.ac):
5523         Likewise.
5524         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
5525         Likewise.
5526         * modules/unictype/property-paired-punctuation (Depends-on,
5527         configure.ac): Likewise.
5528         * modules/unictype/property-paragraph-separator (Depends-on,
5529         configure.ac): Likewise.
5530         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
5531         Likewise.
5532         * modules/unictype/property-pattern-white-space (Depends-on,
5533         configure.ac): Likewise.
5534         * modules/unictype/property-private-use (Depends-on, configure.ac):
5535         Likewise.
5536         * modules/unictype/property-punctuation (Depends-on, configure.ac):
5537         Likewise.
5538         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
5539         Likewise.
5540         * modules/unictype/property-radical (Depends-on, configure.ac):
5541         Likewise.
5542         * modules/unictype/property-sentence-terminal (Depends-on,
5543         configure.ac): Likewise.
5544         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
5545         Likewise.
5546         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
5547         * modules/unictype/property-terminal-punctuation (Depends-on,
5548         configure.ac): Likewise.
5549         * modules/unictype/property-titlecase (Depends-on, configure.ac):
5550         Likewise.
5551         * modules/unictype/property-unassigned-code-value (Depends-on,
5552         configure.ac): Likewise.
5553         * modules/unictype/property-unified-ideograph (Depends-on,
5554         configure.ac): Likewise.
5555         * modules/unictype/property-uppercase (Depends-on, configure.ac):
5556         Likewise.
5557         * modules/unictype/property-variation-selector (Depends-on,
5558         configure.ac): Likewise.
5559         * modules/unictype/property-white-space (Depends-on, configure.ac):
5560         Likewise.
5561         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
5562         Likewise.
5563         * modules/unictype/property-xid-start (Depends-on, configure.ac):
5564         Likewise.
5565         * modules/unictype/property-zero-width (Depends-on, configure.ac):
5566         Likewise.
5567         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
5568         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
5569         Likewise.
5570
5571 2009-12-31  Bruno Haible  <bruno@clisp.org>
5572
5573         Remove unnecessary AC_C_INLINE invocation.
5574         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
5575         since 2009-08-21.
5576
5577 2009-12-31  Jim Meyering  <meyering@redhat.com>
5578
5579         maint.mk: don't require explicit gpg_key_ID in cfg.mk
5580         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
5581         With this change, we can all remove the gpg_key_ID = ... definition
5582         from our respective cfg.mk files.
5583
5584         maint.mk: create announcement template in ~/, not in /tmp
5585         * top/maint.mk (emit_upload_commands): Adjust.
5586         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
5587         Remove temporary file, .ci-msg.
5588
5589 2009-12-31  Eric Blake  <ebb9@byu.net>
5590
5591         link-warning: always build headers with link warnings
5592         * modules/arpa_inet (Makefile.am): Always build replacement
5593         header.
5594         * modules/ctype (Makefile.am): Likewise.
5595         * modules/dirent (Makefile.am): Likewise.
5596         * modules/inttypes (Makefile.am): Likewise.
5597         * modules/langinfo (Makefile.am): Likewise.
5598         * modules/locale (Makefile.am): Likewise.
5599         * modules/spawn (Makefile.am): Likewise.
5600         * modules/sys_file (Makefile.am): Likewise.
5601         * modules/sys_ioctl (Makefile.am): Likewise.
5602         * modules/sys_select (Makefile.am): Likewise.
5603         * modules/sys_socket (Makefile.am): Likewise.
5604         * modules/sys_times (Makefile.am): Likewise.
5605         * modules/sys_utsname (Makefile.am): Likewise.
5606         * modules/sys_wait (Makefile.am): Likewise.
5607         * modules/wchar (Makefile.am): Likewise.
5608         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
5609         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
5610         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
5611         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
5612         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
5613         Likewise.
5614         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
5615         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
5616         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
5617         Likewise.
5618         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
5619         Likewise.
5620         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
5621         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
5622         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
5623         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5624         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
5625         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
5626         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
5627         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
5628         (gl_WCHAR_H_DEFAULTS): Likewise.
5629
5630 2009-12-31  Eric Blake  <ebb9@byu.net>
5631
5632         signal, spawn: use link warnings
5633         * lib/signal.in.h (sigset_t): Make unconditional.
5634         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
5635         (sigpending, sigprocmask, sigaction): Add link warnings.
5636         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
5637         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
5638         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
5639         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
5640         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
5641         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
5642         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
5643         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
5644         (posix_spawn_file_actions_destroy)
5645         (posix_spawn_file_actions_addopen)
5646         (posix_spawn_file_actions_addclose)
5647         (posix_spawn_file_actions_adddup2): Likewise.
5648         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
5649         * tests/test-signal.c (main): Enhance test.
5650
5651         spawn: improve wrapper support
5652         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
5653         (gl_SPAWN_H_DEFAULTS): New defaults.
5654         * modules/spawn (Makefile.am): Substitute them.
5655         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
5656         Only declare if missing or broken.
5657
5658         sys_times, sys_utsname: use include_next
5659         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
5660         header.
5661         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
5662         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
5663         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
5664         * modules/sys_times (Depends-on): Add include_next.
5665         (Makefile.am): Substitute additional values.
5666         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
5667         * lib/sys_times.in.h (includes): Include native header, if
5668         available.
5669         * lib/sys_utsname.in.h (includes): Likewise.
5670         * tests/test-sys_times.c (main): Enhance test.
5671
5672         fdutimensat: revert prior patch
5673         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
5674         utimens.h.
5675         Reported by Bruno Haible.
5676
5677 2009-12-30  Eric Blake  <ebb9@byu.net>
5678
5679         sys_wait: drop link-warning dependency
5680         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
5681         link-warning efforts.
5682         * lib/sys_wait.in.h: Likewise.
5683
5684         fdutimensat: remove bogus dependency
5685         * modules/fdutimensat (Depends-on): Drop inline.
5686
5687         unistd: fix typo
5688         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
5689
5690 2009-12-30  Bruno Haible  <bruno@clisp.org>
5691
5692         Fix compilation error with Solaris cc.
5693         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
5694         * lib/unicase/u16-is-invariant.c: Likewise.
5695         * lib/unicase/u32-is-invariant.c: Likewise.
5696         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5697
5698 2009-12-30  Bruno Haible  <bruno@clisp.org>
5699
5700         Fix test crash.
5701         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
5702         locales.
5703         Reported by Simon Josefsson <simon@josefsson.org>.
5704
5705 2009-12-30  Bruno Haible  <bruno@clisp.org>
5706
5707         Fix compilation error on most platforms.
5708         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
5709         Reported by Simon Josefsson <simon@josefsson.org>
5710         and Nelson H. F. Beebe <beebe@math.utah.edu>.
5711
5712 2009-12-30  Eric Blake  <ebb9@byu.net>
5713
5714         futimens, utimensat: work around ntfs-3g bug
5715         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
5716         a ctime bug is present, and expand workaround to cover ntfs-3g.
5717         * lib/utimens.c (fdutimens, lutimens): Likewise.
5718         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
5719         (validate_timespec): Adjust return value.
5720         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
5721         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5722         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
5723
5724 2009-12-29  Eric Blake  <ebb9@byu.net>
5725
5726         link-warning: make usage consistent
5727         * modules/ctype (Depends-on): Add link-warning.
5728         (Makefile.am): Update rules accordingly.
5729         * modules/langinfo (Depends-on, Makefile.am): Likewise.
5730         * modules/locale (Depends-on, Makefile.am): Likewise.
5731         * modules/sys_file (Makefile.am): Likewise.
5732         * modules/getopt-posix (Makefile.am): Delete unused link warning
5733         efforts.
5734         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
5735         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
5736         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
5737         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
5738
5739         stdio: remove unused variables
5740         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
5741         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
5742         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
5743
5744         tests: test more substitute headers
5745         * modules/ctype-tests: New file.
5746         * modules/dirent-tests: Likewise.
5747         * modules/spawn-tests: Likewise.
5748         * modules/sys_file-tests: Likewise.
5749         * modules/sys_ioctl-tests: Likewise.
5750         * modules/sys_wait-tests: Likewise.
5751         * tests/test-ctype.c: Likewise.
5752         * tests/test-dirent.c: Likewise.
5753         * tests/test-spawn.c: Likewise.
5754         * tests/test-sys_file.c: Likewise.
5755         * tests/test-sys_ioctl.c: Likewise.
5756         * tests/test-sys_wait.c: Likewise.
5757         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
5758         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
5759         whether or not flock is in use.
5760
5761         tests: remove License section from module
5762         * modules/arpa_inet-tests: Remove unneeded section.
5763         * modules/byteswap-tests: Likewise.
5764         * modules/ceilf-tests: Likewise.
5765         * modules/ceill-tests: Likewise.
5766         * modules/crypto/des-tests: Likewise.
5767         * modules/crypto/gc-arcfour-tests: Likewise.
5768         * modules/crypto/gc-arctwo-tests: Likewise.
5769         * modules/crypto/gc-des-tests: Likewise.
5770         * modules/crypto/gc-hmac-md5-tests: Likewise.
5771         * modules/crypto/gc-hmac-sha1-tests: Likewise.
5772         * modules/crypto/gc-md2-tests: Likewise.
5773         * modules/crypto/gc-md4-tests: Likewise.
5774         * modules/crypto/gc-md5-tests: Likewise.
5775         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
5776         * modules/crypto/gc-rijndael-tests: Likewise.
5777         * modules/crypto/gc-sha1-tests: Likewise.
5778         * modules/crypto/gc-tests: Likewise.
5779         * modules/crypto/md2-tests: Likewise.
5780         * modules/crypto/md4-tests: Likewise.
5781         * modules/fcntl-h-tests: Likewise.
5782         * modules/floorf-tests: Likewise.
5783         * modules/floorl-tests: Likewise.
5784         * modules/frexp-nolibm-tests: Likewise.
5785         * modules/frexp-tests: Likewise.
5786         * modules/frexpl-nolibm-tests: Likewise.
5787         * modules/frexpl-tests: Likewise.
5788         * modules/getaddrinfo-tests: Likewise.
5789         * modules/inttypes-tests: Likewise.
5790         * modules/isfinite-tests: Likewise.
5791         * modules/isinf-tests: Likewise.
5792         * modules/ldexpl-tests: Likewise.
5793         * modules/locale-tests: Likewise.
5794         * modules/math-tests: Likewise.
5795         * modules/netdb-tests: Likewise.
5796         * modules/netinet_in-tests: Likewise.
5797         * modules/printf-frexp-tests: Likewise.
5798         * modules/printf-frexpl-tests: Likewise.
5799         * modules/priv-set-tests: Likewise.
5800         * modules/random_r-tests: Likewise.
5801         * modules/round-tests: Likewise.
5802         * modules/roundf-tests: Likewise.
5803         * modules/roundl-tests: Likewise.
5804         * modules/search-tests: Likewise.
5805         * modules/select-tests: Likewise.
5806         * modules/signal-tests: Likewise.
5807         * modules/stdbool-tests: Likewise.
5808         * modules/stddef-tests: Likewise.
5809         * modules/stdint-tests: Likewise.
5810         * modules/stdio-tests: Likewise.
5811         * modules/stdlib-tests: Likewise.
5812         * modules/string-tests: Likewise.
5813         * modules/strings-tests: Likewise.
5814         * modules/sys_select-tests: Likewise.
5815         * modules/sys_socket-tests: Likewise.
5816         * modules/sys_stat-tests: Likewise.
5817         * modules/sys_time-tests: Likewise.
5818         * modules/sys_utsname-tests: Likewise.
5819         * modules/sysexits-tests: Likewise.
5820         * modules/time-tests: Likewise.
5821         * modules/trunc-tests: Likewise.
5822         * modules/truncf-tests: Likewise.
5823         * modules/truncl-tests: Likewise.
5824         * modules/tsearch-tests: Likewise.
5825         * modules/unistd-tests: Likewise.
5826         * modules/wchar-tests: Likewise.
5827         * modules/wctype-tests: Likewise.
5828
5829         tests: fix license on several tests
5830         * tests/test-des.c: Update to GPLv3+.
5831         * tests/test-flock.c: Likewise.
5832         * tests/test-fsync.c: Likewise.
5833         * tests/test-futimens.h: Likewise.
5834         * tests/test-gc-arcfour.c: Likewise.
5835         * tests/test-gc-arctwo.c: Likewise.
5836         * tests/test-gc-des.c: Likewise.
5837         * tests/test-gc-hmac-md5.c: Likewise.
5838         * tests/test-gc-hmac-sha1.c: Likewise.
5839         * tests/test-gc-md2.c: Likewise.
5840         * tests/test-gc-md4.c: Likewise.
5841         * tests/test-gc-md5.c: Likewise.
5842         * tests/test-gc-pbkdf2-sha1.c: Likewise.
5843         * tests/test-gc-rijndael.c: Likewise.
5844         * tests/test-gc-sha1.c: Likewise.
5845         * tests/test-gc.c: Likewise.
5846         * tests/test-getcwd.c: Likewise.
5847         * tests/test-link.c: Likewise.
5848         * tests/test-link.h: Likewise.
5849         * tests/test-lutimens.h: Likewise.
5850         * tests/test-md2.c: Likewise.
5851         * tests/test-md4.c: Likewise.
5852         * tests/test-mkdir.h: Likewise.
5853         * tests/test-rename.c: Likewise.
5854         * tests/test-rename.h: Likewise.
5855         * tests/test-safe-alloc.c: Likewise.
5856         * tests/test-utimens-common.h: Likewise.
5857         * tests/test-utimens.h: Likewise.
5858
5859         maint: sync license texts
5860         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
5861         * doc/gpl-3.0.texi: Revert copyright year update.
5862         * doc/lgpl-3.0.texi: Likewise.
5863
5864 2009-12-29  Jim Meyering  <meyering@redhat.com>
5865
5866         update nearly all FSF copyright year lists to include 2009
5867         The files named by the following are exempted:
5868             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
5869               test -f "$dst" && { echo "$dst"; continue; }
5870               test -d "$dst" || continue
5871               echo "$dst"/$(basename "$src")
5872             done > exempt
5873             git ls-files tests/unictype >> exempt
5874         In the remaining files, convert to all-interval notation if
5875         - there is already at least one year interval like 2000-2003
5876         - the file is maintained by me
5877         - the file is in lib/uni*/, where that style already prevails
5878         Otherwise, use update-copyright's default.
5879
5880 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5881         and Eric Blake  <ebb9@byu.net>
5882
5883         tests: don't require debug system() to pass
5884         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
5885         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5886         * tests/test-unlink.h (test_unlink_func): Likewise.
5887         * tests/test-fstatat.c (main): ...into callers.
5888         * tests/test-lstat.c (main): Likewise.
5889         * tests/test-rmdir.c (main): Likewise.
5890         * tests/test-unlink.c (main): Likewise.
5891         * tests/test-unlinkat.c (main): Likewise.
5892         * tests/test-areadlink-with-size.c (main): Don't require a
5893         debug-only system call to pass, aiding cross-testing to mingw.
5894         * tests/test-areadlink.c (main): Likewise.
5895         * tests/test-areadlinkat-with-size.c (main): Likewise.
5896         * tests/test-areadlinkat.c (main): Likewise.
5897         * tests/test-canonicalize-lgpl.c (main): Likewise.
5898         * tests/test-canonicalize.c (main): Likewise.
5899         * tests/test-chown.c (main): Likewise.
5900         * tests/test-fchownat.c (main): Likewise.
5901         * tests/test-lchown.c (main): Likewise.
5902         * tests/test-fdutimensat.c (main): Likewise.
5903         * tests/test-futimens.c (main): Likewise.
5904         * tests/test-link.c (main): Likewise.
5905         * tests/test-linkat.c (main): Likewise.
5906         * tests/test-mkdir.c (main): Likewise.
5907         * tests/test-mkdirat.c (main): Likewise.
5908         * tests/test-mkfifo.c (main): Likewise.
5909         * tests/test-mkfifoat.c (main): Likewise.
5910         * tests/test-mknod.c (main): Likewise.
5911         * tests/test-readlink.c (main): Likewise.
5912         * tests/test-remove.c (main): Likewise.
5913         * tests/test-rename.c (main): Likewise.
5914         * tests/test-renameat.c (main): Likewise.
5915         * tests/test-symlink.c (main): Likewise.
5916         * tests/test-symlinkat.c (main): Likewise.
5917         * tests/test-utimens.c (main): Likewise.
5918         * tests/test-utimensat.c (main): Likewise.
5919
5920 2009-12-29  Simon Josefsson  <simon@josefsson.org>
5921
5922         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
5923         on $(UNUSED_PARAMETER_H) to avoid build failure.
5924
5925 2009-12-28  Jim Meyering  <meyering@redhat.com>
5926
5927         update-copyright: you may specify a max. line length other than 72
5928         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5929
5930         maint: use consistent FSF copyright line syntax
5931         * lib/posixtm.c: Add missing comma in FSF copyright line.
5932         * lib/posixtm.h: Likewise.
5933         * lib/getugroups.c: Add missing ", Inc.".
5934
5935         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
5936         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
5937         FSF copyright line.  Remove trailing blanks.
5938
5939 2009-12-28  Eric Blake  <ebb9@byu.net>
5940
5941         test-dup2: reduce dependencies
5942         * modules/cloexec (Configure.ac): Set witness.
5943         * modules/dup2-tests (Depends-on): Drop cloexec.
5944         * tests/test-dup2.c (main): Skip portion of test if cloexec module
5945         not present.
5946         Suggested by Bruno Haible.
5947
5948 2009-12-26  Bruno Haible  <bruno@clisp.org>
5949
5950         Remove an unneeded dependency.
5951         * modules/fseterr (Depends-on): Remove dup2.
5952
5953 2009-12-26  Eric Blake  <ebb9@byu.net>
5954
5955         tests: use macros.h in more places
5956         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
5957         (ASSERT_STREAM): Provide default of stderr.
5958         * tests/test-dirent-safer.c: Include macros.h, using alternate
5959         stream for assertions.
5960         * tests/test-dup-safer.c: Likewise.
5961         * tests/test-freopen-safer.c: Likewise.
5962         * tests/test-getopt.c: Likewise.
5963         * tests/test-openat-safer.c: Likewise.
5964         * tests/test-pipe.c: Likewise.
5965         * tests/test-popen-safer.c: Likewise.
5966         * modules/dirent-safer-tests (Files): Include macros.h.
5967         * modules/unistd-safer-tests (Files): Likewise.
5968         * modules/freopen-safer-tests (Files): Likewise.
5969         * modules/getopt-posix-tests (Files): Likewise.
5970         * modules/openat-safer-tests (Files): Likewise.
5971         * modules/pipe-tests (Files): Likewise.
5972
5973 2009-12-26  Bruno Haible  <bruno@clisp.org>
5974
5975         javacomp: Portability fix.
5976         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
5977         that it also works on Solaris.
5978
5979 2009-12-26  Bruno Haible  <bruno@clisp.org>
5980
5981         localename: Fix storage allocation of gl_locale_name_thread's result.
5982         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
5983         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
5984         all platforms that have 'uselocale'.
5985         (gl_locale_name_thread_unsafe): New function, extracted from
5986         gl_locale_name_thread.
5987         (gl_locale_name_thread): Call struniq on all platforms that have
5988         'uselocale'.
5989         * tests/test-localename.c (test_locale_name_thread): Check that the
5990         resulting strings are permanently allocated.
5991         * modules/localename-tests (Depends-on): Add strdup.
5992
5993 2009-12-26  Bruno Haible  <bruno@clisp.org>
5994
5995         * tests/test-localename.c (categories): Fill in the strings.
5996
5997 2009-12-26  Jim Meyering  <meyering@redhat.com>
5998
5999         isdir: complete the removal of m4/isdir.m4
6000         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
6001
6002         isdir: clean up, since at least grep still uses it
6003         * lib/isdir.c: Include "isdir.h".
6004         (S_ISDIR): Remove now-unneeded definition.
6005         * modules/isdir (Files): Add lib/isdir.h.
6006         * lib/isdir.h: New file, with declaration.
6007         * m4/isdir.m4: Remove file -- unneeded.
6008
6009 2009-12-25  Bruno Haible  <bruno@clisp.org>
6010
6011         selinux-h: Make generated .h files standalone.
6012         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
6013         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
6014         * lib/se-selinux.in.h: Likewise.
6015         * modules/selinux-h (Depends-on): Add unused-parameter.
6016         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
6017         selinux/selinux.h and selinux/context.h.
6018         Suggested by Eric Blake.
6019
6020 2009-12-25  Bruno Haible  <bruno@clisp.org>
6021
6022         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
6023         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
6024         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
6025         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
6026         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
6027
6028 2009-12-24  Bruno Haible  <bruno@clisp.org>
6029
6030         openat: Fix warning.
6031         * lib/openat-proc.c: Include <unistd.h>.
6032
6033 2009-12-24  Bruno Haible  <bruno@clisp.org>
6034
6035         New module 'unused-parameter'.
6036         * build-aux/unused-parameter.h: New file, extracted from earlier
6037         gnulib-common.m4.
6038         * modules/unused-parameter: New file.
6039         * lib/unistr.h: Include unused-parameter.h.
6040         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
6041         _GL_UNUSED.
6042         * modules/unistr/base (Depends-on): Add unused-parameter.
6043
6044 2009-12-24  Bruno Haible  <bruno@clisp.org>
6045
6046         Add missing dependencies to 'extensions' module.
6047         * m4/extensions.m4: Add comment.
6048         * modules/accept4 (Depends-on): Add extensions.
6049         * modules/dup3 (Depends-on): Likewise.
6050         * modules/fcntl (Depends-on): Likewise.
6051         * modules/futimens (Depends-on): Likewise.
6052         * modules/mknod (Depends-on): Likewise.
6053         * modules/pipe2 (Depends-on): Likewise.
6054         * modules/stat-time (Depends-on): Likewise.
6055         * modules/strcasestr-simple (Depends-on): Likewise.
6056         * modules/strsignal (Depends-on): Likewise.
6057         * modules/utimensat (Depends-on): Likewise.
6058         * modules/localcharset (Depends-on): Likewise. Needed because of
6059         gl_FCNTL_O_FLAGS.
6060         * modules/wcrtomb (Depends-on): Likewise. Needed because of
6061         AC_TYPE_MBSTATE_T.
6062         * modules/wcsnrtombs (Depends-on): Likewise.
6063         * modules/wcsrtombs (Depends-on): Likewise.
6064
6065 2009-12-24  Bruno Haible  <bruno@clisp.org>
6066
6067         binary-io: Avoid gcc warning due to SET_BINARY.
6068         * lib/binary-io.h (SET_BINARY): Cast the result to void.
6069         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
6070
6071 2009-12-24  Bruno Haible  <bruno@clisp.org>
6072
6073         Avoid future namespace pollution on glibc systems.
6074         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
6075         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
6076         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
6077         glibc systems.
6078
6079 2009-12-24  Bruno Haible  <bruno@clisp.org>
6080
6081         Refactor common macros used in tests.
6082         * tests/macros.h: New file.
6083         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
6084         and/or <stdlib.h>, if appropriate.
6085         (ASSERT, SIZEOF): Remove macros.
6086         * tests/test-areadlink-with-size.c: Likewise.
6087         * tests/test-areadlinkat.c: Likewise.
6088         * tests/test-areadlinkat-with-size.c: Likewise.
6089         * tests/test-argmatch.c: Likewise.
6090         * tests/test-argv-iter.c: Likewise.
6091         * tests/test-array-mergesort.c: Likewise.
6092         * tests/test-array_list.c: Likewise.
6093         * tests/test-array_oset.c: Likewise.
6094         * tests/test-avltree_list.c: Likewise.
6095         * tests/test-avltree_oset.c: Likewise.
6096         * tests/test-avltreehash_list.c: Likewise.
6097         * tests/test-base64.c: Likewise.
6098         * tests/test-binary-io.c: Likewise.
6099         * tests/test-bitrotate.c: Likewise.
6100         * tests/test-btowc.c: Likewise.
6101         * tests/test-byteswap.c: Likewise.
6102         * tests/test-c-ctype.c: Likewise.
6103         * tests/test-c-stack.c: Likewise.
6104         * tests/test-c-strcasecmp.c: Likewise.
6105         * tests/test-c-strcasestr.c: Likewise.
6106         * tests/test-c-strncasecmp.c: Likewise.
6107         * tests/test-c-strstr.c: Likewise.
6108         * tests/test-canonicalize-lgpl.c: Likewise.
6109         * tests/test-canonicalize.c: Likewise.
6110         * tests/test-carray_list.c: Likewise.
6111         * tests/test-ceilf1.c: Likewise.
6112         * tests/test-ceilf2.c: Likewise.
6113         * tests/test-ceill.c: Likewise.
6114         * tests/test-chown.c: Likewise.
6115         * tests/test-cloexec.c: Likewise.
6116         * tests/test-copy-acl.c: Likewise.
6117         * tests/test-copy-file.c: Likewise.
6118         * tests/test-count-one-bits.c: Likewise.
6119         * tests/test-dprintf-posix.c: Likewise.
6120         * tests/test-dup2.c: Likewise.
6121         * tests/test-dup3.c: Likewise.
6122         * tests/test-duplocale.c: Likewise.
6123         * tests/test-fbufmode.c: Likewise.
6124         * tests/test-fchdir.c: Likewise.
6125         * tests/test-fchownat.c: Likewise.
6126         * tests/test-fcntl-safer.c: Likewise.
6127         * tests/test-fcntl.c: Likewise.
6128         * tests/test-fdopendir.c: Likewise.
6129         * tests/test-fdutimensat.c: Likewise.
6130         * tests/test-fflush2.c: Likewise.
6131         * tests/test-file-has-acl.c: Likewise.
6132         * tests/test-filevercmp.c: Likewise.
6133         * tests/test-flock.c: Likewise.
6134         * tests/test-floorf1.c: Likewise.
6135         * tests/test-floorf2.c: Likewise.
6136         * tests/test-floorl.c: Likewise.
6137         * tests/test-fnmatch.c: Likewise.
6138         * tests/test-fopen.h: Likewise.
6139         * tests/test-fpending.c: Likewise.
6140         * tests/test-fprintf-posix.c: Likewise.
6141         * tests/test-fpurge.c: Likewise.
6142         * tests/test-freadable.c: Likewise.
6143         * tests/test-freadahead.c: Likewise.
6144         * tests/test-freading.c: Likewise.
6145         * tests/test-freadptr.c: Likewise.
6146         * tests/test-freadptr2.c: Likewise.
6147         * tests/test-freadseek.c: Likewise.
6148         * tests/test-freopen.c: Likewise.
6149         * tests/test-frexp.c: Likewise.
6150         * tests/test-frexpl.c: Likewise.
6151         * tests/test-fseek.c: Likewise.
6152         * tests/test-fseeko.c: Likewise.
6153         * tests/test-fstatat.c: Likewise.
6154         * tests/test-fstrcmp.c: Likewise.
6155         * tests/test-fsync.c: Likewise.
6156         * tests/test-ftell.c: Likewise.
6157         * tests/test-ftello.c: Likewise.
6158         * tests/test-func.c: Likewise.
6159         * tests/test-futimens.c: Likewise.
6160         * tests/test-fwritable.c: Likewise.
6161         * tests/test-fwriting.c: Likewise.
6162         * tests/test-getcwd.c: Likewise.
6163         * tests/test-getdate.c: Likewise.
6164         * tests/test-getdelim.c: Likewise.
6165         * tests/test-getdtablesize.c: Likewise.
6166         * tests/test-getgroups.c: Likewise.
6167         * tests/test-getline.c: Likewise.
6168         * tests/test-getndelim2.c: Likewise.
6169         * tests/test-glob.c: Likewise.
6170         * tests/test-hash.c: Likewise.
6171         * tests/test-i-ring.c: Likewise.
6172         * tests/test-iconv-utf.c: Likewise.
6173         * tests/test-iconv.c: Likewise.
6174         * tests/test-idpriv-drop.c: Likewise.
6175         * tests/test-idpriv-droptemp.c: Likewise.
6176         * tests/test-inet_ntop.c: Likewise.
6177         * tests/test-inet_pton.c: Likewise.
6178         * tests/test-isblank.c: Likewise.
6179         * tests/test-isfinite.c: Likewise.
6180         * tests/test-isinf.c: Likewise.
6181         * tests/test-isnan.c: Likewise.
6182         * tests/test-isnand.h: Likewise.
6183         * tests/test-isnanf.h: Likewise.
6184         * tests/test-isnanl.h: Likewise.
6185         * tests/test-lchown.c: Likewise.
6186         * tests/test-ldexpl.c: Likewise.
6187         * tests/test-link.c: Likewise.
6188         * tests/test-linkat.c: Likewise.
6189         * tests/test-linked_list.c: Likewise.
6190         * tests/test-linkedhash_list.c: Likewise.
6191         * tests/test-localename.c: Likewise.
6192         * tests/test-lseek.c: Likewise.
6193         * tests/test-lstat.c: Likewise.
6194         * tests/test-mbmemcasecmp.c: Likewise.
6195         * tests/test-mbmemcasecoll.c: Likewise.
6196         * tests/test-mbrtowc.c: Likewise.
6197         * tests/test-mbscasecmp.c: Likewise.
6198         * tests/test-mbscasestr1.c: Likewise.
6199         * tests/test-mbscasestr2.c: Likewise.
6200         * tests/test-mbscasestr3.c: Likewise.
6201         * tests/test-mbscasestr4.c: Likewise.
6202         * tests/test-mbschr.c: Likewise.
6203         * tests/test-mbscspn.c: Likewise.
6204         * tests/test-mbsinit.c: Likewise.
6205         * tests/test-mbsncasecmp.c: Likewise.
6206         * tests/test-mbsnrtowcs.c: Likewise.
6207         * tests/test-mbspbrk.c: Likewise.
6208         * tests/test-mbspcasecmp.c: Likewise.
6209         * tests/test-mbsrchr.c: Likewise.
6210         * tests/test-mbsrtowcs.c: Likewise.
6211         * tests/test-mbsspn.c: Likewise.
6212         * tests/test-mbsstr1.c: Likewise.
6213         * tests/test-mbsstr2.c: Likewise.
6214         * tests/test-mbsstr3.c: Likewise.
6215         * tests/test-memchr.c: Likewise.
6216         * tests/test-memchr2.c: Likewise.
6217         * tests/test-memcmp.c: Likewise.
6218         * tests/test-memmem.c: Likewise.
6219         * tests/test-memrchr.c: Likewise.
6220         * tests/test-mkdir.c: Likewise.
6221         * tests/test-mkdirat.c: Likewise.
6222         * tests/test-mkfifo.c: Likewise.
6223         * tests/test-mkfifoat.c: Likewise.
6224         * tests/test-mknod.c: Likewise.
6225         * tests/test-nanosleep.c: Likewise.
6226         * tests/test-nl_langinfo.c: Likewise.
6227         * tests/test-obstack-printf.c: Likewise.
6228         * tests/test-open.c: Likewise.
6229         * tests/test-openat.c: Likewise.
6230         * tests/test-pipe-filter-gi1.c: Likewise.
6231         * tests/test-pipe-filter-gi2-main.c: Likewise.
6232         * tests/test-pipe-filter-ii1.c: Likewise.
6233         * tests/test-pipe-filter-ii2-main.c: Likewise.
6234         * tests/test-pipe2.c: Likewise.
6235         * tests/test-popen.h: Likewise.
6236         * tests/test-posixtm.c: Likewise.
6237         * tests/test-pread.c: Likewise.
6238         * tests/test-printf-frexp.c: Likewise.
6239         * tests/test-printf-frexpl.c: Likewise.
6240         * tests/test-printf-posix.c: Likewise.
6241         * tests/test-priv-set.c: Likewise.
6242         * tests/test-quotearg.c: Likewise.
6243         * tests/test-random_r.c: Likewise.
6244         * tests/test-rawmemchr.c: Likewise.
6245         * tests/test-rbtree_list.c: Likewise.
6246         * tests/test-rbtree_oset.c: Likewise.
6247         * tests/test-rbtreehash_list.c: Likewise.
6248         * tests/test-readlink.c: Likewise.
6249         * tests/test-remove.c: Likewise.
6250         * tests/test-rename.c: Likewise.
6251         * tests/test-renameat.c: Likewise.
6252         * tests/test-rmdir.c: Likewise.
6253         * tests/test-round1.c: Likewise.
6254         * tests/test-roundf1.c: Likewise.
6255         * tests/test-roundl.c: Likewise.
6256         * tests/test-safe-alloc.c: Likewise.
6257         * tests/test-sameacls.c: Likewise.
6258         * tests/test-set-mode-acl.c: Likewise.
6259         * tests/test-setenv.c: Likewise.
6260         * tests/test-sigaction.c: Likewise.
6261         * tests/test-signbit.c: Likewise.
6262         * tests/test-sleep.c: Likewise.
6263         * tests/test-snprintf-posix.c: Likewise.
6264         * tests/test-snprintf.c: Likewise.
6265         * tests/test-sprintf-posix.c: Likewise.
6266         * tests/test-stat-time.c: Likewise.
6267         * tests/test-stat.c: Likewise.
6268         * tests/test-strcasestr.c: Likewise.
6269         * tests/test-strchrnul.c: Likewise.
6270         * tests/test-strerror.c: Likewise.
6271         * tests/test-striconv.c: Likewise.
6272         * tests/test-striconveh.c: Likewise.
6273         * tests/test-striconveha.c: Likewise.
6274         * tests/test-strsignal.c: Likewise.
6275         * tests/test-strstr.c: Likewise.
6276         * tests/test-strtod.c: Likewise.
6277         * tests/test-strverscmp.c: Likewise.
6278         * tests/test-symlink.c: Likewise.
6279         * tests/test-symlinkat.c: Likewise.
6280         * tests/test-trunc1.c: Likewise.
6281         * tests/test-trunc2.c: Likewise.
6282         * tests/test-truncf1.c: Likewise.
6283         * tests/test-truncf2.c: Likewise.
6284         * tests/test-truncl.c: Likewise.
6285         * tests/test-uname.c: Likewise.
6286         * tests/test-unlink.c: Likewise.
6287         * tests/test-unlinkat.c: Likewise.
6288         * tests/test-unsetenv.c: Likewise.
6289         * tests/test-usleep.c: Likewise.
6290         * tests/test-utimens.c: Likewise.
6291         * tests/test-utimensat.c: Likewise.
6292         * tests/test-vasnprintf-posix.c: Likewise.
6293         * tests/test-vasnprintf-posix2.c: Likewise.
6294         * tests/test-vasnprintf.c: Likewise.
6295         * tests/test-vasprintf-posix.c: Likewise.
6296         * tests/test-vasprintf.c: Likewise.
6297         * tests/test-vdprintf-posix.c: Likewise.
6298         * tests/test-vfprintf-posix.c: Likewise.
6299         * tests/test-vprintf-posix.c: Likewise.
6300         * tests/test-vsnprintf-posix.c: Likewise.
6301         * tests/test-vsnprintf.c: Likewise.
6302         * tests/test-vsprintf-posix.c: Likewise.
6303         * tests/test-wcrtomb.c: Likewise.
6304         * tests/test-wcsnrtombs.c: Likewise.
6305         * tests/test-wcsrtombs.c: Likewise.
6306         * tests/test-wctype.c: Likewise.
6307         * tests/test-wcwidth.c: Likewise.
6308         * tests/test-xfprintf-posix.c: Likewise.
6309         * tests/test-xmemdup0.c: Likewise.
6310         * tests/test-xprintf-posix.c: Likewise.
6311         * tests/test-xvasprintf.c: Likewise.
6312         * tests/unicase/test-locale-language.c: Likewise.
6313         * tests/unicase/test-mapping-part1.h: Likewise.
6314         * tests/unicase/test-predicate-part1.h: Likewise.
6315         * tests/unicase/test-u8-casecmp.c: Likewise.
6316         * tests/unicase/test-u8-casecoll.c: Likewise.
6317         * tests/unicase/test-u8-casefold.c: Likewise.
6318         * tests/unicase/test-u8-is-cased.c: Likewise.
6319         * tests/unicase/test-u8-is-casefolded.c: Likewise.
6320         * tests/unicase/test-u8-is-lowercase.c: Likewise.
6321         * tests/unicase/test-u8-is-titlecase.c: Likewise.
6322         * tests/unicase/test-u8-is-uppercase.c: Likewise.
6323         * tests/unicase/test-u8-tolower.c: Likewise.
6324         * tests/unicase/test-u8-totitle.c: Likewise.
6325         * tests/unicase/test-u8-toupper.c: Likewise.
6326         * tests/unicase/test-u16-casecmp.c: Likewise.
6327         * tests/unicase/test-u16-casecoll.c: Likewise.
6328         * tests/unicase/test-u16-casefold.c: Likewise.
6329         * tests/unicase/test-u16-is-cased.c: Likewise.
6330         * tests/unicase/test-u16-is-casefolded.c: Likewise.
6331         * tests/unicase/test-u16-is-lowercase.c: Likewise.
6332         * tests/unicase/test-u16-is-titlecase.c: Likewise.
6333         * tests/unicase/test-u16-is-uppercase.c: Likewise.
6334         * tests/unicase/test-u16-tolower.c: Likewise.
6335         * tests/unicase/test-u16-totitle.c: Likewise.
6336         * tests/unicase/test-u16-toupper.c: Likewise.
6337         * tests/unicase/test-u32-casecmp.c: Likewise.
6338         * tests/unicase/test-u32-casecoll.c: Likewise.
6339         * tests/unicase/test-u32-casefold.c: Likewise.
6340         * tests/unicase/test-u32-is-cased.c: Likewise.
6341         * tests/unicase/test-u32-is-casefolded.c: Likewise.
6342         * tests/unicase/test-u32-is-lowercase.c: Likewise.
6343         * tests/unicase/test-u32-is-titlecase.c: Likewise.
6344         * tests/unicase/test-u32-is-uppercase.c: Likewise.
6345         * tests/unicase/test-u32-tolower.c: Likewise.
6346         * tests/unicase/test-u32-totitle.c: Likewise.
6347         * tests/unicase/test-u32-toupper.c: Likewise.
6348         * tests/unicase/test-ulc-casecmp.c: Likewise.
6349         * tests/unicase/test-ulc-casecoll.c: Likewise.
6350         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
6351         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
6352         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
6353         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
6354         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
6355         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
6356         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
6357         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
6358         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
6359         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
6360         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
6361         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
6362         * tests/unictype/test-bidi_byname.c: Likewise.
6363         * tests/unictype/test-bidi_name.c: Likewise.
6364         * tests/unictype/test-bidi_of.c: Likewise.
6365         * tests/unictype/test-bidi_test.c: Likewise.
6366         * tests/unictype/test-block_list.c: Likewise.
6367         * tests/unictype/test-block_of.c: Likewise.
6368         * tests/unictype/test-block_test.c: Likewise.
6369         * tests/unictype/test-categ_and.c: Likewise.
6370         * tests/unictype/test-categ_and_not.c: Likewise.
6371         * tests/unictype/test-categ_byname.c: Likewise.
6372         * tests/unictype/test-categ_name.c: Likewise.
6373         * tests/unictype/test-categ_none.c: Likewise.
6374         * tests/unictype/test-categ_of.c: Likewise.
6375         * tests/unictype/test-categ_or.c: Likewise.
6376         * tests/unictype/test-categ_test_withtable.c: Likewise.
6377         * tests/unictype/test-combining.c: Likewise.
6378         * tests/unictype/test-decdigit.c: Likewise.
6379         * tests/unictype/test-digit.c: Likewise.
6380         * tests/unictype/test-mirror.c: Likewise.
6381         * tests/unictype/test-numeric.c: Likewise.
6382         * tests/unictype/test-pr_byname.c: Likewise.
6383         * tests/unictype/test-pr_test.c: Likewise.
6384         * tests/unictype/test-predicate-part1.h: Likewise.
6385         * tests/unictype/test-scripts.c: Likewise.
6386         * tests/unictype/test-sy_c_ident.c: Likewise.
6387         * tests/unictype/test-sy_java_ident.c: Likewise.
6388         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
6389         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
6390         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
6391         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
6392         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
6393         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
6394         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
6395         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
6396         * tests/uninorm/test-canonical-decomposition.c: Likewise.
6397         * tests/uninorm/test-compat-decomposition.c: Likewise.
6398         * tests/uninorm/test-composition.c: Likewise.
6399         * tests/uninorm/test-decomposing-form.c: Likewise.
6400         * tests/uninorm/test-decomposition.c: Likewise.
6401         * tests/uninorm/test-u8-nfc.c: Likewise.
6402         * tests/uninorm/test-u8-nfd.c: Likewise.
6403         * tests/uninorm/test-u8-nfkc.c: Likewise.
6404         * tests/uninorm/test-u8-nfkd.c: Likewise.
6405         * tests/uninorm/test-u8-normcmp.c: Likewise.
6406         * tests/uninorm/test-u8-normcoll.c: Likewise.
6407         * tests/uninorm/test-u16-nfc.c: Likewise.
6408         * tests/uninorm/test-u16-nfd.c: Likewise.
6409         * tests/uninorm/test-u16-nfkc.c: Likewise.
6410         * tests/uninorm/test-u16-nfkd.c: Likewise.
6411         * tests/uninorm/test-u16-normcmp.c: Likewise.
6412         * tests/uninorm/test-u16-normcoll.c: Likewise.
6413         * tests/uninorm/test-u32-nfc.c: Likewise.
6414         * tests/uninorm/test-u32-nfd.c: Likewise.
6415         * tests/uninorm/test-u32-nfkc.c: Likewise.
6416         * tests/uninorm/test-u32-nfkd.c: Likewise.
6417         * tests/uninorm/test-u32-normalize-big.c: Likewise.
6418         * tests/uninorm/test-u32-normcmp.c: Likewise.
6419         * tests/uninorm/test-u32-normcoll.c: Likewise.
6420         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
6421         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
6422         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
6423         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
6424         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
6425         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
6426         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
6427         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
6428         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
6429         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
6430         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
6431         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
6432         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
6433         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
6434         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
6435         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
6436         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
6437         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
6438         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
6439         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
6440         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
6441         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
6442         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
6443         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
6444         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
6445         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
6446         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
6447         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
6448         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
6449         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
6450         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
6451         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
6452         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
6453         * tests/uniwidth/test-u8-strwidth.c: Likewise.
6454         * tests/uniwidth/test-u8-width.c: Likewise.
6455         * tests/uniwidth/test-u16-strwidth.c: Likewise.
6456         * tests/uniwidth/test-u16-width.c: Likewise.
6457         * tests/uniwidth/test-u32-strwidth.c: Likewise.
6458         * tests/uniwidth/test-u32-width.c: Likewise.
6459         * tests/uniwidth/test-uc_width.c: Likewise.
6460         * tests/uniwidth/test-uc_width2.c: Likewise.
6461         * modules/acl-tests (Files): Add tests/macros.h.
6462         * modules/areadlink-tests (Files): Likewise.
6463         * modules/areadlink-with-size-tests (Files): Likewise.
6464         * modules/areadlinkat-tests (Files): Likewise.
6465         * modules/areadlinkat-with-size-tests (Files): Likewise.
6466         * modules/argmatch-tests (Files): Likewise.
6467         * modules/argv-iter-tests (Files): Likewise.
6468         * modules/array-list-tests (Files): Likewise.
6469         * modules/array-mergesort-tests (Files): Likewise.
6470         * modules/array-oset-tests (Files): Likewise.
6471         * modules/avltree-list-tests (Files): Likewise.
6472         * modules/avltree-oset-tests (Files): Likewise.
6473         * modules/avltreehash-list-tests (Files): Likewise.
6474         * modules/base64-tests (Files): Likewise.
6475         * modules/binary-io-tests (Files): Likewise.
6476         * modules/bitrotate-tests (Files): Likewise.
6477         * modules/btowc-tests (Files): Likewise.
6478         * modules/byteswap-tests (Files): Likewise.
6479         * modules/c-ctype-tests (Files): Likewise.
6480         * modules/c-stack-tests (Files): Likewise.
6481         * modules/c-strcase-tests (Files): Likewise.
6482         * modules/c-strcasestr-tests (Files): Likewise.
6483         * modules/c-strstr-tests (Files): Likewise.
6484         * modules/canonicalize-lgpl-tests (Files): Likewise.
6485         * modules/canonicalize-tests (Files): Likewise.
6486         * modules/carray-list-tests (Files): Likewise.
6487         * modules/ceilf-tests (Files): Likewise.
6488         * modules/ceill-tests (Files): Likewise.
6489         * modules/chown-tests (Files): Likewise.
6490         * modules/cloexec-tests (Files): Likewise.
6491         * modules/copy-file-tests (Files): Likewise.
6492         * modules/count-one-bits-tests (Files): Likewise.
6493         * modules/dprintf-posix-tests (Files): Likewise.
6494         * modules/dup2-tests (Files): Likewise.
6495         * modules/dup3-tests (Files): Likewise.
6496         * modules/duplocale-tests (Files): Likewise.
6497         * modules/fbufmode-tests (Files): Likewise.
6498         * modules/fchdir-tests (Files): Likewise.
6499         * modules/fcntl-safer-tests (Files): Likewise.
6500         * modules/fcntl-tests (Files): Likewise.
6501         * modules/fdopendir-tests (Files): Likewise.
6502         * modules/fdutimensat-tests (Files): Likewise.
6503         * modules/fflush-tests (Files): Likewise.
6504         * modules/filevercmp-tests (Files): Likewise.
6505         * modules/flock-tests (Files): Likewise.
6506         * modules/floorf-tests (Files): Likewise.
6507         * modules/floorl-tests (Files): Likewise.
6508         * modules/fnmatch-tests (Files): Likewise.
6509         * modules/fopen-safer-tests (Files): Likewise.
6510         * modules/fopen-tests (Files): Likewise.
6511         * modules/fpending-tests (Files): Likewise.
6512         * modules/fprintf-posix-tests (Files): Likewise.
6513         * modules/fpurge-tests (Files): Likewise.
6514         * modules/freadable-tests (Files): Likewise.
6515         * modules/freadahead-tests (Files): Likewise.
6516         * modules/freading-tests (Files): Likewise.
6517         * modules/freadptr-tests (Files): Likewise.
6518         * modules/freadseek-tests (Files): Likewise.
6519         * modules/freopen-tests (Files): Likewise.
6520         * modules/frexp-nolibm-tests (Files): Likewise.
6521         * modules/frexp-tests (Files): Likewise.
6522         * modules/frexpl-nolibm-tests (Files): Likewise.
6523         * modules/frexpl-tests (Files): Likewise.
6524         * modules/fseek-tests (Files): Likewise.
6525         * modules/fseeko-tests (Files): Likewise.
6526         * modules/fstrcmp-tests (Files): Likewise.
6527         * modules/fsync-tests (Files): Likewise.
6528         * modules/ftell-tests (Files): Likewise.
6529         * modules/ftello-tests (Files): Likewise.
6530         * modules/func-tests (Files): Likewise.
6531         * modules/futimens-tests (Files): Likewise.
6532         * modules/fwritable-tests (Files): Likewise.
6533         * modules/fwriting-tests (Files): Likewise.
6534         * modules/getcwd-tests (Files): Likewise.
6535         * modules/getdate-tests (Files): Likewise.
6536         * modules/getdelim-tests (Files): Likewise.
6537         * modules/getdtablesize-tests (Files): Likewise.
6538         * modules/getgroups-tests (Files): Likewise.
6539         * modules/getline-tests (Files): Likewise.
6540         * modules/getndelim2-tests (Files): Likewise.
6541         * modules/glob-tests (Files): Likewise.
6542         * modules/hash-tests (Files): Likewise.
6543         * modules/i-ring-tests (Files): Likewise.
6544         * modules/iconv-tests (Files): Likewise.
6545         * modules/iconv_open-utf-tests (Files): Likewise.
6546         * modules/idpriv-drop-tests (Files): Likewise.
6547         * modules/idpriv-droptemp-tests (Files): Likewise.
6548         * modules/inet_ntop-tests (Files): Likewise.
6549         * modules/inet_pton-tests (Files): Likewise.
6550         * modules/isblank-tests (Files): Likewise.
6551         * modules/isfinite-tests (Files): Likewise.
6552         * modules/isinf-tests (Files): Likewise.
6553         * modules/isnan-tests (Files): Likewise.
6554         * modules/isnand-nolibm-tests (Files): Likewise.
6555         * modules/isnand-tests (Files): Likewise.
6556         * modules/isnanf-nolibm-tests (Files): Likewise.
6557         * modules/isnanf-tests (Files): Likewise.
6558         * modules/isnanl-nolibm-tests (Files): Likewise.
6559         * modules/isnanl-tests (Files): Likewise.
6560         * modules/lchown-tests (Files): Likewise.
6561         * modules/ldexpl-tests (Files): Likewise.
6562         * modules/link-tests (Files): Likewise.
6563         * modules/linkat-tests (Files): Likewise.
6564         * modules/linked-list-tests (Files): Likewise.
6565         * modules/linkedhash-list-tests (Files): Likewise.
6566         * modules/localename-tests (Files): Likewise.
6567         * modules/lseek-tests (Files): Likewise.
6568         * modules/lstat-tests (Files): Likewise.
6569         * modules/mbmemcasecmp-tests (Files): Likewise.
6570         * modules/mbmemcasecoll-tests (Files): Likewise.
6571         * modules/mbrtowc-tests (Files): Likewise.
6572         * modules/mbscasecmp-tests (Files): Likewise.
6573         * modules/mbscasestr-tests (Files): Likewise.
6574         * modules/mbschr-tests (Files): Likewise.
6575         * modules/mbscspn-tests (Files): Likewise.
6576         * modules/mbsinit-tests (Files): Likewise.
6577         * modules/mbsncasecmp-tests (Files): Likewise.
6578         * modules/mbsnrtowcs-tests (Files): Likewise.
6579         * modules/mbspbrk-tests (Files): Likewise.
6580         * modules/mbspcasecmp-tests (Files): Likewise.
6581         * modules/mbsrchr-tests (Files): Likewise.
6582         * modules/mbsrtowcs-tests (Files): Likewise.
6583         * modules/mbsspn-tests (Files): Likewise.
6584         * modules/mbsstr-tests (Files): Likewise.
6585         * modules/memchr-tests (Files): Likewise.
6586         * modules/memchr2-tests (Files): Likewise.
6587         * modules/memcmp-tests (Files): Likewise.
6588         * modules/memmem-tests (Files): Likewise.
6589         * modules/memrchr-tests (Files): Likewise.
6590         * modules/mkdir-tests (Files): Likewise.
6591         * modules/mkfifo-tests (Files): Likewise.
6592         * modules/mkfifoat-tests (Files): Likewise.
6593         * modules/mknod-tests (Files): Likewise.
6594         * modules/nanosleep-tests (Files): Likewise.
6595         * modules/nl_langinfo-tests (Files): Likewise.
6596         * modules/obstack-printf-tests (Files): Likewise.
6597         * modules/open-tests (Files): Likewise.
6598         * modules/openat-tests (Files): Likewise.
6599         * modules/pipe-filter-gi-tests (Files): Likewise.
6600         * modules/pipe-filter-ii-tests (Files): Likewise.
6601         * modules/pipe2-tests (Files): Likewise.
6602         * modules/popen-safer-tests (Files): Likewise.
6603         * modules/popen-tests (Files): Likewise.
6604         * modules/posixtm-tests (Files): Likewise.
6605         * modules/pread-tests (Files): Likewise.
6606         * modules/printf-frexp-tests (Files): Likewise.
6607         * modules/printf-frexpl-tests (Files): Likewise.
6608         * modules/printf-posix-tests (Files): Likewise.
6609         * modules/priv-set-tests (Files): Likewise.
6610         * modules/quotearg-tests (Files): Likewise.
6611         * modules/random_r-tests (Files): Likewise.
6612         * modules/rawmemchr-tests (Files): Likewise.
6613         * modules/rbtree-list-tests (Files): Likewise.
6614         * modules/rbtree-oset-tests (Files): Likewise.
6615         * modules/rbtreehash-list-tests (Files): Likewise.
6616         * modules/readlink-tests (Files): Likewise.
6617         * modules/remove-tests (Files): Likewise.
6618         * modules/rename-tests (Files): Likewise.
6619         * modules/renameat-tests (Files): Likewise.
6620         * modules/rmdir-tests (Files): Likewise.
6621         * modules/round-tests (Files): Likewise.
6622         * modules/roundf-tests (Files): Likewise.
6623         * modules/roundl-tests (Files): Likewise.
6624         * modules/safe-alloc-tests (Files): Likewise.
6625         * modules/setenv-tests (Files): Likewise.
6626         * modules/sigaction-tests (Files): Likewise.
6627         * modules/signbit-tests (Files): Likewise.
6628         * modules/sleep-tests (Files): Likewise.
6629         * modules/snprintf-posix-tests (Files): Likewise.
6630         * modules/snprintf-tests (Files): Likewise.
6631         * modules/sprintf-posix-tests (Files): Likewise.
6632         * modules/stat-tests (Files): Likewise.
6633         * modules/stat-time-tests (Files): Likewise.
6634         * modules/strcasestr-tests (Files): Likewise.
6635         * modules/strchrnul-tests (Files): Likewise.
6636         * modules/strerror-tests (Files): Likewise.
6637         * modules/striconv-tests (Files): Likewise.
6638         * modules/striconveh-tests (Files): Likewise.
6639         * modules/striconveha-tests (Files): Likewise.
6640         * modules/strsignal-tests (Files): Likewise.
6641         * modules/strstr-tests (Files): Likewise.
6642         * modules/strtod-tests (Files): Likewise.
6643         * modules/strverscmp-tests (Files): Likewise.
6644         * modules/symlink-tests (Files): Likewise.
6645         * modules/symlinkat-tests (Files): Likewise.
6646         * modules/trunc-tests (Files): Likewise.
6647         * modules/truncf-tests (Files): Likewise.
6648         * modules/truncl-tests (Files): Likewise.
6649         * modules/uname-tests (Files): Likewise.
6650         * modules/unicase/cased-tests (Files): Likewise.
6651         * modules/unicase/ignorable-tests (Files): Likewise.
6652         * modules/unicase/locale-language-tests (Files): Likewise.
6653         * modules/unicase/tolower-tests (Files): Likewise.
6654         * modules/unicase/totitle-tests (Files): Likewise.
6655         * modules/unicase/toupper-tests (Files): Likewise.
6656         * modules/unicase/u8-casecmp-tests (Files): Likewise.
6657         * modules/unicase/u8-casecoll-tests (Files): Likewise.
6658         * modules/unicase/u8-casefold-tests (Files): Likewise.
6659         * modules/unicase/u8-is-cased-tests (Files): Likewise.
6660         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
6661         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
6662         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
6663         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
6664         * modules/unicase/u8-tolower-tests (Files): Likewise.
6665         * modules/unicase/u8-totitle-tests (Files): Likewise.
6666         * modules/unicase/u8-toupper-tests (Files): Likewise.
6667         * modules/unicase/u16-casecmp-tests (Files): Likewise.
6668         * modules/unicase/u16-casecoll-tests (Files): Likewise.
6669         * modules/unicase/u16-casefold-tests (Files): Likewise.
6670         * modules/unicase/u16-is-cased-tests (Files): Likewise.
6671         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
6672         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
6673         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
6674         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
6675         * modules/unicase/u16-tolower-tests (Files): Likewise.
6676         * modules/unicase/u16-totitle-tests (Files): Likewise.
6677         * modules/unicase/u16-toupper-tests (Files): Likewise.
6678         * modules/unicase/u32-casecmp-tests (Files): Likewise.
6679         * modules/unicase/u32-casecoll-tests (Files): Likewise.
6680         * modules/unicase/u32-casefold-tests (Files): Likewise.
6681         * modules/unicase/u32-is-cased-tests (Files): Likewise.
6682         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
6683         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
6684         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
6685         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
6686         * modules/unicase/u32-tolower-tests (Files): Likewise.
6687         * modules/unicase/u32-totitle-tests (Files): Likewise.
6688         * modules/unicase/u32-toupper-tests (Files): Likewise.
6689         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
6690         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
6691         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
6692         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
6693         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
6694         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
6695         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
6696         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
6697         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
6698         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
6699         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
6700         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
6701         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
6702         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
6703         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
6704         * modules/unictype/bidicategory-name-tests (Files): Likewise.
6705         * modules/unictype/bidicategory-of-tests (Files): Likewise.
6706         * modules/unictype/bidicategory-test-tests (Files): Likewise.
6707         * modules/unictype/block-list-tests (Files): Likewise.
6708         * modules/unictype/block-of-tests (Files): Likewise.
6709         * modules/unictype/block-test-tests (Files): Likewise.
6710         * modules/unictype/category-C-tests (Files): Likewise.
6711         * modules/unictype/category-Cc-tests (Files): Likewise.
6712         * modules/unictype/category-Cf-tests (Files): Likewise.
6713         * modules/unictype/category-Cn-tests (Files): Likewise.
6714         * modules/unictype/category-Co-tests (Files): Likewise.
6715         * modules/unictype/category-Cs-tests (Files): Likewise.
6716         * modules/unictype/category-L-tests (Files): Likewise.
6717         * modules/unictype/category-Ll-tests (Files): Likewise.
6718         * modules/unictype/category-Lm-tests (Files): Likewise.
6719         * modules/unictype/category-Lo-tests (Files): Likewise.
6720         * modules/unictype/category-Lt-tests (Files): Likewise.
6721         * modules/unictype/category-Lu-tests (Files): Likewise.
6722         * modules/unictype/category-M-tests (Files): Likewise.
6723         * modules/unictype/category-Mc-tests (Files): Likewise.
6724         * modules/unictype/category-Me-tests (Files): Likewise.
6725         * modules/unictype/category-Mn-tests (Files): Likewise.
6726         * modules/unictype/category-N-tests (Files): Likewise.
6727         * modules/unictype/category-Nd-tests (Files): Likewise.
6728         * modules/unictype/category-Nl-tests (Files): Likewise.
6729         * modules/unictype/category-No-tests (Files): Likewise.
6730         * modules/unictype/category-P-tests (Files): Likewise.
6731         * modules/unictype/category-Pc-tests (Files): Likewise.
6732         * modules/unictype/category-Pd-tests (Files): Likewise.
6733         * modules/unictype/category-Pe-tests (Files): Likewise.
6734         * modules/unictype/category-Pf-tests (Files): Likewise.
6735         * modules/unictype/category-Pi-tests (Files): Likewise.
6736         * modules/unictype/category-Po-tests (Files): Likewise.
6737         * modules/unictype/category-Ps-tests (Files): Likewise.
6738         * modules/unictype/category-S-tests (Files): Likewise.
6739         * modules/unictype/category-Sc-tests (Files): Likewise.
6740         * modules/unictype/category-Sk-tests (Files): Likewise.
6741         * modules/unictype/category-Sm-tests (Files): Likewise.
6742         * modules/unictype/category-So-tests (Files): Likewise.
6743         * modules/unictype/category-Z-tests (Files): Likewise.
6744         * modules/unictype/category-Zl-tests (Files): Likewise.
6745         * modules/unictype/category-Zp-tests (Files): Likewise.
6746         * modules/unictype/category-Zs-tests (Files): Likewise.
6747         * modules/unictype/category-and-not-tests (Files): Likewise.
6748         * modules/unictype/category-and-tests (Files): Likewise.
6749         * modules/unictype/category-byname-tests (Files): Likewise.
6750         * modules/unictype/category-name-tests (Files): Likewise.
6751         * modules/unictype/category-none-tests (Files): Likewise.
6752         * modules/unictype/category-of-tests (Files): Likewise.
6753         * modules/unictype/category-or-tests (Files): Likewise.
6754         * modules/unictype/category-test-withtable-tests (Files): Likewise.
6755         * modules/unictype/combining-class-tests (Files): Likewise.
6756         * modules/unictype/ctype-alnum-tests (Files): Likewise.
6757         * modules/unictype/ctype-alpha-tests (Files): Likewise.
6758         * modules/unictype/ctype-blank-tests (Files): Likewise.
6759         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
6760         * modules/unictype/ctype-digit-tests (Files): Likewise.
6761         * modules/unictype/ctype-graph-tests (Files): Likewise.
6762         * modules/unictype/ctype-lower-tests (Files): Likewise.
6763         * modules/unictype/ctype-print-tests (Files): Likewise.
6764         * modules/unictype/ctype-punct-tests (Files): Likewise.
6765         * modules/unictype/ctype-space-tests (Files): Likewise.
6766         * modules/unictype/ctype-upper-tests (Files): Likewise.
6767         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
6768         * modules/unictype/decimal-digit-tests (Files): Likewise.
6769         * modules/unictype/digit-tests (Files): Likewise.
6770         * modules/unictype/mirror-tests (Files): Likewise.
6771         * modules/unictype/numeric-tests (Files): Likewise.
6772         * modules/unictype/property-alphabetic-tests (Files): Likewise.
6773         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
6774         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
6775         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
6776         Likewise.
6777         * modules/unictype/property-bidi-block-separator-tests (Files):
6778         Likewise.
6779         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
6780         Likewise.
6781         * modules/unictype/property-bidi-common-separator-tests (Files):
6782         Likewise.
6783         * modules/unictype/property-bidi-control-tests (Files): Likewise.
6784         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
6785         Likewise.
6786         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
6787         Likewise.
6788         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
6789         Likewise.
6790         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
6791         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
6792         Likewise.
6793         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
6794         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
6795         Likewise.
6796         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
6797         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
6798         * modules/unictype/property-bidi-segment-separator-tests (Files):
6799         Likewise.
6800         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
6801         * modules/unictype/property-byname-tests (Files): Likewise.
6802         * modules/unictype/property-combining-tests (Files): Likewise.
6803         * modules/unictype/property-composite-tests (Files): Likewise.
6804         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
6805         * modules/unictype/property-dash-tests (Files): Likewise.
6806         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
6807         * modules/unictype/property-default-ignorable-code-point-tests (Files):
6808         Likewise.
6809         * modules/unictype/property-deprecated-tests (Files): Likewise.
6810         * modules/unictype/property-diacritic-tests (Files): Likewise.
6811         * modules/unictype/property-extender-tests (Files): Likewise.
6812         * modules/unictype/property-format-control-tests (Files): Likewise.
6813         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
6814         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
6815         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
6816         * modules/unictype/property-hex-digit-tests (Files): Likewise.
6817         * modules/unictype/property-hyphen-tests (Files): Likewise.
6818         * modules/unictype/property-id-continue-tests (Files): Likewise.
6819         * modules/unictype/property-id-start-tests (Files): Likewise.
6820         * modules/unictype/property-ideographic-tests (Files): Likewise.
6821         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
6822         * modules/unictype/property-ids-trinary-operator-tests (Files):
6823         Likewise.
6824         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
6825         * modules/unictype/property-iso-control-tests (Files): Likewise.
6826         * modules/unictype/property-join-control-tests (Files): Likewise.
6827         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
6828         * modules/unictype/property-line-separator-tests (Files): Likewise.
6829         * modules/unictype/property-logical-order-exception-tests (Files):
6830         Likewise.
6831         * modules/unictype/property-lowercase-tests (Files): Likewise.
6832         * modules/unictype/property-math-tests (Files): Likewise.
6833         * modules/unictype/property-non-break-tests (Files): Likewise.
6834         * modules/unictype/property-not-a-character-tests (Files): Likewise.
6835         * modules/unictype/property-numeric-tests (Files): Likewise.
6836         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
6837         * modules/unictype/property-other-default-ignorable-code-point-tests
6838         (Files): Likewise.
6839         * modules/unictype/property-other-grapheme-extend-tests (Files):
6840         Likewise.
6841         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
6842         * modules/unictype/property-other-id-start-tests (Files): Likewise.
6843         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
6844         * modules/unictype/property-other-math-tests (Files): Likewise.
6845         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
6846         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
6847         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
6848         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
6849         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
6850         * modules/unictype/property-private-use-tests (Files): Likewise.
6851         * modules/unictype/property-punctuation-tests (Files): Likewise.
6852         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
6853         * modules/unictype/property-radical-tests (Files): Likewise.
6854         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
6855         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
6856         * modules/unictype/property-space-tests (Files): Likewise.
6857         * modules/unictype/property-terminal-punctuation-tests (Files):
6858         Likewise.
6859         * modules/unictype/property-test-tests (Files): Likewise.
6860         * modules/unictype/property-titlecase-tests (Files): Likewise.
6861         * modules/unictype/property-unassigned-code-value-tests (Files):
6862         Likewise.
6863         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
6864         * modules/unictype/property-uppercase-tests (Files): Likewise.
6865         * modules/unictype/property-variation-selector-tests (Files): Likewise.
6866         * modules/unictype/property-white-space-tests (Files): Likewise.
6867         * modules/unictype/property-xid-continue-tests (Files): Likewise.
6868         * modules/unictype/property-xid-start-tests (Files): Likewise.
6869         * modules/unictype/property-zero-width-tests (Files): Likewise.
6870         * modules/unictype/scripts-tests (Files): Likewise.
6871         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
6872         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
6873         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
6874         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
6875         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
6876         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
6877         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
6878         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
6879         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
6880         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
6881         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
6882         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
6883         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
6884         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
6885         * modules/uninorm/composition-tests (Files): Likewise.
6886         * modules/uninorm/decomposing-form-tests (Files): Likewise.
6887         * modules/uninorm/decomposition-tests (Files): Likewise.
6888         * modules/uninorm/filter-tests (Files): Likewise.
6889         * modules/uninorm/nfc-tests (Files): Likewise.
6890         * modules/uninorm/nfd-tests (Files): Likewise.
6891         * modules/uninorm/nfkc-tests (Files): Likewise.
6892         * modules/uninorm/nfkd-tests (Files): Likewise.
6893         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
6894         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
6895         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
6896         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
6897         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
6898         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
6899         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
6900         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
6901         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
6902         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
6903         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
6904         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
6905         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
6906         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
6907         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
6908         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
6909         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
6910         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
6911         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
6912         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
6913         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
6914         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
6915         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
6916         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
6917         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
6918         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
6919         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
6920         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
6921         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
6922         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
6923         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
6924         * modules/uniwidth/u8-width-tests (Files): Likewise.
6925         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
6926         * modules/uniwidth/u16-width-tests (Files): Likewise.
6927         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
6928         * modules/uniwidth/u32-width-tests (Files): Likewise.
6929         * modules/uniwidth/width-tests (Files): Likewise.
6930         * modules/unlink-tests (Files): Likewise.
6931         * modules/unsetenv-tests (Files): Likewise.
6932         * modules/usleep-tests (Files): Likewise.
6933         * modules/utimens-tests (Files): Likewise.
6934         * modules/utimensat-tests (Files): Likewise.
6935         * modules/vasnprintf-posix-tests (Files): Likewise.
6936         * modules/vasnprintf-tests (Files): Likewise.
6937         * modules/vasprintf-posix-tests (Files): Likewise.
6938         * modules/vasprintf-tests (Files): Likewise.
6939         * modules/vdprintf-posix-tests (Files): Likewise.
6940         * modules/vfprintf-posix-tests (Files): Likewise.
6941         * modules/vprintf-posix-tests (Files): Likewise.
6942         * modules/vsnprintf-posix-tests (Files): Likewise.
6943         * modules/vsnprintf-tests (Files): Likewise.
6944         * modules/vsprintf-posix-tests (Files): Likewise.
6945         * modules/wcrtomb-tests (Files): Likewise.
6946         * modules/wcsnrtombs-tests (Files): Likewise.
6947         * modules/wcsrtombs-tests (Files): Likewise.
6948         * modules/wctype-tests (Files): Likewise.
6949         * modules/wcwidth-tests (Files): Likewise.
6950         * modules/xmemdup0-tests (Files): Likewise.
6951         * modules/xprintf-posix-tests (Files): Likewise.
6952         * modules/xvasprintf-tests (Files): Likewise.
6953
6954 2009-12-24  Eric Blake  <ebb9@byu.net>
6955
6956         test-nanosleep: fix typo
6957         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
6958         patch.
6959         Reported by Bruno Haible.
6960
6961 2009-12-24  Bruno Haible  <bruno@clisp.org>
6962
6963         Reduce namespace pollution on glibc systems.
6964         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
6965         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
6966         systems.
6967         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
6968         <getopt.h> on glibc systems.
6969         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
6970         systems.
6971         * lib/fcntl.c: Include <unistd.h> here instead.
6972
6973 2009-12-24  Bruno Haible  <bruno@clisp.org>
6974
6975         * lib/stdlib.in.h (includes): Fix typo in today's commit.
6976
6977 2009-12-24  Eric Blake  <ebb9@byu.net>
6978
6979         tests: add signature checks
6980         * tests/signature.h (SIGNATURE_CHECK): New file.
6981         * modules/atexit-tests (Files): Use it.
6982         * modules/btowc-tests (Files): Likewise.
6983         * modules/canonicalize-lgpl-tests (Files): Likewise.
6984         * modules/ceilf-tests (Files): Likewise.
6985         * modules/ceill-tests (Files): Likewise.
6986         * modules/chown-tests (Files): Likewise.
6987         * modules/dprintf-posix-tests (Files): Likewise.
6988         * modules/dup2-tests (Files): Likewise.
6989         * modules/dup3-tests (Files): Likewise.
6990         * modules/duplocale-tests (Files): Likewise.
6991         * modules/fchdir-tests (Files): Likewise.
6992         * modules/fcntl-tests (Files): Likewise.
6993         * modules/fdopendir-tests (Files): Likewise.
6994         * modules/fflush-tests (Files): Likewise.
6995         * modules/flock-tests (Files): Likewise.
6996         * modules/floorf-tests (Files): Likewise.
6997         * modules/floorl-tests (Files): Likewise.
6998         * modules/fnmatch-tests (Files): Likewise.
6999         * modules/fopen-tests (Files): Likewise.
7000         * modules/fprintf-posix-tests (Files): Likewise.
7001         * modules/freopen-tests (Files): Likewise.
7002         * modules/frexp-nolibm-tests (Files): Likewise.
7003         * modules/frexp-tests (Files): Likewise.
7004         * modules/frexpl-nolibm-tests (Files): Likewise.
7005         * modules/frexpl-tests (Files): Likewise.
7006         * modules/fseek-tests (Files): Likewise.
7007         * modules/fseeko-tests (Files): Likewise.
7008         * modules/fsync-tests (Files): Likewise.
7009         * modules/ftell-tests (Files): Likewise.
7010         * modules/ftello-tests (Files): Likewise.
7011         * modules/futimens-tests (Files): Likewise.
7012         * modules/getaddrinfo-tests (Files): Likewise.
7013         * modules/getcwd-tests (Files): Likewise.
7014         * modules/getdelim-tests (Files): Likewise.
7015         * modules/getdtablesize-tests (Files): Likewise.
7016         * modules/getgroups-tests (Files): Likewise.
7017         * modules/gethostname-tests (Files): Likewise.
7018         * modules/getline-tests (Files): Likewise.
7019         * modules/getopt-posix-tests (Files): Likewise.
7020         * modules/gettimeofday-tests (Files): Likewise.
7021         * modules/glob-tests (Files): Likewise.
7022         * modules/iconv-tests (Files): Likewise.
7023         * modules/inet_ntop-tests (Files): Likewise.
7024         * modules/inet_pton-tests (Files): Likewise.
7025         * modules/isblank-tests (Files): Likewise.
7026         * modules/lchown-tests (Files): Likewise.
7027         * modules/ldexpl-tests (Files): Likewise.
7028         * modules/link-tests (Files): Likewise.
7029         * modules/linkat-tests (Files): Likewise.
7030         * modules/lseek-tests (Files): Likewise.
7031         * modules/lstat-tests (Files): Likewise.
7032         * modules/mbrtowc-tests (Files): Likewise.
7033         * modules/mbsinit-tests (Files): Likewise.
7034         * modules/mbsnrtowcs-tests (Files): Likewise.
7035         * modules/mbsrtowcs-tests (Files): Likewise.
7036         * modules/memchr-tests (Files): Likewise.
7037         * modules/memcmp-tests (Files): Likewise.
7038         * modules/memmem-tests (Files): Likewise.
7039         * modules/memrchr-tests (Files): Likewise.
7040         * modules/mkdir-tests (Files): Likewise.
7041         * modules/mkfifo-tests (Files): Likewise.
7042         * modules/mkfifoat-tests (Files): Likewise.
7043         * modules/mknod-tests (Files): Likewise.
7044         * modules/nanosleep-tests (Files): Likewise.
7045         * modules/nl_langinfo-tests (Files): Likewise.
7046         * modules/obstack-printf-tests (Files): Likewise.
7047         * modules/open-tests (Files): Likewise.
7048         * modules/openat-tests (Files): Likewise.
7049         * modules/perror-tests (Files): Likewise.
7050         * modules/pipe2-tests (Files): Likewise.
7051         * modules/poll-tests (Files): Likewise.
7052         * modules/popen-tests (Files): Likewise.
7053         * modules/posix_spawn-tests (Files): Likewise.
7054         * modules/posix_spawnp-tests (Files): Likewise.
7055         * modules/pread-tests (Files): Likewise.
7056         * modules/printf-posix-tests (Files): Likewise.
7057         * modules/pty-tests (Files): Likewise.
7058         * modules/random_r-tests (Files): Likewise.
7059         * modules/rawmemchr-tests (Files): Likewise.
7060         * modules/readlink-tests (Files): Likewise.
7061         * modules/remove-tests (Files): Likewise.
7062         * modules/rename-tests (Files): Likewise.
7063         * modules/renameat-tests (Files): Likewise.
7064         * modules/rmdir-tests (Files): Likewise.
7065         * modules/round-tests (Files): Likewise.
7066         * modules/roundf-tests (Files): Likewise.
7067         * modules/roundl-tests (Files): Likewise.
7068         * modules/select-tests (Files): Likewise.
7069         * modules/setenv-tests (Files): Likewise.
7070         * modules/sigaction-tests (Files): Likewise.
7071         * modules/sleep-tests (Files): Likewise.
7072         * modules/snprintf-posix-tests (Files): Likewise.
7073         * modules/snprintf-tests (Files): Likewise.
7074         * modules/sprintf-posix-tests (Files): Likewise.
7075         * modules/stat-tests (Files): Likewise.
7076         * modules/strcasestr-tests (Files): Likewise.
7077         * modules/strchrnul-tests (Files): Likewise.
7078         * modules/strerror-tests (Files): Likewise.
7079         * modules/strsignal-tests (Files): Likewise.
7080         * modules/strstr-tests (Files): Likewise.
7081         * modules/strtod-tests (Files): Likewise.
7082         * modules/strverscmp-tests (Files): Likewise.
7083         * modules/symlink-tests (Files): Likewise.
7084         * modules/symlinkat-tests (Files): Likewise.
7085         * modules/times-tests (Files): Likewise.
7086         * modules/trunc-tests (Files): Likewise.
7087         * modules/truncf-tests (Files): Likewise.
7088         * modules/truncl-tests (Files): Likewise.
7089         * modules/tsearch-tests (Files): Likewise.
7090         * modules/uname-tests (Files): Likewise.
7091         * modules/unlink-tests (Files): Likewise.
7092         * modules/unsetenv-tests (Files): Likewise.
7093         * modules/usleep-tests (Files): Likewise.
7094         * modules/utimensat-tests (Files): Likewise.
7095         * modules/vasprintf-tests (Files): Likewise.
7096         * modules/vdprintf-posix-tests (Files): Likewise.
7097         * modules/vfprintf-posix-tests (Files): Likewise.
7098         * modules/vprintf-posix-tests (Files): Likewise.
7099         * modules/vsnprintf-posix-tests (Files): Likewise.
7100         * modules/vsnprintf-tests (Files): Likewise.
7101         * modules/vsprintf-posix-tests (Files): Likewise.
7102         * modules/wcrtomb-tests (Files): Likewise.
7103         * modules/wcsnrtombs-tests (Files): Likewise.
7104         * modules/wcsrtombs-tests (Files): Likewise.
7105         * modules/wcwidth-tests (Files): Likewise.
7106         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
7107         * tests/test-isinf.c (isinf): Likewise.
7108         * tests/test-isnan.c (isnan): Likewise.
7109         * tests/test-signbit.c (signbit): Likewise.
7110         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
7111         declaration, either as macro or with correct signature.
7112         (select): Ensure function under test is declared with correct
7113         signature in correct header.
7114         * tests/test-atexit.c (atexit): Likewise.
7115         * tests/test-btowc.c (btowc): Likewise.
7116         * tests/test-canonicalize-lgpl.c (realpath)
7117         (canonicalize_file_name): Likewise.
7118         * tests/test-ceilf1.c (ceilf): Likewise.
7119         * tests/test-ceill.c (ceill): Likewise.
7120         * tests/test-chown.c (chown): Likewise.
7121         * tests/test-dprintf-posix.c (dprintf): Likewise.
7122         * tests/test-dup2.c (dup2): Likewise.
7123         * tests/test-dup3.c (dup3): Likewise.
7124         * tests/test-duplocale.c (duplocale): Likewise.
7125         * tests/test-fchdir.c (fchdir): Likewise.
7126         * tests/test-fchownat.c (fchownat): Likewise.
7127         * tests/test-fcntl.c (fcntl): Likewise.
7128         * tests/test-fdopendir.c (fdopendir): Likewise.
7129         * tests/test-fflush.c (fflush): Likewise.
7130         * tests/test-flock.c (flock): Likewise.
7131         * tests/test-floorf1.c (floorf): Likewise.
7132         * tests/test-floorl.c (floorl): Likewise.
7133         * tests/test-fnmatch.c (fnmatch): Likewise.
7134         * tests/test-fopen.c (fopen): Likewise.
7135         * tests/test-fprintf-posix.c (fprintf): Likewise.
7136         * tests/test-freopen.c (freopen): Likewise.
7137         * tests/test-frexp.c (frexp): Likewise.
7138         * tests/test-frexpl.c (frexpl): Likewise.
7139         * tests/test-fseek.c (fseek): Likewise.
7140         * tests/test-fseeko.c (fseeko): Likewise.
7141         * tests/test-fstatat.c (fstatat): Likewise.
7142         * tests/test-fsync.c (fsync): Likewise.
7143         * tests/test-ftell.c (ftell): Likewise.
7144         * tests/test-ftello.c (ftello): Likewise.
7145         * tests/test-futimens.c (futimens): Likewise.
7146         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
7147         (gai_strerror): Likewise.
7148         * tests/test-getcwd.c (getcwd): Likewise.
7149         * tests/test-getdelim.c (getdelim): Likewise.
7150         * tests/test-getdtablesize.c (getdtablesize): Likewise.
7151         * tests/test-getgroups.c (getgroups): Likewise.
7152         * tests/test-gethostname.c (gethostname): Likewise.
7153         * tests/test-getline.c (getline): Likewise.
7154         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
7155         Likewise.
7156         * tests/test-gettimeofday.c (gettimeofday): Likewise.
7157         * tests/test-glob.c (glob, globfree): Likewise.
7158         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
7159         * tests/test-inet_ntop.c (inet_ntop): Likewise.
7160         * tests/test-inet_pton.c (inet_pton): Likewise.
7161         * tests/test-isblank.c (isblank): Likewise.
7162         * tests/test-lchown.c (lchown): Likewise.
7163         * tests/test-ldexpl.c (ldexpl): Likewise.
7164         * tests/test-link.c (link): Likewise.
7165         * tests/test-linkat.c (linkat): Likewise.
7166         * tests/test-lseek.c (lseek): Likewise.
7167         * tests/test-lstat.c (lstat): Likewise.
7168         * tests/test-mbrtowc.c (mbrtowc): Likewise.
7169         * tests/test-mbsinit.c (mbsinit): Likewise.
7170         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
7171         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
7172         * tests/test-memchr.c (memchr): Likewise.
7173         * tests/test-memcmp.c (memcmp): Likewise.
7174         * tests/test-memmem.c (memmem): Likewise.
7175         * tests/test-memrchr.c (memrchr): Likewise.
7176         * tests/test-mkdir.c (mkdir): Likewise.
7177         * tests/test-mkdirat.c (mkdirat): Likewise.
7178         * tests/test-mkfifo.c (mkfifo): Likewise.
7179         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
7180         * tests/test-mknod.c (mknod): Likewise.
7181         * tests/test-nanosleep.c (nanosleep): Likewise.
7182         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
7183         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
7184         Likewise.
7185         * tests/test-open.c (open): Likewise.
7186         * tests/test-openat.c (openat): Likewise.
7187         * tests/test-perror.c (perror): Likewise.
7188         * tests/test-pipe2.c (pipe2): Likewise.
7189         * tests/test-poll.c (poll): Likewise.
7190         * tests/test-popen.c (popen, pclose): Likewise.
7191         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
7192         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
7193         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
7194         (posix_spawn_file_actions_destroy)
7195         (posix_spawn_file_actions_addclose)
7196         (posix_spawn_file_actions_addopen)
7197         (posix_spawn_file_actions_adddup2): Likewise.
7198         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
7199         * tests/test-pread.c (pread): Likewise.
7200         * tests/test-printf-posix.c (printf): Likewise.
7201         * tests/test-pty.c (openpty, forkpty): Likewise.
7202         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
7203         (random_r): Likewise.
7204         * tests/test-rawmemchr.c (rawmemchr): Likewise.
7205         * tests/test-readlink.c (readlink): Likewise.
7206         * tests/test-remove.c (remove): Likewise.
7207         * tests/test-rename.c (rename): Likewise.
7208         * tests/test-renameat.c (renameat): Likewise.
7209         * tests/test-rmdir.c (rmdir): Likewise.
7210         * tests/test-round1.c (round): Likewise.
7211         * tests/test-roundf1.c (roundf): Likewise.
7212         * tests/test-roundl.c (roundl): Likewise.
7213         * tests/test-setenv.c (setenv): Likewise.
7214         * tests/test-sigaction.c (sigaction): Likewise.
7215         * tests/test-sleep.c (sleep): Likewise.
7216         * tests/test-snprintf.c (snprintf): Likewise.
7217         * tests/test-sprintf-posix.c (sprintf): Likewise.
7218         * tests/test-stat.c (stat): Likewise.
7219         * tests/test-stpncpy.c (stpncpy): Likewise.
7220         * tests/test-strcasestr.c (strcasestr): Likewise.
7221         * tests/test-strchrnul.c (strchrnul): Likewise.
7222         * tests/test-strerror.c (strerror): Likewise.
7223         * tests/test-strsignal.c (strsignal): Likewise.
7224         * tests/test-strstr.c (strstr): Likewise.
7225         * tests/test-strtod.c (strtod): Likewise.
7226         * tests/test-strverscmp.c (strverscmp): Likewise.
7227         * tests/test-symlink.c (symlink): Likewise.
7228         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
7229         * tests/test-times.c (times): Likewise.
7230         * tests/test-trunc1.c (trunc): Likewise.
7231         * tests/test-truncf1.c (truncf): Likewise.
7232         * tests/test-truncl.c (truncl): Likewise.
7233         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
7234         Likewise.
7235         * tests/test-uname.c (uname): Likewise.
7236         * tests/test-unlink.c (unlink): Likewise.
7237         * tests/test-unlinkat.c (unlinkat): Likewise.
7238         * tests/test-unsetenv.c (unsetenv): Likewise.
7239         * tests/test-usleep.c (usleep): Likewise.
7240         * tests/test-utimensat.c (utimensat): Likewise.
7241         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
7242         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
7243         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
7244         * tests/test-vprintf-posix.c (vprintf): Likewise.
7245         * tests/test-vsnprintf.c (vsnprintf): Likewise.
7246         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
7247         * tests/test-wcrtomb.c (wcrtomb): Likewise.
7248         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
7249         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
7250         * tests/test-wcwidth.c (wcwidth): Likewise.
7251
7252         build: pull in conditional headers during GNULIB_POSIXCHECK
7253         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
7254         definitions from any conditionally-included headers.
7255         * lib/stdlib.in.h (includes): Likewise.
7256         * lib/unistd.in.h (includes): Likewise.
7257
7258 2009-12-24  Bruno Haible  <bruno@clisp.org>
7259
7260         * tests/test-argv-iter.c: Include header file being tested immediately
7261         after config.h.
7262         * tests/test-base64.c: Likewise.
7263         * tests/test-flock.c: Likewise.
7264         * tests/test-fsync.c: Likewise.
7265         * tests/test-getdate.c: Likewise.
7266         * tests/test-getndelim2.c: Likewise.
7267         * tests/test-isfinite.c: Likewise.
7268         * tests/test-isinf.c: Likewise.
7269         * tests/test-strerror.c: Likewise.
7270         * tests/test-strsignal.c: Likewise.
7271
7272 2009-12-23  Eric Blake  <ebb9@byu.net>
7273
7274         unistd: work around cygwin bug
7275         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
7276         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
7277         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
7278
7279 2009-12-23  Bruno Haible  <bruno@clisp.org>
7280
7281         localename: More tests.
7282         * tests/test-localename.c (SIZEOF): New macro.
7283         (categories): New variable.
7284         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
7285         test_locale_name_default): Add test w.r.t. thread locale.
7286         (test_locale_name_thread): New function.
7287         (main): Invoke it.
7288
7289         localename: Make aware of thread locale.
7290         * lib/localename.h (gl_locale_name_thread): New declaration.
7291         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
7292         behaviour with respect to thread locale.
7293         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
7294         <langinfo.h>, glthread/lock.h.
7295         (SIZE_BITS): New macro.
7296         (string_hash): New function.
7297         (struct hash_node): New type.
7298         (HASH_TABLE_SIZE): New macro.
7299         (struniq_hash_table, struniq_lock): New variables.
7300         (struniq): New function.
7301         (gl_locale_name_thread): New function.
7302         (gl_locale_name): Invoke it.
7303         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
7304         * modules/localename (Depends-on): Add lock.
7305         Reported by Mike Gran <spk121@yahoo.com>.
7306
7307 2009-12-23  Eric Blake  <ebb9@byu.net>
7308
7309         va-args: new module
7310         * modules/va-args: New file.
7311         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
7312         * MODULES.html.sh (Core language properties): Mention it.
7313
7314         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
7315         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
7316         named alias for __attribute__((__unused__)).
7317         * lib/chown.c: Update client.
7318         * lib/fchmodat.c: Likewise.
7319         * lib/fts.c: Likewise.
7320         * lib/getdate.y: Likewise.
7321         * lib/getgroups.c: Likewise.
7322         * lib/getopt.c: Likewise.
7323         * lib/getugroups.c: Likewise.
7324         * lib/mkdir.c: Likewise.
7325         * lib/mkfifo.c: Likewise.
7326         * lib/mkfifoat.c: Likewise.
7327         * lib/mknod.c: Likewise.
7328         * lib/mknodat.c: Likewise.
7329         * lib/readlink.c: Likewise.
7330         * lib/se-context.in.h: Likewise.
7331         * lib/se-selinux.in.h: Likewise.
7332         * lib/sockets.c: Likewise.
7333         * lib/symlink.c: Likewise.
7334         * lib/symlinkat.c: Likewise.
7335         * lib/unicodeio.c: Likewise.
7336         * lib/unistr.h: Likewise.
7337         * tests/test-areadlink.c: Likewise.
7338         * tests/test-areadlinkat.c: Likewise.
7339         * tests/test-filenamecat.c: Likewise.
7340         * tests/test-fseeko.c: Likewise.
7341         * tests/test-ftello.c: Likewise.
7342         * tests/test-getdate.c: Likewise.
7343         * tests/test-getgroups.c: Likewise.
7344         * tests/test-gethostname.c: Likewise.
7345         * tests/test-quotearg.c: Likewise.
7346         * tests/test-version-etc.c: Likewise.
7347         * tests/test-xalloc-die.c: Likewise.
7348         * tests/test-xfprintf-posix.c: Likewise.
7349         * tests/test-xprintf-posix.c: Likewise.
7350         * tests/test-xvasprintf.c: Likewise.
7351
7352         tests: avoid compiler warnings
7353         * tests/test-fcntl.c (main): Delete unused parameters.
7354         * tests/test-freopen-safer.c (main): Likewise.
7355         * tests/test-xalloc-die.c (main): Mark unused parameters.
7356         * tests/test-fseeko.c (main): Likewise.
7357         * tests/test-ftello.c (main): Likewise.
7358         * tests/test-nanosleep.c (main): Avoid declaration warning.
7359         * tests/test-sleep.c (main): Likewise.
7360         * tests/test-unsetenv.c (main): Silence warning about string
7361         literal.
7362         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
7363
7364 2009-12-23  Bruno Haible  <bruno@clisp.org>
7365
7366         * tests/test-localename.c (test_locale_name): New function, extracted
7367         from main. Also test mixed situations.
7368         (test_locale_name_posix, test_locale_name_environ,
7369         test_locale_name_default): New functions.
7370         (main): Invoke them all.
7371         * modules/localename-tests (configure.ac): Test for newlocale.
7372
7373 2009-12-23  Bruno Haible  <bruno@clisp.org>
7374
7375         unistd: Ensure getcwd gets declared before being overridden.
7376         * lib/unistd.in.h: Conditionally include <io.h>.
7377
7378 2009-12-22  Bruno Haible  <bruno@clisp.org>
7379
7380         wchar: Diagnose broken combination of glibc and gcc versions and flags.
7381         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
7382         (gl_WCHAR_H): Invoke it.
7383         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
7384         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
7385         Reported by Karl Berry <karl@freefriends.org>.
7386
7387 2009-12-22  Eric Blake  <ebb9@byu.net>
7388
7389         math, unistd: avoid redundant includes
7390         * lib/math.in.h (isnan): No need to re-include <math.h>.
7391         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
7392
7393         getsubopt: work around cygwin bug
7394         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
7395         avoid conflicting with system getsubopt.
7396         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
7397         bug.
7398
7399         getopt: synchronize from glibc
7400         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
7401         parameter order.  Adjust all callers.
7402         (_getopt_internal_r, main): Adjust quoting in error messages.
7403         Drop considerations for outdated POSIX 1003.2 error message.
7404         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
7405         callers.
7406         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
7407
7408         test-getopt: test stderr behavior
7409         * modules/getopt-posix-tests (Depends-on): Add dup2.
7410         * tests/test-getopt.c (ASSERT): Avoid stderr.
7411         (main): Move stderr to a temporary file.
7412         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
7413         Instead, add parameter to inform caller if output occurred.
7414         (test_getopt): Adjust all existing tests to expect silence, and
7415         add new tests of leading ":".
7416         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
7417         glibc shortcomings with leading "-:" or "+:" in optstring.
7418         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7419         Likewise.
7420         * doc/posix-functions/getopt.texi (getopt): Likewise.
7421
7422         test-getopt: enhance test
7423         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
7424         supports optind=0.
7425         * tests/test-getopt.c (OPTIND_MIN): Move...
7426         * tests/test-getopt.h (OPTIND_MIN): ...here.
7427         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
7428         Require that optind=0 works, since modern BSD supports it in
7429         addition to optreset, and since coreutils expects it.
7430         (test_getopt_long_only): New test.
7431         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
7432         glibc shortcomings with 'W;', and enforcement of optind=0.
7433         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7434         Likewise.
7435
7436 2009-12-21  Bruno Haible  <bruno@clisp.org>
7437
7438         localename: Improvements for MacOS X and Cygwin.
7439         * lib/localename.h (gl_locale_name_environ): New declaration.
7440         * lib/localename.c (gl_locale_name_environ): New function, extracted from
7441         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
7442         (gl_locale_name_posix): Invoke it.
7443         (gl_locale_name_default): Add comments. Use Windows native API also on
7444         Cygwin.
7445
7446 2009-12-21  Bruno Haible  <bruno@clisp.org>
7447
7448         Update list of Win32 locale ids.
7449         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
7450         (LANG_SAMI): Renamed from LANG_SAAMI.
7451         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
7452         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
7453         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
7454         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
7455         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
7456         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
7457         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
7458         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
7459         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
7460         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
7461         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
7462         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
7463         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
7464         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
7465         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
7466         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
7467         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
7468         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
7469         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
7470         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
7471         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
7472         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
7473         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
7474         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
7475         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
7476         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
7477         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
7478         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
7479         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
7480         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
7481         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
7482         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
7483         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
7484         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
7485         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
7486         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
7487         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
7488         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
7489         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
7490         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
7491         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
7492         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
7493         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
7494         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
7495         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
7496         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
7497         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
7498         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
7499         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
7500         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
7501         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
7502         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
7503         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
7504         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
7505         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
7506         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
7507         Add more languages and countries for Sami, Sorbian. Add more countries
7508         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
7509         for Pashto. Change country for Syriac, Tswana.
7510
7511 2009-12-21  Eric Blake  <ebb9@byu.net>
7512
7513         test-utimens: avoid spurious failure
7514         * tests/test-chown.h (nap): Factor...
7515         * tests/nap.h: ...into new file.
7516         * tests/test-lchown.h (nap): Avoid duplication.
7517         * tests/test-utimens-common.h (nap): Use shared implementation,
7518         necessary on file systems with 1-second resolution.
7519         * modules/chown-tests (Files): Include new file.
7520         * modules/fdutimensat-tests (Files): Likewise.
7521         * modules/futimens-tests (Files): Likewise.
7522         * modules/lchown-tests (Files): Likewise.
7523         * modules/openat-tests (Files): Likewise.
7524         * modules/utimens-tests (Files): Likewise.
7525         * modules/utimensat-tests (Files): Likewise.
7526
7527 2009-12-19  Eric Blake  <ebb9@byu.net>
7528
7529         futimens, utimensat: work around Linux bug
7530         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
7531         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
7532         * lib/utimensat.c (rpl_utimensat): Work around it.
7533         * lib/futimens.c (rpl_futimens): Adjust comment.
7534
7535         utimens: work around Linux ctime bug
7536         * lib/utimens.c (detect_ctime_bug): New helper function.
7537         (update_timespec): Differentiate between workaround needed for
7538         this bug vs. what is needed for systems that lack utimensat.
7539         (fdutimens, lutimens): Work around bug.
7540
7541         utimens: check for ctime update
7542         * tests/test-utimens-common.h (check_ctime): Define.
7543         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
7544         * tests/test-futimens.h (test_futimens): Likewise.
7545         * tests/test-lutimens.h (test_lutimens): Likewise.
7546         * doc/posix-functions/futimens.texi (futimens): Document the bug.
7547         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7548
7549 2009-12-19  Bruno Haible  <bruno@clisp.org>
7550
7551         dprintf-posix: Check against memory leak fixed on 2009-12-15.
7552         * tests/test-dprintf-posix2.sh: New file.
7553         * tests/test-dprintf-posix2.c: New file.
7554         * modules/dprintf-posix-tests (Files): Add them.
7555         (configure.ac): Check for getrlimit and setrlimit.
7556         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
7557
7558 2009-12-19  Bruno Haible  <bruno@clisp.org>
7559
7560         fprintf-posix: Check against memory leak fixed on 2009-12-15.
7561         * tests/test-fprintf-posix3.sh: New file.
7562         * tests/test-fprintf-posix3.c: New file.
7563         * modules/fprintf-posix-tests (Files): Add them.
7564         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
7565
7566 2009-12-19  Eric Blake  <ebb9@byu.net>
7567
7568         dirfd: fix prototype
7569         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
7570         * lib/dirfd.c (dirfd): Likewise.
7571
7572         canonicalize: reduce memory usage
7573         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
7574         allocation to size.
7575         Reported by Solar Designer <solar@openwall.com>.
7576
7577 2009-12-19  Bruno Haible  <bruno@clisp.org>
7578
7579         New module attribute 'Applicability'.
7580         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
7581         * gnulib-tool: New option --extract-applicability.
7582         (func_usage): Document it.
7583         (sed_extract_prog): Recognize it.
7584         (func_get_applicability): New function.
7585         (func_import): Generalize handling of 'link-warning' module.
7586         * modules/link-warning (Applicability): New section.
7587         * modules/arg-nonnull (Applicability): New section.
7588         Repoted by Simon Josefsson <simon@josefsson.org>.
7589
7590 2009-12-19  Bruno Haible  <bruno@clisp.org>
7591
7592         fflush: tweak
7593         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
7594         * lib/fseeko.c (rpl_fseeko): Likewise.
7595
7596 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
7597
7598         * lib/gl_list.h: Fix typo in comment.
7599
7600 2009-12-16  Eric Blake  <ebb9@byu.net>
7601
7602         fcntl: use to simplify other modules
7603         * modules/cloexec (Depends-on): Add fcntl.
7604         * modules/fchdir (Depends-on): Likewise.
7605         * modules/fd-safer-flag (Depends-on): Likewise.
7606         * modules/unistd-safer (Depends-on): Likewise.
7607         * modules/dup3 (configure.ac): Set module indicator.
7608         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
7609         missing.
7610         * lib/fchdir.c (_gl_register_dup): Fix comment.
7611         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
7612         * lib/dup-safer.c (dup_safer): Likewise.
7613         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
7614         * lib/dup3.c (dup3): Likewise.
7615         * tests/test-fchdir.c (main): Enhance test.
7616         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
7617
7618         fcntl: port portions of fcntl to mingw
7619         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
7620         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
7621         replacement for mingw.
7622         * modules/fcntl (Description): Update.
7623         (Depends-on): Add dup2.
7624         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
7625         * modules/fcntl-h (Makefile.am): Substitute it.
7626         * lib/fcntl.in.h (fcntl): Update declaration.
7627         (F_DUPFD, F_GETFD): New macros, when needed.
7628         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7629         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
7630         * tests/test-fcntl.c (check_flags, main): Enhance test for items
7631         we now guarantee.
7632
7633         fcntl: work around cygwin bug in F_DUPFD
7634         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
7635         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
7636         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
7637         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
7638         * doc/posix-functions/fcntl.texi (fcntl): Document it.
7639
7640         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
7641         * modules/fcntl (Files): List new files.
7642         (configure.ac): Run a test.
7643         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
7644         * lib/fcntl.c (rpl_fcntl): Likewise.
7645         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
7646         (gl_FCNTL_H): Always replace fcntl.h.
7647         * modules/fcntl-h (Makefile.am): Substitute witnesses.
7648         * lib/fcntl.in.h (fcntl): Declare replacement.
7649         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
7650         needed, plus a witness.
7651         * doc/posix-functions/fcntl.texi (fcntl): Document this.
7652         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
7653         * tests/test-fcntl.c: New file.
7654         * modules/fcntl-tests: Likewise.
7655
7656         binary-io: avoid potential compilation warning
7657         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
7658         directives.
7659
7660         fflush: avoid compilation error on NetBSD
7661         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
7662         between off_t and fpos_t, since the latter is sometimes a struct.
7663         * lib/fseeko.c (rpl_fseeko): Likewise.
7664         Reported by Alexander Nasonov <alnsn@yandex.ru>.
7665
7666 2009-12-15  Eric Blake  <ebb9@byu.net>
7667
7668         fcntl-h, stdio, sys_ioctl: fix declarations
7669         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
7670         function must not take arguments.
7671         * lib/sys_ioctl.in.h (ioctl): Likewise.
7672         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
7673         (open): Add a link warning.
7674
7675 2009-12-15  Jim Meyering  <meyering@redhat.com>
7676
7677         areadlink, areadlink-with-size: relax license to LGPLv2+
7678         * modules/areadlink (License): Relax to LGPLv2+.
7679         * modules/areadlink-with-size (License): Likewise.
7680
7681 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
7682             Bruno Haible  <bruno@clisp.org>
7683
7684         *printf: Fix memory leak.
7685         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
7686         * lib/vfprintf.c (vfprintf): Likewise.
7687         * lib/dprintf.c (dprintf): Likewise.
7688         * lib/vdprintf.c (vdprintf): Likewise.
7689
7690 2009-12-14  Eric Blake  <ebb9@byu.net>
7691
7692         accept4: adjust module dependencies
7693         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
7694
7695         utimens: one more try at avoiding compiler warning
7696         * lib/utimens.c (lutimens): Lower scope of result.
7697
7698 2009-12-13  Bruno Haible  <bruno@clisp.org>
7699
7700         Move the malloc checking from module 'list' to new module 'xlist'.
7701         * modules/xlist: New file.
7702         * lib/gl_xlist.h: New file.
7703         * lib/gl_xlist.c: New file.
7704         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
7705         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
7706         gl_list_add_last, gl_list_add_before, gl_list_add_after,
7707         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
7708         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
7709         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
7710         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
7711         gl_sortedlist_nx_add): New declarations.
7712         (struct gl_list_implementation): Rename and change methods accordingly.
7713         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
7714         (gl_list_nx_create): Renamed from gl_list_create.
7715         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7716         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7717         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7718         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7719         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7720         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7721         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7722         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7723         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
7724         gl_list_create_empty.
7725         (gl_list_nx_create): Renamed from gl_list_create.
7726         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7727         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7728         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7729         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7730         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7731         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7732         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7733         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7734         * lib/gl_array_list.c: Don't include xalloc.h.
7735         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
7736         NULL upon out-of-memory.
7737         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
7738         out-of-memory.
7739         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
7740         Change return type to 'int'.
7741         (gl_array_nx_set_at): Renamed from gl_array_set_at.
7742         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7743         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
7744         upon out-of-memory.
7745         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
7746         upon out-of-memory.
7747         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
7748         upon out-of-memory.
7749         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
7750         upon out-of-memory.
7751         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
7752         out-of-memory.
7753         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
7754         Update.
7755         (gl_array_list_implementation): Update.
7756         * lib/gl_carray_list.c: Don't include xalloc.h.
7757         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
7758         Return NULL upon out-of-memory.
7759         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
7760         out-of-memory.
7761         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
7762         Change return type to 'int'.
7763         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
7764         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7765         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
7766         upon out-of-memory.
7767         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
7768         upon out-of-memory.
7769         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
7770         out-of-memory.
7771         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
7772         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
7773         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
7774         Update.
7775         (gl_carray_list_implementation): Update.
7776         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
7777         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
7778         gl_linked_create_empty. Return NULL upon out-of-memory.
7779         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
7780         out-of-memory.
7781         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
7782         Change return type to 'int'. Return -1 upon out-of-memory.
7783         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
7784         out-of-memory.
7785         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
7786         upon out-of-memory.
7787         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
7788         upon out-of-memory.
7789         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
7790         NULL upon out-of-memory.
7791         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
7792         upon out-of-memory.
7793         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
7794         out-of-memory.
7795         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
7796         Update.
7797         * lib/gl_linked_list.c: Don't include xalloc.h.
7798         (gl_linked_list_implementation): Update.
7799         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
7800         (add_to_bucket): Change return type to 'int'.
7801         (gl_linkedhash_list_implementation): Update.
7802         * lib/gl_anytree_list1.h (free_subtree): New function.
7803         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
7804         gl_tree_create_empty. Return NULL upon out-of-memory.
7805         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
7806         Change return type to 'int'. Return -1 upon out-of-memory.
7807         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
7808         out-of-memory.
7809         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
7810         (gl_tree_remove_node): New function, moved here from
7811         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
7812         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
7813         Update.
7814         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
7815         malloc, not xmalloc. Return NULL upon out-of-memory.
7816         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7817         out-of-memory.
7818         (gl_tree_remove_node_from_tree): New function, extracted from
7819         gl_tree_remove_node.
7820         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7821         upon out-of-memory.
7822         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7823         out-of-memory.
7824         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7825         upon out-of-memory.
7826         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7827         upon out-of-memory.
7828         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7829         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
7830         not xmalloc. Return NULL upon out-of-memory.
7831         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7832         out-of-memory.
7833         (gl_tree_remove_node_from_tree): New function, extracted from
7834         gl_tree_remove_node.
7835         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
7836         upon out-of-memory.
7837         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
7838         out-of-memory.
7839         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
7840         upon out-of-memory.
7841         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
7842         upon out-of-memory.
7843         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
7844         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
7845         gl_anytree_list1.h before gl_anyavltree_list2.h.
7846         (gl_avltree_list_implementation): Update.
7847         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
7848         gl_anytree_list1.h before gl_anyavltree_list2.h.
7849         (gl_rbtree_list_implementation): Update.
7850         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
7851         Change return type to 'int'. Return -1 upon out-of-memory. Use
7852         __builtin_expect.
7853         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
7854         (gl_avltreehash_list_implementation): Update.
7855         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
7856         (gl_rbtreehash_list_implementation): Update.
7857         * modules/array-list (Depends-on): Remove xalloc.
7858         * modules/carray-list (Depends-on): Likewise.
7859         * modules/linked-list (Depends-on): Likewise.
7860         * modules/linkedhash-list (Depends-on): Likewise.
7861         * modules/avltree-list (Depends-on): Likewise.
7862         * modules/rbtree-list (Depends-on): Likewise.
7863         * modules/avltreehash-list (Depends-on): Likewise.
7864         * modules/rbtreehash-list (Depends-on): Likewise.
7865
7866         * modules/xsublist: New file.
7867         * lib/gl_xsublist.h: New file.
7868         * lib/gl_xsublist.c: New file.
7869         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
7870         (gl_sublist_nx_create): New declaration.
7871         * lib/gl_sublist.c: Don't include xalloc.h.
7872         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
7873         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
7874         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
7875         Change return type to 'int'. Return -1 upon out-of-memory.
7876         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
7877         upon out-of-memory.
7878         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
7879         NULL upon out-of-memory.
7880         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
7881         upon out-of-memory.
7882         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
7883         NULL upon out-of-memory.
7884         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
7885         NULL upon out-of-memory.
7886         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
7887         upon out-of-memory.
7888         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
7889         (gl_sublist_list_implementation): Update.
7890         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
7891         upon out-of-memory.
7892         * modules/sublist (Depends-on): Remove xalloc.
7893
7894         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
7895         * tests/test-carray_list.c: Likewise.
7896         * tests/test-linked_list.c: Likewise.
7897         * tests/test-linkedhash_list.c: Likewise.
7898         * tests/test-avltree_list.c: Likewise.
7899         * tests/test-rbtree_list.c: Likewise.
7900         * tests/test-avltreehash_list.c: Likewise.
7901         * tests/test-rbtreehash_list.c: Likewise.
7902         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
7903         * modules/carray-list-tests (Makefile.am): Likewise.
7904         * modules/linked-list-tests (Makefile.am): Likewise.
7905         * modules/linkedhash-list-tests (Makefile.am): Likewise.
7906         * modules/avltree-list-tests (Makefile.am): Likewise.
7907         * modules/rbtree-list-tests (Makefile.am): Likewise.
7908         * modules/avltreehash-list-tests (Makefile.am): Likewise.
7909         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
7910
7911         * NEWS: Mention the changes.
7912
7913         * lib/clean-temp.c: Include gl_xlist.h.
7914         * modules/clean-temp (Depends-on): Add xlist.
7915
7916         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
7917         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
7918
7919         * tests/test-array_oset.c: Include gl_xlist.h.
7920         * modules/array-oset-tests (Depends-on): Add xlist.
7921
7922         Reported by José E. Marchesi <jemarch@gnu.org>.
7923
7924 2009-12-13  Bruno Haible  <bruno@clisp.org>
7925
7926         Move the malloc checking from module 'oset' to new module 'xoset'.
7927         * modules/xoset: New file.
7928         * lib/gl_xoset.h: New file.
7929         * lib/gl_xoset.c: New file.
7930         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
7931         declarations.
7932         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
7933         (struct gl_oset_implementation): Rename and change methods accordingly.
7934         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
7935         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7936         'int'. Mark as __warn_unused_result__.
7937         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
7938         gl_oset_create_empty.
7939         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
7940         'int'.
7941         * lib/gl_array_oset.c: Don't include xalloc.h.
7942         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
7943         malloc, not xmalloc.
7944         (grow): Change return type to 'int'. Don't call xalloc_die.
7945         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
7946         to 'int'.
7947         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
7948         'int'.
7949         (gl_array_oset_implementation): Update.
7950         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
7951         gl_tree_create_empty.
7952         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
7953         'int'.
7954         * lib/gl_avltree_oset.c: Don't include xalloc.h.
7955         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7956         xmalloc.
7957         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7958         not xmalloc.
7959         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7960         xmalloc.
7961         (gl_avltree_oset_implementation): Update.
7962         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
7963         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
7964         xmalloc.
7965         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
7966         not xmalloc.
7967         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
7968         xmalloc.
7969         (gl_rbtree_oset_implementation): Update.
7970         * modules/array-oset (Depends-on): Remove xalloc.
7971         * modules/avltree-oset (Depends-on): Likewise.
7972         * modules/rbtree-oset (Depends-on): Likewise.
7973         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
7974         * tests/test-avltree_oset.c: Likewise.
7975         * tests/test-rbtree_oset.c: Likewise.
7976         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
7977         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
7978         * modules/rbtree-oset-tests (Makefile.am): Likewise.
7979         * NEWS: Mention the change.
7980
7981 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
7982
7983         maint.mk: allow a project to override release-prep commands
7984         * top/maint.mk (alpha, beta, stable): Move release-preparatory
7985         commands into a new rule.
7986         (release-prep): New rule.
7987         (release-prep-hook): New overridable variable.
7988
7989 2009-12-13  Bruno Haible  <bruno@clisp.org>
7990
7991         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
7992
7993 2009-12-13  Jim Meyering  <meyering@redhat.com>
7994
7995         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
7996         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
7997
7998 2009-12-12  Bruno Haible  <bruno@clisp.org>
7999
8000         duplocale: Tweak.
8001         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
8002
8003 2009-12-12  Karl Berry  <karl@gnu.org>
8004
8005         * config/srclist.txt (strtoll.c): tab changes, no more sync.
8006
8007 2009-12-12  Bruno Haible  <bruno@clisp.org>
8008
8009         * m4/po.m4: Undo incorrect untabification.
8010
8011 2009-12-12  Bruno Haible  <bruno@clisp.org>
8012
8013         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
8014         * modules/c-strtod (Depends-on): Add locale.
8015         * modules/c-strtold (Depends-on): Likewise.
8016
8017 2009-12-12  Bruno Haible  <bruno@clisp.org>
8018
8019         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
8020
8021 2009-12-11  Eric Blake  <ebb9@byu.net>
8022
8023         setenv: relax requirement in light of POSIX ruling
8024         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
8025         not NULL.
8026         * tests/test-setenv.c (main): Relax test.
8027         * tests/test-unsetenv.c (main): Likewise.
8028         * doc/posix-functions/setenv.texi (setenv): Document this.
8029         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8030
8031 2009-12-11  Bruno Haible  <bruno@clisp.org>
8032
8033         New module 'fd-safer-flag'.
8034         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
8035         * lib/dup-safer.c (dup_safer_flag): Remove function.
8036         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
8037         * lib/fd-safer.c (fd_safer_flag): Remove function.
8038         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
8039         * modules/cloexec (configure.ac): Drop indicator macro.
8040         * modules/fd-safer-flag: New file.
8041         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
8042         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
8043         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
8044
8045 2009-12-11  Bruno Haible  <bruno@clisp.org>
8046
8047         Tests for module 'nl_langinfo'.
8048         * modules/nl_langinfo-tests: New file.
8049         * tests/test-nl_langinfo.sh: New file.
8050         * tests/test-nl_langinfo.c: New file.
8051
8052         New module 'nl_langinfo'.
8053         * lib/nl_langinfo.c: New file.
8054         * m4/nl_langinfo.m4: New file.
8055         * modules/nl_langinfo: New file.
8056         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
8057
8058 2009-12-11  Bruno Haible  <bruno@clisp.org>
8059
8060         Tests for module 'langinfo'.
8061         * modules/langinfo-tests: New file.
8062         * tests/test-langinfo.c: New file.
8063
8064         New module 'langinfo'.
8065         * lib/langinfo.in.h: New file.
8066         * m4/langinfo_h.m4: New file.
8067         * modules/langinfo: New file.
8068         * doc/posix-headers/langinfo.texi: Mention the new module.
8069
8070 2009-12-11  Bruno Haible  <bruno@clisp.org>
8071
8072         * lib/config.charset: Untabify.
8073
8074 2009-12-11  Bruno Haible  <bruno@clisp.org>
8075
8076         * modules/unistd-safer (configure.ac): Drop indicator macro.
8077
8078 2009-12-11  Bruno Haible  <bruno@clisp.org>
8079
8080         Move pipe2-safer code to its own file.
8081         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
8082         * lib/pipe-safer.c (pipe2_safer): Remove function.
8083         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
8084         (Makefile.am): Add it to lib_SOURCES.
8085
8086 2009-12-10  Bruno Haible  <bruno@clisp.org>
8087
8088         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
8089
8090 2009-12-10  Bruno Haible  <bruno@clisp.org>
8091
8092         Declare which arguments expect non-NULL values, for GCC and clang.
8093         * build-aux/arg-nonnull.h: New file.
8094         * modules/arg-nonnull: New file.
8095         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
8096         (inet_ntop, inet_pton): Use it.
8097         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
8098         (closedir, dirfd, opendir, scandir, alphasort): Use it.
8099         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
8100         (open, openat): Use it.
8101         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
8102         (fnmatch): Use it.
8103         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
8104         (getopt, getopt_long, getopt_long_only): Use it.
8105         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
8106         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
8107         Use it.
8108         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
8109         (iconv_open): Use it.
8110         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
8111         (strtoimax, strtoumax): Use it.
8112         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
8113         (duplocale): Use it.
8114         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
8115         (frexp, frexpl): Use it.
8116         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
8117         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
8118         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
8119         (tsearch, tfind, tdelete, twalk): Use it.
8120         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
8121         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
8122         sigpending): Use it.
8123         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
8124         (posix_spawn, posix_spawnp, posix_spawnattr_init,
8125         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
8126         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
8127         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
8128         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
8129         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
8130         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
8131         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
8132         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
8133         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
8134         Use it.
8135         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
8136         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
8137         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
8138         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
8139         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
8140         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
8141         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
8142         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
8143         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
8144         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
8145         strtoull, unsetenv): Use it.
8146         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
8147         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
8148         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
8149         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
8150         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
8151         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
8152         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
8153         (strcasecmp, strncasecmp): Use it.
8154         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
8155         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
8156         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
8157         rpl_setsockopt): Use it.
8158         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
8159         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
8160         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
8161         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
8162         (gettimeofday): Use it.
8163         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
8164         (times): Use it.
8165         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
8166         (uname): Use it.
8167         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
8168         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
8169         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
8170         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
8171         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
8172         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
8173         unlinkat, write): Use it.
8174         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
8175         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
8176         * lib/argv-iter.h: Include arg-nonnull.h.
8177         (_ATTRIBUTE_NONNULL_): Remove macro.
8178         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
8179         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
8180         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
8181         optimization.
8182         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
8183         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
8184         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
8185         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
8186         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
8187         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
8188         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
8189         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
8190         * modules/arpa_inet (Depends-on): Add arg-nonnull.
8191         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
8192         * modules/dirent (Depends-on): Add arg-nonnull.
8193         (Makefile.am): Insert arg-nonnull.h into dirent.h.
8194         * modules/fcntl-h (Depends-on): Add arg-nonnull.
8195         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
8196         * modules/fnmatch (Depends-on): Add arg-nonnull.
8197         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
8198         * modules/getopt-posix (Depends-on): Add arg-nonnull.
8199         (Makefile.am): Insert arg-nonnull.h into getopt.h.
8200         * modules/glob (Depends-on): Add arg-nonnull.
8201         (Makefile.am): Insert arg-nonnull.h into glob.h.
8202         * modules/iconv_open (Depends-on): Add arg-nonnull.
8203         (Makefile.am): Insert arg-nonnull.h into iconv.h.
8204         * modules/inttypes (Depends-on): Add arg-nonnull.
8205         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
8206         * modules/locale (Depends-on): Add arg-nonnull.
8207         (Makefile.am): Insert arg-nonnull.h into locale.h.
8208         * modules/math (Depends-on): Add arg-nonnull.
8209         (Makefile.am): Insert arg-nonnull.h into math.h.
8210         * modules/netdb (Depends-on): Add arg-nonnull.
8211         (Makefile.am): Insert arg-nonnull.h into netdb.h.
8212         * modules/search (Depends-on): Add arg-nonnull.
8213         (Makefile.am): Insert arg-nonnull.h into search.h.
8214         * modules/signal (Depends-on): Add arg-nonnull.
8215         (Makefile.am): Insert arg-nonnull.h into signal.h.
8216         * modules/spawn (Depends-on): Add arg-nonnull.
8217         (Makefile.am): Insert arg-nonnull.h into spawn.h.
8218         * modules/stdio (Depends-on): Add arg-nonnull.
8219         (Makefile.am): Insert arg-nonnull.h into stdio.h.
8220         * modules/stdlib (Depends-on): Add arg-nonnull.
8221         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
8222         * modules/string (Depends-on): Add arg-nonnull.
8223         (Makefile.am): Insert arg-nonnull.h into string.h.
8224         * modules/strings (Depends-on): Add arg-nonnull.
8225         (Makefile.am): Insert arg-nonnull.h into strings.h.
8226         * modules/sys_socket (Depends-on): Add arg-nonnull.
8227         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
8228         * modules/sys_stat (Depends-on): Add arg-nonnull.
8229         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
8230         * modules/sys_time (Depends-on): Add arg-nonnull.
8231         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
8232         * modules/sys_times (Depends-on): Add arg-nonnull.
8233         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
8234         * modules/sys_utsname (Depends-on): Add arg-nonnull.
8235         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
8236         * modules/time (Depends-on): Add arg-nonnull.
8237         (Makefile.am): Insert arg-nonnull.h into time.h.
8238         * modules/unistd (Depends-on): Add arg-nonnull.
8239         (Makefile.am): Insert arg-nonnull.h into unistd.h.
8240         * modules/wchar (Depends-on): Add arg-nonnull.
8241         (Makefile.am): Insert arg-nonnull.h into wchar.h.
8242         * modules/argv-iter (Depends-on): Add arg-nonnull.
8243         * tests/test-canonicalize.c (null_ptr): New function.
8244         (main): Use it.
8245         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
8246         (main): Use it.
8247         * tests/test-memmem.c (null_ptr): New function.
8248         (main): Use it.
8249         Reported by Jim Meyering.
8250
8251 2009-12-10  Bruno Haible  <bruno@clisp.org>
8252
8253         Use spaces for indentation, not tabs.
8254         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
8255         * m4/*.m4: Untabify.
8256         * build-aux/*.h: Untabify.
8257         * tests/**/*.[hc]: Untabify.
8258         * README: New section "Indent with spaces, not TABs", based on
8259         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
8260         * NEWS: Mention the change.
8261
8262 2009-12-10  Bruno Haible  <bruno@clisp.org>
8263
8264         pty test: Fix link error.
8265         * modules/pty-tests (Makefile.am): Add the default LDADD value to
8266         test_pty_LDADD.
8267
8268 2009-12-07  Simon Josefsson  <simon@josefsson.org>
8269
8270         * modules/pty: New file.
8271         * modules/pty-tests: New file.
8272         * m4/pty.m4: New file.
8273         * tests/test-pty.c: New file.
8274         * doc/glibc-headers/pty.texi: Modified.
8275         * doc/glibc-functions/forkpty.texi: Modified.
8276         * doc/glibc-functions/openpty.texi: Modified.
8277
8278 2009-12-10  Bruno Haible  <bruno@clisp.org>
8279
8280         Avoid syntax error in C++ mode.
8281         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
8282
8283 2009-12-10  Bruno Haible  <bruno@clisp.org>
8284
8285         Use sed with option -e.
8286         * gnulib-tool (func_version, func_emit_copyright_notice,
8287         func_emit_initmacro_end, func_import, func_create_testdir): Pass
8288         option -e to sed.
8289         * modules/link-warning (Makefile.am): Likewise.
8290
8291 2009-12-10  Jim Meyering  <meyering@redhat.com>
8292
8293         mgetgroups: do not write bytes beyond end of malloc'd buffer
8294         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
8295         username, we call getgroups with a one-element-shorter buffer,
8296         but still told it the length was original, max_n_groups.
8297
8298 2009-12-09  Eric Blake  <ebb9@byu.net>
8299
8300         cloexec: relax license
8301         * modules/cloexec (Maintainer): Add myself.
8302         (License): Use LGPL, not GPL.
8303
8304         link-warning: optimize generation
8305         * modules/link-warning (Makefile.am): Reduce process usage.
8306
8307 2009-12-09  Bruno Haible  <bruno@clisp.org>
8308
8309         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
8310         workaround was added on 2009-11-17.
8311
8312 2009-12-09  Jim Meyering  <meyering@redhat.com>
8313             Bruno Haible  <bruno@clisp.org>
8314
8315         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
8316         * modules/link-warning (Makefile.am): Make the comment-removing sed
8317         command more robust in the face of bootstrap-prepended comment lines.
8318
8319 2009-12-09  Bruno Haible  <bruno@clisp.org>
8320
8321         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
8322         most one group.
8323
8324 2009-12-09  Simon Josefsson <simon@josefsson.org>
8325             Bruno Haible  <bruno@clisp.org>
8326
8327         * build-aux/link-warning.h: Add copyright notice.
8328         * modules/link-warning (Makefile.am): Generate link-warning.h from
8329         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
8330         * NEWS: Mention change in link-warning module.
8331         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
8332         * modules/dirent (Makefile.am): Add dependency to dirent.h.
8333         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
8334         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
8335         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
8336         * modules/math (Makefile.am): Add dependency to math.h.
8337         * modules/search (Makefile.am): Add dependency to search.h.
8338         * modules/signal (Makefile.am): Add dependency to signal.h.
8339         * modules/spawn (Makefile.am): Add dependency to spawn.h.
8340         * modules/stdio (Makefile.am): Add dependency to stdio.h.
8341         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
8342         * modules/string (Makefile.am): Add dependency to string.h.
8343         * modules/strings (Makefile.am): Add dependency to strings.h.
8344         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
8345         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
8346         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
8347         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
8348         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
8349         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
8350         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
8351         * modules/unistd (Makefile.am): Add dependency to unistd.h.
8352         * modules/wchar (Makefile.am): Add dependency to wchar.h.
8353
8354 2009-12-09  Bruno Haible  <bruno@clisp.org>
8355
8356         fchdir: Optimize away rpl_fstat when possible.
8357         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
8358         REPLACE_OPEN_DIRECTORY.
8359         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
8360
8361 2009-12-09  Bruno Haible  <bruno@clisp.org>
8362
8363         * lib/fchdir.c: Update comment.
8364
8365 2009-12-09  Bruno Haible  <bruno@clisp.org>
8366
8367         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
8368
8369 2009-12-08  Eric Blake  <ebb9@byu.net>
8370
8371         fchdir: avoid memory leak on re-registration.
8372         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
8373
8374 2009-12-08  Jim Meyering  <meyering@redhat.com>
8375
8376         init.sh: avoid Solaris 10 /bin/sh portability problem
8377         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
8378         sourced script:
8379           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
8380           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
8381           bar
8382         tests/init.sh relied on that, accepting a --set-path=DIR argument,
8383         and two tests used that idiom.
8384         * tests/init.sh: Update suggested usage comments.
8385         (path_prepend_): New function, to be used in place
8386         of the --src-path=DIR option.
8387         (setup_): Move PATH-prepending code into path_prepend_.
8388         * tests/test-pread.sh: Adapt to new usage.
8389         * tests/test-xalloc-die.sh: Likewise.
8390
8391 2009-12-08  Simon Josefsson  <simon@josefsson.org>
8392
8393         * doc/gnulib.texi (Glibc pty.h): Add.
8394         * doc/glibc-functions/forkpty.texi: Add.
8395         * doc/glibc-functions/openpty.texi: Add.
8396         Suggested by Bruno Haible.
8397
8398 2009-12-08  Eric Blake  <ebb9@byu.net>
8399
8400         fchdir: fix logic bugs
8401         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
8402         * tests/test-fchdir.c (main): Enhance test.
8403         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
8404         is in use.
8405
8406         dup2: fix logic bugs
8407         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
8408         REPLACE_DUP2 to decide when rpl_dup2 is needed.
8409         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
8410         exists.
8411         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
8412
8413 2009-12-07  Eric Blake  <ebb9@byu.net>
8414
8415         unlink: fix m4 detection
8416         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
8417
8418         unistd-safer: add unit test
8419         * modules/unistd-safer-tests: New file.
8420         * tests/test-dup-safer.c: Likewise.
8421         * tests/test-cloexec.c (setmode): Avoid compiler warning.
8422         * tests/test-dup2.c (setmode): Likewise.
8423         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
8424
8425         cloexec: preserve text vs. binary across dup_cloexec
8426         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
8427         mode.
8428         * modules/dup2-tests (Depends-on): Add binary-io.
8429         * modules/cloexec-tests (Depends-on): Likewise.
8430         * tests/test-dup2.c (setmode, is_mode): New helpers.
8431         (main): Add tests that translation mode is preserved.
8432         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
8433         Reported by Bruno Haible.
8434
8435         mgetgroups: reduce duplicate listings
8436         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
8437         resulting array.
8438         * tests/test-chown.h (test_chown): Simplify client.
8439         * tests/test-lchown.h (test_lchown): Likewise.
8440
8441 2009-12-06  Bruno Haible  <bruno@clisp.org>
8442
8443         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
8444         value.
8445
8446 2009-12-06  Bruno Haible  <bruno@clisp.org>
8447
8448         * lib/progname.c: Include stdio.h, stdlib.h.
8449         (set_program_name): Reject a NULL argument.
8450
8451 2009-12-05  Eric Blake  <ebb9@byu.net>
8452
8453         pipe2-safer: new module
8454         * modules/pipe2-safer: New file.
8455         * lib/unistd-safer.h (pipe2_safer): New prototype.
8456         * lib/unistd--.h (pipe2): New wrapper.
8457         * lib/pipe-safer.c (pipe2_safer): New function.
8458         * modules/pipe (Depends-on): Add pipe2-safer.
8459         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
8460
8461         stdlib-safer: preserve cloexec flag for mkostemp[s]
8462         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
8463         fd_safer_flag.
8464
8465         unistd-safer: allow preservation of cloexec status via flag
8466         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
8467         prototypes.
8468         * lib/dup-safer.c (dup_safer_flag): New function.
8469         * lib/fd-safer.c (fd_safer_flag): Likewise.
8470         * modules/cloexec (configure.ac): Set witness.
8471
8472         test-dup2: enhance test
8473         * modules/dup2-tests (Depends-on): Add cloexec.
8474         * tests/test-dup2.c (main): Enhance test.
8475
8476         cloexec: add dup_cloexec
8477         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
8478         header and comments.
8479         * lib/cloexec.c (set_cloexec_flag): Add comments.
8480         (dup_cloexec): New function, with mingw implementation borrowed
8481         from...
8482         * lib/w32spawn.h (dup_noinherit): ...here.
8483         * modules/execute (Depends-on): Add cloexec.
8484         * modules/pipe (Depends-on): Likewise.
8485         * modules/cloexec (Depends-on): Add dup2.
8486         * modules/cloexec-tests (Files): New file.
8487         * tests/test-cloexec.c: Likewise.
8488
8489         test-xalloc-die: fix test for mingw
8490         * modules/xalloc-die-tests (Files): Add tests/init.sh.
8491         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
8492         directory and .exe suffix off argv[0] output.
8493
8494         test-fseeko: fix test for mingw
8495         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
8496         than undefining fseek, so test will pass on mingw.
8497
8498 2009-12-05  Bruno Haible  <bruno@clisp.org>
8499
8500         * lib/progname.h (set_program_name): Clarify specification.
8501         * lib/progname.c (set_program_name): Likewise.
8502         Reported by Jim Meyering.
8503
8504 2009-12-05  Jim Meyering  <meyering@redhat.com>
8505
8506         maint.mk: backslash-escape parens in default regexp
8507         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
8508         backslash-escape the literal parentheses.
8509
8510         maint.mk: news-date-check: use grep -E
8511         * top/maint.mk (today): Define a Make variable, not a...
8512         (news-date-check): ...shell variable.
8513         (news-date-regexp): Use the Make variable.
8514         Use grep's -E option.  Change the failing diagnostic to mention
8515         the variable, $(news-date-regexp).
8516
8517 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
8518
8519         maintainer-makefile: allow customization of NEWS entry format
8520         * top/maint.mk (news-date-regexp): New overridable variable.
8521         (news-date-check): Use it.
8522
8523 2009-12-04  Eric Blake  <ebb9@byu.net>
8524
8525         mgetgroups: add xgetgroups, and avoid ENOSYS failures
8526         * lib/mgetgroups.h (xgetgroups): New prototype.
8527         * lib/mgetgroups.c (xgetgroups): New wrapper.
8528         (mgetgroups): Handle ENOSYS.
8529         * modules/mgetgroups (Depends-on): Add realloc.
8530         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
8531
8532         mgetgroups: avoid argument promotion issues with -1
8533         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
8534         for invalid gid_t.
8535         * tests/test-chown.h (getegid, test_chown): Likewise.
8536         * tests/test-lchown.h (getegid, test_lchown): Likewise.
8537
8538 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
8539
8540         exclude: Fix header file problems.
8541         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
8542
8543 2009-12-01  Jim Meyering  <meyering@redhat.com>
8544
8545         fts: fts_open: do not let an empty string cause immediate failure
8546         This is required in support of GNU rm, for which the command
8547         "rm A '' B" must process and remove both A and B, in spite of
8548         the empty string argument.
8549         * lib/fts.c (fts_open): Do not let the presence of an empty string
8550         cause fts_open to fail immediately.  Most fts-using tools must be
8551         able to process all arguments, in order, and can be expected to
8552         diagnose such arguments themselves.
8553
8554 2009-11-30  Eric Blake  <ebb9@byu.net>
8555
8556         utimens: fix compilation error
8557         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
8558         Declare variable at right scope.
8559
8560 2009-11-29  Jim Meyering  <meyering@redhat.com>
8561
8562         bootstrap: handle perl-5.11's changed --version output
8563         * build-aux/bootstrap (get_version): Handle perl separately,
8564         since perl-5.11's --version output is different.
8565
8566 2009-11-28  Jim Meyering  <meyering@redhat.com>
8567
8568         userspec: depend on the inttostr module, too
8569         * modules/userspec (Depends-on): Add inttostr.
8570
8571         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
8572         * lib/userspec.c (parse_with_separator): Do not accept a user ID
8573         number of MAXUID when it evaluates to (uid_t) -1.
8574         Likewise for group ID.  Reported by Matt McCutchen in
8575         <http://savannah.gnu.org/bugs/?28113>
8576
8577         userspec: reformat to use spaces, not TABs
8578         * lib/userspec.c: Expand TABs to spaces.
8579         Add Emacs' "indent-tabs-mode: nil" hint.
8580
8581 2009-11-27  Eric Blake  <ebb9@byu.net>
8582
8583         getopt-gnu: flush out another BSD bug
8584         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
8585         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
8586         flush out BSD bug.
8587         * tests/test-getopt.h (test_getopt): End lists with NULL.
8588         * tests/test-getopt_long.h (test_getopt_long): Likewise.
8589         (test_getopt_long_posix): Enhance test.
8590         * modules/getopt-posix-tests (Depends-on): Add stdbool.
8591         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
8592         getopt-gnu.
8593         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
8594         Likewise.
8595
8596 2009-11-27  Simon Josefsson  <simon@josefsson.org>
8597
8598         * modules/idpriv-droptemp-tests (Notice): Fix text.
8599
8600 2009-11-27  Jim Meyering  <meyering@redhat.com>
8601
8602         test-xalloc-die: avoid spurious failure due to libtool argv difference
8603         In a libtool-enabled project, this test would fail due to a difference
8604         in the emitted program name, e.g.,
8605         -test-xalloc-die: memory exhausted
8606         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
8607         Use program to avoid that.
8608         * modules/xalloc-die-tests (Depends-on): Add progname.
8609         * tests/test-xalloc-die.c: Include progname.h".
8610         (program_name): Remove decl.
8611         (main): Call set_program_name.
8612         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
8613
8614 2009-11-26  Richard Jones  <rjones@redhat.com>
8615
8616         w32sock: leave win32 error in place.
8617         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
8618
8619 2009-11-26  Eric Blake  <ebb9@byu.net>
8620
8621         init.sh: suggest to use skip_ and fail_ functions in comments
8622         * tests/init.sh: Add a sentence.
8623
8624 2009-11-25  Bruno Haible  <bruno@clisp.org>
8625
8626         init.sh: add documentation in comments
8627         * tests/init.sh: Add some developer and user documentation.
8628
8629 2009-11-26  Jim Meyering  <meyering@redhat.com>
8630
8631         init.sh: accommodate even those who specify bogus srcdir manually
8632         * tests/init.sh: Normally, srcdir is guaranteed by automake and
8633         configure-time tests to be sanitized, so that there is no need to
8634         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
8635         (with no double quotes) suffices.  However, since tests may be
8636         invoked manually, and since you may explicitly set srcdir to the
8637         name of a directory containing spaces, do quote its uses here.
8638         * tests/test-pread.sh: Likewise.
8639         Suggested by Bruno Haible.
8640
8641         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
8642         * tests/test-pread.sh: Write no data into the pipe, because
8643         test-pread actually reads none.  This avoids a diagnostic,
8644         "bash: echo: write error: Broken pipe", that arises in the unusual
8645         event something is ignoring SIGPIPE, and might be interpreted
8646         as some sort of failure.  Reported by Bruno Haible.
8647
8648 2009-11-25  Jim Meyering  <meyering@redhat.com>
8649
8650         test-pread: cover failure with ESPIPE and EINVAL
8651         * tests/test-pread.c (main): Test for failure, too.
8652         * tests/test-pread.sh: Invoke with stdin on a pipe.
8653         Suggested by Eric Blake.
8654
8655         pread: improvement and fix
8656         * modules/pread (Depends-on): Depend on lseek, for portability to
8657         e.g., mingw.  Suggested by Eric Blake.
8658         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
8659
8660         unistd.in.h: correct declaration of pread
8661         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
8662         Reported by Richard W.M. Jones.
8663
8664         test-pread.sh: distribute the test script
8665         * modules/pread-tests (Files): Include test-pread.sh.
8666
8667         test-pread.sh: clean up
8668         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
8669         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
8670         That is unnecessary, since it's always ".".
8671         Suggestion from Eric Blake.
8672
8673         test-pread.sh: make executable
8674         * tests/test-pread.sh: Set executable bit.
8675         Reported by Eric Blake.
8676
8677         correct typo in test-pread.sh
8678         * tests/test-pread.sh: Add #! line.
8679
8680         test pread
8681         * tests/test-pread.c: New file.
8682         * tests/test-pread.sh: Likewise.
8683         * modules/pread-tests: Likewise.
8684
8685         pread: new module
8686         * modules/pread: New file.
8687         * lib/unistd.in.h (pread): Define/declare.
8688         * lib/pread.c (pread): New file.
8689         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
8690         * modules/unistd (Makefile.am): Substitute witnesses.
8691         * doc/posix-functions/pread.texi (pread): Update.
8692         * MODULES.html.sh: Add pread.
8693
8694 2009-11-25  Jim Meyering  <meyering@redhat.com>
8695
8696         tests/init.sh: new file to be used via most *.sh tests
8697         * tests/init.sh: New file.
8698
8699 2009-11-25  Eric Blake  <ebb9@byu.net>
8700
8701         utimens: work around older Linux failure with symlinks
8702         * lib/utimens.c (lutimensat_works_really): New variable.
8703         (fdutimens, lutimens): Use it to manage kernels that support
8704         nanosecond times on files, but not on symlinks.
8705         Reported by OndÅ™ej Vašík.
8706
8707         utimes: fix configure grammar
8708         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
8709
8710 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
8711
8712         regex: Fix fastmap for multibyte character ranges.
8713         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
8714         characters when a multibyte character range is included.
8715
8716 2009-11-22  Andy Wingo  <wingo@pobox.com>
8717
8718         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
8719         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
8720
8721 2009-11-24  Bruno Haible  <bruno@clisp.org>
8722
8723         doc: Most *_l functions exist in MacOS X 10.5.
8724         * doc/posix-functions/duplocale.texi: Update platforms list.
8725         * doc/posix-functions/freelocale.texi: Likewise.
8726         * doc/posix-functions/newlocale.texi: Likewise.
8727         * doc/posix-functions/uselocale.texi: Likewise.
8728         * doc/posix-functions/isalnum_l.texi: Likewise.
8729         * doc/posix-functions/isalpha_l.texi: Likewise.
8730         * doc/posix-functions/isblank_l.texi: Likewise.
8731         * doc/posix-functions/iscntrl_l.texi: Likewise.
8732         * doc/posix-functions/isdigit_l.texi: Likewise.
8733         * doc/posix-functions/isgraph_l.texi: Likewise.
8734         * doc/posix-functions/islower_l.texi: Likewise.
8735         * doc/posix-functions/isprint_l.texi: Likewise.
8736         * doc/posix-functions/ispunct_l.texi: Likewise.
8737         * doc/posix-functions/isspace_l.texi: Likewise.
8738         * doc/posix-functions/isupper_l.texi: Likewise.
8739         * doc/posix-functions/iswalnum_l.texi: Likewise.
8740         * doc/posix-functions/iswalpha_l.texi: Likewise.
8741         * doc/posix-functions/iswblank_l.texi: Likewise.
8742         * doc/posix-functions/iswcntrl_l.texi: Likewise.
8743         * doc/posix-functions/iswctype_l.texi: Likewise.
8744         * doc/posix-functions/iswdigit_l.texi: Likewise.
8745         * doc/posix-functions/iswgraph_l.texi: Likewise.
8746         * doc/posix-functions/iswlower_l.texi: Likewise.
8747         * doc/posix-functions/iswprint_l.texi: Likewise.
8748         * doc/posix-functions/iswpunct_l.texi: Likewise.
8749         * doc/posix-functions/iswspace_l.texi: Likewise.
8750         * doc/posix-functions/iswupper_l.texi: Likewise.
8751         * doc/posix-functions/iswxdigit_l.texi: Likewise.
8752         * doc/posix-functions/isxdigit_l.texi: Likewise.
8753         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
8754         * doc/posix-functions/strcasecmp_l.texi: Likewise.
8755         * doc/posix-functions/strcoll_l.texi: Likewise.
8756         * doc/posix-functions/strfmon_l.texi: Likewise.
8757         * doc/posix-functions/strftime_l.texi: Likewise.
8758         * doc/posix-functions/strncasecmp_l.texi: Likewise.
8759         * doc/posix-functions/strxfrm_l.texi: Likewise.
8760         * doc/posix-functions/tolower_l.texi: Likewise.
8761         * doc/posix-functions/toupper_l.texi: Likewise.
8762         * doc/posix-functions/towctrans_l.texi: Likewise.
8763         * doc/posix-functions/towlower_l.texi: Likewise.
8764         * doc/posix-functions/towupper_l.texi: Likewise.
8765         * doc/posix-functions/wcscoll_l.texi: Likewise.
8766         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
8767         * doc/posix-functions/wctrans_l.texi: Likewise.
8768         * doc/posix-functions/wctype_l.texi: Likewise.
8769         * doc/glibc-functions/strptime_l.texi: Likewise.
8770         * doc/glibc-functions/strtod_l.texi: Likewise.
8771         * doc/glibc-functions/strtof_l.texi: Likewise.
8772         * doc/glibc-functions/strtol_l.texi: Likewise.
8773         * doc/glibc-functions/strtold_l.texi: Likewise.
8774         * doc/glibc-functions/strtoll_l.texi: Likewise.
8775         * doc/glibc-functions/strtoul_l.texi: Likewise.
8776         * doc/glibc-functions/strtoull_l.texi: Likewise.
8777         * doc/glibc-functions/wcsftime_l.texi: Likewise.
8778         * doc/glibc-functions/wcstod_l.texi: Likewise.
8779         * doc/glibc-functions/wcstof_l.texi: Likewise.
8780         * doc/glibc-functions/wcstol_l.texi: Likewise.
8781         * doc/glibc-functions/wcstold_l.texi: Likewise.
8782         * doc/glibc-functions/wcstoll_l.texi: Likewise.
8783         * doc/glibc-functions/wcstoul_l.texi: Likewise.
8784         * doc/glibc-functions/wcstoull_l.texi: Likewise.
8785
8786 2009-11-24  Bruno Haible  <bruno@clisp.org>
8787
8788         duplocale: Fix logic bug.
8789         * lib/duplocale.c: Don't include <langinfo.h>.
8790         (_NL_LOCALE_NAME): Remove macro.
8791         (rpl_duplocale): Use setlocale instead of nl_langinfo.
8792         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
8793
8794 2009-11-23  Jim Meyering  <meyering@redhat.com>
8795
8796         test-update-copyright: don't hard-code /usr/bin/perl
8797         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
8798         perl to print the current year.  Gilles Espinasse reported that
8799         the replaced use of perl was hard-coded as /usr/bin/perl.
8800
8801 2009-11-23  Bruno Haible  <bruno@clisp.org>
8802
8803         duplocale: Add support for glibc 2.3.x.
8804         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
8805
8806 2009-11-22  Bruno Haible  <bruno@clisp.org>
8807
8808         vasnprintf: Tiny optimization.
8809         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
8810         MacOS X.
8811
8812 2009-11-22  Bruno Haible  <bruno@clisp.org>
8813
8814         Tests for module 'duplocale'.
8815         * modules/duplocale-tests: New file.
8816         * tests/test-duplocale.c: New file.
8817
8818         New module 'duplocale'.
8819         * m4/duplocale.m4: New file.
8820         * lib/locale.in.h (duplocale): New declaration.
8821         * lib/duplocale.c: New file.
8822         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
8823         gl_LOCALE_H_DEFAULTS): New macros.
8824         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
8825         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
8826         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
8827         REPLACE_DUPLOCALE.
8828         * modules/duplocale: New file.
8829         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
8830
8831 2009-11-22  Bruno Haible  <bruno@clisp.org>
8832
8833         * modules/locale-tests (configure.ac): Test for newlocale function.
8834         * tests/test-locale.c: When the system has extended locale functions,
8835         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
8836
8837         locale: Make locale_t available when possible.
8838         * lib/locale.in.h: Include <xlocale.h> when it exists.
8839         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
8840         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
8841         * modules/locale (Depends-on): Add extensions.
8842         (Makefile.am): Also substitute HAVE_XLOCALE_H.
8843         * doc/posix-headers/locale.texi: Document the problem with locale_t.
8844
8845 2009-11-22  Bruno Haible  <bruno@clisp.org>
8846
8847         Add comments.
8848         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
8849         invocation.
8850         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
8851         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
8852         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8853
8854 2009-11-22  Bruno Haible  <bruno@clisp.org>
8855
8856         error: account for the possibility of freopen (stdout).
8857         * lib/error.c: Include <unistd.h>.
8858         (flush_stdout): New function, extracted from error and error_at_line.
8859         Determine stdout's fd dynamically.
8860         (error, error_at_line): Invoke flush_stdout.
8861         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
8862         * modules/error (Depends-on): Add unistd.
8863
8864 2009-11-22  Bruno Haible  <bruno@clisp.org>
8865
8866         diffseq: Add comment.
8867         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
8868
8869 2009-11-22  Jim Meyering  <meyering@redhat.com>
8870
8871         c-stack: avoid defining an unused static function
8872         * lib/c-stack.c (find_stack_direction): Do not define this function
8873         when it will not be used.
8874
8875         diffseq: avoid spurious gcc warnings
8876         * lib/diffseq.h (IF_LINT2): Define.
8877         (compareseq): Use it to initialize two members of "part".
8878         This avoids two used-uninitialized warnings.
8879
8880 2009-11-21  Jim Meyering  <meyering@redhat.com>
8881
8882         c-stack: avoid "ignoring return value of `write'" warning
8883         * lib/c-stack.c: Include "ignore-value.h".
8884         (die): Explicitly ignore each write return value.
8885         * modules/c-stack (Depends-on): Add ignore-value.
8886
8887 2009-11-21  Bruno Haible  <bruno@clisp.org>
8888
8889         diffseq: reduce scope of variable 'best'.
8890         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
8891         variable, earlier used for two different purposes.
8892
8893 2009-11-21  Jim Meyering  <meyering@redhat.com>
8894
8895         diffseq: remove useless assignment to "best"
8896         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
8897         assignment.  At that point "best" is already guaranteed to be zero.
8898
8899 2009-11-20  Eric Blake  <ebb9@byu.net>
8900
8901         build: mention ftp redirector in release announcements
8902         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
8903         values that used to come from cfg.mk; mention FTP redirect URL.
8904         * build-aux/announce-gen: Mention the mirror list.
8905         Suggested by Karl Berry.
8906
8907         nanosleep: improve port to mingw
8908         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
8909         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
8910         LIB_NANOSLEEP, but only when needed.
8911         * modules/select (Link): Document LIBSOCKET.
8912         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
8913         enough.
8914
8915         nanosleep: work around cygwin bug
8916         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
8917         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
8918         bug.
8919         (getnow): Delete, not needed.
8920         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
8921         LIB_CLOCK_GETTIME.
8922         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
8923         clock-time, gettime.
8924         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
8925         bug.
8926         * modules/nanosleep-tests: New test.
8927         * tests/test-nanosleep.c: New file.
8928
8929         sleep: work around cygwin bug
8930         * lib/sleep.c (rpl_sleep): Work around the bug.
8931         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
8932         (gl_PREREQ_SLEEP): Delete unused macro.
8933         * modules/sleep (Depends-on): Add verify.
8934         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8935         * modules/unistd (Makefile.am): Substitute witness.
8936         * lib/unistd.in.h (sleep): Update prototype.
8937         * doc/posix-functions/sleep.texi (sleep): Document the bug.
8938         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
8939         * modules/sleep-tests (Depends-on): Check for alarm.
8940
8941 2009-11-20  Jim Meyering  <meyering@redhat.com>
8942
8943         maint.mk: improve sc_prohibit_magic_number_exit
8944         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
8945         so it does not match uses like System.exit(1).
8946         Add comments showing how to correct all offenders.
8947
8948 2009-11-19  Eric Blake  <ebb9@byu.net>
8949
8950         xalloc-die-tests: add missing library
8951         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
8952
8953         test-xvasprintf: silence compiler warnings
8954         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
8955         empty string from gcc.
8956
8957 2009-11-19  Jim Meyering  <meyering@redhat.com>
8958
8959         xfreopen: new module, from coreutils
8960         * modules/xfreopen: New module.
8961         * lib/xfreopen.c: New file.
8962         * lib/xfreopen.h: New file.
8963         * MODULES.html.sh (File stream based Input/Output"): Add it.
8964
8965 2009-11-19  Eric Blake  <ebb9@byu.net>
8966
8967         manywarnings: depend on warnings
8968         * modules/manywarnings (Depends-on): Add warnings.
8969
8970         build: avoid compiler warnings
8971         * lib/select.c (rpl_select): Delete unused variable.
8972         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
8973
8974 2009-11-18  Eric Blake  <ebb9@byu.net>
8975
8976         tests: avoid false negative with --with-packager
8977         * tests/test-version-etc.sh: Discard packager information.
8978         * tests/test-argp-version-etc-1.sh: Likewise.
8979         Reported by Mike Frysinger.
8980
8981         utimens: fix regression on Solaris
8982         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
8983         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
8984         can only change fd timestamps via futimesat.  Instead, use an
8985         additional witness macro to avoid BSD bug.
8986         Reported by Jim Meyering.
8987
8988 2009-11-17  Eric Blake  <ebb9@byu.net>
8989
8990         usleep: use it to simplify tests
8991         * modules/stat-time-tests (Depends-on): Add usleep.
8992         (configure.ac): Drop usleep check.
8993         * modules/chown-tests (Depends-on, configure.ac): Likewise.
8994         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
8995         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
8996         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
8997         * modules/openat-tests (Depends-on, configure.ac): Likewise.
8998         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
8999         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
9000         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
9001         Likewise.
9002         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
9003         * tests/test-lchown.h (nap): Likewise.
9004         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
9005         * tests/test-stat-time.c (nap): Likewise.
9006         * tests/test-utimens-common.h (nap): Update comments.
9007
9008         usleep: new module
9009         * modules/usleep: New file.
9010         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
9011         * lib/usleep.c (usleep): Likewise.
9012         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
9013         * modules/unistd (Makefile.am): Substitute witnesses.
9014         * lib/unistd.in.h (usleep): Add declaration.
9015         * doc/pastposix-functions/usleep.texi (usleep): Document this.
9016         * MODULES.html.sh (Date and time): Likewise.
9017         * modules/usleep-tests (Depends-on): New test.
9018         * tests/test-usleep.c: New file.
9019
9020         chown: work around OpenBSD bug
9021         * lib/chown.c (rpl_chown): Work around the bug.
9022         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
9023         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
9024         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
9025         * modules/chown (Depends-on): Add stdbool.
9026         * modules/lchown (Depends-on): Likewise.
9027         * doc/posix-functions/chown.texi (chown): Document the bug.
9028         * doc/posix-functions/lchown.texi (lchown): Likewise.
9029         * tests/test-lchown.h (test_chown): Relax test.
9030
9031         mkstemp: avoid conflict with C++ keyword template
9032         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
9033         * lib/mkostemp.c (mkostemp): Likewise.
9034         * lib/mkostemps.c (mkostemps): Likewise.
9035         * lib/mkstemp.c (mkstemp): Likewise.
9036         * lib/mkstemps.c (mkstemps): Likewise.
9037
9038         xalloc-die-tests: optimize
9039         * tests/test-xalloc-die.sh: Reduce number of processes.
9040
9041 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9042
9043         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
9044         patch from ludo@gnu.org (Ludovic Courtès).
9045
9046 2009-11-17  Jim Meyering  <meyering@redhat.com>
9047
9048         version-etc: use proper license string
9049         * modules/version-etc (License): Use LGPL, not LGPLv3+.
9050         * modules/version-etc-fsf: Likewise.
9051
9052 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9053
9054         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
9055         printed to stdout.  Deal with EOL differences.
9056
9057 2009-11-17  Eric Blake  <ebb9@byu.net>
9058
9059         unsetenv: work around Solaris bug
9060         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
9061         * lib/unsetenv.c (rpl_unsetenv): Work around it.
9062         Reported by Jim Meyering.
9063
9064         vasnprintf: avoid compiler warnings
9065         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
9066         variables.
9067         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
9068
9069 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9070
9071         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
9072         settings since xalloc-die is no longer the self test,
9073         xalloc-die.sh is.
9074
9075 2009-11-17  Jim Meyering  <meyering@redhat.com>
9076
9077         test-xalloc-die.sh: make the code agree with the commit log
9078         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
9079         at the end, just in case you happen to have a test-xalloc-die
9080         program in some other PATH directory.
9081
9082         test-xalloc-die.sh: fix a portability bug
9083         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
9084         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
9085         Otherwise, argv[0] (as often seen in diagnostics) would be too
9086         system-dependent, sometimes with, and sometimes without the leading "./".
9087
9088         version-etc-fsf: relax license to LGPLv3+
9089         * modules/version-etc-fsf (License): Relax license.
9090
9091 2009-11-16  Eric Blake  <ebb9@byu.net>
9092
9093         xalloc-die-tests: avoid printing null pointer
9094         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
9095         shell script.
9096         * tests/test-xalloc-die.c (program_name): Declare.
9097         * tests/test-xalloc-die.sh (tmpfiles): New file.
9098
9099         setenv, unsetenv: work around various bugs
9100         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
9101         (setenv) [HAVE_SETENV]: Work around bugs.
9102         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
9103         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
9104         for bugs.
9105         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
9106         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
9107         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
9108         * modules/stdlib (Makefile.am): Update substitutions.
9109         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
9110         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
9111         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
9112         * modules/setenv-tests: New test.
9113         * modules/unsetenv-tests: Likewise.
9114         * tests/test-setenv.c: New file.
9115         * tests/test-unsetenv.c: Likewise.
9116
9117 2009-11-16  Jim Meyering  <meyering@redhat.com>
9118
9119         version-etc: relax license to LGPLv3+
9120         * modules/version-etc (License): Relax license.
9121
9122         better AC_REQUIRE expanded-before-required-warning avoidance
9123         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
9124         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
9125         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
9126         which is no longer needed.
9127
9128 2009-11-16  Eric Blake  <ebb9@byu.net>
9129
9130         test-freading: clean up temporary file
9131         * tests/test-freading.c (main): Remove file on success, and use
9132         ASSERT more liberally.
9133         Reported by Jim Meyering.
9134
9135 2009-11-16  Jim Meyering  <meyering@redhat.com>
9136
9137         avoid new AC_REQUIRE expanded-before-required warnings
9138         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
9139         merely using it.
9140         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
9141         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
9142
9143 2009-11-15  Simon Josefsson  <simon@josefsson.org>
9144
9145         * tests/test-xalloc-die.c: New file.
9146         * modules/xalloc-die-tests: New file.
9147         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
9148         XFAIL_TESTS so it can be appended by modules.
9149
9150 2009-11-15  Simon Josefsson  <simon@josefsson.org>
9151
9152         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
9153         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
9154
9155 2009-11-14  Eric Blake  <ebb9@byu.net>
9156
9157         fnmatch: avoid compiler warning
9158         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
9159         to silence compiler warning about mismatch signedness in ?:.
9160         Reported by Robert Millan.
9161
9162         intprops: add double-inclusion guard
9163         * lib/intprops.h: Allow idempotent includes.
9164         Suggested by Bruce Korb.
9165
9166         openat: detect Solaris fchownat bug
9167         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
9168         penalizing glibc chownat when only lchownat is broken.
9169         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
9170         trailing slash bugs.
9171         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
9172         * modules/openat-tests (Files): Include more files.
9173         (Depends-on): Add mgetgroups, sleep, stat-time.
9174         (configure.ac): Add additional checks.
9175         (Makefile.am): Build new test.
9176         * tests/test-fchownat.c: New file.
9177
9178         lchown: detect Solaris and FreeBSD bug
9179         * lib/lchown.c (rpl_lchown): Work around bug.
9180         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
9181         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9182         * modules/unistd (Makefile.am): Populate it.
9183         * lib/unistd.in.h (lchown): Update declaration.
9184         * doc/posix-functions/lchown.texi (lchown): Document the bug.
9185         * modules/lchown-tests: New file.
9186         * tests/test-lchown.h (test_lchown): Likewise.
9187         * tests/test-lchown.c (main): Likewise.
9188
9189         chown: detect Solaris and FreeBSD bug
9190         * lib/chown.c (rpl_chown): Work around bug.
9191         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
9192         (gl_PREREQ_CHOWN): Delete.
9193         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9194         * modules/unistd (Makefile.am): Populate it.
9195         * lib/unistd.in.h (chown): Update declaration.
9196         * lib/lchown.c (chown): Update client.
9197         * modules/lchown (Depends-on): Add lstat.
9198         * doc/posix-functions/chown.texi (chown): Document the bug.
9199         * doc/posix-functions/getgroups.texi (getgroups): Document
9200         getgroups pitfall.
9201         * modules/chown-tests: New file.
9202         * tests/test-chown.h (test_chown): Likewise.
9203         * tests/test-chown.c (main): Likewise.
9204
9205 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
9206
9207         gnulib-tool: correctly detect absence of m4 directories
9208         * gnulib-tool: Avoid extra newline on data passed to wc -l.
9209
9210 2009-11-14  Jim Meyering  <meyering@redhat.com>
9211
9212         maint.mk: Prohibit inclusion of "xalloc.h" without use.
9213         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
9214
9215 2009-11-14  John W. Eaton  <jwe@gnu.org>
9216
9217         strftime.h: wrap funtion declaration in extern "C" block
9218         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
9219
9220 2009-11-13  Eric Blake  <ebb9@byu.net>
9221
9222         getgroups: avoid compiler warning
9223         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
9224
9225         getgroups: work around FreeBSD bug
9226         * lib/getgroups.c (rpl_getgroups): Work around the bug.
9227         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
9228         * doc/posix-functions/getgroups.texi (getgroups): Document it.
9229         * tests/test-getgroups.c (main): Fix buffer overrun.
9230
9231         getgroups: avoid compilation failure
9232         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
9233         * modules/getgroups (Depends-on): Add stdint.
9234
9235 2009-11-13  Jim Meyering  <meyering@redhat.com>
9236
9237         test-getgroups: avoid compilation failure
9238         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
9239
9240 2009-11-13  Eric Blake  <ebb9@byu.net>
9241
9242         mgetgroups: new module, taken from coreutils
9243         * modules/mgetgroups: New file.
9244         * lib/mgetgroups.h: Likewise.
9245         * lib/mgetgroups.c (mgetgroups): Likewise.
9246         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
9247         * MODULES.html.sh (Users and groups): Mention it.
9248
9249         getgroups: don't expose GETGROUPS_T to user
9250         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
9251         an element at a time if GETGROUPS_T is wrong size.
9252         * lib/getugroups.h (getugroups): Change signature.
9253         * lib/unistd.in.h (getgroups): Likewise.
9254         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
9255         signature needs fixing.
9256         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
9257         AC_TYPE_GETGROUPS.
9258         * modules/group-member (Depends-on): Add getgroups.
9259         * lib/group-member.c (group_info, get_group_info): Use gid_t.
9260         (group_member): Rely on getgroups replacement.
9261         * lib/getugroups.c (getugroups): Use gid_t.
9262         * tests/test-getgroups.c (main): Likewise.
9263         * NEWS: Mention the signature change.
9264         * doc/posix-functions/getgroups.texi (getgroups): Mention the
9265         problem with signature.
9266         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
9267         GETGROUPS_T is still useful for setgroups.
9268
9269         getgroups, getugroups: provide stubs for mingw
9270         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
9271         * lib/getugroups.c (getugroups): Likewise.
9272         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
9273         function.  Modernize replacement scheme.
9274         (gl_PREREQ_GETGROUPS): Delete.
9275         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
9276         * modules/getgroups (configure.ac): Declare witness.
9277         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
9278         * modules/unistd (Depends-on): Substitute witness.
9279         * lib/unistd.in.h (getgroups): Declare replacement.
9280
9281         getgroups: avoid calling exit
9282         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
9283         drop xalloc.
9284         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
9285         dependencies.
9286         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
9287         exiting, in the rare case of malloc failure.
9288
9289         getgroups: fix logic error
9290         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
9291         has more than 20 groups.
9292         * modules/getgroups-tests: New test.
9293         * tests/test-getgroups.c: New file.
9294
9295 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9296
9297         * tests/test-base64.c: Improve.
9298
9299 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9300
9301         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
9302         Blake <ebb9@byu.net>.
9303
9304 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9305
9306         * tests/test-xvasprintf.c: Add %s%s related checks.
9307
9308 2009-11-12  Eric Blake  <ebb9@byu.net>
9309
9310         version-etc: match standards.texi style
9311         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
9312         and use <> only for URLs.
9313
9314 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
9315
9316         fts: do not fail on a submount during traversal
9317         * lib/fts.c (fts_build): Read the stat info again after opening
9318         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
9319         Original report at http://bugzilla.redhat.com/501848.
9320
9321 2009-11-12  Jim Meyering  <meyering@redhat.com>
9322
9323         bootstrap: sync from coreutils
9324         * build-aux/bootstrap (bootstrap_epilogue): New function.
9325         Use git_modules_config in one more place.  This make bootstrap's
9326         --gnulib-srcdir option more useful for testing.
9327
9328         bootstrap: generalize autoheader check
9329         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
9330         AC_CONFIG_HEADERS.
9331
9332 2009-11-11  Eric Blake  <ebb9@byu.net>
9333
9334         mkfifoat: use new modules for Solaris and BSD bugs
9335         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
9336         * lib/mkfifoat.c (mknodat): Split...
9337         * lib/mknodat.c (mknodat): ...into new file.
9338         * modules/mkfifoat (Files): Ship new file.
9339         (Depends-on): Add mkfifo, mknod.
9340         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
9341         (Depends-on): Add symlink.
9342         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
9343         redundant with test_mkfifo.h.
9344         (do_mkfifoat, do_mknodat): New helpers.
9345
9346         mknod: new module
9347         * modules/mknod: New file.
9348         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
9349         * lib/mknod.c (mknod): Likewise.
9350         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
9351         defaults.
9352         * modules/sys_stat (Makefile.am): Substitute them.
9353         * lib/sys_stat.in.h (mknod): Declare replacement.
9354         * MODULES.html.sh (Support for systems lacking POSIX:2008):
9355         Document it.
9356         * doc/posix-functions/mknod.texi (mknod): Likewise.
9357         * modules/mknod-tests: New test.
9358         * tests/test-mknod.c: Likewise.
9359
9360         mkfifo: new module
9361         * modules/mkfifo: New file.
9362         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
9363         * lib/mkfifo.c (mkfifo): Likewise.
9364         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
9365         defaults.
9366         * modules/sys_stat (Makefile.am): Substitute them.
9367         * lib/sys_stat.in.h (mkfifo): Declare replacement.
9368         * MODULES.html.sh (Support for systems lacking POSIX:2008):
9369         Document it.
9370         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
9371         * modules/mkfifo-tests: New test.
9372         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
9373         from test-mkfifoat.c.
9374         * tests/test-mkfifo.c: New file.
9375
9376         readlink: detect FreeBSD bug
9377         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
9378         slash on symlink.
9379         * doc/posix-functions/readlink.texi (readlink): Document the bug.
9380         * tests/test-readlink.h (test_readlink): Enhance test.
9381
9382         symlink: detect FreeBSD bug
9383         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
9384         slash on symlink.
9385         * doc/posix-functions/symlink.texi (symlink): Document the bug.
9386         * tests/test-symlink.h (test_symlink): Enhance test.
9387
9388 2009-11-10  Eric Blake  <ebb9@byu.net>
9389
9390         link: detect FreeBSD bug
9391         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
9392         symlink.
9393         * doc/posix-functions/link.texi (link): Document the bug.
9394         * tests/test-link.h (test_link): Enhance test.
9395         * tests/test-linkat.c (main): Update caller.
9396
9397         unlink, remove: detect FreeBSD bug
9398         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
9399         slash on symlink.
9400         * doc/posix-functions/unlink.texi (unlink): Document the bug.
9401         * doc/posix-functions/remove.texi (remove): Likewise.
9402         * tests/test-unlink.h (test_unlink): Enhance test.
9403         * tests/test-remove.c (main): Likewise.
9404
9405 2009-11-09  Eric Blake  <ebb9@byu.net>
9406
9407         rename: detect FreeBSD bug
9408         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
9409         slash on symlink.
9410         * modules/renameat-tests (Depends-on): Add filenamecat.
9411         * tests/test-rename.h (test_rename): Allow one more errno.
9412         * tests/test-renameat.c (main): Likewise.
9413         * doc/posix-functions/rename.texi (rename): Document the bug.
9414
9415         open: detect FreeBSD bug
9416         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
9417         symlink.
9418         * doc/posix-functions/open.texi (open): Document the bug.
9419         * doc/posix-functions/utimes.texi (utimes): Likewise.
9420         * tests/test-open.h (test_open): Add parameters, and test symlink
9421         handling.
9422         * tests/test-open.c (main): Adjust caller.
9423         * tests/test-fcntl-safer.c (main): Likewise.
9424         * modules/open-tests (Depends-on): Add stdbool, symlink.
9425         * modules/fcntl-safer-tests (Depends-on): Likewise.
9426         * tests/test-openat.c (main): Add test-open tests.
9427
9428         stat: detect FreeBSD bug
9429         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
9430         symlink.
9431         * doc/posix-functions/stat.texi (stat): Document the bug.
9432         * tests/test-stat.h (test_stat_func): Add argument.
9433         * tests/test-stat.c (main): Adjust caller.
9434         * tests/test-fstatat.c (main): Likewise.
9435         * modules/stat-tests (Depends-on): Add stdbool, symlink.
9436         Reported by Jim Meyering.
9437
9438 2009-11-09  James Youngman  <jay@gnu.org>
9439
9440         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
9441         * lib/strftime.c: Correct placement of #include "ignore-value.h".
9442
9443 2009-11-08  Jim Meyering  <meyering@redhat.com>
9444
9445         utimens: remove invalid futimesat call
9446         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
9447         It used the file descriptor of the target file as the DIR_FD
9448         parameter and NULL as the file name.  That caused failure with
9449         errno == EFAULT on FreeBSD-8.0-rc2
9450
9451 2009-11-07  Eric Blake  <ebb9@byu.net>
9452
9453         fflush, freadseek: use fseeko, not fseek
9454         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
9455         (clear_ungetc_buffer): Avoid potential problems on large files.
9456         * lib/freadseek.c (freadseek): Likewise.
9457         * modules/freadseek (Depends-on): Add fseeko.
9458         * modules/fseek (configure.ac): Set a witness.
9459         * tests/test-fflush.c (main): Use fseeko.
9460         * tests/test-fpurge.c (fseek): Disable link warning.
9461         * tests/test-freadable.c (fseek): Likewise.
9462         * tests/test-freading.c (fseek): Likewise.
9463         * tests/test-fseeko.c (fseek): Likewise.
9464         * tests/test-ftell.c (fseek): Likewise.
9465         * tests/test-ftello.c (fseek): Likewise.
9466         * tests/test-fwritable.c (fseek): Likewise.
9467         * tests/test-fwriting.c (fseek): Likewise.
9468
9469 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9470
9471         * modules/memchr (Depends-on): Drop getpagesize dependency.
9472
9473 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9474
9475         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
9476         Reported by Ludovic Courtès.
9477         * build-aux/pmccabe2html: Improve example usage.
9478         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
9479
9480 2009-11-06  Jim Meyering  <meyering@redhat.com>
9481
9482         do-release-commit-and-tag: New module.
9483         Automate the release-commit and tag process.
9484         * build-aux/do-release-commit-and-tag: New script, from coreutils.
9485         * modules/do-release-commit-and-tag: New file.
9486         * MODULES.html.sh (Support for maintaining and releasing): Add it.
9487
9488 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9489
9490         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
9491         because test-select.c uses inet_pton.
9492
9493 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9494
9495         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
9496         GETADDRINFO_LIB.  Bump serial number.
9497         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
9498         Suggested by Eric Blake <ebb9@byu.net>.
9499
9500 2009-11-05  Eric Blake  <ebb9@byu.net>
9501
9502         strtod: detect darwin bug
9503         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
9504         Reported by Leo Davis.
9505
9506         freopen-safer: new module
9507         * modules/freopen-safer: New module.
9508         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
9509         * lib/freopen-safer.c (freopen_safer): New file.
9510         * lib/stdio-safer.h (freopen_safer): New declaration.
9511         * lib/stdio--.h (freopen): New override.
9512         * MODULES.html.sh (File stream based Input/Output): Mention it.
9513         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
9514         freopen-safer module.
9515         * doc/posix-functions/stderr.texi (stderr): Likewise.
9516         * doc/posix-functions/stdin.texi (stdin): Likewise.
9517         * doc/posix-functions/stdout.texi (stdout): Likewise.
9518         * modules/freopen-safer-tests: New test.
9519         * tests/test-reopen-safer.c: New file.
9520
9521 2009-11-05  Jim Meyering  <meyering@redhat.com>
9522
9523         maint.mk: Prohibit inclusion of "close-stream.h" without use.
9524         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
9525
9526 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9527
9528         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
9529
9530 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9531
9532         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
9533
9534 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9535
9536         Fix link error.
9537         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
9538         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9539
9540 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9541
9542         * tests/test-func.c: Also test value of __func__.
9543
9544 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9545
9546         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
9547         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
9548
9549 2009-11-05  Bruno Haible  <bruno@clisp.org>
9550
9551         Fix link error.
9552         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
9553         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9554         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
9555
9556 2009-11-05  Bruno Haible  <bruno@clisp.org>
9557
9558         Tests for module 'inet_pton'.
9559         * modules/inet_pton-tests: New file.
9560         * tests/test-inet_pton.c: New file.
9561
9562 2009-11-05  Bruno Haible  <bruno@clisp.org>
9563
9564         Tests for module 'inet_ntop'.
9565         * modules/inet_ntop-tests: New file.
9566         * tests/test-inet_ntop.c: New file.
9567
9568 2009-11-04  Eric Blake  <ebb9@byu.net>
9569
9570         stdlib-safer: wrap all mkstemp variants
9571         * modules/mkostemp (configure.ac): Set witness.
9572         * modules/mkostemps (configure.ac): Likewise.
9573         * modules/mkstemps (configure.ac): Likewise.
9574         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
9575         (mkstemps_safer): Wrap more functions.
9576         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
9577         wrapping.
9578         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
9579         (mkstemps_safer): Implement the wrappers.
9580
9581         mkstemps, mkostemps: new modules
9582         * modules/mkostemps: New module.
9583         * modules/mkstemps: Likewise.
9584         * lib/mkostemps.c (mkostemps): New file.
9585         * lib/mkstemps.c (mkstemps): Likewise.
9586         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
9587         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
9588         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
9589         * modules/stdlib (Makefile.am): Substitute them.
9590         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
9591         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
9592         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
9593         * doc/gnulib.texi (Glibc stdlib.h): Include them.
9594         * MODULES.html.sh (File system functions): Mention them.
9595
9596         tempname: resync from glibc
9597         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
9598         same values for __GT_FILE as glibc.  Abort even when assertions
9599         are disabled.
9600         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
9601         match its value otherwise.  Allow idempotent inclusion.
9602         * lib/mkdtemp.c (mkdtemp): Adjust caller.
9603         * lib/mkostemp.c (mkostemp): Likewise.
9604         * lib/mkstemp.c (mkstemp): Likewise.
9605         * lib/tmpfile.c (tmpfile): Likewise.
9606         * NEWS: Document this.
9607
9608         utimens: fix use of futimens on older Linux
9609         * lib/utimens.c (fdutimens): Use updated, rather than original,
9610         timespec to avoid bug in older Linux kernel.
9611         Reported by Simon Josefsson.
9612
9613 2009-11-04  Bruno Haible  <bruno@clisp.org>
9614
9615         Make num_processors more flexible and consistent.
9616         * lib/nproc.h (enum nproc_query): New type.
9617         (num_processors): Add a 'query' argument.
9618         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
9619         (num_processors): Add a 'query' argument. Test the value of the
9620         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
9621         mingw, count the number of CPUs available for the current process.
9622         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
9623         Check for sched_getaffinity and sched_getaffinity_np.
9624         * modules/nproc (Depends-on): Add c-ctype, extensions.
9625         * NEWS: Mention the change.
9626
9627 2009-11-03  Bruno Haible  <bruno@clisp.org>
9628
9629         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
9630
9631 2009-11-03  Jim Meyering  <meyering@redhat.com>
9632
9633         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
9634         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
9635         if it is defined.
9636
9637 2009-11-02  Eric Blake  <ebb9@byu.net>
9638
9639         mktime, timegm: share common declaration
9640         * lib/mktime-internal.h: New file.
9641         * lib/mktime.c: Use it rather than open-coding a declaration.
9642         * lib/timegm.c: Likewise.
9643         * modules/mktime (Files): Ship it.
9644         * modules/timegm (Files): Likewise.
9645         Suggested by Bruno Haible.
9646
9647         test-update-copyright: update test to match script changes
9648         * tests/test-update-copyright.sh: Avoid hard-coding perl
9649         location.  Don't update *.bak created by earlier runs.
9650
9651 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
9652             Simon Josefsson  <simon@josefsson.org>
9653             Bruno Haible  <bruno@clisp.org>
9654
9655         Fix link error on Solaris 8.
9656         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
9657         also in libnsl. Define also INET_PTON_LIB.
9658         * modules/inet_pton (Link): New section.
9659
9660 2009-11-02  Simon Josefsson  <simon@josefsson.org>
9661             Bruno Haible  <bruno@clisp.org>
9662
9663         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
9664         * modules/inet_ntop (Link): New section.
9665         Reported by Boyan Kasarov <bkasarov@gmail.com>.
9666
9667 2009-11-02  Eric Blake  <ebb9@byu.net>
9668
9669         maint: avoid compiler warnings in m4 macros
9670         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
9671         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
9672
9673 2009-11-02  Simon Josefsson  <simon@josefsson.org>
9674
9675         * m4/pmccabe2html.m4: Remove file.
9676         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
9677         function.  Change maintainer.
9678         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
9679         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
9680         Courtès).
9681
9682 2009-10-31  Eric Blake  <ebb9@byu.net>
9683
9684         fseeko: fix m4 regression
9685         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
9686         regression from 2009-10-27.
9687         Reported by Ralf Wildenhues.
9688
9689 2009-10-31  Jim Meyering  <meyering@redhat.com>
9690
9691         inttostr: aesthetics and improved (compile-time) safety
9692         Define inttype_is_signed rather than inttype_is_unsigned,
9693         since the sole use is via "#if inttype_is_signed".
9694         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
9695         inttype_is_unsigned.
9696         * lib/offtostr.c (inttype_is_signed): Likewise.
9697         * lib/uinttostr.c (inttype_is_signed): Likewise.
9698         * lib/umaxtostr.c (inttype_is_signed): Likewise.
9699         * lib/inttostr.c (inttostr): Use verify to cross-check the
9700         inttype_is_signed value and the signedness of the actual type.
9701         * modules/inttostr (Depends-on): Add verify.
9702
9703 2009-10-30  Eric Blake  <ebb9@byu.net>
9704
9705         build: avoid compiler warnings
9706         * lib/fchmodat.c (lchmod): Mark unused variables.
9707         * lib/getopt.c (_getopt_initialize): Likewise.
9708         * lib/mktime.c (__mktime_internal): Provide prototype.
9709         * lib/inttostr.c (inttostr): Avoid compiler warning even with
9710         older gcc that do not understand #pragma GCC diagnostic.
9711         * lib/uinttostr.c (inttype_is_unsigned): Define.
9712         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
9713
9714 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
9715
9716         stat: fix compilation on AIX
9717         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
9718         only see struct stat64.
9719
9720 2009-10-30  Eric Blake  <ebb9@byu.net>
9721
9722         exclude: make more robust
9723         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
9724         rather than masking a coding bug.
9725         Suggested by Bruno Haible.
9726
9727 2009-10-30  Jim Meyering  <meyering@redhat.com>
9728
9729         perl scripts: remove #!/usr/bin/perl in favor of more portable...
9730         Rather than putting #!/usr/bin/perl on the first line,
9731         start with a variant of what's recommended by "man perlrun" that
9732         invokes the first "perl" program from your shell's search path.
9733         * build-aux/gitlog-to-changelog: Replace #!... as above.
9734         Add a "Local Variables" perl mode setting.
9735         Prompted by a patch from Ludovic Courtès.
9736         Improved by Eric Blake.
9737         * build-aux/useless-if-before-free: Likewise.
9738         * build-aux/announce-gen: Likewise.
9739         * build-aux/update-copyright: Likewise.
9740
9741 2009-10-29  Eric Blake  <ebb9@byu.net>
9742
9743         filenamecat-lgpl: adjust clients
9744         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
9745         filenamecat.
9746         * modules/renameat (Depends-on): Likewise.
9747
9748         filenamecat: split into filenamecat-lgpl
9749         * modules/filenamecat-lgpl: New module.
9750         * modules/filenamecat (Files): Move library-safe files into
9751         filenamecat-lgpl.
9752         (Depends-on): Add filenamecat-lgpl.
9753         (configure.ac): Declare witness.
9754         * lib/filenamecat.h (file_name_concat): Only declare when using
9755         GPL module.
9756         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
9757         Move...
9758         * lib/filenamecat-lgpl.c: ...into new file.
9759         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
9760         (gl_FILE_NAME_CONCAT): Use it.
9761         * MODULES.html.sh (File system functions): Mention new module.
9762
9763         argp: avoid memory leak
9764         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
9765         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
9766         base_name, since the latter malloc()s and can call exit().
9767         Leak introduced 2006-07-03.
9768
9769         dirname-lgpl: adjust clients that don't need full dirname
9770         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
9771         * modules/filenamecat (Depends-on): Likewise.
9772         * modules/linkat (Depends-on): Likewise.
9773         * modules/mkancesdirs (Depends-on): Likewise.
9774         * modules/mkdir (Depends-on): Likewise.
9775         * modules/openat (Depends-on): Likewise.
9776         * modules/savewd (Depends-on): Likewise.
9777         * modules/rename (Depends-on): Likewise.
9778         (License): Relax license.
9779         * modules/mkdir-tests (Depends-on): Drop progname.
9780         (Makefile.am): Delete unneeded LDADD.
9781         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
9782
9783         dirname: split into dirname-lgpl
9784         * modules/dirname-lgpl: New module.
9785         * modules/dirname (Files): Move library-safe files into
9786         dirname-lgpl.
9787         (Depends-on): Add dirname-lgpl.
9788         (configure.ac): Declare witness.
9789         * modules/double-slash-root (License): Relax license.
9790         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
9791         module.
9792         * lib/dirname.c (dir_len, mdir_name): Move...
9793         * lib/dirname-lgpl.c: ...into new file.
9794         * lib/basename.c (last_component, base_len): Move...
9795         * lib/basename-lgpl.c: ...into new file.
9796         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
9797         (gl_DIRNAME): Use it.
9798         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
9799         Mention new module.
9800         * modules/dirname-tests (Depends-on): Add progname.
9801         * tests/test-dirname.c (program_name): Delete.
9802
9803         mkdir: make safe for libraries
9804         * modules/mkdir (Depends-on): Drop xalloc.
9805         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
9806         exit.
9807
9808         tests: avoid some compiler warnings
9809         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
9810         literals.
9811         * tests/test-memchr.c (main): Avoid type mismatch.
9812         * tests/test-arpa_inet.c (main): Avoid unused parameters.
9813         * tests/test-base64.c (main): Likewise.
9814         * tests/test-getdelim.c (main): Likewise.
9815         * tests/test-gethostname.c (main): Likewise.
9816         * tests/test-getline.c (main): Likewise.
9817         * tests/test-netinet_in.c (main): Likewise.
9818         * tests/test-select.c (open_server_socket, main): Likewise.
9819         * tests/test-select-stdin.c (main): Likewise.
9820         * tests/test-sockets.c (main): Likewise.
9821         * tests/test-strsignal.c (main): Likewise.
9822         * tests/test-sys_select.c (main): Likewise.
9823         * tests/test-sys_socket.c (main): Likewise.
9824         * tests/test-u64.c (main): Likewise.
9825         * tests/test-xfprintf-posix.c (main): Likewise.
9826         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
9827
9828         sockets: avoid compiler warning
9829         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
9830
9831         maint: detect usage(1) and other suspicious exits
9832         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
9833
9834 2009-10-29  Jim Meyering  <meyering@redhat.com>
9835
9836         timespec: long-to-int truncation could make timespec_cmp malfunction
9837         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
9838         a multiple of 2^32 nanoseconds as no difference.
9839
9840 2009-10-28  Jim Meyering  <meyering@redhat.com>
9841
9842         fprintftime: wrap macro code argument in "do {...} while(0)"
9843         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
9844         cpy macro must be a statement that can be followed by a semicolon.
9845         Now that the else clause contains a comment and is hence longer
9846         than one line, I require curly braces.  That in turn requires
9847         that we wrap this code block in the standard do...while(0).
9848
9849         fprintftime: remove stray semicolon from previous change
9850         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
9851
9852         fprintftime: avoid a warning about ignored fwrite return value
9853         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
9854         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
9855         that is unsafe.
9856         * modules/fprintftime (Depends-on): Add ignore-value.
9857
9858         exclude: avoid an unwarranted warning
9859         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
9860
9861 2009-10-27  Eric Blake  <ebb9@byu.net>
9862
9863         fseek: avoid compilation failure when fflush is replaced
9864         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
9865         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
9866         module is in use.
9867         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
9868         module is not in use; since REPLACE_FSEEK worked otherwise.
9869         (GNULIB_FTELLO): Likewise for ftell.
9870         Reported by Ian Beckwith and others.
9871
9872 2009-10-27  Bruno Haible  <bruno@clisp.org>
9873
9874         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
9875         Reported by Jim Meyering.
9876
9877 2009-10-27  Jim Meyering  <jim@meyering.net>
9878             Bruno Haible  <bruno@clisp.org>
9879
9880         Avoid warning despite dropping the return value of fwrite.
9881         * lib/unicodeio.c: Include ignore-value.h.
9882         (fwrite_success_callback): Explicitly ignore fwrite's return value.
9883         * modules/unicodeio (Depends-on): Add ignore-value.
9884
9885 2009-10-26  Eric Blake  <ebb9@byu.net>
9886
9887         areadlinkat: fix fallback path
9888         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
9889         pointer and zero.
9890
9891 2009-10-22  Pádraig Brady  <P@draigBrady.com>
9892
9893         Use a better IO block size for modern systems
9894         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
9895         * lib/md2.c: Likewise.
9896         * lib/md4.c: Likewise.
9897         * lib/md5.c: Likewise.
9898         * lib/sha1.c: Likewise.
9899         * lib/sha256.c: Likewise.
9900         * lib/sha512.c: Likewise.
9901
9902 2009-10-22  Eric Blake  <ebb9@byu.net>
9903
9904         tests: avoid several compiler warnings
9905         * tests/test-getcwd.c (main): Avoid buffer underflow.
9906         * tests/test-getdate.c (main): String literals are not safe with
9907         putenv, so use setenv.  Declare unused argument.
9908         * modules/getdate-tests (Depends-on): Add setenv.
9909         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
9910         problems with string literals in char *.
9911         * tests/test-hash.c (main): Avoid shadowing declaration.
9912         (insert_new): Treat string literals as char const *.
9913         * tests/test-getopt.h (test_getopt): Likewise.
9914         (getopt_loop): Alter types to minimize casting elsewhere.
9915         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
9916         (test_getopt_long_posix): Likewise.
9917         (do_getopt_long): Add wrapper to minimize casting.
9918         * tests/test-atexit.c (clear_temp_file): Use void.
9919         * tests/test-areadlink-with-size.c (main): Declare unused
9920         arguments.
9921         * tests/test-areadlink.c (main): Likewise.
9922         * tests/test-areadlinkat-with-size.c (main): Likewise.
9923         * tests/test-areadlinkat.c (main): Likewise.
9924         * tests/test-canonicalize-lgpl.c (main): Likewise.
9925         * tests/test-canonicalize.c (main): Likewise.
9926         * tests/test-dirent-safer.c (main): Likewise.
9927         * tests/test-dirname.c (main): Likewise.
9928         * tests/test-dup2.c (main): Likewise.
9929         * tests/test-fchdir.c (main): Likewise.
9930         * tests/test-fcntl-h.c (main): Likewise.
9931         * tests/test-fcntl-safer.c (main): Likewise.
9932         * tests/test-fdopendir.c (main): Likewise.
9933         * tests/test-fdutimensat.c (main): Likewise.
9934         * tests/test-fflush.c (main): Likewise.
9935         * tests/test-filenamecat.c (main): Likewise.
9936         * tests/test-filevercmp.c (main): Likewise.
9937         * tests/test-fopen-safer.c (main): Likewise.
9938         * tests/test-fopen.c (main): Likewise.
9939         * tests/test-fpending.c (main): Likewise.
9940         * tests/test-fpurge.c (main): Likewise.
9941         * tests/test-freading.c (main): Likewise.
9942         * tests/test-fstatat.c (main): Likewise.
9943         * tests/test-fsync.c (main): Likewise.
9944         * tests/test-futimens.c (main): Likewise.
9945         * tests/test-getndelim2.c (main): Likewise.
9946         * tests/test-gettimeofday.c (main): Likewise.
9947         * tests/test-getopt.c (main): Likewise.
9948         * tests/test-i-ring.c (main): Likewise.
9949         * tests/test-inttypes.c (main): Likewise.
9950         * tests/test-link.c (main): Likewise.
9951         * tests/test-lstat.c (main): Likewise.
9952         * tests/test-math.c (main): Likewise.
9953         * tests/test-md5.c (main): Likewise.
9954         * tests/test-memchr2.c (main): Likewise.
9955         * tests/test-memrchr.c (main): Likewise.
9956         * tests/test-mkdir.c (main): Likewise.
9957         * tests/test-mkdirat.c (main): Likewise.
9958         * tests/test-mkfifoat.c (main): Likewise.
9959         * tests/test-open.c (main): Likewise.
9960         * tests/test-openat-safer.c (main): Likewise.
9961         * tests/test-openat.c (main): Likewise.
9962         * tests/test-quotearg.c (main): Likewise.
9963         * tests/test-rawmemchr.c (main): Likewise.
9964         * tests/test-readlink.c (main): Likewise.
9965         * tests/test-remove.c (main): Likewise.
9966         * tests/test-rename.c (main): Likewise.
9967         * tests/test-renameat.c (main): Likewise.
9968         * tests/test-rmdir.c (main): Likewise.
9969         * tests/test-sha1.c (main): Likewise.
9970         * tests/test-signal.c (main): Likewise.
9971         * tests/test-sigaction.c (main): Likewise.
9972         * tests/test-stat.c (main): Likewise.
9973         * tests/test-stat-time.c (main): Likewise.
9974         * tests/test-stddef.c (main): Likewise.
9975         * tests/test-stdint.c (main): Likewise.
9976         * tests/test-stdio.c (main): Likewise.
9977         * tests/test-stdlib.c (main): Likewise.
9978         * tests/test-strchrnul.c (main): Likewise.
9979         * tests/test-strerror.c (main): Likewise.
9980         * tests/test-string.c (main): Likewise.
9981         * tests/test-strtod.c (main): Likewise.
9982         * tests/test-strverscmp.c (main): Likewise.
9983         * tests/test-symlink.c (main): Likewise.
9984         * tests/test-symlinkat.c (main): Likewise.
9985         * tests/test-sys_stat.c (main): Likewise.
9986         * tests/test-sys_time.c (main): Likewise.
9987         * tests/test-time.c (main): Likewise.
9988         * tests/test-unistd.c (main): Likewise.
9989         * tests/test-unlink.c (main): Likewise.
9990         * tests/test-unlinkat.c (main): Likewise.
9991         * tests/test-utimens.c (main): Likewise.
9992         * tests/test-utimensat.c (main): Likewise.
9993         * tests/test-version-etc.c (main): Likewise.
9994         * tests/test-wchar.c (main): Likewise.
9995         * tests/test-wctype.c (main): Likewise.
9996         * tests/test-xprintf-posix.c (main): Likewise.
9997         * tests/test-posixtm.c (main): Likewise.
9998         (STREQ): Delete unused macro.
9999         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
10000         shadowed variables.
10001         * tests/test-memchr.c (main): Likewise.
10002
10003 2009-10-21  Eric Blake  <ebb9@byu.net>
10004
10005         areadlinkat: avoid failure on older glibc
10006         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
10007         rather than mis-comparing 0 against FUNC_RESULT of char*.
10008
10009 2009-10-21  Bruno Haible  <bruno@clisp.org>
10010
10011         * modules/stpncpy (License): Relicense under LGPLv2+.
10012         Reported by David Lutterkort <lutter@redhat.com>.
10013
10014 2009-10-20  Eric Blake  <ebb9@byu.net>
10015
10016         utimensat: work around Solaris 9 bug
10017         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
10018         has trailing slash bugs.
10019         * tests/test-lutimens.h (test_lutimens): Enhance test.
10020         * tests/test-utimens.h (test_utimens): Likewise.
10021         * doc/posix-functions/utime.texi (utime): Enhance documentation.
10022         * doc/posix-functions/utimes.texi (utimes): Likewise.
10023         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10024         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
10025         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
10026         * doc/posix-functions/futimens.texi (futimens): Likewise.
10027
10028         fdutimensat: new module
10029         * modules/fdutimensat: New file.
10030         * lib/fdutimensat.c (fdutimensat): Likewise.
10031         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
10032         * MODULES.html.sh (File system functions): Mention module.
10033         * modules/fdutimensat-tests: New test.
10034         * tests/test-fdutimensat.c: Likewise.
10035
10036         doc: regenerate INSTALL
10037         * doc/INSTALL: Reflect recent autoconf update.
10038         * doc/INSTALL.ISO: Likewise.
10039         * doc/INSTALL.UTF-8: Likewise.
10040
10041 2009-10-20  Pádraig Brady  <P@draigBrady.com>
10042
10043         acl: warn if ACL support is not detected
10044         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
10045
10046 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
10047
10048         * lib/nproc.h: Add extern "C" block for C++.
10049
10050 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
10051             Bruno Haible  <bruno@clisp.org>
10052
10053         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
10054         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
10055         * doc/posix-functions/isalpha.texi: Likewise.
10056         * doc/posix-functions/isblank.texi: Likewise.
10057         * doc/posix-functions/iscntrl.texi: Likewise.
10058         * doc/posix-functions/isdigit.texi: Likewise.
10059         * doc/posix-functions/isgraph.texi: Likewise.
10060         * doc/posix-functions/islower.texi: Likewise.
10061         * doc/posix-functions/isprint.texi: Likewise.
10062         * doc/posix-functions/ispunct.texi: Likewise.
10063         * doc/posix-functions/isspace.texi: Likewise.
10064         * doc/posix-functions/isupper.texi: Likewise.
10065         * doc/posix-functions/isxdigit.texi: Likewise.
10066
10067 2009-10-18  Bruno Haible  <bruno@clisp.org>
10068
10069         Tests for module 'isblank'.
10070         * modules/isblank-tests: New file.
10071         * tests/test-isblank.c: New file.
10072
10073         New module 'isblank'.
10074         * lib/isblank.c: New file.
10075         * m4/isblank.m4: New file.
10076         * modules/isblank: New file.
10077         * doc/posix-functions/isblank.texi: Mention the new module.
10078
10079 2009-10-18  Bruno Haible  <bruno@clisp.org>
10080
10081         New module 'ctype'.
10082         * lib/ctype.in.h: New file.
10083         * m4/ctype.m4: New file.
10084         * modules/ctype: New file.
10085         * doc/posix-headers/ctype.texi: Mention the new module.
10086
10087 2009-10-18  Jim Meyering  <meyering@redhat.com>
10088
10089         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
10090         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
10091         right after its initialization, rather than farther down.
10092         Keeping these in close proximity makes it easier to ensure
10093         that each such variable is initialized.  E.g.,
10094
10095             LIB_CLOCK_GETTIME=
10096             AC_SUBST([LIB_CLOCK_GETTIME])
10097
10098         This change also increments these serial numbers.
10099         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
10100         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10101         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10102
10103 2009-10-18  Bruno Haible  <bruno@clisp.org>
10104
10105         Don't let environment variables perturb build.
10106         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
10107         (gl_PREREQ_GETHRXTIME): ... not here.
10108
10109 2009-10-18  Bruno Haible  <bruno@clisp.org>
10110
10111         Avoid symlink attack in localcharset module.
10112         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
10113         (O_NOFOLLOW): Define fallback.
10114         (get_charset_aliases): Don't open the file if it is a symbolic link.
10115         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
10116         gl_FCNTL_H.
10117         (gl_FCNTL_H): Require it.
10118         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
10119         * modules/localcharset (Files): Add m4/fcntl_h.m4.
10120         Reported by Fergal Glynn <fglynn@veracode.com>.
10121
10122 2009-10-18  Bruno Haible  <bruno@clisp.org>
10123
10124         Implement nproc for mingw.
10125         * lib/nproc.c: Include <windows.h>
10126         (num_processors): On native Windows platforms, try GetSystemInfo.
10127
10128 2009-10-18  Bruno Haible  <bruno@clisp.org>
10129
10130         Implement nproc for IRIX.
10131         * lib/nproc.c: Include <sys/sysmp.h>.
10132         (num_processors): On IRIX systems, try sysmp.
10133         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
10134
10135 2009-10-18  Bruno Haible  <bruno@clisp.org>
10136
10137         Implement nproc for HP-UX.
10138         * lib/nproc.c: Include <sys/pstat.h>
10139         (num_processors): On HP-UX systems, try pstat_getdynamic.
10140         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
10141         pstat_getdynamic.
10142
10143 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
10144             Bruno Haible  <bruno@clisp.org>
10145
10146         Implement nproc for NetBSD, OpenBSD.
10147         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
10148         (ARRAY_SIZE): New macro.
10149         (num_processors): On BSD systems, try sysctl of HW_NCPU.
10150         * m4/nproc.m4: New file.
10151         * modules/nproc (Files): Add m4/nproc.m4.
10152         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
10153         (Makefile.am): Instead, augment lib_SOURCES.
10154
10155 2009-10-18  Bruno Haible  <bruno@clisp.org>
10156
10157         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
10158         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
10159         sys/param.h.
10160
10161 2009-10-16  Eric Blake  <ebb9@byu.net>
10162
10163         utimensat: new module
10164         * modules/utimensat: New file.
10165         * lib/utimensat.c (utimensat): Likewise.
10166         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
10167         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
10168         so we can work around Linux bugs.
10169         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10170         * modules/sys_stat (Makefile.am): Substitute them.
10171         * lib/sys_stat.in.h (utimensat): Declare it.
10172         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10173         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10174         * modules/utimensat-tests: New test.
10175         * tests/test-utimensat.c: Likewise.
10176
10177         utimens: let lutimens work on non-symlinks
10178         * lib/utimens.c (lutimens): Fall back to utimens rather than
10179         failing with ENOSYS, when file is not a symlink.
10180         (utimens): Reduce redirection.
10181         * tests/test-lutimens.h (test_lutimens): Update test to cover
10182         non-symlinks.
10183         * tests/test-utimens.h (test_utimens): Update test to cover
10184         symlinks.
10185         * tests/test-utimens.c (main): Update caller.
10186
10187         utimens: cache whether utimensat syscall works
10188         * lib/utimens.c (utimensat_works_really): New cache variable.
10189         (fdutimens, lutimens): Use it to avoid failing syscall.
10190
10191         test-stat-time, test-utimens: improve portability
10192         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
10193         ext4 on alpha, and for cygwin.
10194         * tests/test-utimens-common.h: New file.
10195         (nap): Factor delays into single function.
10196         * tests/test-lutimens.h (test_lutimens): Use new header.
10197         * tests/test-futimens.h (test_futimens): Likewise.
10198         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
10199         timestamps to occur from same machine, as was done previously for
10200         test_utimens.
10201         * modules/utimens-tests (Files): Ship new file.
10202         * modules/futimens-tests (Files): Likewise.
10203         Reported in part by Jim Meyering.
10204
10205         sys_stat: sort replacement declarations
10206         * lib/sys_stat.in.h: Sort declarations.
10207         * lib/futimens.c (futimens): Fix typo.
10208
10209 2009-10-15  Jim Meyering  <meyering@redhat.com>
10210
10211         don't let environment settings perturb build
10212         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
10213         could cause a configure-time and/or build-time malfunction.
10214         Typically, a configure-time function-in-library test is performed
10215         via code like this:
10216
10217           LIB_VAR=
10218           AC_SUBST([LIB_VAR])
10219           prefix_saved_LIBS=$LIBS
10220             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
10221                        [test "$ac_cv_search_FUNC" = "none required" ||
10222                         LIB_VAR=$ac_cv_search_FUNC])
10223           LIBS=$prefix_saved_LIBS
10224
10225         However, in each of the files affected by this change, the LIB_VAR=
10226         initialization was omitted.  Thus, when set in the environment, its
10227         value would propagate into generated Makefiles when FUNC is not found
10228         in LIB_NAME.
10229         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
10230         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10231         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10232
10233 2009-10-14  Eric Blake  <ebb9@byu.net>
10234
10235         fchdir: avoid infinite recursion in mingw
10236         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
10237         recursing.
10238
10239         test-stat-time: port to mingw
10240         * tests/test-stat-time.c (force_unlink): Return a value.
10241         (test_ctime) [W32]: Fix compilation error.
10242         (nap): Don't call usleep with too large an argument.  Use
10243         force_unlink.
10244         * doc/pastposix-functions/usleep.texi (usleep): Document the
10245         portability issue.
10246
10247 2009-10-13  Jim Meyering  <meyering@redhat.com>
10248
10249         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
10250         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
10251         * modules/pipe-filter-ii: Likewise.
10252         * modules/sys_socket-tests: Likewise.
10253         * modules/tsearch-tests: Likewise.
10254         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
10255         (check): Depend on it.
10256
10257 2009-10-12  Eric Blake  <ebb9@byu.net>
10258
10259         utimens-tests: port to NFS file systems
10260         * tests/test-utimens.h (test_utimens): Refactor utimecmp
10261         comparisons to avoid spurious failures from timestamp drift
10262         between NFS machines.
10263
10264 2009-10-12  Eric Blake  <ebb9@byu.net>
10265
10266         stat-time-tests: minor cleanups
10267         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
10268         * tests/test-stat-time.c (nap): Separate assignment from call.
10269         Suggested by Paolo Bonzini and Bruno Haible.
10270
10271         sys_stat: guarantee struct timespec
10272         * lib/sys_stat.in.h (includes): Always include <time.h>
10273         * modules/sys_stat (Depends-on): Add time.
10274         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
10275         mode_t permission values.
10276         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
10277         get at subsecond timestamps.
10278
10279 2009-10-10  Eric Blake  <ebb9@byu.net>
10280
10281         futimens: new module
10282         * modules/futimens: New file.
10283         * lib/futimens.c (futimens): Likewise.
10284         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
10285         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
10286         we can work around Linux bugs.
10287         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10288         * modules/sys_stat (Makefile.am): Substitute them.
10289         * lib/sys_stat.in.h (futimens): Declare it.
10290         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10291         * doc/posix-functions/futimens.texi (futimens): Likewise.
10292         * modules/futimens-tests: New test.
10293         * tests/test-futimens.c: Likewise.
10294
10295         utimens: introduce fdutimens
10296         * lib/utimens.h (fdutimens): New prototype.
10297         * lib/utimens.c (gl_futimens): Move guts...
10298         (fdutimens): ...to new interface.
10299         * tests/test-utimens.c (do_fdutimens): Use it.
10300
10301         utimens: add UTIME_NOW and UTIME_OMIT support
10302         * lib/utimens.c (validate_timespec, update_timespec): New helper
10303         functions.
10304         (gl_futimens, lutimens): Use them.
10305         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
10306         stdbool, sys_stat.
10307         (Link): Mention resulting library dependency.
10308         * modules/utimecmp (Link): Likewise.
10309         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
10310         (Makefile.am): Pick up library dependency.
10311         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
10312         definition.
10313         * tests/test-sys_stat.c: Test the definitions.
10314         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
10315         * NEWS: Document library dependency.
10316
10317         utimecmp: support symlink timestamps
10318         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
10319         hashing when possible.  Use pathconf when available.
10320         (SYSCALL_RESOLUTION): Recognize tighter resolution.
10321         * modules/utimecmp (Depends-on): Add lstat.
10322
10323         utimens: add lutimens interface
10324         * lib/utimens.c (lutimens): New function.
10325         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
10326         * lib/utimens.h (lutimens): Declare new interface.
10327         * tests/test-utimens.c (main): Enhance test.
10328         * tests/test-lutimens.h (test_lutimens): New file.
10329         * modules/utimens-tests (Files): Distribute it.
10330         (Depends-on): Add symlink.
10331         (configure.ac): Check for usleep.
10332
10333         utimens: validate futimens usage
10334         * lib/utimens.c (gl_futimens): Require valid fd up front, using
10335         fewer syscalls on failure later on.  Avoid compiler warning on
10336         mingw.
10337         * modules/utimens (Depends-on): Add dup2.
10338
10339         utimens: add test
10340         * modules/utimens-tests: New test.
10341         * tests/test-utimens.h: New file.
10342         * tests/test-futimens.h: Likewise.
10343         * tests/test-utimens.c: Likewise.
10344
10345         doc: mention timestamp portability issues
10346         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
10347         instead.
10348         * doc/posix-functions/utime.texi (utime): Likewise.
10349         * doc/posix-functions/utimes.texi (utimes): Likewise.
10350         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
10351         instead.
10352         * doc/posix-functions/futimens.texi (futimens): Mention utimens
10353         module.
10354         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10355         Mention weakness with symlink timestamps.
10356         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
10357         to utimensat/futimens instead.
10358         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
10359
10360         test-dup2: enhance test
10361         * tests/test-dup2.c (main): Also check AT_FDCWD.
10362
10363         test-stat-time: avoid more spurious failures
10364         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
10365         xfs; and avoid race if the two timestamps cross quantization edge.
10366
10367         relocatable: prefer 'file system' over 'filesystem'
10368         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
10369         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
10370         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
10371         * doc/relocatable.texi (Enabling Relocatability): Likewise.
10372         * lib/relocatable.c (compute_curr_prefix): Likewise.
10373
10374 2009-10-10  Jim Meyering  <meyering@redhat.com>
10375
10376         stat-time-tests: check for the usleep function
10377         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
10378
10379 2009-10-10  Bruno Haible  <bruno@clisp.org>
10380
10381         * modules/xnanosleep: Put the Link section after the Include section.
10382
10383 2009-10-09  Eric Blake  <ebb9@byu.net>
10384
10385         dup2: work around FreeBSD 6.1 bug
10386         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
10387         * doc/posix-functions/dup2.texi (dup2): Document it.
10388         Reported by Nelson H. F. Beebe and Jim Meyering.
10389
10390         test-stat-time: port to buggy NFS clients
10391         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
10392         (test_ctime): Also skip test if mtime and ctime are skewed.
10393
10394         maint: prefer 'file system' over 'filesystem'
10395         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10396         * doc/posix-functions/lstat.texi (lstat): Likewise.
10397         * lib/file-has-acl.c (file_has_acl): Likewise.
10398         * lib/fwriteerror.c [TEST]: Likewise.
10399         * tests/test-areadlink.h (test_areadlink): Likewise.
10400         * tests/test-areadlinkat-with-size.c (main): Likewise.
10401         * tests/test-areadlinkat.c (main): Likewise.
10402         * tests/test-canonicalize-lgpl.c (main): Likewise.
10403         * tests/test-canonicalize.c (main): Likewise.
10404         * tests/test-fstatat.c (main): Likewise.
10405         * tests/test-linkat.c (main): Likewise.
10406         * tests/test-lstat.h (test_lstat_func): Likewise.
10407         * tests/test-mkdir.h (test_mkdir): Likewise.
10408         * tests/test-readlink.h (test_readlink): Likewise.
10409         * tests/test-remove.c (main): Likewise.
10410         * tests/test-rename.h (test_rename): Likewise.
10411         * tests/test-renameat.c (main): Likewise.
10412         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10413         * tests/test-symlink.h (test_symlink): Likewise.
10414         * tests/test-symlinkat.c (main): Likewise.
10415         * tests/test-unlink.h (test_unlink_func): Likewise.
10416         * tests/test-unlinkat.c (main): Likewise.
10417
10418         maint: make realtime library usage explicit
10419         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
10420         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
10421         * modules/settime (Link): Likewise.
10422         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
10423
10424         test-stat-time: speed up execution
10425         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
10426         warning on mingw.
10427         (nap): New helper function.
10428         (prepare_test): Use it to reduce sleep time.
10429         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
10430         execution.
10431         * modules/stat-time-tests (configure.ac): Check for usleep.
10432
10433 2009-10-09  Jim Meyering  <meyering@redhat.com>
10434
10435         selinux-h: always use getfilecon wrappers
10436         * lib/getfilecon.c: New file.
10437         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
10438         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
10439         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
10440         (fgetfilecon): Provide a stub.
10441         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
10442         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
10443         file unconditionally.
10444         When <selinux/selinux.h> is found, arrange to use wrappers.
10445         * modules/selinux-h (Files): Add getfilecon.c.
10446         (Makefile.am): Substitute include-next-related bits
10447         into the now-always-generated selinux/selinux.h file.
10448         * doc/glibc-functions/lgetfilecon.texi: New file.
10449         * doc/glibc-functions/fgetfilecon.texi: New file.
10450         * doc/glibc-functions/getfilecon.texi: New file.
10451         * doc/glibc-functions/getfilecon-desc.texi: New file.
10452         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
10453         which to pull in the new files.
10454         * MODULES.html.sh (Misc): Add selinux-h.
10455
10456 2009-10-08  Jim Meyering  <meyering@redhat.com>
10457
10458         unistd: fix comment typo
10459         * lib/unistd.in.h (euidaccess): Fix a comment typo.
10460
10461 2009-10-08  Eric Blake  <ebb9@byu.net>
10462
10463         areadlink: use SIZE_MAX consistently
10464         * modules/areadlink (Depends-on): Add stdint.
10465         * modules/areadlink-with-size (Depends-on): Likewise.
10466         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
10467         gives NULL; drop sys/types, since unistd gives size_t; and add
10468         stdint for SIZE_MAX.
10469         (SIZE_MAX): Rely on headers.
10470         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
10471         and add stdint.
10472         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
10473         (SIZE_MAX): Likewise.
10474         (INITIAL_BUF_SIZE): Turn into enum.
10475         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
10476
10477 2009-10-08  Jim Meyering  <meyering@redhat.com>
10478
10479         areadlinkat: avoid compilation failure
10480         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
10481         Fix typo in comment.
10482
10483 2009-10-07  Eric Blake  <ebb9@byu.net>
10484
10485         areadlinkat-with-size: new module
10486         * modules/areadlinkat-with-size: New module.
10487         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
10488         * lib/areadlink.h (areadlinkat): Declare it.
10489         * MODULES.html.sh (File system functions): Mention it.
10490         * modules/areadlinkat-with-size-tests: New test.
10491         * tests/test-areadlinkat-with-size.c: New file.
10492
10493         xreadlinkat: new module
10494         * modules/xreadlinkat: New module.
10495         * lib/xreadlinkat.c (xreadlinkat): New file.
10496         * lib/xreadlink.h (xreadlinkat): Declare it.
10497         * MODULES.html.sh (File system functions): Mention it.
10498
10499         areadlinkat: new module
10500         * lib/at-func.c (FUNC_FAIL): New define.
10501         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
10502         * modules/areadlinkat: New module.
10503         * lib/linkat.c (areadlinkat): Move...
10504         * lib/areadlinkat.c (areadlinkat): ...to new file.
10505         * lib/areadlink.h (areadlinkat): Declare it.
10506         * modules/linkat (Depends-on): Add areadlinkat.
10507         * MODULES.html.sh (File system functions): Mention it.
10508         * modules/areadlinkat-tests: New test.
10509         * tests/test-areadlinkat.c: New file.
10510
10511         areadlink, areadlink-with-size: add tests
10512         * modules/areadlink-tests: New test.
10513         * modules/areadlink-with-size-tests: Likewise.
10514         * tests/test-areadlink.h: New file.
10515         * tests/test-areadlink.c: Likewise.
10516         * tests/test-areadlink-with-size.c: Likewise.
10517
10518         maint: minor cleanups
10519         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
10520         _UNUSED_PARAMETER_ instead.
10521         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
10522         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
10523         * modules/linkat-tests (Files): Distribute test-link.h.
10524
10525         openat, utimens: whitespace cleanup
10526         * lib/openat.c: Prefer space throughout, rather than mix of 8
10527         spaces vs. tabs.
10528         * lib/at-func.c: Likewise.
10529         * lib/utimens.c: Likewise.
10530
10531         openat: avoid using wrong fd
10532         * lib/openat.c (openat_permissive): Reject user's fd if saving the
10533         working directory chooses same fd.
10534         * lib/at-func.c (AT_FUNC_NAME): Likewise.
10535
10536         mkdir, mkdirat: fix cygwin 1.5.x bug
10537         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
10538         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
10539         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
10540         bug.
10541         (gl_PREREQ_MKDIR): Delete unused macro.
10542         * modules/mkdir (Files): Track file rename.
10543         (configure.ac): Update macro name.
10544         * modules/openat (Depends-on): Add mkdir.
10545         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
10546
10547         mkdir, mkdirat: add tests
10548         * modules/mkdir-tests: New test.
10549         * tests/test-mkdir.h: New file.
10550         * tests/test-mkdir.c: Likewise.
10551         * tests/test-mkdirat.c: Likewise.
10552         * modules/openat-tests (Files): Add new files.
10553         (Makefile.am): Run new test.
10554
10555 2009-10-06  Eric Blake  <ebb9@byu.net>
10556
10557         doc: tweak *at function documentation
10558         * doc/posix-functions/faccessat.texi (faccessat): Mention
10559         known issue with replacement.
10560         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
10561         * doc/posix-functions/linkat.texi (linkat): Likewise.
10562         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10563         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10564         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10565         * doc/posix-functions/renameat.texi (renameat): Likewise.
10566         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10567
10568         openat: fix GNU/Hurd bug in unlinkat
10569         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
10570         broken.
10571         * doc/posix-functions/unlink.texi (unlink): Document this.
10572         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
10573
10574         fdopendir: fix GNU/Hurd bug
10575         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
10576         allowing non-directory fds.
10577         * lib/fdopendir.c (rpl_fdopendir): Work around it.
10578         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
10579         * modules/dirent (Makefile.am): Substitute it.
10580         * lib/dirent.in.h (fdopendir): Declare replacement.
10581         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
10582         * tests/test-fdopendir.c (main): Test something other than
10583         /dev/null, since on Hurd that behaves like a directory.
10584
10585         test-symlink: port to GNU/Hurd
10586         * tests/test-symlink.h (test_symlink): Relax expected errno.
10587
10588         doc: tweak more cygwin information
10589         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
10590         now compatible with glibc.
10591         * doc/posix-functions/getopt.texi (getopt): Likewise.
10592
10593         getopt-gnu: add another test
10594         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
10595         guarantee behavior relied on by m4.
10596         * tests/test-getopt.c (main): Use it.
10597         * modules/getopt-posix-tests (Depends-on): Add setenv.
10598         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
10599
10600         getopt: fix compilation on darwin
10601         * lib/getopt.in.h (includes): Leave breadcrumbs during system
10602         include.
10603         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
10604         Reported by Ludovic Courtès.
10605
10606 2009-10-06  Bruno Haible  <bruno@clisp.org>
10607
10608         * modules/size_max (Description): Discourage its use.
10609         Reported by Simon Josefsson.
10610
10611 2009-10-06  Jim Meyering  <meyering@redhat.com>
10612
10613         linkat: avoid compilation failure
10614         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
10615
10616 2009-10-05  Eric Blake  <ebb9@byu.net>
10617
10618         linkat: support Linux 2.6.17
10619         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
10620         linkat on Linux, but allow cache variable override.
10621         * lib/linkat.c (rpl_linkat): Define override.
10622         * modules/linkat (Depends-on): Add symlinkat.
10623         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
10624         * modules/unistd (Makefile.am): Substitute it.
10625         * lib/unistd.in.h (linkat): Declare replacement.
10626         Reported by Pádraig Brady.
10627
10628         quotearg: port test to systems with C.UTF-8 locale
10629         * tests/test-quotearg.c (struct result_strings): Add another
10630         member, differentiating between C.ASCII and C.UTF-8 handling.
10631         (compare_strings): Add parameter.
10632         (main): Adjust all callers.
10633
10634         getopt: avoid clash with FreeBSD _getopt_internal
10635         * lib/getopt.in.h (_getopt_internal): Override the name.
10636         * lib/getopt_int.h (includes): Pick up any overrides.
10637         Reported by Reuben Thomas.
10638
10639         hash: allow C89 compilation
10640         * lib/hash.c (check_tuning): Move declaration before statement.
10641         Reported by Reuben Thomas.
10642
10643 2009-10-05  Karl Berry  <karl@gnu.org>
10644
10645         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
10646
10647 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
10648             Bruno Haible  <bruno@clisp.org>
10649
10650         * lib/uname.c (uname): Use a table-driven algorithm to compute
10651         Windows NT versions.
10652
10653 2009-10-04  Bruno Haible  <bruno@clisp.org>
10654
10655         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
10656         program_invocation_short_name.
10657         * modules/progname (configure.ac): Test for presence of
10658         program_invocation_short_name.
10659         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
10660
10661 2009-10-04  Bruno Haible  <bruno@clisp.org>
10662
10663         * lib/progname.c (set_program_name): Fix comment.
10664         Reported by Jim Meyering.
10665
10666 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
10667             Bruno Haible  <bruno@clisp.org>
10668
10669         * lib/uname.c: Include <string.h>.
10670         (uname): Do only one call to GetVersionEx in the common case.
10671
10672 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
10673             Bruno Haible  <bruno@clisp.org>
10674
10675         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
10676         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
10677         (uname): Add support for Windows CE and various non-x86 CPU types.
10678
10679 2009-10-03  Bruno Haible  <bruno@clisp.org>
10680
10681         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
10682         invocation to tests/configure.ac.
10683         Reported by Ian Beckwith <ianb@erislabs.net>.
10684
10685 2009-10-02  Eric Blake  <ebb9@byu.net>
10686
10687         fchdir: avoid compiler warning
10688         * lib/fchdir.c (canonicalize_file_name)
10689         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
10690
10691         test-open: support mingw errno values
10692         * tests/test-open.h (test_open): Relax test.
10693         * tests/test-fopen.h (test_fopen): Likewise.
10694         * tests/test-openat-safer.c (main): Likewise.
10695
10696         open: fix opening directory on mingw
10697         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
10698
10699         test-open: on GNU/Hurd, /dev/null is a directory
10700         * tests/test-fopen.h (main): Rename...
10701         (test_fopen): ...to this.  Use a guaranteed non-directory when
10702         confirming open behavior on trailing slash.
10703         * tests/test-openat-safer.c (main): Likewise.
10704         * tests/test-open.h (main): Likewise....
10705         (test_open): ...to this.
10706         * tests/test-fopen.c (main): Adjust caller.
10707         * tests/test-fopen-safer.c (main): Likewise.
10708         * tests/test-open.c (main): Likewise.
10709         * tests/test-fcntl-safer.c (main): Likewise.
10710         Reported by Samuel Thibault.
10711
10712         rename, fchdir: don't ignore chdir failure
10713         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
10714         * lib/rename.c (rpl_rename) [W32]: Likewise.
10715         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
10716         an empty destination directory if source cannot be renamed,
10717         although there is still possibility for failure.
10718         * doc/posix-functions/rename.texi (rename): Document the race.
10719         Reported by Jim Meyering.
10720
10721         maint: cleanup whitespace in recent commits
10722         * lib/rename.c (rpl_rename): Remove tabs.
10723         * tests/test-link.h (test_link): Likewise.
10724         * lib/fchdir.c (get_name): Likewise.
10725         Reported by Jim Meyering.
10726
10727 2009-10-02  Ben Pfaff  <blp@gnu.org>
10728
10729         relocatable-prog-wrapper: Add missing dependency on
10730         double-slash-root.
10731         * modules/relocatable-prog-wrapper: Add dependency.
10732         Reported by Ian Beckwith <ianb@erislabs.net>.
10733
10734 2009-10-02  Eric Blake  <ebb9@byu.net>
10735
10736         renameat: fix Solaris bugs
10737         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
10738         needed fixing.
10739         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
10740         * modules/stdio (Makefile.am): Substitute it.
10741         * lib/stdio.in.h (renameat): Declare replacement.
10742         * lib/renameat.c (rpl_renameat): Implement fix.
10743
10744         renameat: new module
10745         * modules/renameat: New file.
10746         * lib/renameat.c (renameat): Likewise.
10747         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
10748         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10749         * modules/stdio (Makefile.am): Substitute them.
10750         * lib/stdio.in.h (renameat): Declare it.
10751         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10752         * doc/posix-functions/renameat.texi (renameat): Likewise.
10753         * modules/renameat-tests: New test.
10754         * tests/test-renameat.c: Likewise.
10755
10756         rename: fix mingw bugs
10757         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
10758         directory overwrite bugs.
10759
10760         rename: fix another cygwin 1.5 bug
10761         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
10762         checks.
10763         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
10764         unnecessary cygwin workarounds.  Also work around bug with moving
10765         full directory onto an empty one.
10766         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
10767
10768         rename-dest-slash: merge into rename module
10769         * modules/rename-dest-slash (Status): Mark obsolete.
10770         (Depends-on): Add rename.
10771         (Files): Let rename do it all.
10772         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
10773         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
10774         * m4/rename-dest-slash.m4: ...so this file can be deleted.
10775         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
10776         * lib/rename.c (rpl_rename): Update comments.
10777
10778         rename: fix cygwin 1.5.x bugs
10779         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
10780         * lib/rename.c (rpl_rename): Work around them.
10781         * modules/rename (Depends-on): Add same-inode.
10782
10783         rename: fix Solaris 10 bug
10784         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10785         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
10786         was the only bug.
10787
10788         rename: fix Solaris 9 bug
10789         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
10790         on non-directory.  Avoid calling exit.
10791         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
10792         strdup.
10793         * modules/rename-tests (Depends-on): Drop lstat.
10794         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10795         (gl_PREREQ_RENAME): Delete unused macro.
10796
10797         rename-dest-slash: fix NetBSD bug
10798         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
10799         links.
10800         * modules/rename-dest-slash (Depends-on): Add same-inode.
10801
10802         rename-tests: new test, exposes several platform bugs
10803         * modules/rename-tests: New file.
10804         * tests/test-rename.h: Likewise.
10805         * tests/test-rename.c: Likewise.
10806         * doc/posix-functions/rename.texi (rename): Improve documentation,
10807         including bugs that will eventually be fixed in gnulib.
10808
10809 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
10810
10811         * lib/uname.c: Include <stdlib.h>
10812         (uname): Assume version info is available.
10813
10814 2009-10-02  Jim Meyering  <meyering@redhat.com>
10815
10816         gnu-web-doc-update: correct --help output
10817         * build-aux/gnu-web-doc-update: Make --help output relevant.
10818
10819         gnu-web-doc-update: add standard options
10820         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
10821
10822         gnu-web-doc-update: New module.
10823         Use this script to automatically update the on-line web documentation
10824         for your GNU project at http://www.gnu.org/software/$pkg/manual/
10825         * modules/gnu-web-doc-update: New file, from coreutils.
10826         * build-aux/gnu-web-doc-update: New script.
10827
10828 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
10829
10830         link: LoadLibrary is not needed.
10831         * lib/link.c: Use GetModuleHandle.
10832
10833 2009-10-01  Eric Blake  <ebb9@byu.net>
10834
10835         getopt: bump serial number
10836         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
10837         change.
10838
10839         tests: tighten link, rmdir, and remove tests
10840         * tests/test-link.h (includes): No need to use <config.h> here.
10841         Clean up if directory hard link was created, otherwise test for
10842         trailing '.'.
10843         * tests/test-linkat.c (main): Simplify.
10844         * tests/test-remove.c (main): Enhance test for trailing '.'.
10845         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10846
10847 2009-10-01  Jim Meyering  <meyering@redhat.com>
10848
10849         maint.mk: requiring "make major" was annoying, for a "minor" release.
10850         What is intended is "stable", to contrast with alpha and beta,
10851         so require "make stable", not "make major".
10852         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
10853         (get_tool_versions): Likewise.
10854         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
10855
10856 2009-09-30  Ben Pfaff  <blp@gnu.org>
10857
10858         Fix broken build of replacement for Windows tmpfile().
10859         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
10860         flags argument added along with the 'mkostemp' module.
10861
10862 2009-09-28  Bruno Haible  <bruno@clisp.org>
10863
10864         Avoid identifier clash with POSIX function 'remove' defined as a macro.
10865         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
10866         to 'remove_elt'.
10867         (gl_list_remove): Update.
10868         * lib/gl_list.c (gl_list_remove): Update.
10869         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
10870         to 'remove_elt'.
10871         (gl_oset_remove): Update.
10872         * lib/gl_list.c (gl_oset_remove): Update.
10873         Reported by Eric Blake.
10874
10875 2009-09-28  Eric Blake  <ebb9@byu.net>
10876
10877         doc: mention yet more cygwin 1.7 status
10878         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
10879         cygwin.
10880         * doc/glibc-functions/execvpe.texi (execvpe): New file.
10881         * doc/gnulib.texi (Glibc unistd.h): Mention it.
10882
10883         argp: fix test failure
10884         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
10885         that are not upper-case.  Pass correct range to tolower.
10886
10887 2009-09-27  Jim Meyering  <meyering@redhat.com>
10888
10889         test-yesno: work around sparc-dash here-document infelicity
10890         Without this change, the literal \177 byte in a here document
10891         would make dash 0.5.5.1-3 access uninitialized memory.
10892         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
10893         Instead, use a marker, "@", and filter through tr to create the desired
10894         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
10895
10896 2009-09-27  Bruno Haible  <bruno@clisp.org>
10897
10898         Disable untested support for new flavours of ACLs on AIX.
10899         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
10900         progress.
10901         * lib/set-mode-acl.c (qset_acl): Likewise.
10902
10903 2008-12-07  Bruno Haible  <bruno@clisp.org>
10904
10905         Add support for new flavours of ACLs on AIX. (Untested.)
10906         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
10907         (file_has_acl): Add support for newer AIX.
10908         * lib/set-mode-acl.c (qset_acl): Likewise.
10909         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
10910         Rainer Tammer <tammer@tammer.net>.
10911
10912 2009-09-26  Eric Blake  <ebb9@byu.net>
10913
10914         argp: fix compilation of getopt
10915         * lib/getopt.in.h (includes): Use different guard than glibc.
10916         Reported by Sergey Poznyakoff.
10917
10918         doc: mention more cygwin 1.7 status
10919         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
10920         bug.
10921         * doc/posix-functions/execl.texi (execl): Likewise.
10922         * doc/posix-functions/execle.texi (execle): Likewise.
10923         * doc/posix-functions/execlp.texi (execlp): Likewise.
10924         * doc/posix-functions/execv.texi (execv): Likewise.
10925         * doc/posix-functions/execve.texi (execve): Likewise.
10926         * doc/posix-functions/execvp.texi (execvp): Likewise.
10927         * doc/glibc-functions/canonicalize_file_name.texi
10928         (canonicalize_file_name): Cygwin 1.7 now provides this.
10929         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
10930         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
10931         on AT_SYMLINK_NOFOLLOW.
10932
10933 2009-09-24  Eric Blake  <ebb9@byu.net>
10934
10935         test-linkat: make test more robust
10936         * tests/test-linkat.c (main): Avoid collision with EEXIST.
10937
10938         getopt: fix inclusion guards for cygwin
10939         * modules/getopt-posix (Depends-on): Add include-next.
10940         (Makefile.am): Substitute more items in replacement header.
10941         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
10942         <getopt.h>.
10943         * lib/getopt.in.h (includes): Use split inclusion guard, and
10944         prefer <getopt.h> over include <unistd.h> when one is present.
10945         (option): Also override name of 'struct option'.
10946
10947         same-inode: revert prior change; it is not yet ready
10948         * NEWS: Undo mention of this change.
10949         * lib/same-inode.h (same-inode.h): Undo tri-state change.
10950         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10951         * lib/cycle-check.c (cycle_check): Likewise.
10952         * lib/same.c (same_name): Likewise.
10953         * lib/at-func2.c (at_func2): Likewise.
10954
10955 2009-09-23  Eric Blake  <ebb9@byu.net>
10956
10957         linkat: new module
10958         * modules/linkat: New file.
10959         * lib/at-func2.c (at_func2): Likewise.
10960         * lib/linkat.c (linkat): Likewise.
10961         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
10962         * lib/openat-priv.h (at_func2): Add declaration.
10963         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10964         * modules/unistd (Makefile.am): Substitute them.
10965         * lib/unistd.in.h (linkat): Declare it.
10966         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10967         * doc/posix-functions/linkat.texi (linkat): Likewise.
10968         * doc/posix-functions/link.texi (link): Tweak wording.
10969         * tests/test-link.c (main): Move guts...
10970         * tests/test-link.h (test_link): ...into new file.
10971         * modules/linkat-tests: New test.
10972         * tests/test-linkat.c: Likewise.
10973         * modules/link-tests (Files): Ship new file.
10974         (Depends-on): Add stdbool.
10975
10976         dirname: add library-safe mdir_name
10977         * lib/dirname.h (mdir_name): New prototype.
10978         * lib/dirname.c (dir_name): Move guts...
10979         (mdir_name): ...to new function that avoids xalloc_die.
10980
10981         fchdir: another mingw fix
10982         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
10983         * lib/fchdir.c (get_name): New helper method; skips canonicalize
10984         on mingw (where it has not yet been ported), and make it optional
10985         elsewhere.
10986         (_gl_register_fd): Use it.
10987
10988         same-inode: make SAME_INODE tri-state, to port to mingw
10989         * NEWS: Mention this change.
10990         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
10991         st_ino always being 0.
10992         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
10993         * lib/cycle-check.c (cycle_check): Likewise.
10994         * lib/same.c (same_name): Likewise.
10995
10996         lstat: avoid mingw compilation error
10997         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
10998         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
10999         lstat ourselves.
11000         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
11001         was adequate.
11002         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
11003         the checks for lstat.
11004         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
11005
11006         link: fix test failure on Solaris 9
11007         * lib/link.c (rpl_link): Don't assume link will catch bogus
11008         trailing slash on source.
11009
11010         test-symlinkat: enhance test
11011         * tests/test-readlink.c (main): Move guts...
11012         * tests/test-readlink.h (test_readlink): ...into new file.
11013         * tests/test-symlink.c (main): Move guts...
11014         * tests/test-symlink.h (test_symlink): ...into new file.
11015         * tests/test-symlinkat.c (main): Use new files for further
11016         coverage.
11017         (do_symlink, do_readlink): New helper functions.
11018         * modules/symlink-tests (Files): Ship new file.
11019         (Depends-on): Add stdbool.
11020         * modules/readlink-tests (Files): Ship new file.
11021         (Depends-on): Add stdbool.
11022         * modules/symlinkat-tests (Files): Use new files.
11023
11024 2009-09-23  Eric Blake  <ebb9@byu.net>
11025
11026         readlink: document portability issue with symlink length
11027         * doc/posix-functions/lstat.texi (lstat): Mention that some file
11028         systems have bogus st_size on symlinks, and mention the
11029         areadlink-with-size module.
11030         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
11031         * doc/posix-functions/readlink.texi (readlink): Mention the
11032         areadlink module, and ERANGE failure.
11033         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11034         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
11035
11036         readlink: fix Solaris 9 bug with trailing slash
11037         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
11038         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
11039         * doc/posix-functions/readlink.texi (readlink): Document this.
11040         * modules/readlink-tests: New test.
11041         * tests/test-readlink.c: Likewise.
11042
11043         readlink: fix cygwin 1.5.x bug with return type
11044         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
11045         * lib/unistd.in.h (readlink): Use ssize_t.
11046         * lib/readlink.c (readlink): Likewise.
11047         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11048         * modules/unistd (Makefile.am): Substitute it.
11049         * lib/unistd.in.h (readlink): Declare replacement.
11050         * doc/posix-functions/readlink.texi (readlink): Document this.
11051
11052         symlink: use throughout gnulib
11053         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
11054         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
11055         symlink is not used.
11056         * modules/symlinkat (Depends-on): Add symlink.
11057         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
11058         * modules/canonicalize-tests (Depends-on): Likewise.
11059         * modules/lstat-tests (Depends-on): Likewise.
11060         * modules/openat-tests (Depends-on): Likewise.
11061         * modules/remove-tests (Depends-on): Likewise.
11062         * modules/rmdir-tests (Depends-on): Likewise.
11063         * modules/unlink-tests (Depends-on): Likewise.
11064         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
11065         * tests/test-canonicalize.c (symlink): Likewise.
11066         * tests/test-fstatat.c (symlink): Likewise.
11067         * tests/test-lstat.c (symlink): Likewise.
11068         * tests/test-remove.c (symlink): Likewise.
11069         * tests/test-rmdir.c (symlink): Likewise.
11070         * tests/test-unlink.c (symlink): Likewise.
11071         * tests/test-unlinkat.c (symlink): Likewise.
11072
11073         symlink: new module, for Solaris 9 bug
11074         * modules/symlink: New file.
11075         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
11076         * lib/symlink.c: Likewise.
11077         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
11078         * modules/unistd (Makefile.am): Substitute them.
11079         * lib/unistd.in.h (symlink): Declare replacement.
11080         * MODULES.html.sh (File system functions): Mention it.
11081         * doc/posix-functions/symlink.texi (symlink): Likewise.
11082         * modules/symlink-tests: New test.
11083         * tests/test-symlink.c: Likewise.
11084
11085 2009-09-23  Bruno Haible  <bruno@clisp.org>
11086
11087         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
11088         when needed.
11089         Test case: gnulib-tool --import --with-tests atexit inttypes.
11090         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
11091
11092 2009-09-23  Bruno Haible  <bruno@clisp.org>
11093
11094         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
11095         subcommand, not in a subshell.
11096
11097 2009-09-22  Eric Blake  <ebb9@byu.net>
11098
11099         unistd: sort replacement declarations
11100         * lib/unistd.in.h: Sort declarations.
11101
11102         open, openat: minor optimization
11103         * lib/open.c (open): If open succeeded, len is non-zero.
11104         * lib/openat.c (rpl_openat): Likewise.
11105
11106         link-follow: ensure correct result
11107         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
11108         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
11109         distinguish between possible failures.
11110
11111 2009-09-21  Eric Blake  <ebb9@byu.net>
11112
11113         fts: avoid compiler warning
11114         * lib/fts.c (dirent_inode_sort_may_be_useful)
11115         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
11116
11117 2009-09-19  Bruno Haible  <bruno@clisp.org>
11118
11119         * lib/progreloc.c (canonicalize_file_name): New declaration.
11120
11121 2009-09-19  Eric Blake  <ebb9@byu.net>
11122
11123         link: fix quoting
11124         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
11125
11126         openat: fix openat bugs on Solaris 9
11127         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
11128         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
11129         * modules/openat (Depends-on): Add open.
11130         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
11131         * modules/fcntl-h (Makefile.am): Substitute it.
11132         * lib/fcntl.in.h (openat): Declare replacement.
11133         * doc/posix-functions/openat.texi (openat): Document this.
11134
11135         openat: move fstatat and unlinkat into correct files
11136         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
11137         compiled.
11138         * lib/openat.c (fstatat, unlinkat): Move...
11139         * lib/fstatat.c (fstatat): ...into correct files.
11140         * lib/unlinkat.c (unlinkat): Likewise.
11141
11142         openat: fix unlinkat bugs on Solaris 9
11143         * lib/unlinkat.c (unlinkat): New file.
11144         * modules/openat (Depends-on): Add unlink.
11145         (Files): Distribute it.
11146         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
11147         trailing slash behavior is broken.
11148         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11149         * modules/unistd (Makefile.am): Substitute it.
11150         * lib/unistd.in.h (unlinkat): Declare replacement.
11151         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
11152
11153         openat: fix fstatat bugs on Solaris 9
11154         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
11155         stat.
11156         * doc/posix-functions/fstatat.texi (fstatat): Document this.
11157
11158         test-unlinkat: enhance test, to expose Solaris 9 bug
11159         * tests/test-unlink.c (main): Factor guts...
11160         * tests/test-unlink.h (test_rmdir_func): ...into new file.
11161         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
11162         * tests/test-rmdir.c (main): Adjust caller.
11163         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
11164         (unlinker): New helper function.
11165         (rmdirat): Enhance check.
11166         * modules/rmdir-tests (Depends-on): Add stdbool.
11167         * modules/unlink-tests (Depends-on): Likewise.
11168         (Files): Add test-unlink.h.
11169         * modules/openat-tests (Files): Likewise.
11170         (Depends-on): Add unlinkdir.
11171
11172         test-fstatat: new test, to expose Solaris 9 bugs
11173         * tests/test-stat.c (main): Factor guts...
11174         * tests/test-stat.h (test_stat_func): ...into new file.
11175         * tests/test-lstat.c (main): Factor guts...
11176         * tests/test-lstat.h (test_lstat_func): ...into new file.
11177         * tests/test-fstatat.c: New file.
11178         * modules/stat-tests (Files): Add test-stat.h.
11179         * modules/lstat-tests (Files): Add test-lstat.h.
11180         (Depends-on): Add stdbool.
11181         * modules/openat-tests (Depends-on): Add pathmax.
11182         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
11183         (Makefile.am): Run new test.
11184
11185         remove: new module, for mingw and Solaris 9 bugs
11186         * modules/remove: New file.
11187         * lib/remove.c: Likewise.
11188         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
11189         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
11190         * modules/stdio (Makefile.am): Use them.
11191         * lib/stdio.in.h (remove): Declare replacement.
11192         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11193         * doc/posix-functions/remove.texi (remove): Likewise.
11194         * modules/remove-tests: New test.
11195         * tests/test-remove.c: Likewise.
11196
11197         unlink: new module, for Solaris 9 bug
11198         * modules/unlink: New file.
11199         * lib/unlink.c: Likewise.
11200         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
11201         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11202         * modules/unistd (Makefile.am): Use them.
11203         * lib/unistd.in.h (stat): Declare replacement.
11204         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11205         * doc/posix-functions/unlink.texi (unlink): Likewise.
11206         * modules/unlink-tests: New test.
11207         * tests/test-unlink.c: Likewise.
11208
11209         lstat: fix Solaris 9 bug
11210         * lib/lstat.c (lstat): Also check for trailing slash on
11211         non-symlink, non-directories.  Use stat module to simplify logic.
11212         * doc/posix-functions/lstat.texi (lstat): Document it.
11213         * modules/lstat-tests (Depends-on): Add errno, same-inode.
11214         (configure.ac): Check for symlink.
11215         * tests/test-lstat.c (main): Add more tests.
11216
11217         stat: add as dependency to other modules
11218         * modules/chown (Depends-on): Add stat.
11219         * modules/euidaccess (Depends-on): Likewise.
11220         * modules/fchdir (Depends-on): Likewise.
11221         * modules/isdir (Depends-on): Likewise.
11222         * modules/link (Depends-on): Likewise.
11223         * modules/lstat (Depends-on): Likewise.
11224         * modules/mkdir-p (Depends-on): Likewise.
11225         * modules/modechange (Depends-on): Likewise.
11226         * modules/open (Depends-on): Likewise.
11227         * modules/readlink (Depends-on): Likewise.
11228         * modules/same (Depends-on): Likewise.
11229
11230         stat: fix Solaris 9 bug
11231         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
11232         slash.
11233         * lib/stat.c (rpl_stat): Work around it.
11234         * doc/posix-functions/stat.texi (stat): Update documentation.
11235
11236         stat: new module, for mingw bug
11237         * modules/stat: New file.
11238         * lib/stat.c: Likewise.
11239         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
11240         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11241         * modules/sys_stat (Makefile.am): Use them.
11242         * lib/sys_stat.in.h (stat): Declare replacement.
11243         * lib/openat.c (fstatat): Deal with lstat and stat being function
11244         macros.
11245         * modules/openat (Depends-on): Add inline.
11246         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11247         * doc/posix-functions/stat.texi (stat): Likewise.
11248         * modules/stat-tests: New test.
11249         * tests/test-stat.c: Likewise.
11250
11251 2009-09-19  Jim Meyering  <meyering@redhat.com>
11252
11253         syntax-check: detect unnecessary inclusion of canonicalize.h
11254         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
11255
11256 2009-09-19  Eric Blake  <ebb9@byu.net>
11257
11258         canonicalize-lgpl: adjust clients to use correct header
11259         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
11260         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
11261         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
11262         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
11263         * lib/progreloc.c (includes): Likewise.
11264
11265 2009-09-19  Jim Meyering  <meyering@redhat.com>
11266
11267         test-posixtm.c: correct a comment
11268         * tests/test-posixtm.c: Correct first-line comment.
11269         Spotted by Eric Blake.
11270
11271 2009-09-16  Jim Meyering  <meyering@redhat.com>
11272
11273         posixtm-tests: make T const-correct; add a test case
11274         * tests/test-posixtm.c (T): Declare const.
11275         Add a test for -(2^31+1).
11276         Remove useless can-succeed-only-in-2002 test.
11277
11278         posixtm-tests: adjust the sole failing test
11279         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
11280         expected output matches what mktime now produces.  Cross-checked via
11281         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
11282
11283         posixtm: move #ifdef'd tests into a new module
11284         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
11285         * tests/test-posixtm.c: ... this new file.
11286         * modules/posixtm-tests: New module.
11287
11288 2009-09-19  Eric Blake  <ebb9@byu.net>
11289
11290         openat: simplify use of at-func.c
11291         * lib/at-func.c (includes): Include prerequisites here, to
11292         simplify requirements on client files.
11293         * lib/openat-priv.h: Add double-inclusion guard.
11294         * lib/faccessat.c (includes): Simplify.
11295         * lib/fchmodat.c (includes): Likewise.
11296         * lib/fchownat.c (includes): Likewise.
11297         * lib/mkdirat.c (includes): Likewise.
11298         * lib/mkfifoat.c (includes): Likewise.
11299         * lib/symlinkat.c (includes): Likewise.
11300
11301         openat: allow return of fd 0
11302         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
11303         * modules/save-cwd (Depends-on): Replace fcntl-safer with
11304         unistd-safer.
11305         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
11306         <fcntl.h>; this module does not leak fds.
11307         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
11308         must be allowed to return 0, leaving openat_safer to add the
11309         safety.
11310         (openat_permissive): Avoid writing to just-opened fd 2 if
11311         restoring the current directory fails.
11312         * lib/openat-die.c (openat_restore_fail): Add comment.
11313         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
11314         (save_cwd): Guarantee safe fd, but without use of open_safer.
11315         * tests/test-openat.c: New test.
11316         * modules/openat-tests (Files, Makefile.am): Distribute and build
11317         new file.
11318
11319         relocatable-prog-wrapper: fix build
11320         * modules/relocatable-prog-wrapper (Files): Update name of
11321         canonicalize m4 file, broken on 2009-09-17.
11322         Reported by emad hajjar <aleppos@hotmail.com>.
11323
11324 2009-09-19  Bruno Haible  <bruno@clisp.org>
11325
11326         * lib/safe-alloc.h: Use the standard header with GPL copyright.
11327         * lib/safe-alloc.c: Likewise.
11328         Reported by Ian Beckwith <ianb@erislabs.net>.
11329
11330 2009-09-18  Bruno Haible  <bruno@clisp.org>
11331
11332         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
11333         Reported by <erobles@sensacd.com.mx>.
11334
11335 2009-09-17  Eric Blake  <ebb9@byu.net>
11336
11337         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
11338         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
11339         slashes when checking if last component is missing.
11340         * tests/test-canonicalize.c (main): Test this.
11341
11342         canonicalize, canonicalize-lgpl: honor // if distinct from /
11343         * modules/canonicalize (Files): Add double-slash-root.m4.
11344         * modules/canonicalize-lgpl (Files): Likewise.
11345         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
11346         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
11347         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
11348         fallback definition.
11349         (canonicalize_filename_mode): Use it to protect //.
11350         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
11351         (__realpath): Likewise.
11352         * tests/test-canonicalize.c (main): Test this.
11353         * tests/test-canonicalize-lgpl.c (main): Likewise.
11354         * modules/canonicalize-tests (Depends-on): Add same-inode.
11355         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
11356
11357         canonicalize-lgpl: fix glibc bug with trailing slash
11358         * m4/canonicalize-lgpl.m4: Move contents...
11359         * m4/canonicalize.m4: ...here.
11360         (gl_CANONICALIZE_LGPL): Factor realpath check...
11361         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
11362         glibc 2.3.5 bug, fixed 2005-04-27.
11363         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
11364         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
11365         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
11366         * modules/canonicalize-lgpl (Files): Manage file rename.
11367         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
11368         * modules/stdlib (Makefile.am): Substitute witness.
11369         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
11370         is needed.
11371         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
11372         replacement is required.
11373         * lib/canonicalize.c (canonicalize_file_name): Likewise.
11374         * doc/glibc-functions/canonicalize_file_name.texi
11375         (canonicalize_file_name): Document this.
11376         * doc/posix-functions/realpath.texi (realpath): Likewise.
11377
11378         canonicalize-lgpl: reject non-directory with trailing slash
11379         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
11380         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
11381         catches failures in glibc 2.3.5.
11382         * tests/test-canonicalize.c (main): Likewise.
11383
11384         canonicalize-lgpl: use native realpath if it works
11385         * lib/canonicalize-lgpl.c (realpath): Guard with
11386         FUNC_REALPATH_WORKS.
11387         * lib/stdlib.in.h (realpath): Make declaration optional based on
11388         HAVE_REALPATH.
11389         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
11390         native realpath works.
11391         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
11392         * modules/stdlib (Makefile.am): Substitute witness.
11393
11394         canonicalize, canonicalize-lgpl: use <stdlib.h>
11395         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
11396         (Include): Mention <stdlib.h>.
11397         (configure.ac): Mention functions we provide.
11398         * modules/canonicalize (configure.ac): Likewise.
11399         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
11400         realpath if canonicalize_file_name is missing.
11401         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
11402         * modules/stdlib (Makefile.am): Substitute witnesses.
11403         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
11404         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
11405         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
11406         * NEWS: Document this.
11407         * doc/glibc-functions/canonicalize_file_name.texi
11408         (canonicalize_file_name): Likewise.
11409         * doc/posix-functions/realpath.texi (realpath): Likewise.
11410         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
11411
11412         test-canonicalize: consolidate into single C program
11413         * tests/test-canonicalize.sh: Delete; move setup into...
11414         * tests/test-canonicalize.c (main): ...the program, making it
11415         easier to run in debugger.  Add some tests.
11416         * modules/canonicalize-tests (Files): Remove unused file.
11417         (Depends-on): Add progname.
11418         (configure.ac, Makefile.am): Simplify.
11419
11420         test-canonicalize-lgpl: consolidate into single C program
11421         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
11422         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
11423         easier to run in debugger.  Add some tests.
11424         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
11425         (configure.ac, Makefile.am): Simplify.
11426
11427         canonicalize: avoid resolvepath
11428         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
11429         unnecessary checks.
11430         * lib/canonicalize.c (includes): Simplify.
11431         (canonicalize_file_name): Drop resolvepath implementation.
11432         * modules/canonicalize (Depends-on): Drop filenamecat.
11433
11434         canonicalize: don't lose errno
11435         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
11436         over calls to free.
11437
11438         canonicalize: simplify errno handling
11439         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
11440         assignment.
11441
11442         canonicalize, canonicalize-lgpl: update module dependencies
11443         * modules/canonicalize (Depends-on): Add extensions, lstat,
11444         pathmax, stdlib.
11445         (Files): Drop pathmax.h.
11446         (configure.ac): Adjust macro name.
11447         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
11448         lstat, stdlib, sys_stat.
11449         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
11450         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
11451         extensions.
11452         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
11453         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
11454         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
11455         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
11456         declaration, if available.
11457         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
11458         we can rely on the readlink module.
11459         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
11460         (includes): Use <unistd.h> unconditionally.
11461
11462 2009-09-17  Eric Blake  <ebb9@byu.net>
11463
11464         maint: make Include sections of modules consistent
11465         * modules/alloca: Use only header name; no need to list #include.
11466         * modules/alloca-opt: Likewise.
11467         * modules/arpa_inet: Likewise.
11468         * modules/canon-host: Likewise.
11469         * modules/configmake: Likewise.
11470         * modules/dirent: Likewise.
11471         * modules/eealloc: Likewise.
11472         * modules/environ: Likewise.
11473         * modules/fchdir: Likewise.
11474         * modules/fcntl: Likewise.
11475         * modules/fcntl-h: Likewise.
11476         * modules/gethrxtime: Likewise.
11477         * modules/gettime: Likewise.
11478         * modules/ignore-value: Likewise.
11479         * modules/inet_ntop: Likewise.
11480         * modules/inet_pton: Likewise.
11481         * modules/inttypes: Likewise.
11482         * modules/isnand-nolibm: Likewise.
11483         * modules/isnanf-nolibm: Likewise.
11484         * modules/mbchar: Likewise.
11485         * modules/mbfile: Likewise.
11486         * modules/mbiter: Likewise.
11487         * modules/mbuiter: Likewise.
11488         * modules/netdb: Likewise.
11489         * modules/netinet_in: Likewise.
11490         * modules/nproc: Likewise.
11491         * modules/pagealign_alloc: Likewise.
11492         * modules/poll: Likewise.
11493         * modules/printf-frexp: Likewise.
11494         * modules/pthread: Likewise.
11495         * modules/putenv: Likewise.
11496         * modules/random_r: Likewise.
11497         * modules/relocatable-prog: Likewise.
11498         * modules/search: Likewise.
11499         * modules/select: Likewise.
11500         * modules/selinux-h: Likewise.
11501         * modules/settime: Likewise.
11502         * modules/signal: Likewise.
11503         * modules/size_max: Likewise.
11504         * modules/socklen: Likewise.
11505         * modules/ssize_t: Likewise.
11506         * modules/stdarg: Likewise.
11507         * modules/stdbool: Likewise.
11508         * modules/stddef: Likewise.
11509         * modules/stdint: Likewise.
11510         * modules/stdio: Likewise.
11511         * modules/stdlib: Likewise.
11512         * modules/string: Likewise.
11513         * modules/strings: Likewise.
11514         * modules/sys_file: Likewise.
11515         * modules/sys_ioctl: Likewise.
11516         * modules/sys_select: Likewise.
11517         * modules/sys_socket: Likewise.
11518         * modules/sys_stat: Likewise.
11519         * modules/sys_time: Likewise.
11520         * modules/sys_times: Likewise.
11521         * modules/sys_utsname: Likewise.
11522         * modules/sys_wait: Likewise.
11523         * modules/sysexits: Likewise.
11524         * modules/time: Likewise.
11525         * modules/times: Likewise.
11526         * modules/tmpfile: Likewise.
11527         * modules/trim: Likewise.
11528         * modules/unistd: Likewise.
11529         * modules/wchar: Likewise.
11530         * modules/wctype: Likewise.
11531
11532 2009-09-17  Bruno Haible  <bruno@clisp.org>
11533
11534         Make getdate.y compile on QNX and NetBSD 5 / i386.
11535         * m4/getdate.m4 (gl_GETDATE): Conditionally define
11536         TIME_T_FITS_IN_LONG_INT.
11537         * lib/getdate.y (long_time_t): New type.
11538         (relative_time): Change type of 'seconds' field to long_time_t.
11539         (get_date): Update types of local variables. Check against overflow
11540         during conversion from long_time_t to time_t.
11541         Reported by Matt Kraai <kraai@ftbfs.org>
11542         and Hasso Tepper <hasso@netbsd.org>.
11543
11544 2009-09-17  Bruno Haible  <bruno@clisp.org>
11545
11546         * modules/COPYING: Update copyright years.
11547         * modules/README: Likeiwse.
11548         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
11549         Reported by Ian Beckwith <ianb@erislabs.net>.
11550
11551 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
11552
11553         * users.txt: Update references for gnuit package.
11554
11555 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
11556
11557         * m4/getdelim.m4: Fix typo in copyright line.
11558
11559 2009-09-17  Bruno Haible  <bruno@clisp.org>
11560
11561         * lib/atoll.c: Use the standard header with GPL copyright.
11562         * lib/argz.in.h: Likewise.
11563         * lib/glob.c: Likewise.
11564         * lib/glob-libc.h: Likewise.
11565         * lib/random_r.c: Likewise.
11566         * lib/siglist.h: Likewise.
11567         * lib/strsignal.c: Likewise.
11568         Reported by Ian Beckwith <ianb@erislabs.net>.
11569
11570 2009-09-17  Eric Blake  <ebb9@byu.net>
11571
11572         rmdir: ensure correct dependency order
11573         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
11574
11575 2009-09-17  Bruno Haible  <bruno@clisp.org>
11576
11577         Disable assertion that fails on NetBSD 5 / i386.
11578         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
11579         Reported by Sam Steingold <sds@gnu.org>
11580         and Hasso Tepper <hasso@netbsd.org>.
11581
11582 2009-09-16  Eric Blake  <ebb9@byu.net>
11583
11584         unlinkdir: port to mingw
11585         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
11586         on which no one can unlink a directory.
11587
11588         stdlib: sort witness names
11589         * modules/stdlib (Makefile.am): Sort replacements.
11590         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
11591         * lib/stdlib.in.h: Likewise.
11592
11593         parse-duration-tests: avoid link failure
11594         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
11595         LIBINTL.
11596         Reported by Tom G. Christensen.
11597
11598         openat-tests: ensure unlinkat behaves like rmdir
11599         * tests/test-rmdir.c (main): Factor guts...
11600         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
11601         * modules/rmdir-tests (Files): Ship new file.
11602         * modules/openat-tests: New test.
11603         * tests/test-unlinkat.c: Likewise.
11604
11605         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
11606         * modules/rmdir-errno (Status, Notice): Now obsolete.
11607
11608         rmdir: work around cygwin 1.5.x and mingw bugs
11609         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
11610         * lib/rmdir.c (rmdir): Work around it.
11611         * modules/rmdir (Status, Notice): No longer obsolete.
11612         (Files): Add dos.m4.
11613         (Depends-on): Add unistd.
11614         (configure.ac): Set witnesses.
11615         (License): Relax to LGPLv2+.
11616         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
11617         * modules/unistd (Makefile.am): Substitute witnesses.
11618         * lib/unistd.in.h (rmdir): Declare replacement.
11619         * doc/posix-functions/rmdir.texi (rmdir): Document this.
11620         * modules/rmdir-tests: New tests.
11621         * tests/test-rmdir.c: Likewise.
11622
11623 2009-09-15  Eric Blake  <ebb9@byu.net>
11624
11625         fchdir: improve use of replacement functions
11626         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
11627         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
11628         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
11629         REPLACE_CLOSEDIR.
11630         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
11631         * modules/sys_stat (Makefile.am): Substitute correct witness.
11632         * modules/dirent (Makefile.am): Likewise.
11633         * modules/unistd (Makefile.am): Likewise.
11634         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
11635         * lib/unistd.in.h (dup): Likewise.
11636         * lib/sys_stat.in.h (fstat): Likewise.
11637
11638         maint: ignore gnulib-tool temp files
11639         * .gitignore: Ignore files created during gnulib-tool --test.
11640
11641 2009-09-13  Jim Meyering  <meyering@redhat.com>
11642
11643         posixtm: don't reject a time that specify "60" as the number of seconds
11644         * lib/posixtm.c (posixtime): The code to reject invalid dates
11645         would also reject a time specified with the .60 suffix.
11646         But POSIX allows that, in order to accommodate leap seconds.
11647         So don't reject it.
11648         (main): Adjust tests accordingly.
11649         * modules/posixtm (Depends-on): Add stpcpy.
11650
11651 2009-09-11  Jim Meyering  <meyering@redhat.com>
11652
11653         announce-gen: include [$release_type] in emitted Subject:
11654         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
11655         e.g., [stable] in the emitted Subject: line.
11656
11657 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11658
11659         Remove obsolete macros from several modules.
11660         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
11661         obsolete Autoconf macros with their modern counterparts.
11662         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
11663         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
11664         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
11665         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11666         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
11667         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
11668         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
11669         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
11670         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
11671         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
11672         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
11673         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
11674         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
11675         * m4/sockets.m4 (gl_SOCKETS): Likewise.
11676         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
11677         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
11678         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
11679         * m4/time_r.m4 (gl_TIME_R): Likewise.
11680         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
11681         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
11682         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
11683
11684         Fix copyright header in build-aux scripts.
11685         * build-aux/git-version-gen: Fix copyright header to match GPLv3
11686         recommendation.
11687         * build-aux/ncftpput-ftp: Likewise.
11688         * build-aux/update-copyright: Likewise.
11689
11690 2009-09-09  Eric Blake  <ebb9@byu.net>
11691
11692         test-link: allow Linux choice of errno
11693         * tests/test-link.c (main): Relax test for alternate error.
11694
11695         strndup: fix improper m4 caching
11696         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
11697         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
11698         (gl_PREREQ_STRNDUP): Delete.
11699         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
11700         * modules/string (Makefile.am): Substitute it.
11701         * lib/string.in.h (strndup): Modernize prototype.
11702
11703         getcwd: port to mingw
11704         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
11705         different from the POSIX assumptions made throughout the getcwd
11706         module; fortunately, the mingw getcwd does not need replacement.
11707         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
11708         * modules/getcwd-tests: New test.
11709         * tests/test-getcwd.c: Likewise.
11710
11711         link: fix platform bugs
11712         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
11713         * lib/link.c (link): Work around them.  Fix related mingw bug.
11714         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
11715         * modules/unistd (Makefile.am): Substitute it.
11716         * lib/unistd.in.h (link): Declare replacement.
11717         * doc/posix-functions/link.texi (link): Document this.
11718         * modules/link (Depends-on): Add strdup-posix, sys_stat.
11719
11720         test-link: consolidate into single C program, test more cases
11721         * tests/test-link.sh: Delete.
11722         * tests/test-link.c: Test more error conditions.  Exposes bugs on
11723         at least Cygwin and Solaris.
11724         * modules/link-tests (Files): Remove unused file.
11725         (Depends-on): Add errno, sys_stat.
11726         (Makefile.am): Simplify.
11727
11728 2009-09-08  Bruno Haible  <bruno@clisp.org>
11729
11730         Work around towlower, towupper bug on mingw.
11731         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
11732         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
11733         * doc/posix-functions/towlower.texi: Mention the mingw bug.
11734         * doc/posix-functions/towupper.texi: Likewise.
11735         Reported by Eric Blake.
11736
11737 2009-09-08  Jim Meyering  <meyering@redhat.com>
11738
11739         build: don't try to run autoheader if we don't use it
11740         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
11741         is not used in configure.ac.
11742
11743 2009-09-08  Eric Blake  <ebb9@byu.net>
11744
11745         euidaccess: fix compilation error
11746         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
11747
11748         rawmemchr: relax license
11749         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
11750         okay.
11751         Reported by Jim Meyering.
11752
11753         mkfifoat: new module
11754         * modules/mkfifoat: New file.
11755         * lib/mkfifoat.c: Likewise.
11756         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
11757         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11758         * modules/sys_stat (Makefile.am): Use them.
11759         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
11760         * MODULES.html.sh (File system functions): Mention module.
11761         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
11762         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
11763         * modules/mkfifoat-tests: New test.
11764         * tests/test-mkfifoat.c: Likewise.
11765
11766         strchrnul: relax license
11767         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
11768         okay.
11769         Reported by Jim Meyering.
11770
11771 2009-09-08  Eric Blake  <ebb9@byu.net>
11772
11773         fstatat: fix compilation on Solaris
11774         * lib/fstatat.c (includes): Add fcntl.h.
11775         Reported by Pádraig Brady.
11776
11777 2009-09-07  Eric Blake  <ebb9@byu.net>
11778
11779         rename: modernize replacement
11780         * modules/rename (Depends-on): Add stdio.
11781         (configure.ac): Declare witness.
11782         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
11783         stdio take care of replacement.
11784         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
11785         * modules/stdio (Makefile.am): Substitute them.
11786         * lib/stdio.in.h (rename): Declare replacement.
11787         * lib/rename.c (includes): Allow cross-compilation to non-windows
11788         machines.
11789         * doc/posix-functions/rename.texi (rename): Improve
11790         documentation.
11791
11792         stdio: sort witness names
11793         * modules/stdio (Makefile.am): Sort replacements.
11794         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11795         * lib/stdio.in.h: Likewise.
11796
11797         getcwd: minor cleanups
11798         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
11799         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
11800
11801         openat: provide more convenience names
11802         * modules/faccessat (configure.ac): Add C witness.
11803         * lib/unistd.in.h (readlinkat): Fix typo.
11804         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
11805         convenience wrappers.
11806         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
11807         wrappers in syntax checks.
11808
11809 2009-09-06  Eric Blake  <ebb9@byu.net>
11810
11811         doc: fix comments in recent patches
11812         * lib/faccessat.c: Mention correct function.
11813         * lib/fchmodat.c: Likewise.
11814         * lib/fchownat.c: Likewise.
11815         * lib/symlinkat.c: Likewise.
11816         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
11817         constants.
11818
11819         faccessat, symlinkat: continue cleanup of previous patch
11820         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
11821         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11822         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
11823         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
11824         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
11825         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
11826         set.
11827
11828 2009-09-06  Bruno Haible  <bruno@clisp.org>
11829
11830         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
11831         (fstatat): Declare if GNULIB_FSTATAT is set.
11832         (mkdirat): Declare if GNULIB_MKDIRAT is set.
11833         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
11834         (unlinkat): Declare if GNULIB_UNLINKAT is set.
11835         * modules/fcntl-h (Files): Remove m4/openat.m4.
11836         * modules/sys_stat (Files): Remove m4/openat.m4.
11837         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
11838         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
11839         * modules/unistd (Files): Remove m4/openat.m4.
11840         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
11841         GNULIB_OPENAT.
11842         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
11843         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
11844         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
11845         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
11846         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
11847         gl_OPENAT_DEFAULTS.
11848         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
11849         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
11850         Don't require gl_OPENAT_DEFAULTS.
11851         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
11852         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
11853         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
11854         (gl_OPENAT_DEFAULTS): Remove macro.
11855
11856 2009-09-06  Bruno Haible  <bruno@clisp.org>
11857
11858         * modules/openat (configure.ac): Remove unneeded witness.
11859
11860 2009-09-06  Bruno Haible  <bruno@clisp.org>
11861
11862         Set errno to ENOSYS when a function is entirely unsupported.
11863         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
11864         EOPNOTSUPP.
11865         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11866         * modules/chown (Depends-on): Remove errno.
11867
11868 2009-09-06  Bruno Haible  <bruno@clisp.org>
11869
11870         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
11871
11872 2009-09-06  Bruno Haible  <bruno@clisp.org>
11873
11874         * lib/sys_stat.in.h: Fix preprocessor command indentation.
11875
11876 2009-09-06  Ben Pfaff  <blp@gnu.org>
11877             Bruno Haible  <bruno@clisp.org>
11878
11879         Work around a glibc bug in strtok_r.
11880         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
11881         Undefine if UNDEFINE_STRTOK_R is set.
11882         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
11883         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
11884         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
11885         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
11886         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
11887         UNDEFINE_STRTOK_R.
11888         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
11889
11890 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
11891
11892         exclude: minor fix
11893         * lib/exclude.c: Include wctype.h
11894
11895 2009-09-06  Akim Demaille  <demaille@gostai.com>
11896
11897         bootstrap: improve error message
11898         * build-aux/bootstrap (find_tool): Upon failure, report the list
11899         of candidates.
11900         Honor the initial value of the envvar.
11901
11902 2009-09-05  Eric Blake  <ebb9@byu.net>
11903
11904         symlinkat: new module
11905         * modules/symlinkat: New file.
11906         * lib/symlinkat.c: Likewise.
11907         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
11908         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11909         * modules/unistd (Makefile.am): Use them.
11910         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
11911         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
11912         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
11913         * MODULES.html.sh (File system functions): Mention module.
11914         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
11915         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11916         * modules/symlinkat-tests: New test.
11917         * tests/test-symlinkat.c: Likewise.
11918
11919         test-openat-safer: add more checks
11920         * tests/test-openat-safer.c (main): Check more code paths.
11921
11922 2009-09-05  Jim Meyering  <meyering@redhat.com>
11923
11924         syntax-check: detect unnecessary inclusion of openat.h
11925         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
11926
11927 2009-09-05  Bruno Haible  <bruno@clisp.org>
11928
11929         Support towlower, towupper.
11930         * doc/posix-functions/towlower.texi: Mention module wctype.
11931         * doc/posix-functions/towupper.texi: Likewise.
11932         * lib/wctype.in.h (towlower, towupper): New functions.
11933         * tests/test-wctype.c: Include stdio.h, stdlib.h.
11934         (ASSERT): New macro.
11935         (e): New variable.
11936         (main): Test also towlower, towupper. Test WEOF argument.
11937         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
11938
11939 2009-09-05  Bruno Haible  <bruno@clisp.org>
11940
11941         Fix conversion behaviour when the input is invalid.
11942         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
11943         mark occurring in first pass of indirect conversion.
11944         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
11945         input.
11946         Found by clang's static analyzer.
11947
11948 2009-09-05  Bruno Haible  <bruno@clisp.org>
11949
11950         * tests/test-striconveh.c (main): Test indirect conversion on platforms
11951         where direct conversion is possible.
11952
11953 2009-09-04  Eric Blake  <ebb9@byu.net>
11954
11955         openat: fail with ENOENT on empty name
11956         * lib/openat-proc.c (openat_proc_name): Special-case the empty
11957         buffer.
11958
11959         link-follow: fix logic bug in prior patch
11960         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
11961         reversed sense of yes and no in prior patch.  Avoid confusing
11962         compilation failure with desired semantics.
11963
11964         link-follow: accomodate mingw and cross-compilation
11965         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
11966         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
11967         cross-compilation results to -1, to make linkat easier to
11968         implement when cross-compiling.  Trivially support mingw.
11969         * modules/link-follow (configure.ac): Call new name.
11970         * NEWS: Mention this.
11971
11972 2009-09-03  Eric Blake  <ebb9@byu.net>
11973
11974         faccessat: compile replacement
11975         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
11976         needed.
11977
11978         fts: fix compilation error
11979         * lib/fts.c (includes): Re-add "openat.h", for
11980         openat_needs_fchdir.
11981
11982         faccessat: new module
11983         * modules/faccessat: New file.
11984         * lib/faccessat.c: Likewise.
11985         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
11986         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11987         * modules/unistd (Makefile.am): Use it.
11988         * lib/unistd.in.h (faccessat): Declare it.
11989         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
11990         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
11991         * MODULES.html.sh (File system functions): Mention it.
11992         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
11993         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
11994
11995         euidaccess: prefer POSIX over non-standard implementation
11996         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
11997         * lib/euidaccess.c (euidaccess): Use it if available.
11998
11999         openat: make template easier to use
12000         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
12001         AT_FUNC_F2 to be undefined.
12002         (VALIDATE_FLAG): New macro; use it to reject bad flags.
12003         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
12004         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
12005         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
12006         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
12007         Likewise.
12008         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
12009         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
12010         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
12011         Likewise.
12012
12013         openat: declare in POSIX headers
12014         * NEWS: Mention this.
12015         * modules/openat (configure.ac): Declare witnesses.
12016         (Depends-on): Add fcntl-h, sys_stat, unistd.
12017         (Include): Mention correct headers.
12018         * modules/fcntl-h (Depends-on): Add link-warning.
12019         (Files): Add openat.m4.
12020         (Makefile.am): Substitute witnesses.
12021         * modules/sys_stat (Files, Makefile.am): Likewise.
12022         * modules/unistd (Files, Makefile.am): Likewise.
12023         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
12024         (gl_OPENAT_DEFAULTS): New macro.
12025         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
12026         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
12027         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
12028         (SYS_STAT_H): Remove unused variable.
12029         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
12030         * lib/fcntl--.h (includes): Remove unneeded header.
12031         * lib/openat-safer.c (includes): Likewise.
12032         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
12033         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
12034         appropriate headers.
12035         (__OPENAT_PREFIX): Delete.
12036         * lib/fcntl.in.h (openat): Provide declaration.
12037         (AT_FDCWD): Fix Solaris bug.
12038         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
12039         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
12040         * lib/fchmodat.c (includes):  Adjust to find declaration.
12041         * lib/fchownat.c (includes): Likewise.
12042         * lib/mkdirat.c (includes): Likewise.
12043         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
12044         still visible.
12045
12046 2009-09-02  Eric Blake  <ebb9@byu.net>
12047
12048         errno: use consistently
12049         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
12050         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
12051         * lib/canonicalize.c (ELOOP): Likewise.
12052         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
12053         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
12054         * lib/lchown.c (EOPNOTSUPP): Likewise.
12055         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
12056         * lib/savewd.c (ESTALE): Likewise.
12057         * lib/settime.c (ENOSYS): Likewise.
12058         * lib/utimens.c (ENOSYS): Likewise.
12059         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
12060         * lib/chdir-safer.c (ELOOP): Likewise.
12061         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
12062         * modules/c-stack (Depends-on): Add errno.
12063         * modules/canonicalize (Depends-on): Likewise.
12064         * modules/chdir-safer (Depends-on): Likewise.
12065         * modules/fdopendir (Depends-on): Likewise.
12066         * modules/inet_ntop (Depends-on): Likewise.
12067         * modules/inet_pton (Depends-on): Likewise.
12068         * modules/lchown (Depends-on): Likewise.
12069         * modules/openat (Depends-on): Likewise.
12070         * modules/savewd (Depends-on): Likewise.
12071         * modules/settime (Depends-on): Likewise.
12072         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
12073
12074         fts: avoid leaking fds
12075         * modules/fts (Depends-on): Add cloexec.
12076         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
12077         flag.
12078
12079         fts: make directory fds more robust
12080         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
12081         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
12082
12083         backupfile, chdir-long, fts, savedir: make safer
12084         * lib/backupfile.c (includes): Use "dirent--.h", since
12085         numbered_backup can write to stderr during readdir.
12086         * lib/savedir.c (includes): Likewise.
12087         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
12088         emulation can write to stderr on failure.
12089         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
12090         * lib/getcwd.c: Document why opendir_safer is unused.
12091         * lib/glob.c: Likewise.
12092         * lib/scandir.c: Likewise.
12093         * lib/openat-proc.c: Likewise, for open_safer.
12094         * modules/backupfile (Depends-on): Add dirent-safer.
12095         * modules/savedir (Depends-on): Likewise.
12096         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
12097         * modules/chdir-long (Depends-on): Add openat-safer.
12098
12099         openat-safer: new module
12100         * modules/openat-safer: New file.
12101         * lib/openat-safer.c: Likewise.
12102         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
12103         * lib/fcntl-safer.h (openat_safer): Declare.
12104         * lib/fcntl--.h (openat): Override.
12105         * MODULES.html.sh (File descriptor based I/O): Mention it.
12106         * lib/openat.h: Add double-inclusion guards.
12107         * lib/openat.c (includes): Only include "fcntl-safer.h", not
12108         "fcntl--.h", so we can implement openat.
12109         * modules/openat-safer-tests: New test.
12110         * tests/test-openat-safer.c: New file.
12111
12112         dirent-safer: new module
12113         * modules/dirent-safer: New file.
12114         * lib/dirent--.h: Likewise.
12115         * lib/dirent-safer.h: Likewise.
12116         * lib/opendir-safer.c: Likewise.
12117         * m4/dirent-safer.m4: Likewise.
12118         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
12119         * modules/dirent-safer-tests: New test.
12120         * tests/test-dirent-safer.c: New file.
12121         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
12122
12123         fdopendir: optimize on mingw
12124         * lib/unistd.in.h (_gl_directory_name): New prototype.
12125         * lib/fchdir.c (_gl_directory_name): Implement it.
12126         (fchdir): Use it to simplify implementation.
12127         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
12128         fchdir, when available, to avoid calling [f]chdir().
12129
12130         fdopendir: split into its own module
12131         * lib/openat.c (fdopendir): Move...
12132         * lib/fdopendir.c: ...into new file.
12133         * modules/fdopendir: New module.
12134         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
12135         * modules/openat (Depends-on): Add fdopendir.
12136         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
12137         fdopendir here.
12138         * modules/savedir (Depends-on): Only need fdopendir, not full
12139         openat.
12140         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
12141         * lib/openat.h (fdopendir): Drop prototype.
12142         * lib/dirent.in.h (fdopendir): Provide prototype.
12143         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
12144         * modules/dirent (Makefile.am): Substitute them.
12145         * MODULES.html.sh (File system functions): Mention it.
12146         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
12147         * modules/fdopendir-tests: New file.
12148         * tests/test-fdopendir.c: Likewise.
12149
12150         fchdir: use more consistent macro convention
12151         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
12152         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
12153         REPLACE_FCHDIR, rather than relying on config.h macros.
12154         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
12155         inside a single make-time REPLACE_FCHDIR block, rather than using
12156         the config.h FCHDIR_REPLACEMENT.
12157         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
12158         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
12159         Manage fstat replacement.
12160         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
12161         REPLACE_FCHDIR.
12162         * modules/sys_stat (Files): Add m4/unistd_h.m4.
12163         (Makefile.am): Substitute REPLACE_FCHDIR.
12164         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
12165         FCHDIR_REPLACEMENT.
12166         * lib/dup-safer.c (dup_safer): Likewise.
12167         * lib/dup2.c (rpl_dup2): Likewise.
12168         * lib/dup3.c (rpl_dup3): Likewise.
12169         * lib/open.c (rpl_open): Likewise.
12170
12171         fchdir: simplify error handling, and support dup3
12172         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
12173         stdbool, malloc-posix, realloc-posix.
12174         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
12175         (ensure_dirs_slot): Return false on allocation failure.
12176         (rpl_dup2): Delete.
12177         (_gl_register_dup): New function.
12178         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
12179         (_gl_register_fd): Close fd on allocation failure.
12180         * lib/fcntl.in.h (_gl_register_fd): Update signature.
12181         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
12182         prototype.
12183         (rpl_dup2_fchdir): Delete prototype.
12184         * lib/open.c (open): Update caller.
12185         * lib/dup2.c (dup2): Track fchdir metadata.
12186         * lib/dup3.c (dup3): Likewise.
12187         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
12188         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
12189
12190 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12191
12192         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
12193         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
12194         don't pass arguments to AC_OUTPUT.
12195
12196 2009-09-02  Bruno Haible  <bruno@clisp.org>
12197
12198         * modules/mkdtemp (License): Relicense under LGPLv2+.
12199         Reported by Paolo Bonzini.
12200
12201 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12202
12203         Replace uses of obsolete autoconf macros in Jim's modules.
12204         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
12205         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
12206         can evoke a warning from autoconf when run with -Wobsolete
12207         enabled.  They were declared obsolete for good reasons (see
12208         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
12209         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
12210         should not continue using the deprecated macros.
12211         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
12212         obsolete Autoconf macros with modern counterparts.
12213         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
12214         * m4/dos.m4 (gl_AC_DOS): Likewise.
12215         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
12216         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
12217         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
12218         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
12219         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
12220         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
12221         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
12222         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
12223         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12224         Likewise.
12225         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
12226         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
12227         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
12228         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
12229         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
12230         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
12231
12232 2009-09-01  Eric Blake  <ebb9@byu.net>
12233
12234         fchdir: fix off-by-one bug in previous patch
12235         * lib/fchdir.c (rpl_fstat): Use correct bounds.
12236         (_gl_unregister_fd): Delete useless if.
12237
12238 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
12239
12240         maint.mk: sort the list of syntax-check rules
12241         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
12242         easier to get a sense of progress when the rules are run sequentially
12243         and take a long time.
12244
12245 2009-09-01  Simon Josefsson  <simon@josefsson.org>
12246
12247         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
12248         * modules/netinet_in: Likewise.
12249         * modules/sys_file: Likewise.
12250         * modules/sys_ioctl: Likewise.
12251         * modules/sys_select: Likewise.
12252         * modules/sys_socket: Likewise.
12253         * modules/sys_stat: Likewise.
12254         * modules/sys_time: Likewise.
12255         * modules/sys_times: Likewise.
12256         * modules/sys_utsname: Likewise.
12257         * modules/sys_wait: Likewise.
12258
12259 2009-09-01  Jim Meyering  <meyering@redhat.com>
12260
12261         fts: help ensure that return values are not ignored
12262         * lib/fts_.h (__GNUC_PREREQ): Define.
12263         (__attribute_warn_unused_result__): Define.
12264         (fts_children, fts_close, fts_open, fts_read): Declare with
12265         __attribute_warn_unused_result__.
12266
12267         fts: fts_close now fails also when closing a dir file descriptor fails
12268         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
12269         and propagate to caller, along with errno.
12270
12271         announce-gen: correct formatting in --help output
12272         * build-aux/announce-gen (usage): Move the one-line description in
12273         --help output "up", to where it belongs, just after Usage:.
12274
12275 2009-08-31  Eric Blake  <ebb9@byu.net>
12276
12277         fchdir: port to mingw
12278         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
12279         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
12280         opened, then use a substitute.
12281         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
12282         replacement.
12283         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
12284         (_gl_register_fd): No need to check stat if open already filters
12285         all directories.
12286         (fchdir): Fix error condition to match POSIX.
12287         * modules/fchdir (Depends-on): Add sys_stat.
12288         * doc/posix-functions/open.texi (open): Document the limitation.
12289         * modules/fchdir-tests: New file.
12290         * tests/test-fchdir.c: Likewise.
12291
12292         canonicalize: allow cross-testing from cygwin to mingw
12293         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
12294         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
12295         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
12296         Likewise.
12297         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
12298         target does not support symlinks.
12299         * tests/test-canonicalize-lgpl.sh: Likewise.
12300
12301         chown: avoid compilation warning on mingw
12302         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
12303         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
12304         mingw.
12305         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
12306         * modules/chown (Depends-on): Add errno.
12307
12308 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
12309
12310         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
12311         command.
12312
12313 2009-08-31  Jim Meyering  <meyering@redhat.com>
12314
12315         canonicalize: remove useless initialization
12316         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
12317         initialization of local, "end".
12318
12319 2009-08-30  Bruno Haible  <bruno@clisp.org>
12320
12321         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
12322         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
12323         ENOSYS.
12324
12325 2009-08-30  Bruno Haible  <bruno@clisp.org>
12326
12327         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
12328         /usr/xpg4/bin/tr when it exists.
12329         * tests/test-pipe-filter-gi1.sh: Likewise.
12330
12331 2009-08-30  Bruno Haible  <bruno@clisp.org>
12332
12333         Work around deficient /usr/bin/id program on Solaris.
12334         * tests/test-file-has-acl.sh (ID): New variable.
12335         * tests/test-set-mode-acl.sh (ID): Likewise.
12336         * tests/test-copy-acl.sh (ID): Likewise.
12337         * tests/test-copy-file.sh (ID): Likewise.
12338
12339 2009-08-30  Bruno Haible  <bruno@clisp.org>
12340
12341         New module 'xstriconveh'.
12342         * lib/xstriconveh.h: New file.
12343         * lib/xstriconveh.c: New file.
12344         * modules/xstriconveh: New file.
12345
12346 2009-08-30  Bruno Haible  <bruno@clisp.org>
12347
12348         Make it easier to use mem_cd_iconveh.
12349         * lib/striconveh.h (iconveh_t): New type.
12350         (iconveh_open, iconveh_close): New declarations.
12351         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
12352         with a single 'const iconveh_t *' argument.
12353         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
12354         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
12355         with a single 'const iconveh_t *' argument.
12356         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
12357         * tests/test-striconveh.c (main): Update.
12358         * NEWS: Mention the change.
12359
12360 2009-08-30  Bruno Haible  <bruno@clisp.org>
12361
12362         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
12363         problem.
12364
12365 2009-08-30  Bruno Haible  <bruno@clisp.org>
12366
12367         Work around iconv_open problem on Solaris.
12368         * lib/iconv_open-solaris.gperf: New file.
12369         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
12370         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
12371         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
12372         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
12373         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
12374         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
12375
12376 2009-08-29  Jim Meyering  <meyering@redhat.com>
12377
12378         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
12379         * top/maint.mk (cvs-check): Remove target; it was just an alias
12380         to the better-named vc-diff-check.
12381         (maintainer-distcheck): Remove rule.  It was used only from
12382         the (alpha/beta/major) target, and all of its commands but one
12383         were coreutils-specific.
12384         (vc-dist): Remove rule.
12385         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
12386         Run vc-diff-check, not vc-dist.
12387         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
12388
12389 2009-08-27  Bruno Haible  <bruno@clisp.org>
12390
12391         * tests/test-bitrotate.c (main): Remove test that uses a shift count
12392         of 0.
12393
12394 2009-08-27  Bruno Haible  <bruno@clisp.org>
12395
12396         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
12397         compilers.
12398         * doc/func.texi: Document the SunPRO C bug.
12399
12400 2009-08-27  Bruno Haible  <bruno@clisp.org>
12401
12402         Fix link error on Solaris.
12403         * tests/test-parse-duration.c (xstrdup): Remove function.
12404
12405 2009-08-26  Pádraig Brady  <P@draigbrady.com>
12406
12407         ignore-value: handle pointer types, too
12408         * lib/ignore-value.h (__attribute__): Remove definition.
12409         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
12410         of a more concise and more-often effective "(void) i" statement.
12411         (ignore_ptr): New function to suppress warnings from functions that
12412         return pointers, and to make it explicit that one function doesn't
12413         handle all cases.
12414
12415 2009-08-25  Bruno Haible  <bruno@clisp.org>
12416
12417         dup2: work around a Linux bug.
12418         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
12419         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
12420         * doc/posix-functions/dup2.texi: Mention the Linux bug.
12421         Reported by Simon Josefsson.
12422
12423 2009-08-25  Jim Meyering  <meyering@redhat.com>
12424
12425         libguestfs uses gnulib
12426         * users.txt: Add libguestfs.
12427
12428 2009-08-24  Eric Blake  <ebb9@byu.net>
12429
12430         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
12431         * lib/pipe2.c (includes): Add binary-io.h.
12432         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
12433
12434 2009-08-24  Bruno Haible  <bruno@clisp.org>
12435
12436         Tolerate declared but missing accept4 syscall.
12437         * lib/accept4.c (accept4): Invoke original accept4 function first, if
12438         available.
12439         * lib/sys_socket.in.h (accept4): If the function is already present,
12440         override it.
12441         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
12442         * modules/accept4 (Makefile.am): Compile accept4.c always.
12443         Reported by Paolo Bonzini and Eric Blake.
12444
12445 2009-08-23  Bruno Haible  <bruno@clisp.org>
12446
12447         New module 'accept4'.
12448         * lib/sys_socket.in.h (accept4): New declaration.
12449         * lib/accept4.c: New file.
12450         * m4/accept4.m4: New file.
12451         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
12452         GNULIB_ACCEPT4, HAVE_ACCEPT4.
12453         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
12454         HAVE_ACCEPT4.
12455         * modules/accept4: New file.
12456         * doc/glibc-functions/accept4.texi: Mention the new module.
12457
12458 2009-08-24  Jim Meyering  <meyering@redhat.com>
12459
12460         progname: also set global program_invocation_name, when possible
12461         Before this change, a libtool-enabled program that calls glibc's
12462         error function would report the program name as
12463         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
12464         * modules/progname (configure.ac): Check for a declaration of
12465         program_invocation_name.
12466         * lib/progname.c:  Include <errno.h>.
12467         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
12468         Set program_invocation_name.
12469
12470 2009-08-23  Bruno Haible  <bruno@clisp.org>
12471
12472         * lib/dup3.c: Include <string.h>.
12473
12474 2009-08-23  Bruno Haible  <bruno@clisp.org>
12475
12476         * lib/dup3.c (dup3): Test only once whether the system actually exists.
12477         * lib/pipe2.c (pipe2): Likewise.
12478         Suggested by Eric Blake.
12479
12480 2009-08-23  Bruno Haible  <bruno@clisp.org>
12481
12482         Tolerate declared but missing dup3 syscall.
12483         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
12484         * lib/unistd.in.h (dup3): If the function is already present,
12485         override it.
12486         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
12487         * modules/dup3 (Makefile.am): Compile dup3.c always.
12488         Reported by Paolo Bonzini.
12489
12490 2009-08-23  Bruno Haible  <bruno@clisp.org>
12491
12492         Tolerate declared but missing pipe2 syscall.
12493         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
12494         available.
12495         * lib/unistd.in.h (pipe2): If the function is already present,
12496         override it.
12497         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
12498         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
12499         Reported by Paolo Bonzini.
12500
12501 2009-08-23  Bruno Haible  <bruno@clisp.org>
12502
12503         * lib/pipe2.c (pipe2): Move #ifs inside function.
12504
12505 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12506
12507         quotearg: document limitations of quote_these_too
12508         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
12509         those limitations are created.
12510         * lib/quotearg.h (set_char_quoting): Document that digits and
12511         letters that are special after backslash are not permitted.
12512         (quotearg_char): Cross-reference set_char_quoting documentation.
12513
12514 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
12515
12516         quotearg: implement custom_quoting_style
12517         * lib/quotearg.c: (struct quoting_options): Add left_quote and
12518         right_quote fields.
12519         (set_custom_quoting): New public function.
12520         (quotearg_buffer_restyled): Add left_quote and right_quote
12521         arguments, handle them very much like locale quoting, and update
12522         all uses.
12523         (quotearg_n_custom): New public function.
12524         (quotearg_n_custom_mem): New public function.
12525         (quotearg_custom): New public function.
12526         (quotearg_custom_mem): New public function.
12527         * lib/quotearg.h: Prototype and document new public functions.
12528         (enum quoting_style): For escape_quoting_style and
12529         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
12530         ignored even though they're otherwise like c_quoting_style.
12531         Add custom_quoting_style member and document with comparison to
12532         clocale_quoting_style.
12533         * tests/test-quotearg.c (custom_quotes): New array.
12534         (custom_results): New array.
12535         (main): Extend to test custom quoting.
12536
12537 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12538
12539         quotearg: fix right quote escaping when it's in quote_these_too
12540         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
12541         quote, be sure to prepend only one backslash.
12542         * tests/test-quotearg.c (use_quote_double_quotes): New function.
12543         (main): Test it.
12544
12545 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12546
12547         quotearg-tests: test escaping of embedded locale quotes
12548         * tests/test-quotearg.c (struct result_strings): Add member for
12549         new input.
12550         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
12551         (inputs): Add new input.
12552         (results_g): Add expected results.
12553         (flag_results): Likewise.
12554         (locale_results): Likewise.
12555         (compare_strings): Check those.
12556
12557 2009-08-23  Bruno Haible  <bruno@clisp.org>
12558
12559         Tests for module 'dup3'.
12560         * modules/dup3-tests: New file.
12561         * tests/test-dup3.c: New file.
12562
12563         New module 'dup3'.
12564         * lib/unistd.in.h (dup3): New declaration.
12565         * lib/dup3.c: New file.
12566         * m4/dup3.m4: New file.
12567         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
12568         HAVE_DUP3.
12569         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
12570         * modules/dup3: New file.
12571         * doc/glibc-functions/dup3.texi: Mention the new module.
12572
12573 2009-08-23  Bruno Haible  <bruno@clisp.org>
12574
12575         Tweak the dup2 test.
12576         * tests/test-dup2.c (main): Create the test file empty. Verify that an
12577         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
12578         the test file is still empty. Fix argument order of lseek.
12579
12580 2009-08-23  Bruno Haible  <bruno@clisp.org>
12581
12582         Avoid test link errors when the modules getopt-gnu, gettext are used.
12583         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
12584         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12585
12586 2009-08-23  Bruno Haible  <bruno@clisp.org>
12587
12588         Fix getdtablesize() on mingw.
12589         * lib/getdtablesize.c (getdtablesize): Implement differently.
12590         * lib/unistd.in.h (getdtablesize): Improve comment.
12591
12592 2009-08-23  Bruno Haible  <bruno@clisp.org>
12593
12594         New module 'mkostemp'.
12595         Based on Ulrich Drepper's 2007-08-10 change in glibc.
12596         * lib/stdlib.in.h (mksotemp): New declaration.
12597         * lib/mkostemp.c: New file, from glibc with modifications.
12598         * lib/tempname.h (GT_FILE): Remove outdated comment.
12599         (gen_tempname): Add flags argument.
12600         * lib/tempname.c (__GT_BIGFILE): Remove macro.
12601         (__GT_FILE): Map to 1.
12602         (small_open, large_open): Remove macros.
12603         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
12604         * lib/mkstemp.c (mkstemp): Update.
12605         * lib/mkdtemp.c (mkdtemp): Likewise.
12606         * m4/mkostemp.m4: New file.
12607         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
12608         HAVE_MKOSTEMP.
12609         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
12610         HAVE_MKOSTEMP.
12611         * modules/mkostemp: New file, based on modules/mkstemp.
12612         * doc/glibc-functions/mkostemp.texi: Mention the new module.
12613         * NEWS: Mention the change.
12614
12615 2009-08-23  Bruno Haible  <bruno@clisp.org>
12616
12617         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
12618         Reported by Eric Blake.
12619
12620 2009-08-23  Bruno Haible  <bruno@clisp.org>
12621
12622         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
12623         Reported by Eric Blake.
12624
12625 2009-08-23  Bruno Haible  <bruno@clisp.org>
12626
12627         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
12628         * modules/pipe2 (Depends-on): Likewise.
12629
12630 2009-08-23  Eric Blake  <ebb9@byu.net>
12631
12632         fcntl-h: add O_TTY_INIT support
12633         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
12634         * tests/test-fcntl-h.c (o): Test it.
12635         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
12636
12637         fcntl-h: rename from fcntl, in preparation for fcntl(2)
12638         * modules/fcntl: Move <fcntl.h> header replacement...
12639         * modules/fcntl-h: ...to new name, so as not to collide with
12640         like-named function.
12641         * tests/test-fcntl.c: Rename...
12642         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
12643         * modules/fcntl-tests: Rename...
12644         * modules/fcntl-h-tests: ...to this.  Update test file name.
12645         * modules/chdir-long (Depends-on): Update clients.
12646         * modules/chdir-safer (Depends-on): Likewise.
12647         * modules/fcntl-safer (Depends-on): Likewise.
12648         * modules/fts (Depends-on): Likewise.
12649         * modules/mkancesdirs (Depends-on): Likewise.
12650         * modules/mkdir-p (Depends-on): Likewise.
12651         * modules/open (Depends-on): Likewise.
12652         * modules/savewd (Depends-on): Likewise.
12653         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
12654         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
12655
12656 2009-08-22  Bruno Haible  <bruno@clisp.org>
12657
12658         * modules/binary-io (License): Relicense under LGPL.
12659         * modules/pipe2 (License): Likewise.
12660
12661 2009-08-22  Bruno Haible  <bruno@clisp.org>
12662
12663         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
12664         return value.
12665         * lib/pipe-filter-gi.c (filter_init): Likewise.
12666         Reported by Eric Blake.
12667
12668 2009-08-22  Bruno Haible  <bruno@clisp.org>
12669
12670         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
12671         * modules/pipe (Depends-on): Add pipe2.
12672
12673 2009-08-22  Bruno Haible  <bruno@clisp.org>
12674
12675         Tests for module 'pipe2'.
12676         * modules/pipe2-tests: New file.
12677         * tests/test-pipe2.c: New file.
12678
12679         New module 'pipe2'.
12680         * lib/unistd.in.h (pipe2): New declaration.
12681         * lib/pipe2.c: New file.
12682         * m4/pipe2.m4: New file.
12683         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
12684         HAVE_PIPE2.
12685         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
12686         * modules/pipe2: New file.
12687         * doc/glibc-functions/pipe2.texi: Mention the new module.
12688
12689 2009-08-22  Bruno Haible  <bruno@clisp.org>
12690
12691         Reference some new glibc functions.
12692         * doc/glibc-functions/accept4.texi: New file.
12693         * doc/glibc-functions/dup3.texi: New file.
12694         * doc/glibc-functions/mkostemp.texi: New file.
12695         * doc/glibc-functions/pipe2.texi: New file.
12696         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
12697         (Glibc sys/socket.h): Refer to accept4.
12698         (Glibc unistd.h): Refer to dup3, pipe2.
12699         Reported by Eric Blake.
12700
12701 2009-08-22  Jim Meyering  <meyering@redhat.com>
12702             Bruno Haible  <bruno@clisp.org>
12703
12704         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
12705         This makes it so packages using automake-1.11's silent-rules option
12706         can print e.g., a single "GEN    configmake.h" line, rather than
12707         the 30+ statements that perform the job.  If you want to see the
12708         actual commands, you can still run "make V=1".
12709         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
12710         so that make output is abbreviated when those variables are defined
12711         appropriately.
12712         * modules/argz: Likewise.
12713         * modules/arpa_inet: Likewise.
12714         * modules/byteswap: Likewise.
12715         * modules/configmake: Likewise.
12716         * modules/dirent: Likewise.
12717         * modules/errno: Likewise.
12718         * modules/fcntl: Likewise.
12719         * modules/float: Likewise.
12720         * modules/fnmatch: Likewise.
12721         * modules/getopt-posix: Likewise.
12722         * modules/glob: Likewise.
12723         * modules/iconv_open: Likewise.
12724         * modules/inttypes: Likewise.
12725         * modules/localcharset: Likewise.
12726         * modules/locale: Likewise.
12727         * modules/math: Likewise.
12728         * modules/netdb: Likewise.
12729         * modules/netinet_in: Likewise.
12730         * modules/poll: Likewise.
12731         * modules/posix_spawnp-tests: Likewise.
12732         * modules/sched: Likewise.
12733         * modules/search: Likewise.
12734         * modules/selinux-h: Likewise.
12735         * modules/signal: Likewise.
12736         * modules/spawn: Likewise.
12737         * modules/stdarg: Likewise.
12738         * modules/stdbool: Likewise.
12739         * modules/stddef: Likewise.
12740         * modules/stdint: Likewise.
12741         * modules/stdio: Likewise.
12742         * modules/stdlib: Likewise.
12743         * modules/string: Likewise.
12744         * modules/strings: Likewise.
12745         * modules/sys_file: Likewise.
12746         * modules/sys_ioctl: Likewise.
12747         * modules/sys_select: Likewise.
12748         * modules/sys_socket: Likewise.
12749         * modules/sys_stat: Likewise.
12750         * modules/sys_time: Likewise.
12751         * modules/sys_times: Likewise.
12752         * modules/sys_utsname: Likewise.
12753         * modules/sys_wait: Likewise.
12754         * modules/sysexits: Likewise.
12755         * modules/time: Likewise.
12756         * modules/unistd: Likewise.
12757         * modules/wchar: Likewise.
12758         * modules/wctype: Likewise.
12759
12760 2009-08-22  Jim Meyering  <meyering@redhat.com>
12761
12762         announce-gen: detect write failure
12763         * build-aux/announce-gen: Add Coda at end.
12764         Remove equivalent-but-more-verbose block at top.
12765
12766 2009-08-19  Akim Demaille  <demaille@gostai.com>
12767
12768         bootstrap: --help to stdout.
12769         * bootstrap (usage): Don't send --help to stderr.
12770         Use a here doc instead of a long string.
12771
12772 2009-08-21  Eric Blake  <ebb9@byu.net>
12773
12774         test-popen-safer: split from test-popen
12775         * tests/test-popen.c (main): Move...
12776         * tests/test-popen.h: ...into new file.
12777         * tests/test-popen-safer2.c: New file.
12778         * modules/popen-tests (Files): Add test-popen.h.
12779         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
12780         Suggested by Bruno Haible.
12781
12782         test-fcntl-safer: split from test-open
12783         * tests/test-open.c (main): Move...
12784         * tests/test-open.h: ...into new file.
12785         * tests/test-fcntl-safer.c: New file.
12786         * modules/open-tests (Files): Add test-open.h.
12787         * modules/fcntl-safer-tests: New file.
12788         Suggested by Bruno Haible.
12789
12790         test-fopen-safer: split from test-fopen
12791         * tests/test-fopen.c (main): Move...
12792         * tests/test-fopen.h: ...into new file.
12793         * tests/test-fopen-safer.c: New file.
12794         * modules/fopen-tests (Files): Add test-fopen.h.
12795         * modules/fopen-safer-tests: New file.
12796         Suggested by Bruno Haible.
12797
12798 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12799
12800         popen-safer: test O_CLOEXEC at run-time.
12801         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
12802
12803 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12804
12805         fcntl: move more flags to the header
12806         * lib/cloexec.c: Do not define FD_CLOEXEC here.
12807         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
12808         * lib/fcntl.in.h: Do both things here.
12809
12810 2009-08-21  Jim Meyering  <meyering@redhat.com>
12811
12812         consistently remove $@-t before redirecting to it
12813         * modules/argz: Remove $@-t and $@ before redirecting to the former.
12814         * modules/alloca-opt: Likewise.
12815         * modules/byteswap: Likewise.
12816         * modules/fnmatch: Likewise.
12817         * modules/getopt-posix: Likewise.
12818         * modules/glob: Likewise.
12819         * modules/poll: Likewise.
12820         * modules/posix_spawnp-tests: Likewise.
12821         * modules/sys_socket: Likewise.
12822         * modules/sysexits: Likewise.
12823
12824 2009-08-21  Eric Blake  <ebb9@byu.net>
12825
12826         popen: simplify access to original popen
12827         * lib/popen.c (rpl_popen): No need to worry about popen being a
12828         macro.
12829         Reported by Bruno Haible.
12830
12831 2009-08-20  Eric Blake  <ebb9@byu.net>
12832
12833         build: avoid some compiler warnings
12834         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
12835         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
12836         type.
12837         (new_exclude_segment, excluded_file_pattern_p)
12838         (excluded_file_name_p): Reduce scope.
12839         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
12840         old-style declaration.
12841
12842 2009-08-20  Simon Josefsson  <simon@josefsson.org>
12843
12844         * tests/test-exclude1.sh: Handle Windows EOL.
12845         * tests/test-exclude2.sh: Likewise.
12846         * tests/test-exclude3.sh: Likewise.
12847         * tests/test-exclude4.sh: Likewise.
12848         * tests/test-exclude5.sh: Likewise.
12849         * tests/test-exclude6.sh: Likewise.
12850         * tests/test-exclude7.sh: Likewise.
12851
12852 2009-08-19  Akim Demaille  <demaille@gostai.com>
12853
12854         bootstrap: find sha1sum when named gsha1sum.
12855         * bootstrap (find_tool): New.
12856         ($SHA1SUM): New.
12857         Use it.
12858
12859 2009-08-20  Jim Meyering  <meyering@redhat.com>
12860
12861         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
12862         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
12863         expression that converts "." in a file name to "\." in the resulting
12864         regexp.  Start with a dummy statement, so that prior shell variable
12865         definitions are expanded portably.  Reported by Simon Josefsson.
12866
12867 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
12868
12869         Fix polling for writeability of a screen buffer.
12870         * lib/poll.c: Distinguish input and screen buffers for the
12871         Win32 implementation.
12872         * lib/select.c: Likewise.
12873
12874 2009-08-19  Eric Blake  <ebb9@byu.net>
12875
12876         popen-safer: prevent popen from clobbering std descriptors
12877         * modules/popen-safer: New file.
12878         * lib/popen-safer.c: Likewise.
12879         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
12880         * lib/stdio--.h (popen): Provide override.
12881         * lib/stdio-safer.h (popen_safer): Provide declaration.
12882         * tests/test-popen.c (includes): Partially test this.
12883         * modules/popen-safer-tests: New file, for more tests.
12884         * tests/test-popen-safer.c: Likewise.
12885         * MODULES.html.sh (file stream based Input/Output): Mention it.
12886
12887         tests: test some of the *-safer modules
12888         * modules/fopen-safer (Depends-on): Add fopen.
12889         * modules/fcntl-safer (Depends-on): Add fcntl.
12890         * modules/stdlib-safer (Depends-on): Add stdlib.
12891         (configure.ac): Set indicator.
12892         * modules/unistd-safer (configure.ac): Likewise.
12893         * modules/tmpfile-safer (configure.ac): Likewise.
12894         (Depends-on): Add tmpfile.
12895         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
12896         active.
12897         * tests/test-fopen.c (includes): Test safer versions when they are
12898         in use.
12899         * tests/test-open.c (includes): Likewise.
12900
12901         popen: fix cygwin 1.5 bug when stdin closed
12902         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
12903         * modules/popen: New file.
12904         * modules/popen-tests: Likewise.
12905         * tests/test-popen.c: Likewise.
12906         * m4/popen.m4: Likewise.
12907         * lib/popen.c: Likewise.
12908         * lib/stdio.in.h (popen): New declaration.
12909         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
12910         * modules/stdio (Makefile.am): Likewise.
12911         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
12912
12913 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
12914
12915         maint.mk: give full control over update-copyright exclusions
12916         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
12917         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
12918         (update-copyright): Don't force inclusion of top-level
12919         ChangeLog.  Don't force exclusion of all COPYING files, but make
12920         them the default exclusion instead.
12921
12922 2009-08-16  Bruno Haible  <bruno@clisp.org>
12923
12924         Fix test failures on Solaris 10.
12925         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
12926         tests when Solaris iconv() is used.
12927         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
12928         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
12929         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
12930         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
12931         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
12932
12933 2009-08-16  Bruno Haible  <bruno@clisp.org>
12934
12935         Fix test failures on Solaris 10.
12936         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
12937         'tr' program and pass it as first argument.
12938         * tests/test-pipe-filter-gi1.sh: Likewise.
12939         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
12940         program as first argument.
12941         * tests/test-pipe-filter-gi1.c (main): Likewise.
12942
12943 2009-08-16  Eric Blake  <ebb9@byu.net>
12944
12945         fpurge: fix previous commits
12946         * modules/fpurge (Makefile.am): Make replacement conditional,
12947         partially reverting 2007-04-29 change; missed in previous
12948         attempt.
12949         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
12950         is missing.
12951
12952 2009-08-16  Bruno Haible  <bruno@clisp.org>
12953
12954         Clarify fpurge's effect on the file position.
12955         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
12956         * tests/test-fpurge.c (main): Make a second pass for checking the file
12957         position.
12958
12959 2009-08-16  Bruno Haible  <bruno@clisp.org>
12960
12961         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
12962         declaration of fpurge is missing.
12963         * tests/test-fpurge.c (main): Check that the file has not more contents
12964         than expected. Close the file before removing it.
12965
12966 2009-08-15  Eric Blake  <ebb9@byu.net>
12967
12968         fpurge: don't wrap working cygwin implementation
12969         * lib/fpurge.c (fpurge): Fix comment typo.
12970         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
12971         1.7 to avoid replacement.
12972         * tests/test-fpurge.c (main): Enhance test.
12973
12974 2009-08-15  Eric Blake  <ebb9@byu.net>
12975         and Jim Meyering  <meyering@redhat.com>
12976
12977         test-update-copyright: skip if perl is insufficient
12978         * tests/test-update-copyright.sh: Failure to run maintainer tool
12979         should not cause testsuite failure on cygwin 1.5.
12980
12981 2009-08-14  Eric Blake  <ebb9@byu.net>
12982
12983         doc: mention more functions added in cygwin 1.7.0
12984         * doc/posix-headers/limits.texi (limits.h): Update for recent
12985         cygwin additions.
12986         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
12987         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
12988         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
12989         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
12990         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
12991
12992 2009-08-14  Eric Blake  <ebb9@byu.net>
12993
12994         maint.mk: simplify update-copyright rule
12995         * top/maint.mk (update-copyright-local): Delete, and document how
12996         to do it in cfg.mk instead.
12997         (update-copyright-exclude-regexp): Delete, and document how to do
12998         it in .x-update-copyright instead.
12999         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
13000         exclude ChangeLog.
13001
13002 2009-08-14  Bruno Haible  <bruno@clisp.org>
13003
13004         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
13005
13006 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13007
13008         maint.mk: support update-copyright-env
13009         * top/maint.mk (update-copyright-env): Define place-holder.
13010         (update-copyright): Expand $(update-copyright-env) before
13011         invoking update-copyright.
13012
13013 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13014
13015         update-copyright: implement forced reformatting
13016         * build-aux/update-copyright: Implement and document
13017         UPDATE_COPYRIGHT_FORCE.
13018         * tests/test-update-copyright.sh: Test it.
13019
13020 2009-08-14  Eric Blake  <ebb9@byu.net>
13021         and Bruno Haible  <bruno@clisp.org>
13022
13023         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
13024         * tests/test-locale.c: Revert previous patch related to NULL.
13025         * tests/test-stdio.c: Likewise.
13026         * tests/test-stdlib.c: Likewise.
13027         * tests/test-string.c: Likewise.
13028         * tests/test-unistd.c: Likewise.
13029         * modules/time-tests (Depends-on): Add verify.
13030         * modules/wchar-tests (Depends-on): Likewise.
13031         * tests/test-time.c: Test for NULL compliance.
13032         * tests/test-wchar.c: Likewise.
13033         * modules/locale (Depends-on): Add stddef.
13034         * modules/stdio (Depends-on): Likewise.
13035         * modules/stdlib (Depends-on): Likewise.
13036         * modules/string (Depends-on): Likewise.
13037         * modules/time (Depends-on): Likewise.
13038         * modules/unistd (Depends-on): Likewise.
13039         * modules/wchar (Depends-on): Likewise.
13040         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
13041         * lib/stdlib.in.h (includes): Likewise.
13042         * lib/string.in.h (includes): Likewise.
13043         * lib/time.in.h (includes): Likewise.
13044         * lib/unistd.in.h (includes): Likewise.
13045         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
13046         replaced.
13047         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
13048         * m4/stddef_h.m4: New file.
13049         * modules/stddef: Likewise.
13050         * lib/stddef.in.h: Likewise.
13051         * modules/stddef-tests: Likewise.
13052         * tests/test-stddef.c: Likewise.
13053         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
13054         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
13055         * doc/posix-headers/locale.texi (locale.h): Likewise.
13056         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
13057         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
13058         * doc/posix-headers/string.texi (string.h): Likewise.
13059         * doc/posix-headers/time.texi (time.h): Likewise.
13060         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
13061         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
13062
13063 2009-08-14  Eric Blake  <ebb9@byu.net>
13064
13065         doc: improve git diff of texinfo files
13066         * .gitattributes: Add rule for *.texi files, with hint on how to
13067         use it.
13068         Copied from m4, and based on a report by Bruno Haible.
13069
13070 2009-08-14  Bruno Haible  <bruno@clisp.org>
13071
13072         Disable multithread support by default on Cygwin 1.5.x for real.
13073         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
13074
13075 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13076
13077         update-copyright: much ado about intervals
13078         * build-aux/update-copyright: Implement and document
13079         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
13080         of copyright year intervals.
13081         Also, document UPDATE_COPYRIGHT_YEAR.
13082         * tests/test-update-copyright.sh: Test it.
13083
13084         update-copyright: convert 2-digit to 4-digit years
13085         * build-aux/update-copyright: Implement and document.
13086         * tests/test-update-copyright.sh: Update.
13087
13088 2009-08-14  Jim Meyering  <meyering@redhat.com>
13089
13090         test-exclude: avoid coreutils "make check" failure
13091         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
13092         just as in test-argmatch.c.
13093
13094 2009-08-13  Eric Blake  <ebb9@byu.net>
13095
13096         test-dup2: fix bad assumption
13097         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
13098         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
13099
13100         test-version-etc: fix CRLF portability issue
13101         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
13102         recognize \r.
13103         * tests/test-argp-version-etc-1.sh: Likewise.
13104
13105         getopt: update client modules
13106         * modules/argp (Depends-on): Use getopt-gnu.
13107         * modules/git-merge-changelog (Depends-on): Likewise.
13108         * modules/long-options (Depends-on): Likewise.
13109         * modules/xstrtol (Depends-on): Likewise.
13110
13111 2009-08-13  Simon Josefsson  <simon@josefsson.org>
13112
13113         * tests/test-version-etc.sh: Don't fail on different
13114         project/version.  Don't fail on CRLF differences.  Rewrite to use
13115         multiple -e instead of multiple sed forks, suggested by Eric Blake
13116         <ebb9@byu.net>.
13117         * tests/test-argp-version-etc-1.sh: Likewise.
13118
13119 2009-08-13  Simon Josefsson  <simon@josefsson.org>
13120
13121         * tests/test-version-etc.sh: Don't fail on different
13122         project/version.
13123
13124 2009-08-12  Bruno Haible  <bruno@clisp.org>
13125
13126         Tests for modules 'getopt-posix', 'getopt-gnu'.
13127         * modules/getopt-posix-tests: New file.
13128         * tests/test-getopt.c: New file.
13129         * tests/test-getopt.h: New file.
13130         * tests/test-getopt_long.h: New file.
13131
13132         New modules 'getopt-posix', 'getopt-gnu'.
13133         * modules/getopt-gnu: New file, renamed from modules/getopt.
13134         * modules/getopt-posix: New file.
13135         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
13136         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
13137         (gl_GETOPT): Remove macro.
13138         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
13139         Disable the test against BSD systems that declare optreset. Test
13140         against mingw bug. Test against lack of support of optional arguments
13141         on many platforms.
13142         * doc/glibc-headers/getopt.texi: Update module name and list of
13143         relevant platforms.
13144         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
13145         'getopt-gnu' and more portability problems.
13146         * NEWS: Mention the changes.
13147
13148 2009-08-12  Bruno Haible  <bruno@clisp.org>
13149
13150         Ensure that optarg etc. get declared by <unistd.h>.
13151         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
13152         AC_USE_SYSTEM_EXTENSIONS.
13153         * modules/getopt (Depends-on): Add 'extensions'.
13154
13155 2009-08-12  Bruno Haible  <bruno@clisp.org>
13156
13157         Avoid test link errors.
13158         * modules/pipe-filter-ii-tests (Makefile.am): Define
13159         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
13160         * modules/pipe-filter-gi-tests (Makefile.am): Define
13161         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
13162         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13163
13164 2009-08-12  Bruno Haible  <bruno@clisp.org>
13165
13166         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
13167         gl_GETOPT_SUBSTITUTE before.
13168         (gl_GETOPT): Use it.
13169         * m4/argp.m4 (gl_ARGP): Update.
13170         Reported by Sergey Poznyakoff.
13171
13172         * m4/getopt.m4: Reorder macros.
13173         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
13174         (gl_GETOPT_SUBSTITUTE): Remove macro.
13175
13176 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13177
13178         Minor improvement in gitlog-to-changelog
13179
13180         * build-aux/gitlog-to-changelog: New option `--format' makes
13181         output format string configurable.
13182
13183 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13184
13185         Optimize exclude: use hash tables for non-wildcard patterns.
13186
13187         * lib/exclude.c: Include hash.h and mbuiter.h
13188         (struct exclude_pattern, exclude_segment): New data types.
13189         (struct exclude): Rewrite.
13190         (fnmatch_pattern_has_wildcards): New function.
13191         (new_exclude_segment, free_exclude_segment): New functions.
13192         (excluded_file_pattern_p, excluded_file_name_p): New functions.
13193         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
13194         * lib/exclude.h (is_fnmatch_pattern): New prototype.
13195         * modules/exclude: Depend on hash and mbuiter.
13196
13197         * modules/exclude-tests: New file.
13198         * tests/test-exclude.c: New file.
13199         * tests/test-exclude1.sh: New file.
13200         * tests/test-exclude2.sh: New file.
13201         * tests/test-exclude3.sh: New file.
13202         * tests/test-exclude4.sh: New file.
13203         * tests/test-exclude5.sh: New file.
13204         * tests/test-exclude6.sh: New file.
13205         * tests/test-exclude7.sh: New file.
13206
13207 2009-08-12  Bruno Haible  <bruno@clisp.org>
13208
13209         Ensure that getopt() gets declared by <unistd.h>.
13210         * lib/unistd.in.h: Conditionally include getopt.h.
13211         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
13212         Set GNULIB_UNISTD_H_GETOPT.
13213         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13214         GNULIB_UNISTD_H_GETOPT.
13215         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
13216
13217 2009-08-12  Bruno Haible  <bruno@clisp.org>
13218
13219         Clarify logic.
13220         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
13221         gl_replace_getopt instead of GETOPT_H.
13222
13223 2009-08-12  Bruno Haible  <bruno@clisp.org>
13224
13225         * m4/getopt.m4: Add comments.
13226
13227 2009-08-12  Bruno Haible  <bruno@clisp.org>
13228
13229         Disable multithread support by default on Cygwin 1.5.x.
13230         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
13231         set gl_use_threads=no if not specified otherwise.
13232
13233 2009-08-11  Bruno Haible  <bruno@clisp.org>
13234
13235         Avoid compilation error on NetBSD 5.0.
13236         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
13237         * tests/test-stdio.c: Likewise.
13238         * tests/test-stdlib.c: Likewise.
13239         * tests/test-string.c: Likewise.
13240         * tests/test-unistd.c: Likewise.
13241         Reported by Greg Troxel <gdt@ir.bbn.com>
13242         at <https://savannah.gnu.org/support/?106973>.
13243
13244 2009-08-11  Bruno Haible  <bruno@clisp.org>
13245
13246         * modules/dup2-tests (Depends-on): Remove close.
13247
13248         Undo 2009-07-19 commit.
13249         * modules/acl-tests (Depends-on): Remove close.
13250         * modules/binary-io-tests (Depends-on): Likewise.
13251         * modules/closein-tests (Depends-on): Likewise.
13252         * modules/flock-tests (Depends-on): Likewise.
13253         * modules/fsync-tests (Depends-on): Likewise.
13254         * modules/lseek-tests (Depends-on): Likewise.
13255         * modules/pipe-tests (Depends-on): Likewise.
13256         * modules/posix_spawn-tests (Depends-on): Likewise.
13257         * modules/posix_spawnp-tests (Depends-on): Likewise.
13258         * modules/stat-time-tests (Depends-on): Likewise.
13259         * modules/yesno-tests (Depends-on): Likewise.
13260
13261 2009-08-10  Bruno Haible  <bruno@clisp.org>
13262
13263         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
13264
13265 2009-08-10  Bruno Haible  <bruno@clisp.org>
13266
13267         Fix a gcc warning.
13268         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
13269
13270 2009-08-10  Bruno Haible  <bruno@clisp.org>
13271
13272         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
13273         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
13274         not only the first time.
13275         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
13276         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
13277         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
13278         is 1, not only the the first time.
13279
13280 2009-08-10  Bruno Haible  <bruno@clisp.org>
13281
13282         Make it possible to use module 'gethostname' without module 'close'.
13283         * lib/unistd.in.h (close): Evoke a link error only if
13284         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
13285         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13286         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13287         * modules/unistd (Makefile.am): Substitute
13288         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13289         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
13290         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
13291         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
13292         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13293         * modules/sys_ioctl (Makefile.am): Substitute
13294         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13295         * modules/socket (configure.ac): On native Windows, set
13296         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
13297         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13298         Reported by Sam Steingold <sds@gnu.org>.
13299
13300 2009-08-10  Bruno Haible  <bruno@clisp.org>
13301
13302         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
13303         * modules/ioctl (configure.ac): Likewise.
13304
13305 2009-08-10  Bruno Haible  <bruno@clisp.org>
13306
13307         Avoid collision between gnulib wrapper and libintl wrapper.
13308         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
13309         already defined in intl/printf.c.
13310         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
13311         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
13312
13313 2009-08-09  Bruno Haible  <bruno@clisp.org>
13314
13315         Make <sys/select.h> really self-contained, also on Solaris 10.
13316         * lib/sys_select.in.h: Include <string.h>.
13317         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
13318         Solaris 10 problem.
13319         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
13320         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
13321         Reported by Jim Meyering.
13322
13323 2009-08-09  Bruno Haible  <bruno@clisp.org>
13324
13325         Avoid warnings from 'aclocal' that are due to a use of macro name
13326         AM_XGETTEXT_OPTION that is not defined in automake.
13327         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
13328         automake.
13329         * modules/error (configure.ac): Likewise.
13330         * modules/propername (configure.ac): Likewise.
13331         * modules/vasprintf (configure.ac): Likewise.
13332         * modules/verror (configure.ac): Likewise.
13333         * modules/xprintf (configure.ac): Likewise.
13334         * modules/xvasprintf (configure.ac): Likewise.
13335
13336 2009-08-08  Bruno Haible  <bruno@clisp.org>
13337
13338         Avoid compilation error in C++ mode.
13339         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
13340         Reported by Sam Steingold <sds@gnu.org>.
13341
13342 2009-08-08  Bruno Haible  <bruno@clisp.org>
13343
13344         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
13345         for the various Unix platforms.
13346         * doc/posix-headers/limits.texi: Update platforms list regarding
13347         HOST_NAME_MAX.
13348         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13349
13350 2009-08-07  Jim Meyering  <meyering@redhat.com>
13351
13352         selinux-at: fix typo in a comment
13353         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
13354         Spotted by Paolo Bonzini.
13355
13356         selinux-at: remove redundant m4 code, add documentation
13357         * modules/selinux-at (configure.ac): Remove redundant code.
13358         LIB_SELINUX is already set via the dependent module, selinux-h.
13359         (Include): Add quotes around selinux-at.h.
13360         * lib/selinux-at.h: Add documentation.
13361         Reported by Bruno Haible in
13362         http://marc.info/?l=gnulib-bug&m=124958988300749
13363
13364 2009-08-07  Bruno Haible  <bruno@clisp.org>
13365
13366         Avoid link error on MacOS X 10.3 and 10.4.
13367         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
13368         on non-ELF systems.
13369         * lib/argp-pv.c (argp_program_version): Likewise.
13370         Reported by Simon Josefsson.
13371
13372 2009-08-07  Simon Josefsson  <simon@josefsson.org>
13373
13374         * tests/test-version-etc.sh: Use $EXEEXT.
13375
13376 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
13377
13378         update-copyright: update documentation to point to maint.mk
13379         * build-aux/update-copyright: Here.
13380
13381 2009-08-06  Jim Meyering  <meyering@redhat.com>
13382
13383         maint.mk: support update-copyright-local
13384         * top/maint.mk (update-copyright-local): Define place-holder.
13385         (update-copyright): Depend on $(update-copyright-local).
13386
13387 2009-08-06  Jim Meyering  <meyering@redhat.com>
13388
13389         selinux-at: new module
13390         Initially written for coreutils, this module will soon be
13391         used by findutils, too.
13392         * MODULES.html.sh [Misc]: Add selinux-at.
13393         * lib/selinux-at.h: New file, from coreutils.
13394         * lib/selinux-at.c: Likewise.
13395         * modules/selinux-at: Likewise.
13396         (License): Change from LGPL to GPL, since it depends
13397         on the GPL'd openat module.
13398
13399         doc: update README
13400         * README: Remove references to cogito.
13401         Remove cvs-repo-updating instructions from 2007.
13402         Don't imply that CVS is better if you have limited disk space.
13403
13404 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13405
13406         update-copyright: support C-style comments
13407         * build-aux/update-copyright: Implement and document.
13408         * tests/test-update-copyright.sh: Test.
13409
13410 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13411
13412         update-copyright: support omitted "(C)"
13413         * build-aux/update-copyright: Implement and document.  Also,
13414         allow variable whitespace before "(C)".
13415         * tests/test-update-copyright.sh: Test.
13416
13417 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13418
13419         update-copyright: don't trip on non-FSF copyright statements
13420         * build-aux/update-copyright: Fix so that the first correctly
13421         formatted FSF copyright statement is recognized no matter what
13422         appears before it.  Update documentation.
13423         * tests/test-update-copyright.sh: Test that.
13424
13425 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13426
13427         update-copyright: clean up code a little
13428         * build-aux/update-copyright: Append "_re" to the name of any
13429         variable holding a regular expression.
13430         Replace "old" and "new" with "stmt" in variable names.
13431         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
13432         handled correctly.
13433         Format code more consistently.
13434
13435 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13436
13437         update-copyright-tests: improve portability
13438         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
13439         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
13440
13441 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
13442
13443         update-copyright: support @copyright{} and &copy;
13444         * build-aux/update-copyright: Implement and document.
13445         * tests/test-update-copyright.sh: Test.
13446
13447 2009-08-04  Jim Meyering  <meyering@redhat.com>
13448
13449         update-copyright-tests: correctly test EOL=\r\n handling
13450         * tests/test-update-copyright.sh: Put \r at the end of some lines
13451         for the dos-eol tests.  Based on a patch by Joel E. Denny.
13452
13453         maint.mk: make update-copyright exclusion list more configurable
13454         * top/maint.mk (update-copyright): Default to excluding COPYING,
13455         but allow an override, in case someone does want to update that file.
13456
13457         maint.mk: don't update copyright date in COPYING
13458         * top/maint.mk (update-copyright): Exclude COPYING.
13459
13460         maint.mk: add a copyright-updating rule
13461         * top/maint.mk (update-copyright): New rule.
13462         Derived from coreutils/Makefile.am.
13463
13464         update-copyright: rename some variables
13465         * build-aux/update-copyright: Rename a few variables for clarity.
13466         Tweak syntax.  List Joel E. Denny as coauthor.
13467
13468 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
13469
13470         update-copyright: fix bug for 2-digit last year and add tests
13471         * build-aux/update-copyright: Fix bug.
13472         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
13473         specified.
13474         * modules/update-copyright-tests: New
13475         * tests/test-update-copyright.sh: New.
13476
13477 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13478
13479         update-copyright: handle leading tabs in line prefix
13480         * build-aux/update-copyright: Count leading tabs as 8 spaces
13481         when computing margin.  This helps with the formatting of
13482         ChangeLogs, for example.
13483         Fix documentation a little.
13484
13485 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13486
13487         update-copyright: support EOL=\r\n
13488         * build-aux/update-copyright: Implement that.
13489
13490 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13491
13492         update-copyright: automatically format copyright statements
13493         * build-aux/update-copyright: Implement that.
13494         Also, be a little more predictable and safer by always failing
13495         when the full copyright format is not perfectly recognized as an
13496         unbroken whole.  Discussed at
13497         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
13498         Rewrite documentation.
13499
13500 2009-08-03  Bruno Haible  <bruno@clisp.org>
13501
13502         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
13503
13504 2009-08-02  Bruno Haible  <bruno@clisp.org>
13505
13506         Tests for module 'uname'.
13507         * modules/uname-tests: New file.
13508         * tests/test-uname.c: New file.
13509
13510         New module 'uname'.
13511         * lib/uname.c: New file.
13512         * m4/uname.m4: New file.
13513         * modules/uname: New file.
13514         * doc/posix-functions/uname.texi: Mention the new module.
13515
13516 2009-08-02  Bruno Haible  <bruno@clisp.org>
13517
13518         Tests for module 'sys_utsname'.
13519         * modules/sys_utsname-tests: New file.
13520         * tests/test-sys_utsname.c: New file.
13521
13522         New module 'sys_utsname'.
13523         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
13524         * m4/sys_utsname_h.m4: New file.
13525         * modules/sys_utsname: New file.
13526         * doc/posix-headers/sys_utsname.texi: Mention the new module.
13527
13528 2009-08-02  Bruno Haible  <bruno@clisp.org>
13529
13530         Implicitly initialize the sockets library.
13531         * lib/gethostname.c: Include sockets.h.
13532         (rpl_gethostname): Invoke gl_sockets_startup.
13533         * lib/socket.c: Include sockets.h.
13534         (rpl_socket): Invoke gl_sockets_startup.
13535         * modules/gethostname (Depends-on): Add sockets.
13536         * modules/socket (Depends-on): Likewise.
13537         * tests/test-poll.c: Don't include sockets.h.
13538         (main): Don't invoke gl_sockets_startup.
13539         * tests/test-select.c: Don't include sockets.h.
13540         (main): Don't invoke gl_sockets_startup.
13541
13542 2009-08-02  Bruno Haible  <bruno@clisp.org>
13543
13544         Allow multiple calls to gl_sockets_startup.
13545         * lib/sockets.c (initialized_sockets_version): New variable.
13546         (gl_sockets_startup): Do nothing if already called for this or a higher
13547         version.
13548         (gl_sockets_cleanup): Reset initialized_sockets_version.
13549
13550 2009-08-03  Simon Josefsson  <simon@josefsson.org>
13551
13552         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
13553         different project/version.
13554
13555 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
13556             Bruno Haible  <bruno@clisp.org>
13557
13558         Tests for module 'pipe-filter-gi'.
13559         * modules/pipe-filter-gi-tests: New file.
13560         * tests/test-pipe-filter-gi1.sh: New file.
13561         * tests/test-pipe-filter-gi1.c: New file.
13562         * tests/test-pipe-filter-gi2.sh: New file.
13563         * tests/test-pipe-filter-gi2-main.c: New file.
13564         * tests/test-pipe-filter-gi2-child.c: New file.
13565
13566         New module 'pipe-filter-gi'.
13567         * lib/pipe-filter-gi.c: New file.
13568         * modules/pipe-filter-gi: New file.
13569
13570 2009-08-02  Bruno Haible  <bruno@clisp.org>
13571             Paolo Bonzini  <bonzini@gnu.org>
13572
13573         Tests for module 'pipe-filter-ii'.
13574         * modules/pipe-filter-ii-tests: New file.
13575         * tests/test-pipe-filter-ii1.sh: New file.
13576         * tests/test-pipe-filter-ii1.c: New file.
13577         * tests/test-pipe-filter-ii2.sh: New file.
13578         * tests/test-pipe-filter-ii2-main.c: New file.
13579         * tests/test-pipe-filter-ii2-child.c: New file.
13580
13581         New module 'pipe-filter-ii'.
13582         * lib/pipe-filter.h: New file.
13583         * lib/pipe-filter-ii.c: New file.
13584         * lib/pipe-filter-aux.h: New file.
13585         * modules/pipe-filter-ii: New file.
13586
13587 2009-08-02  Simon Josefsson  <simon@josefsson.org>
13588
13589         * lib/gc-libgcrypt.c: Change copyright to FSF.
13590         * lib/gc-gnulib.c: Likewise.
13591
13592 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
13593
13594         * lib/gethostname.c: Include limits.h.
13595
13596 2009-08-02  Simon Josefsson  <simon@josefsson.org>
13597             Bruno Haible  <bruno@clisp.org>
13598
13599         Ensure HOST_NAME_MAX as part of the gethostname module.
13600         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
13601         define also HOST_NAME_MAX.
13602         * tests/test-gethostname.c: Include <limits.h>.
13603         (main): Check also HOST_NAME_MAX.
13604         * doc/posix-headers/limits.texi: Document the mingw problem.
13605
13606 2009-08-02  Bruno Haible  <bruno@clisp.org>
13607
13608         * lib/gethostname.c (gethostname): Fix handling of large len argument.
13609         Add comments.
13610
13611 2009-03-31  Simon Josefsson  <simon@josefsson.org>
13612
13613         * lib/gethostname.c: Add Windows wrapper.
13614         * m4/gethostname.m4: Look for gethostname in -lws2_32.
13615         * modules/gethostname: Depend on sys_socket & errno, for also
13616         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
13617         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
13618
13619 2009-07-31  Jim Meyering  <meyering@redhat.com>
13620
13621         getloadavg: fix symbol name in comment
13622         * lib/getloadavg.c: Correct a typo I introduced when adding
13623         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
13624         Matt Kraai spotted the problem.
13625
13626 2009-07-29  Matt Kraai  <mkraai@beckman.com>
13627
13628         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
13629         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
13630         code also if ! defined N_NAME_POINTER.
13631         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
13632         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
13633         but the n_name member is a 12-byte array.
13634
13635 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
13636
13637         update-copyright: generalize comment handling
13638         * build-aux/update-copyright: Handle copyright statements
13639         within more comment styles.
13640         Document usage.
13641         Report any file with an external copyright holder or parse failure.
13642
13643 2009-07-29  Jim Meyering  <meyering@redhat.com>
13644
13645         mktime: correct setting of REPLACE_MKTIME
13646         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
13647
13648         update-copyright: new module
13649         * modules/update-copyright: New file.
13650         * build-aux/update-copyright: New file.
13651         * MODULES.html.sh (maint+release support): Add update-copyright.
13652
13653 2009-07-27  Bruno Haible  <bruno@clisp.org>
13654
13655         Fix compilation error when <ctime> is used and mktime is replaced.
13656         * lib/time.in.h (mktime): New declaration.
13657         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
13658         REPLACE_MKTIME instead of defining mktime in config.h.
13659         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
13660         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
13661         Reported by Ross McFarland <rwmcfa1@neces.com>.
13662
13663 2009-07-27  Bruno Haible  <bruno@clisp.org>
13664
13665         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
13666         Reported by Matt Kraai <mkraai@beckman.com>.
13667
13668 2009-07-25  Jim Meyering  <meyering@redhat.com>
13669
13670         maint.mk: avoid warnings about missing files
13671         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
13672         diagnostic when .prev-version does not exist.
13673         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
13674         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
13675         nonexistent cfg.mk.
13676         Suggestions from Simon Josefsson.
13677
13678 2009-07-25  Bruno Haible  <bruno@clisp.org>
13679
13680         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
13681         defined as macros. Needed on QNX 6.4.1.
13682         Reported by Matt Kraai <mkraai@beckman.com>.
13683
13684 2009-07-23  Jim Meyering  <meyering@redhat.com>
13685
13686         maint.mk: invoke "make dist" with a working value of XZ_OPT
13687         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
13688
13689 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
13690
13691         Make fseeko.c compile on QNX.
13692         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
13693
13694 2009-07-22  Peter Simons  <simons@cryp.to>
13695
13696         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
13697         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
13698         * lib/md4.h: Likewise.
13699         * lib/md5.h: Likewise.
13700         * lib/sha1.h: Likewise.
13701         * lib/sha256.h: Likewise.
13702         * lib/sha512.h: Likewise.
13703
13704         tests-sha1: don't assign literal string to 'char *' variable
13705         * tests/test-sha1.c (main): Declare locals with "const" to match
13706         attributes of the right hand side.
13707
13708 2009-07-21  Eric Blake  <ebb9@byu.net>
13709
13710         dup2: fix more mingw problems
13711         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
13712         fd to itself.
13713         * doc/posix-functions/dup2.texi (dup2): Document the bug.
13714         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
13715         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
13716         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
13717         care of mingw bugs.
13718
13719 2009-07-21  Jim Meyering  <meyering@redhat.com>
13720
13721         vc-list-files: avoid failure when /bin/sh is dash
13722         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
13723         On some Debian based systems, /bin/sh is a symlink to dash, and running
13724         this command would omit the "/" following each 'tests' prefix:
13725           dash -x build-aux/vc-list-files -C . tests
13726         That is because bash and dash work differently:
13727           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
13728           bash ok
13729           dash odd
13730
13731 2009-07-21  Eric Blake  <ebb9@byu.net>
13732
13733         dup2-tests: test previous patch
13734         * modules/dup2-tests: New file.
13735         * tests/test-dup2.c: Likewise.
13736         * tests/test-open.c (main): Avoid unspecified behavior.
13737         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
13738         test.
13739
13740         dup2: work around mingw and cygwin 1.5 bug
13741         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
13742         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
13743         * modules/unistd (Makefile.am): Substitute it.
13744         * lib/unistd.in.h (dup2): Declare the replacement.
13745         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
13746         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
13747         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
13748         * modules/execute (Depends-on): Add dup2.
13749         * modules/fseterr (Depends-on): Likewise.
13750         * modules/pipe (Depends-on): Likewise.
13751         * modules/posix_spawn-internal (Depends-on): Likewise.
13752
13753 2009-07-21  Bruno Haible  <bruno@clisp.org>
13754
13755         * modules/.gitattributes: New file.
13756
13757 2009-07-20  Bruno Haible  <bruno@clisp.org>
13758
13759         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
13760         (main): Use it.
13761
13762 2009-07-20  Eric Blake  <ebb9@byu.net>
13763
13764         test-pipe: make a bit more robust.
13765         * tests/test-pipe.c (myerr): Allow error messages regardless of
13766         what we do to stderr.
13767         (test_pipe): Rearrange to avoid deadlock.
13768         (child_main): Try a larger read, to ensure we avoided deadlock.
13769         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
13770         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
13771         if misused.
13772
13773 2009-07-19  Jim Meyering  <meyering@redhat.com>
13774
13775         fts: avoid false-positive cycle-detection
13776         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
13777         for each new command line argument.
13778
13779 2009-07-19  Bruno Haible  <bruno@clisp.org>
13780
13781         Fix build error on mingw with the modules sys_select and unistd.
13782         * modules/acl-tests (Depends-on): Add close.
13783         * modules/binary-io-tests (Depends-on): Likewise.
13784         * modules/closein-tests (Depends-on): Likewise.
13785         * modules/flock-tests (Depends-on): Likewise.
13786         * modules/fsync-tests (Depends-on): Likewise.
13787         * modules/lseek-tests (Depends-on): Likewise.
13788         * modules/pipe-tests (Depends-on): Likewise.
13789         * modules/posix_spawn-tests (Depends-on): Likewise.
13790         * modules/posix_spawnp-tests (Depends-on): Likewise.
13791         * modules/stat-time-tests (Depends-on): Likewise.
13792         * modules/yesno-tests (Depends-on): Likewise.
13793
13794 2009-07-19  Bruno Haible  <bruno@clisp.org>
13795
13796         Unify conditionals.
13797         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
13798         macros, not at the compiler macros.
13799         * lib/pipe.c: Likewise.
13800         * lib/execute.c: Likewise.
13801         * lib/spawni.c: Likewise.
13802
13803 2009-07-19  Bruno Haible  <bruno@clisp.org>
13804
13805         Fix handling of closed stdin/stdout/stderr on mingw.
13806         * lib/w32spawn.h: Include unistd.h.
13807         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
13808         file descriptor with O_NOINHERIT flag.
13809         (fd_safer_noinherit): New function, based on fd-safer.c.
13810         (dup_safer_noinherit): New function, based on dup-safer.c.
13811         (undup_safer_noinherit): New function.
13812         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
13813         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
13814         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
13815         instead of fd_safer.
13816         * tests/test-pipe.c: Include <windows.h>.
13817         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
13818
13819         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
13820         from main.
13821         (test_pipe): Pass an extra argument for disambiguation.
13822         (main): Invoke parent_main or child_main.
13823
13824         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
13825         consistently.
13826
13827 2009-07-18  Eric Blake  <ebb9@byu.net>
13828
13829         test-pipe: fix mingw build
13830         * tests/test-pipe.c (main): Avoid fcntl on mingw.
13831
13832 2009-07-18  Bruno Haible  <bruno@clisp.org>
13833
13834         * modules/pipe-tests (Makefile.am): Fix typo.
13835
13836 2009-07-18  Eric Blake  <ebb9@byu.net>
13837
13838         error: fix mingw build
13839         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
13840         Reported by Bruno Haible.
13841
13842         error: avoid undefined use of stdout
13843         * lib/error.c (error, error_at_line): Check that fd 1 is open
13844         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
13845         is handling faults and the close_stdout module wants to report the
13846         detection of closed stdout as an error.
13847
13848 2009-07-17  Eric Blake  <ebb9@byu.net>
13849
13850         pipe: be robust in face of closed fds
13851         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
13852         should cause child to misbehave.
13853         * modules/pipe-tests: New module.
13854         * tests/test-pipe.c: New file.
13855         * tests/test-pipe.sh: New file.
13856         Reported by Akim Demaille.
13857
13858 2009-07-14  Bruno Haible  <bruno@clisp.org>
13859
13860         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
13861         Reported by anonymous kc.
13862
13863 2009-07-07  Jim Meyering  <meyering@redhat.com>
13864
13865         maint.mk: don't look for translatable strings in *.m4 or *.mk
13866         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
13867         when searching for translatable strings.
13868
13869 2009-07-05  Jim Meyering  <meyering@redhat.com>
13870
13871         remove superfluous parentheses in STREQ definition
13872         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
13873         * lib/getugroups.c (STREQ): Likewise.
13874         * lib/fnmatch.c (STREQ): Likewise.
13875         Spotted by Bruno Haible.
13876
13877 2009-07-04  Jim Meyering  <meyering@redhat.com>
13878
13879         argv-iter: new module
13880         * MODULES.html.sh: Add argv-iter.
13881         * lib/argv-iter.c, lib/argv-iter.h: New files.
13882         * modules/argv-iter: New file.
13883         * modules/argv-iter-tests: New file.
13884         * tests/test-argv-iter.c: Test it.
13885
13886 2009-07-04  Bruno Haible  <bruno@clisp.org>
13887
13888         Fix assertion.
13889         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
13890         contains more exact copies of a given entry than file2, leave the extra
13891         copies unpaired rather than aborting.
13892         Reported by Eric Blake.
13893
13894 2009-07-02  Bruno Haible  <bruno@clisp.org>
13895
13896         Speedup git-merge-changelog for git cherry-pick.
13897         * lib/git-merge-changelog.c (struct entries_mapping): New type.
13898         (entries_mapping_get): New function, extracted from compute_mapping.
13899         (entries_mapping_reverse_get): New function.
13900         (compute_mapping): Add a 'full' argument. Return the result in a
13901         'struct entries_mapping'.
13902         (main): Update. Access the mappings through entries_mapping_get.
13903         Reported by Eric Blake.
13904
13905 2009-07-02  Bruno Haible  <bruno@clisp.org>
13906
13907         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
13908         best_i.
13909
13910 2009-07-02  Bruno Haible  <bruno@clisp.org>
13911
13912         Speed up approximate search for matching ChangeLog entries.
13913         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
13914         argument. Call fstrcmp_bounded instead of fstrcmp.
13915         (compute_mapping, try_split_merged_entry, main): Update callers.
13916
13917 2009-07-02  Bruno Haible  <bruno@clisp.org>
13918
13919         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
13920
13921 2009-06-30  Bruno Haible  <bruno@clisp.org>
13922
13923         Reduce the number of uc_is_cased calls.
13924         * lib/unicase.h (casing_suffix_context_t): Add
13925         'first_char_except_ignorable' field.
13926         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
13927         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
13928         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
13929         Update initializer.
13930         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
13931         case-ignorable characters.
13932         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
13933         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
13934         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
13935         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
13936         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
13937
13938 2009-06-30  Bruno Haible  <bruno@clisp.org>
13939
13940         Tests for module 'unicase/ignorable'.
13941         * modules/unicase/ignorable-tests: New file.
13942         * tests/unicase/test-ignorable.c: New file, generated by
13943         gen-uni-tables.
13944
13945         Tests for module 'unicase/cased'.
13946         * modules/unicase/cased-tests: New file.
13947         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
13948         * tests/unicase/test-predicate-part1.h: New file, derived from
13949         tests/unictype/test-predicate-part1.h.
13950         * tests/unicase/test-predicate-part2.h: New file, same as
13951         tests/unictype/test-predicate-part2.h.
13952
13953         Fix evaluation of "Before C" condition of FINAL_SIGMA.
13954         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
13955         (output_casing_properties): New function.
13956         (main): Call it.
13957         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
13958         * lib/unicase/cased.c: Include unictype/bitmap.h.
13959         (uc_is_cased): Define through a bitmap lookup.
13960         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
13961         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
13962         (uc_is_case_ignorable): Define through a bitmap lookup.
13963         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
13964         lib/unictype/bitmap.h.
13965         (Depends-on): Add inline. Clean up.
13966         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
13967         lib/unictype/bitmap.h.
13968         (Depends-on): Add inline. Clean up.
13969         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
13970         recognition.
13971         * tests/unicase/test-u16-tolower.c (main): Likewise.
13972         * tests/unicase/test-u32-tolower.c (main): Likewise.
13973
13974 2009-06-30  Bruno Haible  <bruno@clisp.org>
13975
13976         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
13977         * lib/unicase/u16-casemap.c: Likewise.
13978         * lib/unicase/u32-casemap.c: Likewise.
13979
13980 2009-06-29  Bruno Haible  <bruno@clisp.org>
13981
13982         Define u32_casefold as a wrapper around u32_ct_casefold.
13983         * lib/unicase/u32-casefold.c: Update.
13984         * modules/unicase/u32-casefold (Depends-on): Add
13985         unicase/u32-ct-casefold, unicase/empty-prefix-context,
13986         unicase/empty-suffix-context. Clean up.
13987
13988         Define u16_casefold as a wrapper around u16_ct_casefold.
13989         * lib/unicase/u16-casefold.c: Update.
13990         * modules/unicase/u16-casefold (Depends-on): Add
13991         unicase/u16-ct-casefold, unicase/empty-prefix-context,
13992         unicase/empty-suffix-context. Clean up.
13993
13994         Define u8_casefold as a wrapper around u8_ct_casefold.
13995         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
13996         * lib/unicase/u8-casefold.c: Update.
13997         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
13998         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13999
14000         Define u32_totitle as a wrapper around u32_ct_totitle.
14001         * lib/unicase/u32-totitle.c: Update.
14002         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
14003         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14004
14005         Define u16_totitle as a wrapper around u16_ct_totitle.
14006         * lib/unicase/u16-totitle.c: Update.
14007         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
14008         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14009
14010         Define u8_totitle as a wrapper around u8_ct_totitle.
14011         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
14012         functions.
14013         (FUNC): Delegate to U_CT_TOTITLE.
14014         * lib/unicase/u8-totitle.c: Update.
14015         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
14016         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14017
14018         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
14019         invocation.
14020         * modules/unicase/u32-tolower (Depends-on): Add
14021         unicase/empty-prefix-context, unicase/empty-suffix-context.
14022
14023         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
14024         invocation.
14025         * modules/unicase/u16-tolower (Depends-on): Add
14026         unicase/empty-prefix-context, unicase/empty-suffix-context.
14027
14028         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
14029         * modules/unicase/u8-tolower (Depends-on): Add
14030         unicase/empty-prefix-context, unicase/empty-suffix-context.
14031
14032         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
14033         invocation.
14034         * modules/unicase/u32-toupper (Depends-on): Add
14035         unicase/empty-prefix-context, unicase/empty-suffix-context.
14036
14037         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
14038         invocation.
14039         * modules/unicase/u16-toupper (Depends-on): Add
14040         unicase/empty-prefix-context, unicase/empty-suffix-context.
14041
14042         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
14043         * modules/unicase/u8-toupper (Depends-on): Add
14044         unicase/empty-prefix-context, unicase/empty-suffix-context.
14045
14046         New module 'unicase/u32-ct-casefold'.
14047         * lib/unicase/u32-ct-casefold.c: New file.
14048         * modules/unicase/u32-ct-casefold: New file.
14049
14050         New module 'unicase/u16-ct-casefold'.
14051         * lib/unicase/u16-ct-casefold.c: New file.
14052         * modules/unicase/u16-ct-casefold: New file.
14053
14054         New module 'unicase/u8-ct-casefold'.
14055         * lib/unicase/u8-ct-casefold.c: New file.
14056         * lib/unicase/u-ct-casefold.h: New file, derived from
14057         lib/unicase/u-casefold.h.
14058         * modules/unicase/u8-ct-casefold: New file.
14059
14060         New module 'unicase/u32-ct-totitle'.
14061         * lib/unicase/u32-ct-totitle.c: New file.
14062         * modules/unicase/u32-ct-totitle: New file.
14063
14064         New module 'unicase/u16-ct-totitle'.
14065         * lib/unicase/u16-ct-totitle.c: New file.
14066         * modules/unicase/u16-ct-totitle: New file.
14067
14068         New module 'unicase/u8-ct-totitle'.
14069         * lib/unicase/u8-ct-totitle.c: New file.
14070         * lib/unicase/u-ct-totitle.h: New file, derived from
14071         lib/unicase/u-totitle.h.
14072         * modules/unicase/u8-ct-totitle: New file.
14073
14074         New module 'unicase/u32-ct-tolower'.
14075         * lib/unicase/u32-ct-tolower.c: New file.
14076         * modules/unicase/u32-ct-tolower: New file.
14077
14078         New module 'unicase/u16-ct-tolower'.
14079         * lib/unicase/u16-ct-tolower.c: New file.
14080         * modules/unicase/u16-ct-tolower: New file.
14081
14082         New module 'unicase/u8-ct-tolower'.
14083         * lib/unicase/u8-ct-tolower.c: New file.
14084         * modules/unicase/u8-ct-tolower: New file.
14085
14086         New module 'unicase/u32-ct-toupper'.
14087         * lib/unicase/u32-ct-toupper.c: New file.
14088         * modules/unicase/u32-ct-toupper: New file.
14089
14090         New module 'unicase/u16-ct-toupper'.
14091         * lib/unicase/u16-ct-toupper.c: New file.
14092         * modules/unicase/u16-ct-toupper: New file.
14093
14094         New module 'unicase/u8-ct-toupper'.
14095         * lib/unicase/u8-ct-toupper.c: New file.
14096         * modules/unicase/u8-ct-toupper: New file.
14097
14098         Add context arguments to u*_casemap functions.
14099         * lib/unicase/unicasemap.h: Include unicase.h.
14100         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
14101         suffix_context arguments.
14102         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
14103         functions.
14104         (FUNC): Add prefix_context and suffix_context arguments. Use
14105         uc_is_cased and uc_is_case_ignorable.
14106         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
14107         * lib/unicase/u16-casemap.c: Likewise.
14108         * lib/unicase/u32-casemap.c: Likewise.
14109         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
14110         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14111         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
14112         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14113         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
14114         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14115
14116         New module 'unicase/u32-suffix-context'.
14117         * lib/unicase/u32-suffix-context.c: New file.
14118         * modules/unicase/u32-suffix-context: New file.
14119
14120         New module 'unicase/u16-suffix-context'.
14121         * lib/unicase/u16-suffix-context.c: New file.
14122         * modules/unicase/u16-suffix-context: New file.
14123
14124         New module 'unicase/u8-suffix-context'.
14125         * lib/unicase/u8-suffix-context.c: New file.
14126         * lib/unicase/u-suffix-context.h: New file.
14127         * modules/unicase/u8-suffix-context: New file.
14128
14129         New module 'unicase/empty-suffix-context'.
14130         * lib/unicase/empty-suffix-context.c: New file.
14131         * modules/unicase/empty-suffix-context: New file.
14132
14133         New module 'unicase/u32-prefix-context'.
14134         * lib/unicase/u32-prefix-context.c: New file.
14135         * modules/unicase/u32-prefix-context: New file.
14136
14137         New module 'unicase/u16-prefix-context'.
14138         * lib/unicase/u16-prefix-context.c: New file.
14139         * modules/unicase/u16-prefix-context: New file.
14140
14141         New module 'unicase/u8-prefix-context'.
14142         * lib/unicase/u8-prefix-context.c: New file.
14143         * lib/unicase/u-prefix-context.h: New file.
14144         * lib/unicase/context.h: New file.
14145         * modules/unicase/u8-prefix-context: New file.
14146
14147         New module 'unicase/empty-prefix-context'.
14148         * lib/unicase/empty-prefix-context.c: New file.
14149         * modules/unicase/empty-prefix-context: New file.
14150
14151         New module 'unicase/ignorable'.
14152         * lib/unicase/ignorable.c: New file.
14153         * modules/unicase/ignorable: New file.
14154
14155         New module 'unicase/cased'.
14156         * lib/unicase/caseprop.h: New file.
14157         * lib/unicase/cased.c: New file.
14158         * modules/unicase/cased: New file.
14159
14160         New functions for case mapping of substrings.
14161         * lib/unicase.h (casing_prefix_context_t): New type.
14162         (unicase_empty_prefix_context): New variable.
14163         (u8_casing_prefix_context, u16_casing_prefix_context,
14164         u32_casing_prefix_context, u8_casing_prefixes_context,
14165         u16_casing_prefixes_context, u32_casing_prefixes_context): New
14166         declarations.
14167         (casing_suffix_context_t): New type.
14168         (unicase_empty_suffix_context): New variable.
14169         (u8_casing_suffix_context, u16_casing_suffix_context,
14170         u32_casing_suffix_context, u8_casing_suffixes_context,
14171         u16_casing_suffixes_context, u32_casing_suffixes_context,
14172         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
14173         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
14174         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
14175         declarations.
14176
14177 2009-06-28  Jim Meyering  <meyering@redhat.com>
14178
14179         boostrap: indent only with spaces
14180         * build-aux/bootstrap: Indent only with spaces, never TABs.
14181
14182         bootstrap: split long lines
14183         * build-aux/bootstrap: Keep line length < 80.
14184
14185         bootstrap: sync from coreutils
14186         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
14187         just as autoreconf does.  Verify a list of prerequisite
14188         package-name,version-number pairs if defined in bootstrap.conf.
14189         Refer to README-prereq, if prerequisites are not satisfied.
14190
14191 2009-06-27  Eric Blake  <ebb9@byu.net>
14192
14193         tests: add test for bogus NULL definition
14194         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
14195         * tests/test-stdlib.c: Likewise.
14196         * tests/test-string.c: Likewise.
14197         * tests/test-locale.c: Likewise.
14198         * tests/test-unistd.c: Likewise.
14199         * modules/stdio-tests (Depends-on): Add verify.
14200         * modules/stdlib-tests (Depends-on): Likewise.
14201         * modules/string-tests (Depends-on): Likewise.
14202         * modules/locale-tests (Depends-on): Likewise.
14203         * modules/unistd-tests (Depends-on): Likewise.
14204
14205 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
14206
14207         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
14208         self-explaining comment.
14209         * m4/selinux-selinux-h: Update serial.
14210         (gl_LIBSELINUX): New macro, adding a warning for missing development
14211         packages to code extracted from...
14212         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
14213         Add warning for missing development packages here, too.
14214
14215 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
14216
14217         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
14218
14219 2009-06-25  Eric Blake  <ebb9@byu.net>
14220
14221         version-etc: fix regression
14222         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
14223         gcc.
14224         (version_etc): Use it, to catch bugs with trailing NULL.
14225         * lib/version-etc.c (version_etc_arn): Delete unused argument.
14226         (version_etc_va): Fix logic bug.
14227         * modules/version-etc-tests: Add test.
14228         * tests/test-version-etc.c: New file.
14229         * tests/test-version-etc.sh: Likewise.
14230
14231 2009-06-25  Sam Steingold  <sds@gnu.org>
14232
14233         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
14234         mbtowc declaration.
14235
14236 2009-06-25  Eric Blake  <ebb9@byu.net>
14237
14238         fpurge: migrate into <stdio.h>
14239         * lib/fpurge.h: Delete...
14240         * lib/stdio.in.h (fpurge): ...and declare here, instead.
14241         * lib/fpurge.c (fpurge): Change declaring header.
14242         * modules/fpurge (Files): Drop deleted file.
14243         (Depends-on): Add stdio.
14244         (configure.ac): Set witness.
14245         * modules/stdio (Makefile.am): Support fpurge macros.
14246         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
14247         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
14248         * lib/fflush.c: Update client.
14249         * tests/test-fpurge.c: Likewise.
14250         * NEWS: Mention the change.
14251
14252 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14253
14254         * lib/argp-version-etc.c (program_authors): Add const
14255         qualifier.
14256         * lib/version-etc.c: Fix typos in the comments.
14257         * modules/argp-version-etc: Depends on version-etc.
14258
14259 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14260
14261         argp-version-etc: new module.
14262
14263         * lib/argp-version-etc.c: New file.
14264         * lib/argp-version-etc.h: New file.
14265         * modules/argp-version-etc: New file.
14266         * modules/argp-version-etc-tests: New file.
14267         * tests/test-argp-version-etc.c: New test.
14268         * tests/test-argp-version-etc-1.sh: New test.
14269
14270 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14271
14272         Provide additional interfaces and documentation for version-etc
14273         module.
14274
14275         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
14276         interfaces.
14277         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
14278         prototypes.
14279
14280 2009-06-24  Bruno Haible  <bruno@clisp.org>
14281
14282         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
14283         HAVE_LIB${NAME} macro.
14284         Reported by Sam Steingold <sds@gnu.org>.
14285
14286 2009-06-23  Simon Josefsson  <simon@josefsson.org>
14287
14288         * modules/hash-tests (test_hash_LDADD): Link to libintl when
14289         needed.
14290
14291 2009-06-21  Bruno Haible  <bruno@clisp.org>
14292
14293         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
14294         work.
14295         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
14296         together with LIB${NAME}, LTLIB${NAME}.
14297         Reported by Sam Steingold <sds@gnu.org>.
14298
14299 2009-06-20  Jim Meyering  <meyering@redhat.com>
14300
14301         tests: make sc_require_test_exit_idiom more generic
14302         * top/maint.mk (Exit_witness_file): New overridable variable.
14303         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
14304         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
14305
14306 2009-06-19  Jim Meyering  <meyering@redhat.com>
14307
14308         hash: reverse order of src/dst parameters in an internal interface
14309         * lib/hash.c (transfer_entries): Reverse order of parameters to
14310         put DST before SRC.  Adjust callers.
14311
14312         tests: test-hash: avoid wholesale duplication
14313         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
14314         Instead, use a loop and add a single conditional.
14315
14316         tests: test-hash: allow seed selection via a command line argument
14317         * tests/test-hash.c (get_seed): New function.
14318         (main): Use it.
14319
14320 2009-06-19  Eric Blake  <ebb9@byu.net>
14321
14322         hash: avoid memory leak on allocation failure
14323         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
14324         failure.  Factor repeated algorithm...
14325         (transfer_entries): ...into new helper routine.
14326         (hash_delete): React to hash_rehash return value.
14327
14328         hash: reduce memory pressure in hash_rehash no-op case
14329         * lib/hash.c (next_prime): Avoid overflow.
14330         (hash_initialize): Factor bucket size computation...
14331         (compute_bucket_size): ...into new helper function.
14332         (hash_rehash): Use new function and open coding to reduce memory
14333         pressure, and avoid a memory leak in USE_OBSTACK code.
14334         Reported by Jim Meyering.
14335
14336 2009-06-18  Eric Blake  <ebb9@byu.net>
14337
14338         hash: make rotation more obvious
14339         * modules/hash (Depends-on): Add bitrotate and stdint.
14340         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
14341         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
14342         (SIZE_MAX): Rely on headers for definition.
14343         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
14344         (raw_hasher): Use rotr_sz.
14345         Suggested by Jim Meyering.
14346
14347         hash: fix memory leak in last patch
14348         * lib/hash.c (hash_rehash): Avoid memory leak.
14349
14350         hash: avoid no-op rehashing
14351         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
14352
14353         hash: provide default callback functions
14354         * lib/hash.c (raw_hasher, raw_comparator): New functions.
14355         (hash_initialize): Use them as defaults.
14356         * tests/test-hash.c (main): Test this.
14357
14358         hash: minor optimization
14359         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
14360         when possible.
14361         (hash_initialize): Document this promise.
14362         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
14363         * tests/test-hash.c (hash_compare_strings): Test this.
14364
14365 2009-06-18  Bruno Haible  <bruno@clisp.org>
14366
14367         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
14368         going to be replaced anyway.
14369
14370 2009-06-18  Bruno Haible  <bruno@clisp.org>
14371
14372         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
14373         in one place.
14374         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
14375         be replaced anyway.
14376
14377 2009-06-18  Eric Blake  <ebb9@byu.net>
14378
14379         hash: check for resize before insertion
14380         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
14381         threshold before insertion, so that a pathological hash_rehash
14382         that fills every bucket can still trigger another rehash.
14383
14384 2009-06-18  Jim Meyering  <meyering@redhat.com>
14385
14386         hash-tests: add a loop around the small tests
14387         * tests/test-hash.c (main): Repeat small tests with selected
14388         small initial table sizes.
14389
14390 2009-06-17  Eric Blake  <ebb9@byu.net>
14391
14392         hash: minor cleanups
14393         * lib/hash.h (hash_entry): Make opaque, by moving...
14394         * lib/hash.c (hash_entry): ...here.
14395         (hash_insert): Clarify restrictions on what can be inserted.
14396         (hash_get_next): Clarify when it is safe to remove an element
14397         during traversal.
14398         (check_tuning): Skip verification when tuning is known safe.
14399         (hash_initialize): Clarify restrictions on tuning.
14400
14401 2009-06-17  Jim Meyering  <jim@meyering.net>
14402         and Eric Blake  <ebb9@byu.net>
14403
14404         hash-tests: new module
14405         * modules/hash-tests: New file.
14406         * tests/test-hash.c: New file.
14407
14408 2009-06-17  Eric Blake  <ebb9@byu.net>
14409
14410         strstr-simple: document new module
14411         * MODULES.html.sh: Document new module.
14412
14413         strstr, strcasestr: replace on platforms with broken memchr
14414         * modules/strstr: Split into...
14415         * modules/strstr-simple: ...new module that does not care about
14416         performance, but does care about glibc bug.
14417         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
14418         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
14419         if platform memchr is broken, per Debian bug 521737.
14420         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
14421         memchr.
14422         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
14423         * doc/posix-functions/strstr.texi (strstr): Document the fix.
14424         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
14425         * modules/mountlist (Depends-on): Add strstr-simple.
14426         * modules/gen-uni-tables (Depends-on): Likewise.
14427         * modules/argz (Depends-on): Add strstr.
14428
14429 2009-06-17  Bruno Haible  <bruno@clisp.org>
14430
14431         * modules/posix_spawn-internal (Depends-on): Add errno.
14432
14433 2009-06-17  Bruno Haible  <bruno@clisp.org>
14434
14435         Define missing ESTALE on Interix 3.5.
14436         * lib/errno.in.h (ESTALE): Assign a value if missing.
14437         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
14438         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
14439         missing.
14440         * doc/posix-headers/errno.texi: Mention the Interix bug.
14441         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
14442
14443 2009-06-15  Eric Blake  <ebb9@byu.net>
14444
14445         memchr, memchr2: add valgrind exception
14446         * lib/memchr.valgrind: New file.
14447         * lib/memchr2.valgrind: New file.
14448         * modules/memchr (Files): Distribute valgrind file.
14449         * modules/memchr2 (Files): Likewise.
14450
14451         docs: memchr is no longer obsolete
14452         * MODULES.html.sh: Move memchr from obsolete to string.h section.
14453         * lib/string.in.h (memchr): Simplify logic.
14454
14455 2009-06-14  Jim Meyering  <meyering@redhat.com>
14456
14457         link-follow: fix the "checking..." message to not mention trailing slash
14458         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
14459         never considered trailing slashes.
14460
14461 2009-06-14  Bruno Haible  <bruno@clisp.org>
14462
14463         * m4/memchr.m4: Mention also the bug on IA-64.
14464         * doc/posix-functions/memchr.texi: Likewise.
14465
14466 2009-06-12  Eric Blake  <ebb9@byu.net>
14467
14468         memchr: detect broken x86_64 and alpha implementations
14469         * modules/memchr-tests (Depends-on): Move mmap detection...
14470         * modules/memchr (Depends-on): ...here.
14471         (configure.ac): Set indicator.
14472         * lib/string.in.h (memchr): Declare replacement.
14473         * modules/string (Makefile.am): Trigger replacement.
14474         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
14475         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
14476         bugs.
14477         * doc/posix-functions/memchr.texi (memchr): Document the bug.
14478         * modules/getpagesize (License): Relax license.
14479
14480 2009-06-11  Bruno Haible  <bruno@clisp.org>
14481
14482         * lib/idpriv.h: Add more references.
14483
14484 2009-06-08  Bruno Haible  <bruno@clisp.org>
14485
14486         Tests for module 'idpriv-droptemp'.
14487         * modules/idpriv-droptemp-tests: New file.
14488         * tests/test-idpriv-droptemp.sh: New file.
14489         * tests/test-idpriv-droptemp.su.sh: New file.
14490         * tests/test-idpriv-droptemp.c: New file.
14491
14492         New module 'idpriv-droptemp'.
14493         * lib/idpriv-droptemp.c: New file.
14494         * modules/idpriv-droptemp: New file.
14495
14496 2009-06-08  Bruno Haible  <bruno@clisp.org>
14497
14498         Tests for module 'idpriv-drop'.
14499         * modules/idpriv-drop-tests: New file.
14500         * tests/test-idpriv-drop.sh: New file.
14501         * tests/test-idpriv-drop.su.sh: New file.
14502         * tests/test-idpriv-drop.c: New file.
14503
14504         New module 'idpriv-drop'.
14505         * lib/idpriv.h: New file.
14506         * lib-idpriv-drop.c: New file.
14507         * m4/idpriv.m4: New file.
14508         * modules/idpriv-drop: New file.
14509
14510 2009-06-08  Bruno Haible  <bruno@clisp.org>
14511
14512         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
14513         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14514         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14515         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14516         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14517         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14518         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14519
14520 2009-06-08  Eric Blake  <ebb9@byu.net>
14521
14522         test-strstr: use memory fence, when possible
14523         * tests/test-strstr.c (main): Use memory fence, in order to be
14524         more likely to trigger Debian bug 521737.
14525         * modules/strstr-tests (Files): Pull in additional files.
14526
14527         memchr: no longer obsolete, for wider field testing
14528         * modules/memchr (Status, Notice): Delete, this module is no
14529         longer obsolete.
14530         * modules/vasnprintf (Depends-on): Add memchr.
14531
14532 2009-06-07  Jim Meyering  <meyering@redhat.com>
14533
14534         hash: declare some functions with the warn_unused_result attribute
14535         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
14536
14537 2009-06-07  Bruno Haible  <bruno@clisp.org>
14538
14539         * tests/test-alignof.c: Don't test int64_t if it does not exist.
14540         Reported by Eric Blake.
14541
14542 2009-06-06  Eric Blake  <ebb9@byu.net>
14543
14544         test-alignof: fix typo with long double
14545         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
14546         compiler error.
14547
14548 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
14549
14550         Escape non-texinfo { and }s.
14551         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
14552         markup error.
14553
14554 2009-06-04  Jim Meyering  <meyering@redhat.com>
14555
14556         gitlog-to-changelog: don't infloop on an empty commit log
14557         * build-aux/gitlog-to-changelog: Warn about an empty log message.
14558         Reported by Boris Petersen <transacid@centerim.org>.
14559
14560 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
14561
14562         version-etc: extend for packagers
14563         Add three new configure options, intended for packagers:
14564           --with-packager="packager name"
14565           --with-packager-version="packager-specific version"
14566           --with-packager-bug-reports="packager bug reporting"
14567         An example with coreutils:
14568           $ ./configure \
14569             --with-packager=Gentoo \
14570             --with-packager-bug-report=http://bugs.gentoo.org/ \
14571             --with-packager-version="patchset 1.6"
14572           $ ./src/ls --version | head -n2
14573           ls (GNU coreutils) 7.1-dirty
14574           Packaged by Gentoo (patchset 1.6)
14575         Note that the bug reporting info via --help doesn't show up because
14576         coreutils uses its own custom emit_bug_reporting_address() implementation
14577         in src/system.h.  If it didn't, it'd look like:
14578           $ ./src/ls --help | tail -n4
14579           Report bugs to <bug-coreutils@gnu.org>.
14580           Report Gentoo bugs to <http://bugs.gentoo.org/>.
14581           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
14582           General help using GNU software: <http://www.gnu.org/gethelp/>.
14583         * lib/version-etc.c: Print new information, if provided.
14584         * m4/version-etc.m4: New file.
14585         * modules/version-etc (Files): Add m4/version-etc.m4.
14586         (configure.ac): Add gl_VERSION_ETC.
14587
14588 2009-05-31  Bruno Haible  <bruno@clisp.org>
14589
14590         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
14591         and 'int64_t'.
14592         * modules/alignof-tests (Dependencies): Add stdint.
14593         Reported by Eric Blake.
14594
14595 2009-05-31  Bruno Haible  <bruno@clisp.org>
14596
14597         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
14598         restriction due to compiler bugs.
14599         Reported by Eric Blake.
14600
14601 2009-05-31  Simon Josefsson  <simon@josefsson.org>
14602             Bruno Haible  <bruno@clisp.org>
14603
14604         Fix test-alignof failure.
14605         * lib/alignof.h (alignof_slot): New macro.
14606         (alignof_type): New macro, with the same semantics as the previous
14607         'alignof'.
14608         (alignof): Alias to alignof_slot.
14609         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
14610         check that the results are usable as constant expressions.
14611
14612 2009-05-31  Bruno Haible  <bruno@clisp.org>
14613
14614         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
14615         * tests/test-memchr.c (main): Check that memchr does not read past the
14616         first occurrence of the byte.
14617         * tests/test-strstr.c (main): Update comment.
14618         Suggested by Eric Blake.
14619
14620 2009-05-30  Bruno Haible  <bruno@clisp.org>
14621
14622         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
14623         detail how to use dumpbin.
14624         Reported by David Byron <dbyron@dbyron.com>.
14625
14626 2009-06-02  Simon Josefsson  <simon@josefsson.org>
14627
14628         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
14629
14630 2009-06-02  Simon Josefsson  <simon@josefsson.org>
14631
14632         * m4/manywarnings.m4: Add GCC 4.4 warnings.
14633
14634 2009-05-28  Bruno Haible  <bruno@clisp.org>
14635
14636         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
14637         build-aux/ files.
14638
14639 2009-05-28  Simon Josefsson  <simon@josefsson.org>
14640
14641         * gnulib-tool (func_import): Transform license on build-aux/ files too.
14642
14643 2009-05-27  Simon Josefsson  <simon@josefsson.org>
14644
14645         * gnulib-tool (sed_transform_main_lib_file)
14646         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
14647         regexps.
14648
14649 2009-05-26  Simon Josefsson  <simon@josefsson.org>
14650
14651         * tests/test-strstr.c: Add another self-test.
14652         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
14653         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
14654
14655 2009-05-23  Bruno Haible  <bruno@clisp.org>
14656
14657         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
14658         change.
14659
14660 2009-05-21  Bruno Haible  <bruno@clisp.org>
14661
14662         Simplify use of mode_t varargs.
14663         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
14664         uses 'mode_t' or 'int'.
14665         * lib/openat.c (openat): Likewise.
14666         * lib/open-safer.c (open_safer): Likewise.
14667         * m4/mode_t.m4: New file.
14668         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
14669         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
14670         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
14671         * modules/open (Files): Add m4/mode_t.m4.
14672         * modules/openat (Files): Likewise.
14673         * modules/fcntl-safer (Files): Likewise.
14674         Suggested by Eric Blake.
14675
14676 2009-05-21  Pádraig Brady  <P@draigbrady.com>
14677
14678         * doc/glibc-functions/fallocate.texi: New file.
14679         * doc/gnulib.texi: Include it.
14680
14681 2009-05-21  Eric Blake  <ebb9@byu.net>
14682             Bruno Haible  <bruno@clisp.org>
14683
14684         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
14685         invocations.
14686         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
14687
14688 2009-05-21  Eric Blake  <ebb9@byu.net>
14689             Bruno Haible  <bruno@clisp.org>
14690
14691         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
14692         include_next. Fix of 2008-11-20 commit.
14693         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
14694         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
14695         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
14696         NEXT_MATH_H.
14697         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
14698         instead of NEXT_MATH_H.
14699
14700 2009-05-21  Bruno Haible  <bruno@clisp.org>
14701
14702         Avoid redefinition warnings for SIZE_MAX.
14703         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
14704         Reported by Simon Josefsson.
14705
14706 2009-05-21  Bruno Haible  <bruno@clisp.org>
14707
14708         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
14709         AC_CACHE_VAL.
14710
14711 2009-05-20  Bruno Haible  <bruno@clisp.org>
14712
14713         Make zeroptr.h work on mingw.
14714         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
14715         mprotect.
14716         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
14717         * modules/memchr2-tests (configure.ac): Likewise.
14718         * modules/memcmp-tests (configure.ac): Likewise.
14719         * modules/memmem-tests (configure.ac): Likewise.
14720         * modules/memrchr-tests (configure.ac): Likewise.
14721         Reported by Simon Josefsson.
14722
14723 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14724
14725         * tests/test-glob.c: Include string.h for strcmp prototype.
14726
14727 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14728
14729         * modules/getdelim (Depends-on): Add explicit stdint, although it
14730         was implicitly already pulled in via realloc-posix.
14731         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
14732
14733 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14734
14735         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
14736         G. Christensen" <tgc@jupiterrise.com>.
14737         * m4/sys_socket_h.m4: Check for sa_family_t.
14738         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
14739         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
14740         * tests/test-sys_socket.c: Check that sa_family_t works.
14741
14742 2009-05-18  Eric Blake  <ebb9@byu.net>
14743
14744         maint.mk: allow gnulib_dir in VPATH build
14745         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
14746
14747 2009-05-15  Jim Meyering  <meyering@redhat.com>
14748
14749         maint.mk: Give gnulib_dir a default definition.
14750         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
14751         Thus, most packages no longer need to specify this variable in cfg.mk
14752
14753 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
14754
14755         rename.m4: fix typos that would make non-mingw cross-configure fail
14756         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
14757
14758 2009-05-13  Eric Blake  <ebb9@byu.net>
14759
14760         mmap-anon: avoid out-of-order autoconf expansion
14761         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
14762         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
14763         * modules/memchr-tests (Depends-on): Add extensions.
14764         * modules/memchr2-tests (Depends-on): Add extensions.
14765         * modules/memcmp-tests (Depends-on): Add extensions.
14766         * modules/memmem-tests (Depends-on): Add extensions.
14767         * modules/memrchr-tests (Depends-on): Add extensions.
14768
14769 2009-05-13  Bruno Haible  <bruno@clisp.org>
14770
14771         Make some tests ISO C 99 compliant.
14772         * tests/zerosize-ptr.h: New file.
14773         * tests/test-memchr.c: Include zerosize-ptr.h.
14774         (main): Use a zero-size object pointer instead of NULL.
14775         * tests/test-memchr2.c: Include zerosize-ptr.h.
14776         (main): Use a zero-size object pointer instead of NULL.
14777         * tests/test-memcmp.c: Include zerosize-ptr.h.
14778         (main): Use a zero-size object pointer instead of NULL.
14779         * tests/test-memmem.c: Include zerosize-ptr.h.
14780         (main): Use a zero-size object pointer instead of NULL.
14781         * tests/test-memrchr.c: Include zerosize-ptr.h.
14782         (main): Use a zero-size object pointer instead of NULL.
14783         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
14784         m4/mmap-anon.m4.
14785         (Depends-on): Add getpagesize.
14786         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14787         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
14788         m4/mmap-anon.m4.
14789         (Depends-on): Add getpagesize.
14790         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14791         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
14792         m4/mmap-anon.m4.
14793         (Depends-on): Add getpagesize.
14794         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14795         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
14796         m4/mmap-anon.m4.
14797         (Depends-on): Add getpagesize.
14798         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14799         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
14800         m4/mmap-anon.m4.
14801         (Depends-on): Add getpagesize.
14802         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14803
14804 2009-05-12  Bruno Haible  <bruno@clisp.org>
14805
14806         Tests for module 'alignof'.
14807         * modules/alignof-tests: New file.
14808         * tests/test-alignof.c: New file.
14809
14810 2009-05-12  Bruno Haible  <bruno@clisp.org>
14811
14812         Fix alignof macro.
14813         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
14814         vendor compilers that are always correct.
14815
14816 2009-05-12  Bruno Haible  <bruno@clisp.org>
14817
14818         Make the MAP_ANONYMOUS detection work on HP-UX 11.
14819         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
14820         not whether its fully works.
14821
14822 2009-05-12  Bruno Haible  <bruno@clisp.org>
14823
14824         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
14825
14826 2009-05-12  Jim Meyering  <meyering@redhat.com>
14827
14828         * top/maint.mk: Adjust backslash alignment.
14829
14830 2009-05-11  Simon Josefsson  <simon@josefsson.org>
14831
14832         * top/maint.mk: Make $(srcdir)/build-aux configurable.
14833
14834 2009-05-11  Eric Blake  <ebb9@byu.net>
14835
14836         argp: avoid undefined behavior
14837         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
14838         macros.
14839
14840 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14841
14842         * tests/test-vc-list-files-git.sh: Do git config of user.email and
14843         user.name to prevent git commit from complaining.
14844
14845 2009-05-10  Bruno Haible  <bruno@clisp.org>
14846
14847         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
14848         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
14849         it rewrites every file name only once.
14850         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
14851
14852 2009-05-08  Bruno Haible  <bruno@clisp.org>
14853
14854         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
14855         instead of 'max'.
14856
14857 2009-05-08  Simon Josefsson  <simon@josefsson.org>
14858
14859         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
14860         sockaddr_storage test.
14861
14862 2009-05-07  Simon Josefsson  <simon@josefsson.org>
14863
14864         * modules/sys_socket (Makefile.am): Substitute
14865         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
14866         * m4/sys_socket_h.m4: Check for sockaddr_storage.
14867         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
14868         * tests/test-sys_socket.c: Check sockaddr_storage.
14869
14870 2009-05-08  Bruno Haible  <bruno@clisp.org>
14871
14872         New module 'alignof'.
14873         * lib/alignof.h: New file.
14874         * modules/alignof: New file.
14875
14876 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14877             Bruno Haible  <bruno@clisp.org>
14878
14879         Fix test-file-has-acl on FreeBSD.
14880         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
14881         mask is implicitly added.
14882         * tests/test-file-has-acl.c: Include <signal.h>.
14883         (main): Terminate the test after 5 seconds.
14884         * modules/acl-tests (configure.ac): Check for alarm function.
14885
14886 2009-05-04  Bruno Haible  <bruno@clisp.org>
14887
14888         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
14889         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
14890         * modules/errno (configure.ac): Drop AC_REQUIRE.
14891         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
14892         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
14893
14894 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14895
14896         * modules/glob-tests: New module.
14897         * tests/test-glob.c: Add.
14898
14899 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14900
14901         * modules/fnmatch-tests: New module.
14902         * tests/test-fnmatch.c: Add.
14903
14904 2009-05-04  Eric Blake  <ebb9@byu.net>
14905
14906         maint: make the new no-submodule-changes rule VPATH-safe
14907         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
14908
14909 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14910             Bruno Haible  <bruno@clisp.org>
14911
14912         acl: Fix infinite loop on FreeBSD.
14913         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
14914         of return value from acl_get_entry.
14915         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
14916         Likewise.
14917
14918 2009-05-03  Bruno Haible  <bruno@clisp.org>
14919
14920         * lib/acl-internal.h (acl_entries): Clarify return value.
14921         * lib/acl_entries.c (acl_entries): Likewise.
14922
14923 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14924
14925         Bug fix in acl module.
14926         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
14927
14928 2009-05-03  Bruno Haible  <bruno@clisp.org>
14929
14930         Create gperf-generated file in the source dir, not in the build dir.
14931         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
14932         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
14933         * modules/unicase/locale-language (unicase/locale-languages.h):
14934         Likewise.
14935         * modules/unicase/special-casing (unicase/special-casing-table.h):
14936         Likewise.
14937         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
14938         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
14939         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
14940         Reported by Ralf Wildenhues.
14941
14942 2009-05-03  Bruno Haible  <bruno@clisp.org>
14943
14944         * modules/fnmatch (Description, configure.ac): Taken from
14945         fnmatch-posix.
14946         * modules/fnmatch-posix: Turn into a symbolic reference to the
14947         'fnmatch' module, and deprecate.
14948         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
14949
14950 2009-05-03  Bruno Haible  <bruno@clisp.org>
14951
14952         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
14953         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
14954         Reported by Ralf Wildenhues.
14955
14956 2009-05-04  Simon Josefsson  <simon@josefsson.org>
14957
14958         * m4/fnmatch.m4: Fix fnmatch re-define.
14959
14960 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
14961
14962         priv-set: new module and tests; adapt write-any-file
14963         * lib/priv-set.c: New file.
14964         * lib/priv-set.h: New file.
14965         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
14966         * lib/write-any-file.c: Simplify by using priv-set module.
14967         * m4/priv-set.m4: New file.
14968         * modules/priv-set: New file.
14969         * modules/unlinkdir: Add dependency on priv-set module.
14970         * modules/write-any-file: Likewise.
14971
14972         Tests for module 'priv-set'.
14973         * modules/priv-set-tests: New file.
14974         * tests/test-priv-set.c: New file.
14975
14976 2009-05-03  Jim Meyering  <meyering@redhat.com>
14977             Bruno Haible  <bruno@clisp.org>
14978
14979         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
14980         use the converted UTF-8 variant of the name instead.
14981
14982 2009-05-03  Jim Meyering  <meyering@redhat.com>
14983
14984         tests: tighten some getdate tests
14985         * tests/test-getdate.c (main): Tighten tests: require equality,
14986         not just greater than.  Set TZ envvar to UTC0.
14987
14988 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
14989
14990         getdate: correctly interpret "next monday" when run on a Monday
14991         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
14992         that e.g., "next tues" (when run on a tuesday) results in a date
14993         that is one week in the future, and not today's date.
14994         I.e., add a week when the wday is the same as the current one.
14995         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
14996         and earlier by Martin Bernreuther and Jan Minář.
14997         * tests/test-getdate.c (main): Check that "next DAY" is always in
14998         the future and that "last DAY" is always in the past.
14999
15000 2009-05-02  Jim Meyering  <meyering@redhat.com>
15001
15002         build: ensure that a release build fails when a submodule is unclean
15003         * top/maint.mk (no-submodule-changes): New rule.
15004         (alpha beta major): Depend on it.
15005
15006 2009-05-02  Bruno Haible  <bruno@clisp.org>
15007
15008         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
15009         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
15010         shell variable gl_fnmatch_required to detect which variant is
15011         requested.
15012         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
15013         gl_FUNC_FNMATCH_POSIX.
15014         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
15015         exclude fnmatch-posix.
15016
15017 2009-05-02  Bruno Haible  <bruno@clisp.org>
15018
15019         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
15020         * modules/mbsrtowcs (License): Change to LGPLv2+.
15021         * modules/strnlen1 (License): Likewise.
15022         Reported by Simon Josefsson.
15023
15024 2009-05-02  Bruno Haible  <bruno@clisp.org>
15025
15026         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
15027         "cross".
15028         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
15029         gnulib-tool was called with option --source-base=lib.
15030
15031 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15032
15033         Use automake *-local hooks without commands, for extensibility.
15034         * modules/localcharset (Makefile.am): Rename install-exec-local
15035         rule to install-exec-localcharset, and make it a prerequisite of
15036         install-exec-local.  Likewise, rename the uninstall-local rule to
15037         uninstall-localcharset, and make it a prerequisite of the former.
15038
15039 2009-05-01  Bruno Haible  <bruno@clisp.org>
15040
15041         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
15042         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
15043         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
15044         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
15045         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
15046         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
15047         m4/locale-zh.m4, m4/codeset.m4.
15048
15049         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
15050         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
15051         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
15052         m4/locale-zh.m4.
15053
15054         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
15055         REPLACE_WCRTOMB if mbstate_t must be replaced.
15056         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
15057         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
15058
15059 2009-05-01  Bruno Haible  <bruno@clisp.org>
15060
15061         Avoid compiler warnings when redefining macros defined by <libintl.h>.
15062         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
15063         dngettext, dcngettext, textdomain, bindtextdomain,
15064         bind_textdomain_codeset): Undefine before redefining.
15065
15066 2009-04-30  Bruno Haible  <bruno@clisp.org>
15067
15068         Fix bug introduced on 2009-04-25.
15069         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
15070         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
15071         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
15072         is defined.
15073         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
15074         is defined.
15075         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
15076         is defined.
15077         Reported by Elbert_Pol <elbert.pol@gmail.com>.
15078
15079 2009-04-28  Bruno Haible  <bruno@clisp.org>
15080
15081         Comment tweaks.
15082         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
15083         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
15084         * lib/unicase.h (u*_casexfrm): Likewise.
15085         Reported by Paolo Bonzini.
15086
15087 2009-04-28  Bruno Haible  <bruno@clisp.org>
15088
15089         Fix a compilation error.
15090         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
15091         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
15092         Reported by Jim Meyering.
15093
15094 2009-04-27  Bruno Haible  <bruno@clisp.org>
15095
15096         New module 'libunistring'.
15097         * modules/libunistring: New file.
15098         * m4/libunistring.m4: New file.
15099         * MODULES.html.sh (Unicode string functions): Add it.
15100
15101 2009-04-27  Eric Blake  <ebb9@byu.net>
15102
15103         maint.mk: allow package-specific header to provide <config.h>
15104         * top/maint.mk (sc_require_config_h): New variable.
15105         (sc_require_config_h, sc_require_config_h_first): Use it.
15106
15107 2009-04-27  Simon Josefsson  <simon@josefsson.org>
15108
15109         * top/maint.mk (sc_avoid_if_before_free): Except
15110         useless-if-before-free script.
15111
15112 2009-04-27  Eric Blake  <ebb9@byu.net>
15113
15114         maintainer-makefile: depend on all required helper scripts
15115         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
15116         useless-if-before-free.
15117         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
15118         version, rather than assuming gnulib checkout is available.
15119         Reported by Simen Josefsson.
15120
15121 2009-04-26  Bruno Haible  <bruno@clisp.org>
15122
15123         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
15124         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
15125         "../" or "..".
15126
15127 2009-04-26  Bruno Haible  <bruno@clisp.org>
15128
15129         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
15130         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
15131         AC_LIB_HAVE_LINKFLAGS.
15132
15133 2009-04-26  Bruno Haible  <bruno@clisp.org>
15134
15135         Simplify calling convention of u*_conv_from_encoding.
15136         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
15137         u32_conv_from_encoding): Expect a resultbuf argument and return the
15138         result directly as a pointer.
15139         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
15140         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
15141         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
15142         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
15143         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
15144         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
15145         Update.
15146         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
15147         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
15148         * lib/vasnprintf.c (VASNPRINTF): Update.
15149         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
15150         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
15151         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
15152         * NEWS: Mention the change.
15153
15154 2009-04-26  Bruno Haible  <bruno@clisp.org>
15155
15156         Simplify calling convention of u*_conv_to_encoding.
15157         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
15158         u32_conv_to_encoding): Expect a resultbuf argument and return the
15159         result directly as a pointer.
15160         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
15161         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
15162         freeing scaled_offsets if mem_iconveha failed.
15163         * lib/unicase/u-casexfrm.h (FUNC): Update.
15164         * lib/uninorm/u-normxfrm.h (FUNC): Update.
15165         * lib/vasnprintf.c (VASNPRINTF): Update.
15166         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
15167         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
15168         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
15169         * NEWS: Mention the change.
15170
15171 2009-04-26  Bruno Haible  <bruno@clisp.org>
15172
15173         Avoid test failures on AIX and OSF/1.
15174         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
15175         malloc(0).
15176         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
15177         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
15178         Likewise.
15179         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
15180         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
15181         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
15182         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
15183         * doc/posix-functions/malloc.texi: Document the portability problem
15184         related to malloc(0).
15185
15186 2009-04-26  Bruno Haible  <bruno@clisp.org>
15187
15188         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
15189         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
15190         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
15191
15192 2009-04-25  Bruno Haible  <bruno@clisp.org>
15193
15194         Avoid link error when creating a namespace clean library.
15195         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
15196         as macro with arguments if already defined as an alias.
15197         * lib/signbitf.c (gl_signbitf): Don't undefine.
15198         * lib/signbitd.c (gl_signbitd): Don't undefine.
15199         * lib/signbitl.c (gl_signbitl): Don't undefine.
15200
15201 2009-04-25  Jim Meyering  <meyering@redhat.com>
15202
15203         vc-list-files: fix another quoting bug
15204         * build-aux/vc-list-files: Avoid sed backslash expansion
15205         of pathological directory names.
15206
15207 2009-04-25  Eric Blake  <ebb9@byu.net>
15208
15209         vc-list-files: fix shell quoting error
15210         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
15211         timestamp.
15212
15213 2009-04-25  Jim Meyering  <meyering@redhat.com>
15214
15215         vc-list-files: restore lost functionality with subdir argument
15216         * build-aux/vc-list-files: When given a non-"." sub-directory
15217         argument, substitute the $dir/ prefix back onto each resulting name.
15218         Otherwise, coreutils' root_tests check would fail.
15219
15220 2009-04-24  Eric Blake  <ebb9@byu.net>
15221
15222         vc-list-files: ignore git symlinks
15223         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
15224         than ls-files, to ignore git symlinks.
15225
15226         maint.mk: import improvements from m4
15227         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
15228         (move_if_change): Delete unused macro.
15229         (news-date-check, vc-diff-check): Support VPATH builds.
15230         (announcement): Likewise.  Split --bootstrap-tools list...
15231         (boostrap-tools): ...into separate list, which can be overridden
15232         in cfg.mk.
15233         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
15234         requiring dependency on useless-if-before-free module.
15235         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
15236         Support VPATH builds.
15237
15238 2009-04-24  Jim Meyering  <meyering@redhat.com>
15239
15240         maint.mk: remove coreutils-specific rules and variables
15241         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
15242         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
15243         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
15244
15245         maint.mk: remove obsolete rule
15246         * top/maint.mk (rel-check): Remove rule.
15247         (WGET, WGETFLAGS): Remove now-unused variables.
15248
15249 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15250
15251         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
15252         consistency.
15253
15254         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
15255         '$(PATH_SEPARATOR)' instead of ':'.
15256
15257 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15258
15259         * lib/getopt1.c (main): Use 'const' for static array.
15260
15261 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15262
15263         * top/maint.mk: Sync with coreutils.
15264         * NEWS: Explain incompatibilities.
15265
15266 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15267             Bruno Haible  <bruno@clisp.org>
15268
15269         Fix cross-compilation results.
15270         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
15271         statement, as third argument of AC_TRY_RUN.
15272         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
15273         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
15274         Likewise.
15275         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
15276         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
15277         Likewise.
15278         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
15279         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
15280         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
15281
15282 2009-04-20  Bruno Haible  <bruno@clisp.org>
15283
15284         Avoid test failure on mingw.
15285         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
15286
15287 2009-04-20  Bruno Haible  <bruno@clisp.org>
15288
15289         Avoid compilation error on mingw.
15290         * modules/localename-tests (Depends-on): Add locale.
15291
15292 2009-04-19  Bruno Haible  <bruno@clisp.org>
15293
15294         Support for building a shared library on Windows platforms.
15295         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
15296         (main): Test the presence of UNINORM_NFC here.
15297         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
15298         (main): Test the presence of UNINORM_NFD here.
15299         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
15300         (main): Test the presence of UNINORM_NFKC here.
15301         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
15302         (main): Test the presence of UNINORM_NFKD here.
15303
15304 2009-04-19  Bruno Haible  <bruno@clisp.org>
15305
15306         Avoid a compiler warning.
15307         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
15308         Change type of variable 'sequence'.
15309
15310 2009-04-19  Bruno Haible  <bruno@clisp.org>
15311
15312         * modules/configmake (Makefile.am): When the contents of configmake.h
15313         does not change, arrange to preserve its modification time.
15314
15315 2009-04-17  Simon Josefsson  <simon@josefsson.org>
15316
15317         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
15318         gettext domain.
15319
15320 2009-04-16  Jim Meyering  <meyering@redhat.com>
15321
15322         useless-if-before-free: improve conversion code
15323         * build-aux/useless-if-before-free: Adjust code-in-comment to match
15324         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
15325
15326 2009-04-14  Bruno Haible  <bruno@clisp.org>
15327
15328         * modules/fcntl (Depends-on): Add extensions.
15329         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
15330
15331 2009-04-12  Ben Pfaff  <blp@gnu.org>
15332
15333         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
15334         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
15335
15336 2009-03-20  Ben Pfaff  <blp@gnu.org>
15337
15338         Make rename replace existing destinations on Windows.
15339         * m4/rename.m4: Add test for Mingw.
15340         * lib/rename.c: Add rename replacement that uses MoveFileEx with
15341         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
15342         * doc/posix-functions/rename.texi: Document.
15343
15344 2009-04-10  Bruno Haible  <bruno@clisp.org>
15345
15346         New include file "iconveh.h".
15347         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
15348         * lib/striconveh.h: Include it.
15349         (enum iconv_ilseq_handler): Remove definition.
15350         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
15351         striconveh.h.
15352         * lib/striconveha.c: Include striconveh.h.
15353         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
15354         * modules/striconveh (Files): Add lib/iconveh.h.
15355         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
15356         lib/striconveh.h.
15357
15358 2009-04-10  Bruno Haible  <bruno@clisp.org>
15359
15360         * lib/uniconv.h: Update comment.
15361
15362 2009-04-10  Bruno Haible  <bruno@clisp.org>
15363
15364         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
15365         always.
15366         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
15367         * lib/unistr/u16-mbtouc-aux.c: Likewise.
15368         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
15369         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
15370         "unistring-notinline.h", so that the function gets defined always.
15371         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
15372         * lib/unistr/u8-uctomb.c: Likewise.
15373         * lib/unistr/u16-mbtouc.c: Likewise.
15374         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
15375         * lib/unistr/u16-uctomb.c: Likewise.
15376         * lib/unistr/u32-mbtouc.c: Likewise.
15377         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
15378         * lib/unistr/u32-uctomb.c: Likewise.
15379
15380 2009-04-10  Bruno Haible  <bruno@clisp.org>
15381
15382         Mark 'utime' obsolete.
15383         * modules/utime (Status, Notice): New sections.
15384         Suggested by Jim Meyering.
15385
15386         Fix cross-compile guess for utime test.
15387         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
15388         autoconf.
15389         * doc/posix-functions/utime.texi: Give more precisions.
15390         Reported by Jan <ipif@ymail.com>.
15391
15392 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
15393
15394         filevercmp: correct today's change
15395         * lib/filevercmp.c: Also handle coreutils' test inputs.
15396         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
15397
15398         Fix regression in 'filevercmp' module. Thanks Sven Joachim
15399         for reporting it.
15400         * lib/filevercmp.c: Special handle for "", "." and "..".
15401         * tests/test-filevercmp.c: Enlarge the set suite.
15402
15403 2009-04-07  Jim Meyering  <meyering@redhat.com>
15404
15405         useless-if-before-free: show how to remove braced useless free, too
15406         * build-aux/useless-if-before-free: still only in a comment, though.
15407
15408 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
15409
15410         maint.mk: import changes to syntax-check macros from coreutils
15411         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
15412         Use them in the relevant macros.
15413
15414 2009-04-06  Bruno Haible  <bruno@clisp.org>
15415
15416         Fix unportable use of bit-fields.
15417         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
15418         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
15419         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
15420
15421 2009-04-06  Bruno Haible  <bruno@clisp.org>
15422
15423         Avoid test failures on AIX and OSF/1.
15424         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
15425         that malloc(0) = NULL.
15426         * tests/unicase/test-u8-tolower.c (check): Likewise.
15427         * tests/unicase/test-u8-totitle.c (check): Likewise.
15428         * tests/unicase/test-u8-toupper.c (check): Likewise.
15429         * tests/unicase/test-u16-casefold.c (check): Likewise.
15430         * tests/unicase/test-u16-tolower.c (check): Likewise.
15431         * tests/unicase/test-u16-totitle.c (check): Likewise.
15432         * tests/unicase/test-u16-toupper.c (check): Likewise.
15433         * tests/unicase/test-u32-casefold.c (check): Likewise.
15434         * tests/unicase/test-u32-tolower.c (check): Likewise.
15435         * tests/unicase/test-u32-totitle.c (check): Likewise.
15436         * tests/unicase/test-u32-toupper.c (check): Likewise.
15437         * tests/uninorm/test-u8-nfc.c (check): Likewise.
15438         * tests/uninorm/test-u8-nfd.c (check): Likewise.
15439         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
15440         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
15441         * tests/uninorm/test-u16-nfc.c (check): Likewise.
15442         * tests/uninorm/test-u16-nfd.c (check): Likewise.
15443         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
15444         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
15445         * tests/uninorm/test-u32-nfc.c (check): Likewise.
15446         * tests/uninorm/test-u32-nfd.c (check): Likewise.
15447         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
15448         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
15449
15450 2009-04-05  Bruno Haible  <bruno@clisp.org>
15451
15452         Work around an autoconf limitation.
15453         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
15454         comment line if it would be longer than 3 KB.
15455
15456 2009-04-05  Bruno Haible  <bruno@clisp.org>
15457
15458         Avoid test failure with libiconv-1.13.
15459         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
15460         of the expected test results.
15461
15462 2009-04-05  Bruno Haible  <bruno@clisp.org>
15463
15464         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
15465         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
15466         that it should be installed.
15467
15468 2009-04-05  Bruno Haible  <bruno@clisp.org>
15469
15470         * gnulib-tool: New option --copy-file.
15471         (func_usage): Document it.
15472         (func_dest_tmpfilename): Moved out of func_import.
15473         (func_add_file, func_update_file): New functions, extracted from
15474         func_import.
15475         (func_import): Update.
15476
15477 2009-04-05  Karl Berry  <karl@gnu.org>
15478
15479         * README: prominently mention gnulib-tool.
15480         Rearrange sections so getting the code is near the top.
15481
15482 2009-04-05  Bruno Haible  <bruno@clisp.org>
15483
15484         * lib/unicase.h: Mention u*_cmp2.
15485         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
15486         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
15487         * lib/unicase/ulc-casecmp.c: Likewise.
15488         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
15489         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
15490         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
15491         unistr/u8-cmp.
15492         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
15493         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
15494         unistr/u16-cmp.
15495         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
15496         unistr/u32-cmp.
15497
15498         * lib/uninorm.h: Mention u*_cmp2.
15499         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
15500         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
15501         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
15502         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
15503         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
15504         unistr/u8-cmp.
15505         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
15506         unistr/u16-cmp.
15507         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
15508         unistr/u32-cmp.
15509
15510         New module 'unistr/u32-cmp2'.
15511         * lib/unistr/u32-cmp2.c: New file.
15512         * modules/unistr/u32-cmp2: New file.
15513
15514         New module 'unistr/u16-cmp2'.
15515         * lib/unistr/u16-cmp2.c: New file.
15516         * modules/unistr/u16-cmp2: New file.
15517
15518         New module 'unistr/u8-cmp2'.
15519         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
15520         * lib/unistr/u8-cmp2.c: New file.
15521         * lib/unistr/u-cmp2.h: New file.
15522         * modules/unistr/u8-cmp2: New file.
15523
15524 2009-04-05  Bruno Haible  <bruno@clisp.org>
15525
15526         * lib/unictype.h (uc_property_is_valid): New macro.
15527         * tests/unictype/test-pr_byname.c (main): Use it.
15528
15529         * lib/unistr.h: Doc fixes.
15530         * lib/uniconv.h: Doc fixes.
15531         * lib/unictype.h: Doc fixes.
15532
15533 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
15534
15535         Port coreutils 7.2 to Solaris 8.
15536
15537         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
15538         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
15539         for Solaris 8.  This is a bit of a hack, as it means it's the
15540         caller's responsibility to add -lnsl if needed, but most likely it
15541         won't be needed since only getaddrinfo uses this and getaddrinfo
15542         isn't needed on Solaris 8.
15543
15544         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
15545         problem to Solaris 8 encountered with coreutils 7.2, which
15546         resulted in a message "fnmatch.c:292: warning: passing argument 4
15547         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
15548         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
15549
15550 2009-04-03  Simon Josefsson  <simon@josefsson.org>
15551
15552         * m4/ld-version-script.m4: Add FIXME comment.
15553
15554 2009-04-02  Simon Josefsson  <simon@josefsson.org>
15555
15556         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
15557         SOVERSION variable.
15558
15559 2009-04-02  Bruno Haible  <bruno@clisp.org>
15560
15561         * Makefile (info, html, dvi, pdf): Combine the rules.
15562         Suggested by Jim Meyering.
15563
15564 2009-04-01  Bruno Haible  <bruno@clisp.org>
15565
15566         * Makefile (info, html, dvi, pdf): New targets.
15567         Reported by Reuben Thomas <rrt@sc3d.org>.
15568
15569 2009-04-01  Bruno Haible  <bruno@clisp.org>
15570
15571         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
15572         can be put into PATH.
15573         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
15574
15575 2009-04-01  Bruno Haible  <bruno@clisp.org>
15576
15577         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
15578
15579 2009-04-01  Bruno Haible  <bruno@clisp.org>
15580
15581         Rename module 'visibility'.
15582         * modules/lib-symbol-visibility: Renamed from modules/visibility.
15583         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
15584         * doc/gnulib.texi: Update.
15585         * MODULES.html.sh (Misc): Update.
15586         * NEWS: Mention the change.
15587
15588 2009-04-01  Simon Josefsson  <simon@josefsson.org>
15589
15590         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
15591         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
15592         Eric Blake <ebb9@byu.net> for review.
15593         * MODULES.html.sh: Add lib-msvc-compat.
15594         * doc/gnulib.texi: Link to new section.
15595         * m4/ld-output-def.m4: New file.
15596         * doc/ld-output-def.texi: New file.
15597
15598 2009-04-01  Simon Josefsson  <simon@josefsson.org>
15599
15600         Rename ld-version-script to lib-symbol-versions.  Suggested by
15601         Bruno Haible <bruno@clisp.org>.
15602         * modules/ld-version-script: Renamed to lib-symbol-versions.
15603         * doc/ld-version-script.texi: Fix module name.
15604         * MODULES.html.sh: Add lib-symbol-versions.
15605
15606 2009-03-31  Simon Josefsson  <simon@josefsson.org>
15607
15608         * modules/u64-tests: New file.
15609         * tests/test-u64.c: New file.
15610
15611 2009-03-04  Simon Josefsson  <simon@josefsson.org>
15612
15613         * MODULES.html.sh: Mention u64.
15614         * modules/u64: New module.
15615         * modules/crypto/sha512: Depend on u64 module instead of providing
15616         u64.h.
15617
15618 2009-03-27  Eric Blake  <ebb9@byu.net>
15619
15620         test-strerror: make debugging EAI_SYSTEM easier
15621         * modules/getaddrinfo-tests (Depends-on): Add strerror.
15622         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
15623         failure was EAI_SYSTEM.
15624
15625 2009-03-25  Bruno Haible  <bruno@clisp.org>
15626
15627         Fix a problem with --enable-relocatable on Solaris 7.
15628         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
15629         since 2008-02-24.
15630
15631 2009-03-25  Eric Blake  <ebb9@byu.net>
15632
15633         test-sockets: avoid gcc warning
15634         * tests/test-sockets.c (main): Silence compiler warning.
15635
15636 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15637
15638         New modules nproc, pthread, contributed by Glen Lenker.
15639
15640         * MODULES.html.sh: Add pthread, nproc.
15641         * lib/nproc.c: New file.
15642         * lib/nproc.h: New file.
15643         * lib/pthread.in.h: New file.
15644         * m4/pthread.m4: New file.
15645         * modules/nproc: New file.
15646         * modules/pthread: New file.
15647
15648 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15649
15650         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
15651         New variable.
15652
15653 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
15654
15655         filevercmp: handle simple~ and numbered.~3~ backup suffixes
15656         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
15657         * tests/test-filevercmp.c: Add tests for backup suffixes.
15658
15659 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15660
15661         * modules/stdlib (Depends-on): Add stdint, needed when defining
15662         struct random_data on, for example, HP-UX 10.20.  Reported by
15663         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15664
15665 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15666
15667         * lib/readline.c (readline): Call fflush on stdout after printing
15668         prompt.
15669
15670 2009-03-20  Bruno Haible  <bruno@clisp.org>
15671
15672         Remove dependency from 'close' module to -lws2_32 on native Windows.
15673         * lib/close-hook.h: New file.
15674         * lib/close-hook.c: New file.
15675         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
15676         w32sock.h.
15677         (_gl_close_fd_maybe_socket): Remove function.
15678         (rpl_close): Invoke execute_all_close_hooks instead of
15679         _gl_close_fd_maybe_socket.
15680         * lib/sockets.c: Include close-hook.h, w32sock.h.
15681         (close_fd_maybe_socket): New function, essentially from lib/close.c.
15682         (close_sockets_hook): New variable.
15683         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
15684         (gl_sockets_cleanup): Unregister it.
15685         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
15686         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
15687         * modules/close-hook: New file.
15688         * modules/close (Files): Remove lib/w32sock.h.
15689         (Depends-on): Add close-hook.
15690         (Link): Remove section.
15691         * modules/sockets (Files): Add lib/w32sock.h.
15692         (Depends-on): Add close-hook.
15693         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
15694         invocation.
15695         * NEWS: Mention that LIB_CLOSE is gone.
15696
15697 2009-03-23  Eric Blake  <ebb9@byu.net>
15698
15699         signal-tests: test previous patch
15700         * tests/test-signal.c: New file.
15701         * modules/signal-tests: Likewise.
15702
15703         signal.h: always support 'volatile sig_atomic_t'
15704         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
15705         (gl_SIGNAL_H_DEFAULTS): Add a default.
15706         * modules/signal (Makefile.am): Substitute if needed.
15707         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
15708         users can blindly add volatile.
15709         * doc/posix-headers/signal.texi (signal.h): Document it.
15710         Reported by Matthew Woehlke.
15711
15712 2009-03-23  Jim Meyering  <meyering@redhat.com>
15713
15714         pathmax: PATH_MAX: use pathconf only when available
15715         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
15716         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
15717         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
15718         This avoids a link failure in a PSP cross-compilation environment
15719         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
15720
15721         * lib/vasnprintf.c (divide): Fix typo in comment.
15722
15723 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15724
15725         * gnulib-tool (func_filter_filelist): Fix comment.
15726
15727 2009-03-20  Bruno Haible  <bruno@clisp.org>
15728
15729         Make sockets.h self-contained.
15730         * lib/sockets.c: Include sockets.h first.
15731         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
15732
15733 2009-03-19  Eric Blake  <ebb9@byu.net>
15734
15735         doc: mention more functions added in cygwin 1.7.0
15736         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
15737         addition.
15738         * doc/posix-functions/log2f.texi: Likewise.
15739
15740 2009-03-19  Jim Meyering  <meyering@redhat.com>
15741
15742         fsusage: avoid syntax error due to statement-before-declaration
15743         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
15744         after all declarations.  Reported by Matthew Woehlke in
15745         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
15746
15747 2009-03-18  Eric Blake  <ebb9@byu.net>
15748
15749         build-aux/compile: sync from automake
15750         * build-aux/compile: New file, from automake.
15751         * config/srclist.txt: Mention build-aux/compile.
15752
15753 2009-03-17  Bruno Haible  <bruno@clisp.org>
15754
15755         * lib/git-merge-changelog.c: Fix typo in comment.
15756         Reported by Reuben Thomas <rrt@sc3d.org>.
15757
15758 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
15759
15760         * m4/regex.m4: update and improve help for
15761         --without-included-regex.
15762
15763 2009-03-17  Simon Josefsson  <simon@josefsson.org>
15764
15765         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
15766         failure on missing include files.
15767
15768 2009-03-17  Eric Blake  <ebb9@byu.net>
15769
15770         doc: mention more functions added in cygwin 1.7.0
15771         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
15772         addition.
15773         * doc/posix-functions/fwscanf.texi: Likewise.
15774         * doc/posix-functions/swprintf.texi: Likewise.
15775         * doc/posix-functions/swscanf.texi: Likewise.
15776         * doc/posix-functions/vfwprintf.texi: Likewise.
15777         * doc/posix-functions/vfwscanf.texi: Likewise.
15778         * doc/posix-functions/vswprintf.texi: Likewise.
15779         * doc/posix-functions/vswscanf.texi: Likewise.
15780         * doc/posix-functions/vwprintf.texi: Likewise.
15781         * doc/posix-functions/vwscanf.texi: Likewise.
15782         * doc/posix-functions/wcscasecmp.texi: Likewise.
15783         * doc/posix-functions/wcsdup.texi: Likewise.
15784         * doc/posix-functions/wcsftime.texi: Likewise.
15785         * doc/posix-functions/wcsncasecmp.texi: Likewise.
15786         * doc/posix-functions/wprintf.texi: Likewise.
15787         * doc/posix-functions/wscanf.texi: Likewise.
15788         * doc/glibc-functions/gethostbyname2.texi: Likewise.
15789
15790 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15791
15792         maint.mk: really add $(AM_MAKEFLAGS)
15793         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
15794         was inadvertently omitted in the last commit.
15795         Spotted by Bruno Haible.
15796
15797         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
15798         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
15799         $(AM_MAKEFLAGS)' rather than plain `make'.
15800
15801         gnulib-tool: execute $MAKE not make
15802         * gnulib-tool: Default $MAKE to 'make'.
15803         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
15804         than make.  Initialize $MAKE in the do-autobuild script.
15805
15806         gnulib-tool: use $MAKE not make in generated files
15807         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
15808         make, in generated files.  Initialize $MAKE in the do-autobuild
15809         script.
15810
15811         * top/GNUmakefile (_have-git-version-gen): Fix typo.
15812
15813         GNUmakefile: disable parallelism only for multiple, recursive targets
15814         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
15815         additions in the Makefile.
15816         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
15817         by Automake.
15818         (.NOTPARALLEL): Only disable parallel builds if multiple targets
15819         are listed on the command line and at least one of them is
15820         listed in $(ALL_RECURSIVE_TARGETS).
15821
15822 2009-03-14  Bruno Haible  <bruno@clisp.org>
15823
15824         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
15825         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
15826         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
15827         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
15828         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
15829         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
15830         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
15831         unistr/u8-uctomb.
15832         * modules/unistr/u8-strchr (Depends-on): Likewise.
15833         * modules/unistr/u8-strrchr (Depends-on): Likewise.
15834         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
15835         unistr/u16-uctomb.
15836         * modules/unistr/u16-strchr (Depends-on): Likewise.
15837         * modules/unistr/u16-strrchr (Depends-on): Likewise.
15838
15839 2009-03-12  Bruno Haible  <bruno@clisp.org>
15840
15841         Work around select() bug on Interix 3.5.
15842         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
15843         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
15844         * m4/select.m4: New file.
15845         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
15846         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
15847         * modules/select (Files): Add m4/select.m4.
15848         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
15849         * modules/nanosleep (Depends-on): Add select.
15850         * modules/poll (Depends-on): Likewise.
15851         * doc/posix-functions/select.texi: Mention the Interix bug.
15852         Reported by Markus Duft <mduft@gentoo.org>.
15853
15854         * lib/select.c: Renamed from lib/winsock-select.c.
15855         * modules/select (Files): Add lib/select.c, remove
15856         lib/winsock-select.c.
15857         (configure.ac): Update.
15858
15859 2009-03-12  Jim Meyering  <meyering@redhat.com>
15860
15861         avoid gcc warnings about unused macro definitions
15862         * lib/readtokens.c (STREQ): Remove unused definition.
15863         * lib/xmalloc.c (SIZE_MAX): Likewise.
15864         * lib/openat-die.c (N_): Likewise.
15865         * lib/mountlist.c (SIZE_MAX): Remove definition.
15866         Instead, include <stdint.h>.
15867         * lib/readutmp.c: Likewise.
15868         * modules/readutmp (Depends-on): Add stdint.
15869         * modules/mountlist (Depends-on): Add stdint.
15870         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
15871
15872 2009-03-10  Bruno Haible  <bruno@clisp.org>
15873
15874         Tests for module 'mbmemcasecoll'.
15875         * modules/mbmemcasecoll-tests: New file.
15876         * tests/test-mbmemcasecoll1.sh: New file.
15877         * tests/test-mbmemcasecoll2.sh: New file.
15878         * tests/test-mbmemcasecoll3.sh: New file.
15879         * tests/test-mbmemcasecoll.c: New file.
15880
15881         New module 'mbmemcasecoll'.
15882         * lib/mbmemcasecoll.h: New file.
15883         * lib/mbmemcasecoll.c: New file.
15884         * modules/mbmemcasecoll: New file.
15885
15886         * tests/test-mbmemcasecmp.h: New file, extracted from
15887         tests/test-mbmemcasecmp.c.
15888         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
15889         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
15890         (main): Update.
15891         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
15892
15893 2009-03-09  Bruno Haible  <bruno@clisp.org>
15894
15895         Tests for module 'mbmemcasecmp'.
15896         * modules/mbmemcasecmp-tests: New file.
15897         * tests/test-mbmemcasecmp1.sh: New file.
15898         * tests/test-mbmemcasecmp2.sh: New file.
15899         * tests/test-mbmemcasecmp3.sh: New file.
15900         * tests/test-mbmemcasecmp.c: New file.
15901
15902         New module 'mbmemcasecmp'.
15903         * lib/mbmemcasecmp.h: New file.
15904         * lib/mbmemcasecmp.c: New file.
15905         * modules/mbmemcasecmp: New file.
15906
15907 2009-03-09  Bruno Haible  <bruno@clisp.org>
15908
15909         Tests for module 'unicase/ulc-casecoll'.
15910         * modules/unicase/ulc-casecoll-tests: New file.
15911         * tests/unicase/test-ulc-casecoll1.sh: New file.
15912         * tests/unicase/test-ulc-casecoll2.sh: New file.
15913         * tests/unicase/test-ulc-casecoll.c: New file.
15914
15915         New module 'unicase/ulc-casecoll'.
15916         * lib/unicase.h (ulc_casecoll): New declaration.
15917         * lib/unicase/ulc-casecoll.c: New file.
15918         * modules/unicase/ulc-casecoll: New file.
15919
15920         New module 'unicase/ulc-casexfrm'.
15921         * lib/unicase.h (ulc_casexfrm): New declaration.
15922         * lib/unicase/ulc-casexfrm.c: New file.
15923         * modules/unicase/ulc-casexfrm: New file.
15924
15925 2009-03-09  Bruno Haible  <bruno@clisp.org>
15926
15927         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
15928         invocations.
15929
15930         * m4/mbscasecmp.m4: Remove file.
15931         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
15932         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
15933
15934         * m4/mbscasestr.m4: Remove file.
15935         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
15936         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
15937
15938         * m4/mbschr.m4: Remove file.
15939         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
15940         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
15941
15942         * m4/mbscspn.m4: Remove file.
15943         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
15944         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
15945
15946         * m4/mbslen.m4: Remove file.
15947         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
15948         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
15949
15950         * m4/mbsncasecmp.m4: Remove file.
15951         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
15952         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
15953
15954         * m4/mbsnlen.m4: Remove file.
15955         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
15956         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
15957
15958         * m4/mbspbrk.m4: Remove file.
15959         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
15960         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
15961
15962         * m4/mbspcasecmp.m4: Remove file.
15963         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
15964         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
15965
15966         * m4/mbsrchr.m4: Remove file.
15967         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
15968         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
15969
15970         * m4/mbssep.m4: Remove file.
15971         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
15972         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
15973
15974         * m4/mbsspn.m4: Remove file.
15975         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
15976         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
15977
15978         * m4/mbsstr.m4: Remove file.
15979         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
15980         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
15981
15982         * m4/mbstok_r.m4: Remove file.
15983         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
15984         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
15985
15986         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
15987
15988         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
15989         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
15990
15991         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
15992
15993 2009-03-08  Bruno Haible  <bruno@clisp.org>
15994
15995         Tests for module 'unicase/ulc-casecmp'.
15996         * modules/unicase/ulc-casecmp-tests: New file.
15997         * tests/unicase/test-ulc-casecmp1.sh: New file.
15998         * tests/unicase/test-ulc-casecmp2.sh: New file.
15999         * tests/unicase/test-ulc-casecmp.c: New file.
16000
16001         New module 'unicase/ulc-casecmp'.
16002         * lib/unicase.h (ulc_casecmp): New declaration.
16003         * lib/unicase/ulc-casecmp.c: New file.
16004         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
16005         'const SRC_UNIT *'.
16006         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
16007         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
16008         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
16009         * modules/unicase/ulc-casecmp: New file.
16010
16011         Tests for module 'unicase/u32-is-cased'.
16012         * modules/unicase/u32-is-cased-tests: New file.
16013         * tests/unicase/test-u32-is-cased.c: New file.
16014
16015         Tests for module 'unicase/u16-is-cased'.
16016         * modules/unicase/u16-is-cased-tests: New file.
16017         * tests/unicase/test-u16-is-cased.c: New file.
16018
16019         Tests for module 'unicase/u8-is-cased'.
16020         * modules/unicase/u8-is-cased-tests: New file.
16021         * tests/unicase/test-u8-is-cased.c: New file.
16022         * tests/unicase/test-is-cased.h: New file.
16023
16024         New module 'unicase/u32-is-cased'.
16025         * lib/unicase/u32-is-cased.c: New file.
16026         * modules/unicase/u32-is-cased: New file.
16027
16028         New module 'unicase/u16-is-cased'.
16029         * lib/unicase/u16-is-cased.c: New file.
16030         * modules/unicase/u16-is-cased: New file.
16031
16032         New module 'unicase/u8-is-cased'.
16033         * lib/unicase/u8-is-cased.c: New file.
16034         * lib/unicase/u-is-cased.h: New file.
16035         * modules/unicase/u8-is-cased: New file.
16036
16037         Tests for module 'unicase/u32-is-casefolded'.
16038         * modules/unicase/u32-is-casefolded-tests: New file.
16039         * tests/unicase/test-u32-is-casefolded.c: New file.
16040
16041         Tests for module 'unicase/u16-is-casefolded'.
16042         * modules/unicase/u16-is-casefolded-tests: New file.
16043         * tests/unicase/test-u16-is-casefolded.c: New file.
16044
16045         Tests for module 'unicase/u8-is-casefolded'.
16046         * modules/unicase/u8-is-casefolded-tests: New file.
16047         * tests/unicase/test-u8-is-casefolded.c: New file.
16048         * tests/unicase/test-is-casefolded.h: New file.
16049
16050         New module 'unicase/u32-is-casefolded'.
16051         * lib/unicase/u32-is-casefolded.c: New file.
16052         * modules/unicase/u32-is-casefolded: New file.
16053
16054         New module 'unicase/u16-is-casefolded'.
16055         * lib/unicase/u16-is-casefolded.c: New file.
16056         * modules/unicase/u16-is-casefolded: New file.
16057
16058         New module 'unicase/u8-is-casefolded'.
16059         * lib/unicase/u8-is-casefolded.c: New file.
16060         * modules/unicase/u8-is-casefolded: New file.
16061
16062         Tests for module 'unicase/u32-is-titlecase'.
16063         * modules/unicase/u32-is-titlecase-tests: New file.
16064         * tests/unicase/test-u32-is-titlecase.c: New file.
16065
16066         Tests for module 'unicase/u16-is-titlecase'.
16067         * modules/unicase/u16-is-titlecase-tests: New file.
16068         * tests/unicase/test-u16-is-titlecase.c: New file.
16069
16070         Tests for module 'unicase/u8-is-titlecase'.
16071         * modules/unicase/u8-is-titlecase-tests: New file.
16072         * tests/unicase/test-u8-is-titlecase.c: New file.
16073         * tests/unicase/test-is-titlecase.h: New file.
16074
16075         New module 'unicase/u32-is-titlecase'.
16076         * lib/unicase/u32-is-titlecase.c: New file.
16077         * modules/unicase/u32-is-titlecase: New file.
16078
16079         New module 'unicase/u16-is-titlecase'.
16080         * lib/unicase/u16-is-titlecase.c: New file.
16081         * modules/unicase/u16-is-titlecase: New file.
16082
16083         New module 'unicase/u8-is-titlecase'.
16084         * lib/unicase/u8-is-titlecase.c: New file.
16085         * modules/unicase/u8-is-titlecase: New file.
16086
16087         Tests for module 'unicase/u32-is-lowercase'.
16088         * modules/unicase/u32-is-lowercase-tests: New file.
16089         * tests/unicase/test-u32-is-lowercase.c: New file.
16090
16091         Tests for module 'unicase/u16-is-lowercase'.
16092         * modules/unicase/u16-is-lowercase-tests: New file.
16093         * tests/unicase/test-u16-is-lowercase.c: New file.
16094
16095         Tests for module 'unicase/u8-is-lowercase'.
16096         * modules/unicase/u8-is-lowercase-tests: New file.
16097         * tests/unicase/test-u8-is-lowercase.c: New file.
16098         * tests/unicase/test-is-lowercase.h: New file.
16099
16100         New module 'unicase/u32-is-lowercase'.
16101         * lib/unicase/u32-is-lowercase.c: New file.
16102         * modules/unicase/u32-is-lowercase: New file.
16103
16104         New module 'unicase/u16-is-lowercase'.
16105         * lib/unicase/u16-is-lowercase.c: New file.
16106         * modules/unicase/u16-is-lowercase: New file.
16107
16108         New module 'unicase/u8-is-lowercase'.
16109         * lib/unicase/u8-is-lowercase.c: New file.
16110         * modules/unicase/u8-is-lowercase: New file.
16111
16112         Tests for module 'unicase/u32-is-uppercase'.
16113         * modules/unicase/u32-is-uppercase-tests: New file.
16114         * tests/unicase/test-u32-is-uppercase.c: New file.
16115
16116         Tests for module 'unicase/u16-is-uppercase'.
16117         * modules/unicase/u16-is-uppercase-tests: New file.
16118         * tests/unicase/test-u16-is-uppercase.c: New file.
16119
16120         Tests for module 'unicase/u8-is-uppercase'.
16121         * modules/unicase/u8-is-uppercase-tests: New file.
16122         * tests/unicase/test-u8-is-uppercase.c: New file.
16123         * tests/unicase/test-is-uppercase.h: New file.
16124
16125         New module 'unicase/u32-is-uppercase'.
16126         * lib/unicase/u32-is-uppercase.c: New file.
16127         * modules/unicase/u32-is-uppercase: New file.
16128
16129         New module 'unicase/u16-is-uppercase'.
16130         * lib/unicase/u16-is-uppercase.c: New file.
16131         * modules/unicase/u16-is-uppercase: New file.
16132
16133         New module 'unicase/u8-is-uppercase'.
16134         * lib/unicase/u8-is-uppercase.c: New file.
16135         * modules/unicase/u8-is-uppercase: New file.
16136
16137         New module 'unicase/u32-is-invariant'.
16138         * lib/unicase/u32-is-invariant.c: New file.
16139         * modules/unicase/u32-is-invariant: New file.
16140
16141         New module 'unicase/u16-is-invariant'.
16142         * lib/unicase/u16-is-invariant.c: New file.
16143         * modules/unicase/u16-is-invariant: New file.
16144
16145         New module 'unicase/u8-is-invariant'.
16146         * lib/unicase/u8-is-invariant.c: New file.
16147         * lib/unicase/invariant.h: New file.
16148         * lib/unicase/u-is-invariant.h: New file.
16149         * modules/unicase/u8-is-invariant: New file.
16150
16151         Tests for module 'unicase/u32-casecoll'.
16152         * modules/unicase/u32-casecoll-tests: New file.
16153         * tests/unicase/test-u32-casecoll.c: New file.
16154
16155         Tests for module 'unicase/u16-casecoll'.
16156         * modules/unicase/u16-casecoll-tests: New file.
16157         * tests/unicase/test-u16-casecoll.c: New file.
16158
16159         Tests for module 'unicase/u8-casecoll'.
16160         * modules/unicase/u8-casecoll-tests: New file.
16161         * tests/unicase/test-u8-casecoll.c: New file.
16162
16163         New module 'unicase/u32-casecoll'.
16164         * lib/unicase/u32-casecoll.c: New file.
16165         * modules/unicase/u32-casecoll: New file.
16166
16167         New module 'unicase/u16-casecoll'.
16168         * lib/unicase/u16-casecoll.c: New file.
16169         * modules/unicase/u16-casecoll: New file.
16170
16171         New module 'unicase/u8-casecoll'.
16172         * lib/unicase/u8-casecoll.c: New file.
16173         * lib/unicase/u-casecoll.h: New file.
16174         * modules/unicase/u8-casecoll: New file.
16175
16176         New module 'unicase/u32-casexfrm'.
16177         * lib/unicase/u32-casexfrm.c: New file.
16178         * modules/unicase/u32-casexfrm: New file.
16179
16180         New module 'unicase/u16-casexfrm'.
16181         * lib/unicase/u16-casexfrm.c: New file.
16182         * modules/unicase/u16-casexfrm: New file.
16183
16184         New module 'unicase/u8-casexfrm'.
16185         * lib/unicase/u8-casexfrm.c: New file.
16186         * lib/unicase/u-casexfrm.h: New file.
16187         * modules/unicase/u8-casexfrm: New file.
16188
16189         Tests for module 'unicase/u32-casecmp'.
16190         * modules/unicase/u32-casecmp-tests: New file.
16191         * tests/unicase/test-u32-casecmp.c: New file.
16192
16193         Tests for module 'unicase/u16-casecmp'.
16194         * modules/unicase/u16-casecmp-tests: New file.
16195         * tests/unicase/test-u16-casecmp.c: New file.
16196
16197         Tests for module 'unicase/u8-casecmp'.
16198         * modules/unicase/u8-casecmp-tests: New file.
16199         * tests/unicase/test-u8-casecmp.c: New file.
16200         * tests/unicase/test-casecmp.h: New file.
16201
16202         New module 'unicase/u32-casecmp'.
16203         * lib/unicase/u32-casecmp.c: New file.
16204         * modules/unicase/u32-casecmp: New file.
16205
16206         New module 'unicase/u16-casecmp'.
16207         * lib/unicase/u16-casecmp.c: New file.
16208         * modules/unicase/u16-casecmp: New file.
16209
16210         New module 'unicase/u8-casecmp'.
16211         * lib/unicase/u8-casecmp.c: New file.
16212         * lib/unicase/u-casecmp.h: New file.
16213         * modules/unicase/u8-casecmp: New file.
16214
16215         Tests for module 'unicase/u32-casefold'.
16216         * modules/unicase/u32-casefold-tests: New file.
16217         * tests/unicase/test-u32-casefold.c: New file.
16218
16219         Tests for module 'unicase/u16-casefold'.
16220         * modules/unicase/u16-casefold-tests: New file.
16221         * tests/unicase/test-u16-casefold.c: New file.
16222
16223         Tests for module 'unicase/u8-casefold'.
16224         * modules/unicase/u8-casefold-tests: New file.
16225         * tests/unicase/test-u8-casefold.c: New file.
16226
16227         New module 'unicase/u32-casefold'.
16228         * lib/unicase/u32-casefold.c: New file.
16229         * modules/unicase/u32-casefold: New file.
16230
16231         New module 'unicase/u16-casefold'.
16232         * lib/unicase/u16-casefold.c: New file.
16233         * modules/unicase/u16-casefold: New file.
16234
16235         New module 'unicase/u8-casefold'.
16236         * lib/unicase/u8-casefold.c: New file.
16237         * lib/unicase/u-casefold.h: New file.
16238         * modules/unicase/u8-casefold: New file.
16239
16240         New module 'unicase/tocasefold'.
16241         * lib/unicase/casefold.h: New file.
16242         * lib/unicase/tocasefold.c: New file.
16243         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
16244         * modules/unicase/tocasefold: New file.
16245
16246         Tests for module 'unicase/u32-totitle'.
16247         * modules/unicase/u32-totitle-tests: New file.
16248         * tests/unicase/test-u32-totitle.c: New file.
16249
16250         Tests for module 'unicase/u16-totitle'.
16251         * modules/unicase/u16-totitle-tests: New file.
16252         * tests/unicase/test-u16-totitle.c: New file.
16253
16254         Tests for module 'unicase/u8-totitle'.
16255         * modules/unicase/u8-totitle-tests: New file.
16256         * tests/unicase/test-u8-totitle.c: New file.
16257
16258         New module 'unicase/u32-totitle'.
16259         * lib/unicase/u32-totitle.c: New file.
16260         * modules/unicase/u32-totitle: New file.
16261
16262         New module 'unicase/u16-totitle'.
16263         * lib/unicase/u16-totitle.c: New file.
16264         * modules/unicase/u16-totitle: New file.
16265
16266         New module 'unicase/u8-totitle'.
16267         * lib/unicase/u8-totitle.c: New file.
16268         * lib/unicase/u-totitle.h: New file.
16269         * modules/unicase/u8-totitle: New file.
16270
16271         Tests for module 'unicase/u32-tolower'.
16272         * modules/unicase/u32-tolower-tests: New file.
16273         * tests/unicase/test-u32-tolower.c: New file.
16274
16275         Tests for module 'unicase/u16-tolower'.
16276         * modules/unicase/u16-tolower-tests: New file.
16277         * tests/unicase/test-u16-tolower.c: New file.
16278
16279         Tests for module 'unicase/u8-tolower'.
16280         * modules/unicase/u8-tolower-tests: New file.
16281         * tests/unicase/test-u8-tolower.c: New file.
16282
16283         New module 'unicase/u32-tolower'.
16284         * lib/unicase/u32-tolower.c: New file.
16285         * modules/unicase/u32-tolower: New file.
16286
16287         New module 'unicase/u16-tolower'.
16288         * lib/unicase/u16-tolower.c: New file.
16289         * modules/unicase/u16-tolower: New file.
16290
16291         New module 'unicase/u8-tolower'.
16292         * lib/unicase/u8-tolower.c: New file.
16293         * modules/unicase/u8-tolower: New file.
16294
16295         Tests for module 'unicase/u32-toupper'.
16296         * modules/unicase/u32-toupper-tests: New file.
16297         * tests/unicase/test-u32-toupper.c: New file.
16298
16299         Tests for module 'unicase/u16-toupper'.
16300         * modules/unicase/u16-toupper-tests: New file.
16301         * tests/unicase/test-u16-toupper.c: New file.
16302
16303         Tests for module 'unicase/u8-toupper'.
16304         * modules/unicase/u8-toupper-tests: New file.
16305         * tests/unicase/test-u8-toupper.c: New file.
16306
16307         New module 'unicase/u32-toupper'.
16308         * lib/unicase/u32-toupper.c: New file.
16309         * modules/unicase/u32-toupper: New file.
16310
16311         New module 'unicase/u16-toupper'.
16312         * lib/unicase/u16-toupper.c: New file.
16313         * modules/unicase/u16-toupper: New file.
16314
16315         New module 'unicase/u8-toupper'.
16316         * lib/unicase/u8-toupper.c: New file.
16317         * modules/unicase/u8-toupper: New file.
16318
16319         New module 'unicase/u32-casemap'.
16320         * lib/unicase/u32-casemap.c: New file.
16321         * modules/unicase/u32-casemap: New file.
16322
16323         New module 'unicase/u16-casemap'.
16324         * lib/unicase/u16-casemap.c: New file.
16325         * modules/unicase/u16-casemap: New file.
16326
16327         New module 'unicase/u8-casemap'.
16328         * lib/unicase/unicasemap.h: New file.
16329         * lib/unicase/u8-casemap.c: New file.
16330         * lib/unicase/u-casemap.h: New file.
16331         * modules/unicase/u8-casemap: New file.
16332
16333         New module 'unicase/special-casing'.
16334         * lib/unicase/special-casing.h: New file.
16335         * lib/unicase/special-casing.c: New file.
16336         * lib/unicase/special-casing-table.gperf: New file, generated by
16337         gen-uni-tables.c.
16338         * modules/unicase/special-casing: New file.
16339
16340         Tests for module 'unicase/locale-language'.
16341         * modules/unicase/locale-language-tests: New file.
16342         * tests/unicase/test-locale-language.sh: New file.
16343         * tests/unicase/test-locale-language.c: New file.
16344
16345         New module 'unicase/locale-language'.
16346         * lib/unicase/locale-language.c: New file.
16347         * lib/unicase/locale-languages.gperf: New file.
16348         * modules/unicase/locale-language: New file.
16349
16350         Generate more tables for case conversion and case folding.
16351         * lib/gen-uni-tables.c (SCC_*): New enum items.
16352         (struct special_casing_rule): New type.
16353         (casing_rules, num_casing_rules, allocated_casing_rules): New
16354         variables.
16355         (add_casing_rule, fill_casing_rules): New functions.
16356         (struct casefold_rule): New type.
16357         (casefolding_rules, num_casefolding_rules,
16358         allocated_casefolding_rules): New variables.
16359         (fill_casefolding_rules): New function.
16360         (unicode_casefold): New variable.
16361         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
16362         sort_casing_rules, output_casing_rules): New functions.
16363         (main): Accept to more arguments: SpecialCasing.txt and
16364         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
16365         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
16366         Output mapping for casefolding.
16367
16368         * lib/unicase.h: Include stdbool.h, uninorm.h.
16369         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
16370         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
16371         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
16372         arguments.
16373         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
16374         resultp arguments.
16375         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
16376         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
16377         resultp arguments.
16378         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
16379         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
16380         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
16381         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
16382         declarations.
16383         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
16384
16385 2009-03-08  Bruno Haible  <bruno@clisp.org>
16386
16387         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
16388         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
16389         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
16390         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
16391
16392 2009-03-07  Bruno Haible  <bruno@clisp.org>
16393
16394         Adjust u*_normcmp, u*_normcoll API.
16395         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
16396         u16_normcoll, u32_normcoll): Change failure conventions.
16397         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
16398         errno and return -1.
16399         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
16400
16401 2009-03-07  Bruno Haible  <bruno@clisp.org>
16402
16403         Tests for module 'uninorm/u32-normcoll'.
16404         * modules/uninorm/u32-normcoll-tests: New file.
16405         * tests/uninorm/test-u32-normcoll.c: New file.
16406
16407         Tests for module 'uninorm/u16-normcoll'.
16408         * modules/uninorm/u16-normcoll-tests: New file.
16409         * tests/uninorm/test-u16-normcoll.c: New file.
16410
16411         Tests for module 'uninorm/u8-normcoll'.
16412         * modules/uninorm/u8-normcoll-tests: New file.
16413         * tests/uninorm/test-u8-normcoll.c: New file.
16414
16415 2009-03-07  Bruno Haible  <bruno@clisp.org>
16416
16417         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
16418         tests/uninorm/test-u32-normcmp.c.
16419         * tests/uninorm/test-u32-normcmp.c: Include it.
16420         (test_nonascii): New function, extracted from main. Add some more
16421         tests.
16422         (main): Invoke test_ascii and test_nonascii.
16423         * modules/uninorm/u32-normcmp-tests (Files): Add
16424         tests/uninorm/test-u32-normcmp.h.
16425         (Depends-on): Remove uninorm/u32-normcmp.
16426
16427         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
16428         tests/uninorm/test-u16-normcmp.c.
16429         * tests/uninorm/test-u16-normcmp.c: Include it.
16430         (test_nonascii): New function, extracted from main. Add some more
16431         tests.
16432         (main): Invoke test_ascii and test_nonascii.
16433         * modules/uninorm/u16-normcmp-tests (Files): Add
16434         tests/uninorm/test-u16-normcmp.h.
16435         (Depends-on): Remove uninorm/u16-normcmp.
16436
16437         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
16438         tests/uninorm/test-u8-normcmp.c.
16439         * tests/uninorm/test-u8-normcmp.c: Include it.
16440         (test_nonascii): New function, extracted from main. Add some more
16441         tests.
16442         (main): Invoke test_ascii and test_nonascii.
16443         * modules/uninorm/u8-normcmp-tests (Files): Add
16444         tests/uninorm/test-u8-normcmp.h.
16445         (Depends-on): Remove uninorm/u8-normcmp.
16446
16447 2009-03-07  Bruno Haible  <bruno@clisp.org>
16448
16449         New module 'uninorm/u32-normcoll'.
16450         * lib/uninorm/u32-normcoll.c: New file.
16451         * modules/uninorm/u32-normcoll: New file.
16452
16453         New module 'uninorm/u16-normcoll'.
16454         * lib/uninorm/u16-normcoll.c: New file.
16455         * modules/uninorm/u16-normcoll: New file.
16456
16457         New module 'uninorm/u8-normcoll'.
16458         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
16459         declarations.
16460         * lib/uninorm/u8-normcoll.c: New file.
16461         * lib/uninorm/u-normcoll.h: New file.
16462         * modules/uninorm/u8-normcoll: New file.
16463
16464         New module 'uninorm/u32-normxfrm'.
16465         * lib/uninorm/u32-normxfrm.c: New file.
16466         * modules/uninorm/u32-normxfrm: New file.
16467
16468         New module 'uninorm/u16-normxfrm'.
16469         * lib/uninorm/u16-normxfrm.c: New file.
16470         * modules/uninorm/u16-normxfrm: New file.
16471
16472         New module 'uninorm/u8-normxfrm'.
16473         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
16474         declarations.
16475         * lib/uninorm/u8-normxfrm.c: New file.
16476         * lib/uninorm/u-normxfrm.h: New file.
16477         * modules/uninorm/u8-normxfrm: New file.
16478
16479 2009-03-07  Bruno Haible  <bruno@clisp.org>
16480
16481         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
16482         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
16483         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
16484
16485 2009-03-07  Bruno Haible  <bruno@clisp.org>
16486
16487         New module 'memxfrm'.
16488         * lib/memxfrm.h: New file.
16489         * lib/memxfrm.c: New file.
16490         * modules/memxfrm: New file.
16491
16492 2009-03-07  Bruno Haible  <bruno@clisp.org>
16493
16494         New module 'memcmp2'.
16495         * lib/memcmp2.h: New file.
16496         * lib/memcmp2.c: New file.
16497         * modules/memcmp2: New file.
16498
16499 2009-03-07  Bruno Haible  <bruno@clisp.org>
16500
16501         Tests for module 'uninorm/decomposing-form'.
16502         * modules/uninorm/decomposing-form-tests: New file.
16503         * tests/uninorm/test-decomposing-form.c: New file.
16504
16505         New module 'uninorm/decomposing-form'.
16506         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
16507         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
16508         Add 'decomposing_variant' field.
16509         * lib/uninorm/decomposing-form.c: New file.
16510         * lib/uninorm/nfc.c (uninorm_nfc): Update.
16511         * lib/uninorm/nfd.c (uninorm_nfd): Update.
16512         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
16513         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
16514         * modules/uninorm/decomposing-form: New file.
16515         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
16516         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
16517
16518 2009-03-07  Bruno Haible  <bruno@clisp.org>
16519
16520         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
16521         strings.
16522
16523 2009-03-06  Bruno Haible  <bruno@clisp.org>
16524
16525         Tests for module 'uninorm/u32-normcmp'.
16526         * tests/uninorm/test-u32-normcmp.c: New file.
16527         * modules/uninorm/u32-normcmp-tests: New file.
16528
16529         Tests for module 'uninorm/u16-normcmp'.
16530         * tests/uninorm/test-u16-normcmp.c: New file.
16531         * modules/uninorm/u16-normcmp-tests: New file.
16532
16533         Tests for module 'uninorm/u8-normcmp'.
16534         * tests/uninorm/test-u8-normcmp.c: New file.
16535         * modules/uninorm/u8-normcmp-tests: New file.
16536
16537         New module 'uninorm/u32-normcmp'.
16538         * lib/uninorm/u32-normcmp.c: New file.
16539         * modules/uninorm/u32-normcmp: New file.
16540
16541         New module 'uninorm/u16-normcmp'.
16542         * lib/uninorm/u16-normcmp.c: New file.
16543         * modules/uninorm/u16-normcmp: New file.
16544
16545         New module 'uninorm/u8-normcmp'.
16546         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
16547         declarations.
16548         * lib/uninorm/u8-normcmp.c: New file.
16549         * lib/uninorm/u-normcmp.h: New file.
16550         * modules/uninorm/u8-normcmp: New file.
16551
16552 2009-03-06  Bruno Haible  <bruno@clisp.org>
16553
16554         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
16555         Reported by Eric Blake.
16556
16557 2009-03-06  Eric Blake  <ebb9@byu.net>
16558             Bruno Haible  <bruno@clisp.org>
16559
16560         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
16561         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
16562         condition.
16563         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
16564         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
16565         condition.
16566         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
16567
16568 2009-03-06  Eric Blake  <ebb9@byu.net>
16569
16570         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
16571         to avoid compiler warnings.
16572         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
16573
16574 2009-03-05  Bruno Haible  <bruno@clisp.org>
16575
16576         * tests/test-ftell.c (main): Disable test beyond end of file on
16577         FreeMiNT.
16578         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16579
16580 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
16581
16582         * lib/filevercmp.c: Move hidden files up in ordering.
16583         * tests/test-filevercmp.c: Add tests for hidden files.
16584
16585 2009-03-04  Bruno Haible  <bruno@clisp.org>
16586
16587         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
16588         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
16589         AM_CFLAGS.
16590         Reported by Simon Josefsson.
16591
16592 2009-03-03  Bruno Haible  <bruno@clisp.org>
16593
16594         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
16595         Reported by Simon Josefsson.
16596
16597         * doc/ld-version-script.texi: Update node reference.
16598
16599 2009-03-03  Bruno Haible  <bruno@clisp.org>
16600
16601         * modules/visibility (License): Change to 'unlimited'.
16602         Suggested by Simon Josefsson.
16603
16604 2009-03-03  Jim Meyering  <meyering@redhat.com>
16605
16606         unlinkdir: cannot_unlink_dir may modify process state
16607         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
16608         it's neither thread-safe nor appropriate for use in a library.
16609
16610 2009-03-03  Eric Blake  <ebb9@byu.net>
16611
16612         test-closein: silence test under Darwin
16613         * tests/test-closein.sh: Ignore stderr from cat, since we don't
16614         care if it dies from EPIPE or EBADF.
16615
16616 2009-03-03  Bruno Haible  <bruno@clisp.org>
16617
16618         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
16619         earlier.
16620         * doc/visibility.texi: Fix @node and @section.
16621
16622 2009-03-03  Simon Josefsson  <simon@josefsson.org>
16623
16624         * doc/gnulib.texi: Link to sections for ld version script and
16625         visibility.
16626         * doc/visibility.texi: Add @node and @section.
16627         * modules/ld-version-script: New module.
16628         * m4/ld-version-script.m4: New file.
16629         * doc/ld-version-script.texi: New file.
16630
16631 2009-03-02  David Lutterkort  <lutter@redhat.com>
16632
16633         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
16634         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16635
16636 2009-03-02  Bruno Haible  <bruno@clisp.org>
16637
16638         * doc/visibility.texi: Mention libtool's -export-symbols option.
16639
16640 2009-03-02  Jim Meyering  <meyering@redhat.com>
16641
16642         announce-gen: new option: --no-print-checksums
16643         * build-aux/announce-gen (usage): Describe it.
16644         (print_checksums): Print a newline here, not in the [*] footnote.
16645         (main): Honor it.
16646
16647 2009-03-01  Bruno Haible  <bruno@clisp.org>
16648
16649         Use socklen_t in the native Windows replacements prototypes.
16650         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
16651         instead of 'int'.
16652         * lib/getsockopt.c (rpl_getsockopt): Likewise.
16653         * lib/setsockopt.c (rpl_setsockopt): Likewise.
16654         * modules/getsockopt (Depends-on): Add socklen.
16655         * modules/setsockopt (Depends-on): Add socklen.
16656
16657 2009-03-01  Bruno Haible  <bruno@clisp.org>
16658
16659         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
16660         least 4.2.
16661
16662 2009-03-01  Eric Blake  <ebb9@byu.net>
16663             Bruno Haible  <bruno@clisp.org>
16664
16665         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
16666         error messages.
16667         * lib/wait-process.c (wait_subprocess): Omit error message about
16668         deadly signal sent to the child of termsigp != NULL.
16669
16670 2009-03-01  Eric Blake  <ebb9@byu.net>
16671
16672         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
16673
16674 2009-03-01  Bruno Haible  <bruno@clisp.org>
16675
16676         Avoid a gcc warning.
16677         * tests/test-sched.c (b): Make global.
16678         Reported by Eric Blake.
16679
16680 2009-01-19  Martin Lambers  <marlam@marlam.de>
16681
16682         Provide POSIX semantics for socket timeout options on W32.
16683         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
16684         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
16685         * modules/setsockopt: Depend on sys_time module for struct timeval.
16686         * modules/getsockopt: Depend on sys_time module for struct timeval.
16687
16688 2009-03-01  Simon Josefsson  <simon@josefsson.org>
16689
16690         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
16691         __USE_GNU, for consistency with netdb.in.h.
16692         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16693
16694 2009-03-01  Bruno Haible  <bruno@clisp.org>
16695
16696         More support for FreeMiNT.
16697         * lib/fseeko.c (rpl_fseeko): Complete last commit.
16698         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16699
16700 2009-03-01  Bruno Haible  <bruno@clisp.org>
16701
16702         More support for FreeMiNT.
16703         * lib/fpurge.c (fpurge): Correct last commit.
16704         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16705
16706 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16707
16708         Fix unportable awk script in vc-list-files.
16709         * build-aux/vc-list-files: In the replacement awk script, use
16710         substr with a second argument of 1, not zero.
16711         Report by Simon Josefsson.
16712
16713 2009-02-28  Bruno Haible  <bruno@clisp.org>
16714
16715         More support for FreeMiNT.
16716         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
16717         to FreeMiNT today.
16718         * lib/fwriting.c (fwriting): Likewise.
16719         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
16720
16721 2009-02-28  Bruno Haible  <bruno@clisp.org>
16722
16723         * tests/test-freadseek.c (main): Disable test beyond end of file on
16724         FreeMiNT.
16725         * tests/test-ftello.c (main): Likewise.
16726         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16727
16728 2009-02-28  Bruno Haible  <bruno@clisp.org>
16729
16730         Add tentative support for FreeMiNT.
16731         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
16732         * lib/fpurge.c (fpurge): Likewise.
16733         * lib/freadable.c (freadable): Likewise.
16734         * lib/freading.c (freading): Likewise.
16735         * lib/freadptr.c (freadptr): Likewise.
16736         * lib/freadseek.c (freadptrinc): Likewise.
16737         * lib/fseeko.c (rpl_fseeko): Likewise.
16738         * lib/fseterr.c (fseterr): Likewise.
16739         * lib/fwritable.c (fwritable): Likewise.
16740         * lib/fwriting.c (fwriting): Likewise.
16741         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
16742         Hourihane.
16743         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16744
16745 2009-02-28  Bruno Haible  <bruno@clisp.org>
16746
16747         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
16748         SIGCHLD.
16749         Reported by Jim Meyering.
16750
16751 2009-02-28  Bruno Haible  <bruno@clisp.org>
16752
16753         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
16754         Mention the results of these tests on various platforms.
16755         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
16756         order.
16757         * doc/posix-functions/printf.texi: Likewise.
16758         * doc/posix-functions/snprintf.texi: Likewise.
16759         * doc/posix-functions/sprintf.texi: Likewise.
16760         * doc/posix-functions/vfprintf.texi: Likewise.
16761         * doc/posix-functions/vprintf.texi: Likewise.
16762         * doc/posix-functions/vsnprintf.texi: Likewise.
16763         * doc/posix-functions/vsprintf.texi: Likewise.
16764         * doc/glibc-functions/obstack_printf.texi: Likewise.
16765         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
16766
16767 2009-02-28  Bruno Haible  <bruno@clisp.org>
16768
16769         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
16770         Reported by Loïc Minier <lool@dooz.org>.
16771
16772 2009-02-27  Bruno Haible  <bruno@clisp.org>
16773
16774         * gnulib-tool (func_import): Make the sed expression used to create the
16775         sed script for updating the .gitignore file POSIX compliant.
16776         Reported by Eric Blake.
16777
16778 2009-02-27  Bruno Haible  <bruno@clisp.org>
16779
16780         * gnulib-tool (sed): Don't alias as "sed --posix".
16781         Reported by Eric Blake.
16782
16783 2009-02-27  Bruno Haible  <bruno@clisp.org>
16784
16785         Avoid test link errors.
16786         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
16787         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
16788         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
16789         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
16790         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16791
16792 2009-02-27  Bruno Haible  <bruno@clisp.org>
16793
16794         Avoid spurious "(cached)" in configure output.
16795         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
16796         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
16797         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
16798         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
16799         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
16800         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
16801         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
16802         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
16803         Reported by Eric Blake.
16804
16805 2009-02-27  Eric Blake  <ebb9@byu.net>
16806
16807         printf: fix regression in previous patch
16808         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
16809
16810 2009-02-27  Bruno Haible  <bruno@clisp.org>
16811
16812         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
16813         value.
16814         * lib/stdint.in.h: Likewise.
16815         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
16816
16817 2009-02-27  Eric Blake  <ebb9@byu.net>
16818
16819         doc: mention more functions added in cygwin 1.7.0
16820         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
16821         addition.
16822         * doc/posix-functions/open_wmemstream.texi: Likewise.
16823         * doc/posix-functions/wcsnlen.texi: Likewise.
16824         * doc/posix-functions/wcsnrtombs.texi: Likewise.
16825         * doc/posix-functions/wcstod.texi: Likewise.
16826         * doc/posix-functions/wcstof.texi: Likewise.
16827         * doc/posix-functions/wcstoimax.texi: Likewise.
16828         * doc/posix-functions/wcstok.texi: Likewise.
16829         * doc/posix-functions/wcstoumax.texi: Likewise.
16830
16831         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
16832         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
16833         * doc/posix-functions/fprintf.texi: Update.
16834         * doc/posix-functions/printf.texi: Update.
16835         * doc/posix-functions/snprintf.texi: Update.
16836         * doc/posix-functions/sprintf.texi: Update.
16837         * doc/posix-functions/vfprintf.texi: Update.
16838         * doc/posix-functions/vprintf.texi: Update.
16839         * doc/posix-functions/vsnprintf.texi: Update.
16840         * doc/posix-functions/vsprintf.texi: Update.
16841         * doc/glibc-functions/obstack_printf.texi: Update.
16842         * doc/glibc-functions/obstack_vprintf.texi: Update.
16843
16844 2009-02-26  Eric Blake  <ebb9@byu.net>
16845
16846         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
16847         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
16848         compilation bug by using runtime conversion.
16849         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
16850         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
16851         * modules/ceill-tests (Files): Use nan.h.
16852         * modules/floorl-tests (Files): Likewise.
16853         * modules/frexpl-tests (Files): Likewise.
16854         * modules/isnanl-tests (Files): Likewise.
16855         * modules/ldexpl-tests (Files): Likewise.
16856         * modules/roundl-tests (Files): Likewise.
16857         * modules/truncl-tests (Files): Likewise.
16858         * tests/test-ceill.c (main): Use a working NaN.
16859         * tests/test-floorl.c (main): Likewise.
16860         * tests/test-frexpl.c (main): Likewise.
16861         * tests/test-isnan.c (test_long_double): Likewise.
16862         * tests/test-isnanl.h (main): Likewise.
16863         * tests/test-ldexpl.h (main): Likewise.
16864         * tests/test-roundl.h (main): Likewise.
16865         * tests/test-truncl.h (main): Likewise.
16866         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
16867
16868 2009-02-26  Eric Blake  <ebb9@byu.net>
16869             Bruno Haible  <bruno@clisp.org>
16870
16871         Work around a *printf bug with %ls on Solaris.
16872         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
16873         precision is specified, sprintf stops converting the wide string
16874         argument when the number of bytes that have been produced by this
16875         conversion equals or exceeds the precision.
16876         * doc/posix-functions/fprintf.texi: Update.
16877         * doc/posix-functions/printf.texi: Update.
16878         * doc/posix-functions/snprintf.texi: Update.
16879         * doc/posix-functions/sprintf.texi: Update.
16880         * doc/posix-functions/vfprintf.texi: Update.
16881         * doc/posix-functions/vprintf.texi: Update.
16882         * doc/posix-functions/vsnprintf.texi: Update.
16883         * doc/posix-functions/vsprintf.texi: Update.
16884         * doc/glibc-functions/obstack_printf.texi: Update.
16885         * doc/glibc-functions/obstack_vprintf.texi: Update.
16886
16887 2009-02-26  Eric Blake  <ebb9@byu.net>
16888
16889         stdlib: favor compiler check of random.h
16890         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
16891         to avoid an ObjC random.h installed by Swarm.
16892
16893 2009-02-26  Bruno Haible  <bruno@clisp.org>
16894
16895         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
16896         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
16897         Reported by Gary V. Vaughan <gary@gnu.org>.
16898
16899 2009-02-26  Bruno Haible  <bruno@clisp.org>
16900
16901         Fix *printf behaviour regarding the %ls directive.
16902         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
16903         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
16904         NEED_PRINTF_DIRECTIVE_LS.
16905         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
16906         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
16907         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
16908         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
16909         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
16910         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
16911         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
16912         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
16913         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
16914         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
16915         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
16916         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
16917         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
16918         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
16919         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
16920         * doc/posix-functions/fprintf.texi: Update.
16921         * doc/posix-functions/printf.texi: Update.
16922         * doc/posix-functions/snprintf.texi: Update.
16923         * doc/posix-functions/sprintf.texi: Update.
16924         * doc/posix-functions/vfprintf.texi: Update.
16925         * doc/posix-functions/vprintf.texi: Update.
16926         * doc/posix-functions/vsnprintf.texi: Update.
16927         * doc/posix-functions/vsprintf.texi: Update.
16928         * doc/glibc-functions/obstack_printf.texi: Update.
16929         * doc/glibc-functions/obstack_vprintf.texi: Update.
16930         Reported by Eric Blake.
16931
16932 2009-02-25  Bruno Haible  <bruno@clisp.org>
16933
16934         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
16935         with known value.
16936         Reported by Gary V. Vaughan <gary@gnu.org>.
16937
16938 2009-02-25  Bruno Haible  <bruno@clisp.org>
16939
16940         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
16941         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
16942         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
16943         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
16944         Reported by Gary V. Vaughan <gary@gnu.org>.
16945
16946 2009-02-25  Bruno Haible  <bruno@clisp.org>
16947
16948         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
16949         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
16950         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
16951         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
16952         Reported by Gary V. Vaughan <gary@gnu.org>.
16953
16954 2009-02-25  Eric Blake  <ebb9@byu.net>
16955
16956         tests: skip fseek/ftell tests if ungetc is broken
16957         * m4/ungetc.m4: New file.
16958         * modules/fseek-tests: Split test, so ungetc dependency is
16959         separate from rest of test.
16960         * modules/fseeko-tests: Likewise.
16961         * modules/ftell-tests: Likewise.
16962         * modules/ftello-tests: Likewise.
16963         * tests/test-fseek.c (main): Isolate ungetc dependency.
16964         * tests/test-fseeko.c (main): Likewise.
16965         * tests/test-ftell.c (main): Likewise.
16966         * tests/test-ftello.c (main): Likewise.
16967         * tests/test-fseek2.sh: New file.
16968         * tests/test-fseeko2.sh: Likewise.
16969         * tests/test-ftell2.sh: Likewise.
16970         * tests/test-ftello2.sh: Likewise.
16971
16972 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
16973
16974         test-getaddrinfo: fix usage of skip return code 77
16975         * tests/test-gettaddrinfo.c: Return skip code 77 only
16976         for first occurance of skip (4x77 is not 77)
16977
16978 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
16979
16980         strtod: avoid C99 decl-after-statement
16981         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
16982
16983 2009-02-24  Eric Blake  <ebb9@byu.net>
16984
16985         strtod: detect HP-UX 11.31 bug
16986         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
16987         Reported by Gary V. Vaughan.
16988
16989 2009-02-23  Bruno Haible  <bruno@clisp.org>
16990
16991         Fix invalid read past end of memory block.
16992         * lib/vasnprintf.c (DCHAR_SET): Define.
16993         (local_wcslen): Define only when needed.
16994         (local_strnlen, local_wcsnlen): New functions.
16995         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
16996         directives that involve a conversion ourselves.
16997         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
16998         wcsnlen, mbrtowc, wcrtomb.
16999         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
17000         * tests/test-vasprintf-posix.c (test_function): Likewise.
17001         * tests/test-snprintf-posix.h (test_function): Likewise.
17002         * tests/test-sprintf-posix.h (test_function): Likewise.
17003         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17004
17005 2009-02-22  Bruno Haible  <bruno@clisp.org>
17006
17007         Implement new clarified decomposition of Hangul syllables.
17008         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
17009         of type LTV, return only a pairwise decomposition.
17010         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
17011         Likewise.
17012         * tests/uninorm/test-decomposition.c (main): Updated expected result.
17013         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
17014         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
17015
17016 2009-02-22  Bruno Haible  <bruno@clisp.org>
17017
17018         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
17019         zero-length results and shrink excess allocated memory.
17020         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
17021         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
17022         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
17023         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
17024         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
17025         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
17026         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
17027         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
17028         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
17029         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
17030         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
17031         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
17032
17033 2009-02-21  Bruno Haible  <bruno@clisp.org>
17034
17035         * doc/gnulib.texi: Include safe-alloc.texi earlier.
17036         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
17037         spaces after a period. Put a space between a macro name and its
17038         argument list. Trivial rewordings.
17039         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
17040         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
17041         (main): Return 0 explicitly.
17042
17043 2009-02-21  Bruno Haible  <bruno@clisp.org>
17044
17045         Tests for module 'uninorm/filter'.
17046         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
17047         * modules/uninorm/filter-tests: New file.
17048
17049         New module 'uninorm/filter'.
17050         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
17051         uninorm_filter_flush, uninorm_filter_free): New declarations.
17052         * lib/uninorm/uninorm-filter.c: New file.
17053         * modules/uninorm/filter: New file.
17054
17055 2009-02-21  Bruno Haible  <bruno@clisp.org>
17056
17057         Tests for module 'uninorm/nfkc'.
17058         * tests/uninorm/test-nfkc.c: New file.
17059         * tests/uninorm/test-u8-nfkc.c: New file.
17060         * tests/uninorm/test-u16-nfkc.c: New file.
17061         * tests/uninorm/test-u32-nfkc.c: New file.
17062         * tests/uninorm/test-u32-nfkc-big.sh: New file.
17063         * tests/uninorm/test-u32-nfkc-big.c: New file.
17064         * modules/uninorm/nfkc-tests: New file.
17065
17066         New module 'uninorm/nfkc'.
17067         * lib/uninorm/nfkc.c: New file.
17068         * modules/uninorm/nfkc: New file.
17069
17070         Tests for module 'uninorm/nfkd'.
17071         * tests/uninorm/test-nfkd.c: New file.
17072         * tests/uninorm/test-u8-nfkd.c: New file.
17073         * tests/uninorm/test-u16-nfkd.c: New file.
17074         * tests/uninorm/test-u32-nfkd.c: New file.
17075         * tests/uninorm/test-u32-nfkd-big.sh: New file.
17076         * tests/uninorm/test-u32-nfkd-big.c: New file.
17077         * modules/uninorm/nfkd-tests: New file.
17078
17079         New module 'uninorm/nfkd'.
17080         * lib/uninorm/nfkd.c: New file.
17081         * modules/uninorm/nfkd: New file.
17082
17083         Tests for module 'uninorm/nfc'.
17084         * tests/uninorm/test-nfc.c: New file.
17085         * tests/uninorm/test-u8-nfc.c: New file.
17086         * tests/uninorm/test-u16-nfc.c: New file.
17087         * tests/uninorm/test-u32-nfc.c: New file.
17088         * tests/uninorm/test-u32-nfc-big.sh: New file.
17089         * tests/uninorm/test-u32-nfc-big.c: New file.
17090         * modules/uninorm/nfc-tests: New file.
17091
17092         New module 'uninorm/nfc'.
17093         * lib/uninorm/nfc.c: New file.
17094         * modules/uninorm/nfc: New file.
17095
17096         Tests for module 'uninorm/nfd'.
17097         * tests/uninorm/test-nfd.c: New file.
17098         * tests/uninorm/test-u8-nfd.c: New file.
17099         * tests/uninorm/test-u16-nfd.c: New file.
17100         * tests/uninorm/test-u32-nfd.c: New file.
17101         * tests/uninorm/test-u32-nfd-big.sh: New file.
17102         * tests/uninorm/test-u32-nfd-big.c: New file.
17103         * tests/uninorm/test-u32-normalize-big.h: New file.
17104         * tests/uninorm/test-u32-normalize-big.c: New file.
17105         * tests/uninorm/NormalizationTest.txt: New file, created from
17106         Unicode 5.1.0 NormalizationTest.txt.
17107         * modules/uninorm/nfd-tests: New file.
17108
17109         New module 'uninorm/nfd'.
17110         * lib/uninorm/nfd.c: New file.
17111         * modules/uninorm/nfd: New file.
17112
17113         New module 'uninorm/u32-normalize'.
17114         * lib/uninorm/u32-normalize.c: New file.
17115         * modules/uninorm/u32-normalize: New file.
17116
17117         New module 'uninorm/u16-normalize'.
17118         * lib/uninorm/u16-normalize.c: New file.
17119         * modules/uninorm/u16-normalize: New file.
17120
17121         New module 'uninorm/u8-normalize'.
17122         * lib/uninorm/u8-normalize.c: New file.
17123         * lib/uninorm/normalize-internal.h: New file.
17124         * lib/uninorm/u-normalize-internal.h: New file.
17125         * modules/uninorm/u8-normalize: New file.
17126
17127         New module 'uninorm/decompose-internal'.
17128         * lib/uninorm/decompose-internal.c: New file.
17129         * modules/uninorm/decompose-internal: New file.
17130
17131         Tests for module 'uninorm/composition'.
17132         * tests/uninorm/test-composition.c: New file.
17133         * modules/uninorm/composition-tests: New file.
17134
17135         New module 'uninorm/composition'.
17136         * lib/uninorm/composition.c: New file.
17137         * lib/uninorm/composition-table.gperf: New file, generated by
17138         gen-uni-tables.
17139         * modules/uninorm/composition: New file.
17140
17141         Tests for module 'uninorm/compat-decomposition'.
17142         * tests/uninorm/test-compat-decomposition.c: New file.
17143         * modules/uninorm/compat-decomposition-tests: New file.
17144
17145         New module 'uninorm/compat-decomposition'.
17146         * lib/uninorm/decompose-internal.h: New file.
17147         * lib/uninorm/compat-decomposition.c: New file.
17148         * modules/uninorm/compat-decomposition: New file.
17149
17150         Tests for module 'uninorm/canonical-decomposition'.
17151         * tests/uninorm/test-canonical-decomposition.c: New file.
17152         * modules/uninorm/canonical-decomposition-tests: New file.
17153
17154         New module 'uninorm/canonical-decomposition'.
17155         * lib/uninorm/canonical-decomposition.c: New file.
17156         * modules/uninorm/canonical-decomposition: New file.
17157
17158         Tests for module 'uninorm/decomposition'.
17159         * tests/uninorm/test-decomposition.c: New file.
17160         * modules/uninorm/decomposition-tests: New file.
17161
17162         New module 'uninorm/decomposition'.
17163         * lib/uninorm/decomposition.c: New file.
17164         * modules/uninorm/decomposition: New file.
17165
17166         New module 'uninorm/decomposition-table'.
17167         * lib/uninorm/decomposition-table.h: New file.
17168         * lib/uninorm/decomposition-table.c: New file.
17169         * lib/uninorm/decomposition-table1.h: New file, generated by
17170         gen-uni-tables.
17171         * lib/uninorm/decomposition-table2.h: New file, generated by
17172         gen-uni-tables.
17173         * modules/uninorm/decomposition-table: New file.
17174
17175         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
17176         (UC_DECOMP_*): New enumeration items.
17177         (get_decomposition): New function.
17178         (struct decomp_table): New type.
17179         (output_decomposition, output_decomposition_tables): New functions.
17180         (unicode_composition_exclusions): New variable.
17181         (fill_composition_exclusions, debug_output_composition_tables): New
17182         functions.
17183         (main): Accept one more argument. Invoke fill_composition_exclusions.
17184         Output decomposition and composition tables.
17185
17186         New module 'uninorm/base'.
17187         * lib/uninorm.h: New file.
17188         * lib/unictype.h: Update comment.
17189         * modules/uninorm/base: New file.
17190
17191 2009-02-21  David Lutterkort  <lutter@redhat.com>
17192
17193         Tests for module 'safe-alloc'.
17194         * tests/test-safe-alloc.c: New file.
17195         * modules/safe-alloc-tests: New file.
17196
17197         New module 'safe-alloc'.
17198         * lib/safe-alloc.h: New file.
17199         * lib/safe-alloc.c: New file.
17200         * m4/safe-alloc.m4: New file.
17201         * modules/safe-alloc: New file.
17202         * doc/safe-alloc.texi: New file.
17203         * doc/gnulib.texi: Include it.
17204         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
17205         safe-alloc.
17206
17207 2009-02-18  Bruno Haible  <bruno@clisp.org>
17208
17209         Fix link error on non-glibc systems.
17210         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
17211         variable.
17212         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
17213
17214 2009-02-18  Jim Meyering  <meyering@redhat.com>
17215
17216         fts: avoid used-uninitialized error due to recent change
17217         * lib/fts.c (fts_read): Guard uses of the new member,
17218         parent->fts_n_dirs_remaining, since it's not relevant for
17219         the parent of a directory specified on the command-line.
17220
17221 2009-02-17  James Youngman  <jay@gnu.org>
17222             Bruno Haible  <bruno@clisp.org>
17223
17224         * m4/include_next.m4: Reformulate comment.
17225
17226 2009-02-16  Jim Meyering  <meyering@redhat.com>
17227
17228         fts: add #if guards so that the fts_lgpl module still builds
17229         * lib/fts.c: Guard just-added hash-table-using parts with
17230         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
17231         Reported by Simon Josefsson.
17232
17233 2009-02-15  Bruno Haible  <bruno@clisp.org>
17234
17235         * modules/array-mergesort-tests: New file.
17236         * tests/test-array-mergesort.c: New file.
17237
17238         New module 'array-mergesort'.
17239         * modules/array-mergesort: New file.
17240         * lib/array-mergesort.h: New file.
17241
17242 2009-02-15  Bruno Haible  <bruno@clisp.org>
17243
17244         Fix 2009-02-07 commit.
17245         * lib/gen-uni-tables.c (output_predicate, output_category,
17246         output_combclass, output_bidi_category, output_decimal_digit,
17247         output_digit, output_numeric, output_mirror, output_scripts,
17248         output_ident_category, output_simple_mapping): Fix format directives.
17249         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
17250
17251 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
17252
17253         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
17254         fixes are available from IBM.
17255
17256 2009-02-13  Jim Meyering  <meyering@redhat.com>
17257
17258         fts: arrange not to stat non-directories in more cases
17259         This makes GNU find (when it doesn't need to stat each file)
17260         *much* more efficient at traversing reiserfs file systems.
17261         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
17262         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
17263         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
17264         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
17265         (leaf_optimization_applies): New function.
17266         (LCO_hash, LCO_compare): New helper functions.
17267         (link_count_optimize_ok): New function.
17268         (fts_stat): Initialize new member (if dir).
17269         (fts_read): Decrement parent's fts_n_dirs_remaining count if
17270         we've just stat'ed a directory.  Skip the stat call when possible.
17271         ---
17272         Note this AFS-related exchange:
17273         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
17274         and note find's pioctl call in find/fstype.c.
17275         But that is necessary only if you want to enable the
17276         optimization for AFS, and for now, I don't.
17277
17278         fts: move a function definition "up" (no semantic change)
17279         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
17280         "up" to precede upcoming use of a related function.
17281
17282 2009-02-11  Jim Meyering  <meyering@redhat.com>
17283
17284         fts: correct internal computation of nlinks (optimization-related)
17285         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
17286         whether the current entry is a directory, so don't test it.
17287
17288 2009-02-10  Bruno Haible  <bruno@clisp.org>
17289
17290         Tests for module 'uniwbrk/ulc-wordbreaks'.
17291         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
17292         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
17293         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
17294
17295         Tests for module 'uniwbrk/u32-wordbreaks'.
17296         * modules/uniwbrk/u32-wordbreaks-tests: New file.
17297         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
17298
17299         Tests for module 'uniwbrk/u16-wordbreaks'.
17300         * modules/uniwbrk/u16-wordbreaks-tests: New file.
17301         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
17302
17303         Tests for module 'uniwbrk/u8-wordbreaks'.
17304         * modules/uniwbrk/u8-wordbreaks-tests: New file.
17305         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
17306
17307 2009-02-10  Bruno Haible  <bruno@clisp.org>
17308
17309         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
17310         property.
17311         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
17312         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
17313         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
17314
17315 2009-02-10  Simon Josefsson  <simon@josefsson.org>
17316
17317         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
17318         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
17319
17320 2009-02-10  Bruno Haible  <bruno@clisp.org>
17321
17322         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
17323         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
17324         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
17325         * lib/unilbrk/u8-possible-linebreaks.c: Update.
17326         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
17327         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
17328
17329 2009-02-09  Simon Josefsson  <simon@josefsson.org>
17330
17331         * lib/sockets.h (gl_fd_to_handle): New function.
17332
17333         * tests/test-sockets.c: Call gl_fd_to_handle.
17334
17335 2009-02-09  Bruno Haible  <bruno@clisp.org>
17336
17337         * doc/havelib.texi: Document the conventions on bi-arch systems.
17338
17339 2009-02-08  Bruno Haible  <bruno@clisp.org>
17340
17341         Document the AC_LIB_LINKFLAGS macro.
17342         * doc/havelib.texi: New file, mostly written on 2005-05-24.
17343         * doc/gnulib.texi: Include it.
17344
17345 2009-02-08  Bruno Haible  <bruno@clisp.org>
17346
17347         Fix wrong order of sections, compared to TOC.
17348         * doc/gnulib.texi: Include relocatable-maint.texi after the
17349         "Regular expressions" node, not before.
17350
17351 2009-02-08  Bruno Haible  <bruno@clisp.org>
17352
17353         Tests for module 'unicase/totitle'.
17354         * modules/unicase/totitle-tests: New file.
17355
17356         Tests for module 'unicase/tolower'.
17357         * modules/unicase/tolower-tests: New file.
17358
17359         Tests for module 'unicase/toupper'.
17360         * modules/unicase/toupper-tests: New file.
17361         * tests/unicase/test-mapping-part1.h: New file.
17362         * tests/unicase/test-mapping-part2.h: New file.
17363
17364         New module 'unicase/totitle'.
17365         * modules/unicase/totitle: New file.
17366         * lib/unicase/totitle.c: New file.
17367
17368         New module 'unicase/tolower'.
17369         * modules/unicase/tolower: New file.
17370         * lib/unicase/tolower.c: New file.
17371
17372         New module 'unicase/toupper'.
17373         * modules/unicase/toupper: New file.
17374         * lib/unicase/toupper.c: New file.
17375         * lib/unicase/simple-mapping.h: New file.
17376
17377         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
17378         (mapping_table): New structure.
17379         (output_simple_mapping): New function.
17380         (main): Invoke output_simple_mapping_test and output_simple_mapping.
17381         * modules/gen-uni-tables (Description): Update.
17382         * lib/unicase/toupper.h: New file, automatically generated by
17383         gen-uni-tables.
17384         * lib/unicase/tolower.h: New file, automatically generated by
17385         gen-uni-tables.
17386         * lib/unicase/totitle.h: New file, automatically generated by
17387         gen-uni-tables.
17388         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
17389         gen-uni-tables.
17390         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
17391         gen-uni-tables.
17392         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
17393         gen-uni-tables.
17394
17395         New module 'unicase/base'.
17396         * modules/unicase/base: New file.
17397         * lib/unicase.h: New file.
17398
17399 2009-02-08  Bruno Haible  <bruno@clisp.org>
17400
17401         New module 'uniwbrk/ulc-wordbreaks'.
17402         * modules/uniwbrk/ulc-wordbreaks: New file.
17403         * lib/uniwbrk/ulc-wordbreaks.c: New file.
17404
17405         New module 'uniwbrk/u32-wordbreaks'.
17406         * modules/uniwbrk/u32-wordbreaks: New file.
17407         * lib/uniwbrk/u32-wordbreaks.c: New file.
17408
17409         New module 'uniwbrk/u16-wordbreaks'.
17410         * modules/uniwbrk/u16-wordbreaks: New file.
17411         * lib/uniwbrk/u16-wordbreaks.c: New file.
17412
17413         New module 'uniwbrk/u8-wordbreaks'.
17414         * modules/uniwbrk/u8-wordbreaks: New file.
17415         * lib/uniwbrk/u8-wordbreaks.c: New file.
17416         * lib/uniwbrk/u-wordbreaks.h: New file.
17417
17418         New module 'uniwbrk/table'.
17419         * modules/uniwbrk/table: New file.
17420         * lib/uniwbrk/wbrktable.h: New file.
17421         * lib/uniwbrk/wbrktable.c: New file.
17422
17423         New module 'uniwbrk/wordbreak-property'.
17424         * modules/uniwbrk/wordbreak-property: New file.
17425         * lib/uniwbrk/wordbreak-property.c: New file.
17426
17427         * lib/gen-uni-tables.c (WBP_*): New enum items.
17428         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
17429         (unicode_org_wbp): New variable.
17430         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
17431         New functions.
17432         (wbp_table): New structure.
17433         (output_wbp, output_wbrk_tables): New functions.
17434         (main): Accept additional argument. Invoke fill_org_wbp,
17435         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
17436         output_wbrk_tables.
17437         * modules/gen-uni-tables (Description): Update.
17438         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
17439         gen-uni-tables.
17440
17441         New module 'uniwbrk/base'.
17442         * modules/uniwbrk/base: New file.
17443         * lib/uniwbrk.h: New file.
17444
17445 2009-02-08  Bruno Haible  <bruno@clisp.org>
17446
17447         Update to Unicode 5.1.0.
17448         * lib/gen-uni-tables.c (is_property_alphabetic): Include
17449         U+2185..U+2188.
17450         (is_property_default_ignorable_code_point): Don't include characters
17451         of category Cc or Cs and not-a-characters.
17452         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
17453         U+0D79, U+109E, U+109F, U+A60C.
17454         * lib/unictype/bidi_of.h: Regenerated.
17455         * lib/unictype/blocks.h: Regenerated.
17456         * lib/unictype/categ_C.h: Regenerated.
17457         * lib/unictype/categ_Cf.h: Regenerated.
17458         * lib/unictype/categ_Cn.h: Regenerated.
17459         * lib/unictype/categ_L.h: Regenerated.
17460         * lib/unictype/categ_Ll.h: Regenerated.
17461         * lib/unictype/categ_Lm.h: Regenerated.
17462         * lib/unictype/categ_Lo.h: Regenerated.
17463         * lib/unictype/categ_Lu.h: Regenerated.
17464         * lib/unictype/categ_M.h: Regenerated.
17465         * lib/unictype/categ_Mc.h: Regenerated.
17466         * lib/unictype/categ_Me.h: Regenerated.
17467         * lib/unictype/categ_Mn.h: Regenerated.
17468         * lib/unictype/categ_N.h: Regenerated.
17469         * lib/unictype/categ_Nd.h: Regenerated.
17470         * lib/unictype/categ_Nl.h: Regenerated.
17471         * lib/unictype/categ_No.h: Regenerated.
17472         * lib/unictype/categ_P.h: Regenerated.
17473         * lib/unictype/categ_Pd.h: Regenerated.
17474         * lib/unictype/categ_Pe.h: Regenerated.
17475         * lib/unictype/categ_Pf.h: Regenerated.
17476         * lib/unictype/categ_Pi.h: Regenerated.
17477         * lib/unictype/categ_Po.h: Regenerated.
17478         * lib/unictype/categ_Ps.h: Regenerated.
17479         * lib/unictype/categ_S.h: Regenerated.
17480         * lib/unictype/categ_Sk.h: Regenerated.
17481         * lib/unictype/categ_Sm.h: Regenerated.
17482         * lib/unictype/categ_So.h: Regenerated.
17483         * lib/unictype/categ_of.h: Regenerated.
17484         * lib/unictype/combining.h: Regenerated.
17485         * lib/unictype/ctype_alnum.h: Regenerated.
17486         * lib/unictype/ctype_alpha.h: Regenerated.
17487         * lib/unictype/ctype_graph.h: Regenerated.
17488         * lib/unictype/ctype_lower.h: Regenerated.
17489         * lib/unictype/ctype_print.h: Regenerated.
17490         * lib/unictype/ctype_punct.h: Regenerated.
17491         * lib/unictype/ctype_upper.h: Regenerated.
17492         * lib/unictype/decdigit.h: Regenerated.
17493         * lib/unictype/digit.h: Regenerated.
17494         * lib/unictype/mirror.h: Regenerated.
17495         * lib/unictype/numeric.h: Regenerated.
17496         * lib/unictype/pr_alphabetic.h: Regenerated.
17497         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
17498         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
17499         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
17500         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
17501         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
17502         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
17503         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
17504         * lib/unictype/pr_combining.h: Regenerated.
17505         * lib/unictype/pr_dash.h: Regenerated.
17506         * lib/unictype/pr_decimal_digit.h: Regenerated.
17507         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
17508         * lib/unictype/pr_deprecated.h: Regenerated.
17509         * lib/unictype/pr_diacritic.h: Regenerated.
17510         * lib/unictype/pr_extender.h: Regenerated.
17511         * lib/unictype/pr_format_control.h: Regenerated.
17512         * lib/unictype/pr_grapheme_base.h: Regenerated.
17513         * lib/unictype/pr_grapheme_extend.h: Regenerated.
17514         * lib/unictype/pr_grapheme_link.h: Regenerated.
17515         * lib/unictype/pr_id_continue.h: Regenerated.
17516         * lib/unictype/pr_id_start.h: Regenerated.
17517         * lib/unictype/pr_ideographic.h: Regenerated.
17518         * lib/unictype/pr_ignorable_control.h: Regenerated.
17519         * lib/unictype/pr_lowercase.h: Regenerated.
17520         * lib/unictype/pr_math.h: Regenerated.
17521         * lib/unictype/pr_numeric.h: Regenerated.
17522         * lib/unictype/pr_other_alphabetic.h: Regenerated.
17523         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
17524         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
17525         * lib/unictype/pr_other_id_continue.h: Regenerated.
17526         * lib/unictype/pr_other_lowercase.h: Regenerated.
17527         * lib/unictype/pr_other_math.h: Regenerated.
17528         * lib/unictype/pr_punctuation.h: Regenerated.
17529         * lib/unictype/pr_sentence_terminal.h: Regenerated.
17530         * lib/unictype/pr_soft_dotted.h: Regenerated.
17531         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
17532         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
17533         * lib/unictype/pr_unified_ideograph.h: Regenerated.
17534         * lib/unictype/pr_uppercase.h: Regenerated.
17535         * lib/unictype/pr_xid_continue.h: Regenerated.
17536         * lib/unictype/pr_xid_start.h: Regenerated.
17537         * lib/unictype/pr_zero_width.h: Regenerated.
17538         * lib/unictype/scripts.h: Regenerated.
17539         * lib/unictype/scripts_byname.gperf: Regenerated.
17540         * lib/unictype/sy_java_ident.h: Regenerated.
17541         * lib/unilbrk/lbrkprop1.h: Regenerated.
17542         * lib/unilbrk/lbrkprop2.h: Regenerated.
17543         * tests/unictype/test-categ_C.c: Regenerated.
17544         * tests/unictype/test-categ_Cf.c: Regenerated.
17545         * tests/unictype/test-categ_Cn.c: Regenerated.
17546         * tests/unictype/test-categ_L.c: Regenerated.
17547         * tests/unictype/test-categ_Ll.c: Regenerated.
17548         * tests/unictype/test-categ_Lm.c: Regenerated.
17549         * tests/unictype/test-categ_Lo.c: Regenerated.
17550         * tests/unictype/test-categ_Lu.c: Regenerated.
17551         * tests/unictype/test-categ_M.c: Regenerated.
17552         * tests/unictype/test-categ_Mc.c: Regenerated.
17553         * tests/unictype/test-categ_Me.c: Regenerated.
17554         * tests/unictype/test-categ_Mn.c: Regenerated.
17555         * tests/unictype/test-categ_N.c: Regenerated.
17556         * tests/unictype/test-categ_Nd.c: Regenerated.
17557         * tests/unictype/test-categ_Nl.c: Regenerated.
17558         * tests/unictype/test-categ_No.c: Regenerated.
17559         * tests/unictype/test-categ_P.c: Regenerated.
17560         * tests/unictype/test-categ_Pd.c: Regenerated.
17561         * tests/unictype/test-categ_Pe.c: Regenerated.
17562         * tests/unictype/test-categ_Pf.c: Regenerated.
17563         * tests/unictype/test-categ_Pi.c: Regenerated.
17564         * tests/unictype/test-categ_Po.c: Regenerated.
17565         * tests/unictype/test-categ_Ps.c: Regenerated.
17566         * tests/unictype/test-categ_S.c: Regenerated.
17567         * tests/unictype/test-categ_Sk.c: Regenerated.
17568         * tests/unictype/test-categ_Sm.c: Regenerated.
17569         * tests/unictype/test-categ_So.c: Regenerated.
17570         * tests/unictype/test-ctype_alnum.c: Regenerated.
17571         * tests/unictype/test-ctype_alpha.c: Regenerated.
17572         * tests/unictype/test-ctype_graph.c: Regenerated.
17573         * tests/unictype/test-ctype_lower.c: Regenerated.
17574         * tests/unictype/test-ctype_print.c: Regenerated.
17575         * tests/unictype/test-ctype_punct.c: Regenerated.
17576         * tests/unictype/test-ctype_upper.c: Regenerated.
17577         * tests/unictype/test-decdigit.h: Regenerated.
17578         * tests/unictype/test-digit.h: Regenerated.
17579         * tests/unictype/test-numeric.h: Regenerated.
17580         * tests/unictype/test-pr_alphabetic.c: Regenerated.
17581         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
17582         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
17583         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
17584         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
17585         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
17586         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
17587         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
17588         * tests/unictype/test-pr_combining.c: Regenerated.
17589         * tests/unictype/test-pr_dash.c: Regenerated.
17590         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
17591         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
17592         * tests/unictype/test-pr_deprecated.c: Regenerated.
17593         * tests/unictype/test-pr_diacritic.c: Regenerated.
17594         * tests/unictype/test-pr_extender.c: Regenerated.
17595         * tests/unictype/test-pr_format_control.c: Regenerated.
17596         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
17597         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
17598         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
17599         * tests/unictype/test-pr_id_continue.c: Regenerated.
17600         * tests/unictype/test-pr_id_start.c: Regenerated.
17601         * tests/unictype/test-pr_ideographic.c: Regenerated.
17602         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
17603         * tests/unictype/test-pr_lowercase.c: Regenerated.
17604         * tests/unictype/test-pr_math.c: Regenerated.
17605         * tests/unictype/test-pr_numeric.c: Regenerated.
17606         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
17607         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
17608         Regenerated.
17609         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
17610         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
17611         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
17612         * tests/unictype/test-pr_other_math.c: Regenerated.
17613         * tests/unictype/test-pr_punctuation.c: Regenerated.
17614         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
17615         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
17616         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
17617         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
17618         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
17619         * tests/unictype/test-pr_uppercase.c: Regenerated.
17620         * tests/unictype/test-pr_xid_continue.c: Regenerated.
17621         * tests/unictype/test-pr_xid_start.c: Regenerated.
17622         * tests/unictype/test-pr_zero_width.c: Regenerated.
17623
17624         Update to Unicode 5.1.0.
17625         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
17626         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
17627         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
17628         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
17629         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
17630         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
17631         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
17632         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
17633         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
17634         (nonspacing_table_ind): Update.
17635         * tests/uniwidth/test-uc_width2.sh: Update expected result.
17636
17637         Update to Unicode 5.1.0.
17638         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
17639         code transform.
17640         * lib/uniname/uniname.c (unicode_character_name,
17641         unicode_name_character): Add the range 0x1Fxxx to the code transform.
17642         * lib/uniname/uninames.h: Regenerated.
17643         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
17644
17645 2009-02-07  Bruno Haible  <bruno@clisp.org>
17646
17647         Merge gen-ctype and gen-lbrk into a single program.
17648         * lib/gen-uni-tables.c: New file, incorporating
17649         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
17650         Add directory prefixes to the names of the generated files.
17651         * lib/unictype/gen-ctype.c: Remove file.
17652         * lib/unilbrk/gen-lbrk.c: Remove file.
17653         * modules/gen-uni-tables: New file.
17654         * modules/unictype/gen-ctype: Remove file.
17655         * modules/unilbrk/gen-lbrk: Remove file.
17656
17657 2009-02-07  Bruno Haible  <bruno@clisp.org>
17658
17659         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
17660
17661         New module 'unistr/u32-strcoll'.
17662         * modules/unistr/u32-strcoll: New file.
17663         * lib/unistr/u32-strcoll.c: New file.
17664
17665         New module 'unistr/u16-strcoll'.
17666         * modules/unistr/u16-strcoll: New file.
17667         * lib/unistr/u16-strcoll.c: New file.
17668
17669         New module 'unistr/u8-strcoll'.
17670         * modules/unistr/u8-strcoll: New file.
17671         * lib/unistr/u8-strcoll.c: New file.
17672         * lib/unistr/u-strcoll.h: New file.
17673
17674 2009-02-07  Bruno Haible  <bruno@clisp.org>
17675
17676         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
17677         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
17678         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
17679         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
17680         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
17681         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
17682
17683 2009-02-07  Bruno Haible  <bruno@clisp.org>
17684
17685         Make 64-bit clean.
17686         * lib/unictype/gen-ctype.c (output_predicate, output_category,
17687         output_combclass, output_bidi_category, output_decimal_digit,
17688         output_digit, output_numeric, output_mirror, output_scripts,
17689         output_ident_category): Use proper width specifier in format strings.
17690
17691 2009-02-07  Bruno Haible  <bruno@clisp.org>
17692
17693         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
17694         failure behaviour.
17695
17696 2009-02-07  Jim Meyering  <meyering@redhat.com>
17697
17698         regex: avoid compilation failure with upcoming gcc-4.4
17699         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
17700         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
17701         "... error: integer overflow in preprocessor expression".
17702
17703 2009-02-05  Ben Pfaff  <blp@gnu.org>
17704
17705         Fix link errors on Windows when close module is used.
17706         * modules/close: Add $(LIB_CLOSE) to Link section.
17707         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
17708         $(LIB_CLOSE) on Windows.
17709
17710 2009-02-05  Jim Meyering  <meyering@redhat.com>
17711
17712         still avoid unused-parameter warnings, but do it cleanly
17713         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
17714         (get_fs_usage): Cast to void instead.
17715         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
17716         (dev_from_mount_options, read_file_system_list): Cast to void.
17717         Prompted by Bruno Haible.
17718
17719 2009-02-04  Jim Meyering  <meyering@redhat.com>
17720
17721         fsusage.c: correct copyright year
17722         * lib/fsusage.c: Reflect year in which the change is pushed into
17723
17724         avoid misc. warnings
17725         * lib/fsusage.c (UNUSED_PARAM): Define.
17726         (get_fs_usage): Mark parameter "disk" as unused.
17727         * lib/getugroups.c (getgrent): Use "void" in prototype.
17728         * lib/mountlist.c: Mark unused parameters.
17729         (read_file_system_list): Declare a local with "const".
17730         * lib/nanosleep.c (getnow): Declare static.
17731         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
17732
17733         dirfd: set errno upon failure
17734         * lib/dirfd.c: Include <errno.h>.
17735         Set errno to ENOTSUP when returning -1.
17736         * modules/dirfd (Depends-on): Add errno.
17737         Suggested by John Kodis <kodis@comcast.net>.
17738
17739 2009-02-01  Bruno Haible  <bruno@clisp.org>
17740
17741         Don't assume sizeof (long) >= sizeof (void *).
17742         * lib/memcmp.c: Include stdint.h.
17743         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
17744         srcp2 to 'const byte *'.
17745         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
17746         types to uintptr_t.
17747         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
17748         * modules/memcmp (Depends-on): Add stdint.
17749         Reported by Ozkan Sezer <sezeroz@gmail.com>.
17750
17751 2009-01-30  Eric Blake  <ebb9@byu.net>
17752
17753         fix more require-before-expand issues
17754         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
17755         expand, AC_PROG_AWK.
17756         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
17757
17758 2009-01-28  Eric Blake  <ebb9@byu.net>
17759
17760         version-etc: use consistent URL formatting
17761         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
17762         Improve formatting.  Use fputs for string without %.
17763
17764 2009-01-28  Jim Meyering  <meyering@redhat.com>
17765
17766         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
17767         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
17768         "underquoted definition of NAME" from autoconf-2.59.
17769
17770 2009-01-28  Bruno Haible  <bruno@clisp.org>
17771
17772         * doc/gnulib.texi: Add "Obsolete modules" to index.
17773
17774 2009-01-28  Jim Meyering  <meyering@redhat.com>
17775
17776         useless-if-before-free: recognize more variants
17777         * build-aux/useless-if-before-free: Also recognize e.g.,
17778         if (NULL != p) free (p);
17779
17780 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
17781
17782         test-getaddrinfo: skip (don't fail) this test when there's no network
17783         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
17784         on the presumption that it means you lack network access.
17785
17786 2009-01-26  Jim Meyering  <meyering@redhat.com>
17787
17788         fflush: avoid warnings on modern systems
17789         * lib/fflush.c (rpl_fflush): Move declarations of locals,
17790         pos and result, into scopes where they're used.
17791
17792 2009-01-26  Eric Blake  <ebb9@byu.net>
17793
17794         Silence warning reintroduced by recent extensions patch.
17795         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
17796         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
17797         autoconf.
17798
17799         Backport improved autoconf semantics of AC_DEFUN_ONCE.
17800         * m4/00gnulib.m4: New file.
17801         * gnulib-tool (func_get_filelist): Always use it.
17802         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
17803         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
17804
17805 2009-01-25  Bruno Haible  <bruno@clisp.org>
17806
17807         Make test-quotearg work on MacOS X and AIX.
17808         * tests/test-quotearg.sh: New file.
17809         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
17810         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
17811         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
17812         include <libintl.h>.
17813         (fake_locale): Remove variable.
17814         (gettext, dgettext, dcgettext): Remove functions.
17815         (main): Instead of setting a fake locale, set a real locale. Call
17816         textdomain and bindtextdomain.
17817         * modules/quotearg-tests (Files): Add the new files.
17818         (Depends-on): Add gettext, setenv, unsetenv.
17819         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
17820         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
17821         Augment TESTS_ENVIRONMENT.
17822
17823 2009-01-25  Bruno Haible  <bruno@clisp.org>
17824
17825         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
17826         fr_FR.ISO8859-1 locale on MacOS X.
17827         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
17828         ja_JP.eucJP locale on MacOS X.
17829         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
17830         zh_CN.GB18030 locale on MacOS X.
17831
17832 2009-01-25  Bruno Haible  <bruno@clisp.org>
17833
17834         Avoid link errors on MacOS X 10.3.
17835         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
17836         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
17837
17838 2009-01-25  Bruno Haible  <bruno@clisp.org>
17839
17840         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17841         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
17842         * modules/pipe (Files): Remove m4/posix_spawn.m4.
17843         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17844         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
17845         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17846         posix_spawnattr_init, posix_spawnattr_setsigmask,
17847         posix_spawnattr_setflags, posix_spawnattr_destroy.
17848
17849         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
17850         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
17851         * modules/execute (Files): Remove m4/posix_spawn.m4.
17852         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
17853         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
17854         posix_spawnattr_init, posix_spawnattr_setsigmask,
17855         posix_spawnattr_setflags, posix_spawnattr_destroy.
17856
17857 2009-01-25  Bruno Haible  <bruno@clisp.org>
17858
17859         * lib/glthread/threadlib.c: Include <stdlib.h>.
17860
17861 2009-01-25  Bruno Haible  <bruno@clisp.org>
17862
17863         * lib/glthread/threadlib.c (dummy): New declaration.
17864
17865 2009-01-25  Bruno Haible  <bruno@clisp.org>
17866
17867         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
17868         multibyte characters also for the GB18030 encoding. Don't crash when
17869         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
17870
17871 2009-01-25  Bruno Haible  <bruno@clisp.org>
17872
17873         Avoid redefining 'struct random_data' on OSF/1 5.1.
17874         * lib/stdlib.in.h: Include <random.h> if it exists.
17875         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
17876         HAVE_RANDOM_H. Include <random.h> when testing whether
17877         'struct random_data' exists.
17878         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
17879
17880 2009-01-25  Bruno Haible  <bruno@clisp.org>
17881
17882         Don't install charset.alias on MacOS X >= 10.3.
17883         * lib/localcharset.c (DARWIN7): New macro.
17884         (get_charset_aliases): Hardcode the result for Darwin7.
17885         * modules/localcharset (install-exec-local): Don't install
17886         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
17887
17888 2009-01-25  Bruno Haible  <bruno@clisp.org>
17889
17890         Don't install charset.alias on mingw and Cygwin.
17891         * modules/localcharset (install-exec-local): Don't install
17892         charset.alias on mingw and Cygwin, if the file does not yet exist.
17893         The result for these platforms is hardcoded in localcharset.c.
17894
17895 2009-01-25  Bruno Haible  <bruno@clisp.org>
17896
17897         Make it possible again to use AC_GNU_SOURCE together with gnulib.
17898         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
17899         before requiring AC_USE_SYSTEM_EXTENSIONS.
17900
17901 2009-01-25  Jim Meyering  <meyering@redhat.com>
17902
17903         c-strtod: avoid warnings
17904         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
17905         "assignment discards qualifiers from pointer target type" warnings.
17906
17907 2009-01-24  Bruno Haible  <bruno@clisp.org>
17908
17909         Add support for non-UTF-8 locales on MacOS X.
17910         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
17911         canonical encodings. For Darwin 7 and newer, don't map traditional
17912         encodings to UTF-8.
17913         Reported by Vincent Lefevre <vincent@vinc17.org>
17914         at <http://savannah.gnu.org/bugs/?25235>.
17915
17916 2009-01-24  Bruno Haible  <bruno@clisp.org>
17917
17918         * doc/gnulib.texi (Obsolete modules): New section.
17919         Reported by Mike Frysinger <vapier@gentoo.org>.
17920
17921 2009-01-24  Bruno Haible  <bruno@clisp.org>
17922
17923         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
17924         (%.dvi): New rule.
17925
17926 2009-01-24  Bruno Haible  <bruno@clisp.org>
17927
17928         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
17929         Reported by Eric Blake.
17930
17931 2009-01-24  Bruno Haible  <bruno@clisp.org>
17932
17933         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
17934         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
17935         Reported by Gary V. Vaughan <gary@gnu.org>.
17936
17937 2009-01-24  Bruno Haible  <bruno@clisp.org>
17938
17939         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
17940
17941 2009-01-23  Bruno Haible  <bruno@clisp.org>
17942
17943         Make c-strtod, c-strtold usable in libraries.
17944         * lib/c-strtod.c: Include string.h instead of xalloc.h.
17945         (C_STRTOD): Call strdup instead of xstrdup.
17946         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
17947         * modules/c-strtold (Depends-on): Likewise.
17948         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
17949         * NEWS: Mention the change.
17950         Reported by Michael Gold <mgold@ncf.ca>.
17951
17952 2009-01-23  Jim Meyering  <meyering@redhat.com>
17953
17954         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
17955         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
17956         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
17957
17958 2009-01-23  Simon Josefsson  <simon@josefsson.org>
17959
17960         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
17961         GNU CoreUtils.
17962         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
17963         * modules/version-etc (Description): Update.
17964
17965 2009-01-22  Bruno Haible  <bruno@clisp.org>
17966
17967         Cache the C locale object.
17968         * lib/c-strtod.c (c_locale_cache): New variable.
17969         (c_locale): New function.
17970         (C_STRTOD): Use it, and don't call freelocale.
17971         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
17972         Suggested by Paolo Bonzini.
17973
17974 2009-01-21  Bruno Haible  <bruno@clisp.org>
17975
17976         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
17977         conditions other than overflow.
17978
17979 2009-01-21  Bruno Haible  <bruno@clisp.org>
17980
17981         * lib/c-strtod.c: Include errno.h.
17982         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
17983         value from STRTOD_L and STRTOD.
17984
17985 2009-01-21  Bruno Haible  <bruno@clisp.org>
17986         and Jim Meyering  <meyering@redhat.com>
17987
17988         nanosleep: skip configure test (fail it) for apple universal builds
17989         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
17990         universal builds, assume that nanosleep does not work.
17991         * modules/nanosleep (Depends-on): Add multiarch.
17992
17993         mktime: skip configure test (fail it) for apple universal builds
17994         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
17995         universal builds, assume that mktime does not work.
17996         * modules/mktime (Depends-on): Add multiarch.
17997
17998 2009-01-21  Eric Blake  <ebb9@byu.net>
17999
18000         multiarch: avoid expand-before-require warning
18001         * modules/multiarch (configure.ac): Require, rather than expand,
18002         gl_MULTIARCH.
18003         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
18004         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
18005         enforce that all clients require it.  Partial reversion of
18006         2008-12-29 patch.
18007
18008         error: avoid expand-before-require warning
18009         * modules/errno (configure.ac): Require, rather than expand,
18010         gl_HEADER_ERRNO_H.
18011         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
18012         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
18013         enforce that all clients require it.
18014
18015         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
18016         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
18017         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
18018         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
18019
18020 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
18021
18022         Revert:
18023         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
18024
18025         regex: do not depend on obsolete modules.
18026         * modules/regex: Remove memcmp and memmove.
18027
18028 2009-01-20  Bruno Haible  <bruno@clisp.org>
18029
18030         Make the 'link' module link on Windows NT 4.
18031         * lib/link.c (_WIN32_WINNT): Don't define.
18032         (CreateHardLinkFuncType): New type.
18033         (CreateHardLinkFunc, initialized): New variables.
18034         (initialize): New function.
18035         (link): Invoke CreateHardLink indirectly through the function pointer.
18036
18037 2009-01-20  Bruno Haible  <bruno@clisp.org>
18038
18039         Fix compilation failure on mingw.
18040         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
18041
18042 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
18043
18044         * doc/c-strtod.texi: Mention a couple of restrictions.
18045
18046 2009-01-20  Jim Meyering  <meyering@redhat.com>
18047
18048         gettimeofday: move more declarations out of functions
18049         * lib/gettimeofday.c: Move extern declarations of tzset and
18050         gmtime out of containing functions.  Prompted by Bruno Haible.
18051
18052 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
18053
18054         regex: do not depend on obsolete modules.
18055         * modules/regex: Remove memcmp and memmove.
18056
18057 2009-01-19  Bruno Haible  <bruno@clisp.org>
18058
18059         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
18060         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
18061         gl_BIGENDIAN, not AC_C_BIGENDIAN.
18062         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
18063         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
18064
18065 2009-01-19  Bruno Haible  <bruno@clisp.org>
18066
18067         * tests/test-link.c: Include <errno.h>.
18068         (main): Exit with code 77 when a hard link cannot be created due to
18069         the file system.
18070         * tests/test-link.sh: Skip test when a hard link cannot be created due
18071         to the file system.
18072         Suggested by Eric Blake.
18073
18074 2009-01-19  Martin Lambers  <marlam@marlam.de>
18075
18076         * modules/link-tests: New file.
18077         * tests/test-link.sh: New file.
18078         * tests/test-link.c: New file.
18079
18080 2009-01-19  Eric Blake  <ebb9@byu.net>
18081
18082         doc: mention another function added in cygwin 1.7.0
18083         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
18084         Another new function in cygwin 1.7.
18085
18086 2009-01-19  Bruno Haible  <bruno@clisp.org>
18087
18088         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
18089         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
18090         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
18091         gl_BIGENDIAN, not AC_C_BIGENDIAN.
18092         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
18093         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
18094         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
18095         * m4/md4.m4 (gl_MD4): Likewise.
18096         * m4/md5.m4 (gl_MD5): Likewise.
18097         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
18098         * m4/sha1.m4 (gl_SHA1): Likewise.
18099         * m4/sha256.m4 (gl_SHA256): Likewise.
18100         * m4/sha512.m4 (gl_SHA512): Likewise.
18101
18102 2009-01-19  Bruno Haible  <bruno@clisp.org>
18103
18104         * modules/uniname/uniname-tests (Depends-on): Add progname.
18105         * tests/uniname/test-uninames.c: Include progname.h.
18106         (main): Call set_program_name.
18107
18108         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
18109         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
18110         (main): Call set_program_name.
18111
18112         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
18113         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
18114         (main): Call set_program_name.
18115
18116         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
18117         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
18118         (main): Call set_program_name.
18119
18120         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
18121         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
18122         (main): Call set_program_name.
18123
18124         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
18125         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
18126         (main): Call set_program_name.
18127
18128         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
18129         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
18130         (main): Call set_program_name.
18131
18132         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
18133         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
18134         (main): Call set_program_name.
18135
18136         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
18137         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
18138         (main): Call set_program_name.
18139
18140 2009-01-19  Eric Blake  <ebb9@byu.net>
18141
18142         test-unistd: test previous patch
18143         * tests/test-unistd.c: Test *_FILENO macros.
18144
18145         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
18146         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18147         Guarantee a definition.
18148         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
18149         * modules/unistd-safer (Depends-on): Add dependency on unistd.
18150         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
18151         * lib/dup-safer.c (STDERR_FILENO): Likewise.
18152         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18153         Likewise.
18154         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
18155         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
18156         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18157         Likewise.
18158         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
18159         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
18160         (STDERR_FILENO): Likewise.
18161         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
18162         (STDERR_FILENO): Likewise.
18163         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
18164         (STDERR_FILENO): Likewise.
18165         Reported by Elbert Pol.
18166
18167 2009-01-19  Eric Blake  <ebb9@byu.net>
18168
18169         doc: mention more functions added in cygwin 1.7.0
18170         * doc/posix-functions/abort.texi (abort): Update wording related
18171         to cygwin.
18172         * doc/posix-functions/daylight.texi (daylight): Likewise.
18173         * doc/posix-functions/optarg.texi (optarg): Likewise.
18174         * doc/posix-functions/optarg.texi (opterr): Likewise.
18175         * doc/posix-functions/optarg.texi (optind): Likewise.
18176         * doc/posix-functions/optarg.texi (optopt): Likewise.
18177         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
18178         worked in 1.5.x, and was withdrawn in 1.7.
18179         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
18180         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
18181         cygwin versions.
18182         * doc/posix-functions/perror.texi (perror): Likewise.
18183         * doc/posix-functions/printf.texi (printf): Likewise.
18184         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
18185         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
18186         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
18187         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
18188         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
18189         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
18190         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
18191         Likewise.
18192         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
18193         Likewise.
18194         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
18195         this function.
18196         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
18197         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
18198         Likewise.
18199         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
18200         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
18201         * doc/posix-functions/confstr.texi (confstr): Likewise.
18202         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
18203         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
18204         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
18205         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
18206         * doc/posix-functions/fputws.texi (fputws): Likewise.
18207         * doc/posix-functions/fwide.texi (fwide): Likewise.
18208         * doc/posix-functions/getwc.texi (getwc): Likewise.
18209         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
18210         * doc/posix-functions/putwc.texi (putwc): Likewise.
18211         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
18212         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
18213         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
18214         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
18215         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
18216         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
18217         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
18218         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
18219         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
18220         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
18221         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
18222
18223 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
18224
18225         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
18226         * lib/ioctl.c: Include <sys/ioctl.h>.
18227
18228 2009-01-19  Simon Josefsson  <simon@josefsson.org>
18229
18230         * modules/getdate-tests (Depends-on): Add progname.
18231         * tests/test-getdate.c: Use progname module, to avoid link errors
18232         on non-glibc systems.
18233
18234 2009-01-18  Simon Josefsson  <simon@josefsson.org>
18235
18236         * modules/filenamecat-tests (Depends-on): Add progname.
18237         * modules/fstrcmp-tests (Depends-on): Likewise.
18238
18239         * tests/test-filenamecat.c: Use progname module, to avoid link
18240         errors on non-glibc systems.
18241         * tests/test-fstrcmp.c: Likewise.
18242
18243 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
18244
18245         gettimeofday: avoid warning: nested extern declaration of 'localtime'
18246         * lib/gettimeofday.c: Move extern declaration out of function.
18247
18248 2009-01-18  Bruno Haible  <bruno@clisp.org>
18249
18250         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
18251         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
18252         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
18253
18254 2009-01-18  Bruno Haible  <bruno@clisp.org>
18255
18256         * lib/strftime.c (MEMPCPY): Remove unused macro.
18257         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
18258
18259 2009-01-18  Martin Lambers  <marlam@marlam.de>
18260
18261         New module 'link'.
18262         * lib/unistd.in.h (link): New declaration.
18263         * lib/link.c: New file.
18264         * m4/link.m4: New file.
18265         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
18266         HAVE_LINK.
18267         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
18268         * modules/link: New file.
18269         * doc/posix-functions/link.texi: Mention the new module.
18270
18271 2009-01-18  Bruno Haible  <bruno@clisp.org>
18272
18273         * tests/test-avltree_list.c (main): Call set_program_name.
18274         * tests/test-avltree_oset.c (main): Likewise.
18275         * tests/test-obstack-printf.c: Include progname.h.
18276         (main): Call set_program_name.
18277         * tests/test-quotearg.c: Include progname.h.
18278         (main): Call set_program_name.
18279         * tests/test-xmemdup0.c: Include progname.h.
18280         (main): Call set_program_name.
18281
18282 2009-01-18  Bruno Haible  <bruno@clisp.org>
18283
18284         New module 'alphasort'.
18285         * lib/dirent.in.h (alphasort): New declaration.
18286         * lib/alphasort.c: New file, from glibc with modifications.
18287         * m4/alphasort.m4: New file.
18288         * modules/alphasort: New file.
18289         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
18290         HAVE_ALPHASORT.
18291         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
18292         HAVE_ALPHASORT.
18293         * doc/posix-functions/alphasort.texi: Mention the new module and the
18294         portability problems.
18295
18296 2009-01-18  Bruno Haible  <bruno@clisp.org>
18297
18298         New module 'scandir'.
18299         * lib/dirent.in.h (scandir): New declaration.
18300         * lib/scandir.c: New file, from glibc with modifications.
18301         * m4/scandir.m4: New file.
18302         * modules/scandir: New file.
18303         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
18304         HAVE_SCANDIR.
18305         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
18306         HAVE_SCANDIR.
18307         * doc/posix-functions/scandir.texi: Mention the new module and the
18308         portability problems.
18309
18310 2009-01-17  Bruno Haible  <bruno@clisp.org>
18311
18312         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
18313         Update documentation.
18314         (func_remove_suffix): Escape all dots in the suffix. Update
18315         documentation.
18316         (func_filter_filelist): Update documentation.
18317         Reported by Ralf Wildenhues.
18318
18319 2009-01-17  Bruno Haible  <bruno@clisp.org>
18320
18321         * modules/dprintf-posix-tests: New file.
18322         * tests/test-dprintf-posix.sh: New file.
18323         * tests/test-dprintf-posix.c: New file.
18324
18325         New modules 'dprintf', 'dprintf-posix'.
18326         * lib/stdio.in.h (dprintf): New declaration.
18327         * lib/dprintf.c: New file.
18328         * m4/dprintf.m4: New file.
18329         * m4/dprintf-posix.m4: New file.
18330         * modules/dprintf: New file.
18331         * modules/dprintf-posix: New file.
18332         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
18333         HAVE_DPRINTF, REPLACE_DPRINTF.
18334         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
18335         HAVE_DPRINTF, REPLACE_DPRINTF.
18336         * doc/posix-functions/dprintf.texi: Mention the new modules.
18337
18338 2009-01-17  Bruno Haible  <bruno@clisp.org>
18339
18340         * modules/vdprintf-posix-tests: New file.
18341         * tests/test-vdprintf-posix.sh: New file.
18342         * tests/test-vdprintf-posix.c: New file.
18343
18344         New modules 'vdprintf', 'vdprintf-posix'.
18345         * lib/stdio.in.h (vdprintf): New declaration.
18346         * lib/vdprintf.c: New file.
18347         * m4/vdprintf.m4: New file.
18348         * m4/vdprintf-posix.m4: New file.
18349         * modules/vdprintf: New file.
18350         * modules/vdprintf-posix: New file.
18351         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
18352         HAVE_VDPRINTF, REPLACE_VDPRINTF.
18353         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
18354         HAVE_VDPRINTF, REPLACE_VDPRINTF.
18355         * doc/posix-functions/vdprintf.texi: Mention the new modules.
18356
18357 2009-01-17  Bruno Haible  <bruno@clisp.org>
18358
18359         Fix replacement of fopen on mingw.
18360         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
18361         mingw.
18362
18363 2009-01-17  Bruno Haible  <bruno@clisp.org>
18364
18365         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
18366         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
18367
18368 2009-01-17  Bruno Haible  <bruno@clisp.org>
18369
18370         Avoid test-fflush2.sh failure on mingw.
18371         * tests/test-fflush2.c: Include binary-io.h.
18372         (main): Put standard input into binary mode.
18373         * modules/fflush-tests (Depends-on): Add binary-io.
18374
18375 2009-01-17  Bruno Haible  <bruno@clisp.org>
18376
18377         * lib/wchar.in.h: In another particular situation, include only the
18378         system's <wchar.h> file.
18379         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
18380         Reported by Albert Chin-A-Young <china@thewrittenword.com>
18381         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
18382
18383 2009-01-17  Bruno Haible  <bruno@clisp.org>
18384
18385         Support for stripping executables in --enable-relocatable.
18386         * build-aux/install-reloc: Expect one more argument, or an environment
18387         variable RELOC_STRIP_PROG. If set, strip the destination program and
18388         its wrapper.
18389         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
18390         RELOC_STRIP_PROG.
18391         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
18392         to set RELOCATABLE_STRIP.
18393         * NEWS: Mention the new Makefile requirement.
18394
18395 2009-01-17  Bruno Haible  <bruno@clisp.org>
18396
18397         * build-aux/install-reloc: Remove debugging information left over by
18398         C compiler on MacOS X.
18399
18400 2009-01-17  Bruno Haible  <bruno@clisp.org>
18401
18402         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
18403         * lib/progreloc.c (find_executable): Fix type of pointer passed to
18404         _NSGetExecutablePath.
18405
18406 2009-01-16  Jim Meyering  <meyering@redhat.com>
18407
18408         strerror: avoid warnings about discarding "const"
18409         * lib/strerror.c (rpl_strerror): Instead of returning a const
18410         string from each and every "case", use a variable, and add a single
18411         cast after the switch.
18412
18413 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
18414
18415         * lib/arpa_inet.in.h: Add extern "C" block for C++.
18416
18417 2009-01-16  Bruno Haible  <bruno@clisp.org>
18418
18419         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
18420         array initializer syntax that also works in C++ mode.
18421         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18422
18423 2009-01-16  Jim Meyering  <meyering@redhat.com>
18424
18425         poll: suppress a warning
18426         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
18427         to ignore "...unsigned expression < 0 is always false" warnings.
18428
18429 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
18430
18431         poll: remove declarations of unused variables
18432         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
18433         sockbuf and optlen.
18434
18435 2009-01-15  Bruno Haible  <bruno@clisp.org>
18436
18437         Make fflush-after-ungetc POSIX compliant on BSD systems.
18438         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
18439         (clear_ungetc_buffer): Implement also for other systems.
18440         (rpl_fflush): On glibc systems, invoke
18441         clear_ungetc_buffer_preserving_position. Otherwise, invoke
18442         clear_ungetc_buffer after fetching the stream's position, not before.
18443
18444 2009-01-15  Bruno Haible  <bruno@clisp.org>
18445
18446         Make fflush-after-ungetc POSIX compliant on glibc systems.
18447         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
18448         after ungetc.
18449         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
18450         (rpl_fflush): On glibc systems, simply call the system's fflush
18451         function after clearing the ungetc buffer.
18452         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
18453         Instead, lseek only to the end of file, then use the system's fseeko
18454         for the rest. On glibc systems, reset the EOF indicator bit.
18455
18456 2009-01-15  Jim Meyering  <meyering@redhat.com>
18457
18458         openmp.m4: revert quote-adding change, for portability to older autoconf
18459         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
18460         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
18461         Simon Josefsson noticed the problem when using autoconf-2.61.
18462
18463 2009-01-15  Bruno Haible  <bruno@clisp.org>
18464
18465         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
18466         * tests/test-fflush2.c (ASSERT): Always fail.
18467         (main): Add two tests for fflush() after ungetc(), taking into account
18468         the Austin Group's clarification.
18469         Suggested by Eric Blake.
18470
18471 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
18472
18473         mktime.m4: remove K&R-style function prototypes
18474         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
18475         for the Sun C++ compiler.
18476
18477 2009-01-14  Bruno Haible  <bruno@clisp.org>
18478
18479         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
18480         while including <wchar.h>.
18481         * lib/wchar.in.h: In two particular situations on HP-UX, include only
18482         the system's <wchar.h> file.
18483         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18484
18485 2009-01-14  Bruno Haible  <bruno@clisp.org>
18486
18487         * m4/csharp.m4: Don't mention gettext on the serial number line.
18488         * m4/csharpexec.m4: Likewise.
18489         * m4/eaccess.m4: Likewise.
18490         * m4/javaexec.m4: Likewise.
18491         * m4/sig_atomic_t.m4: Likewise.
18492         * m4/tmpdir.m4: Likewise.
18493         * m4/intldir.m4: Bump gettext version.
18494         * m4/lib-ld.m4: Likewise.
18495
18496 2009-01-14  Bruno Haible  <bruno@clisp.org>
18497
18498         * lib/progname.c (set_program_name): Add more comments.
18499         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
18500
18501 2009-01-14  Simon Josefsson  <simon@josefsson.org>
18502
18503         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
18504         were sys/stat.h does not define it.
18505
18506 2009-01-14  Jim Meyering  <meyering@redhat.com>
18507
18508         many *.m4 files: improve m4 quoting
18509         99% of this change was performed by running the following commands:
18510         git ls-files | grep '\.m4$' | xargs perl -pi \
18511           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
18512           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
18513           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
18514           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
18515         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
18516         The remainder were to add Copyright dates, increment serial numbers,
18517         undo some changes in comments, exclude m4/intl.m4, and add quotes
18518         around the "1" in ",1" where the unusual spacing prohibited the
18519         above regexps from doing the job.  For more details, see
18520         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
18521         * m4/acl.m4: Modified.
18522         * m4/afs.m4: Likewise.
18523         * m4/alloca.m4: Likewise.
18524         * m4/argp.m4: Likewise.
18525         * m4/argz.m4: Likewise.
18526         * m4/atexit.m4: Likewise.
18527         * m4/bison-i18n.m4: Likewise.
18528         * m4/bison.m4: Likewise.
18529         * m4/byteswap.m4: Likewise.
18530         * m4/c-stack.m4: Likewise.
18531         * m4/c-strtod.m4: Likewise.
18532         * m4/calloc.m4: Likewise.
18533         * m4/canonicalize-lgpl.m4: Likewise.
18534         * m4/chown.m4: Likewise.
18535         * m4/clock_time.m4: Likewise.
18536         * m4/codeset.m4: Likewise.
18537         * m4/copy-file.m4: Likewise.
18538         * m4/csharp.m4: Likewise.
18539         * m4/csharpcomp.m4: Likewise.
18540         * m4/csharpexec.m4: Likewise.
18541         * m4/d-ino.m4: Likewise.
18542         * m4/d-type.m4: Likewise.
18543         * m4/dirfd.m4: Likewise.
18544         * m4/double-slash-root.m4: Likewise.
18545         * m4/eaccess.m4: Likewise.
18546         * m4/eealloc.m4: Likewise.
18547         * m4/environ.m4: Likewise.
18548         * m4/errno_h.m4: Likewise.
18549         * m4/euidaccess.m4: Likewise.
18550         * m4/execute.m4: Likewise.
18551         * m4/fatal-signal.m4: Likewise.
18552         * m4/fchdir.m4: Likewise.
18553         * m4/fcntl_h.m4: Likewise.
18554         * m4/fileblocks.m4: Likewise.
18555         * m4/filenamecat.m4: Likewise.
18556         * m4/findprog.m4: Likewise.
18557         * m4/flexmember.m4: Likewise.
18558         * m4/fnmatch.m4: Likewise.
18559         * m4/fopen.m4: Likewise.
18560         * m4/fpending.m4: Likewise.
18561         * m4/fprintf-posix.m4: Likewise.
18562         * m4/free.m4: Likewise.
18563         * m4/frexp.m4: Likewise.
18564         * m4/frexpl.m4: Likewise.
18565         * m4/fsusage.m4: Likewise.
18566         * m4/ftruncate.m4: Likewise.
18567         * m4/gc-camellia.m4: Likewise.
18568         * m4/gc-random.m4: Likewise.
18569         * m4/gc.m4: Likewise.
18570         * m4/getaddrinfo.m4: Likewise.
18571         * m4/getcwd-abort-bug.m4: Likewise.
18572         * m4/getcwd-path-max.m4: Likewise.
18573         * m4/getdate.m4: Likewise.
18574         * m4/getdomainname.m4: Likewise.
18575         * m4/getgroups.m4: Likewise.
18576         * m4/gethostname.m4: Likewise.
18577         * m4/gethrxtime.m4: Likewise.
18578         * m4/getline.m4: Likewise.
18579         * m4/getloadavg.m4: Likewise.
18580         * m4/getndelim2.m4: Likewise.
18581         * m4/getpass.m4: Likewise.
18582         * m4/gettext.m4: Likewise.
18583         * m4/gettime.m4: Likewise.
18584         * m4/gettimeofday.m4: Likewise.
18585         * m4/gnulib-common.m4: Likewise.
18586         * m4/group-member.m4: Likewise.
18587         * m4/host-os.m4: Likewise.
18588         * m4/iconv.m4: Likewise.
18589         * m4/iconv_open.m4: Likewise.
18590         * m4/inet_ntop.m4: Likewise.
18591         * m4/inet_pton.m4: Likewise.
18592         * m4/inline.m4: Likewise.
18593         * m4/intldir.m4: Likewise.
18594         * m4/intlmacosx.m4: Likewise.
18595         * m4/intmax.m4: Likewise.
18596         * m4/intmax_t.m4: Likewise.
18597         * m4/inttypes.m4: Likewise.
18598         * m4/inttypes_h.m4: Likewise.
18599         * m4/inttypes-pri.m4: Likewise.
18600         * m4/isapipe.m4: Likewise.
18601         * m4/isnand.m4: Likewise.
18602         * m4/isnanf.m4: Likewise.
18603         * m4/isnanl.m4: Likewise.
18604         * m4/javacomp.m4: Likewise.
18605         * m4/javaexec.m4: Likewise.
18606         * m4/jm-winsz1.m4: Likewise.
18607         * m4/jm-winsz2.m4: Likewise.
18608         * m4/lchown.m4: Likewise.
18609         * m4/lcmessage.m4: Likewise.
18610         * m4/ldexpl.m4: Likewise.
18611         * m4/lib-ld.m4: Likewise.
18612         * m4/lib-link.m4: Likewise.
18613         * m4/libsigsegv.m4: Likewise.
18614         * m4/link-follow.m4: Likewise.
18615         * m4/localcharset.m4: Likewise.
18616         * m4/locale-fr.m4: Likewise.
18617         * m4/locale-ja.m4: Likewise.
18618         * m4/locale-tr.m4: Likewise.
18619         * m4/locale-zh.m4: Likewise.
18620         * m4/lock.m4: Likewise.
18621         * m4/longlong.m4: Likewise.
18622         * m4/ls-mntd-fs.m4: Likewise.
18623         * m4/lstat.m4: Likewise.
18624         * m4/malloc.m4: Likewise.
18625         * m4/mathl.m4: Likewise.
18626         * m4/mbrtowc.m4: Likewise.
18627         * m4/mbstate_t.m4: Likewise.
18628         * m4/mbswidth.m4: Likewise.
18629         * m4/memchr.m4: Likewise.
18630         * m4/memcmp.m4: Likewise.
18631         * m4/memcpy.m4: Likewise.
18632         * m4/memmem.m4: Likewise.
18633         * m4/memmove.m4: Likewise.
18634         * m4/mempcpy.m4: Likewise.
18635         * m4/memrchr.m4: Likewise.
18636         * m4/memset.m4: Likewise.
18637         * m4/minmax.m4: Likewise.
18638         * m4/mkdir-slash.m4: Likewise.
18639         * m4/mkdtemp.m4: Likewise.
18640         * m4/mktime.m4: Likewise.
18641         * m4/mmap-anon.m4: Likewise.
18642         * m4/mountlist.m4: Likewise.
18643         * m4/nanosleep.m4: Likewise.
18644         * m4/nls.m4: Likewise.
18645         * m4/nocrash.m4: Likewise.
18646         * m4/open.m4: Likewise.
18647         * m4/openat.m4: Likewise.
18648         * m4/openmp.m4: Likewise.
18649         * m4/pathmax.m4: Likewise.
18650         * m4/perl.m4: Likewise.
18651         * m4/physmem.m4: Likewise.
18652         * m4/pipe.m4: Likewise.
18653         * m4/po.m4: Likewise.
18654         * m4/poll.m4: Likewise.
18655         * m4/posixtm.m4: Likewise.
18656         * m4/posixver.m4: Likewise.
18657         * m4/printf-frexp.m4: Likewise.
18658         * m4/printf-frexpl.m4: Likewise.
18659         * m4/printf-posix.m4: Likewise.
18660         * m4/printf-posix-rpl.m4: Likewise.
18661         * m4/printf.m4: Likewise.
18662         * m4/progtest.m4: Likewise.
18663         * m4/putenv.m4: Likewise.
18664         * m4/readline.m4: Likewise.
18665         * m4/readlink.m4: Likewise.
18666         * m4/readutmp.m4: Likewise.
18667         * m4/realloc.m4: Likewise.
18668         * m4/regex.m4: Likewise.
18669         * m4/relocatable.m4: Likewise.
18670         * m4/relocatable-lib.m4: Likewise.
18671         * m4/rename-dest-slash.m4: Likewise.
18672         * m4/rename.m4: Likewise.
18673         * m4/rmdir-errno.m4: Likewise.
18674         * m4/rmdir.m4: Likewise.
18675         * m4/roundf.m4: Likewise.
18676         * m4/roundl.m4: Likewise.
18677         * m4/rpmatch.m4: Likewise.
18678         * m4/save-cwd.m4: Likewise.
18679         * m4/selinux-selinux-h.m4: Likewise.
18680         * m4/setenv.m4: Likewise.
18681         * m4/settime.m4: Likewise.
18682         * m4/sig2str.m4: Likewise.
18683         * m4/sig_atomic_t.m4: Likewise.
18684         * m4/signalblocking.m4: Likewise.
18685         * m4/signbit.m4: Likewise.
18686         * m4/sigpipe.m4: Likewise.
18687         * m4/sockets.m4: Likewise.
18688         * m4/sockpfaf.m4: Likewise.
18689         * m4/st_dm_mode.m4: Likewise.
18690         * m4/stat-time.m4: Likewise.
18691         * m4/stdbool.m4: Likewise.
18692         * m4/stdint.m4: Likewise.
18693         * m4/stdint_h.m4: Likewise.
18694         * m4/stpcpy.m4: Likewise.
18695         * m4/stpncpy.m4: Likewise.
18696         * m4/strcase.m4: Likewise.
18697         * m4/strchrnul.m4: Likewise.
18698         * m4/strcspn.m4: Likewise.
18699         * m4/strdup.m4: Likewise.
18700         * m4/strftime.m4: Likewise.
18701         * m4/strndup.m4: Likewise.
18702         * m4/strnlen.m4: Likewise.
18703         * m4/strpbrk.m4: Likewise.
18704         * m4/strptime.m4: Likewise.
18705         * m4/strsep.m4: Likewise.
18706         * m4/strtod.m4: Likewise.
18707         * m4/strtoimax.m4: Likewise.
18708         * m4/strtok_r.m4: Likewise.
18709         * m4/strtol.m4: Likewise.
18710         * m4/strtoll.m4: Likewise.
18711         * m4/strtoul.m4: Likewise.
18712         * m4/strtoull.m4: Likewise.
18713         * m4/strtoumax.m4: Likewise.
18714         * m4/strverscmp.m4: Likewise.
18715         * m4/threadlib.m4: Likewise.
18716         * m4/timegm.m4: Likewise.
18717         * m4/tm_gmtoff.m4: Likewise.
18718         * m4/tmpdir.m4: Likewise.
18719         * m4/tmpfile.m4: Likewise.
18720         * m4/tzset.m4: Likewise.
18721         * m4/uintmax_t.m4: Likewise.
18722         * m4/unlinkdir.m4: Likewise.
18723         * m4/unlocked-io.m4: Likewise.
18724         * m4/uptime.m4: Likewise.
18725         * m4/userspec.m4: Likewise.
18726         * m4/utimbuf.m4: Likewise.
18727         * m4/utime.m4: Likewise.
18728         * m4/utimes-null.m4: Likewise.
18729         * m4/utimes.m4: Likewise.
18730         * m4/vararrays.m4: Likewise.
18731         * m4/vasnprintf.m4: Likewise.
18732         * m4/vfprintf-posix.m4: Likewise.
18733         * m4/vprintf-posix.m4: Likewise.
18734         * m4/wait-process.m4: Likewise.
18735         * m4/wchar_t.m4: Likewise.
18736         * m4/wint_t.m4: Likewise.
18737         * m4/write-any-file.m4: Likewise.
18738         * m4/yield.m4: Likewise.
18739
18740 2009-01-13  Bruno Haible  <bruno@clisp.org>
18741
18742         Avoid test-copy-file.sh failures when ACL support insufficient.
18743         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
18744         TESTS_ENVIRONMENT.
18745         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
18746         Reported by Jim Meyering.
18747
18748 2009-01-13  Bruno Haible  <bruno@clisp.org>
18749
18750         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
18751         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
18752         * modules/unistdio/u8-printf-parse (Files): Likewise.
18753         * modules/unistdio/u32-printf-parse (Files): Likewise.
18754         * modules/unistdio/ulc-printf-parse (Files): Likewise.
18755
18756 2009-01-13  Simon Josefsson  <simon@josefsson.org>
18757
18758         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
18759         and m4/inttypes_h.m4 too.
18760
18761 2009-01-12  Eric Blake  <ebb9@byu.net>
18762
18763         tests: IRIX 6.2 cc can't compile -0.0 into .data
18764         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
18765         rather than at compile-time.
18766         * tests/test-floorl.c (minus_zero): Likewise.
18767         * tests/test-frexpl.c (minus_zero): Likewise.
18768         * tests/test-isnan.c (minus_zerol): Likewise.
18769         * tests/test-isnanl.h (minus_zero): Likewise.
18770         * tests/test-ldexpl.c (minus_zero): Likewise.
18771         * tests/test-roundl.c (minus_zero): Likewise.
18772         * tests/test-signbit.c (minus_zerol): Likewise.
18773         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
18774         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
18775         * tests/test-truncl.c (minus_zero): Likewise.
18776         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
18777         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
18778         Reported by Tom G. Christensen and Nelson H. F. Beebe.
18779
18780 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18781
18782         regex: fix glibc bug 9697
18783         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
18784         handling.
18785
18786 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18787
18788         regex: fix glibc bug 697
18789         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
18790         being NULL also if there are no backreferences.
18791
18792 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18793
18794         regex: merge glibc changes
18795         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
18796         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
18797         re_string_skip_chars, re_string_reconstruct): Likewise.
18798         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
18799
18800 2009-01-07  Jim Meyering  <meyering@redhat.com>
18801
18802         poll: filter through cppi
18803         * lib/poll.c: Indent cpp directives to reflect nesting.
18804
18805 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
18806
18807         poll: don't return uninitialized
18808         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
18809
18810 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
18811
18812         avoid compile failure on AIX 6.1
18813         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
18814         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
18815
18816 2009-01-04  Jim Meyering  <meyering@redhat.com>
18817
18818         remove duplicate inclusion of <stdio.h>
18819         * tests/test-fprintf-posix.c: Likewise.
18820         * tests/test-printf-posix.c: Likewise.
18821         * tests/test-snprintf-posix.c: Likewise.
18822         * tests/test-sprintf-posix.c: Likewise.
18823         * tests/test-vasprintf-posix.c: Likewise.
18824         * tests/test-vfprintf-posix.c: Likewise.
18825         * tests/test-vprintf-posix.c: Likewise.
18826         * tests/test-vsnprintf-posix.c: Likewise.
18827         * tests/test-vsprintf-posix.c: Likewise.
18828
18829 2009-01-03  Jim Meyering  <meyering@redhat.com>
18830
18831         gnulib-tool: fix sed-based filtering
18832         * gnulib-tool (func_filter_filelist): Remove extra backslash
18833         in sed_fff_filter definition.
18834
18835 2009-01-02  Jim Meyering  <meyering@redhat.com>
18836
18837         strftime: avoid compilation failure on Solaris 2.6
18838         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
18839         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
18840         Don't #define mbrlen or mbsinit, since now they're guaranteed to
18841         be available.  Reported by Tom G. Christensen.  Details in
18842         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
18843
18844 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18845             Bruno Haible  <bruno@clisp.org>
18846
18847         Speed up gnulib-tool by doing more string processing through shell
18848         built-ins.
18849         * gnulib-tool (fast_func_append): New variable.
18850         (func_remove_prefix, func_remove_suffix): New functions.
18851         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
18852         (func_filter_filelist): New function.
18853         (func_get_dependencies): Use func_remove_suffix instead of sed.
18854         (func_get_automake_snippet): Use func_filter_filelist instead of a
18855         subshell and sed invocation.
18856
18857 2009-01-01  Bruno Haible  <bruno@clisp.org>
18858
18859         Fix a security bug.
18860         * gnulib-tool (func_import, import, update): Don't allow the characters
18861         '"', '$', '`', '\' in macro arguments that become part of commands that
18862         are evaluated.
18863
18864 2009-01-01  Bruno Haible  <bruno@clisp.org>
18865
18866         * gnulib-tool (func_reset_sigpipe): Add more comments.
18867
18868 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18869
18870         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
18871         func_emit_tests_Makefile_am, func_import): Abort loops early if we
18872         already know the answer.
18873
18874 2009-01-01  Jim Meyering  <meyering@redhat.com>
18875
18876         * lib/version-etc.c (version_etc_va): Update copyright year.
18877
18878 2008-12-30  Bruno Haible  <bruno@clisp.org>
18879
18880         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
18881         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
18882         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
18883
18884 2008-12-29  Eric Blake  <ebb9@byu.net>
18885
18886         multiarch: avoid autoconf AC_REQUIRE bug
18887         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
18888         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
18889         2.63 and older.
18890         Reported by Bruno Haible, and analyzed in
18891         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
18892
18893 2008-12-29  Bruno Haible  <bruno@clisp.org>
18894
18895         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
18896         files in subdirectories correctly.
18897         Reported by Ralf Wildenhues.
18898
18899 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18900
18901         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
18902         rather than 'join FILE -', for Solaris join.
18903
18904 2008-12-29  Bruno Haible  <bruno@clisp.org>
18905
18906         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
18907         quoting.
18908         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
18909         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
18910         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
18911         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
18912         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
18913         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
18914         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
18915         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
18916         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
18917         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
18918         * m4/nls.m4 (AM_NLS): Likewise.
18919         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
18920         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
18921         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
18922         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
18923         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
18924         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
18925         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
18926         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
18927         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
18928         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
18929         * m4/xsize.m4 (gl_XSIZE): Likewise.
18930         Suggested by Jim Meyering.
18931
18932 2008-11-17  Bruce Korb  <bkorb@gnu.org>
18933
18934         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
18935         * lib/parse-duration.c: use a switch instead of cascading if's.
18936
18937 2008-12-29  Eric Blake  <ebb9@byu.net>
18938
18939         wchar.h: supply WEOF on Irix 5.3
18940         * lib/wchar.in.h (wint_t): Also supply WEOF.
18941         * lib/wctype.in.h (wint_t): Likewise.
18942         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
18943         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
18944         Reported by Tom G. Christensen.
18945
18946 2008-12-26  Bruno Haible  <bruno@clisp.org>
18947
18948         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
18949         i486, i586, i686.
18950
18951 2008-12-26  Bruno Haible  <bruno@clisp.org>
18952
18953         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
18954
18955 2008-12-26  Bruno Haible  <bruno@clisp.org>
18956
18957         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
18958         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
18959         not __STDC_CONSTANT_MACROS.
18960         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
18961
18962 2008-12-25  Bruno Haible  <bruno@clisp.org>
18963
18964         Add support for universal builds to vasnprintf.
18965         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
18966         universal builds, guess no.
18967         * modules/vasnprintf-posix (Depends-on): Add multiarch.
18968         * modules/vasprintf-posix (Depends-on): Likewise.
18969         * modules/fprintf-posix (Depends-on): Likewise.
18970         * modules/vfprintf-posix (Depends-on): Likewise.
18971         * modules/snprintf-posix (Depends-on): Likewise.
18972         * modules/vsnprintf-posix (Depends-on): Likewise.
18973         * modules/sprintf-posix (Depends-on): Likewise.
18974         * modules/vsprintf-posix (Depends-on): Likewise.
18975         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18976         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18977         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18978         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18979         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18980         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18981         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18982
18983         Add support for universal builds to <inttypes.h>.
18984         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
18985         _SCNu64_PREFIX): In Apple
18986         universal builds, define directly, using _LP64.
18987         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
18988         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
18989         * modules/inttypes (Depends-on): Add multiarch.
18990         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18991
18992         Add support for universal builds to <stdint.h>.
18993         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
18994         universal builds, define directly, using _LP64.
18995         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
18996         Apple universal builds, don't test for the size and suffix of ptrdiff_t
18997         and size_t.
18998         * modules/stdint (Depends-on): Add multiarch.
18999         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
19000
19001         New module 'multiarch'.
19002         * modules/multiarch: New file.
19003         * m4/multiarch.m4: New file.
19004
19005 2008-12-25  Bruno Haible  <bruno@clisp.org>
19006
19007         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
19008
19009 2008-12-25  Bruno Haible  <bruno@clisp.org>
19010
19011         * modules/btowc (License): Relicense under LGPLv2+.
19012         * modules/mbsinit (License): Likewise.
19013         * modules/mbrtowc (License): Likewise.
19014         * modules/wcrtomb (License): Likewise.
19015         * modules/streq (License): Likewise.
19016         Reported by David Lutterkort <lutter@redhat.com>.
19017
19018 2008-12-23  Bruno Haible  <bruno@clisp.org>
19019
19020         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
19021
19022 2008-12-23  Bruno Haible  <bruno@clisp.org>
19023
19024         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
19025         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
19026         GETADDRINFO_LIB, not in LIBS.
19027         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
19028         * modules/canon-host (Link): Likewise.
19029         * NEWS: Mention the change.
19030         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
19031         GETADDRINFO_LIB.
19032
19033 2008-12-22  Bruno Haible  <bruno@clisp.org>
19034
19035         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
19036         * doc/posix-functions/iswalpha_l.texi: Likewise.
19037         * doc/posix-functions/iswblank_l.texi: Likewise.
19038         * doc/posix-functions/iswcntrl_l.texi: Likewise.
19039         * doc/posix-functions/iswctype_l.texi: Likewise.
19040         * doc/posix-functions/iswdigit_l.texi: Likewise.
19041         * doc/posix-functions/iswgraph_l.texi: Likewise.
19042         * doc/posix-functions/iswlower_l.texi: Likewise.
19043         * doc/posix-functions/iswprint_l.texi: Likewise.
19044         * doc/posix-functions/iswpunct_l.texi: Likewise.
19045         * doc/posix-functions/iswspace_l.texi: Likewise.
19046         * doc/posix-functions/iswupper_l.texi: Likewise.
19047         * doc/posix-functions/iswxdigit_l.texi: Likewise.
19048         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
19049         * doc/posix-functions/open_wmemstream.texi: Likewise.
19050         * doc/posix-functions/swscanf.texi: Likewise.
19051         * doc/posix-functions/towctrans_l.texi: Likewise.
19052         * doc/posix-functions/towlower.texi: Likewise.
19053         * doc/posix-functions/towlower_l.texi: Likewise.
19054         * doc/posix-functions/towupper.texi: Likewise.
19055         * doc/posix-functions/towupper_l.texi: Likewise.
19056         * doc/posix-functions/vfwprintf.texi: Likewise.
19057         * doc/posix-functions/vfwscanf.texi: Likewise.
19058         * doc/posix-functions/vswscanf.texi: Likewise.
19059         * doc/posix-functions/vwprintf.texi: Likewise.
19060         * doc/posix-functions/vwscanf.texi: Likewise.
19061         * doc/posix-functions/wcpcpy.texi: Likewise.
19062         * doc/posix-functions/wcpncpy.texi: Likewise.
19063         * doc/posix-functions/wcscasecmp.texi: Likewise.
19064         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
19065         * doc/posix-functions/wcscoll_l.texi: Likewise.
19066         * doc/posix-functions/wcsdup.texi: Likewise.
19067         * doc/posix-functions/wcsncasecmp.texi: Likewise.
19068         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
19069         * doc/posix-functions/wcsnlen.texi: Likewise.
19070         * doc/posix-functions/wcsnrtombs.texi: Likewise.
19071         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
19072         * doc/posix-functions/wctrans_l.texi: Likewise.
19073         * doc/posix-functions/wctype_l.texi: Likewise.
19074         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
19075         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
19076         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
19077         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
19078         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
19079         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
19080         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
19081         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
19082         * doc/glibc-functions/wcschrnul.texi: Likewise.
19083         * doc/glibc-functions/wcsftime_l.texi: Likewise.
19084         * doc/glibc-functions/wcstod_l.texi: Likewise.
19085         * doc/glibc-functions/wcstof_l.texi: Likewise.
19086         * doc/glibc-functions/wcstol_l.texi: Likewise.
19087         * doc/glibc-functions/wcstold_l.texi: Likewise.
19088         * doc/glibc-functions/wcstoll_l.texi: Likewise.
19089         * doc/glibc-functions/wcstoq.texi: Likewise.
19090         * doc/glibc-functions/wcstoul_l.texi: Likewise.
19091         * doc/glibc-functions/wcstoull_l.texi: Likewise.
19092         * doc/glibc-functions/wcstouq.texi: Likewise.
19093         * doc/glibc-functions/wmempcpy.texi: Likewise.
19094
19095 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
19096             Eric Blake  <ebb9@byu.net>
19097             Paolo Bonzini  <bonzini@gnu.org>
19098             Bruno Haible  <bruno@clisp.org>
19099
19100         Make c-stack work on Haiku.
19101         * lib/c-stack.c (SA_ONSTACK): Define fallback.
19102         (c_stack_action): Use SA_ONSTACK flag.
19103
19104 2008-12-22  Bruno Haible  <bruno@clisp.org>
19105
19106         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
19107
19108 2008-12-22  Bruno Haible  <bruno@clisp.org>
19109
19110         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
19111         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
19112         being overridden.
19113         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
19114         New macros.
19115         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
19116         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
19117         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
19118         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
19119
19120 2008-12-22  Bruno Haible  <bruno@clisp.org>
19121
19122         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
19123         from test code.
19124
19125 2008-12-22  Eric Blake  <ebb9@byu.net>
19126
19127         Avoid gcc warnings on cygwin.
19128         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
19129         Avoid unused variable.
19130         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
19131         Likewise.
19132
19133 2008-12-22  Bruno Haible  <bruno@clisp.org>
19134
19135         Remove HAVE_MBRTOWC conditionals.
19136         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
19137         (mbscasecmp): Assume mbrtowc function.
19138         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
19139         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
19140         * lib/mbschr.c: Include mbuiter.h unconditionally.
19141         (mbschr): Assume mbrtowc function.
19142         * lib/mbscspn.c: Include mbuiter.h unconditionally.
19143         (mbscspn): Assume mbrtowc function.
19144         * lib/mbslen.c: Include mbuiter.h unconditionally.
19145         (mbslen): Assume mbrtowc function.
19146         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
19147         (mbsncasecmp): Assume mbrtowc function.
19148         * lib/mbsnlen.c: Include mbiter.h unconditionally.
19149         (mbsnlen): Assume mbrtowc function.
19150         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
19151         (mbspbrk): Assume mbrtowc function.
19152         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
19153         (mbspcasecmp): Assume mbrtowc function.
19154         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
19155         (mbsrchr): Assume mbrtowc function.
19156         * lib/mbssep.c: Include mbuiter.h unconditionally.
19157         (mbssep): Assume mbrtowc function.
19158         * lib/mbsspn.c: Include mbuiter.h unconditionally.
19159         (mbsspn): Assume mbrtowc function.
19160         * lib/mbsstr.c: Include mbuiter.h unconditionally.
19161         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
19162         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
19163         (mbstok_r): Assume mbrtowc function.
19164         * lib/propername.c: Include mbuiter.h unconditionally.
19165         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
19166         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
19167         (trim2): Assume mbrtowc function.
19168         * lib/mbswidth.c (mbsinit): Remove fallback definition.
19169         (mbsnwidth): Assume mbrtowc function.
19170         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
19171         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
19172         fallback definitions.
19173         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
19174
19175 2008-12-22  Bruno Haible  <bruno@clisp.org>
19176
19177         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
19178
19179 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
19180
19181         * modules/regex: Request emulations for the mb*/wc* functions we need.
19182         * m4/regex.m4: Don't look for those functions here.
19183         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
19184
19185 2008-12-22  Bruno Haible  <bruno@clisp.org>
19186
19187         * modules/fnmatch (Depends-on): Remove duplicated dependency.
19188
19189 2008-12-21  Bruno Haible  <bruno@clisp.org>
19190
19191         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
19192         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
19193         (Include): Remove conditionalization.
19194         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
19195         (Include): Remove conditionalization.
19196         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
19197         (Include): Remove conditionalization.
19198         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
19199         * m4/mbfile.m4 (gl_MBFILE): Likewise.
19200         * NEWS: Mention the change.
19201         Reported by Alan Hourihane <alanh@fairlite.co.uk>
19202         via Sergey Poznyakoff <gray@gnu.org.ua>.
19203
19204 2008-12-21  Bruno Haible  <bruno@clisp.org>
19205
19206         * MODULES.html.sh (Extended multibyte and wide character utilities
19207         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
19208         wcrtomb, wcsrtombs.
19209         (Support for systems lacking POSIX:2008): Add accept, bind, close,
19210         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
19211         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
19212         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
19213
19214 2008-12-21  Bruno Haible  <bruno@clisp.org>
19215
19216         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
19217
19218 2008-12-21  Bruno Haible  <bruno@clisp.org>
19219
19220         * modules/wcsnrtombs-tests: New file.
19221         * tests/test-wcsnrtombs1.sh: New file.
19222         * tests/test-wcsnrtombs2.sh: New file.
19223         * tests/test-wcsnrtombs3.sh: New file.
19224         * tests/test-wcsnrtombs4.sh: New file.
19225         * tests/test-wcsnrtombs.c: New file.
19226
19227         New module 'wcsnrtombs'.
19228         * lib/wchar.in.h (wcsnrtombs): New declaration.
19229         * lib/wcsnrtombs.c: New file.
19230         * lib/wcsrtombs-state.c: New file.
19231         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
19232         (internal_state): Remove variable.
19233         * m4/wcsnrtombs.m4: New file.
19234         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
19235         compilation units.
19236         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
19237         HAVE_WCSNRTOMBS.
19238         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
19239         HAVE_WCSNRTOMBS.
19240         * modules/wcsnrtombs: New file.
19241         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
19242         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
19243
19244 2008-12-21  Bruno Haible  <bruno@clisp.org>
19245
19246         * modules/wcsrtombs-tests: New file.
19247         * tests/test-wcsrtombs1.sh: New file.
19248         * tests/test-wcsrtombs2.sh: New file.
19249         * tests/test-wcsrtombs3.sh: New file.
19250         * tests/test-wcsrtombs4.sh: New file.
19251         * tests/test-wcsrtombs.c: New file.
19252
19253         New module 'wcsrtombs'.
19254         * lib/wchar.in.h (wcsrtombs): New declaration.
19255         * lib/wcsrtombs.c: New file.
19256         * m4/wcsrtombs.m4: New file.
19257         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
19258         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
19259         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
19260         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
19261         * modules/wcsrtombs: New file.
19262         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
19263         bugs.
19264
19265 2008-12-21  Bruno Haible  <bruno@clisp.org>
19266
19267         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
19268         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
19269         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
19270         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
19271         if not correct.
19272         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
19273         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
19274         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19275         m4/locale-zh.m4, m4/codeset.m4.
19276         * doc/posix-functions/wcrtomb.texi: Document the bug.
19277
19278 2008-12-21  Bruno Haible  <bruno@clisp.org>
19279
19280         Work around a btowc() bug on IRIX 6.5.
19281         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
19282         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
19283         REPLACE_WTOBC if not.
19284         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
19285         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
19286         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
19287
19288 2008-12-21  Bruno Haible  <bruno@clisp.org>
19289
19290         * modules/wcrtomb-tests: New file.
19291         * tests/test-wcrtomb.sh: New file.
19292         * tests/test-wcrtomb.c: New file.
19293
19294         New module 'wcrtomb'.
19295         * lib/wchar.in.h (wcrtomb): New declaration.
19296         * lib/wcrtomb.c: New file.
19297         * m4/wcrtomb.m4: New file.
19298         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
19299         HAVE_WCRTOMB.
19300         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
19301         HAVE_WCRTOMB.
19302         * modules/wcrtomb: New file.
19303         * doc/posix-functions/wcrtomb.texi: Mention the new module.
19304
19305 2008-12-21  Bruno Haible  <bruno@clisp.org>
19306
19307         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
19308         * modules/mbsrtowcs (Files): Likewise.
19309         * modules/wctob (Files): Likewise.
19310         * modules/c-strcase-tests (Files): Likewise.
19311         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
19312         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
19313         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
19314         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
19315         * modules/vasnprintf-posix-tests (Files): Likewise.
19316
19317 2008-12-21  William Pursell  <bill.pursell@gmail.com>
19318
19319         gitlog-to-changelog: pass all command-line arguments to git-log
19320         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
19321         it is sometimes convenient to filter the commits in various ways.
19322         gitlog-to-changelog only allows --since to specify a start date,
19323         but git-log itself supports many other filtering mechanisms.
19324         At the moment, I want to filter by branch name.  Rather than
19325         adding a --branch option to gitlog-to-changelog, it seems more
19326         flexible to simply pass all options directly to git-log and let
19327         git do the work.  Notice that this effectively makes --since a
19328         redundant option for gitlog-to-changelog, but removing it would
19329         require current usage to change since calls would then require
19330         an additional '--'.
19331
19332 2008-12-21  Bruno Haible  <bruno@clisp.org>
19333
19334         * modules/mbsnrtowcs-tests: New file.
19335         * tests/test-mbsnrtowcs1.sh: New file.
19336         * tests/test-mbsnrtowcs2.sh: New file.
19337         * tests/test-mbsnrtowcs3.sh: New file.
19338         * tests/test-mbsnrtowcs4.sh: New file.
19339         * tests/test-mbsnrtowcs.c: New file.
19340
19341         New module 'mbsnrtowcs'.
19342         * lib/wchar.in.h (mbsnrtowcs): New declaration.
19343         * lib/mbsnrtowcs.c: New file.
19344         * lib/mbsrtowcs-state.c: New file.
19345         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
19346         (internal_state): Remove variable.
19347         * m4/mbsnrtowcs.m4: New file.
19348         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
19349         compilation units.
19350         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
19351         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
19352         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
19353         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
19354         * modules/mbsnrtowcs: New file.
19355         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
19356         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
19357         portability problem.
19358
19359 2008-12-21  Bruno Haible  <bruno@clisp.org>
19360
19361         Work around mbsrtowcs bug.
19362         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
19363         (gl_FUNC_MBSRTOWCS): Invoke it.
19364         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19365         m4/locale-zh.m4.
19366         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
19367
19368 2008-12-21  Bruno Haible  <bruno@clisp.org>
19369
19370         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
19371
19372 2008-12-21  Bruno Haible  <bruno@clisp.org>
19373
19374         Update doc for AIX.
19375         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
19376         16-bit wchar_t type.
19377         * doc/posix-functions/btowc.texi: Likewise.
19378         * doc/posix-functions/fgetwc.texi: Likewise.
19379         * doc/posix-functions/fgetws.texi: Likewise.
19380         * doc/posix-functions/fputwc.texi: Likewise.
19381         * doc/posix-functions/fputws.texi: Likewise.
19382         * doc/posix-functions/fwide.texi: Likewise.
19383         * doc/posix-functions/fwprintf.texi: Likewise.
19384         * doc/posix-functions/fwscanf.texi: Likewise.
19385         * doc/posix-functions/getwchar.texi: Likewise.
19386         * doc/posix-functions/getwc.texi: Likewise.
19387         * doc/posix-functions/iswalnum.texi: Likewise.
19388         * doc/posix-functions/iswalpha.texi: Likewise.
19389         * doc/posix-functions/iswblank.texi: Likewise.
19390         * doc/posix-functions/iswcntrl.texi: Likewise.
19391         * doc/posix-functions/iswctype.texi: Likewise.
19392         * doc/posix-functions/iswdigit.texi: Likewise.
19393         * doc/posix-functions/iswgraph.texi: Likewise.
19394         * doc/posix-functions/iswlower.texi: Likewise.
19395         * doc/posix-functions/iswprint.texi: Likewise.
19396         * doc/posix-functions/iswpunct.texi: Likewise.
19397         * doc/posix-functions/iswspace.texi: Likewise.
19398         * doc/posix-functions/iswupper.texi: Likewise.
19399         * doc/posix-functions/iswxdigit.texi: Likewise.
19400         * doc/posix-functions/mbrtowc.texi: Likewise.
19401         * doc/posix-functions/mbsrtowcs.texi: Likewise.
19402         * doc/posix-functions/mbstowcs.texi: Likewise.
19403         * doc/posix-functions/mbtowc.texi: Likewise.
19404         * doc/posix-functions/putwchar.texi: Likewise.
19405         * doc/posix-functions/putwc.texi: Likewise.
19406         * doc/posix-functions/swprintf.texi: Likewise.
19407         * doc/posix-functions/tolower.texi: Likewise.
19408         * doc/posix-functions/toupper.texi: Likewise.
19409         * doc/posix-functions/towctrans.texi: Likewise.
19410         * doc/posix-functions/ungetwc.texi: Likewise.
19411         * doc/posix-functions/vswprintf.texi: Likewise.
19412         * doc/posix-functions/wcrtomb.texi: Likewise.
19413         * doc/posix-functions/wcscat.texi: Likewise.
19414         * doc/posix-functions/wcschr.texi: Likewise.
19415         * doc/posix-functions/wcscmp.texi: Likewise.
19416         * doc/posix-functions/wcscoll.texi: Likewise.
19417         * doc/posix-functions/wcscpy.texi: Likewise.
19418         * doc/posix-functions/wcscspn.texi: Likewise.
19419         * doc/posix-functions/wcsftime.texi: Likewise.
19420         * doc/posix-functions/wcslen.texi: Likewise.
19421         * doc/posix-functions/wcsncat.texi: Likewise.
19422         * doc/posix-functions/wcsncmp.texi: Likewise.
19423         * doc/posix-functions/wcsncpy.texi: Likewise.
19424         * doc/posix-functions/wcspbrk.texi: Likewise.
19425         * doc/posix-functions/wcsrchr.texi: Likewise.
19426         * doc/posix-functions/wcsrtombs.texi: Likewise.
19427         * doc/posix-functions/wcsspn.texi: Likewise.
19428         * doc/posix-functions/wcsstr.texi: Likewise.
19429         * doc/posix-functions/wcstod.texi: Likewise.
19430         * doc/posix-functions/wcstof.texi: Likewise.
19431         * doc/posix-functions/wcstoimax.texi: Likewise.
19432         * doc/posix-functions/wcstok.texi: Likewise.
19433         * doc/posix-functions/wcstold.texi: Likewise.
19434         * doc/posix-functions/wcstoll.texi: Likewise.
19435         * doc/posix-functions/wcstol.texi: Likewise.
19436         * doc/posix-functions/wcstombs.texi: Likewise.
19437         * doc/posix-functions/wcstoull.texi: Likewise.
19438         * doc/posix-functions/wcstoul.texi: Likewise.
19439         * doc/posix-functions/wcstoumax.texi: Likewise.
19440         * doc/posix-functions/wcswidth.texi: Likewise.
19441         * doc/posix-functions/wcsxfrm.texi: Likewise.
19442         * doc/posix-functions/wctob.texi: Likewise.
19443         * doc/posix-functions/wctomb.texi: Likewise.
19444         * doc/posix-functions/wctrans.texi: Likewise.
19445         * doc/posix-functions/wctype.texi: Likewise.
19446         * doc/posix-functions/wcwidth.texi: Likewise.
19447         * doc/posix-functions/wmemchr.texi: Likewise.
19448         * doc/posix-functions/wmemcmp.texi: Likewise.
19449         * doc/posix-functions/wmemcpy.texi: Likewise.
19450         * doc/posix-functions/wmemmove.texi: Likewise.
19451         * doc/posix-functions/wmemset.texi: Likewise.
19452         * doc/posix-functions/wprintf.texi: Likewise.
19453         * doc/posix-functions/wscanf.texi: Likewise.
19454
19455 2008-12-21  Bruno Haible  <bruno@clisp.org>
19456
19457         Update doc for HP-UX 11.11.
19458         * doc/posix-functions/btowc.texi: Clarify that the function is missing
19459         in HP-UX version 11.00, not in all versions of HP-UX 11.
19460         * doc/posix-functions/fwide.texi: Likewise.
19461         * doc/posix-functions/fwprintf.texi: Likewise.
19462         * doc/posix-functions/fwscanf.texi: Likewise.
19463         * doc/posix-functions/inet_ntop.texi: Likewise.
19464         * doc/posix-functions/inet_pton.texi: Likewise.
19465         * doc/posix-functions/mbrlen.texi: Likewise.
19466         * doc/posix-functions/mbrtowc.texi: Likewise.
19467         * doc/posix-functions/mbsinit.texi: Likewise.
19468         * doc/posix-functions/mbsrtowcs.texi: Likewise.
19469         * doc/posix-functions/swprintf.texi: Likewise.
19470         * doc/posix-functions/swscanf.texi: Likewise.
19471         * doc/posix-functions/towctrans.texi: Likewise.
19472         * doc/posix-functions/vfwprintf.texi: Likewise.
19473         * doc/posix-functions/vswprintf.texi: Likewise.
19474         * doc/posix-functions/vwprintf.texi: Likewise.
19475         * doc/posix-functions/wcrtomb.texi: Likewise.
19476         * doc/posix-functions/wcsrtombs.texi: Likewise.
19477         * doc/posix-functions/wcsstr.texi: Likewise.
19478         * doc/posix-functions/wctob.texi: Likewise.
19479         * doc/posix-functions/wctrans.texi: Likewise.
19480         * doc/posix-functions/wmemchr.texi: Likewise.
19481         * doc/posix-functions/wmemcmp.texi: Likewise.
19482         * doc/posix-functions/wmemcpy.texi: Likewise.
19483         * doc/posix-functions/wmemmove.texi: Likewise.
19484         * doc/posix-functions/wmemset.texi: Likewise.
19485         * doc/posix-functions/wprintf.texi: Likewise.
19486         * doc/posix-functions/wscanf.texi: Likewise.
19487
19488 2008-12-21  Bruno Haible  <bruno@clisp.org>
19489
19490         Work around a portability problem.
19491         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
19492         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
19493
19494 2008-12-20  Bruno Haible  <bruno@clisp.org>
19495
19496         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
19497         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
19498         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
19499         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
19500         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
19501
19502         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
19503         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
19504         set.
19505         (GNULIB_defined_mbstate_t): New macro.
19506         (mbsinit): Redefine if REPLACE_MBSINIT is set.
19507         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
19508         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
19509         reuses the system's mbrtowc function but works around the bugs.
19510         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
19511         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
19512         macros.
19513         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
19514         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
19515         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
19516         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
19517         REPLACE_MBSINIT if mbsinit needs to be overridden.
19518         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
19519         REPLACE_MBSINIT, REPLACE_MBRTOWC.
19520         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
19521         REPLACE_MBSINIT, REPLACE_MBRTOWC.
19522         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19523         m4/locale-zh.m4.
19524         (Depends): Add mbsinit.
19525         * modules/mbsinit (Depends): Add mbrtowc.
19526         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
19527
19528 2008-12-20  Bruno Haible  <bruno@clisp.org>
19529
19530         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
19531         so that there are no conversion errors on AIX.
19532         * tests/test-mbsrtowcs.c (main): LIkewise.
19533
19534 2008-12-20  Bruno Haible  <bruno@clisp.org>
19535
19536         Work around wctob bug on Solaris <= 9.
19537         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
19538         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
19539         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
19540         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
19541         * modules/wctob (Files): Add m4/locale-fr.m4.
19542         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
19543
19544 2008-12-20  Bruno Haible  <bruno@clisp.org>
19545
19546         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
19547         /dev/null.
19548         * tests/test-select-in.sh: Likewise.
19549         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
19550
19551 2008-12-20  Bruno Haible  <bruno@clisp.org>
19552
19553         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
19554         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
19555         Cygwin 1.5.x.
19556
19557 2008-12-20  Bruno Haible  <bruno@clisp.org>
19558
19559         Ensure mbstate_t is defined on HP-UX 11.11.
19560         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
19561         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
19562         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
19563         AC_USE_SYSTEM_EXTENSIONS.
19564         * modules/fnmatch (Depends-on): Add extensions.
19565         * modules/mbrlen (Depends-on): Likewise.
19566         * modules/mbrtowc (Depends-on): Likewise.
19567         * modules/mbsinit (Depends-on): Likewise.
19568         * modules/mbsrtowcs (Depends-on): Likewise.
19569         * modules/mbswidth (Depends-on): Likewise.
19570         * modules/quotearg (Depends-on): Likewise.
19571         * modules/strftime (Depends-on): Likewise.
19572
19573 2008-12-20  Bruno Haible  <bruno@clisp.org>
19574
19575         Ensure wctob is declared on IRIX 6.5.
19576         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
19577         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
19578         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
19579         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
19580         of HAVE_WCTOB.
19581         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
19582         HAVE_WCTOB.
19583         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
19584
19585 2008-12-19  Bruno Haible  <bruno@clisp.org>
19586
19587         * modules/mbsrtowcs-tests: New file.
19588         * tests/test-mbsrtowcs1.sh: New file.
19589         * tests/test-mbsrtowcs2.sh: New file.
19590         * tests/test-mbsrtowcs3.sh: New file.
19591         * tests/test-mbsrtowcs4.sh: New file.
19592         * tests/test-mbsrtowcs.c: New file.
19593
19594         New module 'mbsrtowcs'.
19595         * lib/wchar.in.h (mbsrtowcs): New declaration.
19596         * lib/mbsrtowcs.c: New file.
19597         * m4/mbsrtowcs.m4: New file.
19598         * modules/mbsrtowcs: New file.
19599         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
19600         HAVE_MBSRTOWCS.
19601         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
19602         HAVE_MBSRTOWCS.
19603         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
19604
19605 2008-12-19  Bruno Haible  <bruno@clisp.org>
19606
19607         New module 'mbrlen'.
19608         * lib/wchar.in.h (mbrlen): New declaration.
19609         * lib/mbrlen.c: New file.
19610         * m4/mbrlen.m4: New file.
19611         * modules/mbrlen: New file.
19612         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
19613         HAVE_MBRLEN.
19614         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
19615         HAVE_MBRLEN.
19616         * doc/posix-functions/mbrlen.texi: Document the new module.
19617
19618 2008-12-19  Bruno Haible  <bruno@clisp.org>
19619
19620         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
19621         * modules/mbrtowc (Depends-on): Add verify.
19622         Suggested by Paul Eggert.
19623
19624 2008-12-18  Bruno Haible  <bruno@clisp.org>
19625
19626         * modules/mbsinit-tests: New file.
19627         * tests/test-mbsinit.sh: New file.
19628         * tests/test-mbsinit.c: New file.
19629
19630 2008-12-18  Bruno Haible  <bruno@clisp.org>
19631
19632         * modules/mbrtowc-tests: New file.
19633         * tests/test-mbrtowc1.sh: New file.
19634         * tests/test-mbrtowc2.sh: New file.
19635         * tests/test-mbrtowc3.sh: New file.
19636         * tests/test-mbrtowc4.sh: New file.
19637         * tests/test-mbrtowc.c: New file.
19638
19639         New module 'mbrtowc'.
19640         * lib/wchar.in.h (mbstate_t): Override when the system does not have
19641         mbsinit and mbrtowc.
19642         (mbrtowc): New declaration.
19643         * lib/mbrtowc.c: New file.
19644         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
19645         * modules/mbrtowc: New file.
19646         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
19647         HAVE_MBRTOWC.
19648         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
19649         HAVE_MBRTOWC.
19650         * doc/posix-functions/mbrtowc.texi: Document the new module.
19651
19652 2008-12-18  Bruno Haible  <bruno@clisp.org>
19653
19654         New module 'wctob'.
19655         * lib/wchar.in.h (wctob): New declaration.
19656         * lib/wctob.c: New file.
19657         * m4/wctob.m4: New file.
19658         * modules/wctob: New file.
19659         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
19660         HAVE_WCTOB.
19661         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
19662         * doc/posix-functions/wctob.texi: Document the new module.
19663
19664 2008-12-18  Bruno Haible  <bruno@clisp.org>
19665
19666         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
19667         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
19668
19669 2008-12-18  Simon Josefsson  <simon@josefsson.org>
19670
19671         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
19672         G. Christensen" <tgc@jupiterrise.com>.
19673
19674         * lib/flock.c: Need to include errno.h.  Reported by "Tom
19675         G. Christensen" <tgc@jupiterrise.com>.
19676
19677         * lib/flock.c: Need to include string.h.  Reported by "Tom
19678         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
19679         <ebb9@byu.net>.
19680
19681 2008-12-18  Bruno Haible  <bruno@clisp.org>
19682
19683         * m4/locale-ja.m4: New file, from GNU gettext.
19684
19685 2008-12-17  Bruno Haible  <bruno@clisp.org>
19686
19687         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
19688         Suggested by Eric Blake.
19689
19690 2008-12-17  Bruno Haible  <bruno@clisp.org>
19691
19692         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
19693
19694 2008-12-17  Bruno Haible  <bruno@clisp.org>
19695
19696         * lib/mbsinit.c: Include verify.h. Verify an assumption.
19697         * modules/mbsinit (Depends-on): Add verify.
19698         Suggested by Paul Eggert.
19699
19700 2008-12-17  Bruno Haible  <bruno@clisp.org>
19701
19702         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
19703         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
19704         gl_FUNC_MBRTOWC.
19705         * m4/mbiter.m4 (gl_MBITER): LIkewise.
19706         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
19707         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
19708         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
19709         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
19710         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
19711         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
19712         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
19713         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
19714         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
19715         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
19716         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
19717         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
19718         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
19719         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
19720         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19721         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
19722         * modules/trim (configure.ac): Likewise.
19723
19724 2008-12-17  Bruno Haible  <bruno@clisp.org>
19725
19726         * modules/btowc-tests: New file.
19727         * tests/test-btowc1.sh: New file.
19728         * tests/test-btowc2.sh: New file.
19729         * tests/test-btowc.c: New file.
19730
19731         New module 'btowc'.
19732         * lib/wchar.in.h (btowc): New declaration.
19733         * lib/btowc.c: New file.
19734         * m4/btowc.m4: New file.
19735         * modules/btowc: New file.
19736         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
19737         HAVE_BTOWC.
19738         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
19739         * doc/posix-functions/btowc.texi: Document the new module.
19740
19741 2008-12-17  Bruno Haible  <bruno@clisp.org>
19742
19743         New module 'mbsinit'.
19744         * lib/wchar.in.h (mbsinit): New declaration.
19745         * lib/mbsinit.c: New file.
19746         * m4/mbsinit.m4: New file.
19747         * modules/mbsinit: New file.
19748         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
19749         HAVE_MBSINIT.
19750         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
19751         HAVE_MBSINIT.
19752         * doc/posix-functions/mbsinit.texi: Document the new module.
19753
19754 2008-12-16  Bruno Haible  <bruno@clisp.org>
19755
19756         * lib/unistd.in.h: Add comment.
19757         * tests/test-environ.c: Don't include <stdlib.h>.
19758
19759 2008-12-16  Bruno Haible  <bruno@clisp.org>
19760
19761         * lib/parse-duration.h (parse_duration): Document return value
19762         convention.
19763         * lib/parse-duration.c: Include specification header first. Add
19764         comments.
19765         (_): Remove macro.
19766         (parse_year_month_day, parse_hour_minute_second): Move side effects
19767         outside of strchr call.
19768         (parse_non_iso8601): Move side effects outside of isspace call.
19769         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
19770         call.
19771
19772 2008-12-16  Bruno Haible  <bruno@clisp.org>
19773
19774         * tests/test-parse-duration.sh: Produce no output when the test
19775         succeeds.
19776
19777 2008-12-16  Bruno Haible  <bruno@clisp.org>
19778
19779         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
19780         expressions.
19781
19782 2008-12-15  Bruno Haible  <bruno@clisp.org>
19783
19784         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
19785         * doc/glibc-functions/flistxattr.texi: Likewise.
19786         * doc/glibc-functions/fopencookie.texi: Likewise.
19787         * doc/glibc-functions/fremovexattr.texi: Likewise.
19788         * doc/glibc-functions/fsetxattr.texi: Likewise.
19789         * doc/glibc-functions/getxattr.texi: Likewise.
19790         * doc/glibc-functions/lgetxattr.texi: Likewise.
19791         * doc/glibc-functions/listxattr.texi: Likewise.
19792         * doc/glibc-functions/llistxattr.texi: Likewise.
19793         * doc/glibc-functions/lremovexattr.texi: Likewise.
19794         * doc/glibc-functions/lsetxattr.texi: Likewise.
19795         * doc/glibc-functions/removexattr.texi: Likewise.
19796         * doc/glibc-functions/setxattr.texi: Likewise.
19797         * doc/posix-functions/open_memstream.texi: Likewise.
19798
19799 2008-12-15  Eric Blake  <ebb9@byu.net>
19800
19801         Update doc for cygwin 1.7.
19802         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
19803         functions.
19804         * doc/posix-functions/fchmodat.texi: Likewise.
19805         * doc/posix-functions/fchownat.texi: Likewise.
19806         * doc/posix-functions/fdopendir.texi: Likewise.
19807         * doc/posix-functions/fmemopen.texi: Likewise.
19808         * doc/posix-functions/freeaddrinfo.texi: Likewise.
19809         * doc/posix-functions/fstatat.texi: Likewise.
19810         * doc/posix-functions/futimens.texi: Likewise.
19811         * doc/posix-functions/gai_strerror.texi: Likewise.
19812         * doc/posix-functions/getaddrinfo.texi: Likewise.
19813         * doc/posix-functions/getnameinfo.texi: Likewise.
19814         * doc/posix-functions/if_freenameindex.texi: Likewise.
19815         * doc/posix-functions/if_indextoname.texi: Likewise.
19816         * doc/posix-functions/if_nameindex.texi: Likewise.
19817         * doc/posix-functions/if_nametoindex.texi: Likewise.
19818         * doc/posix-functions/insque.texi: Likewise.
19819         * doc/posix-functions/linkat.texi: Likewise.
19820         * doc/posix-functions/llrint.texi: Likewise.
19821         * doc/posix-functions/llrintf.texi: Likewise.
19822         * doc/posix-functions/llrintl.texi: Likewise.
19823         * doc/posix-functions/lockf.texi: Likewise.
19824         * doc/posix-functions/lrintl.texi: Likewise.
19825         * doc/posix-functions/mkdirat.texi: Likewise.
19826         * doc/posix-functions/mkfifoat.texi: Likewise.
19827         * doc/posix-functions/mknodat.texi: Likewise.
19828         * doc/posix-functions/mq_close.texi: Likewise.
19829         * doc/posix-functions/mq_getattr.texi: Likewise.
19830         * doc/posix-functions/mq_notify.texi: Likewise.
19831         * doc/posix-functions/mq_open.texi: Likewise.
19832         * doc/posix-functions/mq_receive.texi: Likewise.
19833         * doc/posix-functions/mq_send.texi: Likewise.
19834         * doc/posix-functions/mq_setattr.texi: Likewise.
19835         * doc/posix-functions/mq_timedreceive.texi: Likewise.
19836         * doc/posix-functions/mq_timedsend.texi: Likewise.
19837         * doc/posix-functions/mq_unlink.texi: Likewise.
19838         * doc/posix-functions/open_memstream.texi: Likewise.
19839         * doc/posix-functions/openat.texi: Likewise.
19840         * doc/posix-functions/posix_fadvise.texi: Likewise.
19841         * doc/posix-functions/posix_fallocate.texi: Likewise.
19842         * doc/posix-functions/posix_madvise.texi: Likewise.
19843         * doc/posix-functions/posix_memalign.texi: Likewise.
19844         * doc/posix-functions/posix_openpt.texi: Likewise.
19845         * doc/posix-functions/readlinkat.texi: Likewise.
19846         * doc/posix-functions/remque.texi: Likewise.
19847         * doc/posix-functions/renameat.texi: Likewise.
19848         * doc/posix-functions/rintl.texi: Likewise.
19849         * doc/posix-functions/sem_unlink.texi: Likewise.
19850         * doc/posix-functions/shm_open.texi: Likewise.
19851         * doc/posix-functions/shm_unlink.texi: Likewise.
19852         * doc/posix-functions/signgam.texi: Likewise.
19853         * doc/posix-functions/sigset.texi: Likewise.
19854         * doc/posix-functions/stpcpy.texi: Likewise.
19855         * doc/posix-functions/stpncpy.texi: Likewise.
19856         * doc/posix-functions/strerror.texi: Likewise.
19857         * doc/posix-functions/strtod.texi: Likewise.
19858         * doc/posix-functions/symlinkat.texi: Likewise.
19859         * doc/posix-functions/unlinkat.texi: Likewise.
19860         * doc/posix-functions/utimensat.texi: Likewise.
19861         * doc/glibc-functions/bindresvport.texi: Likewise.
19862         * doc/glibc-functions/dn_expand.texi: Likewise.
19863         * doc/glibc-functions/exp10.texi: Likewise.
19864         * doc/glibc-functions/exp10f.texi: Likewise.
19865         * doc/glibc-functions/fgetxattr.texi: Likewise.
19866         * doc/glibc-functions/flistxattr.texi: Likewise.
19867         * doc/glibc-functions/fopencookie.texi: Likewise.
19868         * doc/glibc-functions/freeifaddrs.texi: Likewise.
19869         * doc/glibc-functions/fremovexattr.texi: Likewise.
19870         * doc/glibc-functions/fsetxattr.texi: Likewise.
19871         * doc/glibc-functions/getifaddrs.texi: Likewise.
19872         * doc/glibc-functions/getxattr.texi: Likewise.
19873         * doc/glibc-functions/lgetxattr.texi: Likewise.
19874         * doc/glibc-functions/listxattr.texi: Likewise.
19875         * doc/glibc-functions/llistxattr.texi: Likewise.
19876         * doc/glibc-functions/lremovexattr.texi: Likewise.
19877         * doc/glibc-functions/lsetxattr.texi: Likewise.
19878         * doc/glibc-functions/pow10.texi: Likewise.
19879         * doc/glibc-functions/pow10f.texi: Likewise.
19880         * doc/glibc-functions/rcmd_af.texi: Likewise.
19881         * doc/glibc-functions/removexattr.texi: Likewise.
19882         * doc/glibc-functions/res_init.texi: Likewise.
19883         * doc/glibc-functions/res_mkquery.texi: Likewise.
19884         * doc/glibc-functions/res_query.texi: Likewise.
19885         * doc/glibc-functions/res_querydomain.texi: Likewise.
19886         * doc/glibc-functions/res_send.texi: Likewise.
19887         * doc/glibc-functions/rresvport_af.texi: Likewise.
19888         * doc/glibc-functions/setxattr.texi: Likewise.
19889         * doc/glibc-functions/strcasestr.texi: Likewise.
19890
19891 2008-12-15  Bruno Haible  <bruno@clisp.org>
19892
19893         Fix compilation error on OSF/1 4.0.
19894         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
19895         <sys/time.h>, simply delegate to the system header.
19896         Reported by Daniel Richard G. <oss@teragram.com>.
19897
19898 2008-12-15  Bruno Haible  <bruno@clisp.org>
19899
19900         * doc/posix-functions/openat.texi: Mention the 'openat' module.
19901         * doc/posix-functions/fchmodat.texi: Likewise.
19902         * doc/posix-functions/fchownat.texi: Likewise.
19903         * doc/posix-functions/fdopendir.texi: Likewise.
19904         * doc/posix-functions/fstatat.texi: Likewise.
19905         * doc/posix-functions/mkdirat.texi: Likewise.
19906         * doc/posix-functions/unlinkat.texi: Likewise.
19907
19908 2008-12-14  Bruno Haible  <bruno@clisp.org>
19909
19910         Update doc for POSIX:2008.
19911         * doc/posix-functions/faccessat.texi: New file.
19912         * doc/posix-functions/fchmodat.texi: New file.
19913         * doc/posix-functions/fchownat.texi: New file.
19914         * doc/posix-functions/fdopendir.texi: New file.
19915         * doc/posix-functions/fstatat.texi: New file.
19916         * doc/posix-functions/futimens.texi: New file.
19917         * doc/posix-functions/linkat.texi: New file.
19918         * doc/posix-functions/mkdirat.texi: New file.
19919         * doc/posix-functions/mkfifoat.texi: New file.
19920         * doc/posix-functions/mknodat.texi: New file.
19921         * doc/posix-functions/open_wmemstream.texi: New file.
19922         * doc/posix-functions/openat.texi: New file.
19923         * doc/posix-functions/psiginfo.texi: New file.
19924         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
19925         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
19926         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
19927         * doc/posix-functions/readlinkat.texi: New file.
19928         * doc/posix-functions/renameat.texi: New file.
19929         * doc/posix-functions/strerror_l.texi: New file.
19930         * doc/posix-functions/symlinkat.texi: New file.
19931         * doc/posix-functions/unlinkat.texi: New file.
19932         * doc/posix-functions/utimensat.texi: New file.
19933         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19934
19935 2008-12-14  Bruno Haible  <bruno@clisp.org>
19936
19937         Update doc for POSIX:2008.
19938         * doc/posix-functions/alphasort.texi: Renamed from
19939         doc/glibc-functions/alphasort.texi.
19940         * doc/posix-functions/dirfd.texi: Renamed from
19941         doc/glibc-functions/dirfd.texi.
19942         * doc/posix-functions/dprintf.texi: Renamed from
19943         doc/glibc-functions/dprintf.texi.
19944         * doc/posix-functions/duplocale.texi: Renamed from
19945         doc/glibc-functions/duplocale.texi.
19946         * doc/posix-functions/fexecve.texi: Renamed from
19947         doc/glibc-functions/fexecve.texi.
19948         * doc/posix-functions/fmemopen.texi: Renamed from
19949         doc/glibc-functions/fmemopen.texi.
19950         * doc/posix-functions/freelocale.texi: Renamed from
19951         doc/glibc-functions/freelocale.texi.
19952         * doc/posix-functions/getdate_err.texi: Renamed from
19953         doc/glibc-functions/getdate_err.texi.
19954         * doc/posix-functions/isalnum_l.texi: Renamed from
19955         doc/glibc-functions/isalnum_l.texi.
19956         * doc/posix-functions/isalpha_l.texi: Renamed from
19957         doc/glibc-functions/isalpha_l.texi.
19958         * doc/posix-functions/isblank_l.texi: Renamed from
19959         doc/glibc-functions/isblank_l.texi.
19960         * doc/posix-functions/iscntrl_l.texi: Renamed from
19961         doc/glibc-functions/iscntrl_l.texi.
19962         * doc/posix-functions/isdigit_l.texi: Renamed from
19963         doc/glibc-functions/isdigit_l.texi.
19964         * doc/posix-functions/isgraph_l.texi: Renamed from
19965         doc/glibc-functions/isgraph_l.texi.
19966         * doc/posix-functions/islower_l.texi: Renamed from
19967         doc/glibc-functions/islower_l.texi.
19968         * doc/posix-functions/isprint_l.texi: Renamed from
19969         doc/glibc-functions/isprint_l.texi.
19970         * doc/posix-functions/ispunct_l.texi: Renamed from
19971         doc/glibc-functions/ispunct_l.texi.
19972         * doc/posix-functions/isspace_l.texi: Renamed from
19973         doc/glibc-functions/isspace_l.texi.
19974         * doc/posix-functions/isupper_l.texi: Renamed from
19975         doc/glibc-functions/isupper_l.texi.
19976         * doc/posix-functions/iswalnum_l.texi: Renamed from
19977         doc/glibc-functions/iswalnum_l.texi.
19978         * doc/posix-functions/iswalpha_l.texi: Renamed from
19979         doc/glibc-functions/iswalpha_l.texi.
19980         * doc/posix-functions/iswblank_l.texi: Renamed from
19981         doc/glibc-functions/iswblank_l.texi.
19982         * doc/posix-functions/iswcntrl_l.texi: Renamed from
19983         doc/glibc-functions/iswcntrl_l.texi.
19984         * doc/posix-functions/iswctype_l.texi: Renamed from
19985         doc/glibc-functions/iswctype_l.texi.
19986         * doc/posix-functions/iswdigit_l.texi: Renamed from
19987         doc/glibc-functions/iswdigit_l.texi.
19988         * doc/posix-functions/iswgraph_l.texi: Renamed from
19989         doc/glibc-functions/iswgraph_l.texi.
19990         * doc/posix-functions/iswlower_l.texi: Renamed from
19991         doc/glibc-functions/iswlower_l.texi.
19992         * doc/posix-functions/iswprint_l.texi: Renamed from
19993         doc/glibc-functions/iswprint_l.texi.
19994         * doc/posix-functions/iswpunct_l.texi: Renamed from
19995         doc/glibc-functions/iswpunct_l.texi.
19996         * doc/posix-functions/iswspace_l.texi: Renamed from
19997         doc/glibc-functions/iswspace_l.texi.
19998         * doc/posix-functions/iswupper_l.texi: Renamed from
19999         doc/glibc-functions/iswupper_l.texi.
20000         * doc/posix-functions/iswxdigit_l.texi: Renamed from
20001         doc/glibc-functions/iswxdigit_l.texi.
20002         * doc/posix-functions/isxdigit_l.texi: Renamed from
20003         doc/glibc-functions/isxdigit_l.texi.
20004         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
20005         doc/glibc-functions/mbsnrtowcs.texi.
20006         * doc/posix-functions/mkdtemp.texi: Renamed from
20007         doc/glibc-functions/mkdtemp.texi.
20008         * doc/posix-functions/newlocale.texi: Renamed from
20009         doc/glibc-functions/newlocale.texi.
20010         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
20011         doc/glibc-functions/nl_langinfo_l.texi.
20012         * doc/posix-functions/open_memstream.texi: Renamed from
20013         doc/glibc-functions/open_memstream.texi.
20014         * doc/posix-functions/opterr.texi: Renamed from
20015         doc/glibc-functions/opterr.texi.
20016         * doc/posix-functions/optind.texi: Renamed from
20017         doc/glibc-functions/optind.texi.
20018         * doc/posix-functions/optopt.texi: Renamed from
20019         doc/glibc-functions/optopt.texi.
20020         * doc/posix-functions/psignal.texi: Renamed from
20021         doc/glibc-functions/psignal.texi.
20022         * doc/posix-functions/scandir.texi: Renamed from
20023         doc/glibc-functions/scandir.texi.
20024         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
20025         doc/glibc-functions/sched_get_priority_min.texi.
20026         * doc/posix-functions/signgam.texi: Renamed from
20027         doc/glibc-functions/signgam.texi.
20028         * doc/posix-functions/stpcpy.texi: Renamed from
20029         doc/glibc-functions/stpcpy.texi.
20030         * doc/posix-functions/stpncpy.texi: Renamed from
20031         doc/glibc-functions/stpncpy.texi.
20032         * doc/posix-functions/strcasecmp_l.texi: Renamed from
20033         doc/glibc-functions/strcasecmp_l.texi.
20034         * doc/posix-functions/strcoll_l.texi: Renamed from
20035         doc/glibc-functions/strcoll_l.texi.
20036         * doc/posix-functions/strfmon_l.texi: Renamed from
20037         doc/glibc-functions/strfmon_l.texi.
20038         * doc/posix-functions/strftime_l.texi: Renamed from
20039         doc/glibc-functions/strftime_l.texi.
20040         * doc/posix-functions/strncasecmp_l.texi: Renamed from
20041         doc/glibc-functions/strncasecmp_l.texi.
20042         * doc/posix-functions/strndup.texi: Renamed from
20043         doc/glibc-functions/strndup.texi.
20044         * doc/posix-functions/strnlen.texi: Renamed from
20045         doc/glibc-functions/strnlen.texi.
20046         * doc/posix-functions/strsignal.texi: Renamed from
20047         doc/glibc-functions/strsignal.texi.
20048         * doc/posix-functions/strxfrm_l.texi: Renamed from
20049         doc/glibc-functions/strxfrm_l.texi.
20050         * doc/posix-functions/timer_gettime.texi: Renamed from
20051         doc/glibc-functions/timer_gettime.texi.
20052         * doc/posix-functions/tolower_l.texi: Renamed from
20053         doc/glibc-functions/tolower_l.texi.
20054         * doc/posix-functions/toupper_l.texi: Renamed from
20055         doc/glibc-functions/toupper_l.texi.
20056         * doc/posix-functions/towctrans_l.texi: Renamed from
20057         doc/glibc-functions/towctrans_l.texi.
20058         * doc/posix-functions/towlower_l.texi: Renamed from
20059         doc/glibc-functions/towlower_l.texi.
20060         * doc/posix-functions/towupper_l.texi: Renamed from
20061         doc/glibc-functions/towupper_l.texi.
20062         * doc/posix-functions/uselocale.texi: Renamed from
20063         doc/glibc-functions/uselocale.texi.
20064         * doc/posix-functions/vdprintf.texi: Renamed from
20065         doc/glibc-functions/vdprintf.texi.
20066         * doc/posix-functions/wcpcpy.texi:
20067         Renamed from doc/glibc-functions/wcpcpy.texi.
20068         * doc/posix-functions/wcpncpy.texi: Renamed from
20069         doc/glibc-functions/wcpncpy.texi.
20070         * doc/posix-functions/wcscasecmp.texi: Renamed from
20071         doc/glibc-functions/wcscasecmp.texi.
20072         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
20073         doc/glibc-functions/wcscasecmp_l.texi.
20074         * doc/posix-functions/wcscoll_l.texi: Renamed from
20075         doc/glibc-functions/wcscoll_l.texi.
20076         * doc/posix-functions/wcsdup.texi: Renamed from
20077         doc/glibc-functions/wcsdup.texi.
20078         * doc/posix-functions/wcsncasecmp.texi: Renamed from
20079         doc/glibc-functions/wcsncasecmp.texi.
20080         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
20081         doc/glibc-functions/wcsncasecmp_l.texi.
20082         * doc/posix-functions/wcsnlen.texi: Renamed from
20083         doc/glibc-functions/wcsnlen.texi.
20084         * doc/posix-functions/wcsnrtombs.texi: Renamed from
20085         doc/glibc-functions/wcsnrtombs.texi.
20086         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
20087         doc/glibc-functions/wcsxfrm_l.texi.
20088         * doc/posix-functions/wctrans_l.texi: Renamed from
20089         doc/glibc-functions/wctrans_l.texi.
20090         * doc/posix-functions/wctype_l.texi: Renamed from
20091         doc/glibc-functions/wctype_l.texi.
20092         * doc/gnulib.texi (Function Substitutes): Add these subsections.
20093         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
20094         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
20095         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
20096         these subsections.
20097         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
20098         Remove sections.
20099
20100 2008-12-14  Bruno Haible  <bruno@clisp.org>
20101
20102         Update doc for POSIX:2008.
20103         * doc/posix-functions/*.texi: Update URL of POSIX specification.
20104
20105 2008-12-14  Bruno Haible  <bruno@clisp.org>
20106
20107         Update doc for POSIX:2008.
20108         * doc/pastposix-functions/bcmp.texi: Renamed from
20109         doc/posix-functions/bcmp.texi.
20110         * doc/pastposix-functions/bcopy.texi: Renamed from
20111         doc/posix-functions/bcopy.texi.
20112         * doc/pastposix-functions/bsd_signal.texi: Renamed from
20113         doc/posix-functions/bsd_signal.texi.
20114         * doc/pastposix-functions/bzero.texi: Renamed from
20115         doc/posix-functions/bzero.texi.
20116         * doc/pastposix-functions/ecvt.texi: Renamed from
20117         doc/posix-functions/ecvt.texi.
20118         * doc/pastposix-functions/fcvt.texi: Renamed from
20119         doc/posix-functions/fcvt.texi.
20120         * doc/pastposix-functions/ftime.texi: Renamed from
20121         doc/posix-functions/ftime.texi.
20122         * doc/pastposix-functions/gcvt.texi: Renamed from
20123         doc/posix-functions/gcvt.texi.
20124         * doc/pastposix-functions/getcontext.texi: Renamed from
20125         doc/posix-functions/getcontext.texi.
20126         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
20127         doc/posix-functions/gethostbyaddr.texi.
20128         * doc/pastposix-functions/gethostbyname.texi: Renamed from
20129         doc/posix-functions/gethostbyname.texi.
20130         * doc/pastposix-functions/getwd.texi: Renamed from
20131         doc/posix-functions/getwd.texi.
20132         * doc/pastposix-functions/h_errno.texi: Renamed from
20133         doc/posix-functions/h_errno.texi.
20134         * doc/pastposix-functions/index.texi: Renamed from
20135         doc/posix-functions/index.texi.
20136         * doc/pastposix-functions/makecontext.texi: Renamed from
20137         doc/posix-functions/makecontext.texi.
20138         * doc/pastposix-functions/mktemp.texi: Renamed from
20139         doc/posix-functions/mktemp.texi.
20140         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
20141         doc/posix-functions/pthread_attr_getstackaddr.texi.
20142         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
20143         doc/posix-functions/pthread_attr_setstackaddr.texi.
20144         * doc/pastposix-functions/rindex.texi: Renamed from
20145         doc/posix-functions/rindex.texi.
20146         * doc/pastposix-functions/scalb.texi: Renamed from
20147         doc/posix-functions/scalb.texi.
20148         * doc/pastposix-functions/setcontext.texi: Renamed from
20149         doc/posix-functions/setcontext.texi.
20150         * doc/pastposix-functions/swapcontext.texi: Renamed from
20151         doc/posix-functions/swapcontext.texi.
20152         * doc/pastposix-functions/ualarm.texi: Renamed from
20153         doc/posix-functions/ualarm.texi.
20154         * doc/pastposix-functions/usleep.texi: Renamed from
20155         doc/posix-functions/usleep.texi.
20156         * doc/pastposix-functions/vfork.texi: Renamed from
20157         doc/posix-functions/vfork.texi.
20158         * doc/pastposix-functions/wcswcs.texi: Renamed from
20159         doc/posix-functions/wcswcs.texi.
20160         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
20161         (Function Substitutes): Update.
20162
20163 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20164
20165         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
20166         m4/strerror.m4.
20167
20168 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20169             Bruno Haible  <bruno@clisp.org>
20170
20171         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
20172
20173 2008-12-13  Bruno Haible  <bruno@clisp.org>
20174
20175         * modules/strtoull (Depends-on): Remove unistd.
20176
20177 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20178
20179         * modules/strtoull (Depends-on): Add stdlib.
20180
20181 2008-12-11  Simon Josefsson  <simon@josefsson.org>
20182
20183         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
20184
20185 2008-12-10  Jim Meyering  <meyering@redhat.com>
20186
20187         gl_ASSERT: don't say assertions are disabled when they're not
20188         * m4/assert.m4 (gl_ASSERT): Do not make configure report
20189         "checking whether to enable assertions... no", when they are in
20190         fact enabled.  This is solely a bug in the output of configure.
20191         In spite of saying "no", NDEBUG was not defined in that case.
20192         Also, as noted by Eric Blake, leave assertions enabled upon
20193         --enable-assert=INVALID.
20194
20195 2008-12-10  Bruno Haible  <bruno@clisp.org>
20196
20197         Change MODULES.html to refer to POSIX:2008 where possible.
20198         * MODULES.html.sh (POSIX2008_URL): New variable.
20199         (posix_headers): Remove sys/timeb, ucontext.
20200         (posix2001_headers): New variable.
20201         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
20202         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
20203         index, makecontext, mktemp, pthread_attr_getstackaddr,
20204         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
20205         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
20206         (posix2001_functions): New variable.
20207         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
20208         otherwise.
20209
20210 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20211
20212         add missing include to parse-duration.c
20213         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
20214         * modules/parse-duration (Depends-on): Add xalloc.
20215
20216         fix sed script reading maint.mk
20217         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
20218         (syntax-check-rules): Use it.
20219
20220 2008-12-09  Bruno Haible  <bruno@clisp.org>
20221
20222         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
20223         MacOS X 10.4/PowerPC.
20224         Reported by Simon Josefsson.
20225
20226 2008-12-08  Jim Meyering  <meyering@redhat.com>
20227
20228         work around mingw's lack of some S_IF definitions
20229         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
20230         Reported by Simon Josefsson.
20231
20232 2008-12-08  Bruno Haible  <bruno@clisp.org>
20233
20234         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
20235         applied to variables. Needed on MacOS X 10.4/PowerPC.
20236         Reported by Simon Josefsson.
20237
20238 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
20239         and Eric Blake  <ebb9@byu.net>
20240
20241         assert: honor --enable-assert
20242         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
20243         order to honor --enable-assert, rather than treating it as a
20244         synonym for --disable-assert.
20245
20246 2008-12-08  Jim Meyering  <meyering@redhat.com>
20247
20248         * lib/posixtm.c: Remove now-useless declaration of mktime.
20249
20250         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
20251
20252 2008-12-07  Bruno Haible  <bruno@clisp.org>
20253
20254         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
20255         test_once): Mark functions as static.
20256         * tests/test-tls.c (test_tls): Likewise.
20257
20258 2008-12-07  Bruno Haible  <bruno@clisp.org>
20259
20260         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
20261         iconv_register_autodetect.
20262
20263 2008-12-07  Jim Meyering  <meyering@redhat.com>
20264
20265         posixtm.c: avoid a warning
20266         * lib/posixtm.c (posixtime): Don't initialize tm0.
20267         It's no longer needed to placate gcc4's -Wuninitialized,
20268         and the attempt to placate would elicit a new warning.
20269
20270         unicodeio.c: mark unused parameters
20271         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
20272         (fallback_failure_callback): Likewise.
20273
20274 2008-12-07  Bruno Haible  <bruno@clisp.org>
20275
20276         * gnulib-tool (func_create_testdir): When building the tests
20277         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
20278         Reported by Simon Josefsson.
20279
20280 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20281
20282         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
20283
20284 2008-12-06  Bruno Haible  <bruno@clisp.org>
20285
20286         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
20287         Suggested by Eric Blake.
20288
20289 2008-12-06  Bruno Haible  <bruno@clisp.org>
20290
20291         Fix a c-stack test failure on MacOS X.
20292         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
20293         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
20294         handler for SIGBUS as well.
20295         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
20296         install a signal handler for SIGBUS as well.
20297         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
20298
20299 2008-12-06  Bruno Haible  <bruno@clisp.org>
20300
20301         Advocacy documentation.
20302         * doc/gnulib-intro.texi (Benefits): New section.
20303         * doc/gnulib.texi: Update.
20304
20305 2008-12-06  Bruno Haible  <bruno@clisp.org>
20306
20307         Document the 'manywarnings' module.
20308         * doc/manywarnings.texi: New file.
20309         * doc/gnulib.texi: Include it.
20310
20311 2008-12-05  Eric Blake  <ebb9@byu.net>
20312
20313         tests: silence some gcc warnings
20314         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
20315         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
20316         type mismatches.
20317
20318 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20319             Bruno Haible  <bruno@clisp.org>
20320
20321         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
20322
20323 2008-11-29  Jim Meyering  <meyering@redhat.com>
20324
20325         unicodeio.c: mark unused parameters
20326         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
20327         (fallback_failure_callback): Likewise.
20328
20329         fts: fix a thinko
20330         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
20331         (set_stat_type): Return S_IF*-valued "type" directly.
20332         Prompted by James Youngman's spotting a related bug.
20333         Confirmed by further testing through find.
20334
20335         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
20336         * lib/fts.c (D_TYPE): Define.
20337         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
20338         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
20339         (s_ifmt_shift_bits): New function.
20340         (set_stat_type): New function.
20341         (fts_build): When not calling fts_stat, call set_stat_type
20342         to propagate dirent.d_type info to fts_read caller.
20343         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
20344         fts_statp->st_mode type information may be valid.
20345
20346 2008-11-28  Simon Josefsson  <simon@josefsson.org>
20347
20348         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
20349         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
20350         <sds@gnu.org>.
20351
20352 2008-11-20  Bruno Haible  <bruno@clisp.org>
20353
20354         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
20355         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
20356         INCLUDE_NEXT.
20357         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
20358         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
20359         * modules/math (Makefile.am): Substitute
20360         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
20361         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20362
20363 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
20364             Bruno Haible  <bruno@clisp.org>
20365
20366         * lib/stdint.in.h: Define all type macros so that their expansion is
20367         a single typedef'ed token. Fixes a compilation failure in Boost which
20368         does "using ::int8_t;".
20369
20370 2008-11-18  Simon Josefsson  <simon@josefsson.org>
20371
20372         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
20373         gl_MANYWARN_ALL_GCC.
20374         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
20375         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
20376         * modules/manywarnings: New file.
20377         * MODULES.html.sh: Mention manywarnings module.
20378
20379 2008-11-18  Bruno Haible  <bruno@clisp.org>
20380
20381         * doc/gnulib-tool.texi (Unit tests): New section.
20382
20383 2008-11-18  Simon Josefsson  <simon@josefsson.org>
20384
20385         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
20386         paths like 'lib/po/foo.po'.
20387
20388 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20389
20390         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
20391         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
20392
20393 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20394
20395         * m4/warnings.m4: Use CPPFLAGS to really check whether the
20396         parameter works.
20397
20398 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20399
20400         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
20401
20402 2008-11-17  Bruce Korb  <bkorb@gnu.org>
20403
20404         * modules/parse-duration-tests: New file.
20405         * tests/test-parse-duration.sh: New file.
20406         * tests/test-parse-duration.c: New file.
20407
20408         New module 'parse-duration'.
20409         * lib/parse-duration.h: New file.
20410         * lib/parse-duration.c: New file.
20411         * modules/parse-duration: New file.
20412
20413 2008-11-17  Bruno Haible  <bruno@clisp.org>
20414
20415         * tests/test-select-out.sh: Comment out the first pipe test.
20416         Reported by Simon Josefsson.
20417
20418 2008-11-17  Bruno Haible  <bruno@clisp.org>
20419
20420         * modules/getaddrinfo (Depends-on): Add servent, hostent.
20421         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
20422         gl_HOSTENT.
20423
20424 2008-11-17  Bruno Haible  <bruno@clisp.org>
20425
20426         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
20427         -lnetwork and -lnet. Needed for Haiku and BeOS.
20428
20429 2008-11-16  Bruno Haible  <bruno@clisp.org>
20430
20431         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
20432
20433 2008-11-16  Bruno Haible  <bruno@clisp.org>
20434
20435         Avoid test failure on Haiku.
20436         * tests/test-fsync.c: Include <errno.h>.
20437         (main): Don't require that fsync (0) fails.
20438
20439 2008-11-15  Bruno Haible  <bruno@clisp.org>
20440
20441         New module 'hostent'.
20442         * modules/hostent: New file.
20443         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
20444
20445 2008-11-15  Bruno Haible  <bruno@clisp.org>
20446
20447         New module 'servent'.
20448         * modules/servent: New file.
20449         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
20450
20451 2008-11-15  Bruno Haible  <bruno@clisp.org>
20452
20453         Avoid generating same test program with two different rules.
20454         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
20455         test-frexp to test-frexp-nolibm.
20456         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
20457         test-frexpl to test-frexpl-nolibm.
20458
20459 2008-11-15  Bruno Haible  <bruno@clisp.org>
20460
20461         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
20462         $(FREXPL_LIBM).
20463
20464 2008-11-15  Bruno Haible  <bruno@clisp.org>
20465
20466         * lib/netdb.in.h: Activate the definitions also when the system's
20467         <netdb.h> has 'struct addrinfo'.
20468         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
20469         EAI_OVERFLOW or AI_NUMERICSERV.
20470         * doc/posix-headers/netdb.texi: Document the problem.
20471
20472 2008-11-15  Bruno Haible  <bruno@clisp.org>
20473
20474         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
20475
20476         Make the 'sched' module work on platforms where <sched.h> exists but
20477         is incomplete (such as Haiku).
20478         * lib/sched.in.h; Include the system's <sched.h> if it exists.
20479         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
20480         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
20481         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
20482         HAVE_STRUCT_SCHED_PARAM.
20483         * modules/sched (Depends-on): Add include_next.
20484         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
20485         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
20486         * doc/posix-headers/sched.texi: Document the issue.
20487
20488 2008-11-13  Jim Meyering  <meyering@redhat.com>
20489
20490         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
20491         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
20492         test would fail due to the difference in the Report bugs to ...
20493         line.  The expected address is empty, "<>", while the actual
20494         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
20495
20496 2008-11-12  Bruno Haible  <bruno@clisp.org>
20497
20498         lstat: don't compile lstat.c on systems lacking lstat
20499         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
20500         which don't have lstat; this is handled by lib/sys_stat.in.h already.
20501         Reported by Daniel P. Berrange via Jim Meyering.
20502
20503 2008-11-12  Jim Meyering  <meyering@redhat.com>
20504
20505         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
20506
20507 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20508
20509         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
20510         instead.
20511
20512 2008-11-12  Bruno Haible  <bruno@clisp.org>
20513
20514         * lib/unicodeio.c: Include unistr.h.
20515         (utf8_wctomb): Remove function.
20516         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
20517
20518 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20519
20520         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
20521         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
20522         <bruno@clisp.org>.
20523         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
20524
20525 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20526
20527         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
20528         * doc/gnulib.texi: Add section for warnings.
20529
20530 2008-11-11  Bruno Haible  <bruno@clisp.org>
20531
20532         * lib/sockets.h: Add a comment.
20533
20534 2008-11-11  Karl Berry  <karl@gnu.org>
20535
20536         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
20537
20538 2008-11-11  Eric Blake  <ebb9@byu.net>
20539
20540         fdl.texi: avoid git symlinks
20541         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
20542
20543 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20544
20545         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
20546
20547 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20548
20549         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
20550         (gl_WARN_ADD): Substitute $2 if literal.
20551
20552 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20553
20554         * m4/warning.m4: Remove.
20555
20556 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20557
20558         * m4/warnings.m4: Almost complete rewrite. :-)
20559
20560 2008-11-10  Simon Josefsson  <simon@josefsson.org>
20561
20562         * modules/warnings: New module.
20563         * m4/warnings.m4: New file.
20564         * MODULES.html.sh: Mention warnings module.
20565         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
20566         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20567
20568 2008-11-10  Eric Blake  <ebb9@byu.net>
20569
20570         fdl.texi: make a symlink to the latest version
20571         * doc/standards.texi: Revert today's earlier change.
20572         * doc/fdl-1.2.texi: Rename from old fdl.texi...
20573         * doc/fdl.texi: ...and replace this with a symlink to the newer
20574         fdl-1.3.texi.
20575
20576 2008-11-10  Bruno Haible  <bruno@clisp.org>
20577
20578         * tests/test-select-fd.c (main): Accept the result file name as fourth
20579         argument.
20580         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
20581         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
20582
20583 2008-11-10  Bruno Haible  <bruno@clisp.org>
20584
20585         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
20586         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
20587         as autoconf-substituted macros.
20588         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
20589         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
20590         gl_NETDB_H_DEFAULTS. Set these variables.
20591         * modules/netdb (Makefile.am): Substitute these variables.
20592
20593 2008-11-10  Eric Blake  <ebb9@byu.net>
20594
20595         standards.texi: include correct file for FDL 1.3
20596         * doc/standards.texi (GNU Free Documentation License): Change
20597         include file to pull in FDL 1.3, not 1.2.
20598
20599         fdl.texi: revert accidental change to license
20600         * doc/fdl.texi: This is FDL 1.2, not 1.3.
20601
20602 2008-11-10  Bruno Haible  <bruno@clisp.org>
20603
20604         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
20605         cross-compiling guesses also when the native compile gives no result.
20606
20607 2008-11-10  Bruno Haible  <bruno@clisp.org>
20608
20609         * lib/spawni.c (__spawni): Force variable into the stack.
20610
20611 2008-11-10  Bruno Haible  <bruno@clisp.org>
20612
20613         Add support for Haiku.
20614         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
20615         glibc and BeOS, but also on Haiku.
20616         * lib/fpurge.c (fpurge): Likewise.
20617         * lib/freadable.c (freadable): Likewise.
20618         * lib/freadahead.c (freadahead): Likewise.
20619         * lib/freading.c (freading): Likewise.
20620         * lib/freadptr.c (freadptr): Likewise.
20621         * lib/freadseek.c (freadptrinc): Likewise.
20622         * lib/fseeko.c (rpl_fseeko): Likewise.
20623         * lib/fseterr.c (fseterr): Likewise.
20624         * lib/fwritable.c (fwritable): Likewise.
20625         * lib/fwriting.c (fwriting): Likewise.
20626         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
20627
20628 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
20629
20630         * lib/config.charset: Treat Haiku like BeOS.
20631
20632 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
20633
20634         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
20635         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
20636
20637 2008-11-08  Bruno Haible  <bruno@clisp.org>
20638
20639         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
20640         AC_CACHE_CHECK.
20641
20642 2008-11-08  Bruno Haible  <bruno@clisp.org>
20643
20644         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
20645
20646 2008-11-08  Bruno Haible  <bruno@clisp.org>
20647
20648         * tests/test-select-fd.c: New file.
20649         * tests/test-select-in.sh: New file.
20650         * tests/test-select-out.sh: New file.
20651         * tests/test-select-stdin.c: New file.
20652         * modules/select-tests (Files): Add the new files.
20653         (Depends-on): Add gettimeofday.
20654         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
20655         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
20656         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
20657
20658 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
20659             Bruno Haible  <bruno@clisp.org>
20660
20661         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
20662
20663 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
20664
20665         * build-aux/pmccabe2html: Added support for C++ source files.
20666
20667 2008-11-05  Ben Pfaff  <blp@gnu.org>
20668
20669         Fix lib/close.c build on Windows.
20670         * modules/close (Files): Add lib/w32sock.h.
20671
20672 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
20673
20674         Accept Bison's NEWS format.
20675         * build-aux/announce-gen (print_news_deltas): Tweak
20676         $re_prefix.
20677
20678 2008-11-04  Bruno Haible  <bruno@clisp.org>
20679
20680         * modules/random_r (Maintainer): Add glibc.
20681
20682 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20683
20684         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
20685         by karl@freefriends.org (Karl Berry).
20686         * doc/alloca.texi: Likewise.
20687         * doc/c-ctype.texi: Likewise.
20688         * doc/c-strcase.texi: Likewise.
20689         * doc/c-strcaseeq.texi: Likewise.
20690         * doc/c-strcasestr.texi: Likewise.
20691         * doc/c-strstr.texi: Likewise.
20692         * doc/c-strtod.texi: Likewise.
20693         * doc/c-strtold.texi: Likewise.
20694         * doc/ctime.texi: Likewise.
20695         * doc/error.texi: Likewise.
20696         * doc/fdl.texi: Likewise.
20697         * doc/gcd.texi: Likewise.
20698         * doc/getdate.texi: Likewise.
20699         * doc/gnulib-intro.texi: Likewise.
20700         * doc/gnulib-tool.texi: Likewise.
20701         * doc/gnulib.texi: Likewise.
20702         * doc/inet_ntoa.texi: Likewise.
20703         * doc/maintain.texi: Likewise.
20704         * doc/make-stds.texi: Likewise.
20705         * doc/quote.texi: Likewise.
20706         * doc/regexprops-generic.texi: Likewise.
20707         * doc/standards.texi: Likewise.
20708         * doc/verify.texi: Likewise.
20709         * doc/visibility.texi: Likewise.
20710         * doc/gnulib.texi (GNU Free Documentation License): Include
20711         fdl-1.3.texi instead of fdl.texi.
20712
20713 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20714
20715         * doc/fdl-1.3.texi: New file, from
20716         <http://www.gnu.org/licenses/fdl-1.3.texi>.
20717         * modules/fdl-1.3: Add.
20718         * MODULES.html.sh: Add fdl-1.3.
20719
20720 2008-11-03  Bruno Haible  <bruno@clisp.org>
20721
20722         Make determination of absolute name of header file work with AIX xlc.
20723         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
20724         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
20725         preprocessing.
20726         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
20727         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
20728
20729 2008-11-03  Simon Josefsson  <simon@josefsson.org>
20730
20731         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
20732         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
20733         <ludo@gnu.org>.
20734
20735 2008-11-02  Bruno Haible  <bruno@clisp.org>
20736
20737         Mark 'strpbrk' obsolete.
20738         * modules/strpbrk (Status, Notice): New sections.
20739         * modules/strtok_r (Depends-on): Add strpbrk.
20740
20741 2008-11-02  Bruno Haible  <bruno@clisp.org>
20742
20743         Mark 'strdup' obsolete.
20744         * modules/strdup (Status, Notice): New sections.
20745         * modules/findprog (Depends-on): Add strdup.
20746         * modules/getaddrinfo (Depends-on): Likewise.
20747         * modules/localename (Depends-on): Likewise.
20748         * modules/relocatable-lib (Depends-on): Likewise.
20749         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
20750         * modules/relocatable-prog (Depends-on): Likewise.
20751         * modules/trim (Depends-on): Likewise.
20752         * modules/unictype/gen-ctype (Depends-on): Likewise.
20753         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20754
20755 2008-11-02  Bruno Haible  <bruno@clisp.org>
20756
20757         Mark 'strcspn' obsolete.
20758         * modules/strcspn (Status, Notice): New sections.
20759
20760 2008-11-02  Bruno Haible  <bruno@clisp.org>
20761
20762         Mark 'rmdir' obsolete.
20763         * modules/rmdir (Status, Notice): New sections.
20764         * modules/clean-temp (Depends-on): Add rmdir.
20765         * modules/openat (Depends-on): Likewise.
20766
20767 2008-11-02  Bruno Haible  <bruno@clisp.org>
20768
20769         Mark 'raise' obsolete.
20770         * modules/raise (Status, Notice): New sections.
20771         (Include): Specify <signal.h>.
20772         * modules/stdio (Depends-on): Add raise.
20773         * modules/write (Depends-on): Likewise.
20774
20775 2008-11-02  Bruno Haible  <bruno@clisp.org>
20776
20777         Mark 'memset' obsolete.
20778         * modules/memset (Status, Notice): New sections.
20779
20780 2008-11-02  Bruno Haible  <bruno@clisp.org>
20781
20782         Mark 'memmove' obsolete.
20783         * modules/memmove (Status, Notice): New sections.
20784         * modules/argp (Depends-on): Add memmove.
20785         * modules/argz (Depends-on): Likewise.
20786         * modules/canonicalize (Depends-on): Likewise.
20787         * modules/canonicalize-lgpl (Depends-on): Likewise.
20788         * modules/fts (Depends-on): Likewise.
20789         * modules/getcwd (Depends-on): Likewise.
20790         * modules/human (Depends-on): Likewise.
20791         * modules/regex (Depends-on): Likewise.
20792         * modules/striconveh (Depends-on): Likewise.
20793         * modules/trim (Depends-on): Likewise.
20794         * modules/unistr/u8-move (Depends-on): Likewise.
20795         * modules/unistr/u16-move (Depends-on): Likewise.
20796         * modules/unistr/u32-move (Depends-on): Likewise.
20797
20798 2008-11-02  Bruno Haible  <bruno@clisp.org>
20799
20800         Mark 'memcpy' obsolete.
20801         * modules/memcpy (Status, Notice): New sections.
20802
20803 2008-11-02  Bruno Haible  <bruno@clisp.org>
20804
20805         Mark 'memcmp' obsolete.
20806         * modules/memcmp (Status, Notice): New sections.
20807         * modules/argmatch (Depends-on): Add memchr.
20808         * modules/backupfile (Depends-on): Likewise.
20809         * modules/c-strcasestr (Depends-on): Likewise.
20810         * modules/crypto/des (Depends-on): Likewise.
20811         * modules/csharpcomp (Depends-on): Likewise.
20812         * modules/fnmatch (Depends-on): Likewise.
20813         * modules/git-merge-changelog (Depends-on): Likewise.
20814         * modules/isnand (Depends-on): Likewise.
20815         * modules/isnand-nolibm (Depends-on): Likewise.
20816         * modules/isnanf (Depends-on): Likewise.
20817         * modules/isnanf-nolibm (Depends-on): Likewise.
20818         * modules/isnanl (Depends-on): Likewise.
20819         * modules/isnanl-nolibm (Depends-on): Likewise.
20820         * modules/mbchar (Depends-on): Likewise.
20821         * modules/memcoll (Depends-on): Likewise.
20822         * modules/quotearg (Depends-on): Likewise.
20823         * modules/regex (Depends-on): Likewise.
20824         * modules/relocatable-prog (Depends-on): Likewise.
20825         * modules/same (Depends-on): Likewise.
20826         * modules/signbit (Depends-on): Likewise.
20827         * modules/strcasestr-simple (Depends-on): Likewise.
20828         * modules/unictype/gen-ctype (Depends-on): Likewise.
20829         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20830         * modules/uniname/uniname (Depends-on): Likewise.
20831         * modules/unistr/u8-cmp (Depends-on): Likewise.
20832
20833 2008-11-02  Bruno Haible  <bruno@clisp.org>
20834
20835         Mark 'memchr' obsolete.
20836         * modules/memchr (Status, Notice): New sections.
20837         * modules/argp (Depends-on): Add memchr.
20838         * modules/base64 (Depends-on): Likewise.
20839         * modules/c-strcasestr (Depends-on): Likewise.
20840         * modules/chdir-long (Depends-on): Likewise.
20841         * modules/fnmatch (Depends-on): Likewise.
20842         * modules/getsubopt (Depends-on): Likewise.
20843         * modules/git-merge-changelog (Depends-on): Likewise.
20844         * modules/glob (Depends-on): Likewise.
20845         * modules/strcasestr-simple (Depends-on): Likewise.
20846         * modules/strnlen (Depends-on): Likewise.
20847
20848 2008-11-02  Bruno Haible  <bruno@clisp.org>
20849
20850         Mark 'atexit' obsolete.
20851         * modules/atexit (Status, Notice): New sections.
20852         * modules/chdir-long (Depends-on): Add atexit.
20853         * modules/wait-process (Depends-on): Likewise.
20854
20855 2008-11-02  Bruno Haible  <bruno@clisp.org>
20856
20857         * gnulib-tool: New option --with-obsolete.
20858         (func_usage): Document it.
20859         (func_modules_transitive_closure): Drop obsolete dependencies if
20860         incobsolete is not true.
20861         (func_import): Read and save the incobsolete variable to the cache.
20862
20863 2008-11-02  Bruno Haible  <bruno@clisp.org>
20864
20865         * modules/TEMPLATE-EXTENDED: New field 'Status'.
20866         * gnulib-tool: New option --extract-status.
20867         (func_usage): Document it.
20868         (sed_extract_prog): Recognize it.
20869         (func_get_status): New function.
20870
20871 2008-10-30  Simon Josefsson  <simon@josefsson.org>
20872
20873         * modules/sockets (License): Change from LGPL to LGPLv2+.
20874
20875 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20876
20877         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
20878
20879 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20880
20881         * MODULES.html.sh (Support for systems lacking POSIX:2001):
20882         Mention times and sys_times.
20883         * modules/sys_times, modules/sys_times-tests: New modules.
20884         * modules/times, modules/times-tests: Likewise
20885         * m4/sys_times_h.m4: New file.
20886         * lib/sys_times.in.h: Likewise
20887         * lib/times.c: Likewise.
20888         * tests/test-sys_times.c: Likewise.
20889         * tests/test-times.c: Likewise.
20890         * doc/posix-headers/sys_times.texi: Update.
20891         * doc/posix-functions/times.texi: Update.
20892
20893 2008-10-28  Jim Meyering  <meyering@redhat.com>
20894
20895         * modules/tempname (Depends-on): Add lstat.
20896
20897         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
20898
20899 2008-10-28  Simon Josefsson  <simon@josefsson.org>
20900
20901         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
20902         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
20903         using idiom used elsewhere in gnulib.
20904
20905 2008-10-27  Jim Meyering  <meyering@redhat.com>
20906
20907         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
20908
20909 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20910
20911         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
20912         TESTS_ENVIRONMENT, for shell scripts that needs to call built
20913         programs.
20914         * tests/test-argp-2.sh: Use $EXEEXT when needed.
20915
20916 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20917
20918         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
20919
20920 2008-10-27  Bruno Haible  <bruno@clisp.org>
20921
20922         * tests/test-lstat.c: Include <stdio.h>.
20923
20924 2008-10-27  Simon Josefsson  <simon@josefsson.org>
20925
20926         * modules/lstat-tests: New module.
20927         * tests/test-lstat.c: New file.
20928
20929 2008-10-26  Jim Meyering  <meyering@redhat.com>
20930
20931         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
20932
20933 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20934             Bruno Haible  <bruno@clisp.org>
20935
20936         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
20937         * modules/configmake (Include): Add a note that the include must come
20938         after all system headers.
20939         * lib/javaversion.c: Include configmake.h after all other includes.
20940
20941 2008-10-26  Bruno Haible  <bruno@clisp.org>
20942
20943         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
20944         HAVE_STRUCT_RANDOM_DATA to 1.
20945         (gl_STDLIB_H): Simplify.
20946
20947 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20948
20949         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
20950         substitute HAVE_STRUCT_RANDOM_DATA.
20951         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
20952         random_data.
20953         * modules/stdlib (Makefile.am): Substitute
20954         HAVE_STRUCT_RANDOM_DATA.
20955
20956 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20957
20958         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
20959         * doc/gnulib-intro.texi (Copyright): Likewise.
20960
20961 2008-10-26  Simon Josefsson  <simon@josefsson.org>
20962
20963         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
20964         findings.
20965
20966 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
20967             Bruno Haible  <bruno@clisp.org>
20968
20969         * lib/unistd.in.h: Include <winsock2.h>.
20970         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
20971         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
20972         Provide dummy declarations.
20973         (gethostname): Override.
20974         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
20975         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
20976         gl_PREREQ_SYS_H_WINSOCK2.
20977         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
20978         * doc/posix-functions/gethostname.texi: More details.
20979
20980 2008-10-25  Bruno Haible  <bruno@clisp.org>
20981
20982         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20983         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
20984         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
20985
20986         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
20987         here ...
20988         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
20989         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
20990         gl_UNISTD_H_DEFAULTS.
20991
20992 2008-10-25  Eric Blake  <ebb9@byu.net>
20993
20994         signbit: avoid spurious compiler failure
20995         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
20996         declarations inside function.
20997
20998 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20999             Bruno Haible  <bruno@clisp.org>
21000
21001         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
21002         * modules/random_r (Depends-on): Add stdint.
21003
21004 2008-10-24  Bruno Haible  <bruno@clisp.org>
21005
21006         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
21007         Eggert.
21008         * modules/strerror (License): Likewise.
21009
21010 2008-10-24  Jim Meyering  <meyering@redhat.com>
21011
21012         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
21013         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
21014
21015 2008-10-24  Eric Blake  <ebb9@byu.net>
21016
21017         getgroups: fix compilation when getgroups is available
21018         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
21019         but with <config.h> override of getgroups disabled.
21020
21021 2008-10-24  Simon Josefsson  <simon@josefsson.org>
21022
21023         * doc/gnulib.texi (Header files): Add note about C++ problems.
21024         Explained by Bruno Haible <bruno@clisp.org>.
21025
21026 2008-10-23  Bruno Haible  <bruno@clisp.org>
21027
21028         Define a dummy SA_NODEFER macro on Interix.
21029         * lib/signal.in.h (SA_NODEFER): Define fallback.
21030         Reported by Aleksey Cheusov <cheusov@tut.by> via
21031         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
21032
21033 2008-10-23  Bruno Haible  <bruno@clisp.org>
21034
21035         * modules/freadahead (License): Change to LGPLv2+.
21036         Suggested by Simon Josefsson.
21037
21038 2008-10-23  Jim Meyering  <meyering@redhat.com>
21039
21040         random_r: new module
21041         * modules/random_r: New file.
21042         * m4/random_r.m4: New file.
21043         * lib/random_r.c: New file, from glibc.
21044         * modules/random_r-tests: New file.
21045         * tests/test-random_r.c: New file.
21046         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
21047          Declare.
21048         (RAND_MAX): Define.
21049         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
21050         * modules/stdlib: Substitute them, too.
21051         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
21052         * doc/glibc-functions/initstate_r.texi: Mention the new module.
21053         * doc/glibc-functions/random_r.texi: Likewise.
21054         * doc/glibc-functions/setstate_r.texi: Likewise.
21055         * doc/glibc-functions/srandom_r.texi: Likewise.
21056         * config/srclist.txt: Mention it.
21057
21058 2008-10-23  David Lutterkort  <lutter@redhat.com>
21059
21060         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
21061         link requirement
21062
21063 2008-10-23  Jim Meyering  <meyering@redhat.com>
21064
21065         selinux-h: mark parameters of stub functions as intentionally unused
21066         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
21067         * lib/se-context.in.h: Likewise.
21068
21069 2008-10-22  Simon Josefsson  <simon@josefsson.org>
21070
21071         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
21072
21073 2008-10-22  Simon Josefsson  <simon@josefsson.org>
21074
21075         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
21076
21077 2008-10-22  Eric Blake  <ebb9@byu.net>
21078
21079         glthread/thread: avoid compiler warning
21080         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
21081         Add unreachable abort to silence compiler.
21082
21083 2008-10-22  Eric Blake  <ebb9@byu.net>
21084
21085         netdb: also supply struct addrinfo for cygwin 1.5.x
21086         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
21087         older cygwin.
21088         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
21089         cygwin.
21090         * doc/posix-headers/netdb.texi (netdb.h): Document this.
21091
21092 2008-10-22  Bruno Haible  <bruno@clisp.org>
21093
21094         * users.txt: Update entry about pspp.
21095
21096 2008-10-21  Bruno Haible  <bruno@clisp.org>
21097
21098         Simplification.
21099         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
21100         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
21101
21102         Simplification.
21103         * lib/ioctl.c (ioctl): Don't undefine.
21104         * lib/socket.c (socket): Don't undefine.
21105
21106         Remove unused module indicator macros.
21107         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
21108         GNULIB_$1 as a C macro.
21109
21110         * doc/posix-functions/close.texi: Undo last change.
21111         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
21112         Windows platforms.
21113
21114 2008-10-21  Bruno Haible  <bruno@clisp.org>
21115
21116         Add gethostname() declaration to <unistd.h>.
21117         * lib/unistd.in.h (gethostname): New declaration.
21118         * lib/gethostname.c: Include <unistd.h>.
21119         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
21120         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
21121         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
21122         and HAVE_GETHOSTNAME.
21123         * modules/gethostname (Depends-on): Add unistd.
21124         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21125         (Include): Specify <unistd.h>.
21126         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
21127         HAVE_GETHOSTNAME.
21128         * tests/test-gethostname.c: Include <unistd.h> first.
21129
21130 2008-10-21  Bruno Haible  <bruno@clisp.org>
21131
21132         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
21133         * modules/select-tests (Depends-on): Likewise.
21134         Reported by Simon Josefsson.
21135
21136 2008-10-21  Simon Josefsson  <simon@josefsson.org>
21137
21138         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
21139         * lib/accept.c: New file, based on winsock.c.
21140         * lib/bind.c: New file, based on winsock.c.
21141         * lib/connect.c: New file, based on winsock.c.
21142         * lib/getpeername.c: New file, based on winsock.c.
21143         * lib/getsockname.c: New file, based on winsock.c.
21144         * lib/getsockopt.c: New file, based on winsock.c.
21145         * lib/ioctl.c: New file, based on winsock.c.
21146         * lib/listen.c: New file, based on winsock.c.
21147         * lib/recv.c: New file, based on winsock.c.
21148         * lib/recvfrom.c: New file, based on winsock.c.
21149         * lib/send.c: New file, based on winsock.c.
21150         * lib/sendto.c: New file, based on winsock.c.
21151         * lib/setsockopt.c: New file, based on winsock.c.
21152         * lib/shutdown.c: New file, based on winsock.c.
21153         * lib/socket.c: New file, based on winsock.c.
21154         * lib/w32sock.h: New file, based on winsock.c.
21155         * lib/winsock.c: Remove file.
21156         * modules/accept: Likewise.
21157         * modules/bind: Likewise.
21158         * modules/connect: Likewise.
21159         * modules/getpeername: Likewise.
21160         * modules/getsockname: Likewise.
21161         * modules/getsockopt: Likewise.
21162         * modules/ioctl: Likewise.
21163         * modules/listen: Likewise.
21164         * modules/recv: Likewise.
21165         * modules/recvfrom: Likewise.
21166         * modules/send: Likewise.
21167         * modules/sendto: Likewise.
21168         * modules/setsockopt: Likewise.
21169         * modules/shutdown: Likewise.
21170         * modules/socket: Use socket.c instead of winsock.c.
21171         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
21172         * doc/posix-functions/accept.texi: Doc fix.
21173         * doc/posix-functions/bind.texi: Doc fix.
21174         * doc/posix-functions/close.texi: Doc fix.
21175         * doc/posix-functions/connect.texi: Doc fix.
21176         * doc/posix-functions/getpeername.texi: Doc fix.
21177         * doc/posix-functions/getsockname.texi: Doc fix.
21178         * doc/posix-functions/getsockopt.texi: Doc fix.
21179         * doc/posix-functions/ioctl.texi: Doc fix.
21180         * doc/posix-functions/listen.texi: Doc fix.
21181         * doc/posix-functions/recv.texi: Doc fix.
21182         * doc/posix-functions/recvfrom.texi: Doc fix.
21183         * doc/posix-functions/send.texi: Doc fix.
21184         * doc/posix-functions/sendto.texi: Doc fix.
21185         * doc/posix-functions/setsockopt.texi: Doc fix.
21186         * doc/posix-functions/shutdown.texi: Doc fix.
21187         * doc/posix-functions/socket.texi: Doc fix.
21188
21189 2008-10-20  Bruno Haible  <bruno@clisp.org>
21190
21191         Take into account the role of SIGABRT_COMPAT on Windows 2008.
21192         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
21193         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
21194         as an alias for SIGABRT.
21195         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
21196         (sigaction): Map it to SIGABRT.
21197         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
21198
21199 2008-10-20  Bruno Haible  <bruno@clisp.org>
21200
21201         * lib/fts.c: Don't include lstat.h.
21202         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
21203
21204         Move the lstat() declaration to <sys/stat.h>.
21205         * lib/lstat.h: Remove file.
21206         * lib/sys_stat.in.h: Add special invocation convention.
21207         (lstat): New declaration.
21208         * lib/lstat.c (orig_lstat): New function.
21209         (rpl_lstat): Use orig_lstat instead of lstat.
21210         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
21211         AC_C_INLINE. Set REPLACE_LSTAT.
21212         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
21213         and REPLACE_LSTAT.
21214         * modules/lstat (Files): Remove lib/lstat.h.
21215         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
21216         (Include): Specify <sys/stat.h> instead of lstat.h.
21217         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
21218         REPLACE_LSTAT.
21219         * NEWS: Mention the change.
21220
21221 2008-10-20  Bruno Haible  <bruno@clisp.org>
21222
21223         * modules/posix_spawn-tests: New file.
21224         * tests/test-posix_spawn3.c: New file.
21225
21226 2008-10-20  Bruno Haible  <bruno@clisp.org>
21227
21228         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
21229         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
21230         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
21231         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
21232         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
21233
21234 2008-10-20  Bruno Haible  <bruno@clisp.org>
21235
21236         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
21237         of posix_spawn on AIX 5.3.
21238
21239 2008-10-20  Bruno Haible  <bruno@clisp.org>
21240
21241         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
21242
21243 2008-10-20  Bruno Haible  <bruno@clisp.org>
21244
21245         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
21246         of AC_LANG_PROGRAM.
21247
21248 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21249
21250         * lib/netdb.in.h: Don't define GNU specific constants until they
21251         are supported or needed.  Reported by Bruno Haible
21252         <bruno@clisp.org>.
21253
21254 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21255
21256         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
21257
21258 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21259
21260         * lib/getaddrinfo.h: Remove file.
21261         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
21262         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
21263         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
21264         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
21265         * modules/netdb: Substitute GNULIB_GETADDRINFO.
21266         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
21267         * tests/test-getaddrinfo.c: Likewise.
21268         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
21269         * NEWS: Mention change.
21270
21271 2008-10-19  Bruno Haible  <bruno@clisp.org>
21272
21273         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
21274
21275 2008-10-19  Bruno Haible  <bruno@clisp.org>
21276
21277         * lib/wait-process.c: Include simply <sys/wait.h>.
21278         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
21279         WIFSTOPPED): Remove fallback definitions.
21280         * modules/wait-process (Depends-on): Add sys_wait.
21281
21282         New module 'sys_wait'.
21283         * modules/sys_wait: New file.
21284         * lib/sys_wait.in.h: New file, partially copied from
21285         lib/wait-process.c.
21286         * m4/sys_wait_h.m4: New file.
21287         * doc/posix-headers/sys_wait.texi: Mention the new module.
21288
21289 2008-10-19  Bruno Haible  <bruno@clisp.org>
21290
21291         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
21292
21293 2008-10-19  Bruno Haible  <bruno@clisp.org>
21294
21295         Assume that waitpid() fills an 'int' status, not a 'union wait'.
21296         * lib/wait-process.c (WAIT_T): Remove type.
21297         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
21298         (wait_subprocess): Update.
21299
21300 2008-10-19  Bruno Haible  <bruno@clisp.org>
21301
21302         New module 'atoll'.
21303         * modules/atoll: New file.
21304         * lib/stdlib.in.h (atoll): New declaration.
21305         * lib/atoll.c: New file, from glibc with modifications.
21306         * m4/atoll.m4: New file.
21307         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
21308         HAVE_ATOLL.
21309         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
21310         * doc/posix-functions/atoll.texi: Mention the new module.
21311
21312 2008-10-19  Bruno Haible  <bruno@clisp.org>
21313
21314         Add strtoull() declaration to <stdlib.h>.
21315         * lib/stdlib.in.h (strtoull): New declaration.
21316         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
21317         Set HAVE_STRTOULL.
21318         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
21319         HAVE_STRTOULL.
21320         * modules/strtoull (Depends-on): Add stdlib.
21321         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21322         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
21323         HAVE_STRTOULL.
21324
21325 2008-10-19  Bruno Haible  <bruno@clisp.org>
21326
21327         Add strtoll() declaration to <stdlib.h>.
21328         * lib/stdlib.in.h (strtoll): New declaration.
21329         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
21330         Set HAVE_STRTOLL.
21331         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
21332         HAVE_STRTOLL.
21333         * modules/strtoll (Depends-on): Add stdlib.
21334         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21335         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
21336
21337 2008-10-19  Bruno Haible  <bruno@clisp.org>
21338
21339         * modules/bcopy (Depends-on): Add strings.
21340         (Include): Specify <strings.h>.
21341
21342 2008-10-19  Bruno Haible  <bruno@clisp.org>
21343
21344         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
21345
21346 2008-10-19  Bruno Haible  <bruno@clisp.org>
21347
21348         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
21349         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
21350         mingw.
21351
21352 2008-10-19  Bruno Haible  <bruno@clisp.org>
21353
21354         * lib/atanl.c: Don't include isnanl.h.
21355         * lib/cosl.c: Likewise.
21356         * lib/ldexpl.c: Likewise.
21357         * lib/logl.c: Likewise.
21358         * lib/sinl.c: Likewise.
21359         * lib/sqrtl.c: Likewise.
21360         * lib/tanl.c: Likewise.
21361
21362         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
21363         * lib/isnanf.h: Remove file.
21364         * lib/isnand.h: Remove file.
21365         * lib/isnanl.h: Remove file.
21366         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
21367         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
21368         macros.
21369         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
21370         HAVE_ISNANF, don't define it as a C macro.
21371         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
21372         HAVE_ISNAND, don't define it as a C macro.
21373         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
21374         HAVE_ISNANL, don't define it as a C macro.
21375         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
21376         HAVE_ISNAN[FDL].
21377         * modules/isnanf (Files): Remove lib/isnanf.h.
21378         (Depends-on): Add math.
21379         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21380         (Include): Specify <math.h> instead of isnanf.h.
21381         * modules/isnand (Files): Remove lib/isnand.h.
21382         (Depends-on): Add math.
21383         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21384         (Include): Specify <math.h> instead of isnand.h.
21385         * modules/isnanl (Files): Remove lib/isnanl.h.
21386         (Depends-on): Add math.
21387         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21388         (Include): Specify <math.h> instead of isnanl.h.
21389         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
21390         HAVE_ISNAN[FDL].
21391         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
21392         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
21393         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
21394         * NEWS: Mention the change.
21395
21396 2008-10-18  Bruno Haible  <bruno@clisp.org>
21397
21398         Add getusershell(), setusershell(), endusershell() declarations to
21399         <unistd.h>.
21400         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
21401         declarations.
21402         * lib/getusershell.c: Include unistd.h.
21403         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
21404         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
21405         HAVE_GETUSERSHELL.
21406         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
21407         and HAVE_GETUSERSHELL.
21408         * modules/getusershell (Depends-on): Add unistd, extensions.
21409         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21410         (Include): Specify <unistd.h>.
21411         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
21412         HAVE_GETUSERSHELL.
21413
21414 2008-10-18  Bruno Haible  <bruno@clisp.org>
21415
21416         Add a getloadavg() declaration to <stdlib.h>.
21417         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
21418         getloadavg declaration.
21419         (getloadavg): New declaration.
21420         * lib/getloadavg.c: Include <stdlib.h> first.
21421         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
21422         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
21423         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
21424         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
21425         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
21426         * modules/getloadavg (Depends-on): Add stdlib, extensions.
21427         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21428         (Include): Specify <stdlib.h>.
21429         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
21430         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
21431
21432 2008-10-18  Bruno Haible  <bruno@clisp.org>
21433
21434         * lib/dirchownmod.c: Don't include lchmod.h.
21435
21436         Move the lchmod() declaration to <sys/stat.h>.
21437         * lib/lchmod.h: Remove file.
21438         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
21439         (lchmod): New declaration, moved here from lib/lchown.h.
21440         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
21441         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
21442         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
21443         and HAVE_LCHMOD.
21444         * modules/lchmod (Files): Remove lib/lchmod.h.
21445         (Depends-on): Add sys_stat, extensions.
21446         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
21447         (Include): Specify <sys/stat.h> instead of lchmod.h.
21448         * modules/sys_stat (Depends-on): Add link-warning.
21449         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
21450         definition of GL_LINK_WARNING.
21451         * NEWS: Mention the change.
21452
21453 2008-10-18  Bruno Haible  <bruno@clisp.org>
21454
21455         * lib/fchdir.c: Don't include dirfd.h.
21456         * lib/fts.c: Likewise.
21457         * lib/getcwd.c: Likewise.
21458         * lib/glob.c: Likewise.
21459
21460         Move the dirfd() declaration to <dirent.h>.
21461         * lib/dirfd.h: Remove file.
21462         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
21463         (dirfd): New declaration.
21464         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
21465         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
21466         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
21467         HAVE_DECL_DIRFD.
21468         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
21469         HAVE_DECL_DIRFD.
21470         * modules/dirfd (Files): Remove lib/dirfd.h.
21471         (Depends-on): Add dirent, extensions.
21472         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
21473         (Include): Specify <dirent.h> instead of dirfd.h.
21474         * modules/dirent (Depends-on): Add link-warning.
21475         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
21476         definition of GL_LINK_WARNING.
21477         * NEWS: Mention the change.
21478
21479 2008-10-18  Bruno Haible  <bruno@clisp.org>
21480
21481         Move the euidaccess() declaration to <unistd.h>.
21482         * lib/euidaccess.h: Remove file.
21483         * lib/unistd.in.h (euidaccess): New declaration.
21484         * lib/euidaccess.c: Don't include euidaccess.h.
21485         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
21486         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
21487         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
21488         and HAVE_EUIDACCESS.
21489         * modules/euidaccess (Files): Remove lib/euidaccess.h.
21490         (Depends-on): Add unistd.
21491         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21492         (Include): Specify <unistd.h> instead of euidaccess.h.
21493         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
21494         HAVE_EUIDACCESS.
21495         * NEWS: Mention the change.
21496
21497 2008-10-18  Bruno Haible  <bruno@clisp.org>
21498
21499         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
21500
21501         Move the getdomainname() declaration to <unistd.h>.
21502         * lib/getdomainname.h: Remove file.
21503         * lib/unistd.in.h (getdomainname): New declaration.
21504         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
21505         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
21506         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
21507         HAVE_GETDOMAINNAME.
21508         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21509         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
21510         * modules/getdomainname (Files): Remove lib/getdomainname.h.
21511         (Depends-on): Add unistd, extensions.
21512         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21513         (Includes): Specify <unistd.h> instead of getdomainname.h.
21514         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
21515         HAVE_GETDOMAINNAME.
21516         * NEWS: Mention the change.
21517
21518 2008-10-18  Bruno Haible  <bruno@clisp.org>
21519
21520         * modules/dirent: New file.
21521         * m4/dirent_h.m4: New file.
21522         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
21523         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
21524         * modules/fchdir (Files): Remove lib/dirent.in.h.
21525         (Depends-on): Add dirent.
21526         (Makefile.am): Move rules to modules/dirent.
21527         * doc/posix-headers/dirent.texi: Mention the new module.
21528
21529 2008-10-18  Bruno Haible  <bruno@clisp.org>
21530
21531         Avoid -Wunused-parameter warnings in public gnulib header files.
21532         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
21533         macro.
21534         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
21535
21536 2008-10-18  Bruno Haible  <bruno@clisp.org>
21537
21538         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
21539         * doc/glibc-functions/error.texi: Mention the module 'error'.
21540         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
21541         * doc/glibc-functions/getdomainname.texi: Mention the module
21542         'getdomainname'.
21543         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
21544         * doc/glibc-functions/getpagesize.texi: Mention the module
21545         'getpagesize'.
21546         * doc/glibc-functions/getusershell.texi: Mention the module
21547         'getusershell'.
21548         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
21549         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
21550         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
21551         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
21552         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
21553         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
21554         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
21555         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
21556         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
21557         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
21558         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
21559         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
21560         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
21561         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
21562
21563 2008-10-17  Bruno Haible  <bruno@clisp.org>
21564
21565         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
21566         HP-UX and IRIX, use -0.0L.
21567         * tests/test-ceill.c (minus_zero): Likewise.
21568         * tests/test-floorl.c (minus_zero): Likewise.
21569         * tests/test-frexpl.c (minus_zero): Likewise.
21570         * tests/test-isnan.c (minus_zerol): Likewise.
21571         * tests/test-isnanl.h (minus_zero): Likewise.
21572         * tests/test-ldexpl.c (minus_zero): Likewise.
21573         * tests/test-roundl.c (minus_zero): Likewise.
21574         * tests/test-signbit.c (minus_zerol): Likewise.
21575         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
21576         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
21577         * tests/test-truncl.c (minus_zero): Likewise.
21578         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
21579         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
21580         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
21581         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
21582
21583 2008-10-17  Bruno Haible  <bruno@clisp.org>
21584
21585         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
21586         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
21587         that it gets activated only for gcc >= 3.0.
21588         * lib/dirent.in.h: Likewise.
21589         * lib/errno.in.h: Likewise.
21590         * lib/fcntl.in.h: Likewise.
21591         * lib/float.in.h: Likewise.
21592         * lib/iconv.in.h: Likewise.
21593         * lib/inttypes.in.h: Likewise.
21594         * lib/locale.in.h: Likewise.
21595         * lib/math.in.h: Likewise.
21596         * lib/netdb.in.h: Likewise.
21597         * lib/netinet_in.in.h: Likewise.
21598         * lib/search.in.h: Likewise.
21599         * lib/signal.in.h: Likewise.
21600         * lib/spawn.in.h: Likewise.
21601         * lib/stdarg.in.h: Likewise.
21602         * lib/stdint.in.h: Likewise.
21603         * lib/stdio.in.h: Likewise.
21604         * lib/stdlib.in.h: Likewise.
21605         * lib/string.in.h: Likewise.
21606         * lib/strings.in.h: Likewise.
21607         * lib/sys_file.in.h: Likewise.
21608         * lib/sys_ioctl.in.h: Likewise.
21609         * lib/sys_select.in.h: Likewise.
21610         * lib/sys_socket.in.h: Likewise.
21611         * lib/sys_stat.in.h: Likewise.
21612         * lib/sys_time.in.h: Likewise.
21613         * lib/sysexits.in.h: Likewise.
21614         * lib/time.in.h: Likewise.
21615         * lib/unistd.in.h: Likewise.
21616         * lib/wchar.in.h: Likewise.
21617         * lib/wctype.in.h: Likewise.
21618         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21619
21620 2008-10-17  Jim Meyering  <meyering@redhat.com>
21621
21622         ignore-value: don't depend on inline module
21623         * modules/ignore-value (Depends-on): Remove 'inline'.
21624         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
21625         Suggestion from Bruno Haible.
21626
21627 2008-10-17  Bruno Haible  <bruno@clisp.org>
21628
21629         New implementation of condition variables for Win32.
21630         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
21631         (gl_linked_waitqueue_t): New type.
21632         (gl_cond_t): Use it.
21633         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
21634         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
21635         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
21636         (glthread_cond_init_func, glthread_cond_wait_func,
21637         glthread_cond_timedwait_func, glthread_cond_signal_func,
21638         glthread_cond_broadcast_func, glthread_cond_destroy_func):
21639         Reimplemented on the basis of gl_linked_waitqueue_t.
21640         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
21641         gl_waitqueue_t.
21642         (gl_rwlock_t): Update.
21643         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
21644
21645 2008-10-17  Simon Josefsson  <simon@josefsson.org>
21646
21647         * modules/recvfrom (Depends-on): Add dependency on getpeername.
21648         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21649
21650 2008-10-17  Jim Meyering  <meyering@redhat.com>
21651
21652         ignore-value: new module
21653         * modules/ignore-value: New file.
21654         * lib/ignore-value.h: New file.
21655         * MODULES.html.sh (Compiler warning management): New section,
21656         just for this module.  More to come.
21657
21658 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
21659
21660         open-safer.c: avoid 'signed and unsigned in conditional...' warning
21661         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
21662         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
21663
21664 2008-10-16  Jim Meyering  <meyering@redhat.com>
21665
21666         openat-die.c: avoid 'no previous prototype' warning
21667         * lib/openat-die.c: Include "openat.h".
21668         Reported by Reuben Thomas <rrt@sc3d.org>.
21669
21670 2008-10-16  Simon Josefsson  <simon@josefsson.org>
21671
21672         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
21673         * lib/netdb.in.h: Fix typo.
21674         Reported by Bruno Haible  <bruno@clisp.org>
21675
21676         * lib/netdb.in.h: Include sys/socket.h for platforms without
21677         netdb.h, to get structures like hostent on MinGW.
21678         * modules/netdb (Depends-on): Add sys_socket.
21679
21680 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21681
21682         * modules/netdb, modules/netdb-tests: New file.
21683         * m4/netdb_h.m4: New file.
21684         * lib/netdb.in.h: Add, currently just an empty file pending
21685         definitions.
21686         * tests/test-netdb.c: New file.
21687         * doc/posix-headers/netdb.texi: Mention that we replace it if
21688         needed.
21689         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21690         netdb.
21691
21692 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21693
21694         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
21695         with code.
21696
21697 2008-10-13  Bruno Haible  <bruno@clisp.org>
21698
21699         * lib/glthread/cond.c (glthread_cond_wait_func,
21700         glthread_cond_timedwait_func): Add a comment.
21701
21702 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21703
21704         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
21705         * tests/test-select.c: Likewise,
21706
21707 2008-10-13  Bruno Haible  <bruno@clisp.org>
21708
21709         * lib/glthread/cond.c (glthread_cond_wait_func,
21710         glthread_cond_timedwait_func): Fix variable name.
21711         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21712
21713 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
21714
21715         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
21716         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
21717         struct sockaddr.sa_len.
21718         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
21719
21720 2008-10-13  Simon Josefsson  <simon@josefsson.org>
21721
21722         * build-aux/pmccabe2html: Add css and css_url parameters.
21723
21724 2008-10-12  Bruno Haible  <bruno@clisp.org>
21725
21726         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
21727         calling aclx_get.
21728         Reported by Rainer Tammer <tammer@tammer.net>.
21729
21730 2008-10-12  Bruno Haible  <bruno@clisp.org>
21731
21732         Use msvcrt aware primitives for creation/termination of Win32 threads.
21733         * lib/glthread/thread.c: Include <process.h>.
21734         (glthread_create_func): Use _beginthreadex instead of CreateThread.
21735         (wrapper_func): Update signature.
21736         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
21737
21738 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21739             Bruno Haible  <bruno@clisp.org>
21740
21741         Provide a Win32 implementation of the 'cond' module.
21742         * lib/glthread/cond.h [USE_WIN32]: New implementation.
21743         * lib/glthread/cond.c (glthread_cond_init_func,
21744         glthread_cond_wait_func, glthread_cond_timedwait_func,
21745         glthread_cond_signal_func, glthread_cond_broadcast_func,
21746         glthread_cond_destroy_func) [USE_WIN32]: New functions.
21747         * modules/cond (Dependencies): Add gettimeofday.
21748
21749 2008-10-11  Bruno Haible  <bruno@clisp.org>
21750
21751         Make sleep work on older versions of mingw.
21752         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
21753         only whether it exists.
21754         * doc/posix-functions/sleep.texi: Mention the problem with older
21755         versions of mingw.
21756
21757 2008-10-11  Bruno Haible  <bruno@clisp.org>
21758
21759         New module 'shutdown'.
21760         * modules/shutdown: New file.
21761         * lib/sys_socket.in.h (shutdown): New declaration.
21762         * lib/winsock.c (shutdown): New function.
21763         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
21764         GNULIB_SHUTDOWN.
21765         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
21766         * doc/posix-functions/shutdown.texi: Document the new module.
21767
21768 2008-10-11  Jim Meyering  <meyering@redhat.com>
21769
21770         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
21771
21772 2008-10-11  Bruno Haible  <bruno@clisp.org>
21773
21774         New module 'fclose'.
21775         * modules/fclose: New file.
21776         * lib/stdio.in.h (fclose): New declaration.
21777         * lib/fclose.c: New file.
21778         * m4/fclose.m4: New file.
21779         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
21780         REPLACE_FCLOSE.
21781         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
21782         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
21783         REPLACE_FCLOSE.
21784         * modules/close (Depends-on): fclose.
21785         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
21786
21787 2008-10-11  Bruno Haible  <bruno@clisp.org>
21788
21789         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
21790         set errno and don't call _close.
21791
21792 2008-10-10  Bruno Haible  <bruno@clisp.org>
21793
21794         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
21795         ACL, not afterwards. Fixes test failure on Cygwin.
21796
21797 2008-10-09  Ben Pfaff  <blp@gnu.org>
21798
21799         * build-aux/announce-gen: Fix gnulib version related part of usage
21800         message.  Die with a useful error message if no tarballs are
21801         found.
21802
21803 2008-10-10  Jim Meyering  <meyering@redhat.com>
21804
21805         bootstrap: use git's --depth=N option only if it's supported
21806         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
21807         recognize the --depth option.  Reported by Pádraig Brady.
21808
21809 2008-10-09  Bruno Haible  <bruno@clisp.org>
21810
21811         New module 'ioctl'.
21812         * modules/ioctl: New file.
21813         * lib/sys_socket.in.h (ioctl): Remove declaration.
21814         * lib/winsock.c: Include <sys/ioctl.h>.
21815         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
21816         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21817         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
21818         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
21819         * doc/posix-functions/ioctl.texi: Mention the new module.
21820
21821 2008-10-09  Bruno Haible  <bruno@clisp.org>
21822
21823         New module 'sys_ioctl'.
21824         * lib/sys_ioctl.in.h: New file.
21825         * m4/sys_ioctl_h.m4: New file.
21826         * modules/sys_ioctl: New file.
21827         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
21828
21829 2008-10-09  Bruno Haible  <bruno@clisp.org>
21830
21831         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
21832         * lib/winsock.c: Include <stdarg.h>.
21833         (rpl_ioctl): Change to second argument 'int' and then varargs.
21834
21835 2008-10-09  Bruno Haible  <bruno@clisp.org>
21836
21837         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
21838         when the sys_socket module is present and the system has <winsock2.h>.
21839
21840 2008-10-09  Bruno Haible  <bruno@clisp.org>
21841
21842         * doc/posix-functions/close.texi: Mention module 'close' instead of
21843         module 'sys_socket'.
21844
21845 2008-10-09  Bruno Haible  <bruno@clisp.org>
21846
21847         * doc/glibc-headers/sys_ioctl.texi: New file.
21848         * doc/gnulib.texi: Include it.
21849
21850 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21851             Bruno Haible  <bruno@clisp.org>
21852
21853         Combine the two replacements of 'close'.
21854         * lib/sys_socket.in.h (close): Define to a reminder to include
21855         <unistd.h>.
21856         (_gl_close_fd_maybe_socket): New declaration.
21857         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
21858         * lib/winsock.c (close): Remove undefinition.
21859         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
21860         needed for the gnulib module 'close'.
21861         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
21862         define to an error symbol or to a warning, if suitable.
21863         * lib/close.c: Include <sys/socket.h>.
21864         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
21865         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
21866         UNISTD_H_HAVE_WINSOCK2_H.
21867         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
21868         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21869         UNISTD_H_HAVE_WINSOCK2_H.
21870         * modules/sys_socket (Files): Add m4/unistd_h.m4.
21871         (configure.ac): Set a module indicator.
21872         (Makefile.am): Substitute GNULIB_CLOSE.
21873         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
21874         * modules/poll-tests (Depends-on): Add close.
21875         * modules/select-tests (Depends-on): Likewise.
21876
21877 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21878             Bruno Haible  <bruno@clisp.org>
21879
21880         New module 'close'.
21881         * modules/close: New file.
21882         * lib/unistd.in.h (close): Move declaration out of the
21883         FCHDIR_REPLACEMENT scope.
21884         (_gl_unregister_fd): New declaration.
21885         * lib/close.c: New file.
21886         * lib/fchdir.c (rpl_close): Remove function.
21887         * m4/close.m4: New file.
21888         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21889         close.
21890         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
21891         REPLACE_CLOSE.
21892         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
21893         REPLACE_CLOSE.
21894         * modules/fchdir (Depends-on): Add close.
21895
21896 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21897             Bruno Haible  <bruno@clisp.org>
21898
21899         * lib/fcntl.in.h (open): Simplify conditionals.
21900         (_gl_register_fd): New declaration.
21901         * lib/fchdir.c (rpl_open): Remove function.
21902         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
21903         also.
21904         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
21905         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
21906         open.
21907
21908 2008-10-09  Jim Meyering  <meyering@redhat.com>
21909
21910         GNUmakefile: use the more name-space-friendly "_version"
21911         * top/GNUmakefile (_dummy): Update.
21912         (_version): Rename from "version".
21913
21914 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21915             Bruno Haible  <bruno@clisp.org>
21916
21917         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
21918         rpl_close.
21919         (_gl_register_fd): New function, extracted from rpl_open.
21920         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
21921         (rpl_open, rpl_opendir): Use _gl_register_fd.
21922
21923 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
21924
21925         Fix organization of 'open' replacement.
21926         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
21927         (gl_FUNC_OPEN): Use it.
21928         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
21929
21930 2008-10-08  Bruno Haible  <bruno@clisp.org>
21931
21932         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
21933
21934 2008-10-08  Simon Josefsson  <simon@josefsson.org>
21935
21936         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
21937         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
21938         listen).
21939
21940 2008-10-08  Eric Blake  <ebb9@byu.net>
21941
21942         GNUmakefile: add 'make version' target
21943         * top/GNUmakefile (_curr-ver): Split version update rules...
21944         (version): ...into a target.
21945
21946 2008-10-07  Bruno Haible  <bruno@clisp.org>
21947
21948         Use a more portable replacement expression for -0.0L.
21949         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
21950         instead of -0.0L. Fix m4 quotation.
21951
21952         * tests/test-signbit.c: Include <float.h>.
21953         (minus_zero): New variable.
21954         (test_signbitl): Use minus_zero instead of -zero.
21955         * modules/signbit-tests (Depends-on): Add float.
21956
21957         * tests/test-ceill.c: Include <float.h>.
21958         (zero): Remove variable.
21959         (minus_zero): New variable.
21960         (main): Use minus_zero instead of -zero.
21961         * modules/ceill-tests (Depends-on): Add float.
21962
21963         * tests/test-floorl.c: Include <float.h>.
21964         (zero): Remove variable.
21965         (minus_zero): New variable.
21966         (main): Use minus_zero instead of -zero.
21967         * modules/floorl-tests (Depends-on): Add float.
21968
21969         * tests/test-roundl.c: Include <float.h>.
21970         (zero): Remove variable.
21971         (minus_zero): New variable.
21972         (main): Use minus_zero instead of -zero.
21973         * modules/roundl-tests (Depends-on): Add float.
21974
21975         * tests/test-truncl.c: Include <float.h>.
21976         (zero): Remove variable.
21977         (minus_zero): New variable.
21978         (main): Use minus_zero instead of -zero.
21979         * modules/truncl-tests (Depends-on): Add float.
21980
21981         * tests/test-frexpl.c (zero): Remove variable.
21982         (minus_zero): New variable.
21983         (main): Use minus_zero instead of -zero.
21984         * modules/frexpl-tests (Depends-on): Add float.
21985
21986         * tests/test-isnan.c (zerol): Remove variable.
21987         (minus_zerol): New variable.
21988         (test_long_double): Use minus_zerol instead of -zerol.
21989         * modules/isnan-tests (Depends-on): Add float.
21990
21991         * tests/test-isnanl.h (zero): Remove variable.
21992         (minus_zero): New variable.
21993         (main): Use minus_zero instead of -zero.
21994         * modules/isnanl-nolibm-tests (Depends-on): Add float.
21995         * modules/isnanl-tests (Depends-on): Add float.
21996
21997         * tests/test-ldexpl.c (zero): Remove variable.
21998         (minus_zero): New variable.
21999         (main): Use minus_zero instead of -zero.
22000         * modules/ldexpl-tests (Depends-on): Add float.
22001
22002         * tests/test-snprintf-posix.h (zerol): Remove variable.
22003         (minus_zerol): New variable.
22004         (test_function): Use minus_zerol instead of -zerol.
22005         * modules/snprintf-posix-tests (Depends-on): Add float.
22006         * modules/vsnprintf-posix-tests (Depends-on): Add float.
22007
22008         * tests/test-sprintf-posix.h (zerol): Remove variable.
22009         (minus_zerol): New variable.
22010         (test_function): Use minus_zerol instead of -zerol.
22011         * modules/sprintf-posix-tests (Depends-on): Add float.
22012         * modules/vsprintf-posix-tests (Depends-on): Add float.
22013
22014         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
22015         (minus_zerol): New variable.
22016         (test_function): Use minus_zerol instead of -zerol.
22017         * modules/vasnprintf-posix-tests (Depends-on): Add float.
22018
22019         * tests/test-vasprintf-posix.c (zerol): Remove variable.
22020         (minus_zerol): New variable.
22021         (test_function): Use minus_zerol instead of -zerol.
22022         * modules/vasprintf-posix-tests (Depends-on): Add float.
22023
22024 2008-10-07  Simon Josefsson  <simon@josefsson.org>
22025
22026         * MODULES.html.sh (Support for building documentation): Mention
22027         pmccabe2html.  Sort entries.
22028
22029         Add pmccabe2html module, from gnupdf.
22030         * build-aux/pmccabe.css: New file.
22031         * build-aux/pmccabe2html: New file.
22032         * m4/pmccabe2html.m4: New file.
22033         * modules/pmccabe2html: New file.
22034
22035 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
22036
22037         flock: new module
22038         * MODULES.html.sh: Add to list of modules.
22039         * lib/flock.c: flock implementation for Windows and Unix systems
22040         which have fcntl.
22041         * doc/glibc-functions/flock.texi: Update documentation.
22042         * lib/sys_file.in.h: <sys/file.h> header file.
22043         * m4/flock.m4: M4 macros.
22044         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
22045         * modules/flock: flock module.
22046         * modules/flock-tests: flock tests module.
22047         * modules/sys_file: sys/file.h module.
22048         * tests/test-flock.c: test suite for flock.
22049
22050 2008-10-06  Jim Meyering  <meyering@redhat.com>
22051
22052         bootstrap: check for LT_INIT more portably still ;-)
22053         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
22054         Spotted by Bruno Haible.
22055
22056 2008-10-06  Eric Blake  <ebb9@byu.net>
22057
22058         test-signbit: avoid tripping Irix cc bug on -0.0L
22059         * tests/test-signbit.c (minus_zerol): Delete, and replace with
22060         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
22061         entire testsuite consistent and avoids an Irix 6.2 bug.
22062
22063 2008-10-05  Bruno Haible  <bruno@clisp.org>
22064             Jim Meyering  <jim@meyering.net>
22065
22066         Add an option for ignoring EPIPE during close_stdout.
22067         * lib/closeout.h: Include <stdbool.h>.
22068         (close_stdout_set_ignore_EPIPE): New declaration.
22069         * lib/closeout.c: Include <stdbool.h>.
22070         (ignore_EPIPE): New variable.
22071         (close_stdout_set_ignore_EPIPE): New function.
22072         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
22073         * lib/close-stream.c (close_stream): Mention the possible EPIPE
22074         failure.
22075         * modules/closeout (Depends-on): Add stdbool.
22076
22077 2008-10-05  Bruno Haible  <bruno@clisp.org>
22078
22079         * modules/accept: New file.
22080         * modules/bind: New file.
22081         * modules/connect: New file.
22082         * modules/getpeername: New file.
22083         * modules/getsockname: New file.
22084         * modules/getsockopt: New file.
22085         * modules/listen: New file.
22086         * modules/recv: New file.
22087         * modules/recvfrom: New file.
22088         * modules/send: New file.
22089         * modules/sendto: New file.
22090         * modules/setsockopt: New file.
22091         * modules/socket: New file.
22092         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
22093         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
22094         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
22095         the particular module is requested. Add a link warning when the
22096         particular module is not requested.
22097         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
22098         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
22099         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
22100         the particular module is requested.
22101         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
22102         gl_SYS_SOCKET_H_DEFAULTS): New macros.
22103         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
22104         * modules/sys_socket (Depends-on): Add link-warning.
22105         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
22106         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
22107         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
22108         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
22109         GL_LINK_WARNING.
22110         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
22111         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
22112         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
22113         * doc/posix-functions/getpeername.texi: Mention the new module
22114         'getpeername'.
22115         * doc/posix-functions/getsockname.texi: Mention the new module
22116         'getsockname'.
22117         * doc/posix-functions/getsockopt.texi: Mention the new module
22118         'getsockopt'.
22119         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
22120         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
22121         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
22122         * doc/posix-functions/send.texi: Mention the new module 'send'.
22123         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
22124         * doc/posix-functions/setsockopt.texi: Mention the new module
22125         'setsockopt'.
22126         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
22127         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
22128         listen, connect, accept.
22129         * modules/select-tests (Depends-on): Likewise.
22130
22131 2008-10-05  Bruno Haible  <bruno@clisp.org>
22132
22133         * lib/winsock.c (strerror): Remove unused #undef.
22134         (rpl_close): Remove unused local variable.
22135
22136         * modules/sys_socket (Depends-on); Add errno.
22137
22138 2008-10-05  Bruno Haible  <bruno@clisp.org>
22139
22140         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
22141         (select): Add a link warning when the 'select' module is not used.
22142         * modules/sys_select (Depends-on): Add link-warning.
22143         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
22144         Suggested by Paolo Bonzini.
22145
22146 2008-10-05  Jim Meyering  <meyering@redhat.com>
22147
22148         bootstrap: check for LT_INIT more portably
22149         * build-aux/bootstrap: Avoid using grep -E, since it's not
22150         portable enough.  Suggestion from Bruno Haible.
22151
22152 2008-10-05  Bruno Haible  <bruno@clisp.org>
22153
22154         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
22155         as being fixed by gnulib.
22156
22157 2008-10-05  Bruno Haible  <bruno@clisp.org>
22158
22159         * modules/select-tests: New file, mostly copied from
22160         modules/sys_select-tests.
22161         * tests/test-select.c: New file, mostly copied from
22162         tests/test-sys_select.c.
22163         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
22164         * modules/sys_select-tests (Depends-on): Remove all dependencies.
22165         (Makefile.am): Remove test_sys_select_LDADD.
22166
22167         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
22168         to an undefined symbol, for an error message.
22169         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
22170         (gl_SYS_SELECT_H_DEFAULTS): New macro.
22171         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
22172         winsock-select.c here.
22173         * modules/sys_select (Files): Remove lib/winsock-select.c.
22174         (Depends-on): Remove alloca.
22175         (Makefile.am): Substitute GNULIB_SELECT.
22176         * modules/select: New file.
22177         * doc/posix-functions/select.texi: Update.
22178
22179 2008-10-05  Bruno Haible  <bruno@clisp.org>
22180
22181         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
22182         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
22183         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
22184         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
22185         getdtablesize.
22186         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
22187         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
22188
22189 2008-10-05  Bruno Haible  <bruno@clisp.org>
22190
22191         * modules/getdtablesize-tests: New file.
22192         * tests/test-getdtablesize.c: New file.
22193
22194         New module 'getdtablesize'.
22195         * lib/unistd.in.h (getdtablesize): New declaration.
22196         * lib/getdtablesize.c: New file.
22197         * m4/getdtablesize.m4: New file.
22198         * modules/getdtablesize: New file.
22199         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22200         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
22201         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
22202         HAVE_GETDTABLESIZE.
22203         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
22204
22205 2008-10-05  Bruno Haible  <bruno@clisp.org>
22206
22207         * modules/sched (Makefile.am): Fix typo.
22208         Reported by Simon Josefsson.
22209
22210 2008-10-05  Jim Meyering  <meyering@redhat.com>
22211
22212         bootstrap: check for LT_INIT, too
22213         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
22214         are deprecated.  Suggestion from Ralf Wildenhues.
22215
22216 2008-10-05  Bruno Haible  <bruno@clisp.org>
22217
22218         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
22219         overriding them by ours.
22220         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
22221
22222 2008-10-05  Jim Meyering  <meyering@redhat.com>
22223
22224         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
22225         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
22226         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
22227
22228 2008-10-04  Bruno Haible  <bruno@clisp.org>
22229
22230         * modules/dup2 (License): Change to LGPLv2+.
22231         * modules/sleep (License): Likewise.
22232         * modules/perror (License): Likewise.
22233         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
22234         Blake.
22235         * modules/signal (License): Likewise.
22236         * modules/sigprocmask (License): Likewise.
22237         * modules/raise (License): Change to LGPLv2+, with approval by Jim
22238         Meyering.
22239
22240 2008-10-04  Bruno Haible  <bruno@clisp.org>
22241
22242         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
22243         Reported by Rainer Tammer <tammer@tammer.net>.
22244
22245 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
22246             Bruno Haible  <bruno@clisp.org>
22247
22248         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
22249         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
22250         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
22251
22252 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
22253
22254         filevercmp: new module
22255         * lib/filevercmp.h: New function filevercmp comparing version strings.
22256         * lib/filevercmp.c: Implementation of filevercmp function.
22257         * modules/filevercmp: Module metadata.
22258         * tests/test-filevercmp.c: Unit test for new module.
22259         * modules/filevercmp-tests: Unit test metadata.
22260         * MODULES.html.sh: Add filevercmp module.
22261
22262 2008-10-03  Bruno Haible  <bruno@clisp.org>
22263
22264         * lib/c-ctype.h: Add comment.
22265         Reported by Jim Meyering.
22266
22267 2008-10-02  Bruno Haible  <bruno@clisp.org>
22268
22269         * modules/posix_spawn-internal (Depends-on): Add 'open'.
22270
22271 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22272
22273         * build-aux/bootstrap: Allow renaming bootstrap, and change the
22274         name of bootstrap.conf accordingly.
22275
22276 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22277
22278         * build-aux/bootstrap: Install git-merge-changelog configuration
22279         items into .gitconfig if needed.
22280
22281 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22282
22283         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
22284         git repository, and initialize/update it accordingly.
22285
22286 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
22287
22288         * modules/fsync-tests: New file.
22289         * tests/test-fsync.c: New file.
22290
22291         New module 'fsync'.
22292         * lib/fsync.c: New file.
22293         * m4/fsync.m4: New file.
22294         * modules/fsync: New file.
22295         * lib/unistd.in.h (fsync): New declaration.
22296         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
22297         GNULIB_FSYNC and HAVE_FSYNC.
22298         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
22299         * MODULES.html.sh (posix_functions): Add fsync.
22300         * doc/posix-functions/fsync.texi: Mention the new module.
22301
22302 2008-10-02  Jim Meyering  <meyering@redhat.com>
22303
22304         fts.c: sync with similar code from coreutils' remove.c
22305         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
22306         Guard also with "#if defined __linux__", since for now at least,
22307         this code is Linux-kernel-specific.
22308
22309 2008-10-02  Jim Meyering  <meyering@redhat.com>
22310
22311         fts: bug fixes
22312         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
22313         Include <sys/vfs.h>, not <sys/statfs.h>.
22314
22315         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
22316         Include <sys/vfs.h>, not <sys/statfs.h>.
22317
22318 2008-10-01  Bruno Haible  <bruno@clisp.org>
22319
22320         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
22321         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
22322         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
22323         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
22324         * doc/posix-functions/posix_spawnp.texi: Likewise.
22325         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
22326         whether posix_spawn actually works.
22327         * m4/pipe.m4 (gl_PIPE): Likewise.
22328         * modules/execute (Files): Add m4/posix_spawn.m4.
22329         * modules/pipe (Files): Add m4/posix_spawn.m4.
22330         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
22331
22332 2008-10-01  Jim Meyering  <meyering@redhat.com>
22333
22334         remove trailing spaces
22335         * NEWS: Likewise.
22336         * lib/poll.c (poll): Likewise.
22337         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
22338         * lib/winsock.c (rpl_close): Likewise.
22339         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
22340         * modules/yield: Likewise.
22341         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
22342         * tests/test-sys_select.c (connect_to_socket): Likewise.
22343
22344         fts.c: adjust a new interface to be more generally useful
22345         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
22346         (fts_build): Adjust caller.
22347
22348 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22349
22350         * modules/cond-tests: New file.
22351         * tests/test-cond.c: New file.
22352
22353 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22354             Bruno Haible  <bruno@clisp.org>
22355
22356         * modules/cond (Dependencies): Add errno, time.
22357         * lib/glthread/cond.h: Include <time.h>.
22358         (gl_cond_define, gl_cond_define_initialized): Use the same definition
22359         across platforms.
22360
22361 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22362             Bruno Haible  <bruno@clisp.org>
22363
22364         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
22365
22366 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22367             Bruno Haible  <bruno@clisp.org>
22368
22369         * modules/tls-tests (Depends-on): Add thread, yield.
22370         (configure.ac): Remove all checks.
22371         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
22372         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
22373         gl_thread_self): Remove definitions. Include glthread/thread.h and
22374         glthread/yield.h instead.
22375         (test_tls): Pass an additional NULL argument to gl_thread_join.
22376
22377 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22378             Bruno Haible  <bruno@clisp.org>
22379
22380         * modules/lock-tests (Depends-on): Add thread, yield.
22381         (configure.ac): Remove all checks.
22382         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
22383         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
22384         gl_thread_self): Remove definitions. Include glthread/thread.h and
22385         glthread/yield.h instead.
22386         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
22387         additional NULL argument to gl_thread_join.
22388
22389 2008-09-30  Bruno Haible  <bruno@clisp.org>
22390
22391         Fix the Win32 implementation of the 'thread' module.
22392         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
22393         pointer type.
22394         (gl_thread_self): Invoke gl_thread_self_func.
22395         (gl_thread_self_func): New declaration.
22396         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
22397         (do_init_self_key, init_self_key): New functions.
22398         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
22399         Remove some fields.
22400         (running_threads, running_lock): Remove variables.
22401         (get_current_thread_handle): New function.
22402         (gl_thread_self_func, wrapper_func, glthread_create_func,
22403         glthread_join_func, gl_thread_exit_func): Largely rewritten and
22404         simplified.
22405
22406 2008-09-30  Bruno Haible  <bruno@clisp.org>
22407
22408         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
22409         files.
22410
22411 2008-09-30  Jim Meyering  <meyering@redhat.com>
22412
22413         fts.m4: correct the test for statfs.f_type
22414         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
22415         when checking for statfs.f_type.
22416
22417 2008-09-15  Simon Josefsson  <simon@josefsson.org>
22418
22419         tests: avoid some compiler warnings
22420         * tests/test-memchr.c (main): Pass NULL indirectly.
22421         * tests/test-getdate.c (main): Remove unused variable 'ret'.
22422
22423 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
22424
22425         getdate.y: disallow countable dayshifts like "4 yesterday ago"
22426         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
22427         exactly specified dayshifts.
22428         (dayshift): New rule.
22429         (rel): Add dayshift.
22430         (relative_time_table) [tomorrow, yesterday, today, now]:
22431         Use tDAY_SHIFT in place of tDAY_UNIT.
22432         * tests/test-getdate.c: Add tests for now-disallowed countable
22433         dayshifts, e.g., "4 yesterday ago".
22434
22435 2008-09-29  Bruno Haible  <bruno@clisp.org>
22436
22437         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
22438         * tests/test-posix_spawn1.in.sh: Renamed from
22439         tests/test-posix_spawn.in.sh.
22440         * tests/test-posix_spawn2.c: New file.
22441         * tests/test-posix_spawn2.in.sh: New file.
22442         * modules/posix_spawnp-tests (Files): Update.
22443         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
22444
22445 2008-09-29  Bruno Haible  <bruno@clisp.org>
22446
22447         Propagate effects of putenv/setenv/unsetenv to child processes.
22448         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
22449         * lib/pipe.c (create_pipe): Likewise.
22450
22451 2008-09-29  Bruno Haible  <bruno@clisp.org>
22452
22453         Enable use of shell scripts as executables in mingw.
22454         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
22455         run the program as a shell script.
22456         * lib/pipe.c (create_pipe): Likewise.
22457         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
22458         resulting array.
22459
22460 2008-09-29  Eric Blake  <ebb9@byu.net>
22461
22462         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
22463
22464 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
22465
22466         * doc/posix-functions/accept.texi: Update mingw problems.
22467         * doc/posix-functions/bind.texi: Update mingw problems.
22468         * doc/posix-functions/close.texi: Update mingw problems.
22469         * doc/posix-functions/connect.texi: Update mingw problems.
22470         * doc/posix-functions/getpeername.texi: Update mingw problems.
22471         * doc/posix-functions/getsockname.texi: Update mingw problems.
22472         * doc/posix-functions/getsockopt.texi: Update mingw problems.
22473         * doc/posix-functions/ioctl.texi: Update mingw problems.
22474         * doc/posix-functions/listen.texi: Update mingw problems.
22475         * doc/posix-functions/recv.texi: Update mingw problems.
22476         * doc/posix-functions/recvfrom.texi: Update mingw problems.
22477         * doc/posix-functions/select.texi: Update mingw problems.
22478         * doc/posix-functions/send.texi: Update mingw problems.
22479         * doc/posix-functions/sendto.texi: Update mingw problems.
22480         * doc/posix-functions/setsockopt.texi: Update mingw problems.
22481         * doc/posix-functions/socket.texi: Update mingw problems.
22482
22483 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
22484             Bruno Haible  <bruno@clisp.org>
22485
22486         * lib/sys_select.in.h: Include sys/time.h.
22487         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
22488         * modules/sys_select: Depend on sys_time.
22489         * tests/test-sys_select.c: Test that sys/select.h defines struct
22490         timeval fully.
22491
22492 2008-09-29  Bruno Haible  <bruno@clisp.org>
22493
22494         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
22495         * lib/sys_select.in.h: Likewise.
22496
22497 2008-09-29  Bruno Haible  <bruno@clisp.org>
22498
22499         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
22500
22501 2008-09-29  Bruno Haible  <bruno@clisp.org>
22502
22503         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
22504         Set LIBSOCKET instead of augmenting LIBS.
22505         * modules/sockets (Link): New section.
22506         * modules/sockets-tests (test_sockets_LDADD): New variable.
22507         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
22508         * modules/poll-tests (test_poll_LDADD): New variable.
22509         * NEWS: Document the change.
22510
22511 2008-09-29  Bruno Haible  <bruno@clisp.org>
22512
22513         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
22514         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
22515         ARPA_INET_H directly.
22516         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
22517
22518 2008-09-28  Bruno Haible  <bruno@clisp.org>
22519
22520         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
22521         from gl_HEADER_SYS_SOCKET.
22522         (gl_HEADER_SYS_SOCKET): Invoke it.
22523         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
22524
22525 2008-09-28  Bruno Haible  <bruno@clisp.org>
22526
22527         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
22528         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
22529         Needed on OSF/1 4.0.
22530
22531 2008-09-28  Bruno Haible  <bruno@clisp.org>
22532
22533         Override open more carefully.
22534         * lib/open.c (orig_open): New function.
22535         (rpl_open): Use orig_open instead of open.
22536         * lib/fcntl.in.h: Add special invocation convention.
22537         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
22538         (gl_FUNC_OPEN): Invoke it.
22539
22540         Override freopen more carefully.
22541         * lib/freopen.c (orig_freopen): New function.
22542         (rpl_freopen): Use orig_freopen instead of freopen.
22543         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
22544         (gl_FUNC_FREOPEN): Invoke it.
22545
22546         Override fopen more carefully.
22547         * lib/fopen.c (orig_fopen): New function.
22548         (rpl_fopen): Use orig_fopen instead of fopen.
22549         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
22550         (gl_FUNC_FOPEN): Invoke it.
22551         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
22552
22553 2008-09-28  Bruno Haible  <bruno@clisp.org>
22554
22555         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
22556         SIGPIPE.
22557
22558 2008-09-28  Bruno Haible  <bruno@clisp.org>
22559
22560         * tests/test-sigaction.c (handler, main): Disable the check whether
22561         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
22562         glibc systems with LinuxThreads.
22563
22564 2008-09-28  Bruno Haible  <bruno@clisp.org>
22565
22566         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
22567
22568         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
22569         with AIX xlc.
22570         * lib/fcntl.in.h (open): Likewise.
22571         Reported by Rainer Tammer <tammer@tammer.net>.
22572
22573 2008-09-28  Bruno Haible  <bruno@clisp.org>
22574
22575         * modules/posix_spawnp-tests: New file.
22576         * tests/test-posix_spawn.c: New file.
22577         * tests/test-posix_spawn.in.sh: New file.
22578
22579         New module 'posix_spawnp'.
22580         * modules/posix_spawnp: New file.
22581         * lib/spawnp.c: New file, from GNU libc with modifications.
22582         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
22583
22584         New module 'posix_spawn'.
22585         * modules/posix_spawn: New file.
22586         * lib/spawn.c: New file, from GNU libc with modifications.
22587         * doc/posix-functions/posix_spawn.texi: Mention the new module.
22588
22589         New module 'posix_spawnattr_destroy'.
22590         * modules/posix_spawnattr_destroy: New file.
22591         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
22592         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
22593         module.
22594
22595         New module 'posix_spawnattr_setsigmask'.
22596         * modules/posix_spawnattr_setsigmask: New file.
22597         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
22598         modifications.
22599         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
22600         new module.
22601
22602         New module 'posix_spawnattr_getsigmask'.
22603         * modules/posix_spawnattr_getsigmask: New file.
22604         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
22605         modifications.
22606         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
22607         new module.
22608
22609         New module 'posix_spawnattr_setsigdefault'.
22610         * modules/posix_spawnattr_setsigdefault: New file.
22611         * lib/spawnattr_setdefault.c: New file, from GNU libc with
22612         modifications.
22613         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
22614         new module.
22615
22616         New module 'posix_spawnattr_getsigdefault'.
22617         * modules/posix_spawnattr_getsigdefault: New file.
22618         * lib/spawnattr_getdefault.c: New file, from GNU libc with
22619         modifications.
22620         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
22621         new module.
22622
22623         New module 'posix_spawnattr_setschedpolicy'.
22624         * modules/posix_spawnattr_setschedpolicy: New file.
22625         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
22626         modifications.
22627         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
22628         new module.
22629
22630         New module 'posix_spawnattr_getschedpolicy'.
22631         * modules/posix_spawnattr_getschedpolicy: New file.
22632         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
22633         modifications.
22634         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
22635         new module.
22636
22637         New module 'posix_spawnattr_setschedparam'.
22638         * modules/posix_spawnattr_setschedparam: New file.
22639         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
22640         modifications.
22641         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
22642         new module.
22643
22644         New module 'posix_spawnattr_getschedparam'.
22645         * modules/posix_spawnattr_getschedparam: New file.
22646         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
22647         modifications.
22648         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
22649         new module.
22650
22651         New module 'posix_spawnattr_setpgroup'.
22652         * modules/posix_spawnattr_setpgroup: New file.
22653         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
22654         modifications.
22655         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
22656         module.
22657
22658         New module 'posix_spawnattr_getpgroup'.
22659         * modules/posix_spawnattr_getpgroup: New file.
22660         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
22661         modifications.
22662         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
22663         module.
22664
22665         New module 'posix_spawnattr_setflags'.
22666         * modules/posix_spawnattr_setflags: New file.
22667         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
22668         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
22669         module.
22670
22671         New module 'posix_spawnattr_getflags'.
22672         * modules/posix_spawnattr_getflags: New file.
22673         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
22674         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
22675         module.
22676
22677         New module 'posix_spawnattr_init'.
22678         * modules/posix_spawnattr_init: New file.
22679         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
22680         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
22681         module.
22682
22683         New module 'posix_spawn_file_actions_destroy'.
22684         * modules/posix_spawn_file_actions_destroy: New file.
22685         * lib/spawn_faction_destroy.c: New file, from GNU libc with
22686         modifications.
22687         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
22688         the new module.
22689
22690         New module 'posix_spawn_file_actions_addopen'.
22691         * modules/posix_spawn_file_actions_addopen: New file.
22692         * lib/spawn_faction_addopen.c: New file, from GNU libc with
22693         modifications.
22694         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
22695         the new module.
22696
22697         New module 'posix_spawn_file_actions_adddup2'.
22698         * modules/posix_spawn_file_actions_adddup2: New file.
22699         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
22700         modifications.
22701         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
22702         the new module.
22703
22704         New module 'posix_spawn_file_actions_addclose'.
22705         * modules/posix_spawn_file_actions_addclose: New file.
22706         * lib/spawn_faction_addclose.c: New file, from GNU libc with
22707         modifications.
22708         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
22709         the new module.
22710
22711         New module 'posix_spawn_file_actions_init'.
22712         * modules/posix_spawn_file_actions_init: New file.
22713         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
22714         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
22715         new module.
22716
22717         New module 'posix_spawn-internal'.
22718         * modules/posix_spawn-internal: New file.
22719         * lib/spawn_int.h: New file, from GNU libc with modifications.
22720         * lib/spawni.c: New file, from GNU libc with modifications.
22721         * m4/posix_spawn.m4: New file.
22722
22723         New module 'spawn'.
22724         * modules/spawn: New file.
22725         * lib/spawn.in.h: New file, from GNU libc with modifications.
22726         * m4/spawn_h.m4: New file.
22727         * doc/posix-headers/spawn.texi: Mention the new module.
22728
22729 2008-09-28  Bruno Haible  <bruno@clisp.org>
22730
22731         * modules/sched-tests: New file.
22732         * tests/test-sched.c: New file.
22733
22734         New module 'sched'.
22735         * modules/sched: New file.
22736         * lib/sched.in.h: New file.
22737         * m4/sched_h.m4: New file.
22738         * doc/posix-headers/sched.texi: Mention the new module.
22739
22740 2008-09-27  Eric Blake  <ebb9@byu.net>
22741
22742         Fix previous patch, and tweak references to $0.
22743         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
22744         (func_version, func_gnulib_dir): Don't call this program
22745         gnulib-tool.
22746         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
22747         with using $0 in function.
22748         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
22749         (func_fatal_error): Reuse the name the user invoked us with.
22750
22751 2008-09-27  Bruno Haible  <bruno@clisp.org>
22752
22753         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
22754         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
22755         (gl_ICONV_H): Not here.
22756         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
22757         instead of assigning ICONV_H directly.
22758
22759         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
22760         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
22761         WCHAR_H directly.
22762
22763 2008-09-27  Bruno Haible  <bruno@clisp.org>
22764
22765         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
22766         * modules/arpa_inet (Depends-on): Add link-warning.
22767         (Makefile.am): Insert the definition of GL_LINK-WARNING.
22768         * modules/unistd (Makefile.am): Likewise.
22769
22770 2008-09-26  Bruno Haible  <bruno@clisp.org>
22771
22772         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
22773         variables.
22774         (func_version): Essentially copied from gnulib-tool.
22775         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
22776         func_readlink): Copied from gnulib-tool.
22777
22778 2008-09-26  Bruno Haible  <bruno@clisp.org>
22779
22780         * gnulib-tool (func_version): Change directory to $gnulib_dir before
22781         invoking git-version-gen.
22782
22783 2008-09-26  Bruno Haible  <bruno@clisp.org>
22784
22785         * posix-modules: Update to directory names changed on 2008-01-19.
22786         Remove commas in output before splitting into words. No more need to
22787         avoid 'ftruncate' since 2007-02-19.
22788
22789 2008-09-26  Bruno Haible  <bruno@clisp.org>
22790
22791         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
22792
22793 2008-09-26  Bruno Haible  <bruno@clisp.org>
22794
22795         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
22796         * modules/fwriteerror (Depends-on): Add errno.
22797
22798 2008-09-26  Bruno Haible  <bruno@clisp.org>
22799
22800         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
22801         * tests/test-vc-list-files-cvs.sh: Likewise.
22802
22803 2008-09-26  Bruno Haible  <bruno@clisp.org>
22804
22805         * doc/posix-headers/sys_resource.texi: Reorder items.
22806
22807 2008-09-26  Jim Meyering  <meyering@redhat.com>
22808
22809         fts: tweak inode comparison function
22810         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
22811         inode numbers, as documented.
22812
22813         fts: sort dirent entries on inode number before traversing
22814         This avoids a quadratic, seek-related performance penalty when
22815         operating on a directory containing many entries (measurable at 10k;
22816         3.5 hours at 2 million entries with a cold cache) on certain types
22817         of file systems, including ext3 and ext4, but not tmpfs.
22818         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
22819         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
22820         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
22821         (fs_handles_readdir_ordered_dirents_efficiently): New function.
22822         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
22823         (fts_build): Set the stat.st_ino member from D_INO.
22824         If it is likely to be useful, sort dirent entries on inode number.
22825
22826         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
22827         and the struct statfs.f_type member.
22828         * modules/fts (Depends-on): Add d-ino.
22829
22830 2008-09-26  Bruno Haible  <bruno@clisp.org>
22831
22832         * modules/sigpipe-die (Depends-on): Add sigpipe.
22833
22834         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
22835         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
22836         and GNULIB_STDIO_H_SIGPIPE are set.
22837         * lib/stdio-write.c: New file.
22838         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
22839         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22840         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22841         REPLACE_STDIO_WRITE_FUNCS.
22842         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
22843         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22844         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22845         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22846         * modules/stdio (Files): Add lib/stdio-write.c.
22847         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
22848         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
22849         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
22850         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
22851         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
22852         REPLACE_FPRINTF_POSIX.
22853         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
22854         REPLACE_PRINTF_POSIX.
22855         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
22856         REPLACE_VFPRINTF_POSIX.
22857         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
22858         REPLACE_VPRINTF_POSIX.
22859         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
22860         SIGPIPE issue.
22861         * doc/posix-functions/fputc.texi: Likewise.
22862         * doc/posix-functions/fputs.texi: Likewise.
22863         * doc/posix-functions/fwrite.texi: Likewise.
22864         * doc/posix-functions/printf.texi: Likewise.
22865         * doc/posix-functions/putc.texi: Likewise.
22866         * doc/posix-functions/putchar.texi: Likewise.
22867         * doc/posix-functions/puts.texi: Likewise.
22868         * doc/posix-functions/vfprintf.texi: Likewise.
22869         * doc/posix-functions/vprintf.texi: Likewise.
22870
22871         * modules/safe-write (Depends-on): Add write.
22872
22873         * modules/sigpipe-tests: New file.
22874         * tests/test-sigpipe.c: New file.
22875         * tests/test-sigpipe.sh: New file.
22876
22877         * modules/write: New file.
22878         * lib/unistd.in.h: Include <sys/types.h>.
22879         (write): New declaration.
22880         * lib/write.c: New file.
22881         * m4/write.m4: New file.
22882         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22883         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
22884         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
22885         GNULIB_WRITE, REPLACE_WRITE.
22886         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
22887         and the SIGPIPE issue.
22888
22889         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
22890         (raise): New declaration.
22891         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
22892         (ext_signal): New function.
22893         (rpl_raise): New function.
22894         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
22895         GNULIB_SIGNAL_H_SIGPIPE.
22896         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
22897         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
22898
22899         * modules/sigpipe: New file.
22900         * m4/sigpipe.m4: New file.
22901
22902 2008-09-25  Derek Price  <derek@ximbiot.com>
22903             Bruno Haible  <bruno@clisp.org>
22904
22905         * gnulib-tool (func_import): Report all license incompatibilities, not
22906         just the first one.
22907
22908 2008-09-25  Bruno Haible  <bruno@clisp.org>
22909
22910         * gnulib-tool (func_import): When computing the edits, consider not
22911         only the Makefile.ams that exist but also those that will be generated.
22912
22913 2008-09-25  Simon Josefsson  <simon@josefsson.org>
22914
22915         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
22916         fixes gnulib-tool --test warning about duplicate dependency.
22917
22918 2008-09-25  Bruno Haible  <bruno@clisp.org>
22919
22920         * gnulib-tool: Don't ask the user to perform edits in the generated
22921         Makefile.ams.
22922         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
22923         apply to the Makefile.am being generated.
22924         (func_emit_tests_Makefile_am): Execute edits that apply to the
22925         Makefile.am being generated.
22926         (func_import): Setup list of Makefile.am edits before emitting the
22927         Makefile.ams, not at the end.
22928         (func_create_testdir): Update.
22929         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22930
22931 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22932
22933         * gnulib-tool (func_import): Store the --tests-base option in the
22934         comment in gnulib-cache.m4.
22935
22936 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
22937
22938         * NEWS: Document increased portability that sys_select now provides.
22939
22940         * lib/sys_select.in.h: Install select wrapper.
22941         * lib/sys_socket.in.h: Use more descriptive name when there is no
22942         select wrapper.
22943         * lib/winsock-select.c: New.
22944         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
22945         Require gl_HEADER_SYS_SOCKET.
22946         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
22947         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
22948         * tests/test-sys_select.c: Add functional tests.
22949
22950 2008-09-24  Eric Blake  <ebb9@byu.net>
22951
22952         open, fopen: close fd leak in last patch
22953         * lib/open.c (rpl_open): Close fd before returning error.
22954         * lib/fopen.c (rpl_fopen): Close fd before returning error.
22955         * doc/posix-functions/open.texi (open): Document that Irix also
22956         has the bug.
22957         * doc/posix-functions/fopen.texi (fopen): Likewise.
22958         Reported by Paolo Bonzini.
22959
22960 2008-09-24  Bruno Haible  <bruno@clisp.org>
22961
22962         Ensure that a filename ending in a slash cannot be used to access a
22963         non-directory.
22964         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
22965         to check whether it's really a directory.
22966         * lib/fopen.c: Include fcntl.h, unistd.h.
22967         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
22968         and fdopen().
22969         * modules/fopen (Depends-on): Add unistd.
22970         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
22971         * tests/test-fopen.c (main): Likewise.
22972         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
22973         * doc/posix-functions/fopen.texi: Likewise.
22974         Reported by Eric Blake.
22975
22976 2008-09-23  Eric Blake  <ebb9@byu.net>
22977
22978         c-stack: avoid compiler optimizations when provoking overflow
22979         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
22980         recursion harder to optimize, to ensure a stack overflow occurs.
22981         * tests/test-c-stack.c (recurse): Likewise.
22982         Borrowed from libsigsegv.
22983
22984         c-stack: work around Irix sigaltstack bug
22985         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
22986         whether sigaltstack uses wrong end of stack_t (copied in part from
22987         libsigsegv).
22988         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
22989         Irix bug, without requiring an over-allocation.
22990         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
22991         bug.
22992
22993         fopen: document mingw bug on directories
22994         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
22995         not allowing a stream visiting a directory, even though reading
22996         from such a stream is not portable.
22997
22998 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22999
23000         * lib/poll.c: Rewrite.
23001         * modules/poll: Depend on alloca.
23002
23003 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23004
23005         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
23006         instead define prototypes for a full set of wrappers.  Ensure
23007         that Cygwin does not use the compatibility code, which is only
23008         for MinGW.
23009         * lib/winsock.c: New.
23010         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
23011         * modules/sys_socket: Add lib/winsock.c.
23012
23013         * modules/poll-tests: Add errno and perror.
23014         * tests/test-poll.c: Use ioctl, not ioctlsocket.
23015
23016 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23017
23018         * tests/test-poll.c: Downgrade minimum needed Winsock version.
23019
23020 2008-09-23  Bruno Haible  <bruno@clisp.org>
23021
23022         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
23023         * doc/glibc-functions/*: Likewise.
23024
23025 2008-09-23  Simon Josefsson  <simon@josefsson.org>
23026
23027         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
23028         success.
23029
23030 2008-09-22  Eric Blake  <ebb9@byu.net>
23031             Bruno Haible  <bruno@clisp.org>
23032
23033         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
23034         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
23035         supply %A but mishandle pseudo-NaN.
23036         Reported by Simon Josefsson.
23037
23038 2008-09-21  Bruno Haible  <bruno@clisp.org>
23039
23040         * tests/test-lock.c (main): Tweak skip message.
23041         * tests/test-tls.c (main): Likewise.
23042
23043 2008-09-21  Bruno Haible  <bruno@clisp.org>
23044
23045         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
23046         whether 'struct sigaction' has sa_sigaction here...
23047         (gl_PREREQ_SIG_HANDLER_H): ... not here.
23048         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
23049
23050 2008-09-21  Bruno Haible  <bruno@clisp.org>
23051
23052         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
23053         section.
23054         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
23055         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
23056         the new section.
23057         (Support for obsolete systems lacking POSIX:2001): New section.
23058         (String handling <string.h>): Move strdup to the new section.
23059         Suggested by Simon Josefsson and Paolo Bonzini.
23060
23061 2008-09-21  Bruno Haible  <bruno@clisp.org>
23062
23063         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
23064         exponents in %e and %g results on 'long double'. Needed for mingw's
23065         improved *printf functions.
23066         * tests/test-vasprintf-posix.c (test_function): Likewise.
23067         * tests/test-snprintf-posix.h (test_function): Likewise.
23068         * tests/test-sprintf-posix.h (test_function): Likewise.
23069         Reported by Eric Blake.
23070
23071 2008-09-21  Bruno Haible  <bruno@clisp.org>
23072
23073         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
23074         * tests/test-sprintf-posix.h (test_function): Likewise.
23075
23076 2008-09-21  Bruno Haible  <bruno@clisp.org>
23077
23078         * modules/getpass (Depends-on): Add strdup-posix.
23079
23080         New module 'strdup-posix'.
23081         * modules/strdup-posix: New file.
23082         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
23083         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
23084         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23085         REPLACE_STRDUP.
23086         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
23087         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
23088         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23089         strdup-posix.
23090
23091         * modules/strdup (Depends-on): Remove malloc-posix.
23092
23093 2008-09-20  Bruno Haible  <bruno@clisp.org>
23094
23095         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
23096         Wildenhues.
23097
23098 2008-09-20  Bruno Haible  <bruno@clisp.org>
23099
23100         Ensure that wint_t gets defined on IRIX 5.3.
23101         * lib/wchar.in.h (wint_t): Define if not defined by the system.
23102         * lib/wctype.in.h (wint_t): Likewise.
23103         (__wctype_wint_t): Remove type.
23104         (isw*): Use wint_t instead of __wctype_wint_t.
23105         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
23106         * modules/wchar (Files): Add m4/wint_t.m4.
23107         (Makefile.am): Substitute HAVE_WINT_T.
23108         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
23109         * tests/test-wctype.c: Check that wint_t is defined.
23110         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
23111         * doc/posix-headers/wctype.texi: Likewise.
23112         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
23113
23114 2008-09-18  Bruno Haible  <bruno@clisp.org>
23115
23116         * gnulib-tool (func_exit): Update comment.
23117
23118 2008-09-18  Simon Josefsson  <simon@josefsson.org>
23119
23120         * modules/getaddrinfo (Depends-on): Remove strdup, this module
23121         assumes strdup exists and does not depend on strdup to return
23122         ENOMEM on out of memory conditions.
23123
23124 2008-09-18  Bruno Haible  <bruno@clisp.org>
23125
23126         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
23127         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
23128         digits for the exponent.
23129
23130 2008-09-18  Jim Meyering  <meyering@redhat.com>
23131             Bruno Haible  <bruno@clisp.org>
23132
23133         * lib/vasnprintf.c (decimal_point_char): Define also if
23134         NEED_PRINTF_INFINITE_LONG_DOUBLE.
23135
23136 2008-09-16  Bruno Haible  <bruno@clisp.org>
23137         and Eric Blake  <ebb9@byu.net>
23138
23139         vasnprintf: support Irix 5.3
23140         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
23141         that mishandle long double infinity.
23142         Reported by Tom G. Christensen.
23143
23144 2008-09-16  Bruno Haible  <bruno@clisp.org>
23145
23146         * doc/glibc-functions/scandir.texi: Mention the function is missing on
23147         Solaris 9.
23148         * doc/glibc-functions/alphasort.texi: Likewise.
23149         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
23150
23151 2008-09-16  Jim Meyering  <meyering@redhat.com>
23152
23153         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
23154         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
23155         a umask modification leak out of a subshell.  Otherwise, the
23156         opensolaris /bin/sh would be accepted and thus cause unwarranted
23157         failures in the coreutils test suite.
23158
23159 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
23160
23161         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
23162         to succeed.
23163
23164 2008-09-16  Jim Meyering  <meyering@redhat.com>
23165
23166         avoid spurious test failure when library is built without ACL support
23167         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
23168         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
23169         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
23170         * tests/test-copy-acl.sh: Likewise.
23171
23172 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23173
23174         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
23175         based on character occurrence counts.
23176
23177 2008-09-15  Eric Blake  <ebb9@byu.net>
23178
23179         tests: avoid some compiler warnings
23180         * tests/test-memchr.c (main): Pass NULL indirectly.
23181         * tests/test-closein.c (main): Avoid unused variable.
23182
23183 2008-09-15  Bruno Haible  <bruno@clisp.org>
23184
23185         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
23186         are missing on OpenBSD 4.0 individually.
23187         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23188
23189 2008-09-15  Bruno Haible  <bruno@clisp.org>
23190
23191         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
23192         * doc/posix-functions/strerror.texi: Mention also Cygwin.
23193         * doc/posix-functions/perror.texi: Likewise.
23194         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
23195         is missing.
23196         Reported by Eric Blake.
23197
23198         * lib/errno.in.h: Use replacement values >= 2000.
23199         Reported by Eric Blake.
23200
23201 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23202
23203         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
23204         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
23205         limit.
23206         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
23207         compareseq was aborted.
23208
23209 2008-09-14  Bruno Haible  <bruno@clisp.org>
23210
23211         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
23212         yvec_edit_count.
23213         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
23214         (fstrcmp_bounded): Simplify result computation accordingly.
23215
23216 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23217
23218         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
23219         (fstrcmp): Define in terms of fstrcmp_bounded.
23220         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
23221         lower_bound argument.
23222         Return quickly if the result is certainly < lower_bound.
23223         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
23224
23225 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23226
23227         * lib/diffseq.h (EARLY_ABORT): New macro.
23228         (compareseq): Change return type to bool. Return true when EARLY_ABORT
23229         evaluates to true.
23230
23231 2008-09-14  Bruno Haible  <bruno@clisp.org>
23232
23233         * modules/perror-tests: New file.
23234         * tests/test-perror.sh: New file.
23235         * tests/test-perror.c: New file.
23236
23237         New module 'perror'.
23238         * lib/stdio.in.h (perror): New declaration.
23239         * lib/perror.c: New file.
23240         * m4/perror.m4: New file.
23241         * modules/perror: New file.
23242         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
23243         * doc/posix-functions/perror.texi: Mention the perror module.
23244         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
23245         REPLACE_PERROR.
23246         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
23247         REPLACE_PERROR.
23248
23249 2008-09-14  Bruno Haible  <bruno@clisp.org>
23250
23251         * modules/stdio (Makefile.am): Reorder to match the order in
23252         lib/stdio.in.h.
23253         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23254
23255 2008-09-13  Bruno Haible  <bruno@clisp.org>
23256
23257         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
23258
23259 2008-09-13  Bruno Haible  <bruno@clisp.org>
23260
23261         Extend strerror to cover the added errno values.
23262         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
23263         (rpl_strerror): Provide error messages for the added errno values and
23264         for the WSA* values.
23265         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
23266         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
23267         strerror.
23268         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
23269         * modules/strerror (Depends-on): Add errno.
23270         * doc/posix-functions/strerror.texi: Document the change.
23271         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
23272         and EOVERFLOW.
23273
23274 2008-09-13  Bruno Haible  <bruno@clisp.org>
23275
23276         * modules/EOVERFLOW: Remove file.
23277         * m4/eoverflow.m4: Remove file.
23278         * modules/EOVERFLOW-tests: Remove file.
23279         * tests/test-EOVERFLOW.c: Remove file.
23280         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
23281         * modules/ftell (Depends-on): Likewise.
23282         * modules/getdelim (Depends-on): Likewise.
23283         * modules/getugroups (Depends-on): Likewise.
23284         * modules/poll (Depends-on): Likewise.
23285         * modules/snprintf (Depends-on): Likewise.
23286         * modules/sprintf-posix (Depends-on): Likewise.
23287         * modules/vasnprintf (Depends-on): Likewise.
23288         * modules/vasprintf (Depends-on): Likewise.
23289         * modules/vfprintf-posix (Depends-on): Likewise.
23290         * modules/vsnprintf (Depends-on): Likewise.
23291         * modules/vsprintf-posix (Depends-on): Likewise.
23292         * modules/xvasprintf (Depends-on): Likewise.
23293         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
23294         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
23295         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
23296         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
23297         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
23298         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
23299         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
23300         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
23301         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
23302         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
23303         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
23304         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
23305         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
23306         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
23307         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
23308         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
23309         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
23310         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
23311         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
23312         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
23313         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
23314         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
23315         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
23316         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
23317         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
23318         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
23319         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
23320         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
23321         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
23322         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
23323         * MODULES.html.sh: Remove EOVERFLOW.
23324         * NEWS: Mention the change.
23325
23326 2008-09-13  Bruno Haible  <bruno@clisp.org>
23327
23328         * modules/errno-tests: New file.
23329         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
23330
23331         * lib/errno.in.h: New file.
23332         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
23333         * modules/errno: New file.
23334         * doc/posix-headers/errno.texi: Update documentation.
23335         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
23336
23337 2008-09-13  Bruno Haible  <bruno@clisp.org>
23338
23339         * tests/test-poll.c: Use #if for native Windows, rather than testing
23340         __MSVCRT__.
23341
23342 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23343             Bruno Haible  <bruno@clisp.org>
23344
23345         * lib/glob.c: Don't include <pwd.h> on native Windows.
23346         (WINDOWS32): New macro.
23347         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
23348
23349 2008-09-13  Bruno Haible  <bruno@clisp.org>
23350
23351         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
23352         (ETIMEDOUT): Remove macro.
23353         (glthread_cond_timedwait_multithreaded): New declaration.
23354         (glthread_cond_timedwait): Use it.
23355         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
23356         (glthread_cond_timedwait_multithreaded): New function.
23357
23358 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23359
23360         * modules/poll-tests: Do not check for io.h.
23361         * tests/test-poll.c: Check for __MSVCRT__ instead.
23362
23363 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23364
23365         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
23366         * modules/poll-tests: Add inet_pton, stdbool, sockets.
23367         * tests/test-poll.c: Use them.  Use _pipe on Windows.
23368
23369 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23370
23371         * modules/poll-tests: New.
23372         * tests/test-poll.c: New.
23373
23374 2008-09-12  Eric Blake  <ebb9@byu.net>
23375
23376         frexp: test for NetBSD failure on -0.0
23377         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
23378         not all, bugs from NetBSD 3.0 have been fixed.
23379         * doc/posix-functions/frexp.texi (frexp): Document bug.
23380         Reported by Thomas Klausner.
23381
23382         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
23383         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
23384         literal -0.0.
23385         Reported by Jonathan C. Patschke <jp@centtech.com>.
23386
23387 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23388
23389         * lib/glthread/cond.h: Use dummy implementation also if
23390         USE_WIN32_THREADS.
23391
23392 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23393
23394         * modules/fnmatch-posix (License): Change to LGPLv2+.
23395         * modules/fnmatch-gnu (License): Likewise.
23396
23397 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23398
23399         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
23400
23401 2008-09-11  Jim Meyering  <meyering@redhat.com>
23402
23403         * users.txt: Add gtk-vnc.
23404
23405 2008-09-08  Simon Josefsson  <simon@josefsson.org>
23406
23407         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
23408         rotate amounts.
23409
23410         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
23411         required for 16-bit and 8-bit rotates.
23412         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
23413         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
23414         UINT8_MAX instead of hard-coded constants.
23415         Suggested by Paul Eggert.
23416
23417 2008-09-07  Bruno Haible  <bruno@clisp.org>
23418
23419         * tests/test-striconveh.c (main): Check behaviour when converting from
23420         UTF-7.
23421
23422         Make striconveh work better with stateful encodings.
23423         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
23424         that iconv does not increment the inptr when returning -1/EINVAL.
23425
23426 2008-09-07  Bruno Haible  <bruno@clisp.org>
23427
23428         * build-aux/config.rpath: Update according to libtool-2.2.6.
23429         * build-aux/config.libpath: Likewise.
23430
23431 2008-09-06  Bruno Haible  <bruno@clisp.org>
23432
23433         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
23434         * lib/freadptr.c (freadptr): Likewise.
23435         * lib/freadseek.c (freadptrinc): Likewise.
23436         Reported by Simon Josefsson.
23437
23438 2008-09-06  Bruno Haible  <bruno@clisp.org>
23439
23440         * modules/freadptr (License): Change to LGPLv2+.
23441         * modules/freadseek (License): Likewise.
23442         Suggested by Eric Blake.
23443
23444         * modules/memchr2 (License): Change to LGPLv2+.
23445         Approved by Eric Blake.
23446
23447 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23448             Bruno Haible  <bruno@clisp.org>
23449
23450         Make gnulib-tool work with native 'sed' on AIX.
23451         * gnulib-tool (sed_noop): New variable.
23452         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
23453         func_add_or_update, func_create_testdir): Use it to initialize sed
23454         script variables.
23455         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23456
23457 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
23458             Bruno Haible  <bruno@clisp.org>
23459
23460         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
23461         also works after #include directives.
23462
23463 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
23464
23465         getdate.y: reject an out-of-range timezone value
23466         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
23467         the range [-24...+24].  When specified with only one or two digits,
23468         * tests/test-getdate.c: Tests for the fix.
23469         * doc/getdate.texi: Document this change.
23470
23471 2008-09-03  Bruno Haible  <bruno@clisp.org>
23472
23473         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
23474
23475 2008-09-02  Simon Josefsson  <simon@josefsson.org>
23476
23477         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
23478         <bruce.korb@gmail.com> with ideas from Ben Pfaff
23479         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
23480         Blake <ebb9@byu.net>.
23481
23482         * tests/test-bitrotate.c: Add more test vectors.
23483
23484 2008-09-02  Eric Blake  <ebb9@byu.net>
23485
23486         vasnprintf-posix: handle large precision via %.*d
23487         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
23488         when handling it ourselves.
23489         * tests/test-vasnprintf-posix.c (test_function): Add test.
23490         * tests/test-snprintf-posix.h (test_function): Likewise.
23491         * tests/test-sprintf-posix.h (test_function): Likewise.
23492         * tests/test-vasprintf-posix.c (test_function): Likewise.
23493         Reported by Alain Guibert.
23494
23495 2008-09-01  Eric Blake  <ebb9@byu.net>
23496
23497         c-stack: make configure-time check more robust
23498         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
23499         successful sigaction call.
23500         Reported by Tom G. Christensen.
23501
23502 2008-09-01  Bruno Haible  <bruno@clisp.org>
23503
23504         New module 'findprog-lgpl'.
23505         * modules/findprog-lgpl: New file.
23506         * lib/findprog-lgpl.c: New file.
23507         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
23508         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
23509         to decide whether to use strdup or xstrdup, concatenated_filename or
23510         xconcatenated_filename.
23511
23512 2008-09-01  Bruno Haible  <bruno@clisp.org>
23513
23514         Split module 'concat-filename' into 'concat-filename' (LGPL) and
23515         'xconcat-filename' (GPL).
23516         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
23517         (License): Change to LGPLv2+.
23518         * modules/xconcat-filename: New file.
23519         * lib/concat-filename.h (concatenated_filename): Change specification.
23520         (xconcatenated_filename): New declaration.
23521         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
23522         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
23523         memory situations.
23524         * lib/xconcat-filename.c: New file.
23525         * NEWS: Mention the change.
23526         * lib/findprog.c: Include concat-filename.h, not filename.h.
23527         (find_in_path): Use xconcatenated_filename instead of
23528         concatenated_filename.
23529         * lib/javacomp.c: Include concat-filename.h, not filename.h.
23530         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
23531         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
23532         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
23533         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
23534         instead of concatenated_filename.
23535         * lib/javaexec.c: Include concat-filename.h, not filename.h.
23536         (execute_java_class): Use xconcatenated_filename instead of
23537         concatenated_filename.
23538         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
23539         * modules/javacomp (Depends-on): Likewise.
23540         * modules/javaexec (Depends-on): Likewise.
23541
23542 2008-09-01  Bruno Haible  <bruno@clisp.org>
23543
23544         Split module 'filename' into 'filename' and 'concat-filename'.
23545         * modules/filename: Keep only lib/filename.h.
23546         (License): Change to LGPLv2+.
23547         * modules/concat-filename: New file, extracted from modules/filename.
23548         * lib/filename.h (concatenated_filename): Remove declaration.
23549         * lib/concat-filename.h: New file, extracted from lib/filename.h.
23550         * lib/concat-filename.c: Include concat-filename.h.
23551         * NEWS: Mention the change.
23552
23553 2008-09-01  Simon Josefsson  <simon@josefsson.org>
23554
23555         * lib/bitrotate.h (rotl8, rotr8): Add.
23556
23557         * modules/bitrotate (configure.ac): Need
23558         AC_REQUIRE([AC_C_INLINE]).
23559         (Description): Mention stdint.h.  Reported by Bruno Haible
23560         <bruno@clisp.org>.
23561
23562         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
23563         Paolo Bonzini <bonzini@gnu.org>.
23564
23565 2008-08-31  Bruno Haible  <bruno@clisp.org>
23566
23567         Assume Solaris specific bi-arch conventions on Solaris systems.
23568         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
23569         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
23570         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
23571         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
23572         like acl_libdirstem.
23573         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
23574         acl_libdirstem.
23575         * NEWS: Mention the change.
23576         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
23577
23578 2008-08-31  Jim Meyering  <meyering@redhat.com>
23579
23580         * lib/strftime.h: Add comments describing the two added arguments.
23581
23582         remove duplicate #include directives
23583         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
23584         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
23585
23586 2008-08-31  Bruno Haible  <bruno@clisp.org>
23587
23588         New module 'sigpipe-die'.
23589         * modules/sigpipe-die: New file.
23590         * lib/sigpipe-die.h: New file.
23591         * lib/sigpipe-die.c: New file.
23592         * MODULES.html.sh (Signal handling): Add sigpipe-die.
23593
23594 2008-08-31  Bruno Haible  <bruno@clisp.org>
23595
23596         Don't override previously installed signal handlers.
23597         * lib/fatal-signal.c (saved_sigactions): New variable.
23598         (uninstall_handlers): Reset the signal to the saved handler, not
23599         to SIG_DFL (except when ignored).
23600         (install_handlers): Save the previous handlers.
23601
23602 2008-08-30  Bruno Haible  <bruno@clisp.org>
23603
23604         * gnulib-tool (func_reset_sigpipe): New function.
23605         (func_get_automake_snippet, func_modules_transitive_closure,
23606         func_import): Invoke it before a join command that reads from stdin,
23607         to avoid "echo: write error: Broken pipe" error messages on stderr.
23608         Reported by Sam Steingold <sds@gnu.org>.
23609
23610 2008-08-30  Bruno Haible  <bruno@clisp.org>
23611
23612         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
23613         Code copied from m4/open.m4.
23614         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
23615         access and the filename ends in a slash. Code copied from lib/open.c.
23616         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
23617         * tests/test-fopen.c (main): Check against bug with trailing slash.
23618
23619 2008-08-29  Bruno Haible  <bruno@clisp.org>
23620
23621         Avoid some "gcc -pedantic" warnings.
23622         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
23623         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
23624         * lib/dirent.in.h: Likewise.
23625         * lib/fcntl.in.h: Likewise.
23626         * lib/float.in.h: Likewise.
23627         * lib/iconv.in.h: Likewise.
23628         * lib/inttypes.in.h: Likewise.
23629         * lib/locale.in.h: Likewise.
23630         * lib/math.in.h: Likewise.
23631         * lib/netinet_in.in.h: Likewise.
23632         * lib/search.in.h: Likewise.
23633         * lib/signal.in.h: Likewise.
23634         * lib/stdarg.in.h: Likewise.
23635         * lib/stdint.in.h: Likewise.
23636         * lib/stdio.in.h: Likewise.
23637         * lib/stdlib.in.h: Likewise.
23638         * lib/string.in.h: Likewise.
23639         * lib/strings.in.h: Likewise.
23640         * lib/sys_select.in.h: Likewise.
23641         * lib/sys_socket.in.h: Likewise.
23642         * lib/sys_stat.in.h: Likewise.
23643         * lib/sys_time.in.h: Likewise.
23644         * lib/sysexits.in.h: Likewise.
23645         * lib/time.in.h: Likewise.
23646         * lib/unistd.in.h: Likewise.
23647         * lib/wchar.in.h: Likewise.
23648         * lib/wctype.in.h: Likewise.
23649         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
23650         * modules/fchdir (Makefile.am): Likewise.
23651         * modules/fcntl (Makefile.am): Likewise.
23652         * modules/float (Makefile.am): Likewise.
23653         * modules/iconv_open (Makefile.am): Likewise.
23654         * modules/inttypes (Makefile.am): Likewise.
23655         * modules/locale (Makefile.am): Likewise.
23656         * modules/math (Makefile.am): Likewise.
23657         * modules/netinet_in (Makefile.am): Likewise.
23658         * modules/search (Makefile.am): Likewise.
23659         * modules/signal (Makefile.am): Likewise.
23660         * modules/stdarg (Makefile.am): Likewise.
23661         * modules/stdint (Makefile.am): Likewise.
23662         * modules/stdio (Makefile.am): Likewise.
23663         * modules/stdlib (Makefile.am): Likewise.
23664         * modules/string (Makefile.am): Likewise.
23665         * modules/strings (Makefile.am): Likewise.
23666         * modules/sys_select (Makefile.am): Likewise.
23667         * modules/sys_socket (Makefile.am): Likewise.
23668         * modules/sys_stat (Makefile.am): Likewise.
23669         * modules/sys_time (Makefile.am): Likewise.
23670         * modules/sysexits (Makefile.am): Likewise.
23671         * modules/time (Makefile.am): Likewise.
23672         * modules/unistd (Makefile.am): Likewise.
23673         * modules/wchar (Makefile.am): Likewise.
23674         * modules/wctype (Makefile.am): Likewise.
23675         Reported by Reuben Thomas <rrt@sc3d.org>.
23676
23677 2008-08-29  Bruno Haible  <bruno@clisp.org>
23678
23679         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
23680         any more.
23681
23682 2008-08-29  Simon Josefsson  <simon@josefsson.org>
23683
23684         * MODULES.html.sh (Misc): Add bitrotate.
23685
23686         * modules/bitrotate: New file.
23687
23688         * lib/bitrotate.h: New file.
23689
23690         * modules/bitrotate-tests: New file.
23691
23692         * tests/test-bitrotate.c: New file.
23693
23694         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
23695         on the bitrotate module.
23696
23697         * lib/arctwo.c: Use new bitrotate module.
23698
23699 2008-08-29  Jim Meyering  <meyering@redhat.com>
23700
23701         bootstrap: merge changes from coreutils
23702         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
23703         of copied files.  Remove a kludge, now that this is fixed.
23704         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
23705         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
23706         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
23707
23708 2008-08-29  Bruno Haible  <bruno@clisp.org>
23709
23710         * MODULES.html.sh: Remove --cvs-urls option.
23711
23712 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
23713
23714         maint.mk: adjust to file name change
23715         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
23716
23717 2008-08-28  Jim Meyering  <meyering@redhat.com>
23718
23719         * modules/getndelim2 (License): Relicense to LGPLv2+.
23720         Approved by Richard Stallman for the version of 1995, and by
23721         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
23722
23723 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
23724
23725         * lib/getdelim.c (flockfile, funlockfile): Make all of them
23726         dummy if one is not available.  Do not touch them if
23727         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
23728         (getc_maybe_unlocked): New.
23729         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
23730
23731 2008-08-26  Eric Blake  <ebb9@byu.net>
23732
23733         doc/INSTALL: resync from autoconf
23734         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
23735         (INSTALL_PRELUDE): Delete; this is done more efficiently by
23736         moving...
23737         * install.texi [!autoconf]: ...here.  Resync from autoconf.
23738         * INSTALL: Regenerate.
23739         * INSTALL.ISO: New file.
23740         * INSTALL.UTF-8: Likewise.
23741
23742 2008-08-26  Jim Meyering  <meyering@redhat.com>
23743
23744         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
23745         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
23746         these definitions conditional, so that they may be overridden, too.
23747
23748 2008-08-26  Bruno Haible  <bruno@clisp.org>
23749
23750         Generate INSTALL file variants with prettier quotes.
23751         * doc/Makefile (INSTALL_PRELUDE): New macro.
23752         (INSTALL): Use it.
23753         (INSTALL.ISO, INSTALL.UTF-8): New rules.
23754
23755 2008-08-26  Bruno Haible  <bruno@clisp.org>
23756
23757         Run makeinfo in an English locale.
23758         * doc/Makefile (MAKEINFO): New variable.
23759
23760 2008-08-26  Bruno Haible  <bruno@clisp.org>
23761
23762         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
23763         Suggested by Eric Blake.
23764
23765 2008-08-25  Bruno Haible  <bruno@clisp.org>
23766
23767         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
23768
23769 2008-08-25  Eric Blake  <ebb9@byu.net>
23770
23771         c-stack: test that stack overflow can be caught
23772         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
23773         that platform allows handling stack overflow; at least OS/2 EMX
23774         has sigaltstack, but crashes before transferring control to
23775         handler on stack overflow.
23776         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
23777         check for HAVE_STACK_OVERFLOW_HANDLING.
23778         Reported by Elbert Pol.
23779
23780 2008-08-25  Bruno Haible  <bruno@clisp.org>
23781
23782         * doc/posix-functions/strftime.texi: Fix description of strftime
23783         module.
23784
23785 2008-08-24  Bruno Haible  <bruno@clisp.org>
23786
23787         * tests/uniwidth/test-uc_width2.c: New file.
23788         * tests/uniwidth/test-uc_width2.sh: New file.
23789         * modules/uniwidth/width-tests (Files): Add the new files.
23790         (TESTS): Add uniwidth/test-uc_width2.sh.
23791         (TESTS_ENVIRONMENT): New variable.
23792         (check_PROGRAMS): Add test-uc_width2.
23793         (test_uc_width2_SOURCES): New variable.
23794
23795         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
23796         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
23797         not 0x00AB.
23798         Reported by Alexander V. Lukyanov <lav@netis.ru>.
23799
23800 2008-08-22  Eric Blake  <ebb9@byu.net>
23801
23802         test-lock, test-tls: mention why a test is skipped
23803         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
23804         skipped.
23805         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
23806
23807         count-one-bits: relax license
23808         * modules/count-one-bits (License): Relicense to LGPLv2+.
23809         Suggested by Ludovic Courtès, approved by Ben Pfaff.
23810
23811 2008-08-22  Andreas Schwab  <schwab@suse.de>
23812
23813         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
23814         Remove spurious space in assignment.
23815
23816 2008-08-21  Simon Josefsson  <simon@josefsson.org>
23817
23818         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
23819         Paul Eggert <eggert@CS.UCLA.EDU>.
23820
23821 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
23822
23823         * modules/gettext: Add m4/threadlib.m4.
23824
23825 2008-08-19  Eric Blake  <ebb9@byu.net>
23826
23827         test-c-stack: fix compilation failure on FreeBSD 5.0
23828         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
23829         headers before <sys/resource.h>.
23830         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
23831         the bug.
23832         Reported by Nelson H. F. Beebe.
23833
23834         strverscmp: migrate from "strverscmp.h" to <string.h>
23835         * modules/string (Makefile.am): Add new hooks.
23836         * modules/strverscmp (Files): Remove strverscmp.h.
23837         (Depends-on): Add string.
23838         (configure.ac): Add indicator.
23839         (Include): Mention new header.
23840         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
23841         defaults.
23842         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
23843         results.
23844         * lib/strverscmp.h: Delete.
23845         * lib/string.in.h (strverscmp): Provide declaration, when needed.
23846         * tests/test-strverscmp.c (includes): Adjust client.
23847         * lib/check-version.c (includes): Likewise.
23848         * NEWS: Document the change.
23849
23850         strverscmp: add unit test
23851         * modules/strverscmp-tests: New file.
23852         * tests/test-strverscmp.c: Likewise.
23853
23854 2008-08-19  Simon Josefsson  <simon@josefsson.org>
23855
23856         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
23857         regarding Windows crypto stuff, from Mono.
23858
23859 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
23860
23861         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
23862         if present, for intel RND.  Return error on failures.
23863
23864 2008-08-18  Ben Pfaff  <blp@gnu.org>
23865
23866         gitlog-to-changelog: give better diagnostic for failed pipe-open
23867         * build-aux/gitlog-to-changelog: Improve error message: suggest
23868         that the version of Git may be too old.
23869
23870 2008-08-18  Simon Josefsson  <simon@josefsson.org>
23871
23872         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
23873         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
23874
23875 2008-08-18  Bruno Haible  <bruno@clisp.org>
23876
23877         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
23878         pthread_in_use().
23879
23880 2008-08-18  Bruno Haible  <bruno@clisp.org>
23881
23882         * lib/glthread/threadlib.c: Include <pthread.h>.
23883
23884 2008-08-18  Bruno Haible  <bruno@clisp.org>
23885
23886         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
23887         glthread_recursive_lock_* macros.
23888         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
23889         Fix syntax error.
23890
23891 2008-08-18  Bruno Haible  <bruno@clisp.org>
23892
23893         * lib/glthread/thread.c: Avoid forcing a context switch right after
23894         thread creation.
23895
23896 2008-08-17  Bruno Haible  <bruno@clisp.org>
23897
23898         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
23899         * lib/glthread/thread.h: Provide Win32 specific implementation.
23900         * modules/thread (Files): Add lib/glthread/thread.c.
23901         (Depends-on): Add lock.
23902         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
23903
23904 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23905
23906         New module 'yield'.
23907         * modules/yield: New file.
23908         * lib/glthread/yield.h: New file.
23909         * m4/yield.m4: New file.
23910         * MODULES.html.sh (Multithreading): Add yield.
23911
23912 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23913
23914         New module 'thread'.
23915         * modules/thread: New file.
23916         * lib/glthread/thread.h: New file.
23917         * m4/thread.m4: New file.
23918         * MODULES.html.sh (Multithreading): Add thread.
23919
23920 2008-08-17  Bruno Haible  <bruno@clisp.org>
23921
23922         * lib/glthread/lock.h: Include <stdlib.h> always.
23923         * lib/glthread/tls.h: Likewise.
23924         * lib/glthread/cond.h: Likewise.
23925
23926 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23927
23928         New module 'cond'.
23929         * modules/cond: New file.
23930         * lib/glthread/cond.h: New file.
23931         * lib/glthread/cond.c: New file.
23932         * m4/cond.m4: New file.
23933         * MODULES.html.sh (Multithreading): Add cond.
23934
23935 2008-08-16  Eric Blake  <ebb9@byu.net>
23936
23937         c-stack: fix regression on Irix 5.3 from 2008-06-21
23938         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
23939         sa_sigaction...
23940         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
23941         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
23942         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
23943         * modules/signal (Makefile.am): Use the value.
23944         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
23945         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
23946         * doc/posix-headers/signal.texi (signal.h): Document this
23947         portability issue.
23948         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
23949         Reported by Tom G. Christensen.
23950
23951 2008-08-17  Bruno Haible  <bruno@clisp.org>
23952
23953         New module 'threadlib'.
23954         * modules/threadlib: New file.
23955         * lib/glthread/threadlib.c: New file, extracted from
23956         lib/glthread/lock.c.
23957         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
23958         functions.
23959         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
23960         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
23961         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
23962         macros.
23963         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
23964         (gl_DISABLE_THREADS): Remove macro.
23965         * modules/lock (Files): Remove build-aux/config.rpath.
23966         (Depends-on): Remove havelib. Add threadlib.
23967         (configure.ac-early): Remove section.
23968         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
23969         * modules/tls (Depends-on): Remove lock. Add threadlib.
23970         (Link): New section, copied from threadlib.
23971         * MODULES.html.sh (Multithreading): Add threadlib.
23972
23973 2008-08-14  Bruno Haible  <bruno@clisp.org>
23974
23975         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
23976         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
23977         glthread_rwlock_unlock, glthread_rwlock_destroy,
23978         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
23979         glthread_recursive_lock_destroy): Define as macros always.
23980         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
23981         glthread_lock_lock.
23982         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
23983         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
23984         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
23985         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
23986         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
23987         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
23988         (glthread_recursive_lock_lock_func): Renamed from
23989         glthread_recursive_lock_lock.
23990         (glthread_recursive_lock_unlock_func): Renamed from
23991         glthread_recursive_lock_unlock.
23992         (glthread_recursive_lock_destroy_func): Renamed from
23993         glthread_recursive_lock_destroy.
23994
23995 2008-08-14  Bruno Haible  <bruno@clisp.org>
23996
23997         * lib/glthread/lock.h: Renamed from lib/lock.h.
23998         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
23999         * lib/glthread/tls.h: Renamed from lib/tls.h.
24000         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
24001         * lib/fstrcmp.c: Update includes.
24002         * lib/strsignal.c: Update includes.
24003         * modules/lock (Files, Makefile.am): Update.
24004         (Include): Change to "glthread/lock.h".
24005         * modules/tls (Files, Makefile.am): Update.
24006         (Include): Change to "glthread/tls.h".
24007         * tests/test-lock.c: Update includes.
24008         * tests/test-tls.c: Update includes.
24009         * NEWS: Mention the renamed header files.
24010
24011 2008-08-11  Jim Meyering  <meyering@redhat.com>
24012
24013         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
24014
24015 2008-08-11  Eric Blake  <ebb9@byu.net>
24016
24017         test-c-stack: avoid C99-ism
24018         * tests/test-c-stack.c (main): Fix whitespace, move declaration
24019         before statement.
24020         Reported by Alain Guibert.
24021
24022 2008-08-10  Jim Meyering  <meyering@redhat.com>
24023
24024         ensure that return value of uinttostr et al are not ignored
24025         * lib/inttostr.h (__GNUC_PREREQ): Define.
24026         (__attribute_warn_unused_result__): Define.
24027         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
24028
24029 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
24030
24031         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
24032         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
24033
24034 2008-08-07  Jim Meyering  <meyering@redhat.com>
24035
24036         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
24037
24038         * modules/mkstemp (License): Relicense under LGPLv2+.
24039         * modules/tempname (License): Likewise.
24040
24041 2008-08-06  Bruno Haible  <bruno@clisp.org>
24042
24043         * lib/poll.c (poll): Further micro-optimization.
24044
24045 2008-08-06  Jim Meyering  <meyering@redhat.com>
24046
24047         inet_pton.c: use locale-independent tolower
24048         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
24049         (inet_pton6): Use c_tolower rather than tolower.
24050         * modules/inet_pton (Depends-on): Add c-ctype.
24051
24052 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
24053
24054         * lib/poll.c (poll): Avoid division when timeout is 0, cache
24055         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
24056
24057 2008-08-06  Jim Meyering  <meyering@redhat.com>
24058
24059         * modules/inet_pton (License): Relicense under LGPLv2+.
24060
24061 2008-08-03  Bruno Haible  <bruno@clisp.org>
24062
24063         Additional non-aborting API for lock and tls.
24064         * lib/lock.h: Include <errno.h>.
24065         (glthread_lock_init): New macro/function.
24066         (gl_lock_init): Define as wrapper around glthread_lock_init.
24067         (glthread_lock_lock): New macro/function.
24068         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
24069         (glthread_lock_unlock): New macro/function.
24070         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
24071         (glthread_lock_destroy): New macro/function.
24072         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
24073         (glthread_rwlock_init): New macro/function.
24074         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
24075         (glthread_rwlock_rdlock): New macro/function.
24076         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
24077         (glthread_rwlock_wrlock): New macro/function.
24078         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
24079         (glthread_rwlock_unlock): New macro/function.
24080         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
24081         (glthread_rwlock_destroy): New macro/function.
24082         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
24083         (glthread_recursive_lock_init): New macro/function.
24084         (gl_recursive_lock_init): Define as wrapper around
24085         glthread_recursive_lock_init.
24086         (glthread_recursive_lock_lock): New macro/function.
24087         (gl_recursive_lock_lock): Define as wrapper around
24088         glthread_recursive_lock_lock.
24089         (glthread_recursive_lock_unlock): New macro/function.
24090         (gl_recursive_lock_unlock): Define as wrapper around
24091         glthread_recursive_lock_unlock.
24092         (glthread_recursive_lock_destroy): New macro/function.
24093         (gl_recursive_lock_destroy): Define as wrapper around
24094         glthread_recursive_lock_destroy.
24095         (glthread_once): New macro/function.
24096         (gl_once): Define as wrapper around glthread_once.
24097         Update function declarations.
24098         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
24099         glthread_rwlock_init. Return error code.
24100         (glthread_rwlock_rdlock_multithreaded): Renamed from
24101         glthread_rwlock_rdlock. Return error code.
24102         (glthread_rwlock_wrlock_multithreaded): Renamed from
24103         glthread_rwlock_wrlock. Return error code.
24104         (glthread_rwlock_unlock_multithreaded): Renamed from
24105         glthread_rwlock_unlock. Return error code.
24106         (glthread_rwlock_destroy_multithreaded): Renamed from
24107         glthread_rwlock_destroy. Return error code.
24108         (glthread_recursive_lock_init_multithreaded): Renamed from
24109         glthread_recursive_lock_init. Return error code.
24110         (glthread_recursive_lock_lock_multithreaded): Renamed from
24111         glthread_recursive_lock_lock. Return error code.
24112         (glthread_recursive_lock_unlock_multithreaded): Renamed from
24113         glthread_recursive_lock_unlock. Return error code.
24114         (glthread_recursive_lock_destroy_multithreaded): Renamed from
24115         glthread_recursive_lock_destroy. Return error code.
24116         (glthread_once_call): Make static.
24117         (glthread_once_multithreaded): Renamed from glthread_once.
24118         * lib/tls.h: Include <errno.h>.
24119         (glthread_tls_key_init): New macro/function.
24120         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
24121         (glthread_tls_set): New macro/function.
24122         (gl_tls_set): Define as wrapper around glthread_tls_set.
24123         (glthread_tls_key_destroy): New macro/function.
24124         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
24125         Update function declarations.
24126         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
24127         glthread_tls_get.
24128         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
24129
24130 2008-08-04  Eric Blake  <ebb9@byu.net>
24131
24132         gnumakefile: use space, not TAB, outside of targets
24133         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
24134
24135 2008-08-02  Jim Meyering  <meyering@redhat.com>
24136
24137         getdate.y: avoid locale-dependent date parsing failure
24138         In Turkish locales, getdate would fail to recognize keywords
24139         containing a lowercase "i".  The solution is not to rely on
24140         locale-sensitive case-conversion.
24141         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
24142         (lookup_word): Use c_toupper in place of toupper.
24143         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
24144         Reported by Vefa Bicakci <bicave@superonline.com> in
24145         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
24146         * modules/getdate (Depends-on): Add c-ctype.
24147
24148 2008-08-02  Bruno Haible  <bruno@clisp.org>
24149
24150         * gnulib-tool (func_import): When updating or creating a .gitignore
24151         file, prepend each added line with a slash, and ignore leading slashes
24152         from the existing lines.
24153         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
24154
24155 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24156
24157         Portability fix for GNU make 3.79.1.
24158         * top/GNUmakefile: Avoid 'else COND', which older GNU make
24159         versions do not understand.
24160
24161 2008-08-01  Bruno Haible  <bruno@clisp.org>
24162
24163         Work around bug of HP-UX 10.20 cc with -0.0 literal.
24164         * tests/test-isnanf.h (zero): New variable.
24165         (main): Avoid literal -0.0f.
24166         * tests/test-isnand.h (zero): New variable.
24167         (main): Avoid literal -0.0.
24168         * tests/test-isnanl.h (zero): New variable.
24169         (main): Avoid literal -0.0L.
24170         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
24171         (test_float, test_double, test_long_double): Avoid literals -0.0f,
24172         -0.0, -0.0L.
24173         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
24174         (test_signbitd): Avoid literal -0.0.
24175         (test_signbitl): Avoid literal -0.0L.
24176         * tests/test-ceilf1.c (zero): New variable.
24177         (main): Avoid literal -0.0f.
24178         * tests/test-ceill.c (zero): New variable.
24179         (main): Avoid literal -0.0L.
24180         * tests/test-floorf1.c (zero): New variable.
24181         (main): Avoid literal -0.0f.
24182         * tests/test-floorl.c (zero): New variable.
24183         (main): Avoid literal -0.0L.
24184         * tests/test-roundf1.c (zero): New variable.
24185         (main): Avoid literal -0.0f.
24186         * tests/test-round1.c (zero): New variable.
24187         (main): Avoid literal -0.0.
24188         * tests/test-roundl.c (zero): New variable.
24189         (main): Avoid literal -0.0L.
24190         * tests/test-truncf1.c (zero): New variable.
24191         (main): Avoid literal -0.0f.
24192         * tests/test-trunc1.c (zero): New variable.
24193         (main): Avoid literal -0.0.
24194         * tests/test-truncl.c (zero): New variable.
24195         (main): Avoid literal -0.0L.
24196         * tests/test-frexp.c (zero): New variable.
24197         (main): Avoid literal -0.0.
24198         * tests/test-frexpl.c (zero): New variable.
24199         (main): Avoid literal -0.0L.
24200         * tests/test-ldexpl.c (zero): New variable.
24201         (main): Avoid literal -0.0L.
24202         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
24203         (zerod, zerol): New variables.
24204         (test_function): Avoid literals -0.0, -0.0L.
24205         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
24206         (zerod, zerol): New variables.
24207         (test_function): Avoid literals -0.0, -0.0L.
24208         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
24209         (zerod, zerol): New variables.
24210         (test_function): Avoid literals -0.0, -0.0L.
24211         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
24212         (zerod, zerol): New variables.
24213         (test_function): Avoid literals -0.0, -0.0L.
24214         * tests/test-strtod.c (zero): New variable.
24215         (main): Avoid literal -0.0.
24216         Reported by Jonathan C. Patschke <jp@centtech.com>.
24217
24218 2008-07-31  Jim Meyering  <meyering@redhat.com>
24219
24220         sha256.h: correct definition of SHA224_DIGEST_SIZE
24221         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
24222         Reported by Paulie Pena IV <paulie4@gmail.com>.
24223         Define as 224 / 8, rather than as a literal.
24224         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
24225         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
24226         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
24227
24228 2008-07-31  Bruno Haible  <bruno@clisp.org>
24229
24230         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
24231         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
24232         Reported by Jonathan Patschke <jp@centtech.com>.
24233
24234 2008-07-31  Bruno Haible  <bruno@clisp.org>
24235
24236         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
24237         Reported by Paolo Bonzini <bonzini@gnu.org>.
24238
24239 2008-07-30  Eric Blake  <ebb9@byu.net>
24240
24241         test-strtod: allow compilation without -lm
24242         * tests/test-strtod.c (main): Avoid link dependence on fabs.
24243         Reported by Dennis Clarke <blastwave@gmail.com>.
24244
24245 2008-07-28  Jim Meyering  <meyering@redhat.com>
24246
24247         bootstrap: work also when there are no .po files in po/
24248         * build-aux/bootstrap (update_po_files): Complete the change
24249         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
24250
24251 2008-07-27  Jim Meyering  <meyering@redhat.com>
24252
24253         * users.txt: Add zile.
24254
24255 2008-07-26  Ben Pfaff  <blp@gnu.org>
24256
24257         Add missing dependencies on new m4/exponent[fdl].m4 files.
24258         * modules/isnanf-nolibm: Add m4/exponentf.m4.
24259         * modules/isnand-nolibm: Add m4/exponentd.m4.
24260         * modules/isnanl-nolibm: Add m4/exponentl.m4.
24261         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
24262         m4/isnan[fdl].m4, because the macros actually used moved.
24263         Reported by Jim Meyering.
24264
24265 2008-07-14  Ben Pfaff  <blp@gnu.org>
24266
24267         Add isinf module.
24268         * lib/isinf.c: New file.
24269         * lib/math.in.h: Define isinf macro if we have decided to replace
24270         it.
24271         * m4/isinf.m4: New file.
24272         * m4/math_h.m4: Initialize and substitute variables for isinf
24273         module.
24274         * modules/isinf: New file.
24275         * modules/isinf-tests: New file.
24276         * modules/math: Add substitutions for new module.
24277         * tests/test-isinf.c: New file.
24278         * doc/posix-functions/isinf.texi: Mention new module.
24279         * MODULES.html.sh: Mention new module.
24280
24281 2008-07-14  Ben Pfaff  <blp@gnu.org>
24282
24283         Factor out some macros for use by additional modules.
24284         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
24285         exponentf.m4.
24286         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
24287         exponentd.m4.
24288         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
24289         file exponentl.m4.
24290         * m4/exponentf.m4: New file.
24291         * m4/exponentd.m4: New file.
24292         * m4/exponentl.m4: New file.
24293         * modules/isnanf: Use new file m4/exponentf.m4.
24294         * modules/isnand: Use new file m4/exponentd.m4.
24295         * modules/isnanl: Use new file m4/exponentl.m4.
24296
24297 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
24298
24299         mktime.c: normalize tp->tm_isdst value to -1/0/1.
24300         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
24301         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
24302         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
24303
24304         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
24305         readlink on platforms without PATH_MAX.
24306
24307 2008-07-21  Eric Blake  <ebb9@byu.net>
24308
24309         Warn, not fail, on stale version.
24310         * top/GNUmakefile (_curr-ver): Tone down previous patch.
24311
24312         Don't allow installation with stale devel version number.
24313         * top/GNUmakefile (_is-install-target): New macro.
24314         (_curr-ver): Forbid installation with stale version number.
24315
24316 2008-07-20  Bruno Haible  <bruno@clisp.org>
24317
24318         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
24319         TESTS_ENVIRONMENT.
24320         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
24321
24322 2008-07-20  Bruno Haible  <bruno@clisp.org>
24323
24324         * lib/c-stack.h (c_stack_action): Add documentation.
24325         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
24326
24327 2008-07-20  Bruno Haible  <bruno@clisp.org>
24328
24329         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
24330         * modules/readlink (License): Likewise.
24331
24332 2008-07-17  Eric Blake  <ebb9@byu.net>
24333
24334         * modules/c-stack (Link): Fix typo.
24335
24336         Make c-stack use libsigsegv, when available.
24337         * modules/c-stack (Depends-on): Add libsigsegv.
24338         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
24339         needed.
24340         * lib/c-stack.c (SIGSTKSZ): Define fallback.
24341         (segv_handler, overflow_handler, c_stack_action)
24342         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
24343         implementation when libsigsegv is available, but only when using
24344         the library is necessary.
24345         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
24346         comment, explaining why XSI check fails on Linux.
24347         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
24348         * tests/test-c-stack2.sh: Tweak skip message.
24349         * NEWS: Document new link-time requirements.
24350
24351 2008-07-16  Eric Blake  <ebb9@byu.net>
24352
24353         c-stack: Expose false positives when not using libsigsegv.
24354         * modules/c-stack-tests (Files): Expand test.
24355         * tests/test-c-stack.c (main): Add means to conditionally trigger
24356         non-overflow SIGSEGV.
24357         * tests/test-c-stack2.sh: New file.
24358
24359 2008-07-14  Bruno Haible  <bruno@clisp.org>
24360
24361         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
24362         Reported by Eric Blake.
24363
24364 2008-07-14  Sam Steingold  <sds@gnu.org>
24365             Bruno Haible  <bruno@clisp.org>
24366
24367         New module libsigsegv.
24368         * modules/libsigsegv: New file.
24369         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
24370         modifications.
24371         * MODULES.html.sh (Signal handling): New section.
24372
24373 2008-07-14  Bruno Haible  <bruno@clisp.org>
24374
24375         * modules/unictype/ctype-* (Description): Add the word "function".
24376         Improves the resulting doc in MODULES.html.
24377
24378 2008-07-12  Ben Pfaff  <blp@gnu.org>
24379
24380         Add longlong module.
24381         * modules/longlong: New file.
24382
24383 2008-07-12  Bruno Haible  <bruno@clisp.org>
24384
24385         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
24386         to empty.
24387
24388 2008-07-10  Ben Pfaff  <blp@gnu.org>
24389
24390         Add isnan module.
24391         * doc/posix-functions/isnan.texi: Mention new module.
24392         * lib/math.in.h: Define isnan macro if we have decided to replace
24393         it.
24394         * m4/isnan.m4: New file.
24395         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
24396         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
24397         also.
24398         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
24399         redundancy.
24400         * m4/math_h.m4: Initialize and substitute variables for isnan
24401         module.
24402         * modules/isnan: New file.
24403         * modules/isnan-tests: New file.
24404         * modules/math: Add substitutions for new module.
24405         * tests/test-isnan.c: New file.
24406         * MODULES.html.sh: Mention new module.
24407
24408 2008-07-10  Ben Pfaff  <blp@gnu.org>
24409
24410         Add isnanf module.
24411         * lib/isnanf.m4: New file.
24412         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
24413         (gl_HAVE_ISNANF_IN_LIBM): New macro.
24414         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
24415         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
24416         * modules/isnanf: New file.
24417         * modules/isnanf-tests: New file.
24418         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
24419         files.
24420         * tests/test-isnanf-nolibm.c: factored most of its contents into
24421         new file tests/test-isnanf.h.
24422         * tests/test-isnanf.h: New file.
24423         * tests/test-isnanf.c: New file.
24424         * MODULES.html.sh: Mention new module.
24425         * doc/glibc-functions/isnanf.texi: Mention new module.
24426
24427 2008-07-10  Ben Pfaff  <blp@gnu.org>
24428
24429         Add isnand module.
24430         * lib/isnand.h: New file.
24431         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
24432         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
24433         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
24434         functionality also.
24435         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
24436         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
24437         (gl_HAVE_ISNAND_IN_LIBM): New macro.
24438         * modules/isnand: New file.
24439         * modules/isnand-tests: New file.
24440         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
24441         files.
24442         * tests/test-isnand-nolibm.c: factored most of its contents into
24443         new file tests/test-isnand.h.
24444         * tests/test-isnand.h: New file.
24445         * tests/test-isnand.c: New file.
24446         * MODULES.html.sh: Mention new module.
24447
24448 2008-07-10  Ben Pfaff  <blp@gnu.org>
24449
24450         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
24451         * lib/isnand.h: Rename lib/isnand-nolibm.h.
24452         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
24453         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
24454         * modules/isnanf-nolibm: Update references to renamed files.
24455         * modules/isnand-nolibm: Likewise.
24456         * modules/isnanf-nolibm-tests: Likewise.
24457         * modules/isnand-nolibm-tests: Likewise.
24458         * lib/frexp.c: Likewise.
24459         * lib/isfinite.c: Likewise.
24460         * lib/signbitd.c: Likewise.
24461         * lib/signbitf.c: Likewise.
24462         * lib/vasnprintf.c: Likewise.
24463         * tests/test-ceilf1.c: Likewise.
24464         * tests/test-ceilf2.c: Likewise.
24465         * tests/test-floorf1.c: Likewise.
24466         * tests/test-floorf2.c: Likewise.
24467         * tests/test-frexp.c: Likewise.
24468         * tests/test-round1.c: Likewise.
24469         * tests/test-round2.c: Likewise.
24470         * tests/test-roundf1.c: Likewise.
24471         * tests/test-strtod.c: Likewise.
24472         * tests/test-trunc1.c: Likewise.
24473         * tests/test-trunc2.c: Likewise.
24474         * tests/test-truncf1.c: Likewise.
24475         * tests/test-truncf2.c: Likewise.
24476         * NEWS: Mention the renamed header files.
24477
24478 2008-07-11  Jim Meyering  <meyering@redhat.com>
24479
24480         vc-list-files: make the last-resort awk code more portable
24481         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
24482         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
24483         does not support it.
24484
24485 2008-07-10  Eric Blake  <ebb9@byu.net>
24486
24487         Work with tar's bootstrap.
24488         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
24489         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
24490         an m4 comment.
24491
24492 2008-07-09  Jim Meyering  <meyering@redhat.com>
24493
24494         posix-shell.m4: fix typo that made this test malfunction
24495         * m4/posix-shell.m4: Remove capitalization in variable name.
24496
24497 2008-07-08  Bruno Haible  <bruno@clisp.org>
24498
24499         * m4/onceonly.m4: Update comments.
24500         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24501
24502 2008-07-04  Jim Meyering  <meyering@redhat.com>
24503
24504         * users.txt: Add vc-dwim.
24505         (bison, coreutils): Use the gitweb URL.
24506
24507 2008-07-03  Jim Meyering  <meyering@redhat.com>
24508
24509         * users.txt: Add libffcall.  From Sam Steingold.
24510
24511 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
24512
24513         getdate.y: do not ignore TZ with relative day, month or year offset
24514         * lib/getdate.y (get_date): Move the tz-handling block to follow the
24515         relative-date-handling, since otherwise, the latter would clobber the
24516         sole output (an updated Start value) of the tz-handling block.
24517         * tests/test-getdate.c: Tests for the fix
24518
24519 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24520
24521         Recognize 'foo_LIBRARIES += libgnu.a'.
24522         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
24523         makefile snippet has already specified an installation location,
24524         also using '+='.
24525
24526 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
24527
24528         getdate.y: factor out common actions
24529         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
24530         Use them in place of open-coded actions.
24531
24532 2008-07-01  Simon Josefsson  <simon@josefsson.org>
24533
24534         Add self-test for getdate module.
24535         * modules/getdate-tests: New file.
24536         * tests/test-getdate.c: New file.
24537
24538 2008-06-29  Bruno Haible  <bruno@clisp.org>
24539
24540         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
24541         .gitignore.
24542         Reported by Sylvain Beucler <beuc@beuc.net>.
24543
24544 2008-06-29  Bruno Haible  <bruno@clisp.org>
24545
24546         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
24547         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
24548
24549 2008-06-29  Bruno Haible  <bruno@clisp.org>
24550
24551         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
24552         EXTRA_DIST.
24553         Reported by Sylvain Beucler <beuc@beuc.net>.
24554
24555 2008-06-26  Jim Meyering  <meyering@redhat.com>
24556
24557         make several modules depend on the "open" module
24558         This provides slightly increased consistency when opening-for-write
24559         the name of a non-directory spelled with a trailing slash.
24560         * modules/chdir-safer: Likewise.
24561         * modules/chown: Likewise.
24562         * modules/clean-temp: Likewise.
24563         * modules/copy-file: Likewise.
24564         * modules/fchdir: Likewise.
24565         * modules/fcntl-safer: Likewise.
24566         * modules/pipe: Likewise.
24567         * modules/utime: Likewise.
24568         Prompted by Eric Blake and Bruno Haible.
24569
24570 2008-06-24  Andreas Schwab  <schwab@suse.de>
24571
24572         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
24573         literals can be used as initializers for global variables.
24574
24575 2008-06-23  Eric Blake  <ebb9@byu.net>
24576
24577         Make gnulib-cache.m4 easier to diff.
24578         * gnulib-tool (func_import): Allow newlines when reading cached
24579         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
24580
24581 2008-06-23  Bruno Haible  <bruno@clisp.org>
24582
24583         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
24584         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
24585         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
24586         m4/signalblocking.m4.
24587         (gl_PREREQ_SIGACTION): Don't invoke it.
24588         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
24589         gl_PREREQ_SIG_HANDLER_H.
24590         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24591         Don't check for sigaction here.
24592
24593 2008-06-23  Bruno Haible  <bruno@clisp.org>
24594
24595         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
24596         (install_handlers): Don't set the SA_RESETHAND flag.
24597
24598 2008-06-23  Bruno Haible  <bruno@clisp.org>
24599
24600         * m4/sigaction.m4: Comment fixes.
24601         * lib/signal.in.h: Likewise.
24602
24603 2008-06-23  Eric Blake  <ebb9@byu.net>
24604
24605         Fix typo.
24606         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
24607
24608         Avoid SA_ namespace.
24609         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
24610         Reported by Ralf Wildenhues.
24611
24612         Avoid test failure due to SA_RESTORER.
24613         * tests/test-sigaction.c (SA_MASK): New macro.
24614         (main): Avoid failing due to extension flags being set.
24615         Reported by Jim Meyering.
24616
24617         Revert use of sig-handler.h in sigprocmask.c.
24618         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
24619         it requires the existence of struct sigaction.
24620         * lib/sigprocmask.c (handler_t): Restore typedef.
24621         (rpl_signal, old_handlers): Use local type.
24622
24623 2008-06-22  Bruno Haible  <bruno@clisp.org>
24624
24625         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
24626         conditionally.
24627         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
24628
24629 2008-06-22  Bruno Haible  <bruno@clisp.org>
24630
24631         * doc/posix-functions/siginterrupt.texi: Move note.
24632
24633         * lib/signal.in.h (SA_RESTART): New macro.
24634         * lib/sigaction.c: Update comment.
24635
24636         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
24637
24638         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
24639         (gl_PREREQ_SIGPROCMASK): Invoke it.
24640         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
24641
24642         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
24643
24644         * lib/sigprocmask.c: Update a comment.
24645
24646 2008-06-21  Eric Blake  <ebb9@byu.net>
24647
24648         Use sigaction module rather than signal().
24649         * modules/c-stack (Depends-on): Add sigaction.
24650         * modules/fatal-signal (Depends-on): Likewise.
24651         * modules/nanosleep (Depends-on): Likewise.
24652         * modules/sigprocmask (Files): Add sig-handler.h.
24653         * modules/sigaction (Files): Likewise.
24654         * lib/sig-handler.h (get_handler): New file, suggested by Paul
24655         Eggert.
24656         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
24657         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
24658         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
24659         (init_fatal_signals): Likewise.
24660         * lib/nanosleep.c (rpl_nanosleep): Likewise.
24661         (siginterrupt): Delete fallback.
24662         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
24663         instead.
24664         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
24665         siginterrupt.
24666
24667         New module sigaction, for mingw.
24668         * modules/sigaction: New module...
24669         * modules/sigaction-tests: ...and its test.
24670         * m4/sigaction.m4: New file.
24671         * lib/sigaction.c: Likewise.
24672         * tests/test-sigaction.c: Likewise.
24673         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
24674         * modules/signal (Makefile.am): Likewise.
24675         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
24676         needed.
24677         * doc/posix-headers/signal.texi (signal.h): Mention provided
24678         types.
24679         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
24680         that sigaction is preferable.
24681         * doc/posix-functions/sigaction.texi (sigaction): Mention new
24682         module.
24683         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24684         sigaction.
24685
24686         Improve robustness of sigprocmask by overriding signal.
24687         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
24688         is in use.
24689         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
24690         (SIGKILL, SIGSTOP): Provide fallbacks.
24691         (rpl_signal): Implement.
24692         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
24693         signal can be called inside handlers.
24694
24695         Fix nanosleep module on mingw.
24696         * modules/nanosleep (Depends-on): Add sys_select.
24697         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
24698
24699         Fix licensing of sigprocmask.
24700         * modules/raise (License): Relicense as LGPL.
24701
24702 2008-06-21  Bruno Haible  <bruno@clisp.org>
24703
24704         * lib/propername.c (proper_name_utf8): Don't use the transliterated
24705         result if it contains question marks.
24706         Reported by Michael Geng <linux@michaelgeng.de>.
24707
24708 2008-06-19  Bruno Haible  <bruno@clisp.org>
24709
24710         Fix CVS-ism.
24711         * doc/gnulib.texi: Include updated-stamp.texi.
24712         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
24713         (updated-stamp.texi): New rule.
24714         (gnulib.info): Depend on it.
24715         * doc/.gitignore: Add updated-stamp.texi.
24716         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
24717
24718 2008-06-19  Bruno Haible  <bruno@clisp.org>
24719
24720         * doc/Makefile (gnulib.info): Update and simplify dependencies.
24721         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24722
24723 2008-06-19  Eric Blake  <ebb9@byu.net>
24724
24725         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
24726         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
24727         Reported by Stepan Kasal.
24728
24729 2008-06-18  Bruno Haible  <bruno@clisp.org>
24730
24731         * lib/fatal-signal.c (init_fatal_signals): Add comment.
24732         Reported by Eric Blake.
24733
24734 2008-06-18  Eric Blake  <ebb9@byu.net>
24735
24736         Work around cygwin 1.5.25 strsignal bug.
24737         * tests/test-strsignal.c: Allow for const char *.
24738         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
24739
24740 2008-06-18  Simon Josefsson  <simon@josefsson.org>
24741
24742         * users.txt: Update URL to article and add author/date
24743         information.
24744
24745 2008-06-17  Bruno Haible  <bruno@clisp.org>
24746
24747         New macro gl_DISABLE_THREADS.
24748         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
24749         if the user did not pass --enable-threads or --disable-threads option.
24750         (gl_DISABLE_THREADS): New macro.
24751         Reported by Eric Blake <ebb9@byu.net>.
24752
24753 2008-06-17  Bruno Haible  <bruno@clisp.org>
24754
24755         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
24756         when the macro ignores it.
24757         Based on a patch by Eric Blake <ebb9@byu.net>.
24758
24759 2008-06-17  Bruno Haible  <bruno@clisp.org>
24760
24761         * modules/tls (License): Change to LGPLv2+.
24762         Reported by Eric Blake.
24763
24764 2008-06-17  Eric Blake  <ebb9@byu.net>
24765
24766         Simplify c-stack prerequisites.
24767         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
24768         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
24769         no longer requires <ucontext.h> to exist.  Optimize setrlimit
24770         check.
24771         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
24772         <sys/resource.h>.
24773
24774         Move c-stack test into testsuite.
24775         * modules/c-stack-tests: New file.
24776         * lib/c-stack.c [DEBUG]: Move test program...
24777         * tests/test-c-stack.c: ...into this new file.  Skip rather than
24778         fail test if sigaltstack is lacking.
24779         * tests/test-c-stack.sh: New driver file.
24780
24781 2008-06-16  Eric Blake  <ebb9@byu.net>
24782
24783         Use raise module consistently.
24784         * modules/fatal-signal (Depends-on): Add raise.
24785         * modules/sigprocmask (Depends-on): Likewise.
24786         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
24787         * lib/sigprocmask.c (sigprocmask): Likewise.
24788         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24789         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
24790
24791         Fix compliance bug in sigpending.
24792         * lib/sigprocmask.c (sigpending): Return pending array via
24793         parameter, not return value.
24794
24795 2008-06-14  Eric Blake  <ebb9@byu.net>
24796
24797         Improve obstack-printf test code.
24798         * tests/test-obstack-printf.c (test_function): Fix comment, and
24799         simplify usage of obstack_* in macros.  Add a test for coverage.
24800         Reported by Bruno Haible.
24801
24802 2008-06-14  Bruno Haible  <bruno@clisp.org>
24803
24804         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
24805         array size as a constant, not as a const variable.
24806         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
24807         AC_USE_SYSTEM_EXTENSIONS.
24808         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
24809         Test whether the obstack_printf function actually exists.
24810         * modules/obstack-printf (Depends-on): Add extensions.
24811         (Include): Remove obstack.h.
24812         * modules/obstack-printf-posix (Depends-on): Add extensions.
24813         (Include): Remove obstack.h.
24814
24815 2008-06-13  Eric Blake  <ebb9@byu.net>
24816
24817         Add obstack-printf and obstack-printf-posix modules.
24818         * modules/obstack-printf: New file.
24819         * modules/obstack-printf-posix: Likewise.
24820         * MODULES.html.sh (Misc): Mention them.
24821         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
24822         Likewise.
24823         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
24824         Likewise.
24825         * modules/stdio (Makefile.am): Accomodate new modules.
24826         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
24827         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
24828         Declare.
24829         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
24830         functions.
24831         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
24832         (gl_REPLACE_OBSTACK_PRINTF): New macros
24833         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
24834         * tests/test-obstack-printf.c: New file.
24835         * modules/obstack-printf-tests: Likewise.
24836         * modules/obstack-printf-posix-tests: Likewise.
24837
24838 2008-06-11  Bruno Haible  <bruno@clisp.org>
24839
24840         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
24841         * lib/open.c: Include errno.h.
24842         (open): Fail when attempting to write to a file that has a trailing
24843         slash.
24844         * tests/test-open.c (main): Test against trailing slash bug.
24845         * doc/posix-functions/open.texi: Mention the trailing slash bug.
24846
24847 2008-06-10  Bruno Haible  <bruno@clisp.org>
24848
24849         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
24850         for $? to work inside the trap command, with various /bin/sh-s.
24851         * tests/test-vc-list-files-cvs.sh: Likewise.
24852
24853 2008-06-10  Bruno Haible  <bruno@clisp.org>
24854
24855         * lib/acl-internal.h: Don't include gettext.h here.
24856         * lib/set-mode-acl.c: Include gettext.h here.
24857         * lib/copy-acl.c: Likewise.
24858
24859 2008-06-10  Bruno Haible  <bruno@clisp.org>
24860
24861         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
24862         * lib/wait-process.c (wait_subprocess): Likewise.
24863         * lib/execute.h (execute): Add termsigp argument.
24864         * lib/execute.c (execute): Likewise.
24865         * lib/csharpcomp.c (compile_csharp_using_pnet,
24866         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
24867         * lib/csharpexec.c (execute_csharp_using_pnet,
24868         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
24869         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
24870         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
24871         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
24872         is_jikes_present): Update.
24873         * lib/javaexec.c (execute_java_class): Update.
24874         * lib/javaversion.c (execute_and_read_line): Update.
24875         * NEWS: Document the changes.
24876         Reported by Eric Blake.
24877
24878 2008-06-10  Eric Blake  <ebb9@byu.net>
24879
24880         Add missing include.
24881         * tests/test-strstr.c (includes): Add <signal.h>.
24882         * tests/test-strcasestr.c (includes): Likewise.
24883         * tests/test-memmem.c (includes): Likewise.
24884
24885 2008-06-10  Bruno Haible  <bruno@clisp.org>
24886
24887         * lib/wait-process.c (wait_subprocess): Add an assertion.
24888
24889 2008-06-10  Bruno Haible  <bruno@clisp.org>
24890
24891         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
24892
24893 2008-06-10  Bruno Haible  <bruno@clisp.org>
24894
24895         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
24896         using alarm().
24897         * tests/test-strcasestr.c (main): Likewise.
24898         * tests/test-strstr.c (main): Likewise.
24899
24900 2008-06-09  Bruno Haible  <bruno@clisp.org>
24901
24902         Work around the Solaris 10 ACE ACLs ABI change.
24903         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
24904         declare if ACL_NO_TRIVIAL is present.
24905         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
24906         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
24907         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
24908         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
24909         define if ACL_NO_TRIVIAL is present.
24910         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
24911         and use the current ABI.
24912         (file_has_acl): Use same #if condition as elsewhere.
24913         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
24914         in use, and use the current ABI.
24915         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
24916         Reported by Jim Meyering.
24917
24918 2008-06-09  Eric Blake  <ebb9@byu.net>
24919
24920         Work around environments that (stupidly) ignore SIGALRM.
24921         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
24922         before using alarm().
24923         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24924         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
24925         Reported by Ian Beckwith <ianb@erislabs.net>.
24926
24927         Produce autobuild blurb earlier in log.
24928         * modules/autobuild (configure.ac-early): Move AB_INIT here.
24929
24930 2008-06-09  Jim Meyering  <meyering@redhat.com>
24931         and OndÅ™ej Vašík  <ovasik@redhat.com>
24932
24933         utimens.c: correct kernel bug work-around
24934         OndÅ™ej Vašík found that the invalid return value of 280 indicates
24935         failure, not success, and the kernel bug we're trying to work
24936         around affects not just the utimensat call, but also the fallback
24937         futimens call.
24938         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
24939         not success.
24940         [HAVE_FUTIMENS]: Use the same work-around, here.
24941
24942 2008-06-09  Jim Meyering  <meyering@redhat.com>
24943
24944         add more guards around definition of ACE_-related code
24945         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
24946         ALLOW and ACE_OWNER are also defined.
24947
24948 2008-06-08  Bruno Haible  <bruno@clisp.org>
24949
24950         * lib/acl-internal.h: Add me as co-author.
24951         * lib/file-has-acl.c: Likewise.
24952         * lib/set-mode-acl.c: Likewise.
24953         * lib/copy-acl.c: Likewise.
24954
24955 2008-06-08  Bruno Haible  <bruno@clisp.org>
24956
24957         Add support for AIX ACLs.
24958         * lib/acl-internal.h (acl_nontrivial): New declaration.
24959         * lib/file-has-acl.c (acl_nontrivial): New function.
24960         (file_has_acl): Add implementation using AIX 4 ACL API.
24961         * lib/set-mode-acl.c (qset_acl): Likewise.
24962         * lib/copy-acl.c (qcopy_acl): Likewise.
24963
24964 2008-06-08  Bruno Haible  <bruno@clisp.org>
24965
24966         Add support for HP-UX ACLs.
24967         * lib/acl-internal.h (acl_nontrivial): New declaration.
24968         * lib/file-has-acl.c (acl_nontrivial): New function.
24969         (file_has_acl): Add implementation using HP-UX 11 ACL API.
24970         * lib/set-mode-acl.c (qset_acl): Likewise.
24971         * lib/copy-acl.c (qcopy_acl): Likewise.
24972
24973 2008-06-08  Bruno Haible  <bruno@clisp.org>
24974
24975         Add support for Cygwin ACLs.
24976         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
24977         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
24978         the chmod_or_fchmod call.
24979         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
24980
24981 2008-06-08  Bruno Haible  <bruno@clisp.org>
24982
24983         Fix bug with setuid modes in Solaris 10+ code.
24984         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
24985         succeeded, when the mode contains some special bits.
24986
24987 2008-06-08  Bruno Haible  <bruno@clisp.org>
24988
24989         Add support for Solaris 7..10 ACLs.
24990         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
24991         declarations.
24992         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
24993         functions.
24994         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
24995         * lib/set-mode-acl.c (qset_acl): Likewise.
24996         * lib/copy-acl.c (qcopy_acl): Likewise.
24997
24998 2008-06-08  Bruno Haible  <bruno@clisp.org>
24999
25000         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
25001         declaration.
25002         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
25003         (acl_access_nontrivial): Remove MacOS X case.
25004         (file_has_acl): Use acl_extended_nontrivial.
25005         * lib/copy-acl.c (qcopy_acl): Likewise.
25006
25007 2008-06-08  Bruno Haible  <bruno@clisp.org>
25008
25009         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
25010
25011 2008-06-08  Jim Meyering  <meyering@redhat.com>
25012
25013         * modules/acl (Maintainer): Add Bruno Haible.
25014
25015 2008-06-07  Bruno Haible  <bruno@clisp.org>
25016
25017         Improve support for Tru64 ACLs.
25018         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
25019         ACL on OSF/1.
25020
25021 2008-06-07  Bruno Haible  <bruno@clisp.org>
25022
25023         Add support for MacOS X ACLs.
25024         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
25025         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
25026         * lib/set-mode-acl.c (qset_acl): Likewise.
25027         * lib/copy-acl.c (qcopy_acl): Likewise.
25028
25029 2008-06-07  Bruno Haible  <bruno@clisp.org>
25030
25031         Fix memory leak introduced on 2008-05-22.
25032         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
25033         use.
25034
25035 2008-06-07  Bruno Haible  <bruno@clisp.org>
25036
25037         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
25038         to construct an empty ACL.
25039
25040 2008-06-07  Bruno Haible  <bruno@clisp.org>
25041
25042         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
25043         precisely.
25044         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
25045
25046 2008-06-07  Bruno Haible  <bruno@clisp.org>
25047
25048         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
25049         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
25050
25051 2008-06-07  Bruno Haible  <bruno@clisp.org>
25052
25053         * doc/posix-functions/_setjmp.texi: Explain the use of this function
25054         regardless of POSIX.
25055         * doc/posix-functions/_longjmp.texi: Likewise.
25056         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
25057         SystemV platform in this case.
25058
25059 2008-06-06  Eric Blake  <ebb9@byu.net>
25060
25061         Document abort() bugs.
25062         * doc/posix-functions/abort.texi (abort): Mention anomalies.
25063
25064         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
25065         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
25066         sigsetjmp.
25067         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
25068         siglongjmp, but only as a macro.
25069         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
25070         is obsolete.
25071         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
25072
25073         Tweak documentation to cover cygwin argz bugs.
25074         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
25075         argz bug fix; no code change needed since no cygwin releases
25076         occurred between the last fix and the bug being tested.
25077         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
25078         module and recently fixed cygwin bugs.
25079         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
25080         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
25081         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
25082         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
25083         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
25084         Likewise.
25085         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
25086         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
25087         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
25088         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
25089         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
25090         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
25091         Likewise.
25092
25093         Avoid gcc warning on cygwin.
25094         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
25095         !ACL_NO_TRIVIAL]: Avoid unused variable.
25096
25097 2008-06-05  Eric Blake  <ebb9@byu.net>
25098
25099         Be tolerant of UNKNOWN version in gnulib-tool test dir.
25100         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
25101         git-version-gen fails to come up with a version.
25102         Reported by Simon Josefsson.
25103
25104 2008-06-05  Jim Meyering  <meyering@redhat.com>
25105             Paul Eggert  <eggert@cs.ucla.edu>
25106
25107         utimens.c: work around a probable Linux kernel bug
25108         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
25109         appears to be a kernel bug that causes utimensat to return 280
25110         instead of 0, indicating success.
25111
25112 2008-06-04  Bruno Haible  <bruno@clisp.org>
25113
25114         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
25115         2008-06-01 commit.
25116
25117 2008-06-04  Bruno Haible  <bruno@clisp.org>
25118
25119         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
25120         * lib/file-has-acl.c (acl_access_nontrivial): New function.
25121         (file_has_acl): Use it. Save errno afterwards.
25122         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
25123
25124 2008-06-03  Bruno Haible  <bruno@clisp.org>
25125
25126         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
25127         draft code. Simplify #ifs.
25128         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
25129         Put Solaris code after POSIX-draft code. Fix comments regarding
25130         Solaris 10, HP-UX. Mention Cygwin.
25131         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
25132
25133 2008-06-03  Eric Blake  <ebb9@byu.net>
25134
25135         Provide fallback for older kernels.
25136         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
25137         Provide runtime fallback if kernel lacks support.
25138         Reported by Mike Frysinger.
25139
25140 2008-06-02  Bruno Haible  <bruno@clisp.org>
25141
25142         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
25143         it exists.
25144
25145 2008-06-02  Bruno Haible  <bruno@clisp.org>
25146
25147         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
25148         * lib/copy-acl.c (qcopy_acl): Update comment.
25149
25150 2008-06-02  Bruno Haible  <bruno@clisp.org>
25151
25152         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
25153         like ACL APIs.
25154
25155 2008-06-02  Bruno Haible  <bruno@clisp.org>
25156
25157         * tests/test-file-has-acl.sh: Use different code for Cygwin.
25158         * tests/test-set-mode-acl.sh: Likewise.
25159         * tests/test-copy-acl.sh: Likewise.
25160         * tests/test-copy-file.sh: Likewise.
25161
25162 2008-06-02  Bruno Haible  <bruno@clisp.org>
25163
25164         * tests/test-file-has-acl.sh: Remove unused code.
25165
25166 2008-06-01  Bruno Haible  <bruno@clisp.org>
25167
25168         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
25169         (copy_acl): Just a wrapper around qcopy_acl that emits the error
25170         messages.
25171         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
25172
25173 2008-06-01  Bruno Haible  <bruno@clisp.org>
25174
25175         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
25176         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
25177         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
25178         APIs.
25179         * modules/acl-tests (configure.ac): Remove tests now contained in
25180         m4/acl.m4.
25181
25182 2008-06-02  Jim Meyering  <meyering@redhat.com>
25183
25184         announce-gen: use a better key-server host name
25185         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
25186         it may be more consistently reliable.  Suggested by Werner Koch
25187         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
25188
25189 2008-06-01  Bruno Haible  <bruno@clisp.org>
25190
25191         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
25192         Reported by Voroskoi Andras <voroskoi@gmail.com>.
25193
25194 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
25195
25196         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
25197
25198 2008-06-01  Bruno Haible  <bruno@clisp.org>
25199
25200         New ACL tests.
25201         * tests/test-file-has-acl.sh: New file.
25202         * tests/test-file-has-acl.c: New file.
25203         * tests/test-set-mode-acl.sh: New file.
25204         * tests/test-set-mode-acl.c: New file.
25205         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
25206         * tests/test-copy-acl.c: New file.
25207         * modules/acl-tests: New file, based on modules/copy-file-tests.
25208         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
25209         (Depends-on): Add acl-tests.
25210         (configure.ac): Remove checks.
25211         (Makefile.am): Don't create test-sameacls program here any more.
25212
25213 2008-06-01  Bruno Haible  <bruno@clisp.org>
25214
25215         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
25216         * tests/test-sameacls.c: Include progname.h.
25217         (main): Invoke set_program_name. Portability fixes for MacOS X,
25218         Solaris, HP-UX.
25219
25220 2008-06-01  Bruno Haible  <bruno@clisp.org>
25221
25222         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
25223         function.
25224         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
25225
25226 2008-06-01  Bruno Haible  <bruno@clisp.org>
25227
25228         * modules/rpmatch (Depends-on): Add strdup.
25229
25230 2008-06-01  Bruno Haible  <bruno@clisp.org>
25231
25232         * lib/pipe.c: Include unistd-safer.h.
25233         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
25234         * modules/pipe (Depends-on): Add unistd-safer.
25235
25236 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25237
25238         * modules/autobuild (configure.ac): Call AB_INIT.
25239
25240 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25241
25242         * tests/test-getaddrinfo.c: Don't print debug messages by default.
25243         Suggested by Bruno Haible <bruno@clisp.org>.
25244
25245 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25246
25247         * tests/test-base64.c: Cast size_t to unsigned long when invoking
25248         printf.  Use %lu instead of %d.  Reported by Bruno Haible
25249         <bruno@clisp.org>.
25250
25251 2008-05-29  Eric Blake  <ebb9@byu.net>
25252
25253         Prefer new POSIX 200x interfaces over futimesat.
25254         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
25255         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
25256         when available.
25257         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
25258
25259 2008-05-28  Bruno Haible  <bruno@clisp.org>
25260
25261         * modules/stpcpy (License): Change to LGPLv2+.
25262         Requested by David Lutterkort <dlutter@redhat.com>.
25263
25264 2008-05-27  Bruno Haible  <bruno@clisp.org>
25265
25266         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
25267         current mingw.
25268         Reported by Jose E. Marchesi <jemarch@gnu.org>.
25269
25270 2008-05-27  Bruno Haible  <bruno@clisp.org>
25271
25272         * modules/iconv_open (Link): New section, from module 'iconv'.
25273         * modules/striconv (Link): Likewise.
25274         * modules/striconveh (Link): Likewise.
25275         * modules/xstriconv (Link): Likewise.
25276         * modules/unicodeio (Link): Likewise.
25277         * modules/propername (Link): Likewise.
25278         Reported by Jim Meyering.
25279
25280 2008-05-26  Jim Meyering  <meyering@redhat.com>
25281
25282         sha256: do not artificially restrict buffer length to be < 2^32
25283         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
25284         uint32_t to size_t.
25285         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
25286         to match.
25287
25288         avoid unaligned access errors, e.g., on sparc
25289         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
25290         direct access through a possibly-unaligned uint64* pointer.
25291         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
25292         direct access through a possibly-unaligned uint32* pointer.
25293         Prompted by this patch from Tom "spot" Callaway:
25294         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
25295
25296         sha512.c: fix typo in comment
25297         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
25298
25299 2008-05-25  Bruno Haible  <bruno@clisp.org>
25300
25301         * lib/set-mode-acl.c: Renamed from lib/acl.c.
25302         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
25303         (Makefile.am): Update lib_SOURCES.
25304
25305 2008-05-25  Bruno Haible  <bruno@clisp.org>
25306
25307         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
25308
25309 2008-05-25  Jim Meyering  <meyering@redhat.com>
25310
25311         useless-if-before-free: freed expr may have white-space differences
25312         * build-aux/useless-if-before-free: Recognize cases in which the
25313         freed expression differs from the tested one in embedded white
25314         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
25315         $1 was used, so we can't make any regexp shy.  Improved tests now
25316         detect this.
25317
25318         useless-if-before-free: accept white space in the expression.
25319         * build-aux/useless-if-before-free: For now, any white space
25320         in the expression must be identical in the free argument.
25321
25322         useless-if-before-free: efficiency tweak
25323         * build-aux/useless-if-before-free: Make the expression-matching
25324         regexp "shy".
25325         Make the *outer* regexp shy, not the expr-matching one.
25326
25327         update code-in-comment to accept cast of free arg
25328         * build-aux/useless-if-before-free: Update regexp.
25329
25330 2008-05-25  Bruno Haible  <bruno@clisp.org>
25331
25332         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
25333         * modules/copy-file-tests (Files, Makefile.am): Update.
25334         * tests/test-copy-file.c (func_test_copy): Update.
25335
25336 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
25337
25338         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
25339
25340 2008-05-23  Bruno Haible  <bruno@clisp.org>
25341
25342         Improve support for ACLs on OSF/1.
25343         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
25344         Remove fallback for unknown flavors of ACLs.
25345
25346 2008-05-22  Bruno Haible  <bruno@clisp.org>
25347
25348         Add support for ACLs on OSF/1.
25349         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
25350         replacements.
25351         (acl_free_text): New macro fallback.
25352         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
25353         acl_free.
25354         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
25355         acl_free_text function. Require AC_C_INLINE.
25356
25357 2008-05-22  Bruno Haible  <bruno@clisp.org>
25358
25359         Make copy_acl work on MacOS X 10.5.
25360         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
25361         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
25362         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
25363         If MODE_INSIDE_ACL, don't assume that every system has the same text
25364         representation for ACLs as FreeBSD.
25365         * lib/copy-acl.c (copy_acl): Add support for platforms with
25366         !MODE_INSIDE_ACL.
25367         * lib/file-has-acl.c (file_has_acl): Likewise.
25368         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
25369         FreeBSD, MacOS X, or IRIX, respectively.
25370
25371 2008-05-22  Bruno Haible  <bruno@clisp.org>
25372
25373         * lib/acl.h: Don't include <sys/acl.h>.
25374         (GETACLCNT): Move fallback to lib/acl-internal.h.
25375         * lib/acl-internal.h: Include <sys/acl.h> here.
25376         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
25377
25378 2008-05-22  Bruno Haible  <bruno@clisp.org>
25379
25380         Split off copy_acl function to separate file.
25381         * lib/copy-acl.c: New file, extracted from lib/acl.c.
25382         * lib/acl.c (copy_acl): Moved function to separate file.
25383         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
25384         * modules/acl (Files): Add lib/copy-acl.c.
25385         (Makefiles.am): Augment lib_SOURCES.
25386
25387 2008-05-22  Bruno Haible  <bruno@clisp.org>
25388
25389         * modules/copy-file-tests: New file.
25390         * tests/test-copy-file.sh: New file.
25391         * tests/test-copy-file.c: New file.
25392         * tests/test-copy-file-sameacls.c: New file.
25393
25394 2008-05-22  Eric Blake  <ebb9@byu.net>
25395
25396         Avoid gcc warning.
25397         * tests/test-memcmp.c (main): Pass NULL indirectly.
25398
25399 2008-05-21  Bruno Haible  <bruno@clisp.org>
25400
25401         Add reference doc about ACLs.
25402         * doc/acl-resources.txt: New file.
25403         * doc/acl-cygwin.txt: New file.
25404
25405 2008-05-21  Bruno Haible  <bruno@clisp.org>
25406
25407         Avoid one more warning from gcc.
25408         * lib/vasnprintf.c (IF_LINT): Update comments.
25409         (VASNPRINTF): Use it also for the 'prefix' array initializer.
25410
25411 2008-05-21  Jim Meyering  <meyering@redhat.com>
25412
25413         avoid a warning from gcc
25414         * lib/vasnprintf.c (IF_LINT): Define.
25415         (scale10_round_decimal_long_double):
25416         Use it to avoid a "may be used uninitialized" warning.
25417         (scale10_round_decimal_double): Likewise.
25418
25419 2008-05-21  Simon Josefsson  <simon@josefsson.org>
25420
25421         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
25422         declared.
25423
25424 2008-05-20  Bruno Haible  <bruno@clisp.org>
25425
25426         * tests/test-memcmp.c (main): Test also the sign of the result. Test
25427         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
25428
25429 2008-05-20  Simon Josefsson  <simon@josefsson.org>
25430
25431         * modules/memcmp-tests: New file.
25432         * tests/test-memcmp.c: New file.
25433
25434 2008-05-19  Bruno Haible  <bruno@clisp.org>
25435
25436         * modules/propername (Notice, configure.ac): Put quoted "..." into
25437         --keyword option.
25438         * lib/propername.h: Update comments accordingly.
25439         Reported by Eric Blake.
25440
25441 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
25442
25443         * modules/getpass-gnu (Depends-on): Add fseeko.
25444
25445 2008-05-19  Simon Josefsson  <simon@josefsson.org>
25446
25447         * modules/base64-tests: New file.
25448
25449 2008-05-19  Bo Borgerson <gigabo@gmail.com>
25450
25451         * lib/base64.c (base64_decode_ctx): If a decode context structure
25452         was passed in use it to ignore newlines.  If a context structure
25453         was _not_ passed in, continue to treat newlines as garbage (this
25454         is the historical behavior).  Formerly base64_decode.
25455         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
25456         takes a decode context structure.
25457         * lib/base64.h (base64_decode): Macro for four-argument calls.
25458         (base64_decode_alloc): Likewise.
25459         * lib/base64.c (base64_decode_ctx): If a decode context structure
25460         was passed in use it to ignore newlines.  If a context structure
25461         was _not_ passed in, continue to treat newlines as garbage (this
25462         is the historical behavior).  Formerly base64_decode.
25463         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
25464         takes a decode context structure.
25465         * lib/base64.h (base64_decode): Macro for four-argument calls.
25466         (base64_decode_alloc): Likewise.
25467
25468 2008-05-19  Jim Meyering  <meyering@redhat.com>
25469
25470         avoid a warning from gcc
25471         * lib/trim.c (IF_LINT): Define.
25472         (trim2): Use it to avoid a "may be used uninitialized" warning.
25473
25474         Fix doc typo.
25475         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
25476
25477 2008-05-19  Bruno Haible  <bruno@clisp.org>
25478
25479         * doc/glibc-functions/getpass.texi: Document limits of other
25480         implementations.
25481
25482 2008-05-19  Simon Josefsson  <simon@josefsson.org>
25483             Bruno Haible <bruno@clisp.org>
25484
25485         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
25486
25487 2008-05-18  Bruno Haible  <bruno@clisp.org>
25488
25489         * modules/propername: New file, from GNU gettext.
25490         * lib/propername.h: New file, from GNU gettext.
25491         * lib/propername.c: New file, from GNU gettext.
25492         * MODULES.html.sh (Internationalization functions): Add propername.
25493
25494 2008-05-16  Jim Meyering  <meyering@redhat.com>
25495             Bruno Haible  <bruno@clisp.org>
25496
25497         Avoid some warnings from "gcc -Wshadow".
25498         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
25499
25500 2008-05-15  Eric Blake  <ebb9@byu.net>
25501
25502         Extend previous patch to cygwin 1.7.0.
25503         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
25504         fast implementation in cygwin >= 1.7.0.
25505         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25506         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25507
25508 2008-05-15  Bruno Haible  <bruno@clisp.org>
25509
25510         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
25511         implementation in glibc >= 2.9.
25512         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25513         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25514
25515 2008-05-15  Bruno Haible  <bruno@clisp.org>
25516
25517         * MODULES.html.sh (Internationalization functions): Remove linebreak.
25518         (Unicode string functions): Add unilbrk/*.
25519         Reported by Karl Berry.
25520
25521 2008-05-15  Eric Blake  <ebb9@byu.net>
25522
25523         Fix violation of <stdbool.h> replacement in regex.
25524         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
25525         * lib/regexec.c (re_search_internal): Likewise.
25526         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
25527
25528 2008-05-15  Jim Meyering  <meyering@redhat.com>
25529
25530         avoid distracting test output when git or cvs is not found
25531         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
25532         * tests/test-vc-list-files-git.sh: Likewise.
25533
25534 2008-05-15  Eric Blake  <ebb9@byu.net>
25535
25536         Glibc finally accepted the memmem speedup code, bugzilla #5514.
25537         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
25538         glibc version.
25539         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
25540         * doc/posix-functions/strstr.texi (strstr): Likewise.
25541         * lib/str-two-way.h (MAX): Sychronize with glibc.
25542
25543 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
25544
25545         * lib/regcomp.c (optimize_utf8): Add a note on why we test
25546         opr.ctx_type.
25547         (calc_first): Initialize constraint field.
25548         (duplicate_node_closure): Use it instead of special casing ANCHORS.
25549         Fix grammar.
25550         (duplicate_node): Merge constraint field for all node types.
25551         (calc_eclosure_iter): Look at constraint field for all node types.
25552         * lib/regex_internal.c (create_cd_newstate): Don't look at
25553         opr.ctx_type.
25554
25555 2008-05-14  Bruno Haible  <bruno@clisp.org>
25556
25557         Help GCC to do better code generation.
25558         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
25559         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
25560         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
25561         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
25562         Declare with attribute 'malloc' if supported.
25563
25564 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
25565
25566         use "echo STR|wc -c" rather than unportable "expr length STR"
25567         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
25568         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
25569
25570 2008-05-14  Jim Meyering  <meyering@redhat.com>
25571
25572         use dd ibs=$n count=1 ... rather than less-portable head -c$n
25573         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
25574         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
25575         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
25576         via Collin Lasse.
25577
25578 2008-05-14  Eric Blake  <ebb9@byu.net>
25579
25580         Avoid quadratic growth in gl_LIBSOURCES.
25581         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
25582         Suggested by Bruno Haible.
25583
25584         Test xmemdup0.
25585         * modules/xmemdup0-tests: New file.
25586         * tests/test-xmemdup0.c: Likewise.
25587
25588 2008-05-13  Eric Blake  <ebb9@byu.net>
25589
25590         Split xmemdup0 into its own module.
25591         * modules/xmemdup0: New file.
25592         * lib/xmemdup0.h: Likewise.
25593         * lib/xmemdup0.c: Likewise.
25594         * MODULES.html.sh (Memory management functions): Add xmemdup0.
25595         * lib/xalloc.h (xmemdup0): Remove.
25596         * lib/xmalloc.c (xmemdup0): Likewise.
25597
25598 2008-05-13  Eric Blake  <ebb9@byu.net>
25599             Bruno Haible  <bruno@clisp.org>
25600
25601         Reduce number of forks required during autoconf.
25602         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
25603         and gl_LIBSOURCES_DIR.
25604         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
25605         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
25606         m4_syscmd per file.
25607         <m4_foreach_w>: Move...
25608         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
25609
25610 2008-05-13  Eric Blake  <ebb9@byu.net>
25611
25612         * gnulib-tool: Fix various comment typos.
25613
25614 2008-05-12  Bruno Haible  <bruno@clisp.org>
25615
25616         Tailor the linebreaking algorithm.
25617         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
25618
25619 2008-05-12  Bruno Haible  <bruno@clisp.org>
25620
25621         Update to Unicode 5.0.0.
25622         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
25623         LBP_JV, LBP_JT. Redistribute values.
25624         (unilbrk_table): Change size.
25625         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
25626         Unicode TR#14 rev. 22.
25627         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
25628         LBP_JV, LBP_JT. Redistribute values.
25629         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
25630         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
25631         Update.
25632         * lib/unilbrk/lbrkprop1.h: Regenerated.
25633         * lib/unilbrk/lbrkprop2.h: Regenerated.
25634         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
25635         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
25636         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
25637         Likewise.
25638         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
25639         Likewise.
25640         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
25641         result.
25642         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
25643         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
25644         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
25645         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
25646         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
25647         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
25648
25649 2008-05-11  Bruno Haible  <bruno@clisp.org>
25650
25651         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
25652
25653 2008-05-11  Bruno Haible  <bruno@clisp.org>
25654
25655         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
25656         * modules/unilbrk/gen-lbrk: New file.
25657
25658 2008-05-11  Bruno Haible  <bruno@clisp.org>
25659
25660         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
25661         * m4/sha512.m4 (gl_SHA512): Likewise.
25662
25663 2008-05-11  Jim Meyering  <meyering@redhat.com>
25664
25665         New modules: crypto/sha256, crypto/sha512 (from coreutils)
25666         * modules/crypto/sha256: New file.
25667         * modules/crypto/sha512: Likewise.
25668         * lib/sha256.c: Likewise.
25669         * lib/sha256.h: Likewise.
25670         * lib/sha512.c: Likewise.
25671         * lib/sha512.h: Likewise.
25672         * lib/u64.h: Likewise.
25673         * m4/sha256.m4: Likewise.
25674         * m4/sha512.m4: Likewise.
25675         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
25676
25677 2008-05-10  Bruno Haible  <bruno@clisp.org>
25678
25679         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
25680         (Input/Output <stdio.h>): Add xprintf.
25681         (Signal handling <signal.h>): Add strsignal.
25682         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
25683         (Core language properties): Add func.
25684         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
25685         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
25686         strings.
25687         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
25688         (Input/output): New section.
25689         (File system functions): Add openat-die, stat-macros.
25690         (Networking functions): Add sockets.
25691         (Unicode string functions): Add unictype/*.
25692         (Support for building libraries and executables): Add gperf.
25693         (Support for building documentation): Add agpl-3.0.
25694         (Misc): Add nocrash.
25695
25696 2008-05-10  Bruno Haible  <bruno@clisp.org>
25697
25698         * modules/unictype/gen-ctype: New file.
25699
25700 2008-05-10  Jim Meyering  <meyering@redhat.com>
25701
25702         Make chdir-safer.c more efficient on a system with no symlinks.
25703         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
25704         also if ELOOP is zero.  Suggested by Bruno Haible.
25705
25706         Make chdir-safer.c slightly safer.
25707         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
25708         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
25709
25710         Avoid compile failure on systems without ELOOP (like mingw).
25711         * lib/chdir-safer.c (ELOOP): Define if not already defined.
25712         Reported by Bruno Haible.
25713
25714 2008-05-10  Bruno Haible  <bruno@clisp.org>
25715
25716         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
25717         (is_utf8_encoding): Use a case-insensitive comparison.
25718         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
25719         streq.
25720
25721 2008-05-10  Bruno Haible  <bruno@clisp.org>
25722
25723         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
25724         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
25725         * lib/unilbrk/ulc-common.h (iconv_string_length,
25726         iconv_string_keeping_offsets): Remove declarations.
25727         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
25728         Don't include <iconv.h>, streq.h, xsize.h.
25729         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
25730         conversion.
25731         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
25732         <iconv.h>, streq.h, xsize.h.
25733         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
25734         conversion.
25735         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
25736         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
25737         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
25738         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
25739
25740 2008-05-10  Bruno Haible  <bruno@clisp.org>
25741
25742         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
25743         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
25744
25745         * modules/unilbrk/u32-width-linebreaks-tests: New file.
25746         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
25747
25748         * modules/unilbrk/u16-width-linebreaks-tests: New file.
25749         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
25750
25751         * modules/unilbrk/u8-width-linebreaks-tests: New file.
25752         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
25753
25754         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
25755         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
25756
25757         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
25758         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
25759
25760         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
25761         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
25762
25763         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
25764         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
25765
25766 2008-05-10  Bruno Haible  <bruno@clisp.org>
25767
25768         Split up 'linebreak' module.
25769         * lib/unilbrk.h: New file, based on lib/linebreak.h.
25770         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
25771         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
25772         modifications.
25773         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
25774         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
25775         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
25776         lib/linebreak.c.
25777         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
25778         lib/linebreak.c.
25779         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
25780         lib/linebreak.c.
25781         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
25782         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
25783         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
25784         lib/linebreak.c.
25785         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
25786         lib/linebreak.c.
25787         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
25788         lib/linebreak.c.
25789         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
25790         lib/linebreak.c.
25791         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
25792         lib/linebreak.c.
25793         * modules/unilbrk/base: New file.
25794         * modules/unilbrk/tables: New file.
25795         * modules/unilbrk/u8-possible-linebreaks: New file.
25796         * modules/unilbrk/u16-possible-linebreaks: New file.
25797         * modules/unilbrk/u32-possible-linebreaks: New file.
25798         * modules/unilbrk/ulc-common: New file.
25799         * modules/unilbrk/ulc-possible-linebreaks: New file.
25800         * modules/unilbrk/u8-width-linebreaks: New file.
25801         * modules/unilbrk/u16-width-linebreaks: New file.
25802         * modules/unilbrk/u32-width-linebreaks: New file.
25803         * modules/unilbrk/ulc-width-linebreaks: New file.
25804         * lib/linebreak.h: Remove file.
25805         * lib/linebreak.c: Remove file.
25806         * m4/linebreak.m4: Remove file.
25807         * modules/linebreak: Remove file.
25808         * NEWS: Mention the changes.
25809
25810 2008-05-09  Eric Blake  <ebb9@byu.net>
25811
25812         Add xmemdup0.
25813         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
25814         implementation.
25815         * lib/xmalloc.c (xmemdup0): New C implementation.
25816
25817 2008-05-08  Bruno Haible  <bruno@clisp.org>
25818
25819         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
25820
25821 2008-05-07  Eric Blake  <ebb9@byu.net>
25822
25823         Support cross-compilation of <wctype.h>.
25824         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
25825         AC_CACHE_CHECK.
25826
25827 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
25828
25829         * build-aux/vc-list-files: Add support for bzr.
25830
25831 2008-05-03  Jim Meyering  <meyering@redhat.com>
25832
25833         avoid failed assertion with tight malloc
25834         * tests/test-getndelim2.c: Correct an off-by-one assertion.
25835
25836 2008-05-03  Simon Josefsson  <simon@josefsson.org>
25837
25838         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
25839         are needed from arpa/inet.h.
25840         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
25841         Reported by Bruno Haible.
25842
25843 2008-05-02  Jim Meyering  <meyering@redhat.com>
25844
25845         avoid compilation error on FreeBSD 6
25846         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
25847
25848 2008-05-01  Jim Meyering  <meyering@redhat.com>
25849
25850         useless-if-before-free: correct --help's exit status description
25851         * build-aux/useless-if-before-free (usage): Like grep, exit 0
25852         for one or more matches, etc.  Reported by Bruno Haible.
25853
25854         vc-list-files: make the stand-alone gnulib test work
25855         * modules/vc-list-files-tests (configure.ac):
25856         Define and AC_SUBST abs_aux_dir.
25857         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
25858         $(abs_top_srcdir) to each script and having each of them
25859         duplicate the work of setting PATH, set PATH here, using
25860         the new variable, abs_aux_dir instead.
25861         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
25862         * tests/test-vc-list-files-git.sh: Likewise.
25863         Reported by Bruno Haible.
25864
25865 2008-05-01  Bruno Haible  <bruno@clisp.org>
25866
25867         * lib/getndelim2.c (getndelim2): Fix newsize computation during
25868         reallocation. Rename 'done' to 'found_delimiter'.
25869
25870 2008-05-01  Jim Meyering  <meyering@redhat.com>
25871
25872         vc-list-files: accommodate /bin/sh like the one from Solaris 10
25873         * build-aux/vc-list-files: Use `...`, not $(...).
25874
25875 2008-04-30  Jim Meyering  <meyering@redhat.com>
25876
25877         add tests for vc-list-files
25878         * modules/vc-list-files-tests: New module.
25879         * tests/test-vc-list-files-cvs.sh: New file.
25880         * tests/test-vc-list-files-git.sh: New file.
25881
25882         avoid a warning from gcc
25883         * lib/getndelim2.c (IF_LINT): Define.
25884         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
25885
25886         vc-list-files: work properly with build-aux/cvsu, too
25887         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
25888         to all cvs-based clauses.
25889
25890         vc-list-files: work properly in the CVS+awk case, too
25891         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
25892
25893         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
25894         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
25895         take more than one file argument, so .  Add quotes, just in case $dir
25896         ever contains a shell meta-character.  Prompted by Soren Hansen in
25897         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
25898
25899 2008-04-29  Eric Blake  <ebb9@byu.net>
25900
25901         Optimize getndelim2 to use block operations when possible.
25902         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
25903         freadseek, and memchr2.
25904         * lib/getndelim2.c (getndelim2): Use them for block reads.
25905
25906 2008-04-29  Bruno Haible  <bruno@clisp.org>
25907
25908         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
25909         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25910         * modules/inet_ntop (Depends-on): Add extensions.
25911         * modules/inet_pton (Depends-on): Likewise.
25912         Reported by Simon Josefsson.
25913
25914 2008-04-29  Jim Meyering  <meyering@redhat.com>
25915
25916         When the is more than one match in a block, match all of them.
25917         * build-aux/useless-if-before-free: Iterate through each block
25918         until there are no more matches.
25919
25920         Fix broken useless-if-before-free script.
25921         * build-aux/useless-if-before-free: Fix typo: missing "?" after
25922         the expression to match cast of argument to free-like function.
25923
25924 2008-04-29  Eric Blake  <ebb9@byu.net>
25925
25926         Use new header.
25927         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
25928
25929 2008-04-29  Jim Meyering  <meyering@redhat.com>
25930
25931         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
25932         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
25933         by gnulib to exist and to declare e.g., inet_ntop.
25934         Don't include "inet_ntop.h", now removed.
25935
25936         * m4/arpa_inet_h.m4: Remove trailing blanks.
25937
25938 2008-04-29  Eric Blake  <ebb9@byu.net>
25939
25940         Silence valgrind on safe reads beyond potential array bounds.
25941         * lib/rawmemchr.valgrind: New file.
25942         * lib/strchrnul.valgrind: Likewise.
25943         * modules/rawmemchr (Files): Distribute new file.
25944         * modules/strchrnul (Files): Likewise.
25945         Suggested by Bruno Haible.
25946
25947 2008-04-29  Bruno Haible  <bruno@clisp.org>
25948
25949         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
25950         (inet_ntop, inet_pton): Change portability warning's wording.
25951         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
25952         Invoke gl_CHECK_NEXT_HEADERS.
25953         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
25954         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
25955         set ARPA_INET_H.
25956         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
25957         * modules/arpa_inet (Description): No longer only for systems that
25958         lack it.
25959         (Depends-on): Add include_next.
25960         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
25961         HAVE_ARPA_INET_H.
25962
25963 2008-04-29  Jim Meyering  <meyering@redhat.com>
25964
25965         * modules/mkdir (License): Re-license as LGPLv2+.
25966
25967 2008-04-29  Bruno Haible  <bruno@clisp.org>
25968
25969         * modules/rawmemchr (Maintainer): Set to Eric.
25970         * modules/strchrnul (Maintainer): Likewise.
25971
25972 2008-04-29  Simon Josefsson  <simon@josefsson.org>
25973
25974         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
25975         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
25976
25977         * modules/arpa_inet (arpa/inet.h): Use them.
25978
25979 2008-04-28  Eric Blake  <ebb9@byu.net>
25980
25981         Test getndelim2.
25982         * modules/getndelim2-tests: New file.
25983         * tests/test-getndelim2.c: Likewise.
25984         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
25985         stream.
25986         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
25987
25988         * MODULES.html.sh: Document new module.
25989
25990 2008-04-20  Bruno Haible  <bruno@clisp.org>
25991
25992         * lib/c-stack.c (die): Use raise.
25993         * modules/c-stack (Depends-on): Add raise.
25994
25995 2008-04-28  Bruno Haible  <bruno@clisp.org>
25996
25997         Expect rpmatch to be declared.
25998         * lib/yesno.c (rpmatch): Remove declaration.
25999
26000         Declare rpmatch.
26001         * lib/stdlib.in.h (rpmatch): New declaration.
26002         * lib/rpmatch.c: Include <stdlib.h> first.
26003         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
26004         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
26005         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
26006         HAVE_RPMATCH.
26007         * modules/rpmatch (Depends-on): Add stdlib, extensions.
26008         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
26009         (Include): Set to <stdlib.h>.
26010         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
26011         HAVE_RPMATCH.
26012         * NEWS: Document the change.
26013
26014 2008-04-28  Bruno Haible  <bruno@clisp.org>
26015
26016         Change rpmatch to use nl_langinfo when appropriate.
26017         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
26018         (N_): New macro.
26019         (localized_pattern): New function/macro.
26020         (try): Remove match, nomatch arguments. Copy the pattern into safe
26021         memory before caching it.
26022         (rpmatch): Use localized_pattern. Add translator comments.
26023         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
26024         Suggested by Eric Blake.
26025         * modules/rpmatch (Depends-on): Add stdbool.
26026
26027 2008-04-28  Eric Blake  <ebb9@byu.net>
26028
26029         Add rawmemchr module, matching glibc.
26030         * modules/string (Makefile.am): New indicator.
26031         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
26032         * lib/string.in.h (rawmemchr): Declare when appropriate.
26033         * modules/rawmemchr: New file.
26034         * m4/rawmemchr.m4: Likewise.
26035         * lib/rawmemchr.c: Likewise.
26036         * modules/rawmemchr-tests: Likewise.
26037         * tests/test-rawmemchr.c: Likewise.
26038         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
26039         module.
26040         * modules/strchrnul (Depends-on): Add rawmemchr.
26041         * lib/strchrnul.c (strchrnul): Optimize a corner case.
26042
26043         Whitespace cleanup.
26044         * tests/test-strchrnul.c: Reindent.
26045         * lib/strchrnul.c: Likewise.
26046
26047         Optimize and test strchrnul.
26048         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
26049         * modules/strchrnul-tests: New file.
26050         * tests/test-strchrnul.c: Likewise.
26051
26052         Remove intprops dependency.
26053         * modules/memchr (Depends-on): Remove intprops.
26054         * modules/memrchr (Depends-on): Likewise.
26055         * modules/memchr2 (Depends-on): Likewise.
26056         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
26057         * lib/memrchr.c (__memrchr): Likewise.
26058         * lib/memrchr2.c (memchr2): Likewise.
26059         Reported by Simon Josefsson.
26060
26061 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26062
26063         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
26064         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26065
26066 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26067
26068         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
26069
26070         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
26071
26072         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
26073
26074         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
26075         declarations.
26076         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
26077
26078         * m4/inet_pton.m4: Don't check for header files.
26079
26080         * m4/inet_ntop.m4: Don't check for header files.
26081
26082 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26083
26084         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
26085         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
26086         trigger for cygwin).
26087         Reported by Bruno Haible  <bruno@clisp.org>.
26088
26089 2008-04-28  Bruno Haible  <bruno@clisp.org>
26090
26091         * doc/posix-functions/strdup.texi: Mention mingw problem.
26092
26093 2008-04-27  Bruno Haible  <bruno@clisp.org>
26094
26095         * modules/stat-time-tests (Depends-on): Add sleep.
26096         * tests/test-stat-time.c (force_unlink): New function.
26097         (cleanup): Use it.
26098         (test_mtime): Remove the ctime related tests.
26099         (test_ctime): New function, containing the ctime related tests.
26100         (main): Call test_ctime, except on native Windows platforms.
26101
26102 2008-04-27  Bruno Haible  <bruno@clisp.org>
26103
26104         * lib/rpmatch.c (rpmatch): Add some comments.
26105         Reported by James Youngman <jay@gnu.org>.
26106
26107 2008-04-27  Bruno Haible  <bruno@clisp.org>
26108
26109         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
26110         quiet NaNs.
26111
26112 2008-04-27  Bruno Haible  <bruno@clisp.org>
26113
26114         Make test-yesno.sh work on mingw.
26115         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
26116         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
26117         (main): Set stdin to binary mode.
26118         * modules/yesno-tests (Depends-on): Add binary-io.
26119
26120 2008-04-27  Bruno Haible  <bruno@clisp.org>
26121
26122         Fix 'isfinite' on x86, x86_64, ia64 platforms.
26123         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
26124         argument that lie outside the IEEE 854 domain.
26125         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
26126         (gl_ISFINITE): Use it.
26127         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
26128
26129 2008-04-27  Bruno Haible  <bruno@clisp.org>
26130
26131         Allow local renaming in config.h.
26132         * lib/memrchr.c (memrchr): Don't undefine outside libc.
26133
26134 2008-04-27  Bruno Haible  <bruno@clisp.org>
26135
26136         * lib/memchr.c (__memchr): Change type of 'i'.
26137         * lib/memchr2.c (memchr2): Likewise.
26138
26139 2008-04-26  Eric Blake  <ebb9@byu.net>
26140         and Bruno Haible  <bruno@clisp.org>
26141
26142         Optimize and test memrchr.
26143         * modules/memrchr (Depends-on): Add intprops.
26144         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
26145         * modules/memrchr-tests: New file.
26146         * tests/test-memrchr.c: New file.
26147
26148 2008-04-26  Bruno Haible  <bruno@clisp.org>
26149
26150         Add tentative support for DragonFly BSD.
26151         * lib/stdio-impl.h: Add macros for DragonFly BSD.
26152         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
26153         fp.
26154         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
26155         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
26156         * lib/fpurge.c (fpurge): Likewise.
26157         * lib/freadable.c (freaadable): Likewise.
26158         * lib/freadahead.c (freadahead): Likewise.
26159         * lib/freading.c (freading): Likewise.
26160         * lib/freadptr.c (freadptr): Likewise.
26161         * lib/freadseek.c (freadptrinc): Likewise.
26162         * lib/fseeko.c (fseeko): Likewise.
26163         * lib/fseterr.c (fseterr): Likewise.
26164         * lib/fwritable.c (fwritable): Likewise.
26165         * lib/fwriting.c (fwriting): Likewise.
26166
26167 2008-04-26  Bruno Haible  <bruno@clisp.org>
26168
26169         * lib/stdio-impl.h: New file.
26170         * lib/fbufmode.c: Include stdio-impl.h.
26171         (fbufmode): Use fp_, remove redundant #defines.
26172         * lib/fflush.c: Include stdio-impl.h.
26173         (clear_ungetc_buffer): Remove redundant #defines.
26174         * lib/fpurge.c: Include stdio-impl.h.
26175         (fpurge): Remove redundant #defines.
26176         * lib/freadable.c: Include stdio-impl.h.
26177         (freadable): Remove redundant #defines.
26178         * lib/freadahead.c: Include stdio-impl.h.
26179         (freadahead): Remove redundant #defines.
26180         * lib/freading.c: Include stdio-impl.h.
26181         (freading): Remove redundant #defines.
26182         * lib/freadptr.c: Include stdio-impl.h.
26183         (freadptr): Remove redundant #defines.
26184         * lib/freadseek.c: Include stdio-impl.h.
26185         (freadptrinc): Remove redundant #defines.
26186         * lib/fseeko.c: Include stdio-impl.h.
26187         (rpl_fseeko): Remove redundant #defines.
26188         * lib/fseterr.c: Include stdio-impl.h.
26189         (fseterr): Remove redundant #defines.
26190         * lib/fwritable.c: Include stdio-impl.h.
26191         (fwritable: Remove redundant #defines.
26192         * lib/fwriting.c: Include stdio-impl.h.
26193         (fwriting): Remove redundant #defines.
26194         * modules/fbufmode (Files): Add lib/stdio-impl.h.
26195         * modules/fflush (Files): Likewise.
26196         * modules/fpurge (Files): Likewise.
26197         * modules/freadable (Files): Likewise.
26198         * modules/freadahead (Files): Likewise.
26199         * modules/freading (Files): Likewise.
26200         * modules/freadptr (Files): Likewise.
26201         * modules/freadseek (Files): Likewise.
26202         * modules/fseeko (Files): Likewise.
26203         * modules/fseterr (Files): Likewise.
26204         * modules/fwritable (Files): Likewise.
26205         * modules/fwriting (Files): Likewise.
26206
26207 2008-04-26  Bruno Haible  <bruno@clisp.org>
26208
26209         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
26210         restore_seek_optimization, update_fpos_cache): New functions, extracted
26211         from rpl_fflush.
26212         (rpl_fflush): Use them.
26213         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
26214         (gl_REPLACE_FFLUSH): Use it.
26215
26216 2008-04-26  Bruno Haible  <bruno@clisp.org>
26217
26218         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
26219         on Solaris.
26220         * tests/test-xstrtoimax.sh: Likewise.
26221         * tests/test-xstrtoumax.sh: Likewise.
26222         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26223
26224 2008-04-26  Bruno Haible  <bruno@clisp.org>
26225
26226         * modules/memchr-tests: New file.
26227         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
26228
26229 2008-04-26  Eric Blake  <ebb9@byu.net>
26230             Bruno Haible  <bruno@clisp.org>
26231
26232         * lib/memchr.c: Include intprops.h.
26233         (__memchr): Optimize parallel detection of matching bytes. Rename local
26234         variables. Add explanatory comments.
26235
26236 2008-04-26  Bruno Haible  <bruno@clisp.org>
26237
26238         Fix module 'memchr', broken since 2000-10-28.
26239         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
26240
26241 2008-04-26  Bruno Haible  <bruno@clisp.org>
26242
26243         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
26244         comments.
26245
26246 2008-04-25  Eric Blake  <ebb9@byu.net>
26247
26248         Use native fstatat on cygwin 1.7.0.
26249         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
26250         first.
26251
26252 2008-04-23  Eric Blake  <ebb9@byu.net>
26253
26254         Improve memchr2 performance.
26255         * lib/memchr2.c (memchr2): Further optimize parallel detection of
26256         NUL bytes.
26257         * modules/memchr2 (Depends-on): Use intprops.h.
26258
26259 2008-04-23  Simon Josefsson  <simon@josefsson.org>
26260
26261         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
26262         an inline function instead of a CPP macro.  Patch by Ben Pfaff
26263         <blp@cs.stanford.edu>.
26264
26265 2008-04-23  Simon Josefsson  <simon@josefsson.org>
26266
26267         * lib/arpa_inet.in.h: New file.
26268
26269         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
26270         (Makefile.am): Sed in substitute header file.
26271
26272         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
26273         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
26274
26275         * modules/inet_ntop (configure.ac): Use
26276         gl_ARPA_INET_MODULE_INDICATOR.
26277
26278         * modules/inet_pton (configure.ac): Use
26279         gl_ARPA_INET_MODULE_INDICATOR.
26280
26281 2008-04-22  Jim Meyering  <meyering@redhat.com>
26282
26283         * modules/verify (License): Re-license as LGPLv2+.
26284
26285 2008-04-22  Simon Josefsson  <simon@josefsson.org>
26286
26287         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
26288         parameter to void* as per POSIX standard (MinGW uses char*).
26289
26290 2008-04-21  Bruno Haible  <bruno@clisp.org>
26291
26292         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
26293         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
26294         Define to replacements if REPLACE_ISWCNTRL is 1.
26295         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
26296         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
26297         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
26298         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
26299         what it fixes.
26300         * doc/posix-functions/iswalpha.texi: Likewise.
26301         * doc/posix-functions/iswblank.texi: Likewise.
26302         * doc/posix-functions/iswcntrl.texi: Likewise.
26303         * doc/posix-functions/iswdigit.texi: Likewise.
26304         * doc/posix-functions/iswgraph.texi: Likewise.
26305         * doc/posix-functions/iswlower.texi: Likewise.
26306         * doc/posix-functions/iswprint.texi: Likewise.
26307         * doc/posix-functions/iswpunct.texi: Likewise.
26308         * doc/posix-functions/iswspace.texi: Likewise.
26309         * doc/posix-functions/iswupper.texi: Likewise.
26310         * doc/posix-functions/iswxdigit.texi: Likewise.
26311         Reported by Alain Guibert.
26312
26313 2008-04-21  Bruno Haible  <bruno@clisp.org>
26314
26315         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
26316         Patch by Alain Guibert.
26317
26318 2008-04-21  Bruno Haible  <bruno@clisp.org>
26319
26320         Fix test failures on mingw.
26321         * tests/test-xstrtol.c (print_no_progname): New function.
26322         (main): Install it in error_print_progname hook.
26323         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
26324         * tests/test-xstrtoimax.sh: Likewise.
26325         * tests/test-xstrtoumax.sh: Likewise.
26326
26327 2008-04-21  Bruno Haible  <bruno@clisp.org>
26328
26329         Fix test failure on mingw.
26330         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
26331
26332 2008-04-21  Bruno Haible  <bruno@clisp.org>
26333
26334         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
26335         Actually assign a value.
26336
26337 2008-04-20  Bruno Haible  <bruno@clisp.org>
26338
26339         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
26340         take 2.
26341         * lib/canonicalize.c (canonicalize_file_name): Elide if the
26342         'canonicalize-lgpl' module is also used.
26343         * lib/canonicalize-lgpl.c: Undo last change.
26344         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
26345
26346 2008-04-20  Bruno Haible  <bruno@clisp.org>
26347
26348         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
26349         config.h. Provide _mkdir based fallback for mingw.
26350         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
26351         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
26352         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
26353         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
26354         rather than defining mkdir in config.h.
26355         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
26356         (gl_SYS_STAT_H_DEFAULTS): New macro.
26357         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
26358         HAVE_IO_H any more.
26359         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
26360         HAVE_DECL_MKDIR and HAVE_IO_H.
26361
26362 2008-04-20  Bruno Haible  <bruno@clisp.org>
26363
26364         * lib/isapipe.c: Port to native Windows platforms.
26365
26366 2008-04-20  Bruno Haible  <bruno@clisp.org>
26367
26368         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
26369
26370 2008-04-21  Eric Blake  <ebb9@byu.net>
26371
26372         Work around preprocessors that don't handle UINTMAX_MAX.
26373         * lib/memchr2.c (memchr2): Avoid embedded #if.
26374         Reported by Alain Guibert, fix suggested by Bruno Haible.
26375
26376 2008-04-21  Simon Josefsson  <simon@josefsson.org>
26377
26378         * doc/posix-functions/strftime.texi (strftime): Explain better
26379         Windows incompatibility.  Suggested by Micah Cowan
26380         <micah@cowan.name>.
26381
26382 2008-04-20  Bruno Haible  <bruno@clisp.org>
26383
26384         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
26385         unistr/u8-mblen.
26386
26387 2008-04-20  Bruno Haible  <bruno@clisp.org>
26388
26389         Fix test failure on platforms with non-GNU iconv.
26390         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
26391         (U_TO_U8): Use it, rather than u16_to_u8.
26392         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
26393         units at the end of the input string.
26394         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
26395
26396 2008-04-20  Bruno Haible  <bruno@clisp.org>
26397
26398         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
26399         when the resulting length is 0.
26400         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
26401
26402 2008-04-20  Bruno Haible  <bruno@clisp.org>
26403
26404         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
26405         works.
26406         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
26407
26408 2008-04-20  Bruno Haible  <bruno@clisp.org>
26409
26410         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
26411         * modules/tsearch-tests (configure.ac): Test for initstate function.
26412
26413 2008-04-20  Bruno Haible  <bruno@clisp.org>
26414
26415         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
26416         for nlink_t if missing.
26417         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
26418
26419 2008-04-19  Bruno Haible  <bruno@clisp.org>
26420
26421         Work around snprintf bug on Linux libc5.
26422         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
26423         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
26424         gl_SNPRINTF_SIZE1.
26425         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26426         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
26427         that test failed.
26428         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
26429         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
26430         * modules/snprintf (Files): Add m4/printf.m4.
26431         * modules/vsnprintf (Files): Likewise.
26432         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
26433         * doc/posix-functions/vsnprintf.texi: Likewise.
26434
26435 2008-04-19  Bruno Haible  <bruno@clisp.org>
26436
26437         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
26438         from 0.0058 to less than 10^-7.
26439
26440 2008-04-19  Bruno Haible  <bruno@clisp.org>
26441
26442         Fix rounding when a precision is given.
26443         * lib/vasnprintf.c (is_borderline): New function.
26444         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
26445         9...9x.
26446         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
26447         %e, %g.
26448         * tests/test-vasprintf-posix.c (test_function): Likewise.
26449         * tests/test-snprintf-posix.h (test_function): Likewise.
26450         * tests/test-sprintf-posix.h (test_function): Likewise.
26451         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
26452         * tests/test-printf-posix.h (test_function): Likewise.
26453         * tests/test-printf-posix.output: Update.
26454         Reported by John Darrington <john@darrington.wattle.id.au> via
26455         Ben Pfaff <blp@cs.stanford.edu>.
26456
26457 2008-04-18  Simon Josefsson  <simon@josefsson.org>
26458
26459         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
26460         Suggested by Bruno Haible <bruno@clisp.org>.
26461
26462 2008-04-17  Bruno Haible  <bruno@clisp.org>
26463
26464         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
26465         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
26466         implementation.
26467         Patch by Bruce Merry <bmerry@gmail.com>.
26468
26469 2008-04-17  Simon Josefsson  <simon@josefsson.org>
26470
26471         * doc/posix-functions/strftime.texi (strftime): Mention that %e
26472         doesn't work under Windows.
26473
26474 2008-04-16  Bruno Haible  <bruno@clisp.org>
26475
26476         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
26477         New macros.
26478         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
26479         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
26480         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
26481         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
26482         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
26483         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
26484         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
26485         macros.
26486         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
26487         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
26488         Northern Sotho, Uighur.
26489
26490 2008-04-16  Bruno Haible  <bruno@clisp.org>
26491
26492         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
26493         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
26494         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
26495         Reported by Daniel Bergström <daniel@octocode.com>.
26496
26497 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
26498             Bruno Haible  <bruno@clisp.org>
26499
26500         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
26501         function.
26502         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
26503         New functions, mostly extracted from gl_locale_name_default.
26504         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
26505
26506 2008-04-16  Eric Blake  <ebb9@byu.net>
26507
26508         Adjust strtod detection to catch glibc 2.7 bug.
26509         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
26510         Reported by John Gatewood Ham.
26511
26512 2008-04-16  Bruno Haible  <bruno@clisp.org>
26513
26514         Add tentative support for Linux libc5.
26515         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
26516         * lib/fpurge.c (fpurge): Likewise.
26517         * lib/freadable.c (freadable): Likewise.
26518         * lib/freadahead.c (freadahead): Likewise.
26519         * lib/freading.c (freading): Likewise.
26520         * lib/freadptr.c (freadptr): Likewise.
26521         * lib/freadseek.c (freadptrinc): Likewise.
26522         * lib/fseeko.c (rpl_fseeko): Likewise.
26523         * lib/fseterr.c (fseterr): Likewise.
26524         * lib/fwritable.c (fwritable): Likewise.
26525         * lib/fwriting.c (fwriting): Likewise.
26526         Reported by Alain Guibert <alguibert+bts@free.fr>.
26527
26528 2008-04-15  Bruno Haible  <bruno@clisp.org>
26529
26530         * modules/mathl (configure.ac): Define module indicator.
26531
26532 2008-04-15  Bruno Haible  <bruno@clisp.org>
26533
26534         * lib/logl.c (logl): Remove unused variables.
26535
26536 2008-04-15  Bruno Haible  <bruno@clisp.org>
26537
26538         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
26539         fails.
26540
26541 2008-04-15  Bruno Haible  <bruno@clisp.org>
26542
26543         * lib/trim.c (trim2): Fix argument of isspace() macro.
26544
26545 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
26546
26547         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
26548         to 0.
26549         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
26550
26551 2008-04-14  Bruno Haible  <bruno@clisp.org>
26552
26553         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
26554         AC_LANG_PROGRAM argument.
26555         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
26556         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
26557         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
26558         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
26559         * m4/math_h.m4 (gl_MATH_H): Likewise.
26560         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
26561         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
26562         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
26563         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
26564         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
26565         * m4/regex.m4 (gl_REGEX): Likewise.
26566         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
26567         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
26568         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
26569         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
26570         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
26571         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
26572         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
26573         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
26574
26575 2008-04-14  Jim Meyering  <meyering@redhat.com>
26576
26577         test-strtod: fix typos: s/abs/fabs/
26578         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
26579
26580 2008-04-13  Bruno Haible  <bruno@clisp.org>
26581
26582         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
26583         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
26584         module is also used and while not building the reloc-wrapper.
26585
26586 2008-04-13  Bruno Haible  <bruno@clisp.org>
26587
26588         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
26589
26590 2008-04-13  Bruno Haible  <bruno@clisp.org>
26591
26592         Fix AIX compilation failure introduced on 2008-04-02.
26593         * tests/test-frexp.c (exp): Undefine before redefining.
26594         * tests/test-frexpl.c (exp): Likewise.
26595
26596 2008-04-13  Bruno Haible  <bruno@clisp.org>
26597
26598         Work around a HP-UX stdio bug.
26599         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
26600         * tests/test-ftello.c (main): Likewise.
26601         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
26602         * doc/posix-functions/ftello.texi: Likewise.
26603
26604 2008-04-13  Bruno Haible  <bruno@clisp.org>
26605
26606         Make test-signbit pass on HP-UX/hppa.
26607         * tests/test-signbit.c (minus_zerol): New variable.
26608         (test_signbitl): Use it.
26609
26610 2008-04-13  Bruno Haible  <bruno@clisp.org>
26611
26612         Make truncl work on OSF/1 4.0.
26613         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
26614         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
26615         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
26616         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
26617         HAVE_DECL_TRUNCL.
26618         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
26619         HAVE_DECL_TRUNCL.
26620         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
26621
26622 2008-04-13  Bruno Haible  <bruno@clisp.org>
26623
26624         * lib/unictype.h: Remove trailing comma from enumeration definitions.
26625
26626 2008-04-13  Bruno Haible  <bruno@clisp.org>
26627
26628         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
26629         expression, so as to avoid HP-UX 11 cc compiler bug.
26630
26631 2008-04-13  Bruno Haible  <bruno@clisp.org>
26632
26633         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
26634
26635 2008-04-13  Bruno Haible  <bruno@clisp.org>
26636
26637         * lib/git-merge-changelog.c: Remove empty declaration outside of
26638         functions.
26639
26640 2008-04-13  Bruno Haible  <bruno@clisp.org>
26641
26642         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
26643
26644 2008-04-13  Bruno Haible  <bruno@clisp.org>
26645
26646         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
26647         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
26648         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
26649         also if it exists but lacks definitions of the SHUT_* macros.
26650         * modules/sys_socket (Description): Update.
26651         Reported by Elbert Pol <e.pol@chello.nl>.
26652
26653 2008-04-13  Bruno Haible  <bruno@clisp.org>
26654
26655         * lib/localcharset.c (OS2): Don't redefine if already defined.
26656         Reported by Elbert Pol <e.pol@chello.nl>.
26657
26658 2008-04-13  Bruno Haible  <bruno@clisp.org>
26659
26660         * lib/binary-io.h [__EMX__]: Include <io.h>.
26661         Reported by Elbert Pol <e.pol@chello.nl>.
26662
26663 2008-04-12  Bruno Haible  <bruno@clisp.org>
26664
26665         * lib/fpucw.h: Enable the definitions also for x86_64.
26666         Needed for NetBSD/x86_64.
26667         Reported by Thomas Klausner <tk@giga.or.at>.
26668
26669 2008-04-12  Bruno Haible  <bruno@clisp.org>
26670
26671         * tests/test-strtod.c: Include isnand.h.
26672         (main): Use isnand instead of isnan.
26673         Reported by Jim Meyering.
26674
26675 2008-04-12  Bruno Haible  <bruno@clisp.org>
26676
26677         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
26678         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
26679
26680 2008-04-12  Jim Meyering  <meyering@redhat.com>
26681
26682         * m4/math_h.m4 (gl_MATH_H): Fix typos.
26683
26684 2008-04-12  Bruno Haible  <bruno@clisp.org>
26685
26686         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
26687         Reported by Elbert Pol <e.pol@chello.nl>.
26688
26689 2008-04-12  Eric Blake  <ebb9@byu.net>
26690
26691         Work around Solaris 10 math.h bug.
26692         * m4/math_h.m4 (gl_MATH_H): Check for bug.
26693         (gl_MATH_H_DEFAULTS): Set up default.
26694         * modules/math (Makefile.am): Replace new indicators.
26695         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
26696         * tests/test-math.c (main): Test this.
26697         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
26698         * doc/posix-headers/math.texi (math.h): Mention bug.
26699         Reported by Nelson H. F. Beebe and Jim Meyering.
26700
26701 2008-04-11  Bruno Haible  <bruno@clisp.org>
26702
26703         Adapt to future versions of Apple GCC.
26704         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
26705         Reported by Peter O'Gorman <peter@pogma.com>.
26706
26707 2008-04-11  Bruno Haible  <bruno@clisp.org>
26708
26709         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
26710
26711 2008-04-11  Bruno Haible  <bruno@clisp.org>
26712
26713         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
26714
26715         * modules/getaddrinfo-tests (Makefile.am): Define
26716         test_getaddrinfo_LDADD.
26717
26718 2008-04-11  Bruno Haible  <bruno@clisp.org>
26719
26720         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
26721         (init): Fix syntax error.
26722         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
26723         is declared.
26724
26725 2008-04-11  Bruno Haible  <bruno@clisp.org>
26726
26727         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
26728         * modules/glob (Depends-on): Add stdbool.
26729
26730 2008-04-11  Bruno Haible  <bruno@clisp.org>
26731
26732         * lib/trim.c: Include <string.h>.
26733
26734 2008-04-11  Eric Blake  <ebb9@byu.net>
26735
26736         Avoid compile failure on OS/2.
26737         * lib/regex_internal.h (internal_function): Disable optimization
26738         on OS/2 (__EMX__), where it caused compiler error.
26739         Reported by Elbert Pol.
26740
26741 2008-04-11  Bruno Haible  <bruno@clisp.org>
26742
26743         Flush the standard error stream before aborting. Needed on mingw.
26744         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
26745         * tests/test-array_list.c (ASSERT): Likewise.
26746         * tests/test-array_oset.c (ASSERT): Likewise.
26747         * tests/test-avltree_list.c (ASSERT): Likewise.
26748         * tests/test-avltree_oset.c (ASSERT): Likewise.
26749         * tests/test-avltreehash_list.c (ASSERT): Likewise.
26750         * tests/test-binary-io.c (ASSERT): Likewise.
26751         * tests/test-byteswap.c (ASSERT): Likewise.
26752         * tests/test-c-ctype.c (ASSERT): Likewise.
26753         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
26754         * tests/test-c-strcasestr.c (ASSERT): Likewise.
26755         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
26756         * tests/test-c-strstr.c (ASSERT): Likewise.
26757         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
26758         * tests/test-canonicalize.c (ASSERT): Likewise.
26759         * tests/test-carray_list.c (ASSERT): Likewise.
26760         * tests/test-ceilf1.c (ASSERT): Likewise.
26761         * tests/test-ceilf2.c (ASSERT): Likewise.
26762         * tests/test-ceill.c (ASSERT): Likewise.
26763         * tests/test-count-one-bits.c (ASSERT): Likewise.
26764         * tests/test-fbufmode.c (ASSERT): Likewise.
26765         * tests/test-fflush2.c (ASSERT): Likewise.
26766         * tests/test-floorf1.c (ASSERT): Likewise.
26767         * tests/test-floorf2.c (ASSERT): Likewise.
26768         * tests/test-floorl.c (ASSERT): Likewise.
26769         * tests/test-fopen.c (ASSERT): Likewise.
26770         * tests/test-fpending.c (ASSERT): Likewise.
26771         * tests/test-fprintf-posix.c (ASSERT): Likewise.
26772         * tests/test-fpurge.c (ASSERT): Likewise.
26773         * tests/test-freadable.c (ASSERT): Likewise.
26774         * tests/test-freadahead.c (ASSERT): Likewise.
26775         * tests/test-freading.c (ASSERT): Likewise.
26776         * tests/test-freadptr.c (ASSERT): Likewise.
26777         * tests/test-freadptr2.c (ASSERT): Likewise.
26778         * tests/test-freadseek.c (ASSERT): Likewise.
26779         * tests/test-freopen.c (ASSERT): Likewise.
26780         * tests/test-frexp.c (ASSERT): Likewise.
26781         * tests/test-frexpl.c (ASSERT): Likewise.
26782         * tests/test-fseek.c (ASSERT): Likewise.
26783         * tests/test-fseeko.c (ASSERT): Likewise.
26784         * tests/test-fstrcmp.c (ASSERT): Likewise.
26785         * tests/test-ftell.c (ASSERT): Likewise.
26786         * tests/test-ftello.c (ASSERT): Likewise.
26787         * tests/test-func.c (ASSERT): Likewise.
26788         * tests/test-fwritable.c (ASSERT): Likewise.
26789         * tests/test-fwriting.c (ASSERT): Likewise.
26790         * tests/test-getdelim.c (ASSERT): Likewise.
26791         * tests/test-getline.c (ASSERT): Likewise.
26792         * tests/test-i-ring.c (ASSERT): Likewise.
26793         * tests/test-iconv-utf.c (ASSERT): Likewise.
26794         * tests/test-iconv.c (ASSERT): Likewise.
26795         * tests/test-isfinite.c (ASSERT): Likewise.
26796         * tests/test-isnand.c (ASSERT): Likewise.
26797         * tests/test-isnanf.c (ASSERT): Likewise.
26798         * tests/test-isnanl.h (ASSERT): Likewise.
26799         * tests/test-ldexpl.c (ASSERT): Likewise.
26800         * tests/test-linked_list.c (ASSERT): Likewise.
26801         * tests/test-linkedhash_list.c (ASSERT): Likewise.
26802         * tests/test-localename.c (ASSERT): Likewise.
26803         * tests/test-lseek.c (ASSERT): Likewise.
26804         * tests/test-mbscasecmp.c (ASSERT): Likewise.
26805         * tests/test-mbscasestr1.c (ASSERT): Likewise.
26806         * tests/test-mbscasestr2.c (ASSERT): Likewise.
26807         * tests/test-mbscasestr3.c (ASSERT): Likewise.
26808         * tests/test-mbscasestr4.c (ASSERT): Likewise.
26809         * tests/test-mbschr.c (ASSERT): Likewise.
26810         * tests/test-mbscspn.c (ASSERT): Likewise.
26811         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
26812         * tests/test-mbspbrk.c (ASSERT): Likewise.
26813         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
26814         * tests/test-mbsrchr.c (ASSERT): Likewise.
26815         * tests/test-mbsspn.c (ASSERT): Likewise.
26816         * tests/test-mbsstr1.c (ASSERT): Likewise.
26817         * tests/test-mbsstr2.c (ASSERT): Likewise.
26818         * tests/test-mbsstr3.c (ASSERT): Likewise.
26819         * tests/test-memchr2.c (ASSERT): Likewise.
26820         * tests/test-memmem.c (ASSERT): Likewise.
26821         * tests/test-open.c (ASSERT): Likewise.
26822         * tests/test-printf-frexp.c (ASSERT): Likewise.
26823         * tests/test-printf-frexpl.c (ASSERT): Likewise.
26824         * tests/test-printf-posix.c (ASSERT): Likewise.
26825         * tests/test-quotearg.c (ASSERT): Likewise.
26826         * tests/test-rbtree_list.c (ASSERT): Likewise.
26827         * tests/test-rbtree_oset.c (ASSERT): Likewise.
26828         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
26829         * tests/test-round1.c (ASSERT): Likewise.
26830         * tests/test-roundf1.c (ASSERT): Likewise.
26831         * tests/test-roundl.c (ASSERT): Likewise.
26832         * tests/test-signbit.c (ASSERT): Likewise.
26833         * tests/test-sleep.c (ASSERT): Likewise.
26834         * tests/test-snprintf-posix.c (ASSERT): Likewise.
26835         * tests/test-snprintf.c (ASSERT): Likewise.
26836         * tests/test-sprintf-posix.c (ASSERT): Likewise.
26837         * tests/test-stat-time.c (ASSERT): Likewise.
26838         * tests/test-strcasestr.c (ASSERT): Likewise.
26839         * tests/test-strerror.c (ASSERT): Likewise.
26840         * tests/test-striconv.c (ASSERT): Likewise.
26841         * tests/test-striconveh.c (ASSERT): Likewise.
26842         * tests/test-striconveha.c (ASSERT): Likewise.
26843         * tests/test-strsignal.c (ASSERT): Likewise.
26844         * tests/test-strstr.c (ASSERT): Likewise.
26845         * tests/test-strtod.c (ASSERT): Likewise.
26846         * tests/test-trunc1.c (ASSERT): Likewise.
26847         * tests/test-trunc2.c (ASSERT): Likewise.
26848         * tests/test-truncf1.c (ASSERT): Likewise.
26849         * tests/test-truncf2.c (ASSERT): Likewise.
26850         * tests/test-truncl.c (ASSERT): Likewise.
26851         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
26852         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
26853         * tests/test-vasnprintf.c (ASSERT): Likewise.
26854         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
26855         * tests/test-vasprintf.c (ASSERT): Likewise.
26856         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
26857         * tests/test-vprintf-posix.c (ASSERT): Likewise.
26858         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
26859         * tests/test-vsnprintf.c (ASSERT): Likewise.
26860         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
26861         * tests/test-wcwidth.c (ASSERT): Likewise.
26862         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
26863         * tests/test-xprintf-posix.c (ASSERT): Likewise.
26864         * tests/test-xvasprintf.c (ASSERT): Likewise.
26865         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
26866         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
26867         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
26868         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
26869         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
26870         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
26871         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
26872         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
26873         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
26874         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
26875         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
26876         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
26877         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
26878         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
26879         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
26880         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
26881         * tests/unictype/test-block_list.c (ASSERT): Likewise.
26882         * tests/unictype/test-block_of.c (ASSERT): Likewise.
26883         * tests/unictype/test-block_test.c (ASSERT): Likewise.
26884         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
26885         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
26886         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
26887         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
26888         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
26889         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
26890         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
26891         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
26892         * tests/unictype/test-combining.c (ASSERT): Likewise.
26893         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
26894         * tests/unictype/test-digit.c (ASSERT): Likewise.
26895         * tests/unictype/test-mirror.c (ASSERT): Likewise.
26896         * tests/unictype/test-numeric.c (ASSERT): Likewise.
26897         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
26898         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
26899         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
26900         * tests/unictype/test-scripts.c (ASSERT): Likewise.
26901         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
26902         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
26903         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
26904         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
26905         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
26906         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
26907         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
26908         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
26909         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
26910         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
26911         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
26912         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
26913         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
26914         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
26915         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
26916         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
26917         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
26918         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
26919         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
26920         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
26921         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
26922         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
26923         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
26924         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
26925         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
26926         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
26927         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
26928         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
26929         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
26930         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
26931         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
26932         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
26933         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
26934         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
26935         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
26936         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
26937         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
26938         Reported by Eric Blake.
26939
26940 2008-04-11  Bruno Haible  <bruno@clisp.org>
26941
26942         * lib/wchar.in.h: Tweak comment.
26943
26944 2008-04-11  Bruno Haible  <bruno@clisp.org>
26945
26946         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
26947         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
26948         gl_COMMON.
26949         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
26950
26951 2008-04-11  Bruno Haible  <bruno@clisp.org>
26952
26953         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
26954
26955 2008-04-11  Simon Josefsson  <simon@josefsson.org>
26956
26957         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
26958         of attempting to use non-existing /dev/*random.  Based on patch
26959         from Adam Strzelecki <ono@java.pl> in
26960         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
26961
26962 2008-04-08  Bruno Haible  <bruno@clisp.org>
26963
26964         Add tentative support for emx+gcc.
26965         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
26966         * lib/fpurge.c (fpurge): Likewise.
26967         * lib/freadable.c (freadable): Likewise.
26968         * lib/freadahead.c (freadahead): Likewise.
26969         * lib/freading.c (freading): Likewise.
26970         * lib/freadptr.c (freadptr): Likewise.
26971         * lib/freadseek.c (freadptrinc): Likewise.
26972         * lib/fseeko.c (rpl_fseeko): Likewise.
26973         * lib/fseterr.c (fseterr): Likewise.
26974         * lib/fwritable.c (fwritable): Likewise.
26975         * lib/fwriting.c (fwriting): Likewise.
26976         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
26977
26978 2008-04-09  Eric Blake  <ebb9@byu.net>
26979
26980         Avoid some autoconf warnings.
26981         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
26982         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
26983         * m4/afs.m4 (gl_AFS): Likewise.
26984         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
26985         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
26986         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26987         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
26988         (gl_INTEGER_TYPE_SUFFIX): Likewise.
26989         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
26990         (AC_CHECK_DECLS_ONCE): Likewise.
26991         Rename file...
26992         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
26993         gnulib-tool requires autoconf 2.59 or better.
26994         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
26995
26996 2008-04-08  Eric Blake  <ebb9@byu.net>
26997
26998         Use 'git describe --match' if present (added in git 1.5.5).
26999         * build-aux/git-version-gen: Limit result to tags that match 'v*'
27000         if possible.
27001
27002 2008-04-08  Bruno Haible  <bruno@clisp.org>
27003
27004         Add tentative support for OpenServer.
27005         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
27006         _ptr, _cnt.
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         Reported by Roger Cornelius <rac@tenzing.org> and
27018         Brian K. White <brian@aljex.com>.
27019
27020 2008-04-06  Jim Meyering  <meyering@redhat.com>
27021
27022         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
27023
27024 2008-04-06  Bruno Haible  <bruno@clisp.org>
27025
27026         Avoid possible error with non-ASCII bytes in UTF-8 locales.
27027         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
27028         * tests/test-printf-posix.sh: Likewise.
27029         * tests/test-vfprintf-posix.sh: Likewise.
27030         * tests/test-vprintf-posix.sh: Likewise.
27031         * tests/test-xprintf-posix.sh: Likewise.
27032
27033 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27034
27035         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
27036         hide error from 'ls', needed on OS/2.
27037         Report by Elbert Pol <elbert.pol@gmail.com>.
27038
27039 2008-04-04  Eric Blake  <ebb9@byu.net>
27040
27041         Make test-fseeko.c failures meaningful.
27042         * tests/test-fseeko.c: Print line number on failure.
27043         * tests/test-fseek.c: Likewise.
27044         Reported by Nelson H. F. Beebe.
27045
27046         Improve strtod bug detection check.
27047         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
27048         required for Solaris 10.
27049         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
27050
27051 2008-04-04  Bruno Haible  <bruno@clisp.org>
27052
27053         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
27054         by m4/setenv.m4.
27055
27056 2008-04-03  Eric Blake  <ebb9@byu.net>
27057
27058         Ensure sane .version contents.
27059         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
27060         version string.
27061         * build-aux/git-version-gen: Improve documentation.
27062
27063         Make GNU make output nicer.
27064         * top/GNUmakefile [!_have-Makefile]: Add dependency on
27065         MAKECMDGOALS to enforce message for all command line targets.  Set
27066         srcdir for use in maint.mk.
27067
27068         Another maintainer tweak.
27069         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
27070         a target that regenerates version.
27071
27072 2008-04-03  Jim Meyering  <meyering@redhat.com>
27073
27074         vc-list-files: don't cause coreutils "make po-check" failure
27075         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
27076
27077 2008-04-03  Eric Blake  <ebb9@byu.net>
27078
27079         Allow VPATH usage of vc-list-files.
27080         * build-aux/vc-list-files (scriptversion): Add timestamp.
27081         (options): Add --help, --version, -C.
27082         (CVS): Support installed cvsu.
27083
27084 2008-04-02  Bruno Haible  <bruno@clisp.org>
27085
27086         Avoid some "statement with no effect" warnings from gcc.
27087         * tests/test-wctype.c (main): Explicitly ignore unused values.
27088         Reported by Jim Meyering.
27089
27090 2008-04-02  Jim Meyering  <meyering@redhat.com>
27091
27092         Avoid some warnings from "gcc -Wshadow".
27093         * tests/test-frexp.c (exp): Define to a different identifier.
27094         * tests/test-frexpl.c (exp): Likewise.
27095
27096 2008-04-03  Jim Meyering  <meyering@redhat.com>
27097
27098         bootstrap: remove dangling *.[ch] symlinks from lib
27099         * build-aux/bootstrap [dangling symlink removal]: Move find's
27100         -depth option to precede all others, to avoid a warning.
27101         Remove *.[ch] files too, and from "$source_base" (usually lib/).
27102
27103 2008-04-02  Bruno Haible  <bruno@clisp.org>
27104
27105         Avoid some warnings from "gcc -Wshadow".
27106         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
27107         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
27108         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
27109         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
27110         Reported by Jim Meyering.
27111
27112 2008-04-01  Bruno Haible  <bruno@clisp.org>
27113
27114         Fix test to work on IRIX 6.5 with cc.
27115         * tests/test-math.c (numeric_equal): New function.
27116         (main): Use it.
27117
27118 2008-04-01  Bruno Haible  <bruno@clisp.org>
27119
27120         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
27121
27122 2008-04-01  Bruno Haible  <bruno@clisp.org>
27123
27124         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
27125         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27126         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
27127         (Depends-on): Remove math.
27128
27129         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
27130         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27131         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
27132         (Depends-on): Remove math.
27133
27134         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
27135         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27136         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
27137         (Depends-on): Remove math.
27138         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
27139         (Depends-on): Remove math.
27140
27141         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
27142         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27143         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
27144         (Depends-on): Remove math.
27145         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
27146         (Depends-on): Remove math.
27147
27148         * tests/test-round1.c: Include nan.h.
27149         (main): Use NaNd instead of NAN.
27150         * modules/round-tests (Files): Add tests/nan.h.
27151
27152         * tests/test-trunc1.c: Include nan.h.
27153         (main): Use NaNd instead of NAN.
27154         * modules/trunc-tests (Files): Add tests/nan.h.
27155
27156         * tests/test-roundf1.c: Include nan.h.
27157         (main): Use NaNf instead of NAN.
27158         * modules/roundf-tests (Files): Add tests/nan.h.
27159
27160         * tests/test-truncf1.c: Include nan.h.
27161         (main): Use NaNf instead of NAN.
27162         * modules/truncf-tests (Files): Add tests/nan.h.
27163
27164         * tests/test-ceilf1.c: Include nan.h.
27165         (main): Use NaNf instead of NAN.
27166         * modules/ceilf-tests (Files): Add tests/nan.h.
27167
27168         * tests/test-floorf1.c: Include nan.h.
27169         (main): Use NaNf instead of NAN.
27170         * modules/floorf-tests (Files): Add tests/nan.h.
27171
27172         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
27173         (main): Use NaNf instead of NAN.
27174         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
27175
27176         * tests/test-isnand.c: Include nan.h instead of <math.h>.
27177         (main): Use NaNd instead of NAN.
27178         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
27179
27180         * tests/test-frexp.c: Include nan.h.
27181         (main): Use NaNd instead of NAN.
27182         * modules/frexp-tests (Files): Add tests/nan.h.
27183
27184         * lib/isnan.c: Don't include <math.h>.
27185         (FUNC): Don't use NAN macro.
27186         * modules/isnand-nolibm (Depends-on): Remove math.
27187         * modules/isnanf-nolibm (Depends-on): Remove math.
27188         * modules/isnanl (Depends-on): Remove math.
27189         * modules/isnanl-nolibm (Depends-on): Remove math.
27190
27191         * tests/nan.h: New file.
27192
27193 2008-04-01  Eric Blake  <ebb9@byu.net>
27194
27195         Fix typos.
27196         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
27197         values to be the right type.
27198
27199         For now, cater to gnulib strtod inaccuracies.
27200         * tests/test-strtod.c (main): Allow 1-ulp error on expected
27201         fractional results.  While not as nice from a QoI perspective, it
27202         is a quicker patch than correctly implementing decimal to binary
27203         rounding.
27204
27205 2008-03-31  Eric Blake  <ebb9@byu.net>
27206
27207         Guarantee a definition of NAN.
27208         * lib/math.in.h (NAN): Define if missing.
27209         * tests/test-math.c (main): Test it.
27210         * doc/posix-headers/math.texi (math.h): Document this.
27211         * lib/isnan.c (rpl_isnand): Use it.
27212         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
27213         * tests/test-floorf1.c (NaN): Likewise.
27214         * tests/test-frexp.c (NaN): Likewise.
27215         * tests/test-isnand.c (NaN): Likewise.
27216         * tests/test-isnanf.c (NaN): Likewise.
27217         * tests/test-round1.c (NaN): Likewise.
27218         * tests/test-roundf1.c (NaN): Likewise.
27219         * tests/test-snprintf-posix.h (NaN): Likewise.
27220         * tests/test-sprintf-posix.h (NaN): Likewise.
27221         * tests/test-trunc1.c (NaN): Likewise.
27222         * tests/test-truncf1.c (NaN): Likewise.
27223         * tests/test-vasnprintf-posix.c (NaN): Likewise.
27224         * tests/test-vasprintf-posix.c (NaN): Likewise.
27225         * modules/isnand-nolibm (Depends-on): Add math.
27226         * modules/isnanf-nolibm (Depends-on): Likewise.
27227         * modules/isnanl (Depends-on): Likewise.
27228         * modules/isnanl-nolibm (Depends-on): Likewise.
27229         * modules/snprintf-posix-tests (Depends-on): Likewise.
27230         * modules/sprintf-posix-tests (Depends-on): Likewise.
27231         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
27232         * modules/vsprintf-posix-tests (Depends-on): Likewise.
27233         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
27234         * modules/vasprintf-posix-tests (Depends-on): Likewise.
27235
27236 2008-03-31  Bruno Haible  <bruno@clisp.org>
27237
27238         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
27239         * doc/posix-functions/strtod.texi: Likewise.
27240
27241 2008-03-31  Bruno Haible  <bruno@clisp.org>
27242
27243         * tests/test-strtod.c (main): Don't use C99 syntax.
27244
27245 2008-03-31  Bruno Haible  <bruno@clisp.org>
27246
27247         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
27248         Reported by Eric Blake.
27249
27250 2008-03-31  Jim Meyering  <meyering@redhat.com>
27251
27252         Don't compare actual signbit return values.
27253         * tests/test-strtod.c (main): Rather, compare only their
27254         zero/non-zero nature.
27255
27256 2008-03-31  Eric Blake  <ebb9@byu.net>
27257
27258         More strtod documentation.
27259         * doc/posix-functions/strtod.texi (strtod): Interpret more test
27260         failures as distinct bugs.
27261
27262 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
27263
27264         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
27265         Problem reported by Erik Benada in
27266         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
27267
27268 2008-03-30  Bruno Haible  <bruno@clisp.org>
27269
27270         * tests/test-strtod.c: Add comments about which assertion fails on which
27271         platform.
27272         * doc/posix-functions/strtod.texi: Add info about many more platforms.
27273
27274 2008-03-30  Eric Blake  <ebb9@byu.net>
27275
27276         Test signbit behavior on zeros.
27277         * tests/test-signbit.c (test_signbitf): Add tests for zero.
27278         (test_signbitd, test_signbitl): Likewise.
27279
27280         More strtod touchups.
27281         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
27282         sign of negative underflow, for now.  Use .5, not .1.
27283         * doc/posix-functions/strtod.texi (strtod): Mention these
27284         limitations.
27285         Reported by Jim Meyering.
27286
27287 2008-03-30  Bruno Haible  <bruno@clisp.org>
27288
27289         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
27290         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
27291
27292 2008-03-30  Bruno Haible  <bruno@clisp.org>
27293
27294         Avoid failure when attempting to return empty iconv results on some
27295         platforms.
27296         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
27297         allocation, don't report ENOMEM when the resulting string is empty.
27298
27299 2008-03-30  Bruno Haible  <bruno@clisp.org>
27300
27301         Fix buffer overrun.
27302         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
27303         Don't consider the width for tmp_length. Check count against tmp_length
27304         before doing the padding. Ensure enough allocation during padding.
27305
27306 2008-03-30  Eric Blake  <ebb9@byu.net>
27307
27308         strtod touchups.
27309         * lib/strtod.c (strtod): Avoid compiler warnings.
27310         Reported by Jim Meyering.
27311
27312 2008-03-30  Bruno Haible  <bruno@clisp.org>
27313
27314         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
27315         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
27316         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
27317         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
27318         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
27319         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
27320         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
27321         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
27322
27323         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
27324         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
27325         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
27326         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
27327         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
27328         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
27329         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
27330         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
27331
27332         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
27333         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
27334         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
27335         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
27336         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
27337         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
27338         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
27339         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
27340
27341         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
27342         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
27343
27344         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
27345         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
27346
27347         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
27348         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
27349
27350         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
27351         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
27352         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
27353
27354         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
27355         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
27356         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
27357
27358         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
27359         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
27360         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
27361
27362         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
27363         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
27364         * modules/vasprintf (Depends-on): Add EOVERFLOW.
27365
27366         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
27367         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
27368         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
27369         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
27370         (Depends-on): Add EOVERFLOW.
27371         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
27372         (Depends-on): Add EOVERFLOW.
27373         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
27374         (Depends-on): Add EOVERFLOW.
27375         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
27376         (Depends-on): Add EOVERFLOW.
27377         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
27378         (Depends-on): Add EOVERFLOW.
27379         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
27380         (Depends-on): Add EOVERFLOW.
27381         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
27382         (Depends-on): Add EOVERFLOW.
27383         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
27384         (Depends-on): Add EOVERFLOW.
27385
27386         * lib/sprintf.c (EOVERFLOW): Remove fallback.
27387         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
27388         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
27389
27390         * lib/snprintf.c (EOVERFLOW): Remove fallback.
27391         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
27392         * modules/snprintf (Depends-on): Add EOVERFLOW.
27393
27394         * lib/poll.c (EOVERFLOW): Remove fallback.
27395         * modules/poll (Depends-on): Add EOVERFLOW.
27396
27397         * lib/getugroups.c (EOVERFLOW): Remove fallback.
27398         * modules/getugroups (Depends-on): Add EOVERFLOW.
27399
27400         * lib/getdelim.c (EOVERFLOW): Remove fallback.
27401         * modules/getdelim (Depends-on): Add EOVERFLOW.
27402
27403         * lib/ftell.c (EOVERFLOW): Remove fallback.
27404         * modules/ftell (Depends-on): Add EOVERFLOW.
27405
27406         * lib/fprintf.c (EOVERFLOW): Remove fallback.
27407         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
27408         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
27409
27410         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
27411
27412         * modules/EOVERFLOW-tests: New file.
27413         * tests/test-EOVERFLOW.c: New file.
27414
27415         * modules/EOVERFLOW: New file.
27416         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
27417
27418 2008-03-30  Bruno Haible  <bruno@clisp.org>
27419
27420         Fix bug introduced on 2007-06-10.
27421         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
27422         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
27423
27424 2008-03-30  Bruno Haible  <bruno@clisp.org>
27425
27426         Improve freadseek's efficiency after ungetc.
27427         * lib/freadseek.c: Include freadahead.h.
27428         (freadptrinc): New function, extracted from freadseek.
27429         (freadseek): Use it in a loop. Use freadahead to determine the number
27430         of loop iterations.
27431         * modules/freadseek (Depends-on): Add freadahead.
27432         (configure.ac): Require AC_C_INLINE.
27433
27434 2008-03-30  Bruno Haible  <bruno@clisp.org>
27435
27436         * lib/freadseek.c (freadseek): Don't ignore the return value of
27437         freadptr.
27438
27439 2008-03-29  Eric Blake  <ebb9@byu.net>
27440
27441         Add hex float support.
27442         * modules/strtod (Depends-on): Add c-ctype.
27443         (Link): Mention POW_LIB.
27444         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
27445         whitespace between 'e' and exponent.
27446         * tests/test-strtod.c (main): Enable hex float tests.
27447         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
27448         now provides.
27449
27450         Document various strtod bugs, with some fixes.
27451         * doc/posix-functions/strtod.texi (strtod): Document bugs with
27452         "-0x", "inf", "nan", and hex constants.
27453         * doc/posix-functions/atof.texi (atof): Likewise.
27454         * modules/stdlib (Makefile.am): Support strtod.
27455         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
27456         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
27457         detect additional strtod bugs.
27458         * lib/stdlib.in.h (rpl_strtod): Add declarations.
27459         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
27460         bool where appropriate.  Parse 'inf' and 'nan'.
27461         * tests/test-strtod.c: New file.
27462         * modules/strtod (Depends-on): Add stdbool, stdlib.
27463         (configure.ac): Turn on module indicator.
27464         * modules/strtod-tests: New module.
27465
27466 2008-03-29  Eric Blake  <ebb9@byu.net>
27467
27468         Fix ftell on mingw.
27469         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
27470         * modules/ftell-tests (Depends-on): Add binary-io.
27471         * modules/ftello-tests (Depends-on): Likewise.
27472         * tests/test-ftell.c (main): Enhance test to cover behavior after
27473         ungetc.  Enforce binary mode.
27474         * tests/test-ftello.c (main): Likewise.
27475
27476         Pass test-freadseek on cygwin.
27477         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
27478         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
27479         ungetc buffer.
27480
27481         * tests/test-fflush2.c (main): Fix typo.
27482
27483 2008-03-29  Bruno Haible  <bruno@clisp.org>
27484
27485         * tests/test-fflush2.c (main): Temporarily disable the contents of
27486         this test.
27487         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
27488         Reported by Eric Blake.
27489
27490 2008-03-28  Simon Josefsson  <simon@josefsson.org>
27491
27492         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
27493         (GC_SHA224_DIGEST_SIZE): Add.
27494
27495         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
27496         (gc_hash_digest_length): Likewise.
27497         (gc_hash_buffer): Likewise.
27498
27499 2008-03-25  Bruno Haible  <bruno@clisp.org>
27500
27501         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
27502         detail which gettext release to use.
27503         Reported by Simon Josefsson.
27504
27505 2008-03-26  Jim Meyering  <meyering@redhat.com>
27506
27507         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
27508         * modules/gnumakefile (clean-GNUmakefile): Also, use
27509         test ... && ... || : syntax rather than if-then ... fi.
27510
27511         gnumakefile: Don't double-quote-expand $(VPATH) value.
27512         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
27513
27514 2008-03-24  Eric Blake  <ebb9@byu.net>
27515
27516         Alter GNUmakefile to install into top directory.
27517         * modules/maintainer-makefile: Split, and add dependency...
27518         * modules/gnumakefile: to this new module.
27519         * build-aux/GNUmakefile: Move...
27520         * top/GNUmakefile: ...here.
27521         * build-aux/maint.mk: Move...
27522         * top/maint.mk: ...here.
27523         * MODULES.html.sh (Support for maintaining...): Document new
27524         module.
27525
27526 2008-03-23  Bruno Haible  <bruno@clisp.org>
27527
27528         * gnulib-tool: New options --vc-files, --no-vc-files.
27529         (func_usage): Document them.
27530         (vc_files): New variable.
27531         (func_import): Consider vc_files.
27532         (func_create_testdir): Set vc_files to empty.
27533         Suggested by Jim Meyering and Karl Berry.
27534
27535 2008-03-23  Bruno Haible  <bruno@clisp.org>
27536
27537         Fix regex compilation error on HP-UX 11.
27538         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
27539         * modules/regex (Files): Add m4/mbstate_t.m4.
27540         Reported by Ton Voon <ton.voon@altinity.com>.
27541
27542 2008-03-23  Bruno Haible  <bruno@clisp.org>
27543
27544         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
27545
27546 2008-03-23  Eric Blake  <ebb9@byu.net>
27547             Bruno Haible  <bruno@clisp.org>
27548
27549         Install files from top/ in the destination directory.
27550         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
27551         augmentation also for the files from top/.
27552         (func_import, func_create_testdir): Rewrite file names:
27553         top/filename -> filename.
27554
27555 2008-03-23  Bruno Haible  <bruno@clisp.org>
27556
27557         Tweak "gnulib --version" output.
27558         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
27559
27560 2008-03-23  Bruno Haible  <bruno@clisp.org>
27561
27562         Tweak "gnulib --version" output.
27563         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
27564         rather than contents of ChangeLog, when possible.
27565
27566 2008-03-21  Eric Blake  <ebb9@byu.net>
27567
27568         More --version tweaks.
27569         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
27570         date of last ChangeLog entry.
27571
27572 2008-03-21  Jim Meyering  <meyering@redhat.com>
27573
27574         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
27575
27576 2008-03-20  Eric Blake  <ebb9@byu.net>
27577
27578         VPATH fix.
27579         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
27580
27581 2008-03-20  Simon Josefsson  <simon@josefsson.org>
27582
27583         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
27584         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
27585
27586 2008-03-20  Eric Blake  <ebb9@byu.net>
27587
27588         Sync GNUmakefile with coreutils.
27589         * build-aux/GNUmakefile (have-Makefile): Rename...
27590         (_have-Makefile): ...to this, for namespace consideration.
27591         (GNUmakefile.cfg): Include, if present.
27592         (_autoreconf): Define a default.
27593         (_is-dist-target): New rule for rebuilds to pick up intra-release
27594         version.
27595         (maint-cfg.mk): Rename...
27596         (cfg.mk): ...to this.
27597
27598 2008-03-18  Jim Meyering  <meyering@redhat.com>
27599
27600         New script and module: mktempd
27601         * MODULES.html.sh (maint+release support): Add mktempd.
27602         * build-aux/mktempd: New file.
27603         * modules/mktempd: New file.
27604
27605 2008-03-15  Jim Meyering  <meyering@redhat.com>
27606
27607         Undo last change.
27608         * lib/sha1.c, lib/md5.c: 63 != ~63.
27609         Reported by Andreas Schwab.
27610
27611         sha1.c, md5.c: Hoist a redundant expression.
27612         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
27613         "ctx->buflen" only once, before calling *_process_block.
27614         * lib/md5.c (md5_process_bytes): Likewise.
27615
27616 2008-03-14  Eric Blake  <ebb9@byu.net>
27617
27618         Bump copyright year in files generated by gnulib-tool.
27619         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
27620         gnulib-tool, rather than hard-coding it.
27621
27622         Fix 'gnulib-tool --version' output to work with git.
27623         * gnulib-tool (func_gnulib_dir): New function, extracted from...
27624         (startup): ...here.
27625         (func_version): Use it to invoke git-version-gen, rather than
27626         relying on CVS keyword expansion.  Modernize wording.
27627         (cvsdatestamp, last_checkin_date, version): Kill unused
27628         variables.
27629
27630 2008-03-12  Jim Meyering  <meyering@redhat.com>
27631
27632         Recognize optional cast of the argument to free.
27633         * build-aux/useless-if-before-free: Update regexps.
27634
27635         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
27636
27637 2008-03-11  Bruno Haible  <bruno@clisp.org>
27638
27639         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
27640         by a single package.
27641         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
27642         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
27643         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
27644         Reported by Sam Steingold <sds@gnu.org>.
27645
27646 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
27647
27648         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
27649         repositories.
27650
27651 2008-03-11  Bruno Haible  <bruno@clisp.org>
27652
27653         Avoid conflicts between local macro definitions.
27654         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
27655         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
27656
27657 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
27658             Bruno Haible  <bruno@clisp.org>
27659
27660         Make va_copy work with some version of xlc on AIX 5.1.
27661         * lib/stdarg.in.h: New file.
27662         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
27663         On AIX, use a <stdarg.h> file substitute.
27664         * modules/stdarg (Files): Add lib/stdarg.in.h.
27665         (Depends-on): Add include_next.
27666         (Makefile.am): Build a stdarg.h substitute if requested.
27667         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
27668
27669 2008-03-10  Bruno Haible  <bruno@clisp.org>
27670
27671         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
27672         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
27673         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27674
27675 2008-03-10  Bruno Haible  <bruno@clisp.org>
27676
27677         * modules/stdlib (Depends-on): Add include_next, remove
27678         absolute-header.
27679
27680 2008-03-09  Bruno Haible  <bruno@clisp.org>
27681
27682         * lib/freadahead.h (freadahead): Document more precisely.
27683         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
27684         the sum of both buffer sizes.
27685         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
27686         * NEWS: Document the change.
27687
27688 2008-03-09  Bruno Haible  <bruno@clisp.org>
27689
27690         Extend freadptr to return also the buffer size.
27691         * lib/freadptr.h (freadptr): Add sizep argument.
27692         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
27693         (freadptr): Add sizep argument. Determine buffer size like freadahead
27694         does.
27695         * tests/test-freadptr.c: Don't include freadahead.h.
27696         (main): Adapt for new calling convention of freadptr.
27697         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
27698         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
27699         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
27700         tests/test-freadptr2.sh.
27701         (Depends): Remove freadahead.
27702         (TESTS): Add test-freadptr2.sh.
27703         (check_PROGRAMS): Add test-freadptr2.
27704
27705 2008-03-09  Bruno Haible  <bruno@clisp.org>
27706
27707         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
27708         Report and solution by Simon Josefsson.
27709
27710 2008-03-06  Bruno Haible  <bruno@clisp.org>
27711
27712         Make fflush after ungetc work on BSD platforms.
27713         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
27714         * tests/test-fflush2.c: New file.
27715         * tests/test-fflush2.sh: New file.
27716         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
27717         tests/test-fflush2.c.
27718         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
27719         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
27720
27721 2008-03-06  Eric Blake  <ebb9@byu.net>
27722
27723         Likewise for ftello.
27724         * modules/ftello (Dependencies): Add extensions.
27725         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
27726
27727 2008-03-06  Bruno Haible  <bruno@clisp.org>
27728
27729         * modules/fseeko (Dependencies): Add extensions.
27730         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
27731         Needed on glibc systems.
27732
27733 2008-03-06  Bruno Haible  <bruno@clisp.org>
27734
27735         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
27736         email address.
27737         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27738
27739 2008-03-06  Bruno Haible  <bruno@clisp.org>
27740
27741         * users.txt: Add libgnupdf.
27742
27743 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
27744
27745         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
27746         (Header File Substitutes, Function Substitutes,
27747         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
27748         (Build robot for gnulib): Fix typo.
27749
27750 2008-03-06  Bruno Haible  <bruno@clisp.org>
27751
27752         * doc/gnulib-tool.texi (VCS Issues): Small updates.
27753         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27754
27755 2008-03-06  Bruno Haible  <bruno@clisp.org>
27756
27757         * doc/func.texi: New file, extracted from doc/gnulib.texi.
27758         * doc/gnulib.texi: Include it.
27759
27760 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27761
27762         * modules/func (License): Change license to unlimited; there was
27763         no LGPL parts in the module anyway.
27764
27765 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27766
27767         * modules/__func__: Renamed to modules/func.
27768         * modules/__func__-tests: Renamed to modules/func-tests.
27769         * tests/test-__func__.c: Renamed to tests/test-func.c.
27770         * m4/__func__.m4: Renamed to m4/func.m4.
27771         * doc/gnulib.texi (__func__): Section renamed to func.
27772         Suggested by Eric Blake <ebb9@byu.net>.
27773
27774 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27775
27776         * doc/gnulib.texi (__func__): Use C99 terminology when talking
27777         about __func__.  Make example self-contained.  Suggested by Eric
27778         Blake <ebb9@byu.net>.
27779
27780         * tests/test-__func__.c (main): Avoid extraneous () around __func.
27781         Suggested by Eric Blake <ebb9@byu.net>.
27782
27783 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27784
27785         * modules/__func__: New file.
27786         * modules/__func__-tests: New file.
27787         * tests/test-__func__.c: New file.
27788         * m4/__func__.m4: New file.
27789         * doc/gnulib.texi (__func__): Document __func__ module.
27790
27791 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27792
27793         * modules/byteswap (License): Re-license as LGPLv2+.
27794
27795 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27796
27797         * doc/Makefile: Add pdf target.
27798
27799 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27800
27801         * modules/inline (License): Use 'unlimited', since there are only
27802         *.m4 files in this module.
27803
27804 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27805             Bruno Haible  <bruno@clisp.org>
27806
27807         Add support for HP C 7.1 on OpenVMS 8.3.
27808         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
27809
27810 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27811
27812         Update VMS specifics.
27813         * lib/getopt.c [VMS]: Remove include of unixlib.h.
27814
27815 2008-03-02  Jim Meyering  <meyering@redhat.com>
27816
27817         Remove the last dependency on the "free" module.
27818         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
27819         Reported by Bob Proulx.
27820
27821         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
27822
27823         Remove useless "if" tests before free.  Deprecate "free" module.
27824         * doc/posix-functions/free.texi: Mention that this
27825         module is no longer useful.
27826         * modules/free (Notice): Say this module is obsolete.
27827         * modules/readutmp (Depends-on): Remove free.
27828         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
27829         * lib/putenv.c (putenv): Likewise.
27830         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
27831         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
27832         * tests/test-c-strcasestr.c (main): Likewise.
27833         * tests/test-c-strstr.c (main): Likewise.
27834         * tests/test-mbscasestr1.c (main): Likewise.
27835         * tests/test-mbscasestr2.c (main): Likewise.
27836         * tests/test-mbsstr1.c (main): Likewise.
27837         * tests/test-mbsstr2.c (main): Likewise.
27838         * tests/test-memmem.c (main): Likewise.
27839         * tests/test-strcasestr.c (main): Likewise.
27840         * tests/test-striconv.c (main): Likewise.
27841         * tests/test-striconveh.c (main): Likewise.
27842         * tests/test-striconveha.c (main): Likewise.
27843         * tests/test-strstr.c (main): Likewise.
27844
27845         * build-aux/git-version-gen: Adjust a comment and the Usage string.
27846
27847         bootstrap: sync from coreutils again
27848         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
27849
27850 2008-03-01  Jim Meyering  <meyering@redhat.com>
27851
27852         bootstrap: sync from coreutils
27853         * build-aux/bootstrap (update_po_files): Copy a .po file into place
27854         also when the target doesn't exist.
27855
27856 2008-03-01  Eric Blake  <ebb9@byu.net>
27857
27858         Fix bugs in last patch.
27859         * lib/memchr2.c (memchr2): Fix typo.
27860         * tests/test-memchr2.c: Test previous bug, and don't use GNU
27861         extension.
27862         Reported by Bruce Korb.
27863
27864         New module 'memchr2'.
27865         * modules/memchr2: New file.
27866         * modules/memchr2-tests: Likewise.
27867         * lib/memchr2.h: Likewise.
27868         * lib/memchr2.c: Likewise, based on memchr.c.
27869         * tests/test-memchr2.c: New test.
27870         * MODULES.html.sh (String handling): Add memchr2.
27871
27872 2008-02-29  Bruno Haible  <bruno@clisp.org>
27873
27874         * modules/freadseek-tests: New file.
27875         * tests/test-freadseek.sh: New file.
27876         * tests/test-freadseek.c: New file.
27877
27878         New module 'freadseek'.
27879         * modules/freadseek: New file.
27880         * lib/freadseek.h: New file.
27881         * lib/freadseek.c: New file.
27882         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
27883
27884 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
27885
27886         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
27887         wydawca.
27888
27889         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
27890         program_invocation_name and program_invocation_short_name are
27891         present.
27892
27893 2008-02-28  Bruno Haible  <bruno@clisp.org>
27894
27895         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
27896         * tests/test-freadptr.sh: Also test non-seekable stdin.
27897
27898 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
27899
27900         * build-aux/bootstrap (source_base, m4_base)
27901         (doc_base, tests_base): New variables.
27902         (gnulib_tool_options): Do not hardcode base directories, use
27903         the above variables instead.
27904
27905 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
27906
27907         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
27908
27909 2008-02-28  Bruno Haible  <bruno@clisp.org>
27910
27911         * modules/freadptr-tests: New file.
27912         * tests/test-freadptr.sh: New file.
27913         * tests/test-freadptr.c: New file.
27914
27915         New module 'freadptr'.
27916         * modules/freadptr: New file.
27917         * lib/freadptr.h: New file.
27918         * lib/freadptr.c: New file.
27919         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
27920
27921 2008-02-26  Karl Berry  <karl@freefriends.org>
27922
27923         Sync from Libtool:
27924         * libltdl/argz.c (argz_add, argz_count): New functions.
27925         * libltdl/argz.in.h: Declare them.
27926         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
27927
27928 2008-02-22  Bruno Haible  <bruno@clisp.org>
27929
27930         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
27931         is a pointer type.  Needed for HP-UX 10.
27932         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
27933         * doc/posix-functions/gmtime_r.texi: Likewise.
27934         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27935
27936 2008-02-24  Bruno Haible  <bruno@clisp.org>
27937
27938         * modules/environ-tests: New file.
27939         * tests/test-environ.c: New file.
27940
27941         New module 'environ'.
27942         * modules/environ: New file.
27943         * lib/unistd.in.h (environ): New declaration.
27944         * m4/environ.m4: New file.
27945         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
27946         after use.
27947         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
27948         HAVE_DECL_ENVIRON.
27949         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
27950         HAVE_DECL_ENVIRON.
27951         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
27952         wrong claim that 'environ' is missing on some systems.
27953         * modules/execute (Depends-on): Add environ.
27954         * lib/execute.c (environ): Remove fallback declaration.
27955         * modules/pipe (Depends-on): Add environ.
27956         * lib/pipe.c (environ): Remove fallback declaration.
27957         * modules/setenv (Depends-on): Add environ.
27958         * lib/setenv.c (environ): Remove fallback declaration.
27959         * modules/unsetenv (Depends-on): Add environ.
27960         * lib/unsetenv.c (environ): Remove fallback declaration.
27961         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
27962         m4/environ.m4.
27963         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
27964         (gl_PREREQ_UNSETENV): Likewise.
27965
27966 2008-02-24  Bruno Haible  <bruno@clisp.org>
27967
27968         * doc/posix-functions/environ.texi: Document the MacOS X problem.
27969
27970 2008-02-20  Bob Proulx  <bob@proulx.com>
27971
27972         Enable use of older two part flavor 'git describe'.
27973         * build-aux/git-version-gen: If using the older two part flavor of
27974         git version then recreate the third part now present in the
27975         newer three part flavor of git describe.
27976
27977 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
27978
27979         * lib/fts.c (fts_build): Typo correction to comment.
27980
27981 2008-02-17  Bruno Haible  <bruno@clisp.org>
27982
27983         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
27984         generating no-op conflicts.
27985
27986 2008-02-17  Bruno Haible  <bruno@clisp.org>
27987
27988         Speed up by 10%.
27989         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
27990         result_entries, rather than an index-based loop.
27991
27992 2008-02-17  Bruno Haible  <bruno@clisp.org>
27993
27994         Speed up by 25%.
27995         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
27996         'hashcode_cached'.
27997         (entry_create): New function.
27998         (entry_hashcode): Use the cached hashcode if possible.
27999         (read_changelog_file, try_split_merged_entry): Use entry_create.
28000
28001 2008-02-17  Bruno Haible  <bruno@clisp.org>
28002
28003         Speed up from O(n^2) to O(n) for long ChangeLog files.
28004         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
28005         (read_changelog_file): Change implementation of entries_reversed list
28006         to rbtreehash.
28007         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
28008
28009 2008-02-17  Bruno Haible  <bruno@clisp.org>
28010
28011         New option --split-merged-entry.
28012         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
28013         (find_paragraph_end, try_split_merged_entry): New functions.
28014         (long_options): Add option --split-merged-entry.
28015         (usage): Document option --split-merged-entry.
28016         (main): Implement option --split-merged-entry.
28017         Reported by Eric Blake.
28018
28019 2008-02-17  Bruno Haible  <bruno@clisp.org>
28020
28021         * lib/git-merge-changelog.c: Include c-strstr.h.
28022         (main): Support the "git pull --rebase" situation.
28023         * modules/git-merge-changelog (Depends-on): Add c-strstr.
28024         Reported by Eric Blake.
28025
28026 2008-02-16  Eric Blake  <ebb9@byu.net>
28027
28028         Avoid doubling \ in common case of "c-maybe" quoting style.
28029         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
28030         eliding outer quotes.
28031         * lib/quotearg.h: Document this.
28032         * tests/test-quotearg.c (result_strings, inputs, results_g)
28033         (flag_results, locale_results): Test it by adding a new string to
28034         each test group.
28035         (compare_strings): Test new string.
28036
28037 2008-02-13  Eric Blake  <ebb9@byu.net>
28038
28039         Avoid trigraph quoting in default output.
28040         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
28041         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
28042         unless explicitly requested.
28043         * tests/test-quotearg.c (flag_results, main): Add additional tests.
28044
28045 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
28046
28047         Don't rely on signed integer overflowing to negative value.
28048         * lib/getugroups.c (getugroups): Include <limits.h>.
28049         Instead, compare against INT_MAX, and increment only if the test passes.
28050
28051 2008-02-13  Jim Meyering  <meyering@redhat.com>
28052         and Eric Blake  <ebb9@byu.net>
28053
28054         Avoid shadowing warning and compile errors on Linux.
28055         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
28056         forwarding macros on Linux.
28057         (dcgettext): Define a stub, for Linux.
28058         (results_g, main): Avoid warnings.
28059
28060 2008-02-12  Eric Blake  <ebb9@byu.net>
28061
28062         Silence warning in last patch.
28063         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
28064
28065         Quotearg part 4: add tests, fix c-maybe colon quoting.
28066         * lib/quotearg.h: Improve documentation.
28067         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
28068         escapes when adding outer quotes.  When quoting trigraphs, use
28069         valid C notation.  When quoting NUL, omit extra characters if next
28070         character is not digit.  Alter prototype.
28071         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
28072         callers.
28073         * modules/quotearg-tests: New module.
28074         * tests/test-quotearg.c: New test.
28075
28076 2008-02-07  Eric Blake  <ebb9@byu.net>
28077
28078         Quotearg part 3: add flag to control outer quote elision.
28079         * lib/quotearg.h (c_maybe_quoting_style): New style.
28080         (enum quoting_flags): Better documentation of flags.
28081         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
28082         c-maybe style.
28083         (quotearg_buffer_restyled): Handle new flag to elide outer
28084         quotes.
28085
28086         Quotearg part 2: add flag that can control NUL elision.
28087         * lib/quotearg.h (set_quoting_flags): New prototype.
28088         * lib/quotearg.c (struct quoting_options): Add flag field.
28089         (set_quoting_flags): New function.
28090         (quotearg_buffer_restyled): Add flags parameter.
28091         (quotearg_alloc_mem): Set the flag if length cannot be returned.
28092         (quotearg_n_options): Set the flag, since length cannot be
28093         returned.
28094         (quoting_options_from_style): Default flags correctly.
28095
28096         Quotearg part 1: more wrappers, restore quotearg_char state.
28097         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
28098         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
28099         (quotearg_colon_mem): New wrappers.
28100         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
28101         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
28102         functions.
28103         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
28104         (quotearg_colon_mem): New functions.
28105
28106 2008-02-11  Bruno Haible  <bruno@clisp.org>
28107
28108         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
28109         library in the current directory: it does not work with parallel make.
28110         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28111
28112 2008-02-11  Bruno Haible  <bruno@clisp.org>
28113
28114         * .gitattributes: New file.
28115
28116 2008-02-11  Jim Meyering  <meyering@redhat.com>
28117
28118         useless-if-before-free: Fix reversed exit values.
28119         * build-aux/useless-if-before-free: Use correct values
28120         for EXIT_MATCH and EXIT_NO_MATCH.
28121
28122         * build-aux/useless-if-before-free: Close stdout carefully.
28123
28124 2008-02-10  Bruno Haible  <bruno@clisp.org>
28125
28126         New module 'git-merge-changelog'.
28127         * modules/git-merge-changelog: New file.
28128         * lib/git-merge-changelog.c: New file.
28129
28130 2008-02-10  Jim Meyering  <meyering@redhat.com>
28131
28132         useless-if-before-free: New option: --list (-l).
28133
28134         useless-if-before-free: Don't exit immediately upon open failure.
28135         * build-aux/useless-if-before-free: Exit 2 for errors.
28136         Upon failure to open a file, don't exit immediately.
28137         Rather, just warn and continue with any remaining files.
28138
28139 2008-02-10  Bruno Haible  <bruno@clisp.org>
28140
28141         New abstract list operation 'node_set_value'.
28142         * lib/gl_list.h (gl_list_node_set_value): New function.
28143         (struct gl_list_implementation): New field node_set_value.
28144         * lib/gl_list.c (gl_list_node_set_value): New function.
28145         * lib/gl_array_list.c (gl_array_node_set_value): New function.
28146         (gl_array_list_implementation): Update.
28147         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
28148         (gl_carray_list_implementation): Update.
28149         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
28150         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
28151         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
28152         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
28153         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
28154         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
28155         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
28156         Update.
28157         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
28158         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
28159         (gl_sublist_list_implementation): Update.
28160
28161 2008-02-10  Bruno Haible  <bruno@clisp.org>
28162
28163         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
28164         Needed when ELEMENT is #defined to 'some_type *'.
28165
28166 2008-02-10  Jim Meyering  <meyering@redhat.com>
28167
28168         New script and module: useless-if-before-free
28169         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
28170         * build-aux/useless-if-before-free: New file.
28171         * modules/useless-if-before-free: New file.
28172
28173         * build-aux/gitlog-to-changelog: Use committer date, not author date.
28174
28175         xstrtol_error: Fix typo.
28176         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
28177         s/exit_failure/exit_status/.
28178
28179 2008-02-09  Jim Meyering  <meyering@redhat.com>
28180
28181         New script and module: gitlog-to-changelog
28182         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
28183         * modules/gitlog-to-changelog: New file.
28184         * build-aux/gitlog-to-changelog: New file.
28185
28186 2008-02-08  Jim Meyering  <meyering@redhat.com>
28187
28188         Avoid two "parameter unused" warnings.
28189         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
28190         Mark "st" as used.
28191
28192         Use "git COMMAND", not "git-COMMAND".
28193         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
28194         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
28195         * build-aux/git-version-gen: Use "git status", not "git-status".
28196
28197 2008-02-07  Bruno Haible  <bruno@clisp.org>
28198
28199         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
28200         Avoids a crash on Windows Vista.
28201         Reported by Adam Strzelecki <ono@java.pl> via
28202         Simon Josefsson <simon@josefsson.org>.
28203
28204 2008-02-06  Bruno Haible  <bruno@clisp.org>
28205
28206         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
28207         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
28208         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
28209         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
28210         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
28211         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28212         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
28213         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
28214         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
28215         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28216         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28217         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28218         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28219         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28220         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28221         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
28222         left-adjust flag.
28223         * tests/test-snprintf-posix.h (test_function): Likewise.
28224         * tests/test-sprintf-posix.h (test_function): Likewise.
28225         * tests/test-vasprintf-posix.c (test_function): Likewise.
28226         * doc/posix-functions/fprintf.texi: Update.
28227         * doc/posix-functions/printf.texi: Update.
28228         * doc/posix-functions/snprintf.texi: Update.
28229         * doc/posix-functions/sprintf.texi: Update.
28230         * doc/posix-functions/vfprintf.texi: Update.
28231         * doc/posix-functions/vprintf.texi: Update.
28232         * doc/posix-functions/vsnprintf.texi: Update.
28233         * doc/posix-functions/vsprintf.texi: Update.
28234         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28235
28236 2008-02-06  Bruno Haible  <bruno@clisp.org>
28237
28238         Fix bug introduced on 2008-01-26.
28239         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
28240
28241 2008-02-06  Bruno Haible  <bruno@clisp.org>
28242
28243         Fix bug introduced on 2007-06-10.
28244         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
28245         !NEED_PRINTF_FLAG_ZERO.
28246
28247 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
28248
28249         getloadavg: use libperfstat on AIX5
28250         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
28251
28252 2008-02-03  Bruno Haible  <bruno@clisp.org>
28253
28254         * lib/diffseq.h: Add comments about required #includes.
28255         Reported by Michael Biggs <gnulib@doubleplum.net>.
28256
28257 2008-02-01  Bruno Haible  <bruno@clisp.org>
28258
28259         * users.txt: Add gnuit.
28260
28261 2008-01-31  Bruno Haible  <bruno@clisp.org>
28262
28263         * lib/md4.c (set_uint32): Mark as inline.
28264         * lib/md5.c (set_uint32): Likewise.
28265         * lib/sha1.c (set_uint32): Likewise.
28266         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
28267         * m4/md5.m4 (gl_MD5): Likewise.
28268         * m4/sha1.m4 (gl_SHA1): Likewise.
28269
28270 2008-01-31  Jim Meyering  <meyering@redhat.com>
28271
28272         Use "sizeof VAR", rather than a literal "4".
28273         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
28274         * lib/md4.c (md4_read_ctx): Likewise.
28275         * lib/sha1.c (sha1_read_ctx): Likewise.
28276
28277 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28278
28279         * tests/test-sha1.c: New file, based on test-md5.c.
28280
28281         * modules/crypto/sha1-tests: New file.
28282
28283 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28284
28285         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
28286
28287 2008-01-31  Jim Meyering  <meyering@redhat.com>
28288
28289         Prefer "sizeof v" over the equivalent "4".
28290         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
28291         * lib/md5.c (set_uint32): Likewise.
28292         * lib/sha1.c (set_uint32): Likewise.
28293
28294 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28295
28296         * lib/sha1.c (set_uint32): Mark function as static.
28297
28298 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28299
28300         md2: clarify comments to say that alignment is not required.
28301         * lib/md2.h: Remove warning about alignment in comment.
28302         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
28303         never been required.
28304
28305 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28306
28307         md4: adapt alignment constraint fix from sha1.
28308         * lib/md4.c (set_uint32): New function, from sha1.c
28309         (md4_read_ctx): Use it.
28310         (md4_finish_ctx): Doc fix.
28311         * lib/md4.h: Doc fix.
28312
28313 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28314
28315         md5: adapt alignment constraint fix from sha1.
28316         * lib/md5.c (set_uint32): New function, from sha1.c
28317         (md5_read_ctx): Use it.
28318         (md5_finish_ctx): Doc fix.
28319         * lib/md5.h: Doc fix.
28320
28321 2008-01-30  Peter Palfrader  <weasel@debian.org>
28322
28323         sha1: remove the result buffer alignment constraint
28324         * lib/sha1.c (set_uint32): New function.
28325         (sha1_read_ctx): Rewrite to remove the result buffer alignment
28326         constraint.
28327         (sha1_finish_ctx): Remove comment warning about alignment constraint.
28328         * lib/sha1.h: Likewise.
28329
28330 2008-01-30  Andreas Schwab  <schwab@suse.de>
28331             Bruno Haible  <bruno@clisp.org>
28332
28333         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
28334         correct definition of LDBL_MIN_EXP.
28335
28336 2008-01-30  Karl Berry  <karl@gnu.org>
28337
28338         * config/srclist-update: try to preserve x bit on updates.
28339         * config/srclistvars.sh: update for karl.
28340
28341 2008-01-29  Jim Meyering  <meyering@redhat.com>
28342
28343         vasnprintf.c: Avoid warning about unused label
28344         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
28345         "overflow" label definition and associated code with the
28346         same cpp condition that guards the sole use of that label.
28347
28348 2008-01-26  Bruno Haible  <bruno@clisp.org>
28349
28350         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
28351         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
28352         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
28353         * lib/isnanl-nolibm.h (isnanl): Likewise.
28354         Reported by Paul Eggert <eggert@cs.ucla.edu>.
28355
28356 2008-01-26  Bruno Haible  <bruno@clisp.org>
28357
28358         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
28359         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
28360
28361 2008-01-26  Bruno Haible  <bruno@clisp.org>
28362
28363         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
28364         GCC >= 4.0 built-in.
28365         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
28366
28367 2008-01-26  Bruno Haible  <bruno@clisp.org>
28368
28369         Rename isnan, applicable to 'double' only, to isnand.
28370         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
28371         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
28372         (configure.ac): Update.
28373         (Include): Replace "isnan.h" with "isnand.h".
28374         * m4/isnand.m4: Renamed from m4/isnan.m4.
28375         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
28376         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
28377         instead of isnan.c.
28378         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
28379         instead of HAVE_ISNAN_IN_LIBC.
28380         (isnand): Renamed from isnan.
28381         * lib/isnand.c: New file.
28382         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
28383         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
28384         (Makefile.am): Update.
28385         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
28386         Include isnand.h instead of isnan.h.
28387         (main): Test isnand instead of isnan.
28388         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
28389         isnan-nolibm.
28390         * modules/frexp (Depends-on): Likewise.
28391         * modules/frexp-tests (Depends-on): Likewise.
28392         * modules/frexp-nolibm (Depends-on): Likewise.
28393         * modules/frexp-nolibm-tests (Depends-on): Likewise.
28394         * modules/isfinite (Depends-on): Likewise.
28395         * modules/round-tests (Depends-on): Likewise.
28396         * modules/signbit (Depends-on): Likewise.
28397         * modules/signbit-tests (Depends-on): Likewise.
28398         * modules/snprintf-posix (Depends-on): Likewise.
28399         * modules/sprintf-posix (Depends-on): Likewise.
28400         * modules/trunc-tests (Depends-on): Likewise.
28401         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
28402         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
28403         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
28404         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
28405         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
28406         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
28407         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
28408         * modules/vasnprintf-posix (Depends-on): Likewise.
28409         * modules/vasprintf-posix (Depends-on): Likewise.
28410         * modules/vfprintf-posix (Depends-on): Likewise.
28411         * modules/vsnprintf-posix (Depends-on): Likewise.
28412         * modules/vsprintf-posix (Depends-on): Likewise.
28413         * lib/frexp.c: Include isnand.h instead of isnan.h.
28414         (ISNAN): Set to isnand instead of isnan.
28415         * lib/isfinite.c: Include isnand.h instead of isnan.h.
28416         (gl_isfinited): Use isnand instead of isnan.
28417         * lib/signbitd.c: Include isnand.h instead of isnan.h.
28418         (gl_signbitd): Use isnand instead of isnan.
28419         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
28420         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
28421         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
28422         (main): Use isnand instead of isnan.
28423         * tests/test-round1.c: Include isnand.h.
28424         (main): Use isnand instead of isnan.
28425         * tests/test-round2.c: Include isnand.h instead of isnan.h.
28426         (ISNAN): Set to isnand instead of isnan.
28427         * tests/test-trunc1.c: Include isnand.h.
28428         (main): Use isnand instead of isnan.
28429         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
28430         (equal): Use isnand instead of isnan.
28431         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
28432         isnand-nolibm.
28433         * NEWS: Mention the change.
28434
28435 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
28436             Bruno Haible  <bruno@clisp.org>
28437
28438         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
28439         the GCC builtins for signbits are present and set
28440         REPLACE_SIGNBIT_USING_GCC if so.
28441         * lib/math.in.h (signbit): Define using GCC builtins if
28442         REPLACE_SIGNBIT_USING_GCC is set.
28443         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
28444         REPLACE_SIGNBIT_USING_GCC.
28445         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
28446
28447 2008-01-25  Jim Meyering  <meyering@redhat.com>
28448
28449         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
28450         * lib/poll.c: Include <config.h>, not "config.h".
28451         * tests/test-getaddrinfo.c: Likewise.
28452
28453 2008-01-25  Simon Josefsson  <simon@josefsson.org>
28454
28455         * modules/sockets-tests: New file.
28456
28457 2008-01-24  Simon Josefsson  <simon@josefsson.org>
28458
28459         * modules/sockets: New module, can be used to call WSA_Startup and
28460         WSA_Cleanup when needed.
28461
28462         * lib/sockets.h, lib/sockets.c: New files.
28463
28464         * m4/sockets.m4: New file.
28465
28466         * tests/test-sockets.c: New file.
28467
28468 2008-01-19  Bruno Haible  <bruno@clisp.org>
28469
28470         * doc/posix-headers: Renamed from doc/headers.
28471         * doc/posix-functions: Renamed from doc/functions.
28472         * doc/gnulib.texi: Update.
28473
28474 2008-01-19  Bruno Haible  <bruno@clisp.org>
28475
28476         * doc/glibc-functions/strcasestr.texi: Include contents of
28477         doc/functions/strcasestr.texi, fixing the list of platforms.
28478         * doc/functions/strcasestr.texi: Remove file.
28479
28480 2008-01-19  Bruno Haible  <bruno@clisp.org>
28481
28482         * doc/glibc-functions/memmem.texi: Include contents of
28483         doc/functions/memmem.texi.
28484         * doc/functions/memmem.texi: Remove file.
28485
28486 2008-01-18  Bruno Haible  <bruno@clisp.org>
28487
28488         * doc/glibc-functions/*.texi: New files.
28489         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
28490         to use the new files.
28491
28492 2008-01-17  Bruno Haible  <bruno@clisp.org>
28493
28494         * tests/test-gethostname.c (main): Fix printf statement.
28495
28496 2008-01-17  Simon Josefsson  <simon@josefsson.org>
28497
28498         * modules/gethostname-tests: New file.
28499
28500         * tests/test-gethostname.c: New file.
28501
28502 2008-01-17  Simon Josefsson  <simon@josefsson.org>
28503
28504         * lib/gethostname.c: Include string.h unconditionally, strncpy is
28505         used by the UNAME case.  Reported by Bruno Haible
28506         <bruno@clisp.org>.
28507
28508 2008-01-17  Eric Blake  <ebb9@byu.net>
28509
28510         Convert c-strcasestr to be more efficient.
28511         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
28512         (Depends-on): Add c-strcase, remove malloca, strnlen.
28513         * tests/test-c-strcasestr.c (main): Enhance test.
28514         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
28515
28516 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
28517
28518         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
28519         Use it in creating po/Makevars.
28520
28521 2008-01-15  Simon Josefsson  <simon@josefsson.org>
28522
28523         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
28524         Applications that requires it should initialize libgcrypt
28525         manually.
28526
28527 2008-01-16  Simon Josefsson  <simon@josefsson.org>
28528
28529         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
28530
28531 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
28532
28533         Fix problem with getdate on mingw32 reported by Simon Josefsson
28534         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
28535         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
28536         tzname", when deciding whether to declare tzname.
28537         * lib/strftime.c (tzname): Likewise.
28538
28539 2008-01-15  Bruno Haible  <bruno@clisp.org>
28540
28541         Work around a MacOS X 10.5 bug in frexpl().
28542         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
28543         * doc/functions/frexpl.texi: Document the bug.
28544         Reported by Elias Pipping <pipping@gentoo.org>.
28545
28546 2008-01-14  Eric Blake  <ebb9@byu.net>
28547
28548         Touch up previous patch.
28549         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
28550         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
28551
28552         Convert strcasestr module to use Two-Way algorithm.
28553         * modules/strcasestr-simple: New module, based on the old
28554         strcasestr, but with Two-Way rather than KMP.
28555         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
28556         * lib/string.in.h (rpl_strcasestr): Declare.
28557         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
28558         performance.
28559         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
28560         * modules/string (Makefile.am): Support strcasestr.
28561         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
28562         * modules/strcasestr-tests (Depends-on): Check for alarm.
28563         * tests/test-strcasestr.c: Augment test.
28564         * lib/str-two-way.h: Clean up stray macro.
28565         * NEWS: Document new module.
28566         * MODULES.html.sh (string handling): Likewise.
28567         * doc/functions/strcasestr.texi: New file.
28568         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
28569         here, since it is not a POSIX function.
28570
28571 2008-01-14  Colin Watson  <cjwatson@debian.org>
28572             Bruno Haible  <bruno@clisp.org>
28573
28574         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
28575         works fine; if not, set REPLACE_STRSIGNAL.
28576         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
28577         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
28578         REPLACE_STRSIGNAL.
28579         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
28580         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
28581         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
28582
28583 2008-01-14  Bruno Haible  <bruno@clisp.org>
28584
28585         * modules/strsignal (Include): Change to <string.h>.
28586
28587 2008-01-14  Colin Watson  <cjwatson@debian.org>
28588
28589         * modules/argp (Notice): Add a notice recommending to change
28590         XGETTEXT_OPTIONS.
28591         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
28592
28593 2008-01-13  Colin Watson  <cjwatson@debian.org>
28594
28595         * modules/strsignal-tests: New file.
28596         * tests/test-strsignal.c: New file.
28597
28598         * lib/strsignal.c: New file, from glibc with modifications.
28599         * lib/siglist.h: New file, from glibc with modifications.
28600         * lib/string.in.h (strsignal): New declaration.
28601         * m4/strsignal.m4: New file.
28602         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
28603         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
28604         * modules/strsignal: New file.
28605         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
28606         HAVE_DECL_STRSIGNAL.
28607
28608 2008-01-13  Bruno Haible  <bruno@clisp.org>
28609
28610         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
28611         locale encoding is not ASCII. Needed for OpenBSD 4.0.
28612         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
28613         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
28614
28615 2008-01-13  Bruno Haible  <bruno@clisp.org>
28616
28617         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
28618         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
28619         * lib/argp.h (__attribute__): Likewise.
28620         * lib/c-stack.c (__attribute__): Likewise.
28621         * lib/error.h (__attribute__): Likewise.
28622         * lib/fts.c (__attribute__): Likewise.
28623         * lib/openat.h (__attribute__): Likewise.
28624         * lib/stdio.in.h (__attribute__): Likewise.
28625         * lib/string.in.h (__attribute__): Likewise.
28626         * lib/utimens.c (__attribute__): Likewise.
28627         * lib/vasnprintf.h (__attribute__): Likewise.
28628         * lib/xalloc.h (__attribute__): Likewise.
28629         * lib/xprintf.h (__attribute__): Likewise.
28630         * lib/xstrtol.h (__attribute__): Likewise.
28631         * lib/xvasprintf.h (__attribute__): Likewise.
28632
28633 2008-01-12  Bruno Haible  <bruno@clisp.org>
28634
28635         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
28636         * doc/glibc-headers/a.out.texi: New file.
28637         * doc/glibc-headers/aliases.texi: New file.
28638         * doc/glibc-headers/alloca.texi: New file.
28639         * doc/glibc-headers/ar.texi: New file.
28640         * doc/glibc-headers/argp.texi: New file.
28641         * doc/glibc-headers/argz.texi: New file.
28642         * doc/glibc-headers/byteswap.texi: New file.
28643         * doc/glibc-headers/crypt.texi: New file.
28644         * doc/glibc-headers/endian.texi: New file.
28645         * doc/glibc-headers/envz.texi: New file.
28646         * doc/glibc-headers/err.texi: New file.
28647         * doc/glibc-headers/error.texi: New file.
28648         * doc/glibc-headers/execinfo.texi: New file.
28649         * doc/glibc-headers/fpu_control.texi: New file.
28650         * doc/glibc-headers/fstab.texi: New file.
28651         * doc/glibc-headers/fts.texi: New file.
28652         * doc/glibc-headers/getopt.texi: New file.
28653         * doc/glibc-headers/ieee754.texi: New file.
28654         * doc/glibc-headers/ifaddrs.texi: New file.
28655         * doc/glibc-headers/libintl.texi: New file.
28656         * doc/glibc-headers/mcheck.texi: New file.
28657         * doc/glibc-headers/mntent.texi: New file.
28658         * doc/glibc-headers/obstack.texi: New file.
28659         * doc/glibc-headers/paths.texi: New file.
28660         * doc/glibc-headers/printf.texi: New file.
28661         * doc/glibc-headers/pty.texi: New file.
28662         * doc/glibc-headers/resolv.texi: New file.
28663         * doc/glibc-headers/shadow.texi: New file.
28664         * doc/glibc-headers/sysexits.texi: New file.
28665         * doc/glibc-headers/ttyent.texi: New file.
28666
28667 2008-01-12  Jim Meyering  <meyering@redhat.com>
28668
28669         announce-gen: emit Gnulib's git-based version string.
28670         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
28671         New option --gnulib-version=V, where V is expected to be
28672         the output of running git describe in the gnulib directory.
28673         (get_tool_versions): Request feedback on xdelta.  I suspect it's
28674         not useful, and plan to stop publishing an xdelta file with each
28675         coreutils release.
28676
28677         * build-aux/announce-gen: Also check for lzma-compressed files.
28678
28679 2008-01-11  Bruno Haible  <bruno@clisp.org>
28680
28681         * tests/test-memmem.c (main): Increase maximum allowed time.
28682         * tests/test-strstr.c (main): Likewise.
28683
28684 2008-01-11  Bruno Haible  <bruno@clisp.org>
28685
28686         * doc/functions/memmem.texi: Add more precisions about platforms.
28687         * doc/functions/strstr.texi: Likewise.
28688
28689 2008-01-10  Eric Blake  <ebb9@byu.net>
28690
28691         * m4/strstr.m4: Delete cruft from copy-n-paste.
28692         Reported by Bruno Haible.
28693
28694 2008-01-10  Bruno Haible  <bruno@clisp.org>
28695
28696         Make c-strstr rely on strstr.
28697         * lib/c-strstr.c: Don't include str-kmp.h.
28698         (c_strstr): Define in terms of strstr.
28699         * modules/c-strstr (Files): Remove lib/str-kmp.h.
28700         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
28701
28702 2008-01-10  Bruno Haible  <bruno@clisp.org>
28703
28704         * doc/gnulib.texi (String Functions in C Locale): New section.
28705         * doc/c-ctype.texi: New file.
28706         * doc/c-strcase.texi: New file.
28707         * doc/c-strcaseeq.texi: New file.
28708         * doc/c-strcasestr.texi: New file.
28709         * doc/c-strstr.texi: New file.
28710         * doc/c-strtod.texi: New file.
28711         * doc/c-strtold.texi: New file.
28712
28713 2008-01-10  Eric Blake  <ebb9@byu.net>
28714
28715         * lib/relocatable.h: Fix a comment.
28716
28717 2008-01-10  Eric Blake  <ebb9@byu.net>
28718
28719         Share two-way algorithm.
28720         * lib/str-two-way.h: New file, merged from...
28721         * lib/memmem.c: ...here...
28722         * lib/strstr.c: ...and here.
28723         * modules/memmem (Files): Use it.
28724         * modules/strstr (Files): Likewise.
28725
28726         Avoid quadratic strstr implementations.
28727         * lib/strstr.c: New file.
28728         * m4/strstr.m4: Likewise.
28729         * modules/strstr: Likewise.
28730         * modules/strstr-tests: Likewise.
28731         * tests/test-strstr.c: Likewise.
28732         * lib/string.in.h (rpl_strstr): Declare.
28733         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
28734         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
28735         * modules/string (Makefile.am): Likewise.
28736         * MODULES.html.sh (string handling): Mention new module.
28737         * doc/functions/strstr.texi (strstr): Document the bug.
28738
28739 2008-01-10  Bruno Haible  <bruno@clisp.org>
28740
28741         * lib/relocatable.h (relocate): State whether result is freshly
28742         allocated or not.
28743         * lib/relocatable.c (relocate): Return a freshly allocated string
28744         instead of a pointer to a privately held string.
28745         Reported by Sylvain Beucler <beuc@gnu.org>.
28746
28747 2008-01-10  Colin Watson  <cjwatson@debian.org>
28748
28749         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
28750         s/S_ISNLK/S_ISLNK/.
28751
28752 2008-01-09  Bruno Haible  <bruno@clisp.org>
28753
28754         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
28755         and other files.
28756         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
28757         if it's only a guess.
28758         * modules/memmem: Simplify by depending on memmem-simple.
28759
28760 2008-01-09  Bruno Haible  <bruno@clisp.org>
28761
28762         Work around OpenBSD 4.0 tdelete() bug.
28763         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
28764         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
28765         macros and don't redefine the enum values.
28766         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
28767         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
28768         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
28769
28770 2008-01-09  Bruno Haible  <bruno@clisp.org>
28771
28772         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
28773         (main): Don't perform the tests if setlocale did not install a UTF-8
28774         locale. Needed on OpenBSD 4.0.
28775         * modules/wcwidth-tests (Depends-on): Add localcharset.
28776
28777 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28778
28779         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
28780         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
28781         * NEWS: announce this.
28782         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
28783
28784 2008-01-09  Simon Josefsson  <simon@josefsson.org>
28785         and Eric Blake  <ebb9@byu.net>
28786
28787         Add memmem-simple module.
28788         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
28789         (gl_FUNC_MEMMEM): Separate performance from presence checks.
28790         * modules/memmem-simple: New file.
28791         * modules/memmem (Description): Tweak.
28792         * MODULES.html.sh (string handling): Mention new module.
28793         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
28794         addressed by memmem-simple.
28795         * NEWS: Document the difference.
28796
28797 2008-01-09  Eric Blake  <ebb9@byu.net>
28798
28799         Give gcc some memmem optimization hints.
28800         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
28801         (strcasestr): Declare as pure.
28802         * modules/memmem (Maintainer): Claim my implementation.
28803
28804 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28805
28806         Support AIX 6.1 and higher.
28807         * build-aux/config.libpath: Likewise.
28808         * build-aux/config.rpath: Likewise.
28809
28810 2008-01-08  Jim Meyering  <meyering@redhat.com>
28811             Bruno Haible  <bruno@clisp.org>
28812
28813         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
28814         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
28815         Reported by Peter Fales in
28816         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
28817
28818 2008-01-08  Bruno Haible  <bruno@clisp.org>
28819
28820         * modules/unictype/category-of (Depends-on): Add
28821         unictype/category-none.
28822         * modules/unictype/category-and-tests (Depends-on): Add
28823         unictype/category-{L,N,Lu,Nd}.
28824         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
28825         * modules/unictype/category-or-tests (Depends-on): Add
28826         unictype/category-{L,N}.
28827         * modules/unictype/category-name-tests (Depends-on): Add
28828         unictype/category-{Z,Nl}.
28829         Reported by Simon Josefsson.
28830
28831 2008-01-08  Bruno Haible  <bruno@clisp.org>
28832
28833         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
28834         convention better.
28835         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
28836         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
28837         Reported by Peter Miller <millerp@canb.auug.org.au>.
28838
28839 2008-01-08  Eric Blake  <ebb9@byu.net>
28840
28841         Rewrite memmem to guarantee linear complexity without malloc.
28842         * lib/memmem.c (memmem): Use Two-Way rather than
28843         Knuth-Morris-Pratt, to allow O(1) space usage.
28844         (critical_factorization, two_way_short_needle)
28845         (two_way_long_needle): New functions.
28846         (knuth_morris_pratt): Delete.
28847         * modules/memmem (Depends-on): No longer need malloca or stdbool.
28848         Add stdint.
28849         * tests/test-memmem.c (main): Add tests for periodic needle and
28850         sublinear performance.
28851         * doc/functions/memmem.texi (memmem): Document other deficiencies
28852         in cygwin and older glibc.
28853
28854 2008-01-08  Bruno Haible  <bruno@clisp.org>
28855
28856         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
28857         augmentation.
28858
28859 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
28860
28861         Add a configure time option: --disable-acl.
28862         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
28863         AC_ARG_ENABLE(acl).
28864
28865 2008-01-06  Simon Josefsson  <simon@josefsson.org>
28866
28867         * tests/test-localename.c: Don't include obsolete "setenv.h".
28868
28869         * modules/localename-tests (Depends-on): Need unsetenv.
28870
28871 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28872
28873         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
28874
28875 2008-01-06  Colin Watson  <cjwatson@debian.org>
28876
28877         * users.txt: Add man-db.
28878
28879 2008-01-07  Bruno Haible  <bruno@clisp.org>
28880
28881         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
28882         previous section name.
28883
28884 2008-01-07  Bruno Haible  <bruno@clisp.org>
28885
28886         * lib/progname.c (set_program_name): Don't strip off a leading
28887         "lt-" prefix outside a .libs directory.
28888         Suggested by Paul Eggert.
28889
28890 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
28891             Bruno Haible  <bruno@clisp.org>
28892
28893         Improve memory cleanup in 'relocatable' module.
28894         * lib/relocatable.h (compute_curr_prefix): Change return type to
28895         'char *'.
28896         * lib/relocatable.c (compute_curr_prefix): Change return type to
28897         'char *'. Free curr_installdir after use.
28898         (relocate): Free curr_prefix_better after use.
28899         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
28900
28901 2008-01-01  Bruno Haible  <bruno@clisp.org>
28902
28903         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
28904         failure on older glibc systems.
28905         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28906
28907 2008-01-05  Eric Blake  <ebb9@byu.net>
28908
28909         Avoid quadratic system memmem.
28910         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
28911         Reported by Ralf Wildenhues.
28912
28913         Fix memmem test for mingw.
28914         * modules/memmem-tests (configure.ac): Check for alarm.
28915         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
28916         it.
28917         * doc/functions/memmem.texi: New file.
28918         * doc/gnulib.texi (Function Substitutes): Add memmem.
28919         Reported by Bruno Haible.
28920
28921 2008-01-04  Bruno Haible  <bruno@clisp.org>
28922
28923         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
28924         Require gl_HEADER_STRINGS_H_DEFAULTS, not
28925         gl_HEADER_STRING_H_DEFAULTS.
28926
28927 2008-01-04  Eric Blake  <ebb9@byu.net>
28928
28929         Shorten duration of memmem test.
28930         * tests/test-memmem.c (main): Use alarm to declare failure if test
28931         is taking too long.
28932         Reported by Ralf Wildenhues.
28933
28934 2007-12-21  Simon Josefsson  <simon@josefsson.org>
28935
28936         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
28937         string, needed by strerror.
28938
28939 2008-01-03  Colin Watson  <cjwatson@debian.org>
28940             Bruno Haible  <bruno@clisp.org>
28941
28942         * doc/gnulib-tool.texi (Localization): New section.
28943
28944 2008-01-02  Bruno Haible  <bruno@clisp.org>
28945
28946         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
28947         variables to 'unsigned char *' type.
28948         Reported by Paul Eggert.
28949
28950 2008-01-02  Jim Meyering  <jim@meyering.net>
28951
28952         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
28953
28954 2007-12-31  Jim Meyering  <jim@meyering.net>
28955
28956         Avoid use of private FTS type name.
28957         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
28958
28959 2007-12-30  Karl Berry  <karl@gnu.org>
28960
28961         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
28962         work around defect in Texinfo and/or the standalone Info browser.
28963
28964 2007-12-30  Bruno Haible  <bruno@clisp.org>
28965
28966         Unify 5 copies of the KMP code.
28967         * lib/str-kmp.h: New file.
28968         * lib/c-strcasestr.c: Include str-kmp.h.
28969         (knuth_morris_pratt): Remove function.
28970         (c_strcasestr): Update.
28971         * lib/c-strstr.c: Include str-kmp.h.
28972         (knuth_morris_pratt): Remove function.
28973         (c_strcasestr): Update.
28974         * lib/mbscasestr.c: Include str-kmp.h.
28975         (knuth_morris_pratt_unibyte): Remove function.
28976         * lib/mbsstr.c: Include str-kmp.h.
28977         (knuth_morris_pratt_unibyte): Remove function.
28978         * lib/strcasestr.c: Include str-kmp.h.
28979         (knuth_morris_pratt): Remove function.
28980         (strcasestr): Update.
28981         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
28982         * modules/c-strstr (Files): Likewise.
28983         * modules/mbscasestr (Files): Likewise.
28984         * modules/mbsstr (Files): Likewise.
28985         * modules/strcasestr (Files): Likewise.
28986         Suggested by Paul Eggert.
28987
28988 2007-12-30  Bruno Haible  <bruno@clisp.org>
28989
28990         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
28991         defined.
28992
28993 2007-12-30  Bruno Haible  <bruno@clisp.org>
28994
28995         * lib/xmalloca.h: Include xalloc.h.
28996         (xnmalloca): New macro.
28997
28998 2007-12-30  Bruno Haible  <bruno@clisp.org>
28999
29000         * lib/malloca.h (nmalloca): New macro.
29001         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
29002         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
29003         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
29004         knuth_morris_pratt_multibyte): Likewise.
29005         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
29006         knuth_morris_pratt_multibyte): Likewise.
29007         * lib/memmem.c (knuth_morris_pratt): Likewise.
29008         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
29009
29010 2007-12-25  Bruno Haible  <bruno@clisp.org>
29011
29012         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
29013         * lib/glob.c: Don't include openat.h.
29014         (link_exists2_p): Add back the code that deals with the
29015         !GLOB_ALTDIRFUNC case.
29016         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
29017         let it do the filename concatenation.
29018         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
29019         * modules/glob (Depends-on): Remove openat.
29020
29021 2007-12-31  Bruno Haible  <bruno@clisp.org>
29022
29023         * modules/dirfd (License): Change to LGPLv2+.
29024         Approved by Jim Meyering.
29025
29026 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
29027
29028         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
29029         when multiplying M by sizeof (size_t).
29030
29031 2007-12-10  Martin Lambers  <marlam@marlam.de>
29032
29033         Override getpagesize on mingw.
29034         * lib/getpagesize.c: New file.
29035         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
29036         * modules/getpagesize (Files): Add lib/getpagesize.c.
29037         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
29038         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
29039         REPLACE_GETPAGESIZE.
29040         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
29041
29042 2007-12-25  Bruno Haible  <bruno@clisp.org>
29043
29044         * modules/localcharset (Notice): New field.
29045         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
29046         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
29047
29048 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
29049             Bruno Haible  <bruno@clisp.org>
29050
29051         Avoid using the syntax symbol() in formatted documentation.
29052         * MODULES.html.sh (func_module): When replacing symbol() with a
29053         hyperlink, remove the parentheses. Show an error if some remain.
29054         Recognize and render the '...' syntax.
29055         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
29056         Rework. Add paragraph about GCC's inlining.
29057         * doc/alloca.texi: Likewise.
29058         * doc/error.texi: Remove parentheses from symbol reference.
29059         * doc/gnulib-intro.texi: Likewise.
29060         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
29061         * modules/fnmatch (Description): Reword to say "the ... function".
29062         * modules/full-read (Description): Likewise.
29063         * modules/full-write (Description): Likewise.
29064         * modules/safe-read (Description): Likewise.
29065         * modules/safe-write (Description): Likewise.
29066         * modules/strchrnul (Description): Likewise.
29067         * modules/trim (Description): Likewise.
29068         * modules/error (Description): Remove parentheses from symbol
29069         references.
29070         * modules/verror (Description): Likewise.
29071         Reported by Karl Berry.
29072
29073 2007-12-25  Bruno Haible  <bruno@clisp.org>
29074
29075         Fixup after 2007-10-16 commit.
29076         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
29077
29078 2007-12-24  Bruno Haible  <bruno@clisp.org>
29079
29080         Make --enable-relocatable work with DESTDIR.
29081         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
29082         to compute installdir from destprog.
29083         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
29084         also set the RELOC_DESTDIR variable.
29085         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29086
29087 2007-12-24  Bruno Haible  <bruno@clisp.org>
29088
29089         Fix link error due to xalloc_die().
29090         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
29091         of xreadlink.
29092         * lib/relocwrapper.c: Update comments.
29093         * build-aux/install-reloc: Remove xreadlink.c from file list.
29094         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
29095         xreadlink.c.
29096         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29097
29098 2007-12-24  Bruno Haible  <bruno@clisp.org>
29099
29100         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
29101         * lib/setenv.h: Remove file.
29102         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
29103         lib/setenv.h.
29104         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
29105         (Depends-on): Add stdlib.
29106         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
29107         gl_FUNC_UNSETENV.
29108         (Include): Replace setenv.h with <stdlib.h>.
29109         * modules/unsetenv: New file.
29110         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
29111         * lib/unsetenv.c: Include <stdlib.h> first.
29112         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
29113         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
29114         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
29115         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
29116         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
29117         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
29118         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
29119         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
29120         * doc/functions/unsetenv.texi: Update.
29121         * modules/xsetenv (Depends-on): Add unsetenv.
29122         * modules/getdate (Depends-on): Likewise.
29123         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
29124         * lib/xsetenv.c: Don't include setenv.h.
29125         * lib/getdate.y: Likewise.
29126         * lib/relocwrapper.c: Likewise.
29127         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
29128         (Depends-on): Add stdlib.
29129         * NEWS: Mention the changes.
29130         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29131
29132 2007-12-23  Bruno Haible  <bruno@clisp.org>
29133
29134         * lib/memmem.c (memmem): Use lowercase variable names. Tab
29135         indentation.
29136
29137 2007-12-23  Bruno Haible  <bruno@clisp.org>
29138
29139         * lib/c-strcasestr.c: Add more comments.
29140         * lib/c-strstr.c: Likewise.
29141         * lib/mbscasestr.c: Likewise.
29142         * lib/mbsstr.c: Likewise.
29143         * lib/strcasestr.c: Likewise.
29144         * lib/memmem.c: Likewise.
29145
29146 2007-12-23  Bruno Haible  <bruno@clisp.org>
29147
29148         * tests/test-memmem.c: Include <string.h> first.
29149
29150 2007-12-22  Bruno Haible  <bruno@clisp.org>
29151
29152         * gnulib-tool (func_create_testdir): Change $auxdir while generating
29153         the contents of $testsbase.
29154         Reported by Ralf Wildenhues.
29155
29156 2007-12-22  Bruno Haible  <bruno@clisp.org>
29157
29158         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
29159         two variables local_ldadd_before, local_ldadd_last.
29160
29161 2007-12-20  Eric Blake  <ebb9@byu.net>
29162
29163         Work around circular library issue when cross-compiling.
29164         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
29165         that progname.o does not need to pull in rpl_memcmp.
29166
29167 2007-12-19  Eric Blake  <ebb9@byu.net>
29168
29169         Fix memmem to avoid O(n^2) worst-case complexity.
29170         * lib/memmem.c (knuth_morris_pratt): New function.
29171         (memmem): Use it if first few naive iterations fail.
29172         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
29173         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
29174         * modules/memchr (License): Likewise.
29175         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
29176         malloca.
29177         * tests/test-memmem.c: Rewrite, borrowing ideas from
29178         test-mbsstr1.c; the old version wouldn't even compile!
29179         * modules/memmem-tests: New file.
29180         * lib/string.in.h (rpl_memmem): Add declaration.
29181         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
29182         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
29183         REPLACE_MEMMEM.
29184
29185 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
29186
29187         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
29188         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
29189         before any system include files, and undef after them all.  This
29190         should fix a problem on VMS reported by John E. Malmberg in
29191         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
29192
29193 2007-12-17  Eric Blake  <ebb9@byu.net>
29194
29195         Revert addition of verify, for BSD/OS.
29196         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
29197         can't handle large files, for the sake of obsolete platforms.
29198         * modules/fseeko (Depends-on): Remove verify.
29199         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
29200         * doc/functions/ftello.texi (ftello): Likewise.
29201         * doc/functions/fgetpos.texi (fgetpos): Likewise.
29202         Reported by Larry Jones.
29203
29204 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
29205
29206         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
29207         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
29208
29209 2007-12-17  Jim Meyering  <meyering@redhat.com>
29210
29211         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
29212         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
29213         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
29214         * modules/getcwd (Depends-on): Add openat.
29215         Reported by Petr Salinger.
29216
29217 2007-12-17  Bruno Haible  <bruno@clisp.org>
29218
29219         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
29220         avoid a segmentation fault of the configure test on x86_64 systems.
29221
29222 2007-12-15  Jim Meyering  <meyering@redhat.com>
29223
29224         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
29225
29226 2007-12-13  Eric Blake  <ebb9@byu.net>
29227
29228         Another fseek test.
29229         * tests/test-fseek.c (main): Also test ungetc handling.
29230         * tests/test-fseeko.c (main): Likewise.
29231         * modules/fseeko (Depends-on): Add verify.
29232         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
29233         large.
29234         Reported by Larry Jones.
29235
29236         Fix fseeko on mingw.
29237         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
29238         seek.
29239
29240         Beef up fseek tests.
29241         * tests/test-fseek.c (main): Also test eof handling.
29242         * tests/test-fseeko.c (main): Likewise.
29243         Reported by Larry Jones.
29244
29245 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
29246
29247         Fix fseeko on BSD-based platforms.
29248         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
29249         successful seek.
29250
29251 2007-12-12  Eric Blake  <ebb9@byu.net>
29252
29253         Allow circular dependency of separate libtests.a
29254         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
29255         when use_libtests.
29256
29257 2007-12-11  Eric Blake  <ebb9@byu.net>
29258
29259         Fix bug with -0.0L in previous patch.
29260         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
29261         * tests/test-isnan.c (main): Also test on zeroes.
29262         * tests/test-isnanf.c (main): Likewise.
29263         * tests/test-isnanl.h (main): Likewise.
29264
29265         Detect pseudo-denormals on x86 even when cross-compiling.
29266         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
29267         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
29268         invalid bit patterns that happen to satisfy ==.
29269
29270         Avoid link failures with separate libtests.a.
29271         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
29272         last, to satisfy circular dependencies.
29273
29274 2007-12-11  Eric Blake  <ebb9@byu.net>
29275         and Bruno Haible  <bruno@clisp.org>
29276
29277         Fix OpenBSD 4.0 <float.h> handling of long double.
29278         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
29279         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
29280         * doc/headers/float.texi (float.h): Document OpenBSD bug.
29281
29282 2007-12-11  Jim Meyering  <meyering@redhat.com>
29283
29284         * users.txt: Add libvirt.
29285
29286         Support versions of autoconf prior to 2.59c.
29287         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
29288         if it is not already defined.
29289
29290 2007-12-09  Bruno Haible  <bruno@clisp.org>
29291
29292         Let 'gnulib-tool --import' collect sources needed for the tests in
29293         tests/ rather than in lib/.
29294         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
29295         argument. If true, add rules to generate libtests.a, and put libtests.a
29296         into $(LDADD). Consider source files in subdirectories and set
29297         uses_subdirs.
29298         (func_emit_initmacro_start, func_emit_initmacro_end,
29299         func_emit_initmacro_done): Pass all arguments explicitly.
29300         (func_import): Determine two module lists main_modules,
29301         testsrelated_modules. Determine use_libtests. Determine two variables
29302         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
29303         instead of just sed_transform_lib_file. Determine two variables
29304         main_files and testsrelated_files. Compute 'files' as the union of
29305         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
29306         func_add_or_update. In the generated gnulib-comp.m4, collect the
29307         object files for tests/ in different variables than those for lib/.
29308         Substitute LIBTESTS_LIBDEPS.
29309         (func_create_testdir): Combine the uses_subdirs results from
29310         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
29311
29312 2007-12-09  Bruno Haible  <bruno@clisp.org>
29313
29314         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
29315         the build-aux directory.
29316
29317 2007-12-09  Bruno Haible  <bruno@clisp.org>
29318
29319         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
29320         introduced on 2006-09-09.
29321
29322 2007-12-07  Jim Meyering  <meyering@redhat.com>
29323
29324         Let these macros work also with autoconf-2.59.
29325         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
29326         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
29327         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
29328
29329 2007-12-06  Jim Meyering  <meyering@redhat.com>
29330
29331         Avoid a configure-time syntax error in gl_FUNC_ACL.
29332         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
29333         function in each branch, before testing the cache variable.
29334
29335 2007-12-04  Eric Blake  <ebb9@byu.net>
29336
29337         Make scripts executable.
29338         * build-aux/config.guess: Add execute permissions.
29339         * build-aux/config.sub: Likewise.
29340         * build-aux/gendocs.sh: Likewise.
29341
29342         Fix frexp on mingw.
29343         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
29344         cross-compiling.
29345         * doc/functions/frexp.texi (frexp): Document the bug.
29346
29347         Make cygwin fseeko check more reliable.
29348         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
29349         version numbers, rather than unrelated feature check.
29350         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
29351         * doc/functions/ftello.texi (ftello): Likewise.
29352         Reported by Bruno Haible.
29353
29354         * m4/strerror.m4: Bump version number.
29355
29356 2007-12-03  Bruno Haible  <bruno@clisp.org>
29357
29358         * doc/functions/mprotect.texi: Mention the mingw problem.
29359
29360 2007-12-03  Eric Blake  <ebb9@byu.net>
29361
29362         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
29363         REPLACE_STRERROR is initialized before this macro.
29364
29365 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
29366
29367         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
29368         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
29369         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
29370         put -lsec in even for programs other than 'ls'.  This fixes a problem
29371         for gettext reported by Bruno Haible in
29372         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
29373         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
29374         Add support for Solaris 10.  This isn't efficient, but should get the
29375         job done for now.
29376
29377 2007-12-03  James Youngman  <jay@gnu.org>
29378
29379         * doc/regexprops-generic.texi: change "an close-group" to "a
29380         close-group" and "illegal" to "not allowed".
29381
29382 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29383
29384         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
29385         pr_byname.h. Needed for the rare case when the maintainer has done
29386         "make maintainer-clean" in the source directory and then attempts a
29387         build outside the source directory.
29388         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
29389         scripts_byname.h.
29390
29391 2007-12-02  Martin Lambers <marlam@marlam.de>
29392             Bruno Haible  <bruno@clisp.org>
29393
29394         * lib/getpagesize.h: Remove file.
29395         * lib/unistd.in.h: Include declaration of getpagesize here.
29396         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
29397         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
29398         HAVE_SYS_PARAM_H.
29399         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
29400         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
29401         * modules/getpagesize (Files): Remove lib/getpagesize.h.
29402         (Depends-on): Add unistd.
29403         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
29404         (Include): Use <unistd.h> instead of getpagesize.h.
29405         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
29406         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
29407         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
29408         gl_GETPAGESIZE invocation, already handled by module dependency.
29409         * lib/pagealign_alloc.c: Don't include getpagesize.h.
29410
29411 2007-12-02  Bruno Haible  <bruno@clisp.org>
29412
29413         * modules/strings-tests: New file.
29414         * tests/test-strings.c: New file.
29415
29416         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
29417         * lib/strings.in.h: New file.
29418         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
29419         * m4/strings_h.m4: New file.
29420         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
29421         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
29422         * modules/strings: New file.
29423         * modules/string (Makefile.am): Update.
29424         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
29425         Reported by Karl Berry.
29426
29427 2007-12-01  Eric Blake  <ebb9@byu.net>
29428
29429         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
29430         accomodate fix in cygwin 1.5.25.
29431
29432 2007-12-01  Jim Meyering  <meyering@redhat.com>
29433
29434         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
29435         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
29436         that would inhibit utf8-optimization of a regexp containing line-
29437         or buffer-anchors, e.g., `^', `$'.
29438
29439 2007-11-30  Bruno Haible  <bruno@clisp.org>
29440
29441         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
29442         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
29443         glthread_recursive_lock_init.
29444         * lib/lock.c (glthread_recursive_lock_init)
29445         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
29446         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29447
29448 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
29449
29450         New function qset_acl, like set_acl but with syscall semantics.
29451         * lib/acl.h (qset_acl): New decl.
29452         * lib/acl.c (qset_acl): New function.
29453         (set_acl): Use new function.  Use more-consistent diagnostics.
29454
29455 2007-11-28  Jim Meyering  <meyering@redhat.com>
29456
29457         * modules/physmem (License): Change from GPL to LGPLv2+.
29458
29459 2007-11-26  Bruno Haible  <bruno@clisp.org>
29460
29461         * lib/vasnprintf.c (decode_long_double): Don't abort if the
29462         'long double' type has excess precision.
29463         Reported by Jim Meyering in
29464         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
29465
29466 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29467
29468         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
29469         Sync from <http://gnu.org/licenses>.
29470         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
29471         with license text from same location.
29472         * doc/maintain.texi, doc/standards.texi:  Sync from
29473         <http://savannah.gnu.org/projects/gnustandards>.
29474
29475 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
29476         and Jim Meyering  <meyering@redhat.com>
29477
29478         Adjust getdate' grammar to accept a slightly more regular language.
29479         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
29480         Before, the former was rejected.
29481         * lib/getdate.y (digits_to_date_time): New function, factored
29482         out of ...
29483         (number): ...here.  Just call digits_to_date_time.
29484         (hybrid): New non-terminal to handle an <unsigned number,
29485         signed relative offset> sequence consistently.
29486
29487 2007-11-18  Jim Meyering  <meyering@redhat.com>
29488
29489         Pull my changes from coreutils:
29490         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
29491         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
29492         use of $gnulib_tool_option_extras, so that it's separated from the
29493         preceding argument.
29494
29495         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
29496         * build-aux/bootstrap (cp_mark_as_generated): Create any required
29497         parent destination directories before copying a file into place.
29498
29499 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
29500
29501         bootstrap: work also with 4-argument variant of AC_INIT
29502         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
29503
29504 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29505
29506         Port test-getaddrinfo to Solaris.
29507         Problem reported by Bruno Haible in
29508         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
29509         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
29510         explanation of setting 'hints'.
29511         Don't reject an implementation merely because it returns EAI_SERVICE.
29512         (EAI_SERVICE): Define to 0 if not defined.
29513
29514 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
29515
29516         The license of gnu-make and posix-shell is now "GPLed build tool".
29517         * modules/gnu-make (License): Likewise.
29518         * modules/posix-shell (License): Likewise.
29519
29520         New module posix-shell, for determining a POSIX shell
29521         or perhaps something that is close enough to a POSIX shell.
29522         * m4/posix-shell.m4: New file.
29523         * modules/posix-shell: New file.
29524
29525         * MODULES.html.sh: Mention new module.
29526
29527         New module gnu-make, for determining whether we're using GNU Make.
29528         * m4/gnu-make.m4: New file.
29529         * modules/gnu-make: New file.
29530         * MODULES.html.sh: Mention new module.
29531
29532 2007-11-14  Jim Meyering  <meyering@redhat.com>
29533
29534         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
29535         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
29536         use this macro to create a function _definition_.
29537         Remove useless "#undef ARGMATCH_DIE".
29538
29539 2007-11-14  Bruno Haible  <bruno@clisp.org>
29540
29541         * lib/config.charset: Update for OpenBSD 4.1.
29542         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
29543
29544 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
29545
29546         Document 64-bit #if problems in stdint.texi.
29547         * doc/headers/stdint.texi (stdint.h): Mention problems with
29548         64-bit-#if, and how to work around them.
29549
29550         Don't insist on 'long long int' support in the preprocessor.  It
29551         breaks too many things.  For example, PRIdMAX still uses a 'long
29552         long int' format with the latest Sun compiler, even though
29553         HAVE_LONG_LONG_INT isn't defined due to that compiler's
29554         preprocessor problem.  This causes the latest coreutils to dump
29555         core on Solaris 10 sparc with the Sun C compiler.
29556         Instead, fix the 2007-10-16 problem in a different way, by evaluating
29557         the troublesome expressions at configure-time, not at #if-time.
29558         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
29559         preprocessor.
29560         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
29561         compile-time C checks, done at 'configure'-time.
29562         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
29563         * modules/inttypes (Makefile): Substitute the new symbols that
29564         gl_INTTYPES_H now generates.
29565         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
29566
29567 2007-11-12  Bruno Haible  <bruno@clisp.org>
29568
29569         Tests for Unicode character classification functions.
29570
29571         * modules/unictype/bidicategory-byname-tests: New file.
29572         * modules/unictype/bidicategory-name-tests: New file.
29573         * modules/unictype/bidicategory-of-tests: New file.
29574         * modules/unictype/bidicategory-test-tests: New file.
29575         * modules/unictype/block-list-tests: New file.
29576         * modules/unictype/block-of-tests: New file.
29577         * modules/unictype/block-test-tests: New file.
29578         * modules/unictype/category-C-tests: New file.
29579         * modules/unictype/category-Cc-tests: New file.
29580         * modules/unictype/category-Cf-tests: New file.
29581         * modules/unictype/category-Cn-tests: New file.
29582         * modules/unictype/category-Co-tests: New file.
29583         * modules/unictype/category-Cs-tests: New file.
29584         * modules/unictype/category-L-tests: New file.
29585         * modules/unictype/category-Ll-tests: New file.
29586         * modules/unictype/category-Lm-tests: New file.
29587         * modules/unictype/category-Lo-tests: New file.
29588         * modules/unictype/category-Lt-tests: New file.
29589         * modules/unictype/category-Lu-tests: New file.
29590         * modules/unictype/category-M-tests: New file.
29591         * modules/unictype/category-Mc-tests: New file.
29592         * modules/unictype/category-Me-tests: New file.
29593         * modules/unictype/category-Mn-tests: New file.
29594         * modules/unictype/category-N-tests: New file.
29595         * modules/unictype/category-Nd-tests: New file.
29596         * modules/unictype/category-Nl-tests: New file.
29597         * modules/unictype/category-No-tests: New file.
29598         * modules/unictype/category-P-tests: New file.
29599         * modules/unictype/category-Pc-tests: New file.
29600         * modules/unictype/category-Pd-tests: New file.
29601         * modules/unictype/category-Pe-tests: New file.
29602         * modules/unictype/category-Pf-tests: New file.
29603         * modules/unictype/category-Pi-tests: New file.
29604         * modules/unictype/category-Po-tests: New file.
29605         * modules/unictype/category-Ps-tests: New file.
29606         * modules/unictype/category-S-tests: New file.
29607         * modules/unictype/category-Sc-tests: New file.
29608         * modules/unictype/category-Sk-tests: New file.
29609         * modules/unictype/category-Sm-tests: New file.
29610         * modules/unictype/category-So-tests: New file.
29611         * modules/unictype/category-Z-tests: New file.
29612         * modules/unictype/category-Zl-tests: New file.
29613         * modules/unictype/category-Zp-tests: New file.
29614         * modules/unictype/category-Zs-tests: New file.
29615         * modules/unictype/category-and-not-tests: New file.
29616         * modules/unictype/category-and-tests: New file.
29617         * modules/unictype/category-byname-tests: New file.
29618         * modules/unictype/category-name-tests: New file.
29619         * modules/unictype/category-none-tests: New file.
29620         * modules/unictype/category-of-tests: New file.
29621         * modules/unictype/category-or-tests: New file.
29622         * modules/unictype/category-test-withtable-tests: New file.
29623         * modules/unictype/combining-class-tests: New file.
29624         * modules/unictype/ctype-alnum-tests: New file.
29625         * modules/unictype/ctype-alpha-tests: New file.
29626         * modules/unictype/ctype-blank-tests: New file.
29627         * modules/unictype/ctype-cntrl-tests: New file.
29628         * modules/unictype/ctype-digit-tests: New file.
29629         * modules/unictype/ctype-graph-tests: New file.
29630         * modules/unictype/ctype-lower-tests: New file.
29631         * modules/unictype/ctype-print-tests: New file.
29632         * modules/unictype/ctype-punct-tests: New file.
29633         * modules/unictype/ctype-space-tests: New file.
29634         * modules/unictype/ctype-upper-tests: New file.
29635         * modules/unictype/ctype-xdigit-tests: New file.
29636         * modules/unictype/decimal-digit-tests: New file.
29637         * modules/unictype/digit-tests: New file.
29638         * modules/unictype/mirror-tests: New file.
29639         * modules/unictype/numeric-tests: New file.
29640         * modules/unictype/property-alphabetic-tests: New file.
29641         * modules/unictype/property-ascii-hex-digit-tests: New file.
29642         * modules/unictype/property-bidi-arabic-digit-tests: New file.
29643         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
29644         * modules/unictype/property-bidi-block-separator-tests: New file.
29645         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
29646         * modules/unictype/property-bidi-common-separator-tests: New file.
29647         * modules/unictype/property-bidi-control-tests: New file.
29648         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
29649         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
29650         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
29651         * modules/unictype/property-bidi-european-digit-tests: New file.
29652         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
29653         * modules/unictype/property-bidi-left-to-right-tests: New file.
29654         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
29655         * modules/unictype/property-bidi-other-neutral-tests: New file.
29656         * modules/unictype/property-bidi-pdf-tests: New file.
29657         * modules/unictype/property-bidi-segment-separator-tests: New file.
29658         * modules/unictype/property-bidi-whitespace-tests: New file.
29659         * modules/unictype/property-byname-tests: New file.
29660         * modules/unictype/property-combining-tests: New file.
29661         * modules/unictype/property-composite-tests: New file.
29662         * modules/unictype/property-currency-symbol-tests: New file.
29663         * modules/unictype/property-dash-tests: New file.
29664         * modules/unictype/property-decimal-digit-tests: New file.
29665         * modules/unictype/property-default-ignorable-code-point-tests: New file.
29666         * modules/unictype/property-deprecated-tests: New file.
29667         * modules/unictype/property-diacritic-tests: New file.
29668         * modules/unictype/property-extender-tests: New file.
29669         * modules/unictype/property-format-control-tests: New file.
29670         * modules/unictype/property-grapheme-base-tests: New file.
29671         * modules/unictype/property-grapheme-extend-tests: New file.
29672         * modules/unictype/property-grapheme-link-tests: New file.
29673         * modules/unictype/property-hex-digit-tests: New file.
29674         * modules/unictype/property-hyphen-tests: New file.
29675         * modules/unictype/property-id-continue-tests: New file.
29676         * modules/unictype/property-id-start-tests: New file.
29677         * modules/unictype/property-ideographic-tests: New file.
29678         * modules/unictype/property-ids-binary-operator-tests: New file.
29679         * modules/unictype/property-ids-trinary-operator-tests: New file.
29680         * modules/unictype/property-ignorable-control-tests: New file.
29681         * modules/unictype/property-iso-control-tests: New file.
29682         * modules/unictype/property-join-control-tests: New file.
29683         * modules/unictype/property-left-of-pair-tests: New file.
29684         * modules/unictype/property-line-separator-tests: New file.
29685         * modules/unictype/property-logical-order-exception-tests: New file.
29686         * modules/unictype/property-lowercase-tests: New file.
29687         * modules/unictype/property-math-tests: New file.
29688         * modules/unictype/property-non-break-tests: New file.
29689         * modules/unictype/property-not-a-character-tests: New file.
29690         * modules/unictype/property-numeric-tests: New file.
29691         * modules/unictype/property-other-alphabetic-tests: New file.
29692         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
29693         * modules/unictype/property-other-grapheme-extend-tests: New file.
29694         * modules/unictype/property-other-id-continue-tests: New file.
29695         * modules/unictype/property-other-id-start-tests: New file.
29696         * modules/unictype/property-other-lowercase-tests: New file.
29697         * modules/unictype/property-other-math-tests: New file.
29698         * modules/unictype/property-other-uppercase-tests: New file.
29699         * modules/unictype/property-paired-punctuation-tests: New file.
29700         * modules/unictype/property-paragraph-separator-tests: New file.
29701         * modules/unictype/property-pattern-syntax-tests: New file.
29702         * modules/unictype/property-pattern-white-space-tests: New file.
29703         * modules/unictype/property-private-use-tests: New file.
29704         * modules/unictype/property-punctuation-tests: New file.
29705         * modules/unictype/property-quotation-mark-tests: New file.
29706         * modules/unictype/property-radical-tests: New file.
29707         * modules/unictype/property-sentence-terminal-tests: New file.
29708         * modules/unictype/property-soft-dotted-tests: New file.
29709         * modules/unictype/property-space-tests: New file.
29710         * modules/unictype/property-terminal-punctuation-tests: New file.
29711         * modules/unictype/property-test-tests: New file.
29712         * modules/unictype/property-titlecase-tests: New file.
29713         * modules/unictype/property-unassigned-code-value-tests: New file.
29714         * modules/unictype/property-unified-ideograph-tests: New file.
29715         * modules/unictype/property-uppercase-tests: New file.
29716         * modules/unictype/property-variation-selector-tests: New file.
29717         * modules/unictype/property-white-space-tests: New file.
29718         * modules/unictype/property-xid-continue-tests: New file.
29719         * modules/unictype/property-xid-start-tests: New file.
29720         * modules/unictype/property-zero-width-tests: New file.
29721         * modules/unictype/scripts-tests: New file.
29722         * modules/unictype/syntax-c-ident-tests: New file.
29723         * modules/unictype/syntax-c-whitespace-tests: New file.
29724         * modules/unictype/syntax-java-ident-tests: New file.
29725         * modules/unictype/syntax-java-whitespace-tests: New file.
29726         * tests/unictype/test-bidi_byname.c: New file.
29727         * tests/unictype/test-bidi_name.c: New file.
29728         * tests/unictype/test-bidi_of.c: New file.
29729         * tests/unictype/test-bidi_test.c: New file.
29730         * tests/unictype/test-block_list.c: New file.
29731         * tests/unictype/test-block_of.c: New file.
29732         * tests/unictype/test-block_test.c: New file.
29733         * tests/unictype/test-categ_and.c: New file.
29734         * tests/unictype/test-categ_and_not.c: New file.
29735         * tests/unictype/test-categ_byname.c: New file.
29736         * tests/unictype/test-categ_name.c: New file.
29737         * tests/unictype/test-categ_none.c: New file.
29738         * tests/unictype/test-categ_of.c: New file.
29739         * tests/unictype/test-categ_or.c: New file.
29740         * tests/unictype/test-categ_test_withtable.c: New file.
29741         * tests/unictype/test-combining.c: New file.
29742         * tests/unictype/test-decdigit.c: New file.
29743         * tests/unictype/test-digit.c: New file.
29744         * tests/unictype/test-mirror.c: New file.
29745         * tests/unictype/test-numeric.c: New file.
29746         * tests/unictype/test-pr_byname.c: New file.
29747         * tests/unictype/test-pr_test.c: New file.
29748         * tests/unictype/test-predicate-part1.h: New file.
29749         * tests/unictype/test-predicate-part2.h: New file.
29750         * tests/unictype/test-scripts.c: New file.
29751         * tests/unictype/test-sy_c_ident.c: New file.
29752         * tests/unictype/test-sy_java_ident.c: New file.
29753
29754         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
29755         for Unicode 5.0.0.
29756         * tests/unictype/test-categ_Cc.c: Likewise.
29757         * tests/unictype/test-categ_Cf.c: Likewise.
29758         * tests/unictype/test-categ_Cn.c: Likewise.
29759         * tests/unictype/test-categ_Co.c: Likewise.
29760         * tests/unictype/test-categ_Cs.c: Likewise.
29761         * tests/unictype/test-categ_L.c: Likewise.
29762         * tests/unictype/test-categ_Ll.c: Likewise.
29763         * tests/unictype/test-categ_Lm.c: Likewise.
29764         * tests/unictype/test-categ_Lo.c: Likewise.
29765         * tests/unictype/test-categ_Lt.c: Likewise.
29766         * tests/unictype/test-categ_Lu.c: Likewise.
29767         * tests/unictype/test-categ_M.c: Likewise.
29768         * tests/unictype/test-categ_Mc.c: Likewise.
29769         * tests/unictype/test-categ_Me.c: Likewise.
29770         * tests/unictype/test-categ_Mn.c: Likewise.
29771         * tests/unictype/test-categ_N.c: Likewise.
29772         * tests/unictype/test-categ_Nd.c: Likewise.
29773         * tests/unictype/test-categ_Nl.c: Likewise.
29774         * tests/unictype/test-categ_No.c: Likewise.
29775         * tests/unictype/test-categ_P.c: Likewise.
29776         * tests/unictype/test-categ_Pc.c: Likewise.
29777         * tests/unictype/test-categ_Pd.c: Likewise.
29778         * tests/unictype/test-categ_Pe.c: Likewise.
29779         * tests/unictype/test-categ_Pf.c: Likewise.
29780         * tests/unictype/test-categ_Pi.c: Likewise.
29781         * tests/unictype/test-categ_Po.c: Likewise.
29782         * tests/unictype/test-categ_Ps.c: Likewise.
29783         * tests/unictype/test-categ_S.c: Likewise.
29784         * tests/unictype/test-categ_Sc.c: Likewise.
29785         * tests/unictype/test-categ_Sk.c: Likewise.
29786         * tests/unictype/test-categ_Sm.c: Likewise.
29787         * tests/unictype/test-categ_So.c: Likewise.
29788         * tests/unictype/test-categ_Z.c: Likewise.
29789         * tests/unictype/test-categ_Zl.c: Likewise.
29790         * tests/unictype/test-categ_Zp.c: Likewise.
29791         * tests/unictype/test-categ_Zs.c: Likewise.
29792         * tests/unictype/test-ctype_alnum.c: Likewise.
29793         * tests/unictype/test-ctype_alpha.c: Likewise.
29794         * tests/unictype/test-ctype_blank.c: Likewise.
29795         * tests/unictype/test-ctype_cntrl.c: Likewise.
29796         * tests/unictype/test-ctype_digit.c: Likewise.
29797         * tests/unictype/test-ctype_graph.c: Likewise.
29798         * tests/unictype/test-ctype_lower.c: Likewise.
29799         * tests/unictype/test-ctype_print.c: Likewise.
29800         * tests/unictype/test-ctype_punct.c: Likewise.
29801         * tests/unictype/test-ctype_space.c: Likewise.
29802         * tests/unictype/test-ctype_upper.c: Likewise.
29803         * tests/unictype/test-ctype_xdigit.c: Likewise.
29804         * tests/unictype/test-decdigit.h: Likewise.
29805         * tests/unictype/test-digit.h: Likewise.
29806         * tests/unictype/test-numeric.h: Likewise.
29807         * tests/unictype/test-pr_alphabetic.c: Likewise.
29808         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
29809         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
29810         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
29811         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
29812         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
29813         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
29814         * tests/unictype/test-pr_bidi_control.c: Likewise.
29815         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
29816         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
29817         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
29818         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
29819         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
29820         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
29821         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
29822         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
29823         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
29824         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
29825         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
29826         * tests/unictype/test-pr_combining.c: Likewise.
29827         * tests/unictype/test-pr_composite.c: Likewise.
29828         * tests/unictype/test-pr_currency_symbol.c: Likewise.
29829         * tests/unictype/test-pr_dash.c: Likewise.
29830         * tests/unictype/test-pr_decimal_digit.c: Likewise.
29831         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
29832         * tests/unictype/test-pr_deprecated.c: Likewise.
29833         * tests/unictype/test-pr_diacritic.c: Likewise.
29834         * tests/unictype/test-pr_extender.c: Likewise.
29835         * tests/unictype/test-pr_format_control.c: Likewise.
29836         * tests/unictype/test-pr_grapheme_base.c: Likewise.
29837         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
29838         * tests/unictype/test-pr_grapheme_link.c: Likewise.
29839         * tests/unictype/test-pr_hex_digit.c: Likewise.
29840         * tests/unictype/test-pr_hyphen.c: Likewise.
29841         * tests/unictype/test-pr_id_continue.c: Likewise.
29842         * tests/unictype/test-pr_id_start.c: Likewise.
29843         * tests/unictype/test-pr_ideographic.c: Likewise.
29844         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
29845         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
29846         * tests/unictype/test-pr_ignorable_control.c: Likewise.
29847         * tests/unictype/test-pr_iso_control.c: Likewise.
29848         * tests/unictype/test-pr_join_control.c: Likewise.
29849         * tests/unictype/test-pr_left_of_pair.c: Likewise.
29850         * tests/unictype/test-pr_line_separator.c: Likewise.
29851         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
29852         * tests/unictype/test-pr_lowercase.c: Likewise.
29853         * tests/unictype/test-pr_math.c: Likewise.
29854         * tests/unictype/test-pr_non_break.c: Likewise.
29855         * tests/unictype/test-pr_not_a_character.c: Likewise.
29856         * tests/unictype/test-pr_numeric.c: Likewise.
29857         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
29858         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
29859         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
29860         * tests/unictype/test-pr_other_id_continue.c: Likewise.
29861         * tests/unictype/test-pr_other_id_start.c: Likewise.
29862         * tests/unictype/test-pr_other_lowercase.c: Likewise.
29863         * tests/unictype/test-pr_other_math.c: Likewise.
29864         * tests/unictype/test-pr_other_uppercase.c: Likewise.
29865         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
29866         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
29867         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
29868         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
29869         * tests/unictype/test-pr_private_use.c: Likewise.
29870         * tests/unictype/test-pr_punctuation.c: Likewise.
29871         * tests/unictype/test-pr_quotation_mark.c: Likewise.
29872         * tests/unictype/test-pr_radical.c: Likewise.
29873         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
29874         * tests/unictype/test-pr_soft_dotted.c: Likewise.
29875         * tests/unictype/test-pr_space.c: Likewise.
29876         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
29877         * tests/unictype/test-pr_titlecase.c: Likewise.
29878         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
29879         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
29880         * tests/unictype/test-pr_uppercase.c: Likewise.
29881         * tests/unictype/test-pr_variation_selector.c: Likewise.
29882         * tests/unictype/test-pr_white_space.c: Likewise.
29883         * tests/unictype/test-pr_xid_continue.c: Likewise.
29884         * tests/unictype/test-pr_xid_start.c: Likewise.
29885         * tests/unictype/test-pr_zero_width.c: Likewise.
29886         * tests/unictype/test-sy_c_whitespace.c: Likewise.
29887         * tests/unictype/test-sy_java_whitespace.c: Likewise.
29888
29889 2007-11-12  Bruno Haible  <bruno@clisp.org>
29890
29891         Unicode character classification functions.
29892         * lib/unictype.h: New file.
29893         * modules/unictype/base: New file.
29894         * modules/unictype/category-L: New file.
29895         * modules/unictype/category-Lu: New file.
29896         * modules/unictype/category-Ll: New file.
29897         * modules/unictype/category-Lt: New file.
29898         * modules/unictype/category-Lm: New file.
29899         * modules/unictype/category-Lo: New file.
29900         * modules/unictype/category-M: New file.
29901         * modules/unictype/category-Mn: New file.
29902         * modules/unictype/category-Mc: New file.
29903         * modules/unictype/category-Me: New file.
29904         * modules/unictype/category-N: New file.
29905         * modules/unictype/category-Nd: New file.
29906         * modules/unictype/category-Nl: New file.
29907         * modules/unictype/category-No: New file.
29908         * modules/unictype/category-P: New file.
29909         * modules/unictype/category-Pc: New file.
29910         * modules/unictype/category-Pd: New file.
29911         * modules/unictype/category-Ps: New file.
29912         * modules/unictype/category-Pe: New file.
29913         * modules/unictype/category-Pi: New file.
29914         * modules/unictype/category-Pf: New file.
29915         * modules/unictype/category-Po: New file.
29916         * modules/unictype/category-S: New file.
29917         * modules/unictype/category-Sm: New file.
29918         * modules/unictype/category-Sc: New file.
29919         * modules/unictype/category-Sk: New file.
29920         * modules/unictype/category-So: New file.
29921         * modules/unictype/category-Z: New file.
29922         * modules/unictype/category-Zs: New file.
29923         * modules/unictype/category-Zl: New file.
29924         * modules/unictype/category-Zp: New file.
29925         * modules/unictype/category-C: New file.
29926         * modules/unictype/category-Cc: New file.
29927         * modules/unictype/category-Cf: New file.
29928         * modules/unictype/category-Cs: New file.
29929         * modules/unictype/category-Co: New file.
29930         * modules/unictype/category-Cn: New file.
29931         * modules/unictype/category-or: New file.
29932         * modules/unictype/category-of: New file.
29933         * modules/unictype/category-test: New file.
29934         * modules/unictype/category-test-withtable: New file.
29935         * modules/unictype/category-byname: New file.
29936         * modules/unictype/category-none: New file.
29937         * modules/unictype/category-and: New file.
29938         * modules/unictype/category-and-not: New file.
29939         * modules/unictype/category-name: New file.
29940         * modules/unictype/combining-class: New file.
29941         * modules/unictype/category-all: New file.
29942         * modules/unictype/bidicategory-all: New file.
29943         * modules/unictype/bidicategory-byname: New file.
29944         * modules/unictype/bidicategory-name: New file.
29945         * modules/unictype/bidicategory-of: New file.
29946         * modules/unictype/bidicategory-test: New file.
29947         * modules/unictype/decimal-digit: New file.
29948         * modules/unictype/digit: New file.
29949         * modules/unictype/numeric: New file.
29950         * modules/unictype/mirror: New file.
29951         * modules/unictype/property-white-space: New file.
29952         * modules/unictype/property-alphabetic: New file.
29953         * modules/unictype/property-other-alphabetic: New file.
29954         * modules/unictype/property-not-a-character: New file.
29955         * modules/unictype/property-default-ignorable-code-point: New file.
29956         * modules/unictype/property-other-default-ignorable-code-point: New
29957         file.
29958         * modules/unictype/property-deprecated: New file.
29959         * modules/unictype/property-logical-order-exception: New file.
29960         * modules/unictype/property-variation-selector: New file.
29961         * modules/unictype/property-private-use: New file.
29962         * modules/unictype/property-unassigned-code-value: New file.
29963         * modules/unictype/property-uppercase: New file.
29964         * modules/unictype/property-other-uppercase: New file.
29965         * modules/unictype/property-lowercase: New file.
29966         * modules/unictype/property-other-lowercase: New file.
29967         * modules/unictype/property-titlecase: New file.
29968         * modules/unictype/property-soft-dotted: New file.
29969         * modules/unictype/property-id-start: New file.
29970         * modules/unictype/property-other-id-start: New file.
29971         * modules/unictype/property-id-continue: New file.
29972         * modules/unictype/property-other-id-continue: New file.
29973         * modules/unictype/property-xid-start: New file.
29974         * modules/unictype/property-xid-continue: New file.
29975         * modules/unictype/property-pattern-white-space: New file.
29976         * modules/unictype/property-pattern-syntax: New file.
29977         * modules/unictype/property-join-control: New file.
29978         * modules/unictype/property-grapheme-base: New file.
29979         * modules/unictype/property-grapheme-extend: New file.
29980         * modules/unictype/property-other-grapheme-extend: New file.
29981         * modules/unictype/property-grapheme-link: New file.
29982         * modules/unictype/property-bidi-control: New file.
29983         * modules/unictype/property-bidi-left-to-right: New file.
29984         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
29985         * modules/unictype/property-bidi-arabic-right-to-left: New file.
29986         * modules/unictype/property-bidi-european-digit: New file.
29987         * modules/unictype/property-bidi-eur-num-separator: New file.
29988         * modules/unictype/property-bidi-eur-num-terminator: New file.
29989         * modules/unictype/property-bidi-arabic-digit: New file.
29990         * modules/unictype/property-bidi-common-separator: New file.
29991         * modules/unictype/property-bidi-block-separator: New file.
29992         * modules/unictype/property-bidi-segment-separator: New file.
29993         * modules/unictype/property-bidi-whitespace: New file.
29994         * modules/unictype/property-bidi-non-spacing-mark: New file.
29995         * modules/unictype/property-bidi-boundary-neutral: New file.
29996         * modules/unictype/property-bidi-pdf: New file.
29997         * modules/unictype/property-bidi-embedding-or-override: New file.
29998         * modules/unictype/property-bidi-other-neutral: New file.
29999         * modules/unictype/property-hex-digit: New file.
30000         * modules/unictype/property-ascii-hex-digit: New file.
30001         * modules/unictype/property-ideographic: New file.
30002         * modules/unictype/property-unified-ideograph: New file.
30003         * modules/unictype/property-radical: New file.
30004         * modules/unictype/property-ids-binary-operator: New file.
30005         * modules/unictype/property-ids-trinary-operator: New file.
30006         * modules/unictype/property-zero-width: New file.
30007         * modules/unictype/property-space: New file.
30008         * modules/unictype/property-non-break: New file.
30009         * modules/unictype/property-iso-control: New file.
30010         * modules/unictype/property-format-control: New file.
30011         * modules/unictype/property-dash: New file.
30012         * modules/unictype/property-hyphen: New file.
30013         * modules/unictype/property-punctuation: New file.
30014         * modules/unictype/property-line-separator: New file.
30015         * modules/unictype/property-paragraph-separator: New file.
30016         * modules/unictype/property-quotation-mark: New file.
30017         * modules/unictype/property-sentence-terminal: New file.
30018         * modules/unictype/property-terminal-punctuation: New file.
30019         * modules/unictype/property-currency-symbol: New file.
30020         * modules/unictype/property-math: New file.
30021         * modules/unictype/property-other-math: New file.
30022         * modules/unictype/property-paired-punctuation: New file.
30023         * modules/unictype/property-left-of-pair: New file.
30024         * modules/unictype/property-combining: New file.
30025         * modules/unictype/property-composite: New file.
30026         * modules/unictype/property-decimal-digit: New file.
30027         * modules/unictype/property-numeric: New file.
30028         * modules/unictype/property-diacritic: New file.
30029         * modules/unictype/property-extender: New file.
30030         * modules/unictype/property-ignorable-control: New file.
30031         * modules/unictype/property-test: New file.
30032         * modules/unictype/property-byname: New file.
30033         * modules/unictype/property-all: New file.
30034         * modules/unictype/scripts: New file.
30035         * modules/unictype/scripts-all: New file.
30036         * modules/unictype/block-of: New file.
30037         * modules/unictype/block-test: New file.
30038         * modules/unictype/block-list: New file.
30039         * modules/unictype/block-all: New file.
30040         * modules/unictype/syntax-c-whitespace: New file.
30041         * modules/unictype/syntax-java-whitespace: New file.
30042         * modules/unictype/syntax-c-ident: New file.
30043         * modules/unictype/syntax-java-ident: New file.
30044         * modules/unictype/ctype-alnum: New file.
30045         * modules/unictype/ctype-alpha: New file.
30046         * modules/unictype/ctype-cntrl: New file.
30047         * modules/unictype/ctype-digit: New file.
30048         * modules/unictype/ctype-graph: New file.
30049         * modules/unictype/ctype-lower: New file.
30050         * modules/unictype/ctype-print: New file.
30051         * modules/unictype/ctype-punct: New file.
30052         * modules/unictype/ctype-space: New file.
30053         * modules/unictype/ctype-upper: New file.
30054         * modules/unictype/ctype-xdigit: New file.
30055         * modules/unictype/ctype-blank: New file.
30056         * lib/unictype/bidi_byname.c: New file.
30057         * lib/unictype/bidi_name.c: New file.
30058         * lib/unictype/bidi_of.c: New file.
30059         * lib/unictype/bidi_test.c: New file.
30060         * lib/unictype/bitmap.h: New file.
30061         * lib/unictype/block_test.c: New file.
30062         * lib/unictype/blocks.c: New file.
30063         * lib/unictype/categ_C.c: New file.
30064         * lib/unictype/categ_Cc.c: New file.
30065         * lib/unictype/categ_Cf.c: New file.
30066         * lib/unictype/categ_Cn.c: New file.
30067         * lib/unictype/categ_Co.c: New file.
30068         * lib/unictype/categ_Cs.c: New file.
30069         * lib/unictype/categ_L.c: New file.
30070         * lib/unictype/categ_Ll.c: New file.
30071         * lib/unictype/categ_Lm.c: New file.
30072         * lib/unictype/categ_Lo.c: New file.
30073         * lib/unictype/categ_Lt.c: New file.
30074         * lib/unictype/categ_Lu.c: New file.
30075         * lib/unictype/categ_M.c: New file.
30076         * lib/unictype/categ_Mc.c: New file.
30077         * lib/unictype/categ_Me.c: New file.
30078         * lib/unictype/categ_Mn.c: New file.
30079         * lib/unictype/categ_N.c: New file.
30080         * lib/unictype/categ_Nd.c: New file.
30081         * lib/unictype/categ_Nl.c: New file.
30082         * lib/unictype/categ_No.c: New file.
30083         * lib/unictype/categ_P.c: New file.
30084         * lib/unictype/categ_Pc.c: New file.
30085         * lib/unictype/categ_Pd.c: New file.
30086         * lib/unictype/categ_Pe.c: New file.
30087         * lib/unictype/categ_Pf.c: New file.
30088         * lib/unictype/categ_Pi.c: New file.
30089         * lib/unictype/categ_Po.c: New file.
30090         * lib/unictype/categ_Ps.c: New file.
30091         * lib/unictype/categ_S.c: New file.
30092         * lib/unictype/categ_Sc.c: New file.
30093         * lib/unictype/categ_Sk.c: New file.
30094         * lib/unictype/categ_Sm.c: New file.
30095         * lib/unictype/categ_So.c: New file.
30096         * lib/unictype/categ_Z.c: New file.
30097         * lib/unictype/categ_Zl.c: New file.
30098         * lib/unictype/categ_Zp.c: New file.
30099         * lib/unictype/categ_Zs.c: New file.
30100         * lib/unictype/categ_and.c: New file.
30101         * lib/unictype/categ_and_not.c: New file.
30102         * lib/unictype/categ_byname.c: New file.
30103         * lib/unictype/categ_name.c: New file.
30104         * lib/unictype/categ_none.c: New file.
30105         * lib/unictype/categ_of.c: New file.
30106         * lib/unictype/categ_or.c: New file.
30107         * lib/unictype/categ_test.c: New file.
30108         * lib/unictype/combining.c: New file.
30109         * lib/unictype/ctype_alnum.c: New file.
30110         * lib/unictype/ctype_alpha.c: New file.
30111         * lib/unictype/ctype_blank.c: New file.
30112         * lib/unictype/ctype_cntrl.c: New file.
30113         * lib/unictype/ctype_digit.c: New file.
30114         * lib/unictype/ctype_graph.c: New file.
30115         * lib/unictype/ctype_lower.c: New file.
30116         * lib/unictype/ctype_print.c: New file.
30117         * lib/unictype/ctype_punct.c: New file.
30118         * lib/unictype/ctype_space.c: New file.
30119         * lib/unictype/ctype_upper.c: New file.
30120         * lib/unictype/ctype_xdigit.c: New file.
30121         * lib/unictype/decdigit.c: New file.
30122         * lib/unictype/digit.c: New file.
30123         * lib/unictype/identsyntaxmap.h: New file.
30124         * lib/unictype/mirror.c: New file.
30125         * lib/unictype/numeric.c: New file.
30126         * lib/unictype/pr_alphabetic.c: New file.
30127         * lib/unictype/pr_ascii_hex_digit.c: New file.
30128         * lib/unictype/pr_bidi_arabic_digit.c: New file.
30129         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
30130         * lib/unictype/pr_bidi_block_separator.c: New file.
30131         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
30132         * lib/unictype/pr_bidi_common_separator.c: New file.
30133         * lib/unictype/pr_bidi_control.c: New file.
30134         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
30135         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
30136         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
30137         * lib/unictype/pr_bidi_european_digit.c: New file.
30138         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
30139         * lib/unictype/pr_bidi_left_to_right.c: New file.
30140         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
30141         * lib/unictype/pr_bidi_other_neutral.c: New file.
30142         * lib/unictype/pr_bidi_pdf.c: New file.
30143         * lib/unictype/pr_bidi_segment_separator.c: New file.
30144         * lib/unictype/pr_bidi_whitespace.c: New file.
30145         * lib/unictype/pr_byname.c: New file.
30146         * lib/unictype/pr_byname.gperf: New file.
30147         * lib/unictype/pr_combining.c: New file.
30148         * lib/unictype/pr_composite.c: New file.
30149         * lib/unictype/pr_currency_symbol.c: New file.
30150         * lib/unictype/pr_dash.c: New file.
30151         * lib/unictype/pr_decimal_digit.c: New file.
30152         * lib/unictype/pr_default_ignorable_code_point.c: New file.
30153         * lib/unictype/pr_deprecated.c: New file.
30154         * lib/unictype/pr_diacritic.c: New file.
30155         * lib/unictype/pr_extender.c: New file.
30156         * lib/unictype/pr_format_control.c: New file.
30157         * lib/unictype/pr_grapheme_base.c: New file.
30158         * lib/unictype/pr_grapheme_extend.c: New file.
30159         * lib/unictype/pr_grapheme_link.c: New file.
30160         * lib/unictype/pr_hex_digit.c: New file.
30161         * lib/unictype/pr_hyphen.c: New file.
30162         * lib/unictype/pr_id_continue.c: New file.
30163         * lib/unictype/pr_id_start.c: New file.
30164         * lib/unictype/pr_ideographic.c: New file.
30165         * lib/unictype/pr_ids_binary_operator.c: New file.
30166         * lib/unictype/pr_ids_trinary_operator.c: New file.
30167         * lib/unictype/pr_ignorable_control.c: New file.
30168         * lib/unictype/pr_iso_control.c: New file.
30169         * lib/unictype/pr_join_control.c: New file.
30170         * lib/unictype/pr_left_of_pair.c: New file.
30171         * lib/unictype/pr_line_separator.c: New file.
30172         * lib/unictype/pr_logical_order_exception.c: New file.
30173         * lib/unictype/pr_lowercase.c: New file.
30174         * lib/unictype/pr_math.c: New file.
30175         * lib/unictype/pr_non_break.c: New file.
30176         * lib/unictype/pr_not_a_character.c: New file.
30177         * lib/unictype/pr_numeric.c: New file.
30178         * lib/unictype/pr_other_alphabetic.c: New file.
30179         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
30180         * lib/unictype/pr_other_grapheme_extend.c: New file.
30181         * lib/unictype/pr_other_id_continue.c: New file.
30182         * lib/unictype/pr_other_id_start.c: New file.
30183         * lib/unictype/pr_other_lowercase.c: New file.
30184         * lib/unictype/pr_other_math.c: New file.
30185         * lib/unictype/pr_other_uppercase.c: New file.
30186         * lib/unictype/pr_paired_punctuation.c: New file.
30187         * lib/unictype/pr_paragraph_separator.c: New file.
30188         * lib/unictype/pr_pattern_syntax.c: New file.
30189         * lib/unictype/pr_pattern_white_space.c: New file.
30190         * lib/unictype/pr_private_use.c: New file.
30191         * lib/unictype/pr_punctuation.c: New file.
30192         * lib/unictype/pr_quotation_mark.c: New file.
30193         * lib/unictype/pr_radical.c: New file.
30194         * lib/unictype/pr_sentence_terminal.c: New file.
30195         * lib/unictype/pr_soft_dotted.c: New file.
30196         * lib/unictype/pr_space.c: New file.
30197         * lib/unictype/pr_terminal_punctuation.c: New file.
30198         * lib/unictype/pr_test.c: New file.
30199         * lib/unictype/pr_titlecase.c: New file.
30200         * lib/unictype/pr_unassigned_code_value.c: New file.
30201         * lib/unictype/pr_unified_ideograph.c: New file.
30202         * lib/unictype/pr_uppercase.c: New file.
30203         * lib/unictype/pr_variation_selector.c: New file.
30204         * lib/unictype/pr_white_space.c: New file.
30205         * lib/unictype/pr_xid_continue.c: New file.
30206         * lib/unictype/pr_xid_start.c: New file.
30207         * lib/unictype/pr_zero_width.c: New file.
30208         * lib/unictype/scripts.c: New file.
30209         * lib/unictype/sy_c_ident.c: New file.
30210         * lib/unictype/sy_c_whitespace.c: New file.
30211         * lib/unictype/sy_java_ident.c: New file.
30212         * lib/unictype/sy_java_whitespace.c: New file.
30213
30214         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
30215         Unicode 5.0.0.
30216         * lib/unictype/blocks.h: Likewise.
30217         * lib/unictype/categ_C.h: Likewise.
30218         * lib/unictype/categ_Cc.h: Likewise.
30219         * lib/unictype/categ_Cf.h: Likewise.
30220         * lib/unictype/categ_Cn.h: Likewise.
30221         * lib/unictype/categ_Co.h: Likewise.
30222         * lib/unictype/categ_Cs.h: Likewise.
30223         * lib/unictype/categ_L.h: Likewise.
30224         * lib/unictype/categ_Ll.h: Likewise.
30225         * lib/unictype/categ_Lm.h: Likewise.
30226         * lib/unictype/categ_Lo.h: Likewise.
30227         * lib/unictype/categ_Lt.h: Likewise.
30228         * lib/unictype/categ_Lu.h: Likewise.
30229         * lib/unictype/categ_M.h: Likewise.
30230         * lib/unictype/categ_Mc.h: Likewise.
30231         * lib/unictype/categ_Me.h: Likewise.
30232         * lib/unictype/categ_Mn.h: Likewise.
30233         * lib/unictype/categ_N.h: Likewise.
30234         * lib/unictype/categ_Nd.h: Likewise.
30235         * lib/unictype/categ_Nl.h: Likewise.
30236         * lib/unictype/categ_No.h: Likewise.
30237         * lib/unictype/categ_P.h: Likewise.
30238         * lib/unictype/categ_Pc.h: Likewise.
30239         * lib/unictype/categ_Pd.h: Likewise.
30240         * lib/unictype/categ_Pe.h: Likewise.
30241         * lib/unictype/categ_Pf.h: Likewise.
30242         * lib/unictype/categ_Pi.h: Likewise.
30243         * lib/unictype/categ_Po.h: Likewise.
30244         * lib/unictype/categ_Ps.h: Likewise.
30245         * lib/unictype/categ_S.h: Likewise.
30246         * lib/unictype/categ_Sc.h: Likewise.
30247         * lib/unictype/categ_Sk.h: Likewise.
30248         * lib/unictype/categ_Sm.h: Likewise.
30249         * lib/unictype/categ_So.h: Likewise.
30250         * lib/unictype/categ_Z.h: Likewise.
30251         * lib/unictype/categ_Zl.h: Likewise.
30252         * lib/unictype/categ_Zp.h: Likewise.
30253         * lib/unictype/categ_Zs.h: Likewise.
30254         * lib/unictype/categ_of.h: Likewise.
30255         * lib/unictype/combining.h: Likewise.
30256         * lib/unictype/ctype_alnum.h: Likewise.
30257         * lib/unictype/ctype_alpha.h: Likewise.
30258         * lib/unictype/ctype_blank.h: Likewise.
30259         * lib/unictype/ctype_cntrl.h: Likewise.
30260         * lib/unictype/ctype_digit.h: Likewise.
30261         * lib/unictype/ctype_graph.h: Likewise.
30262         * lib/unictype/ctype_lower.h: Likewise.
30263         * lib/unictype/ctype_print.h: Likewise.
30264         * lib/unictype/ctype_punct.h: Likewise.
30265         * lib/unictype/ctype_space.h: Likewise.
30266         * lib/unictype/ctype_upper.h: Likewise.
30267         * lib/unictype/ctype_xdigit.h: Likewise.
30268         * lib/unictype/decdigit.h: Likewise.
30269         * lib/unictype/digit.h: Likewise.
30270         * lib/unictype/mirror.h: Likewise.
30271         * lib/unictype/numeric.h: Likewise.
30272         * lib/unictype/pr_alphabetic.h: Likewise.
30273         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
30274         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
30275         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
30276         * lib/unictype/pr_bidi_block_separator.h: Likewise.
30277         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
30278         * lib/unictype/pr_bidi_common_separator.h: Likewise.
30279         * lib/unictype/pr_bidi_control.h: Likewise.
30280         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
30281         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
30282         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
30283         * lib/unictype/pr_bidi_european_digit.h: Likewise.
30284         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
30285         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
30286         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
30287         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
30288         * lib/unictype/pr_bidi_pdf.h: Likewise.
30289         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
30290         * lib/unictype/pr_bidi_whitespace.h: Likewise.
30291         * lib/unictype/pr_combining.h: Likewise.
30292         * lib/unictype/pr_composite.h: Likewise.
30293         * lib/unictype/pr_currency_symbol.h: Likewise.
30294         * lib/unictype/pr_dash.h: Likewise.
30295         * lib/unictype/pr_decimal_digit.h: Likewise.
30296         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
30297         * lib/unictype/pr_deprecated.h: Likewise.
30298         * lib/unictype/pr_diacritic.h: Likewise.
30299         * lib/unictype/pr_extender.h: Likewise.
30300         * lib/unictype/pr_format_control.h: Likewise.
30301         * lib/unictype/pr_grapheme_base.h: Likewise.
30302         * lib/unictype/pr_grapheme_extend.h: Likewise.
30303         * lib/unictype/pr_grapheme_link.h: Likewise.
30304         * lib/unictype/pr_hex_digit.h: Likewise.
30305         * lib/unictype/pr_hyphen.h: Likewise.
30306         * lib/unictype/pr_id_continue.h: Likewise.
30307         * lib/unictype/pr_id_start.h: Likewise.
30308         * lib/unictype/pr_ideographic.h: Likewise.
30309         * lib/unictype/pr_ids_binary_operator.h: Likewise.
30310         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
30311         * lib/unictype/pr_ignorable_control.h: Likewise.
30312         * lib/unictype/pr_iso_control.h: Likewise.
30313         * lib/unictype/pr_join_control.h: Likewise.
30314         * lib/unictype/pr_left_of_pair.h: Likewise.
30315         * lib/unictype/pr_line_separator.h: Likewise.
30316         * lib/unictype/pr_logical_order_exception.h: Likewise.
30317         * lib/unictype/pr_lowercase.h: Likewise.
30318         * lib/unictype/pr_math.h: Likewise.
30319         * lib/unictype/pr_non_break.h: Likewise.
30320         * lib/unictype/pr_not_a_character.h: Likewise.
30321         * lib/unictype/pr_numeric.h: Likewise.
30322         * lib/unictype/pr_other_alphabetic.h: Likewise.
30323         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
30324         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
30325         * lib/unictype/pr_other_id_continue.h: Likewise.
30326         * lib/unictype/pr_other_id_start.h: Likewise.
30327         * lib/unictype/pr_other_lowercase.h: Likewise.
30328         * lib/unictype/pr_other_math.h: Likewise.
30329         * lib/unictype/pr_other_uppercase.h: Likewise.
30330         * lib/unictype/pr_paired_punctuation.h: Likewise.
30331         * lib/unictype/pr_paragraph_separator.h: Likewise.
30332         * lib/unictype/pr_pattern_syntax.h: Likewise.
30333         * lib/unictype/pr_pattern_white_space.h: Likewise.
30334         * lib/unictype/pr_private_use.h: Likewise.
30335         * lib/unictype/pr_punctuation.h: Likewise.
30336         * lib/unictype/pr_quotation_mark.h: Likewise.
30337         * lib/unictype/pr_radical.h: Likewise.
30338         * lib/unictype/pr_sentence_terminal.h: Likewise.
30339         * lib/unictype/pr_soft_dotted.h: Likewise.
30340         * lib/unictype/pr_space.h: Likewise.
30341         * lib/unictype/pr_terminal_punctuation.h: Likewise.
30342         * lib/unictype/pr_titlecase.h: Likewise.
30343         * lib/unictype/pr_unassigned_code_value.h: Likewise.
30344         * lib/unictype/pr_unified_ideograph.h: Likewise.
30345         * lib/unictype/pr_uppercase.h: Likewise.
30346         * lib/unictype/pr_variation_selector.h: Likewise.
30347         * lib/unictype/pr_white_space.h: Likewise.
30348         * lib/unictype/pr_xid_continue.h: Likewise.
30349         * lib/unictype/pr_xid_start.h: Likewise.
30350         * lib/unictype/pr_zero_width.h: Likewise.
30351         * lib/unictype/scripts.h: Likewise.
30352         * lib/unictype/scripts_byname.gperf: Likewise.
30353         * lib/unictype/sy_c_ident.h: Likewise.
30354         * lib/unictype/sy_c_whitespace.h: Likewise.
30355         * lib/unictype/sy_java_ident.h: Likewise.
30356         * lib/unictype/sy_java_whitespace.h: Likewise.
30357
30358         * lib/unictype/Makefile: New file.
30359         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
30360         glibc.
30361         * lib/unictype/3level.h: New file, copied from glibc.
30362         * lib/unictype/3levelbit.h: New file.
30363
30364 2007-11-11  Bruno Haible  <bruno@clisp.org>
30365
30366         * modules/gperf: New file.
30367         * modules/iconv_open (Depends-on): Add it.
30368         (Makefile.am): Remove the GPERF definition.
30369
30370 2007-11-11  Bruno Haible  <bruno@clisp.org>
30371
30372         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
30373         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
30374
30375 2007-11-11  Bruno Haible  <bruno@clisp.org>
30376
30377         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
30378         (usage): Remove function.
30379
30380 2007-11-11  Bruno Haible  <bruno@clisp.org>
30381
30382         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
30383         gl_FUNC_CEILF_LIBS.
30384         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
30385         gl_FUNC_CEIL_LIBS.
30386         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
30387         gl_FUNC_CEILL_LIBS.
30388         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
30389         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
30390         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
30391
30392 2007-11-11  Bruno Haible  <bruno@clisp.org>
30393
30394         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
30395         roundf were declared but do not exist on functions.
30396         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
30397         roundl were declared but do not exist on functions.
30398         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
30399         HAVE_FLOORL_AND_CEILL, respectively.
30400         Needed for Sun C on Solaris 10.
30401
30402 2007-11-11  Bruno Haible  <bruno@clisp.org>
30403
30404         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
30405         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
30406         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
30407         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
30408         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
30409         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
30410         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
30411         HAVE_DECL_ROUNDF.
30412         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
30413         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
30414         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
30415         of HAVE_DECL_ROUND*.
30416         * modules/math (Makefile.am): Update.
30417
30418 2007-11-10  Bruno Haible  <bruno@clisp.org>
30419
30420         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
30421         ptrdiff_t as m4/intl.m4.
30422
30423 2007-11-10  Jim Meyering  <meyering@redhat.com>
30424
30425         Avoid link failure for the argmatch test.
30426         * tests/test-argmatch.c (usage): Define function to avoid a link
30427         failure: argmatch_die requires a usage function.
30428
30429 2007-11-09  Bruno Haible  <bruno@clisp.org>
30430
30431         * doc/functions/snprintf.texi: Mention BeOS deficiency.
30432         * doc/functions/vsnprintf.texi: Likewise.
30433         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
30434         with a size argument < 2.
30435
30436 2007-11-09  Bruno Haible  <bruno@clisp.org>
30437
30438         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
30439         buffer. Fixes an inefficiency introduced on 2007-11-03.
30440
30441 2007-11-09  Bruno Haible  <bruno@clisp.org>
30442
30443         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
30444         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
30445
30446 2007-11-08  Jim Meyering  <meyering@redhat.com>
30447
30448         Change cache variable name prefix "jm_" to "gl_" everywhere.
30449         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
30450         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
30451         * m4/uptime.m4: s/gl_/jm_/
30452
30453 2007-11-07  Bruno Haible  <bruno@clisp.org>
30454
30455         Update to GNU gettext 0.17.
30456         * m4/intl.m4: Update to GNU gettext 0.17.
30457         * m4/po.m4: Likewise.
30458         * modules/gettext (Files): Remove m4/ulonglong.m4.
30459         (configure.ac): Require gettext infrastructure from version 0.17.
30460
30461 2007-11-06  Bruno Haible  <bruno@clisp.org>
30462
30463         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
30464         symbolic values are not defined in a public header.
30465         * lib/freadable.c (freadable) [QNX]: Likewise.
30466         * lib/freadahead.c (freadahead) [QNX]: Likewise.
30467         * lib/freading.c (freading) [QNX]: Likewise.
30468         * lib/fseterr.c (fseterr) [QNX]: Likewise.
30469         * lib/fwritable.c (fwritable) [QNX]: Likewise.
30470         * lib/fwriting.c (fwriting) [QNX]: Likewise.
30471         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
30472         Reported by Alain Magloire.
30473
30474         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
30475
30476 2007-11-05  Bruno Haible  <bruno@clisp.org>
30477
30478         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
30479         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
30480         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
30481         Reported by Eric Blake.
30482
30483 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30484             Bruno Haible  <bruno@clisp.org>
30485
30486         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
30487         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
30488         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
30489         (malloc): Undefine also before including <stdlib.h>.
30490         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
30491         Needed on OSF/1 4.0.
30492
30493 2007-11-05  Jim Meyering  <meyering@redhat.com>
30494
30495         git-version-gen: sync from coreutils.
30496         * build-aux/git-version-gen: Add comments.
30497         Change the first '-' to '.' in the snapshot version string,
30498         e.g., 6.9-377-08144 -> 6.9.377-08144
30499         Remove first parameter.
30500         Don't declare a version "-dirty" merely because a time
30501         stamp has changed.
30502
30503 2007-11-04  Bruno Haible  <bruno@clisp.org>
30504
30505         * lib/lock.h: Protect all macro definitions containing an 'if'
30506         statement through a "do { ... } while (0)".
30507         * lib/tls.h: Likewise.
30508
30509 2007-11-04  Bruno Haible  <bruno@clisp.org>
30510
30511         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
30512
30513 2007-11-04  Bruno Haible  <bruno@clisp.org>
30514
30515         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
30516         * modules/fprintf-posix (Depends-on): Add nocrash.
30517         * modules/snprintf-posix (Depends-on): Likewise.
30518         * modules/sprintf-posix (Depends-on): Likewise.
30519         * modules/vasnprintf-posix (Depends-on): Likewise.
30520         * modules/vasprintf-posix (Depends-on): Likewise.
30521         * modules/vfprintf-posix (Depends-on): Likewise.
30522         * modules/vsnprintf-posix (Depends-on): Likewise.
30523         * modules/vsprintf-posix (Depends-on): Likewise.
30524         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
30525         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
30526         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
30527         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
30528         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
30529         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
30530         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
30531
30532 2007-11-04  Bruno Haible  <bruno@clisp.org>
30533
30534         * modules/nocrash: New file.
30535         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
30536         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
30537
30538 2007-11-04  Bruno Haible  <bruno@clisp.org>
30539
30540         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
30541         precision handling.
30542         * tests/test-vasprintf-posix.c (test_function): Likewise.
30543         * tests/test-snprintf-posix.h (test_function): Likewise.
30544         * tests/test-sprintf-posix.h (test_function): Likewise.
30545
30546         Fix *printf behaviour for large precisions on mingw and BeOS.
30547         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
30548         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
30549         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
30550         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
30551         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30552         gl_PRINTF_PRECISION and test its result. Invoke
30553         gl_PREREQ_VASNPRINTF_PRECISION.
30554         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30555         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30556         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30557         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30558         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30559         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30560         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30561         * doc/functions/fprintf.texi: Update.
30562         * doc/functions/printf.texi: Update.
30563         * doc/functions/snprintf.texi: Update.
30564         * doc/functions/sprintf.texi: Update.
30565         * doc/functions/vfprintf.texi: Update.
30566         * doc/functions/vprintf.texi: Update.
30567         * doc/functions/vsnprintf.texi: Update.
30568         * doc/functions/vsprintf.texi: Update.
30569
30570 2007-11-04  Bruno Haible  <bruno@clisp.org>
30571
30572         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
30573
30574 2007-11-04  Bruno Haible  <bruno@clisp.org>
30575
30576         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
30577         Reported by Sylvain Beucler <beuc@gnu.org>.
30578
30579 2007-11-03  Bruno Haible  <bruno@clisp.org>
30580
30581         * tests/test-fprintf-posix2.sh: New file.
30582         * tests/test-fprintf-posix2.c: New file.
30583         * modules/fprintf-posix-tests (Files): Add them.
30584         (TESTS): Add test-fprintf-posix2.sh.
30585         (configure.ac): Check for getrlimit and setrlimit.
30586         (check_PROGRAMS): Add test-fprintf-posix2.
30587
30588         * tests/test-printf-posix2.sh: New file.
30589         * tests/test-printf-posix2.c: New file.
30590         * modules/printf-posix-tests (Files): Add them.
30591         (TESTS): Add test-printf-posix2.sh.
30592         (configure.ac): Check for getrlimit and setrlimit.
30593         (check_PROGRAMS): Add test-printf-posix2.
30594
30595         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
30596         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
30597         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
30598         (decode_double): New function, copied from decode_long_double.
30599         (scale10_round_decimal_decoded): New function, extracted from
30600         scale10_round_decimal_long_double.
30601         (scale10_round_decimal_long_double): Use it.
30602         (scale10_round_decimal_double): New function.
30603         (floorlog10): New function.
30604         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
30605         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
30606         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
30607         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30608         gl_PRINTF_ENOMEM and test its result. Invoke
30609         gl_PREREQ_VASNPRINTF_ENOMEM.
30610         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30611         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30612         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30613         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30614         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30615         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30616         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30617         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
30618         * modules/snprintf-posix (Depends-on): Likewise.
30619         * modules/sprintf-posix (Depends-on): Likewise.
30620         * modules/vasnprintf-posix (Depends-on): Likewise.
30621         * modules/vasprintf-posix (Depends-on): Likewise.
30622         * modules/vfprintf-posix (Depends-on): Likewise.
30623         * modules/vsnprintf-posix (Depends-on): Likewise.
30624         * modules/vsprintf-posix (Depends-on): Likewise.
30625         * doc/functions/fprintf.texi: Update.
30626         * doc/functions/printf.texi: Update.
30627         * doc/functions/snprintf.texi: Update.
30628         * doc/functions/sprintf.texi: Update.
30629         * doc/functions/vfprintf.texi: Update.
30630         * doc/functions/vprintf.texi: Update.
30631         * doc/functions/vsnprintf.texi: Update.
30632         * doc/functions/vsprintf.texi: Update.
30633
30634 2007-11-03  Bruno Haible  <bruno@clisp.org>
30635
30636         * modules/frexp-nolibm-tests: New file.
30637
30638         * modules/frexp-nolibm: New file.
30639         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
30640
30641 2007-11-03  Bruno Haible  <bruno@clisp.org>
30642
30643         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
30644         value is C99 compliant.
30645         Needed for OSF/1 5.1.
30646
30647 2007-11-03  Bruno Haible  <bruno@clisp.org>
30648
30649         Fix out-of-memory handling of vasnprintf.
30650         * lib/printf-parse.c: Include <errno.h>.
30651         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
30652         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
30653         is already set.
30654
30655 2007-11-02  Eric Blake  <ebb9@byu.net>
30656
30657         Fix tests on cygwin.
30658         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
30659
30660 2007-11-01  Bruno Haible  <bruno@clisp.org>
30661
30662         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
30663         warning.
30664         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
30665         needed for POSIX compatibility.
30666
30667 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30668
30669         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
30670         for compatibility with GNU.
30671
30672 2007-11-01  Bruno Haible  <bruno@clisp.org>
30673
30674         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
30675         (putenv): Renamed from rpl_putenv. Change argument type from
30676         'const char *' to 'char *'.
30677         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
30678         of defining putenv in config.h, just set REPLACE_PUTENV.
30679         * modules/putenv (Depends-on): Add stdlib.
30680         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
30681         (Include): Use <stdlib.h>.
30682         * lib/stdlib.in.h (putenv): New declaration.
30683         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
30684         REPLACE_PUTENV.
30685         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
30686         REPLACE_PUTENV.
30687         Needed for MacOS X 10.5.0.
30688         Reported by Peter O'Gorman <peter@pogma.com>.
30689
30690 2007-11-01  Jim Meyering  <meyering@redhat.com>
30691
30692         Treat an empty date string exactly like "0".
30693         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
30694         if the remaining date string (to be parsed) is empty, use "0".
30695         Reported by Mischa Molhoek and discussed in this thread:
30696         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
30697
30698 2007-10-31  Bruno Haible  <bruno@clisp.org>
30699
30700         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
30701         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
30702         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
30703         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
30704         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
30705         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
30706
30707 2007-10-31  Bruno Haible  <bruno@clisp.org>
30708
30709         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
30710         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
30711         (AC_TYPE_LONG_LONG_INT): Use it.
30712         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
30713         it as well.
30714         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
30715         to m4/longlong.m4.
30716         * modules/stdint (Files): Remove m4/ulonglong.m4.
30717         * modules/strtoull (Files): Use m4/longlong.m4 instead of
30718         m4/ulonglong.m4.
30719         * modules/strtoumax (Files): Likewise.
30720
30721 2007-10-30  Bruno Haible  <bruno@clisp.org>
30722
30723         * modules/xvasprintf-posix: New file.
30724         Suggested by Eric Blake.
30725
30726 2007-10-30  Bruno Haible  <bruno@clisp.org>
30727
30728         * modules/xprintf-posix-tests: New file.
30729         * tests/test-xprintf-posix.sh: New file.
30730         * tests/test-xprintf-posix.c: New file.
30731         * tests/test-xfprintf-posix.c: New file.
30732
30733         * modules/xprintf-posix: New file.
30734
30735 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30736
30737         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
30738         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
30739         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
30740
30741 2007-10-29  Bruno Haible  <bruno@clisp.org>
30742
30743         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
30744         contain the special marker '_cv_'.
30745         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
30746         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
30747         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
30748         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
30749         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
30750         Reported by Ralf Wildenhues.
30751
30752 2007-10-29  Bruno Haible  <bruno@clisp.org>
30753
30754         * gnulib-tool (func_import): When --lgpl is not specified, set
30755         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
30756         GPLv3.
30757         Reported by Simon Josefsson.
30758
30759 2007-10-28  Bruno Haible  <bruno@clisp.org>
30760
30761         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
30762         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
30763         HAVE_DECL_ISFINITE.
30764         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30765         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
30766         HAVE_DECL_ISFINITE.
30767
30768 2007-10-28  Bruno Haible  <bruno@clisp.org>
30769
30770         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
30771         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
30772
30773 2007-10-28  Bruno Haible  <bruno@clisp.org>
30774
30775         Fix link errors with Sun C 5.0 on Solaris 10.
30776         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
30777         function is declared but not present in the compiler's libm.
30778         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
30779         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
30780         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
30781         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
30782         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
30783         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
30784         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
30785         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30786         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
30787         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
30788         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
30789         HAVE_DECL_FLOORL.
30790
30791 2007-10-28  Bruno Haible  <bruno@clisp.org>
30792
30793         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
30794         gl_FUNC_FLOORL. Cache the result.
30795         (gl_FUNC_FLOORL): Use it.
30796         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
30797         gl_FUNC_CEILL. Cache the result.
30798         (gl_FUNC_CEILL): Use it.
30799
30800         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
30801         gl_FUNC_FLOOR. Cache the result.
30802         (gl_FUNC_FLOOR): Use it.
30803         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
30804         gl_FUNC_CEIL. Cache the result.
30805         (gl_FUNC_CEIL): Use it.
30806
30807         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
30808         gl_FUNC_FLOORF. Cache the result.
30809         (gl_FUNC_FLOORF): Use it.
30810         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
30811         gl_FUNC_CEILF. Cache the result.
30812         (gl_FUNC_CEILF): Use it.
30813
30814 2007-10-28  Bruno Haible  <bruno@clisp.org>
30815
30816         * gnulib-tool: Allow specifying the LGPL version number through
30817         --lgpl=2 or --lgpl=3.
30818         (func_usage): Document --lgpl with argument.
30819         Handle --lgpl=... arguments.
30820         (func_import): Recognize also gl_LGPL calls with an argument. When
30821         --lgpl=2 is used and the module's license is just LGPL, report an
30822         error. Set sed_transform_lib_file according to the lgpl variable. In
30823         the generated files, use --lgpl or gl_LGPL invocations with argument,
30824         if necessary.
30825         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
30826         an LGPv2+ license.
30827         * doc/gnulib-tool.texi (Modified imports): Update explanation of
30828         gl_LGPL macro.
30829
30830 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30831             Bruno Haible  <bruno@clisp.org>
30832
30833         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
30834         (u16_uctomb_aux): Likewise.
30835         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
30836         !HAVE_INLINE.
30837         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
30838
30839 2007-10-28  Bruno Haible  <bruno@clisp.org>
30840
30841         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
30842         Invoke AM_GETTEXT_OPTION if it exists.
30843         * modules/vasprintf: Likewise.
30844         * modules/verror: Likewise.
30845         * modules/xprintf: Likewise.
30846         * modules/xvasprintf: Likewise.
30847
30848 2007-10-27  Ben Pfaff  <blp@gnu.org>
30849
30850         * lib/math.in.h: Define isfinite macro and prototypes for
30851         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
30852         implementations.
30853         * m4/math_h.m4: New substitutions for isfinite module.
30854         * lib/isfinite.c: New file.
30855         * m4/isfinite.m4: New file.
30856         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
30857         * modules/isfinite: New file.
30858         * modules/isfinite-tests: New file.
30859         * tests/tests-isfinite.c: New file.
30860         * doc/functions/isfinite.texi: Mention isfinite module.
30861         * MODULES.html.sh: Mention new module.
30862
30863 2007-10-27  Ben Pfaff  <blp@gnu.org>
30864
30865         Ralf Wildenhues reported that Tru64 4.0D declares the round
30866         functions but does not have definitions.
30867         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
30868         cannot be found in any library, set the output variable to
30869         "missing" instead of "".
30870         * m4/round.m4: Also use our substitute if we cannot find round in
30871         any library, even if it is declared.
30872         * m4/roundf.m4: Likewise for roundf.
30873         * m4/roundl.m4: Likewise for roundl.
30874         * lib/math.in.h: Undefine roundf, round, roundl before defining
30875         their replacements, to allow for hypothetical systems where these
30876         may be defined as macros but not available in libraries.
30877
30878 2007-10-27  Bruno Haible  <bruno@clisp.org>
30879
30880         * doc/gnulib.texi: Invoke @firstparagraphindent.
30881         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
30882         changes in gnulib.
30883         (Source changes): New section.
30884
30885 2007-10-26  Bruno Haible  <bruno@clisp.org>
30886
30887         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
30888         borrowed from autoconf.
30889
30890 2007-10-26  Bruno Haible  <bruno@clisp.org>
30891
30892         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
30893         strerror returned the empty string. Needed on HP-UX 11.00.
30894
30895 2007-10-24  Micah Cowan  <micah@cowan.name>
30896
30897         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
30898         * build-aux/bootstrap: Remove support for now-unnecessary option,
30899         --cvs-user, and envvars CVS_USER, CVS_RSH.
30900
30901 2007-10-24  Jim Meyering  <meyering@redhat.com>
30902
30903         Avoid diagnostics from sha1sum when there is no cached checksum.
30904         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
30905         if the po.s1 file hasn't been created yet.
30906
30907         * build-aux/bootstrap: Sync from coreutils:
30908         2007-10-24  Jim Meyering  <meyering@redhat.com>
30909         Get gnulib from the git repository, not from an obsolete cvs one.
30910         * build-aux/bootstrap: Suggestion from Micah Cowan.
30911         2007-10-04  Jim Meyering  <jim@meyering.net>
30912         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
30913         (update_po_files): Work also when there are no .po files in po/.
30914
30915 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
30916
30917         * README: Append ".git" to git and cg examples.
30918         Problem reported by Benoit Sigoure.
30919
30920 2007-10-23  Micah Cowan  <micah@cowan.name>
30921
30922         * users.txt: Add wget.
30923
30924 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30925
30926         Fix linking of some unistdio tests on FreeBSD.
30927         * modules/unistdio/u16-vsnprintf-tests
30928         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
30929         * modules/unistdio/u16-vsprintf-tests
30930         (test_u16_vsnprintf1_LDADD): Likewise.
30931         * modules/unistdio/u32-vsnprintf-tests
30932         (test_u32_vsnprintf1_LDADD): Likewise.
30933         * modules/unistdio/u32-vsprintf-tests
30934         (test_u32_vsprintf1_LDADD): Likewise.
30935         * modules/unistdio/u8-vsnprintf-tests
30936         (test_u8_vsnprintf1_LDADD): Likewise.
30937         * modules/unistdio/u8-vsprintf-tests
30938         (test_u8_vsprintf1_LDADD): Likewise.
30939         * modules/unistdio/ulc-vsnprintf-tests
30940         (test_ulc_vsnprintf1_LDADD): Likewise.
30941         * modules/unistdio/ulc-vsprintf-tests
30942         (test_ulc_vsprintf1_LDADD): Likewise.
30943
30944         Fix linking of some uniconv tests on FreeBSD.
30945         * modules/uniconv/u16-conv-from-enc-tests
30946         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
30947         * modules/uniconv/u16-conv-to-enc-tests
30948         (test_u16_conv_to_enc_LDADD): Likewise.
30949         * modules/uniconv/u16-strconv-from-enc-tests
30950         (test_u16_strconv_from_enc_LDADD): Likewise.
30951         * modules/uniconv/u16-strconv-to-enc-tests
30952         (test_u16_strconv_to_enc_LDADD): Likewise.
30953         * modules/uniconv/u32-conv-from-enc-tests
30954         (test_u32_conv_from_enc_LDADD): Likewise.
30955         * modules/uniconv/u32-conv-to-enc-tests
30956         (test_u32_conv_to_enc_LDADD): Likewise.
30957         * modules/uniconv/u32-strconv-from-enc-tests
30958         (test_u32_strconv_from_enc_LDADD): Likewise.
30959         * modules/uniconv/u32-strconv-to-enc-tests
30960         (test_u32_strconv_to_enc_LDADD): Likewise.
30961         * modules/uniconv/u8-conv-from-enc-tests
30962         (test_u8_conv_from_enc_LDADD): Likewise.
30963         * modules/uniconv/u8-conv-to-enc-tests
30964         (test_u8_conv_to_enc_LDADD): Likewise.
30965         * modules/uniconv/u8-strconv-from-enc-tests
30966         (test_u8_strconv_from_enc_LDADD): Likewise.
30967         * modules/uniconv/u8-strconv-to-enc-tests
30968         (test_u8_strconv_to_enc_LDADD): Likewise.
30969
30970 2007-10-22  Bruno Haible  <bruno@clisp.org>
30971
30972         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
30973         size.
30974
30975 2007-10-22  Eric Blake  <ebb9@byu.net>
30976
30977         Tweak x*printf documentation.
30978         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
30979         variable name and comments.
30980         Suggested by Bruno Haible.
30981
30982 2007-10-22  Bruno Haible  <bruno@clisp.org>
30983
30984         * lib/acl.c (copy_acl): Fix file name in comment.
30985
30986 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30987
30988         Fix Tru64 problem with stdbool.h.
30989         * lib/stdbool.in.h (false, true):
30990         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
30991         Don't declare as an enum in this situation; it runs afoul of Tru64.
30992         Problem reported by Steven M. Schweda in
30993         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
30994
30995 2007-10-22  Eric Blake  <ebb9@byu.net>
30996
30997         Also wrap vf?printf.
30998         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
30999         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
31000         (xvprintf, xvfprintf): New functions.
31001
31002 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31003
31004         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
31005         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
31006
31007         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
31008         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
31009
31010 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31011
31012         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
31013         by Bruno Haible.
31014
31015 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31016
31017         * lib/getloadavg.c
31018         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
31019         Undef `sys' after including sys/table.h, for Tru64 4.0D.
31020
31021         * tests/test-i-ring.c: Work for C89.
31022
31023 2007-10-22  Bruno Haible  <bruno@clisp.org>
31024
31025         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
31026         -1u, in preprocessor expression, so that we don't test for the bug
31027         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
31028         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
31029
31030 2007-10-22  Eric Blake  <ebb9@byu.net>
31031
31032         * tests/test-yesno.sh: Silence stderr during test.
31033
31034 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31035
31036         * modules/crypto/gc-camellia: New file.
31037
31038         * m4/gc-camellia.m4: New file.
31039
31040         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
31041
31042         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
31043
31044 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31045
31046         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
31047         --help to stdout.  Reported by sms@antinode.org (Steven
31048         M. Schweda).
31049
31050 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31051
31052         * users.txt: Fix link to libksba.
31053
31054 2007-10-21  Ben Pfaff  <blp@gnu.org>
31055
31056         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
31057         round.c roundf implementation that depends on floorf and ceilf to
31058         be tested unconditionally.
31059
31060 2007-10-21  Ben Pfaff  <blp@gnu.org>
31061
31062         * m4/check-libm-func.m4: Removed.
31063         * m4/check-math-lib.m4: New file.
31064         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
31065         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
31066         definition and lack of AC_LIBOBJ([roundf]).
31067         * m4/roundl.m4: Ditto, and similarly for roundl.
31068         * modules/round: Reference new m4 file.
31069         * modules/roundf: Ditto.
31070         * modules/roundl: Ditto.
31071         * tests/test-round2.c (main): Use ROUND instead of round.
31072         Bug report from Bruno Haible.
31073
31074 2007-10-21  Bruno Haible  <bruno@clisp.org>
31075
31076         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
31077         context.
31078
31079 2007-10-21  Bruno Haible  <bruno@clisp.org>
31080
31081         * tests/test-wcwidth.c (main): Allow negative result for some control
31082         characters.
31083
31084         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
31085         Needed on OSF/1 5.1.
31086
31087 2007-10-21  Bruno Haible  <bruno@clisp.org>
31088
31089         * tests/test-floorf1.c: Include isnanf.h.
31090         (main): Use isnanf() instead of isnan().
31091         * tests/test-ceilf1.c: Include isnanf.h.
31092         (main): Use isnanf() instead of isnan().
31093         * tests/test-truncf1.c: Include isnanf.h.
31094         (main): Use isnanf() instead of isnan().
31095         * tests/test-roundf1.c: Include isnanf.h.
31096         (main): Use isnanf() instead of isnan().
31097
31098 2007-10-21  Eric Blake  <ebb9@byu.net>
31099
31100         * users.txt: Update URL for m4.
31101
31102 2007-10-21  Bruno Haible  <bruno@clisp.org>
31103
31104         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
31105
31106 2007-10-21  Bruno Haible  <bruno@clisp.org>
31107
31108         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
31109         Git's management files if the CVS files are not present.
31110
31111 2007-10-20  Bruno Haible  <bruno@clisp.org>
31112
31113         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
31114         gcc-3.4.x.
31115
31116 2007-10-20  Ben Pfaff  <blp@gnu.org>
31117
31118         * lib/math.in.h: Declare round, roundf, roundl if we are providing
31119         implementations.
31120         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
31121         * lib/round.c: New file.
31122         * lib/roundf.c: New file.
31123         * lib/roundl.c: New file.
31124         * m4/round.m4: New file.
31125         * m4/roundf.m4: New file.
31126         * m4/roundl.m4: New file.
31127         * m4/check-libm-func-m4: New file.
31128         * modules/math: Replace round, roundf, roundl related @VARS@ in
31129         math.in.h.
31130         * modules/round: New file.
31131         * modules/round-tests: New file.
31132         * modules/roundf: New file.
31133         * modules/roundf-tests: New file.
31134         * modules/roundl: New file.
31135         * modules/roundl-tests: New file.
31136         * tests/test-round1.c: New file.
31137         * tests/test-round2.c: New file.
31138         * tests/test-roundf1.c: New file.
31139         * tests/test-roundf2.c: New file.
31140         * tests/test-roundl.c: New file.
31141         * doc/functions/round.texi: Mention round module.
31142         * doc/functions/roundf.texi: Mention roundf module.
31143         * doc/functions/roundl.texi: Mention roundl module.
31144         * MODULES.html.sh: Mention new modules.
31145         Thanks to Bruno Haible for suggestions.
31146
31147 2007-10-20  Jim Meyering  <meyering@redhat.com>
31148
31149         * lib/xprintf.c: Include <config.h> unconditionally.
31150
31151         Change xprintf's license to GPL.
31152         * modules/xprintf (License): s/LGPL/GPL/, since this module
31153         depends on modules (exit and exitfail) which are GPL.
31154         Suggestion from Bruno Haible.
31155
31156         xprintf fixes.
31157         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
31158         Use a clearer diagnostic.
31159         Patch from Bruno Haible.
31160
31161 2007-10-20  Bruno Haible  <bruno@clisp.org>
31162
31163         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
31164         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
31165         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31166
31167 2007-10-20  Bruno Haible  <bruno@clisp.org>
31168
31169         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
31170         precision in the comparison result > x - 1 or similar.
31171         * tests/test-ceilf2.c (correct_result_p): Likewise.
31172         * tests/test-truncf2.c (correct_result_p): Likewise.
31173         * tests/test-trunc2.c (correct_result_p): Likewise.
31174         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31175
31176 2007-10-20  Bruno Haible  <bruno@clisp.org>
31177
31178         * modules/ceil: New file.
31179         * m4/ceil.m4: New file.
31180         * doc/functions/ceil.texi: Mention the 'ceil' module.
31181
31182 2007-10-20  Bruno Haible  <bruno@clisp.org>
31183
31184         * modules/floor: New file.
31185         * m4/floor.m4: New file.
31186         * doc/functions/floor.texi: Mention the 'floor' module.
31187
31188 2007-10-20  Bruno Haible  <bruno@clisp.org>
31189
31190         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
31191         of %a.
31192         * modules/floorf-tests (Depends-on): Likewise.
31193         * modules/truncf-tests (Depends-on): Likewise.
31194         * modules/trunc-tests (Depends-on): Likewise.
31195         Reported by Ben Pfaff.
31196
31197 2007-10-19  Jim Meyering  <meyering@redhat.com>
31198
31199         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
31200         Don't bother testing specific errno values.  Just test ferror.
31201
31202         New module: xprintf
31203         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
31204
31205 2007-10-19  Bruno Haible  <bruno@clisp.org>
31206
31207         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
31208         syntax.
31209         * modules/javaexec (Makefile.am): Likewise.
31210         * modules/relocatable-prog (Makefile.am): Likewise.
31211         Suggested by Jim Meyering.
31212
31213 2007-10-18  Bruno Haible  <bruno@clisp.org>
31214
31215         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
31216         Reported by Jim Meyering.
31217
31218 2007-10-18  Eric Blake  <ebb9@byu.net>
31219
31220         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
31221
31222 2007-10-18  Bruno Haible  <bruno@clisp.org>
31223
31224         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
31225         the format string into writable memory. Needed in Fortify conditions.
31226
31227 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
31228             Bruno Haible  <bruno@clisp.org>
31229
31230         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
31231         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
31232         * modules/trim (Depends-on): Add mbchar.
31233         (configure.ac): Add gl_FUNC_MBRTOWC.
31234         (Makefile.am): Augment lib_SOURCES.
31235
31236 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
31237
31238         Modify glob.c to use fstatat and dirfd, to simplify it.
31239         Suggested by Eric Blake.
31240         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
31241         Don't include <stdbool.h>; not used.
31242         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
31243         (link_exists_p): Simplify implementation, since we can now assume
31244         dirfd and fstatat.
31245         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
31246
31247 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31248
31249         * gnulib-tool (func_get_dependencies): Fix sed script to
31250         match only tests.
31251
31252 2007-10-17  Bruno Haible  <bruno@clisp.org>
31253
31254         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
31255         allow locale names without encoding suffix.
31256         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
31257         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
31258
31259 2007-10-16  Bruno Haible  <bruno@clisp.org>
31260
31261         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
31262         * lib/getgroups.c (getgroups): Likewise.
31263         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
31264
31265 2007-10-16  Bruno Haible  <bruno@clisp.org>
31266
31267         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
31268         * modules/malloc-posix (License): Likewise.
31269         * modules/realloc-posix (License): Likewise.
31270         * modules/calloc-posix (License): Likewise.
31271         * modules/intprops (License): Change from GPL to LGPL, with
31272         Paul Eggert's approval.
31273
31274 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
31275
31276         Merge glibc changes into lib/glob.c.
31277
31278         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
31279         2007-10-15 04:59:03 UTC.  Here are the changes:
31280
31281         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
31282
31283         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
31284
31285         * lib/glob.c: Add some branch prediction throughout.
31286
31287         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
31288
31289         [BZ #5103]
31290         * lib/glob.c (glob): Recognize patterns starting \/.
31291
31292         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
31293
31294         [BZ #3996]
31295         * lib/glob.c (attribute_hidden): Define if not defined.
31296         (glob): Unescape dirname, filename or username when needed and not
31297         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
31298         is NULL.  Handle unescaped [ in pattern without closing ].
31299         Don't pass GLOB_CHECK down to recursive glob for directories.
31300         (__glob_pattern_type): New function.
31301         (__glob_pattern_p): Implement using __glob_pattern_type.
31302         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
31303         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
31304         Remove unreachable code.
31305
31306         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
31307
31308         * lib/glob.c (glob_in_dir): Add some comments and asserts to
31309         explain why there are no leaks.
31310
31311         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
31312
31313         [BZ #3253]
31314         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
31315         time, rather allocate increasingly bigger arrays of pointers, if
31316         possible with alloca, if too large with malloc.
31317
31318 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
31319
31320         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
31321         Problem reported by H.Merijn Brand in
31322         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
31323         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
31324         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
31325
31326 2007-10-15  Bruno Haible  <bruno@clisp.org>
31327
31328         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
31329         with explicit rpl_ prefix.
31330         * lib/fopen.c (fopen): Likewise.
31331         * lib/freopen.c (freopen): Likewise.
31332         * lib/iconv.c (iconv): Likewise.
31333         * lib/iconv_close.c (iconv_close): Likewise.
31334
31335 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31336
31337         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
31338
31339 2007-10-15  Bruno Haible  <bruno@clisp.org>
31340
31341         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
31342         <stddef.h> instead of <stdlib.h> since we only need NULL.
31343         Reported by Ben Pfaff <blp@cs.stanford.edu>.
31344
31345 2007-10-15  Bruno Haible  <bruno@clisp.org>
31346
31347         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
31348         Replace paragraph talking about LIBOBJS.
31349         Reported by Colin Watson <cjwatson@debian.org>.
31350
31351 2007-10-15  Bruno Haible  <bruno@clisp.org>
31352
31353         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
31354         <stdlib.h> before using NULL.
31355
31356 2007-10-15  Simon Josefsson  <simon@josefsson.org>
31357
31358         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
31359         Reported by Albert Chin <china@thewrittenword.com>.
31360
31361 2007-10-14  Bruno Haible  <bruno@clisp.org>
31362
31363         * modules/iconv_open-utf-tests: New file.
31364         * tests/test-iconv-utf.c: New file.
31365
31366         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
31367         * modules/iconv_open-utf: New file.
31368         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
31369         (iconv, iconv_close): New declarations.
31370         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
31371         be defined.
31372         (iconv_open): Add special handling of conversion between UTF-8 and
31373         UTF-{16,32}{BE,LE}.
31374         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
31375         * lib/iconv_close.c: New file.
31376         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
31377         gl_FUNC_ICONV_OPEN.
31378         (gl_FUNC_ICONV_OPEN): Use it.
31379         (gl_FUNC_ICONV_OPEN_UTF): New macro.
31380         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
31381         and REPLACE_ICONV_UTF.
31382         * modules/iconv_open (Depends-on): Add c-strcase.
31383         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
31384         ICONV_CONST.
31385         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
31386
31387 2007-10-13  Albert Chin  <china@thewrittenword.com>
31388             Bruno Haible  <bruno@clisp.org>
31389
31390         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
31391         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
31392
31393 2007-10-13  Bruno Haible  <bruno@clisp.org>
31394
31395         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
31396         defined, use the ISO C99 inline semantics.
31397         * lib/argp.h (ARGP_EI): Likewise.
31398
31399 2007-10-13  Bruno Haible  <bruno@clisp.org>
31400
31401         Handle 'inline' change in gcc 4.3.0.
31402         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
31403         argp_fmtstream_write, argp_fmtstream_set_lmargin,
31404         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
31405         argp_fmtstream_point): Disable 'extern' declaration if the function
31406         definition is going to be provided inline.
31407         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
31408         semantics, not the ISO C99 inline semantics.
31409         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
31410         'extern' declaration if the function definition is going to be provided
31411         inline.
31412         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
31413         the GNU C inline semantics, not the ISO C99 inline semantics. With
31414         GCC 4.2, avoid a warning.
31415
31416 2007-10-13  Bruno Haible  <bruno@clisp.org>
31417
31418         * lib/freading.h (freading): Enable the use of __freading for
31419         glibc >= 2.7.
31420         * lib/freading.c (freading): Likewise.
31421
31422 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
31423
31424         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
31425         "warning: C99 inline functions are not supported; using GNU89".
31426
31427 2007-10-12  Bruno Haible  <bruno@clisp.org>
31428
31429         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
31430         of 2.
31431         * tests/test-ceilf2.c: New file.
31432         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
31433
31434         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
31435         * modules/ceilf-tests: Update.
31436
31437 2007-10-12  Bruno Haible  <bruno@clisp.org>
31438
31439         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
31440         of 2.
31441         * tests/test-floorf2.c: New file.
31442         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
31443
31444         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
31445         * modules/floorf-tests: Update.
31446
31447 2007-10-12  Bruno Haible  <bruno@clisp.org>
31448
31449         * tests/test-trunc2.c: New file.
31450         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
31451
31452         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
31453         * modules/trunc-tests: Update.
31454
31455 2007-10-12  Bruno Haible  <bruno@clisp.org>
31456
31457         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
31458         of 2.
31459         * tests/test-truncf2.c: New file.
31460         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
31461
31462         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
31463         * modules/truncf-tests: Update.
31464
31465 2007-10-11  Eric Blake  <ebb9@byu.net>
31466
31467         Don't claim strerror is broken on Interix.
31468         * doc/functions/strerror.texi (strerror): Known broken systems are
31469         now Solaris 8, and not Interix.
31470         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
31471         Interix on cross-compile.
31472         Reported by Martin Koeppe in
31473         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
31474
31475 2007-10-11  Bruno Haible  <bruno@clisp.org>
31476
31477         * modules/i-ring-tests: New file.
31478         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
31479         instead of assert.
31480
31481 2007-10-11  Bruno Haible  <bruno@clisp.org>
31482
31483         * modules/filenamecat-tests: New file.
31484         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
31485         * lib/filenamecat.c: Remove test code.
31486
31487 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
31488
31489         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
31490
31491         * lib/strerror.c: Include <string.h> always, to test interface,
31492         and to remove the need for the dummy.
31493         Include intprops.h to compute width instead of doing it ourselves
31494         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
31495         (strerror): Define it to return NULL if there's no system strerror.
31496         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
31497         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
31498         ancient pre-strerror Unix systems well any more.  Saying "unknown
31499         system error" is enough.
31500         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
31501         simpler strerror.c implementation.
31502         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
31503         Simplify the tests to reflect the simpler strerror implementation.
31504         * modules/strerror (Depends-on): Add intprops.
31505
31506 2007-10-09  Eric Blake  <ebb9@byu.net>
31507
31508         Silence test-fpending.
31509         * modules/fpending-tests (Files): Add wrapper script.
31510         * tests/test-fpending.sh: New file.
31511
31512 2007-10-09  Bruno Haible  <bruno@clisp.org>
31513
31514         * MODULES.html.sh (func_module): Don't create a hyperlink for
31515         function names like 'printf_frexp'.
31516         (Misc): Add crc, memxor.
31517         (Characteristics of floating types): New section.
31518         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
31519         isnanf-nolibm, signbit, trunc, truncf, truncl.
31520         (Enhancements for ISO C 99 functions): New subsection Input/output.
31521         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
31522         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
31523         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
31524         (Compatibility checks for POSIX:2001 functions): Add clock-time.
31525         (Enhancements for POSIX:2001 functions): Add chdir-long.
31526         (File system functions): Add areadlink, chdir-safer, read-file.
31527         Remove cycle-check.
31528         (File system as inode set): New section.
31529         (Date and time): Add gethrxtime.
31530         (Multithreading): Add openmp.
31531         (Internationalization functions): Add localename.
31532         (Unicode string functions): Add unistr/u*-mbsnlen.
31533         (Support for maintaining and releasing projects): Add git-version-gen.
31534         (Lone files): Remove directories.
31535
31536 2007-10-08  Ben Pfaff  <blp@gnu.org>
31537
31538         * lib/xmalloca.h: Fix typo in comment.
31539
31540 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
31541
31542         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
31543         when avoiding problems with integer overflow.  Use a portable test
31544         instead.
31545
31546 2007-10-08  Simon Josefsson  <simon@josefsson.org>
31547
31548         * modules/dummy (License): Change to LGPLv2+.
31549         * modules/float (License): Likewise
31550         * modules/realloc (License): Likewise
31551         * modules/stdlib (License): Likewise
31552
31553 2007-10-07  Bruno Haible  <bruno@clisp.org>
31554
31555         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
31556         * floor.c (TWO_MANT_DIG): Likewise.
31557         * ceil.c (TWO_MANT_DIG): Likewise.
31558         Reported by Ben Pfaff.
31559
31560 2007-10-07  Bruno Haible  <bruno@clisp.org>
31561
31562         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
31563         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
31564         * lib/frexp.c (FUNC): Likewise.
31565         * lib/printf-frexp.h (printf_frexp): Likewise.
31566         * lib/printf-frexpl.h (printf_frexpl): Likewise.
31567         * lib/printf-frexp.c (FUNC): Likewise.
31568         Suggested by Jim Meyering.
31569
31570 2007-10-07  Jim Meyering  <meyering@redhat.com>
31571
31572         Make xnanosleep's integer overflow test more robust.
31573         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
31574         so that gcc-4.3.0 doesn't optimize away this test for overflow.
31575
31576 2007-10-07  Bruno Haible  <bruno@clisp.org>
31577
31578         * NEWS: Mention the license change.
31579
31580         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
31581         abbreviations in the modules files.
31582
31583         Change copyright notice from GPLv2+ to GPLv3+.
31584         * README: Change copyright notice.
31585         * MODULES.html.sh: Likewise.
31586         * build-aux/bootstrap.conf: Likewise.
31587         * build-aux/config.libpath: Likewise.
31588         * build-aux/csharpcomp.sh.in: Likewise.
31589         * build-aux/csharpexec.sh.in: Likewise.
31590         * build-aux/install-reloc: Likewise.
31591         * build-aux/javacomp.sh.in: Likewise.
31592         * build-aux/javaexec.sh.in: Likewise.
31593         * build-aux/ldd.sh.in: Likewise.
31594         * build-aux/reloc-ldflags: Likewise.
31595         * build-aux/relocatable.sh.in: Likewise.
31596         * build-aux/x-to-1.in: Likewise.
31597         * check-module: Likewise.
31598         * config/srclistvars.sh: Likewise.
31599         * gnulib-tool: Likewise.
31600         * lib/acl-internal.h: Likewise.
31601         * lib/acl.c: Likewise.
31602         * lib/acl.h: Likewise.
31603         * lib/acl_entries.c: Likewise.
31604         * lib/areadlink-with-size.c: Likewise.
31605         * lib/areadlink.c: Likewise.
31606         * lib/areadlink.h: Likewise.
31607         * lib/argmatch.c: Likewise.
31608         * lib/argmatch.h: Likewise.
31609         * lib/argp-ba.c: Likewise.
31610         * lib/argp-eexst.c: Likewise.
31611         * lib/argp-fmtstream.c: Likewise.
31612         * lib/argp-fmtstream.h: Likewise.
31613         * lib/argp-fs-xinl.c: Likewise.
31614         * lib/argp-help.c: Likewise.
31615         * lib/argp-namefrob.h: Likewise.
31616         * lib/argp-parse.c: Likewise.
31617         * lib/argp-pin.c: Likewise.
31618         * lib/argp-pv.c: Likewise.
31619         * lib/argp-pvh.c: Likewise.
31620         * lib/argp-xinl.c: Likewise.
31621         * lib/argp.h: Likewise.
31622         * lib/at-func.c: Likewise.
31623         * lib/atanl.c: Likewise.
31624         * lib/backupfile.c: Likewise.
31625         * lib/backupfile.h: Likewise.
31626         * lib/basename.c: Likewise.
31627         * lib/binary-io.h: Likewise.
31628         * lib/byteswap.in.h: Likewise.
31629         * lib/c-stack.c: Likewise.
31630         * lib/c-stack.h: Likewise.
31631         * lib/c-strcasestr.c: Likewise.
31632         * lib/c-strcasestr.h: Likewise.
31633         * lib/c-strstr.c: Likewise.
31634         * lib/c-strstr.h: Likewise.
31635         * lib/c-strtod.c: Likewise.
31636         * lib/calloc.c: Likewise.
31637         * lib/canon-host.c: Likewise.
31638         * lib/canon-host.h: Likewise.
31639         * lib/canonicalize-lgpl.c: Likewise.
31640         * lib/canonicalize.c: Likewise.
31641         * lib/canonicalize.h: Likewise.
31642         * lib/ceil.c: Likewise.
31643         * lib/ceilf.c: Likewise.
31644         * lib/ceill.c: Likewise.
31645         * lib/chdir-long.c: Likewise.
31646         * lib/chdir-long.h: Likewise.
31647         * lib/chdir-safer.c: Likewise.
31648         * lib/chdir-safer.h: Likewise.
31649         * lib/chown.c: Likewise.
31650         * lib/classpath.c: Likewise.
31651         * lib/classpath.h: Likewise.
31652         * lib/clean-temp.c: Likewise.
31653         * lib/clean-temp.h: Likewise.
31654         * lib/cloexec.c: Likewise.
31655         * lib/close-stream.c: Likewise.
31656         * lib/closein.c: Likewise.
31657         * lib/closein.h: Likewise.
31658         * lib/closeout.c: Likewise.
31659         * lib/closeout.h: Likewise.
31660         * lib/concat-filename.c: Likewise.
31661         * lib/copy-file.c: Likewise.
31662         * lib/copy-file.h: Likewise.
31663         * lib/count-one-bits.h: Likewise.
31664         * lib/crc.c: Likewise.
31665         * lib/crc.h: Likewise.
31666         * lib/creat-safer.c: Likewise.
31667         * lib/csharpcomp.c: Likewise.
31668         * lib/csharpcomp.h: Likewise.
31669         * lib/csharpexec.c: Likewise.
31670         * lib/csharpexec.h: Likewise.
31671         * lib/cycle-check.c: Likewise.
31672         * lib/cycle-check.h: Likewise.
31673         * lib/diacrit.c: Likewise.
31674         * lib/diacrit.h: Likewise.
31675         * lib/diffseq.h: Likewise.
31676         * lib/dirchownmod.c: Likewise.
31677         * lib/dirent.in.h: Likewise.
31678         * lib/dirfd.c: Likewise.
31679         * lib/dirfd.h: Likewise.
31680         * lib/dirname.c: Likewise.
31681         * lib/dirname.h: Likewise.
31682         * lib/dummy.c: Likewise.
31683         * lib/dup-safer.c: Likewise.
31684         * lib/dup2.c: Likewise.
31685         * lib/eealloc.h: Likewise.
31686         * lib/error.c: Likewise.
31687         * lib/error.h: Likewise.
31688         * lib/euidaccess.c: Likewise.
31689         * lib/exclude.c: Likewise.
31690         * lib/exclude.h: Likewise.
31691         * lib/execute.c: Likewise.
31692         * lib/execute.h: Likewise.
31693         * lib/exitfail.c: Likewise.
31694         * lib/exitfail.h: Likewise.
31695         * lib/expl.c: Likewise.
31696         * lib/fatal-signal.c: Likewise.
31697         * lib/fatal-signal.h: Likewise.
31698         * lib/fbufmode.c: Likewise.
31699         * lib/fbufmode.h: Likewise.
31700         * lib/fchdir.c: Likewise.
31701         * lib/fchmodat.c: Likewise.
31702         * lib/fchownat.c: Likewise.
31703         * lib/fcntl--.h: Likewise.
31704         * lib/fcntl-safer.h: Likewise.
31705         * lib/fcntl.in.h: Likewise.
31706         * lib/fd-safer.c: Likewise.
31707         * lib/fflush.c: Likewise.
31708         * lib/file-has-acl.c: Likewise.
31709         * lib/file-set.c: Likewise.
31710         * lib/file-type.c: Likewise.
31711         * lib/file-type.h: Likewise.
31712         * lib/fileblocks.c: Likewise.
31713         * lib/filemode.c: Likewise.
31714         * lib/filemode.h: Likewise.
31715         * lib/filename.h: Likewise.
31716         * lib/filenamecat.c: Likewise.
31717         * lib/filenamecat.h: Likewise.
31718         * lib/findprog.c: Likewise.
31719         * lib/findprog.h: Likewise.
31720         * lib/float.in.h: Likewise.
31721         * lib/floor.c: Likewise.
31722         * lib/floorf.c: Likewise.
31723         * lib/floorl.c: Likewise.
31724         * lib/fopen-safer.c: Likewise.
31725         * lib/fopen.c: Likewise.
31726         * lib/fpending.c: Likewise.
31727         * lib/fpending.h: Likewise.
31728         * lib/fprintf.c: Likewise.
31729         * lib/fprintftime.h: Likewise.
31730         * lib/fpucw.h: Likewise.
31731         * lib/fpurge.c: Likewise.
31732         * lib/fpurge.h: Likewise.
31733         * lib/freadable.c: Likewise.
31734         * lib/freadable.h: Likewise.
31735         * lib/freadahead.c: Likewise.
31736         * lib/freadahead.h: Likewise.
31737         * lib/freading.c: Likewise.
31738         * lib/freading.h: Likewise.
31739         * lib/free.c: Likewise.
31740         * lib/freopen.c: Likewise.
31741         * lib/frexp.c: Likewise.
31742         * lib/frexpl.c: Likewise.
31743         * lib/fseek.c: Likewise.
31744         * lib/fseterr.c: Likewise.
31745         * lib/fseterr.h: Likewise.
31746         * lib/fstatat.c: Likewise.
31747         * lib/fstrcmp.c: Likewise.
31748         * lib/fstrcmp.h: Likewise.
31749         * lib/fsusage.c: Likewise.
31750         * lib/fsusage.h: Likewise.
31751         * lib/ftell.c: Likewise.
31752         * lib/ftello.c: Likewise.
31753         * lib/fts-cycle.c: Likewise.
31754         * lib/fts.c: Likewise.
31755         * lib/fts_.h: Likewise.
31756         * lib/full-read.c: Likewise.
31757         * lib/full-read.h: Likewise.
31758         * lib/full-write.c: Likewise.
31759         * lib/full-write.h: Likewise.
31760         * lib/fwritable.c: Likewise.
31761         * lib/fwritable.h: Likewise.
31762         * lib/fwriteerror.c: Likewise.
31763         * lib/fwriteerror.h: Likewise.
31764         * lib/fwriting.c: Likewise.
31765         * lib/fwriting.h: Likewise.
31766         * lib/gcd.c: Likewise.
31767         * lib/gcd.h: Likewise.
31768         * lib/getcwd.c: Likewise.
31769         * lib/getdate.h: Likewise.
31770         * lib/getdate.y: Likewise.
31771         * lib/getdomainname.c: Likewise.
31772         * lib/getdomainname.h: Likewise.
31773         * lib/getgroups.c: Likewise.
31774         * lib/gethostname.c: Likewise.
31775         * lib/gethrxtime.c: Likewise.
31776         * lib/gethrxtime.h: Likewise.
31777         * lib/getloadavg.c: Likewise.
31778         * lib/getndelim2.c: Likewise.
31779         * lib/getndelim2.h: Likewise.
31780         * lib/getnline.c: Likewise.
31781         * lib/getnline.h: Likewise.
31782         * lib/getopt.c: Likewise.
31783         * lib/getopt.in.h: Likewise.
31784         * lib/getopt1.c: Likewise.
31785         * lib/getopt_int.h: Likewise.
31786         * lib/getpagesize.h: Likewise.
31787         * lib/getsubopt.c: Likewise.
31788         * lib/gettime.c: Likewise.
31789         * lib/getugroups.c: Likewise.
31790         * lib/getugroups.h: Likewise.
31791         * lib/getusershell.c: Likewise.
31792         * lib/gl_anyavltree_list1.h: Likewise.
31793         * lib/gl_anyavltree_list2.h: Likewise.
31794         * lib/gl_anyhash_list1.h: Likewise.
31795         * lib/gl_anyhash_list2.h: Likewise.
31796         * lib/gl_anylinked_list1.h: Likewise.
31797         * lib/gl_anylinked_list2.h: Likewise.
31798         * lib/gl_anyrbtree_list1.h: Likewise.
31799         * lib/gl_anyrbtree_list2.h: Likewise.
31800         * lib/gl_anytree_list1.h: Likewise.
31801         * lib/gl_anytree_list2.h: Likewise.
31802         * lib/gl_anytree_oset.h: Likewise.
31803         * lib/gl_anytreehash_list1.h: Likewise.
31804         * lib/gl_anytreehash_list2.h: Likewise.
31805         * lib/gl_array_list.c: Likewise.
31806         * lib/gl_array_list.h: Likewise.
31807         * lib/gl_array_oset.c: Likewise.
31808         * lib/gl_array_oset.h: Likewise.
31809         * lib/gl_avltree_list.c: Likewise.
31810         * lib/gl_avltree_list.h: Likewise.
31811         * lib/gl_avltree_oset.c: Likewise.
31812         * lib/gl_avltree_oset.h: Likewise.
31813         * lib/gl_avltreehash_list.c: Likewise.
31814         * lib/gl_avltreehash_list.h: Likewise.
31815         * lib/gl_carray_list.c: Likewise.
31816         * lib/gl_carray_list.h: Likewise.
31817         * lib/gl_linked_list.c: Likewise.
31818         * lib/gl_linked_list.h: Likewise.
31819         * lib/gl_linkedhash_list.c: Likewise.
31820         * lib/gl_linkedhash_list.h: Likewise.
31821         * lib/gl_list.c: Likewise.
31822         * lib/gl_list.h: Likewise.
31823         * lib/gl_oset.c: Likewise.
31824         * lib/gl_oset.h: Likewise.
31825         * lib/gl_rbtree_list.c: Likewise.
31826         * lib/gl_rbtree_list.h: Likewise.
31827         * lib/gl_rbtree_oset.c: Likewise.
31828         * lib/gl_rbtree_oset.h: Likewise.
31829         * lib/gl_rbtreehash_list.c: Likewise.
31830         * lib/gl_rbtreehash_list.h: Likewise.
31831         * lib/gl_sublist.c: Likewise.
31832         * lib/gl_sublist.h: Likewise.
31833         * lib/group-member.c: Likewise.
31834         * lib/group-member.h: Likewise.
31835         * lib/hard-locale.c: Likewise.
31836         * lib/hard-locale.h: Likewise.
31837         * lib/hash-pjw.c: Likewise.
31838         * lib/hash-pjw.h: Likewise.
31839         * lib/hash-triple.c: Likewise.
31840         * lib/hash.c: Likewise.
31841         * lib/hash.h: Likewise.
31842         * lib/human.c: Likewise.
31843         * lib/human.h: Likewise.
31844         * lib/i-ring.c: Likewise.
31845         * lib/i-ring.h: Likewise.
31846         * lib/idcache.c: Likewise.
31847         * lib/imaxabs.c: Likewise.
31848         * lib/imaxdiv.c: Likewise.
31849         * lib/inet_pton.c: Likewise.
31850         * lib/inet_pton.h: Likewise.
31851         * lib/intprops.h: Likewise.
31852         * lib/inttostr.c: Likewise.
31853         * lib/inttostr.h: Likewise.
31854         * lib/inttypes.in.h: Likewise.
31855         * lib/isapipe.c: Likewise.
31856         * lib/isdir.c: Likewise.
31857         * lib/isnan.c: Likewise.
31858         * lib/isnan.h: Likewise.
31859         * lib/isnanf.c: Likewise.
31860         * lib/isnanf.h: Likewise.
31861         * lib/isnanl-nolibm.h: Likewise.
31862         * lib/isnanl.c: Likewise.
31863         * lib/isnanl.h: Likewise.
31864         * lib/javacomp.c: Likewise.
31865         * lib/javacomp.h: Likewise.
31866         * lib/javaexec.c: Likewise.
31867         * lib/javaexec.h: Likewise.
31868         * lib/javaversion.c: Likewise.
31869         * lib/javaversion.h: Likewise.
31870         * lib/javaversion.java: Likewise.
31871         * lib/lbrkprop.h: Likewise.
31872         * lib/lchmod.h: Likewise.
31873         * lib/lchown.c: Likewise.
31874         * lib/ldexpl.c: Likewise.
31875         * lib/linebreak.c: Likewise.
31876         * lib/linebreak.h: Likewise.
31877         * lib/linebuffer.c: Likewise.
31878         * lib/linebuffer.h: Likewise.
31879         * lib/locale.in.h: Likewise.
31880         * lib/logl.c: Likewise.
31881         * lib/long-options.c: Likewise.
31882         * lib/long-options.h: Likewise.
31883         * lib/lstat.c: Likewise.
31884         * lib/lstat.h: Likewise.
31885         * lib/math.in.h: Likewise.
31886         * lib/mbchar.c: Likewise.
31887         * lib/mbchar.h: Likewise.
31888         * lib/mbfile.h: Likewise.
31889         * lib/mbiter.h: Likewise.
31890         * lib/mbscasecmp.c: Likewise.
31891         * lib/mbscasestr.c: Likewise.
31892         * lib/mbschr.c: Likewise.
31893         * lib/mbscspn.c: Likewise.
31894         * lib/mbslen.c: Likewise.
31895         * lib/mbsncasecmp.c: Likewise.
31896         * lib/mbsnlen.c: Likewise.
31897         * lib/mbspbrk.c: Likewise.
31898         * lib/mbspcasecmp.c: Likewise.
31899         * lib/mbsrchr.c: Likewise.
31900         * lib/mbssep.c: Likewise.
31901         * lib/mbsspn.c: Likewise.
31902         * lib/mbsstr.c: Likewise.
31903         * lib/mbstok_r.c: Likewise.
31904         * lib/mbswidth.c: Likewise.
31905         * lib/mbswidth.h: Likewise.
31906         * lib/mbuiter.h: Likewise.
31907         * lib/memcasecmp.c: Likewise.
31908         * lib/memcasecmp.h: Likewise.
31909         * lib/memchr.c: Likewise.
31910         * lib/memcmp.c: Likewise.
31911         * lib/memcoll.c: Likewise.
31912         * lib/memcoll.h: Likewise.
31913         * lib/memcpy.c: Likewise.
31914         * lib/memrchr.c: Likewise.
31915         * lib/mkancesdirs.c: Likewise.
31916         * lib/mkdir-p.c: Likewise.
31917         * lib/mkdir-p.h: Likewise.
31918         * lib/mkdir.c: Likewise.
31919         * lib/mkdirat.c: Likewise.
31920         * lib/mkdtemp.c: Likewise.
31921         * lib/mkstemp-safer.c: Likewise.
31922         * lib/mkstemp.c: Likewise.
31923         * lib/modechange.c: Likewise.
31924         * lib/modechange.h: Likewise.
31925         * lib/mountlist.c: Likewise.
31926         * lib/mountlist.h: Likewise.
31927         * lib/mpsort.c: Likewise.
31928         * lib/nanosleep.c: Likewise.
31929         * lib/obstack.c: Likewise.
31930         * lib/obstack.h: Likewise.
31931         * lib/open-safer.c: Likewise.
31932         * lib/open.c: Likewise.
31933         * lib/openat-die.c: Likewise.
31934         * lib/openat-priv.h: Likewise.
31935         * lib/openat-proc.c: Likewise.
31936         * lib/openat.c: Likewise.
31937         * lib/openat.h: Likewise.
31938         * lib/pagealign_alloc.c: Likewise.
31939         * lib/pagealign_alloc.h: Likewise.
31940         * lib/physmem.c: Likewise.
31941         * lib/physmem.h: Likewise.
31942         * lib/pipe-safer.c: Likewise.
31943         * lib/pipe.c: Likewise.
31944         * lib/pipe.h: Likewise.
31945         * lib/posixtm.c: Likewise.
31946         * lib/posixtm.h: Likewise.
31947         * lib/posixver.c: Likewise.
31948         * lib/printf-frexp.c: Likewise.
31949         * lib/printf-frexp.h: Likewise.
31950         * lib/printf-frexpl.c: Likewise.
31951         * lib/printf-frexpl.h: Likewise.
31952         * lib/printf.c: Likewise.
31953         * lib/progname.c: Likewise.
31954         * lib/progname.h: Likewise.
31955         * lib/progreloc.c: Likewise.
31956         * lib/putenv.c: Likewise.
31957         * lib/quote.c: Likewise.
31958         * lib/quote.h: Likewise.
31959         * lib/quotearg.c: Likewise.
31960         * lib/quotearg.h: Likewise.
31961         * lib/raise.c: Likewise.
31962         * lib/readline.c: Likewise.
31963         * lib/readline.h: Likewise.
31964         * lib/readlink.c: Likewise.
31965         * lib/readtokens.c: Likewise.
31966         * lib/readtokens.h: Likewise.
31967         * lib/readtokens0.c: Likewise.
31968         * lib/readtokens0.h: Likewise.
31969         * lib/readutmp.c: Likewise.
31970         * lib/readutmp.h: Likewise.
31971         * lib/realloc.c: Likewise.
31972         * lib/relocwrapper.c: Likewise.
31973         * lib/rename-dest-slash.c: Likewise.
31974         * lib/rename.c: Likewise.
31975         * lib/rmdir.c: Likewise.
31976         * lib/rpmatch.c: Likewise.
31977         * lib/safe-read.c: Likewise.
31978         * lib/safe-read.h: Likewise.
31979         * lib/safe-write.c: Likewise.
31980         * lib/safe-write.h: Likewise.
31981         * lib/same-inode.h: Likewise.
31982         * lib/same.c: Likewise.
31983         * lib/same.h: Likewise.
31984         * lib/save-cwd.c: Likewise.
31985         * lib/save-cwd.h: Likewise.
31986         * lib/savedir.c: Likewise.
31987         * lib/savedir.h: Likewise.
31988         * lib/savewd.c: Likewise.
31989         * lib/savewd.h: Likewise.
31990         * lib/search.in.h: Likewise.
31991         * lib/setenv.c: Likewise.
31992         * lib/setenv.h: Likewise.
31993         * lib/settime.c: Likewise.
31994         * lib/sh-quote.c: Likewise.
31995         * lib/sh-quote.h: Likewise.
31996         * lib/sig2str.c: Likewise.
31997         * lib/sig2str.h: Likewise.
31998         * lib/signal.in.h: Likewise.
31999         * lib/signbitd.c: Likewise.
32000         * lib/signbitf.c: Likewise.
32001         * lib/signbitl.c: Likewise.
32002         * lib/sigprocmask.c: Likewise.
32003         * lib/sincosl.c: Likewise.
32004         * lib/sleep.c: Likewise.
32005         * lib/sprintf.c: Likewise.
32006         * lib/sqrtl.c: Likewise.
32007         * lib/stat-time.h: Likewise.
32008         * lib/stdio--.h: Likewise.
32009         * lib/stdio-safer.h: Likewise.
32010         * lib/stdlib--.h: Likewise.
32011         * lib/stdlib-safer.h: Likewise.
32012         * lib/stdlib.in.h: Likewise.
32013         * lib/stpcpy.c: Likewise.
32014         * lib/stpncpy.c: Likewise.
32015         * lib/strchrnul.c: Likewise.
32016         * lib/strcspn.c: Likewise.
32017         * lib/strerror.c: Likewise.
32018         * lib/strftime.c: Likewise.
32019         * lib/strftime.h: Likewise.
32020         * lib/striconveh.c: Likewise.
32021         * lib/striconveh.h: Likewise.
32022         * lib/striconveha.c: Likewise.
32023         * lib/striconveha.h: Likewise.
32024         * lib/stripslash.c: Likewise.
32025         * lib/strnlen1.c: Likewise.
32026         * lib/strnlen1.h: Likewise.
32027         * lib/strtod.c: Likewise.
32028         * lib/strtoimax.c: Likewise.
32029         * lib/strtok_r.c: Likewise.
32030         * lib/strtol.c: Likewise.
32031         * lib/strtoll.c: Likewise.
32032         * lib/strtoul.c: Likewise.
32033         * lib/strtoull.c: Likewise.
32034         * lib/sysexits.in.h: Likewise.
32035         * lib/tempname.c: Likewise.
32036         * lib/tempname.h: Likewise.
32037         * lib/timespec.h: Likewise.
32038         * lib/tls.c: Likewise.
32039         * lib/tls.h: Likewise.
32040         * lib/tmpdir.c: Likewise.
32041         * lib/tmpdir.h: Likewise.
32042         * lib/tmpfile-safer.c: Likewise.
32043         * lib/tmpfile.c: Likewise.
32044         * lib/trigl.c: Likewise.
32045         * lib/trigl.h: Likewise.
32046         * lib/trim.c: Likewise.
32047         * lib/trim.h: Likewise.
32048         * lib/trunc.c: Likewise.
32049         * lib/truncf.c: Likewise.
32050         * lib/truncl.c: Likewise.
32051         * lib/tsearch.c: Likewise.
32052         * lib/unicodeio.c: Likewise.
32053         * lib/unicodeio.h: Likewise.
32054         * lib/unistd--.h: Likewise.
32055         * lib/unistd-safer.h: Likewise.
32056         * lib/unistdio/ulc-fprintf.c: Likewise.
32057         * lib/unistdio/ulc-vfprintf.c: Likewise.
32058         * lib/unlinkdir.c: Likewise.
32059         * lib/unlinkdir.h: Likewise.
32060         * lib/unlocked-io.h: Likewise.
32061         * lib/unsetenv.c: Likewise.
32062         * lib/userspec.c: Likewise.
32063         * lib/utime.c: Likewise.
32064         * lib/utimecmp.c: Likewise.
32065         * lib/utimecmp.h: Likewise.
32066         * lib/utimens.c: Likewise.
32067         * lib/verify.h: Likewise.
32068         * lib/verror.c: Likewise.
32069         * lib/verror.h: Likewise.
32070         * lib/version-etc-fsf.c: Likewise.
32071         * lib/version-etc.c: Likewise.
32072         * lib/version-etc.h: Likewise.
32073         * lib/vfprintf.c: Likewise.
32074         * lib/vprintf.c: Likewise.
32075         * lib/vsprintf.c: Likewise.
32076         * lib/w32spawn.h: Likewise.
32077         * lib/wait-process.c: Likewise.
32078         * lib/wait-process.h: Likewise.
32079         * lib/wcwidth.c: Likewise.
32080         * lib/write-any-file.c: Likewise.
32081         * lib/xalloc-die.c: Likewise.
32082         * lib/xalloc.h: Likewise.
32083         * lib/xasprintf.c: Likewise.
32084         * lib/xgetcwd.c: Likewise.
32085         * lib/xgetcwd.h: Likewise.
32086         * lib/xgetdomainname.c: Likewise.
32087         * lib/xgetdomainname.h: Likewise.
32088         * lib/xgethostname.c: Likewise.
32089         * lib/xmalloc.c: Likewise.
32090         * lib/xmalloca.c: Likewise.
32091         * lib/xmalloca.h: Likewise.
32092         * lib/xmemcoll.c: Likewise.
32093         * lib/xnanosleep.c: Likewise.
32094         * lib/xreadlink.c: Likewise.
32095         * lib/xreadlink.h: Likewise.
32096         * lib/xsetenv.c: Likewise.
32097         * lib/xsetenv.h: Likewise.
32098         * lib/xstriconv.c: Likewise.
32099         * lib/xstriconv.h: Likewise.
32100         * lib/xstrndup.c: Likewise.
32101         * lib/xstrndup.h: Likewise.
32102         * lib/xstrtod.c: Likewise.
32103         * lib/xstrtod.h: Likewise.
32104         * lib/xstrtol-error.c: Likewise.
32105         * lib/xstrtol.c: Likewise.
32106         * lib/xstrtol.h: Likewise.
32107         * lib/xtime.h: Likewise.
32108         * lib/xvasprintf.c: Likewise.
32109         * lib/xvasprintf.h: Likewise.
32110         * lib/yesno.c: Likewise.
32111         * lib/yesno.h: Likewise.
32112         * posix-modules: Likewise.
32113         * tests/test-alloca-opt.c: Likewise.
32114         * tests/test-arcfour.c: Likewise.
32115         * tests/test-arctwo.c: Likewise.
32116         * tests/test-argmatch.c: Likewise.
32117         * tests/test-argp-2.sh: Likewise.
32118         * tests/test-argp.c: Likewise.
32119         * tests/test-arpa_inet.c: Likewise.
32120         * tests/test-array_list.c: Likewise.
32121         * tests/test-array_oset.c: Likewise.
32122         * tests/test-atexit.c: Likewise.
32123         * tests/test-avltree_list.c: Likewise.
32124         * tests/test-avltree_oset.c: Likewise.
32125         * tests/test-avltreehash_list.c: Likewise.
32126         * tests/test-base64.c: Likewise.
32127         * tests/test-binary-io.c: Likewise.
32128         * tests/test-byteswap.c: Likewise.
32129         * tests/test-c-ctype.c: Likewise.
32130         * tests/test-c-strcasecmp.c: Likewise.
32131         * tests/test-c-strcasestr.c: Likewise.
32132         * tests/test-c-strncasecmp.c: Likewise.
32133         * tests/test-c-strstr.c: Likewise.
32134         * tests/test-canonicalize-lgpl.c: Likewise.
32135         * tests/test-canonicalize.c: Likewise.
32136         * tests/test-carray_list.c: Likewise.
32137         * tests/test-ceilf.c: Likewise.
32138         * tests/test-ceill.c: Likewise.
32139         * tests/test-count-one-bits.c: Likewise.
32140         * tests/test-crc.c: Likewise.
32141         * tests/test-dirname.c: Likewise.
32142         * tests/test-fbufmode.c: Likewise.
32143         * tests/test-fcntl.c: Likewise.
32144         * tests/test-fflush.c: Likewise.
32145         * tests/test-floorf.c: Likewise.
32146         * tests/test-floorl.c: Likewise.
32147         * tests/test-fopen.c: Likewise.
32148         * tests/test-fprintf-posix.c: Likewise.
32149         * tests/test-fprintf-posix.h: Likewise.
32150         * tests/test-fpurge.c: Likewise.
32151         * tests/test-freadable.c: Likewise.
32152         * tests/test-freadahead.c: Likewise.
32153         * tests/test-freading.c: Likewise.
32154         * tests/test-freopen.c: Likewise.
32155         * tests/test-frexp.c: Likewise.
32156         * tests/test-frexpl.c: Likewise.
32157         * tests/test-fseek.c: Likewise.
32158         * tests/test-fseeko.c: Likewise.
32159         * tests/test-fseterr.c: Likewise.
32160         * tests/test-fstrcmp.c: Likewise.
32161         * tests/test-ftell.c: Likewise.
32162         * tests/test-ftello.c: Likewise.
32163         * tests/test-fwritable.c: Likewise.
32164         * tests/test-fwriting.c: Likewise.
32165         * tests/test-getaddrinfo.c: Likewise.
32166         * tests/test-getpass.c: Likewise.
32167         * tests/test-gettimeofday.c: Likewise.
32168         * tests/test-hmac-md5.c: Likewise.
32169         * tests/test-hmac-sha1.c: Likewise.
32170         * tests/test-iconv.c: Likewise.
32171         * tests/test-iconvme.c: Likewise.
32172         * tests/test-inttypes.c: Likewise.
32173         * tests/test-isnan.c: Likewise.
32174         * tests/test-isnanf.c: Likewise.
32175         * tests/test-isnanl-nolibm.c: Likewise.
32176         * tests/test-isnanl.c: Likewise.
32177         * tests/test-isnanl.h: Likewise.
32178         * tests/test-ldexpl.c: Likewise.
32179         * tests/test-linked_list.c: Likewise.
32180         * tests/test-linkedhash_list.c: Likewise.
32181         * tests/test-locale.c: Likewise.
32182         * tests/test-localename.c: Likewise.
32183         * tests/test-lock.c: Likewise.
32184         * tests/test-lseek.c: Likewise.
32185         * tests/test-malloca.c: Likewise.
32186         * tests/test-math.c: Likewise.
32187         * tests/test-mbscasecmp.c: Likewise.
32188         * tests/test-mbscasestr1.c: Likewise.
32189         * tests/test-mbscasestr2.c: Likewise.
32190         * tests/test-mbscasestr3.c: Likewise.
32191         * tests/test-mbscasestr4.c: Likewise.
32192         * tests/test-mbschr.c: Likewise.
32193         * tests/test-mbscspn.c: Likewise.
32194         * tests/test-mbsncasecmp.c: Likewise.
32195         * tests/test-mbspbrk.c: Likewise.
32196         * tests/test-mbspcasecmp.c: Likewise.
32197         * tests/test-mbsrchr.c: Likewise.
32198         * tests/test-mbsspn.c: Likewise.
32199         * tests/test-mbsstr1.c: Likewise.
32200         * tests/test-mbsstr2.c: Likewise.
32201         * tests/test-mbsstr3.c: Likewise.
32202         * tests/test-md5.c: Likewise.
32203         * tests/test-memmem.c: Likewise.
32204         * tests/test-netinet_in.c: Likewise.
32205         * tests/test-open.c: Likewise.
32206         * tests/test-printf-frexp.c: Likewise.
32207         * tests/test-printf-frexpl.c: Likewise.
32208         * tests/test-printf-posix.c: Likewise.
32209         * tests/test-printf-posix.h: Likewise.
32210         * tests/test-rbtree_list.c: Likewise.
32211         * tests/test-rbtree_oset.c: Likewise.
32212         * tests/test-rbtreehash_list.c: Likewise.
32213         * tests/test-read-file.c: Likewise.
32214         * tests/test-rijndael.c: Likewise.
32215         * tests/test-search.c: Likewise.
32216         * tests/test-signbit.c: Likewise.
32217         * tests/test-sleep.c: Likewise.
32218         * tests/test-snprintf-posix.c: Likewise.
32219         * tests/test-snprintf-posix.h: Likewise.
32220         * tests/test-snprintf.c: Likewise.
32221         * tests/test-sprintf-posix.c: Likewise.
32222         * tests/test-sprintf-posix.h: Likewise.
32223         * tests/test-stat-time.c: Likewise.
32224         * tests/test-stdbool.c: Likewise.
32225         * tests/test-stdint.c: Likewise.
32226         * tests/test-stdio.c: Likewise.
32227         * tests/test-stdlib.c: Likewise.
32228         * tests/test-stpncpy.c: Likewise.
32229         * tests/test-strcasestr.c: Likewise.
32230         * tests/test-striconv.c: Likewise.
32231         * tests/test-striconveh.c: Likewise.
32232         * tests/test-striconveha.c: Likewise.
32233         * tests/test-string.c: Likewise.
32234         * tests/test-sys_select.c: Likewise.
32235         * tests/test-sys_socket.c: Likewise.
32236         * tests/test-sys_stat.c: Likewise.
32237         * tests/test-sys_time.c: Likewise.
32238         * tests/test-sysexits.c: Likewise.
32239         * tests/test-time.c: Likewise.
32240         * tests/test-tls.c: Likewise.
32241         * tests/test-trunc.c: Likewise.
32242         * tests/test-truncf.c: Likewise.
32243         * tests/test-truncl.c: Likewise.
32244         * tests/test-unistd.c: Likewise.
32245         * tests/test-vasnprintf-posix.c: Likewise.
32246         * tests/test-vasnprintf-posix2.c: Likewise.
32247         * tests/test-vasnprintf.c: Likewise.
32248         * tests/test-vasprintf-posix.c: Likewise.
32249         * tests/test-vasprintf.c: Likewise.
32250         * tests/test-verify.c: Likewise.
32251         * tests/test-vfprintf-posix.c: Likewise.
32252         * tests/test-vprintf-posix.c: Likewise.
32253         * tests/test-vsnprintf-posix.c: Likewise.
32254         * tests/test-vsnprintf.c: Likewise.
32255         * tests/test-vsprintf-posix.c: Likewise.
32256         * tests/test-wchar.c: Likewise.
32257         * tests/test-wctype.c: Likewise.
32258         * tests/test-wcwidth.c: Likewise.
32259         * tests/test-xstrtol.c: Likewise.
32260         * tests/test-xvasprintf.c: Likewise.
32261         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
32262         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
32263         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
32264         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
32265         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
32266         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
32267         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
32268         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
32269         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
32270         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
32271         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
32272         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
32273         * tests/uniname/test-uninames.c: Likewise.
32274         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
32275         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
32276         * tests/unistdio/test-u16-printf1.h: Likewise.
32277         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
32278         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
32279         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
32280         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
32281         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
32282         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
32283         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
32284         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
32285         * tests/unistdio/test-u32-printf1.h: Likewise.
32286         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
32287         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
32288         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
32289         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
32290         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
32291         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
32292         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
32293         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
32294         * tests/unistdio/test-u8-printf1.h: Likewise.
32295         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
32296         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
32297         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
32298         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
32299         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
32300         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
32301         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
32302         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
32303         * tests/unistdio/test-ulc-printf1.h: Likewise.
32304         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
32305         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
32306         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
32307         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
32308         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
32309         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
32310         * tests/uniwidth/test-u16-strwidth.c: Likewise.
32311         * tests/uniwidth/test-u16-width.c: Likewise.
32312         * tests/uniwidth/test-u32-strwidth.c: Likewise.
32313         * tests/uniwidth/test-u32-width.c: Likewise.
32314         * tests/uniwidth/test-u8-strwidth.c: Likewise.
32315         * tests/uniwidth/test-u8-width.c: Likewise.
32316         * tests/uniwidth/test-uc_width.c: Likewise.
32317         * config/srclist-update: Likewise.
32318         (fixlicense): Update to GPLv3+.
32319
32320         Change copyright notice from LGPLv2.1+ to LGPLv3+.
32321         * tests/test-tsearch.c: Change copyright notice.
32322
32323         Change copyright notice from LGPLv2.0+ to LGPLv3+.
32324         * lib/c-strcaseeq.h: Change copyright notice.
32325         * lib/streq.h: Likewise.
32326         * lib/uniconv.h: Likewise.
32327         * lib/uniconv/u-conv-from-enc.h: Likewise.
32328         * lib/uniconv/u-conv-to-enc.h: Likewise.
32329         * lib/uniconv/u-strconv-from-enc.h: Likewise.
32330         * lib/uniconv/u-strconv-to-enc.h: Likewise.
32331         * lib/uniconv/u16-conv-from-enc.c: Likewise.
32332         * lib/uniconv/u16-conv-to-enc.c: Likewise.
32333         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
32334         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
32335         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
32336         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
32337         * lib/uniconv/u32-conv-from-enc.c: Likewise.
32338         * lib/uniconv/u32-conv-to-enc.c: Likewise.
32339         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
32340         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
32341         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
32342         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
32343         * lib/uniconv/u8-conv-from-enc.c: Likewise.
32344         * lib/uniconv/u8-conv-to-enc.c: Likewise.
32345         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
32346         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
32347         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
32348         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
32349         * lib/uniname.h: Likewise.
32350         * lib/uniname/uniname.c: Likewise.
32351         * lib/unistdio.h: Likewise.
32352         * lib/unistdio/u-asnprintf.h: Likewise.
32353         * lib/unistdio/u-asprintf.h: Likewise.
32354         * lib/unistdio/u-printf-args.c: Likewise.
32355         * lib/unistdio/u-printf-args.h: Likewise.
32356         * lib/unistdio/u-printf-parse.h: Likewise.
32357         * lib/unistdio/u-snprintf.h: Likewise.
32358         * lib/unistdio/u-sprintf.h: Likewise.
32359         * lib/unistdio/u-vasprintf.h: Likewise.
32360         * lib/unistdio/u-vsnprintf.h: Likewise.
32361         * lib/unistdio/u-vsprintf.h: Likewise.
32362         * lib/unistdio/u16-asnprintf.c: Likewise.
32363         * lib/unistdio/u16-asprintf.c: Likewise.
32364         * lib/unistdio/u16-printf-parse.c: Likewise.
32365         * lib/unistdio/u16-snprintf.c: Likewise.
32366         * lib/unistdio/u16-sprintf.c: Likewise.
32367         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
32368         * lib/unistdio/u16-u16-asprintf.c: Likewise.
32369         * lib/unistdio/u16-u16-snprintf.c: Likewise.
32370         * lib/unistdio/u16-u16-sprintf.c: Likewise.
32371         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
32372         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
32373         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
32374         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
32375         * lib/unistdio/u16-vasnprintf.c: Likewise.
32376         * lib/unistdio/u16-vasprintf.c: Likewise.
32377         * lib/unistdio/u16-vsnprintf.c: Likewise.
32378         * lib/unistdio/u16-vsprintf.c: Likewise.
32379         * lib/unistdio/u32-asnprintf.c: Likewise.
32380         * lib/unistdio/u32-asprintf.c: Likewise.
32381         * lib/unistdio/u32-printf-parse.c: Likewise.
32382         * lib/unistdio/u32-snprintf.c: Likewise.
32383         * lib/unistdio/u32-sprintf.c: Likewise.
32384         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
32385         * lib/unistdio/u32-u32-asprintf.c: Likewise.
32386         * lib/unistdio/u32-u32-snprintf.c: Likewise.
32387         * lib/unistdio/u32-u32-sprintf.c: Likewise.
32388         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
32389         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
32390         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
32391         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
32392         * lib/unistdio/u32-vasnprintf.c: Likewise.
32393         * lib/unistdio/u32-vasprintf.c: Likewise.
32394         * lib/unistdio/u32-vsnprintf.c: Likewise.
32395         * lib/unistdio/u32-vsprintf.c: Likewise.
32396         * lib/unistdio/u8-asnprintf.c: Likewise.
32397         * lib/unistdio/u8-asprintf.c: Likewise.
32398         * lib/unistdio/u8-printf-parse.c: Likewise.
32399         * lib/unistdio/u8-snprintf.c: Likewise.
32400         * lib/unistdio/u8-sprintf.c: Likewise.
32401         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
32402         * lib/unistdio/u8-u8-asprintf.c: Likewise.
32403         * lib/unistdio/u8-u8-snprintf.c: Likewise.
32404         * lib/unistdio/u8-u8-sprintf.c: Likewise.
32405         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
32406         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
32407         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
32408         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
32409         * lib/unistdio/u8-vasnprintf.c: Likewise.
32410         * lib/unistdio/u8-vasprintf.c: Likewise.
32411         * lib/unistdio/u8-vsnprintf.c: Likewise.
32412         * lib/unistdio/u8-vsprintf.c: Likewise.
32413         * lib/unistdio/ulc-asnprintf.c: Likewise.
32414         * lib/unistdio/ulc-asprintf.c: Likewise.
32415         * lib/unistdio/ulc-printf-parse.c: Likewise.
32416         * lib/unistdio/ulc-snprintf.c: Likewise.
32417         * lib/unistdio/ulc-sprintf.c: Likewise.
32418         * lib/unistdio/ulc-vasnprintf.c: Likewise.
32419         * lib/unistdio/ulc-vasprintf.c: Likewise.
32420         * lib/unistdio/ulc-vsnprintf.c: Likewise.
32421         * lib/unistdio/ulc-vsprintf.c: Likewise.
32422         * lib/unistr.h: Likewise.
32423         * lib/unistr/u-cpy-alloc.h: Likewise.
32424         * lib/unistr/u-cpy.h: Likewise.
32425         * lib/unistr/u-endswith.h: Likewise.
32426         * lib/unistr/u-move.h: Likewise.
32427         * lib/unistr/u-set.h: Likewise.
32428         * lib/unistr/u-startswith.h: Likewise.
32429         * lib/unistr/u-stpcpy.h: Likewise.
32430         * lib/unistr/u-stpncpy.h: Likewise.
32431         * lib/unistr/u-strcat.h: Likewise.
32432         * lib/unistr/u-strcpy.h: Likewise.
32433         * lib/unistr/u-strcspn.h: Likewise.
32434         * lib/unistr/u-strdup.h: Likewise.
32435         * lib/unistr/u-strlen.h: Likewise.
32436         * lib/unistr/u-strncat.h: Likewise.
32437         * lib/unistr/u-strncpy.h: Likewise.
32438         * lib/unistr/u-strnlen.h: Likewise.
32439         * lib/unistr/u-strpbrk.h: Likewise.
32440         * lib/unistr/u-strspn.h: Likewise.
32441         * lib/unistr/u-strstr.h: Likewise.
32442         * lib/unistr/u-strtok.h: Likewise.
32443         * lib/unistr/u16-check.c: Likewise.
32444         * lib/unistr/u16-chr.c: Likewise.
32445         * lib/unistr/u16-cmp.c: Likewise.
32446         * lib/unistr/u16-cpy-alloc.c: Likewise.
32447         * lib/unistr/u16-cpy.c: Likewise.
32448         * lib/unistr/u16-endswith.c: Likewise.
32449         * lib/unistr/u16-mblen.c: Likewise.
32450         * lib/unistr/u16-mbsnlen.c: Likewise.
32451         * lib/unistr/u16-mbtouc-aux.c: Likewise.
32452         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
32453         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
32454         * lib/unistr/u16-mbtouc.c: Likewise.
32455         * lib/unistr/u16-mbtoucr.c: Likewise.
32456         * lib/unistr/u16-move.c: Likewise.
32457         * lib/unistr/u16-next.c: Likewise.
32458         * lib/unistr/u16-prev.c: Likewise.
32459         * lib/unistr/u16-set.c: Likewise.
32460         * lib/unistr/u16-startswith.c: Likewise.
32461         * lib/unistr/u16-stpcpy.c: Likewise.
32462         * lib/unistr/u16-stpncpy.c: Likewise.
32463         * lib/unistr/u16-strcat.c: Likewise.
32464         * lib/unistr/u16-strchr.c: Likewise.
32465         * lib/unistr/u16-strcmp.c: Likewise.
32466         * lib/unistr/u16-strcpy.c: Likewise.
32467         * lib/unistr/u16-strcspn.c: Likewise.
32468         * lib/unistr/u16-strdup.c: Likewise.
32469         * lib/unistr/u16-strlen.c: Likewise.
32470         * lib/unistr/u16-strmblen.c: Likewise.
32471         * lib/unistr/u16-strmbtouc.c: Likewise.
32472         * lib/unistr/u16-strncat.c: Likewise.
32473         * lib/unistr/u16-strncmp.c: Likewise.
32474         * lib/unistr/u16-strncpy.c: Likewise.
32475         * lib/unistr/u16-strnlen.c: Likewise.
32476         * lib/unistr/u16-strpbrk.c: Likewise.
32477         * lib/unistr/u16-strrchr.c: Likewise.
32478         * lib/unistr/u16-strspn.c: Likewise.
32479         * lib/unistr/u16-strstr.c: Likewise.
32480         * lib/unistr/u16-strtok.c: Likewise.
32481         * lib/unistr/u16-to-u32.c: Likewise.
32482         * lib/unistr/u16-to-u8.c: Likewise.
32483         * lib/unistr/u16-uctomb-aux.c: Likewise.
32484         * lib/unistr/u16-uctomb.c: Likewise.
32485         * lib/unistr/u32-check.c: Likewise.
32486         * lib/unistr/u32-chr.c: Likewise.
32487         * lib/unistr/u32-cmp.c: Likewise.
32488         * lib/unistr/u32-cpy-alloc.c: Likewise.
32489         * lib/unistr/u32-cpy.c: Likewise.
32490         * lib/unistr/u32-endswith.c: Likewise.
32491         * lib/unistr/u32-mblen.c: Likewise.
32492         * lib/unistr/u32-mbsnlen.c: Likewise.
32493         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
32494         * lib/unistr/u32-mbtouc.c: Likewise.
32495         * lib/unistr/u32-mbtoucr.c: Likewise.
32496         * lib/unistr/u32-move.c: Likewise.
32497         * lib/unistr/u32-next.c: Likewise.
32498         * lib/unistr/u32-prev.c: Likewise.
32499         * lib/unistr/u32-set.c: Likewise.
32500         * lib/unistr/u32-startswith.c: Likewise.
32501         * lib/unistr/u32-stpcpy.c: Likewise.
32502         * lib/unistr/u32-stpncpy.c: Likewise.
32503         * lib/unistr/u32-strcat.c: Likewise.
32504         * lib/unistr/u32-strchr.c: Likewise.
32505         * lib/unistr/u32-strcmp.c: Likewise.
32506         * lib/unistr/u32-strcpy.c: Likewise.
32507         * lib/unistr/u32-strcspn.c: Likewise.
32508         * lib/unistr/u32-strdup.c: Likewise.
32509         * lib/unistr/u32-strlen.c: Likewise.
32510         * lib/unistr/u32-strmblen.c: Likewise.
32511         * lib/unistr/u32-strmbtouc.c: Likewise.
32512         * lib/unistr/u32-strncat.c: Likewise.
32513         * lib/unistr/u32-strncmp.c: Likewise.
32514         * lib/unistr/u32-strncpy.c: Likewise.
32515         * lib/unistr/u32-strnlen.c: Likewise.
32516         * lib/unistr/u32-strpbrk.c: Likewise.
32517         * lib/unistr/u32-strrchr.c: Likewise.
32518         * lib/unistr/u32-strspn.c: Likewise.
32519         * lib/unistr/u32-strstr.c: Likewise.
32520         * lib/unistr/u32-strtok.c: Likewise.
32521         * lib/unistr/u32-to-u16.c: Likewise.
32522         * lib/unistr/u32-to-u8.c: Likewise.
32523         * lib/unistr/u32-uctomb.c: Likewise.
32524         * lib/unistr/u8-check.c: Likewise.
32525         * lib/unistr/u8-chr.c: Likewise.
32526         * lib/unistr/u8-cmp.c: Likewise.
32527         * lib/unistr/u8-cpy-alloc.c: Likewise.
32528         * lib/unistr/u8-cpy.c: Likewise.
32529         * lib/unistr/u8-endswith.c: Likewise.
32530         * lib/unistr/u8-mblen.c: Likewise.
32531         * lib/unistr/u8-mbsnlen.c: Likewise.
32532         * lib/unistr/u8-mbtouc-aux.c: Likewise.
32533         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
32534         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
32535         * lib/unistr/u8-mbtouc.c: Likewise.
32536         * lib/unistr/u8-mbtoucr.c: Likewise.
32537         * lib/unistr/u8-move.c: Likewise.
32538         * lib/unistr/u8-next.c: Likewise.
32539         * lib/unistr/u8-prev.c: Likewise.
32540         * lib/unistr/u8-set.c: Likewise.
32541         * lib/unistr/u8-startswith.c: Likewise.
32542         * lib/unistr/u8-stpcpy.c: Likewise.
32543         * lib/unistr/u8-stpncpy.c: Likewise.
32544         * lib/unistr/u8-strcat.c: Likewise.
32545         * lib/unistr/u8-strchr.c: Likewise.
32546         * lib/unistr/u8-strcmp.c: Likewise.
32547         * lib/unistr/u8-strcpy.c: Likewise.
32548         * lib/unistr/u8-strcspn.c: Likewise.
32549         * lib/unistr/u8-strdup.c: Likewise.
32550         * lib/unistr/u8-strlen.c: Likewise.
32551         * lib/unistr/u8-strmblen.c: Likewise.
32552         * lib/unistr/u8-strmbtouc.c: Likewise.
32553         * lib/unistr/u8-strncat.c: Likewise.
32554         * lib/unistr/u8-strncmp.c: Likewise.
32555         * lib/unistr/u8-strncpy.c: Likewise.
32556         * lib/unistr/u8-strnlen.c: Likewise.
32557         * lib/unistr/u8-strpbrk.c: Likewise.
32558         * lib/unistr/u8-strrchr.c: Likewise.
32559         * lib/unistr/u8-strspn.c: Likewise.
32560         * lib/unistr/u8-strstr.c: Likewise.
32561         * lib/unistr/u8-strtok.c: Likewise.
32562         * lib/unistr/u8-to-u16.c: Likewise.
32563         * lib/unistr/u8-to-u32.c: Likewise.
32564         * lib/unistr/u8-uctomb-aux.c: Likewise.
32565         * lib/unistr/u8-uctomb.c: Likewise.
32566         * lib/unitypes.h: Likewise.
32567         * lib/uniwidth.h: Likewise.
32568         * lib/uniwidth/cjk.h: Likewise.
32569         * lib/uniwidth/u16-strwidth.c: Likewise.
32570         * lib/uniwidth/u16-width.c: Likewise.
32571         * lib/uniwidth/u32-strwidth.c: Likewise.
32572         * lib/uniwidth/u32-width.c: Likewise.
32573         * lib/uniwidth/u8-strwidth.c: Likewise.
32574         * lib/uniwidth/u8-width.c: Likewise.
32575         * lib/uniwidth/width.c: Likewise.
32576
32577 2007-10-07  Bruno Haible  <bruno@clisp.org>
32578
32579         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
32580         The file is still under LGPL (see modules/inttypes).
32581
32582 2007-10-06  Bruno Haible  <bruno@clisp.org>
32583
32584         * modules/trunc (Dependencies): Add 'extensions'.
32585         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
32586         Reported by Ben Pfaff <blp@gnu.org>.
32587
32588 2007-10-06  Bruno Haible  <bruno@clisp.org>
32589
32590         * modules/freopen-tests: New file.
32591         * tests/test-freopen.c: New file.
32592
32593         * modules/fopen-tests: New file.
32594         * tests/test-fopen.c: New file.
32595
32596         * modules/fopen: New file.
32597         * lib/fopen.c: New file.
32598         * m4/fopen.m4: New file.
32599         * modules/freopen: New file.
32600         * lib/freopen.c: New file.
32601         * m4/freopen.m4: New file.
32602         * lib/stdio.in.h (fopen, freopen): New declarations.
32603         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
32604         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
32605         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
32606         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
32607         * doc/functions/fopen.texi: Mention the 'fopen' module.
32608         * doc/functions/freopen.texi: Mention the 'freopen' module.
32609
32610 2007-10-06  Bruno Haible  <bruno@clisp.org>
32611
32612         * modules/open-tests: New file.
32613         * tests/test-open.c: New file.
32614
32615         * modules/open: New file.
32616         * lib/open.c: New file.
32617         * m4/open.m4: New file.
32618         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
32619         lib/open.c does.
32620         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
32621         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
32622         macros.
32623         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
32624         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
32625         REPLACE_OPEN.
32626         * doc/functions/open.texi: Mention the 'open' module.
32627
32628 2007-10-04  Bruno Haible  <bruno@clisp.org>
32629
32630         * modules/ceill-tests: New file.
32631         * tests/test-ceill.c: New file.
32632
32633         * modules/ceill: New file.
32634         * lib/ceill.c: Replace entire file.
32635         * m4/ceill.m4: New file.
32636         * lib/math.in.h (ceill): Replace declaration.
32637         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
32638         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
32639         * doc/functions/ceill.texi: Mention the 'ceill' module.
32640         * modules/mathl (Files): Remove lib/ceill.c.
32641         (Depends-on): Add ceill.
32642
32643 2007-10-04  Bruno Haible  <bruno@clisp.org>
32644
32645         * modules/ceilf-tests: New file.
32646         * tests/test-ceilf.c: New file.
32647
32648         * modules/ceilf: New file.
32649         * lib/ceil.c: New file.
32650         * lib/ceilf.c: New file.
32651         * m4/ceilf.m4: New file.
32652         * lib/math.in.h (ceilf): New declaration.
32653         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
32654         HAVE_DECL_CEILF.
32655         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
32656         HAVE_DECL_CEILF.
32657         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
32658
32659 2007-10-04  Bruno Haible  <bruno@clisp.org>
32660
32661         * modules/floorl-tests: New file.
32662         * tests/test-floorl.c: New file.
32663
32664         * modules/floorl: New file.
32665         * lib/floorl.c: Replace entire file.
32666         * m4/floorl.m4: New file.
32667         * lib/math.in.h (floorl): Replace declaration.
32668         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
32669         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
32670         * doc/functions/floorl.texi: Mention the 'floorl' module.
32671         * modules/mathl (Files): Remove lib/floorl.c.
32672         (Depends-on): Add floorl.
32673
32674 2007-10-04  Bruno Haible  <bruno@clisp.org>
32675
32676         * modules/floorf-tests: New file.
32677         * tests/test-floorf.c: New file.
32678
32679         * modules/floorf: New file.
32680         * lib/floor.c: New file.
32681         * lib/floorf.c: New file.
32682         * m4/floorf.m4: New file.
32683         * lib/math.in.h (floorf): New declaration.
32684         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
32685         HAVE_DECL_FLOORF.
32686         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
32687         HAVE_DECL_FLOORF.
32688         * doc/functions/floorf.texi: Mention the 'floorf' module.
32689
32690 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
32691             Bruno Haible  <bruno@clisp.org>
32692
32693         Advertise for the Git server instead of the CVS server.
32694         * doc/gnulib-intro.texi (Steady Development): Mention the Git
32695         repository instead of the CVS one.
32696         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
32697         about all VCS systems generically.
32698         * doc/gnulib.texi (Introduction): Capitalize `Git'.
32699
32700 2007-10-04  Bruno Haible  <bruno@clisp.org>
32701
32702         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
32703         means.
32704         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
32705
32706 2007-10-04  Bruno Haible  <bruno@clisp.org>
32707
32708         * modules/truncl-tests: New file.
32709         * tests/test-truncl.c: New file.
32710
32711         * modules/truncl: New file.
32712         * lib/truncl.c: New file.
32713         * m4/truncl.m4: New file.
32714         * lib/math.in.h (truncl): New declaration.
32715         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
32716         HAVE_DECL_TRUNCL.
32717         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
32718         HAVE_DECL_TRUNCL.
32719         * doc/functions/truncl.texi: Mention the 'truncl' module.
32720
32721 2007-10-04  Bruno Haible  <bruno@clisp.org>
32722
32723         * modules/truncf-tests: New file.
32724         * tests/test-truncf.c: New file.
32725
32726         * modules/truncf: New file.
32727         * lib/trunc.c: Make paramerizable through USE_* macros.
32728         * lib/truncf.c: New file.
32729         * m4/truncf.m4: New file.
32730         * lib/math.in.h (truncf): New declaration.
32731         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
32732         HAVE_DECL_TRUNCF.
32733         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
32734         HAVE_DECL_TRUNCF.
32735         * doc/functions/truncf.texi: Mention the 'truncf' module.
32736
32737 2007-10-03  Bruno Haible  <bruno@clisp.org>
32738
32739         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
32740         augmentation also for tests modules.
32741         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
32742         * modules/atexit-tests (Makefile.am): Likewise.
32743         * modules/binary-io-tests (Makefile.am): Likewise.
32744         * modules/c-strcase-tests (Makefile.am): Likewise.
32745         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
32746         * modules/canonicalize-tests (Makefile.am): Likewise.
32747         * modules/closein-tests (Makefile.am): Likewise.
32748         * modules/fprintf-posix-tests (Makefile.am): Likewise.
32749         * modules/freadahead-tests (Makefile.am): Likewise.
32750         * modules/fseek-tests (Makefile.am): Likewise.
32751         * modules/fseeko-tests (Makefile.am): Likewise.
32752         * modules/ftell-tests (Makefile.am): Likewise.
32753         * modules/ftello-tests (Makefile.am): Likewise.
32754         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
32755         * modules/isnanl-tests (Makefile.am): Likewise.
32756         * modules/lseek-tests (Makefile.am): Likewise.
32757         * modules/mbscasecmp-tests (Makefile.am): Likewise.
32758         * modules/mbscasestr-tests (Makefile.am): Likewise.
32759         * modules/mbschr-tests (Makefile.am): Likewise.
32760         * modules/mbscspn-tests (Makefile.am): Likewise.
32761         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
32762         * modules/mbspbrk-tests (Makefile.am): Likewise.
32763         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
32764         * modules/mbsrchr-tests (Makefile.am): Likewise.
32765         * modules/mbsspn-tests (Makefile.am): Likewise.
32766         * modules/mbsstr-tests (Makefile.am): Likewise.
32767         * modules/printf-posix-tests (Makefile.am): Likewise.
32768         * modules/snprintf-posix-tests (Makefile.am): Likewise.
32769         * modules/sprintf-posix-tests (Makefile.am): Likewise.
32770         * modules/tsearch-tests (Makefile.am): Likewise.
32771         * modules/uniname/uniname-tests (Makefile.am): Likewise.
32772         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
32773         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
32774         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
32775         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
32776         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
32777         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
32778         * modules/vprintf-posix-tests (Makefile.am): Likewise.
32779         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
32780         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
32781         * modules/xstrtoimax-tests (Makefile.am): Likewise.
32782         * modules/xstrtol-tests (Makefile.am): Likewise.
32783         * modules/xstrtoumax-tests (Makefile.am): Likewise.
32784         * modules/yesno-tests (Makefile.am): Likewise.
32785
32786 2007-10-03  Bruno Haible  <bruno@clisp.org>
32787
32788         * modules/trunc-tests: New file.
32789         * tests/test-trunc.c: New file.
32790
32791         * modules/trunc: New file.
32792         * lib/trunc.c: New file.
32793         * m4/trunc.m4: New file.
32794         * lib/math.in.h (trunc): New declaration.
32795         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
32796         HAVE_DECL_TRUNC.
32797         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
32798         HAVE_DECL_TRUNC.
32799         * doc/functions/trunc.texi: Mention the 'trunc' module.
32800
32801 2007-10-03  Bruno Haible  <bruno@clisp.org>
32802
32803         * tests/test-fpending.c: New file, mostly copied
32804         from coreutils/lib/t-fpending.c.
32805         * modules/fpending-tests: New file.
32806
32807 2007-10-03  Bruno Haible  <bruno@clisp.org>
32808
32809         Port the stdio extensions to QNX (untested).
32810         * lib/fseterr.c (fseterr): Add support for QNX.
32811         * lib/fbufmode.c (fbufmode): Likewise.
32812         * lib/freadable.c (freadable): Likewise.
32813         * lib/fwritable.c (fwritable): Likewise.
32814         * lib/freading.c (freading): Likewise.
32815         * lib/fwriting.c (fwriting): Likewise.
32816         * lib/freadahead.c (freadahed): Likewise.
32817         * lib/fpurge.c (fpurge): Likewise.
32818         * lib/fseeko.c (rpl_fseeko): Likewise.
32819
32820 2007-10-03  Bruno Haible  <bruno@clisp.org>
32821             Jim Meyering  <jim@meyering.net>
32822             Eric Blake  <ebb9@byu.net>
32823
32824         * doc/relocatable.texi: Use @command instead of @program.
32825
32826 2007-10-02  Jim Meyering  <jim@meyering.net>
32827
32828         Perform one more "_.h" -> ".in.h" substitution.
32829         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
32830         instead of unistd_.h here, too.
32831
32832 2007-10-01  Bruno Haible  <bruno@clisp.org>
32833
32834         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
32835         Needed for the alloca-opt module.
32836
32837 2007-09-30  Bruno Haible  <bruno@clisp.org>
32838
32839         * lib/alloca.in.h: Renamed from lib/alloca_.h.
32840         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
32841         alloca_.h.
32842         * lib/argz.in.h: Renamed from lib/argz_.h.
32843         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
32844         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
32845         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
32846         byteswap_.h.
32847         * lib/dirent.in.h: Renamed from lib/dirent_.h.
32848         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
32849         dirent_.h.
32850         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
32851         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
32852         fcntl_.h.
32853         * lib/float.in.h: Renamed from lib/float_.h.
32854         * modules/float (Files, Makefile.am): Use float.in.h instead of
32855         float_.h.
32856         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
32857         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
32858         fnmatch_.h.
32859         * lib/getopt.in.h: Renamed from lib/getopt_.h.
32860         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
32861         getopt_.h.
32862         * lib/glob.in.h: Renamed from lib/glob_.h.
32863         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
32864         * lib/iconv.in.h: Renamed from lib/iconv_.h.
32865         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
32866         iconv_.h.
32867         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
32868         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
32869         inttypes_.h.
32870         * lib/locale.in.h: Renamed from lib/locale_.h.
32871         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
32872         locale_.h.
32873         * lib/math.in.h: Renamed from lib/math_.h.
32874         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
32875         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
32876         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
32877         of netinet_in_.h. Add dependency.
32878         * lib/poll.in.h: Renamed from lib/poll_.h.
32879         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
32880         * lib/search.in.h: Renamed from lib/search_.h.
32881         * modules/search (Files, Makefile.am): Use search.in.h instead of
32882         search_.h.
32883         * lib/signal.in.h: Renamed from lib/signal_.h.
32884         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
32885         _signal.h.
32886         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
32887         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
32888         stdbool_.h.
32889         * lib/stdint.in.h: Renamed from lib/stdint_.h.
32890         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
32891         stdint_.h.
32892         * lib/stdio.in.h: Renamed from lib/stdio_.h.
32893         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
32894         stdio_.h.
32895         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
32896         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
32897         stdlib_.h.
32898         * lib/string.in.h: Renamed from lib/string_.h.
32899         * modules/string (Files, Makefile.am): Use string.in.h instead of
32900         string_.h.
32901         * doc/gnulib-tool.texi (Initial import): Update.
32902         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
32903         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
32904         of sys_select_.h. Add dependency.
32905         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
32906         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
32907         of sys_socket_.h.
32908         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
32909         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
32910         sys_stat_.h.
32911         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
32912         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
32913         sys_time_.h.
32914         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
32915         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
32916         sysexits_.h.
32917         * lib/time.in.h: Renamed from lib/time_.h.
32918         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
32919         * lib/unistd.in.h: Renamed from lib/unistd_.h.
32920         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
32921         unistd_.h.
32922         * lib/wchar.in.h: Renamed from lib/wchar_.h.
32923         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
32924         wchar_.h.
32925         * lib/wctype.in.h: Renamed from lib/wctype_.h.
32926         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
32927         wctype_.h.
32928         * build-aux/bootstrap (slurp): Update.
32929         * lib/.cppi-disable: Update.
32930
32931 2007-09-30  Bruno Haible  <bruno@clisp.org>
32932
32933         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
32934         Needed on BeOS.
32935
32936 2007-09-30  Bruno Haible  <bruno@clisp.org>
32937
32938         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
32939
32940 2007-09-29  Bruno Haible  <bruno@clisp.org>
32941
32942         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
32943
32944 2007-09-29  Bruno Haible  <bruno@clisp.org>
32945
32946         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
32947         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
32948         * build-aux/install-reloc: Compile also areadlink.c.
32949         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
32950
32951 2007-09-29  Bruno Haible  <bruno@clisp.org>
32952
32953         * gnulib-tool (func_emit_initmacro_done): Indentation.
32954
32955 2007-09-29  Bruno Haible  <bruno@clisp.org>
32956
32957         * README: Add CVS checkout update instructions.
32958         Info from Bob Proulx <bob@proulx.com>.
32959
32960 2007-09-28  Eric Blake  <ebb9@byu.net>
32961
32962         Provide move-if-change.
32963         * build-aux/move-if-change: New file, based on best practice
32964         rather than any canonical upstream location.
32965
32966 2007-09-28  Jim Meyering  <jim@meyering.net>
32967
32968         Fix canonicalize loop-detection corner case.
32969         Do not attempt to stat the symlink values stored via seen_triple.
32970         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
32971         on linux-2.6.18, (but not 2.6.22).
32972         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
32973         triple_compare.  The former compares dev,ino,filename, while the latter
32974         would actually stat dirname(filename) when dev and ino were equal.
32975         * lib/hash-triple.c: Install <string.h>.
32976         (STREQ): Define.
32977         (triple_compare_ino_str): New function.
32978         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
32979
32980 2007-09-28  Eric Blake  <ebb9@byu.net>
32981
32982         Enforce that AC_REPLACE_FUNCS files exist.
32983         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
32984         override check for typos.
32985
32986         Fix test-closein on Solaris 10.
32987         * tests/test-closein.c (main): Don't assume stdin can be inherited
32988         closed on all systems.
32989         * tests/test-closein.sh: Likewise.
32990         Reported by Piotr Tarnowski.
32991
32992 2007-09-28  Jim Meyering  <jim@meyering.net>
32993
32994         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
32995
32996 2007-09-27  Jim Meyering  <jim@meyering.net>
32997
32998         canonicalize: Avoid a false-positive cycle failure.
32999         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
33000         Sort.  Remove cycle-check.
33001         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
33002         not cycle-check.h.
33003         (seen_triple): New function.
33004         (canonicalize_filename_mode): Use it instead of cycle-check.
33005         * tests/test-canonicalize.c: Add a test for this bug.
33006         * tests/test-canonicalize.sh: Set up and run the test.
33007
33008         New module, file-set, from coreutils.
33009         * modules/file-set: Define it.
33010         * lib/file-set.c, lib/file-set.h: Implement.
33011
33012         New module, hash-triple, from coreutils.
33013         * modules/hash-triple: Define it.
33014         * lib/hash-triple.c, lib/hash-triple.h: Implement.
33015
33016 2007-09-25  Eric Blake  <ebb9@byu.net>
33017
33018         Fix strerror on Interix.
33019         * lib/string_.h (strerror): Declare replacement.
33020         * doc/functions/strerror.texi (strerror): Document the Interix
33021         shortcoming.
33022         * modules/string (Makefile.am): Support new hooks.
33023         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
33024         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
33025         gl_FUNC_STRERROR_SEPARATE.
33026         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
33027         * lib/strerror.c (rpl_strerror): Provide replacement.
33028         * modules/strerror (Depends-on): Add string.
33029         (configure.ac): Detect use of module.
33030         * tests/test-strerror.c: New file.
33031         * modules/strerror-tests: New test module.
33032         * modules/argp (Depends-on): Add strerror.
33033         * modules/error (Depends-on): Likewise.
33034         Reported by Martin Koeppe.
33035
33036 2007-09-24  Bruno Haible  <bruno@clisp.org>
33037
33038         * README: Update git instructions.
33039
33040 2007-09-24  Eric Blake  <ebb9@byu.net>
33041
33042         Revert fpending breakage from 2007-09-08.
33043         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
33044         __fpending.c.
33045
33046 2007-09-24  Jim Meyering  <jim@meyering.net>
33047
33048         filenamecat.c: Add a test.
33049         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
33050         showing how the function works when DIR is the empty string.
33051
33052 2007-09-21  Simon Josefsson  <simon@josefsson.org>
33053
33054         * tests/test-canonicalize.sh: Turn on executable bit.
33055
33056 2007-09-19  Eric Blake  <ebb9@byu.net>
33057
33058         * README: Update CVS instructions.
33059
33060 2007-09-18  Bruno Haible  <bruno@clisp.org>
33061
33062         * modules/areadlink: New file.
33063         * lib/areadlink.h (areadlink): New declaration.
33064         * lib/areadlink.c: New file, based on lib/xreadlink.c.
33065
33066 2007-09-17  Jim Meyering  <jim@meyering.net>
33067
33068         * lib/savewd.c (ESTALE) [!defined]: Define.
33069         Reported to be required on Interix by Martin Koeppe.
33070
33071 2007-09-17  Bruno Haible  <bruno@clisp.org>
33072
33073         * gnulib-tool (func_version): Use $version.
33074
33075 2007-09-16  Bruno Haible  <bruno@clisp.org>
33076
33077         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
33078         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
33079         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
33080         Reported by Greg Schafer <gschafer@zip.com.au>.
33081
33082 2007-09-15  Bruno Haible  <bruno@clisp.org>
33083
33084         * gnulib-tool (sed): Try a little harder to make bash understand the
33085         alias.
33086         Reported by Bruce Korb <bruce.korb@gmail.com>.
33087
33088 2007-09-13  Eric Blake  <ebb9@byu.net>
33089
33090         * ChangeLog: Remove conflict markers.
33091
33092 2007-09-13  Simon Josefsson  <simon@josefsson.org>
33093
33094         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
33095         Reported by Bruno Haible <bruno@clisp.org>.
33096
33097 2007-09-12  Bruno Haible  <bruno@clisp.org>
33098
33099         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
33100         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
33101         is not defined.
33102
33103 2007-09-12  Eric Blake  <ebb9@byu.net>
33104
33105         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
33106         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
33107         Autoconf definition.
33108         * modules/euidaccess (Depends-on): Add extensions, for
33109         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
33110         * modules/fnmatch (Depends-on): Likewise.
33111         * modules/getaddrinfo (Depends-on): Likewise.
33112         * modules/getdelim (Depends-on): Likewise.
33113         * modules/getline (Depends-on): Likewise.
33114         * modules/getsubopt (Depends-on): Likewise.
33115         * modules/gettext (Depends-on): Likewise.
33116         * modules/group-member (Depends-on): Likewise.
33117         * modules/mbchar (Depends-on): Likewise.
33118         * modules/memmem (Depends-on): Likewise.
33119         * modules/mempcpy (Depends-on): Likewise.
33120         * modules/memrchr (Depends-on): Likewise.
33121         * modules/pagealign_alloc (Depends-on): Likewise.
33122         * modules/readutmp (Depends-on): Likewise.
33123         * modules/stpcpy (Depends-on): Likewise.
33124         * modules/stpncpy (Depends-on): Likewise.
33125         * modules/strchrnul (Depends-on): Likewise.
33126         * modules/strndup (Depends-on): Likewise.
33127         * modules/strsep (Depends-on): Likewise.
33128         * modules/strverscmp (Depends-on): Likewise.
33129         * modules/vasprintf (Depends-on): Likewise.
33130         * modules/wcwidth (Depends-on): Likewise.
33131         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
33132         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
33133         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
33134         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
33135         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
33136         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
33137         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
33138         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
33139         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
33140         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
33141         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
33142         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
33143         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
33144         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
33145         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
33146         * m4/readutmp.m4 (gl_READUTMP): Likewise.
33147         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
33148         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
33149         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
33150         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
33151         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
33152         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
33153         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
33154         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
33155         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
33156         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
33157         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
33158         so that lock.m4 can be used in gettext without extensions module.
33159
33160 2007-09-11  Bruno Haible  <bruno@clisp.org>
33161
33162         * m4/isc-posix.m4: Remove file.
33163         Suggested by Eric Blake.
33164
33165 2007-09-11  Eric Blake  <ebb9@byu.net>
33166
33167         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
33168
33169 2007-09-10  Bruno Haible  <bruno@clisp.org>
33170
33171         * posix-modules: Fix typo in error message.
33172         Reported by Matt <mkraai@beckman.com>.
33173
33174 2007-09-09  Bruno Haible  <bruno@clisp.org>
33175
33176         * doc/functions/getdelim.texi: Update list of platforms lacking the
33177         function.
33178         * doc/functions/getline.texi: Likewise.
33179
33180 2007-09-09  Jim Meyering  <jim@meyering.net>
33181
33182         * lib/hash.c (hash_initialize): Detect calloc failure.
33183         Reported by Bruno Haible.
33184
33185 2007-09-09  Bruno Haible  <bruno@clisp.org>
33186
33187         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
33188         malloc or realloc fails.
33189
33190 2007-09-09  Bruno Haible  <bruno@clisp.org>
33191
33192         * modules/getcwd (Depends-on): Add malloc-posix.
33193         * modules/glob (Depends-on): Likewise.
33194         * modules/putenv (Depends-on): Likewise.
33195         * modules/strdup (Depends-on): Likewise.
33196         * modules/getdelim (Depends-on): Add realloc-posix.
33197         * modules/read-file (Depends-on): Likewise.
33198
33199 2007-09-09  Bruno Haible  <bruno@clisp.org>
33200
33201         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
33202         (gl_FUNC_MALLOC_POSIX): Require it.
33203         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
33204         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
33205         * modules/realloc (Files): Add m4/malloc.m4.
33206         * modules/calloc (Files): Likewise.
33207
33208 2007-09-09  Bruno Haible  <bruno@clisp.org>
33209
33210         * modules/malloc-posix: New file.
33211         * modules/malloc (Depends-on): Add malloc-posix.
33212         * lib/malloc.c: Include errno.h.
33213         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
33214         and a POSIX-compatible malloc into a single function. Set ENOMEM
33215         when returning NULL.
33216         * m4/malloc.m4: New file.
33217         * doc/functions/malloc.texi: Mention the malloc-posix module.
33218         * lib/stdlib_.h (malloc): New declaration.
33219         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33220         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
33221         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
33222         and HAVE_MALLOC_POSIX.
33223
33224 2007-09-09  Bruno Haible  <bruno@clisp.org>
33225
33226         * modules/realloc-posix: New file.
33227         * modules/realloc (Depends-on): Add realloc-posix.
33228         * lib/realloc.c: Include errno.h.
33229         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
33230         and a POSIX-compatible realloc into a single function. Set ENOMEM
33231         when returning NULL.
33232         * m4/realloc.m4: New file.
33233         * doc/functions/realloc.texi: Mention the realloc-posix module.
33234         * lib/stdlib_.h (realloc): New declaration.
33235         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33236         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
33237         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
33238         and HAVE_REALLOC_POSIX.
33239
33240 2007-09-09  Bruno Haible  <bruno@clisp.org>
33241
33242         * modules/calloc-posix: New file.
33243         * modules/calloc (Depends-on): Add calloc-posix.
33244         * lib/calloc.c: Include errno.h.
33245         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
33246         and a POSIX-compatible calloc into a single function. Set ENOMEM
33247         when returning NULL.
33248         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
33249         * doc/functions/calloc.texi: Mention the calloc-posix module.
33250         * lib/stdlib_.h (calloc): New declaration.
33251         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33252         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
33253         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
33254         and HAVE_CALLOC_POSIX.
33255
33256 2007-09-09  Bruno Haible  <bruno@clisp.org>
33257
33258         Allow for modules to show an arbitrary notice.
33259         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
33260         * gnulib-tool: New option --extract-notice.
33261         (func_usage): Document it.
33262         (sed_extract_prog): Update.
33263         (func_get_notice): New function.
33264         (func_modules_notice): New function.
33265         (func_import, func_create_testdir): Invoke it.
33266         Suggested by Jim Meyering.
33267
33268 2007-09-09  Bruno Haible  <bruno@clisp.org>
33269
33270         * gnulib-tool: New options --verbose, --quiet.
33271         (func_usage): Document them.
33272         (verbose): New variable.
33273         (func_execute_command): New function.
33274         (func_import): Don't show the module list and the file list if
33275         $verbose < 0.
33276         (func_create_testdir): Likewise. Use func_execute_command.
33277         (func_create_megatestdir): Use func_execute_command.
33278
33279 2007-09-08  Bruno Haible  <bruno@clisp.org>
33280
33281         * gnulib-tool (func_import): Prefer rsync over wget when available,
33282         for fetching the PO files.
33283
33284 2007-09-08  Bruno Haible  <bruno@clisp.org>
33285
33286         * posix-modules: New file. Portions copied from gnulib-tool.
33287         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
33288
33289 2007-09-08  Jim Meyering  <jim@meyering.net>
33290
33291         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
33292         * lib/fpending.h: Rename from __fpending.h.
33293         * lib/fpending.c: Rename from __fpending.c.
33294         Include "fpending.h", not "__fpending.h".
33295         * lib/__fpending.h, lib/__fpending.c: Remove files.
33296         * modules/fpending (Files): Reflect new file names.
33297         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
33298
33299 2007-09-08  Bruno Haible  <bruno@clisp.org>
33300
33301         * m4/inttypes-h.m4: Remove stub file.
33302
33303 2007-09-07  Simon Josefsson  <simon@josefsson.org>
33304
33305         * doc/headers/stdint.texi: Discuss #include_next issue.
33306
33307 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
33308
33309         * build-aux/bootstrap: Remove obsolete comment about wget --help.
33310
33311 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33312
33313         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
33314         in variable name.
33315
33316 2007-09-03  Jim Meyering  <jim@meyering.net>
33317
33318         New module: git-version-gen.
33319         * modules/git-version-gen: New file.
33320
33321         Import changes from coreutils for bootstrap script.
33322
33323         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
33324
33325         bootstrap: uses rsync to download the .po files
33326         * build-aux/bootstrap (po_download_command_format): New global.
33327         (download_po_files): Use rsync.
33328         (update_po_files): Don't remove .po files after download,
33329         so future rsync runs can take advantage of the copies.
33330
33331         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
33332
33333         Solve the unnecessary-.po-file-regeneration problem once and for all.
33334         * build-aux/bootstrap (download_po_files): New function, renamed from
33335         get_translations.  Now, downloads, but doesn't update LINGUAS.
33336         (update_po_files): New function.
33337
33338         bootstrap: Ignore more.
33339         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
33340         uniwidth to e.g., lib/.gitignore.
33341         (slurp): Handle the sys_stat_.h -> sys mapping, too.
33342
33343         * build-aux/bootstrap: New setting: vc_ignore.
33344         (insert_sorted_if_absent): Create $file if absent.
33345         Adapt to new, possibly empty, list: $vc_ignore.
33346
33347         bootstrap: generate more ignorable names
33348         * build-aux/bootstrap (slurp): When generating ignorable names,
33349         also map .sin to .sed, .gperf to .c, and .y to .c.
33350
33351 2007-09-03  Jim Meyering  <jim@meyering.net>
33352
33353         * build-aux/git-version-gen: New file, from coreutils.  For details, see
33354         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
33355
33356 2007-09-02  Bruno Haible  <bruno@clisp.org>
33357
33358         Fix mis-recognition of 'mcs' on QNX 6.
33359         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
33360         output contains the string "Mono".
33361         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
33362         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
33363
33364 2007-09-01  Bruno Haible  <bruno@clisp.org>
33365
33366         Fix collision between uniwidth/* and linebreak modules.
33367         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
33368         u32_width): Remove declarations.
33369         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
33370         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
33371         streq3, streq2, streq1, streq0): Remove functions.
33372         (STREQ): Remove macro.
33373         (is_cjk_encoding): Remove function.
33374         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
33375         (uc_width, u8_width, u16_width, u32_width): Remove functions.
33376         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
33377         * NEWS: Document the change.
33378
33379 2007-09-01  Bruno Haible  <bruno@clisp.org>
33380
33381         * lib/streq.h: Add double-inclusion guard.
33382
33383 2007-09-01  Karl Berry  <karl@gnu.org>
33384
33385         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
33386
33387 2007-08-28  Jim Meyering  <jim@meyering.net>
33388
33389         Rename mreadlink_with_size to areadlink_with_size.
33390         * NEWS: Document the change.
33391         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
33392         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
33393         * lib/mreadlink.h: Rename this to...
33394         * lib/areadlink.h: ...this.
33395         * modules/mreadlink-with-size: Rename this to...
33396         * modules/areadlink-with-size: ...this.
33397         * lib/canonicalize.c: Reflect the renaming.
33398         * modules/canonicalize: Likewise.
33399
33400 2007-08-26  Bruno Haible  <bruno@clisp.org>
33401
33402         * gnulib-tool (func_import): When deciding which files to remove,
33403         consider also dangling symbolic links.
33404         Reported by Eric Blake.
33405
33406 2007-08-26  Bruno Haible  <bruno@clisp.org>
33407
33408         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
33409
33410 2007-08-23  Simon Josefsson  <simon@josefsson.org>
33411
33412         * lib/readline.c: Don't include getline.h, the prototype is now
33413         found in stdio.h.
33414
33415 2007-08-23  Jim Meyering  <jim@meyering.net>
33416
33417         Getdelim touchup.
33418         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
33419         around the funlockfile call, since funlockfile never sets errno.
33420         Don't set errno upon failed realloc.
33421
33422 2007-08-22  Eric Blake  <ebb9@byu.net>
33423
33424         Getline touchups.
33425         * lib/getdelim.c (getdelim): Revert regression that required *n to
33426         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
33427         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
33428         getdelim, rather than whether implementation is missing.
33429         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
33430         * lib/stdio_.h (getline): Also declare if replacement is
33431         required.
33432         * doc/functions/getdelim.texi: New file.
33433         * doc/functions/getline.texi: Likewise.
33434         * doc/gnulib.texi (Function Substitutes): Add new files.
33435         Reported by Bruno Haible.
33436
33437 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
33438
33439         * users.txt: Add Guile.
33440
33441 2007-08-22  Eric Blake  <ebb9@byu.net>
33442
33443         * tests/test-getdelim.c (main): Use remove, not unlink.
33444         * tests/test-getline.c (main): Likewise.
33445
33446         Move getline and getdelim into stdio.h, per POSIX 200x.
33447         * modules/getline (Files): Remove getline.h.
33448         (Depends-on): Add stdio.
33449         (configure.ac): Add module indicator.
33450         * modules/getdelim (Files): Remove getdelim.h.
33451         (Depends-on): Add stdio.
33452         (configure.ac): Add module indicator.
33453         * modules/stdio (Makefile.am): Work with new indicators.
33454         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
33455         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
33456         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
33457         * lib/getdelim.h: Delete.
33458         * lib/getline.h: Delete.
33459         * lib/stdio_.h (getdelim, getline): Declare.
33460         * modules/getdelim-tests: New module.
33461         * modules/getline-tests: Likewise.
33462         * tests/test-getdelim.c: New file.
33463         * tests/test-getline.c: Likewise.
33464         * NEWS: Document the change.
33465         * lib/getline.c: Update choice of header.
33466         * lib/csharpcomp.c: Likewise.
33467         * lib/getpass.c: Likewise.
33468         * lib/javacomp.c: Likewise.
33469         * lib/javaversion.c: Likewise.
33470         * lib/yesno.c: Likewise.
33471         * lib/getdelim.c: Likewise.
33472         (getdelim): Set errno on failure, and avoid memory leak.
33473
33474 2007-08-19  Bruno Haible  <bruno@clisp.org>
33475
33476         * modules/closein (Depends-on): Add freadahead.
33477         * lib/closein.c: Include freadahead.h.
33478         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
33479         is zero.
33480
33481 2007-08-19  Bruno Haible  <bruno@clisp.org>
33482
33483         * modules/freadahead-tests: New file.
33484         * tests/test-freadahead.sh: New file.
33485         * tests/test-freadahead.c: New file.
33486
33487         * modules/freadahead: New file.
33488         * lib/freadahead.h: New file.
33489         * lib/freadahead.c: New file.
33490         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
33491         fbufmode, fpurge, freadable, fwritable.
33492
33493 2007-08-19  Eric Blake  <ebb9@byu.net>
33494
33495         Test yesno in combination with closein.
33496         * lib/yesno.c (yesno): Document use of stdin.
33497         * modules/yesno-tests (Files): New module.
33498         * tests/test-yesno.c (main): New file.
33499         * tests/test-yesno.sh: Likewise.
33500
33501 2007-08-19  Bruno Haible  <bruno@clisp.org>
33502
33503         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
33504         * lib/fseeko.c (rpl_fseeko): Likewise.
33505         * lib/fseterr.c (fseterr): Likewise.
33506
33507 2007-08-19  Bruno Haible  <bruno@clisp.org>
33508
33509         * tests/test-lseek.c (main): Disable a test for BeOS.
33510         * doc/functions/lseek.texi: Document the BeOS bug.
33511
33512 2007-08-19  Bruno Haible  <bruno@clisp.org>
33513             Eric Blake  <ebb9@byu.net>
33514
33515         * lib/lseek.c: Include <sys/stat.h>.
33516         (rpl_lseek): Add workaround code also for Unix platforms.
33517         Needed for BeOS.
33518         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
33519         * doc/functions/lseek.texi: Document BeOS definiency.
33520
33521 2007-08-18  Bruno Haible  <bruno@clisp.org>
33522
33523         * modules/fstrcmp-tests: New file.
33524         * tests/test-fstrcmp.c: New file.
33525
33526 2007-08-18  Bruno Haible  <bruno@clisp.org>
33527
33528         * modules/fstrcmp: New file, from GNU gettext with modifications.
33529         * lib/fstrcmp.h: New file, from GNU gettext.
33530         * lib/fstrcmp.c: New file, from GNU gettext.
33531         * MODULES.html.sh (String handling): Add fstrcmp.
33532
33533 2007-08-18  Bruno Haible  <bruno@clisp.org>
33534
33535         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
33536         'bool'.
33537         (diag, compareseq): Remove const from the ctxt argument.
33538         (USE_HEURISTIC): Undefine at the end.
33539
33540 2007-08-18  Jim Meyering  <jim@meyering.net>
33541
33542         New file: lib/idcache.h
33543         * NEWS: Mention the addition.
33544         * modules/idcache (Files): Add lib/idcache.h
33545         * lib/idcache.c: Include "idcache.h".
33546         Don't include <sys/types.h>.
33547         Add a FIXME comment.
33548         Move file-scoped "static" declarations to the top.
33549         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
33550
33551 2007-08-17  Bruno Haible  <bruno@clisp.org>
33552         and Paul Eggert  <eggert@cs.ucla.edu>
33553
33554         * MODULES.html.sh: Add diffseq.
33555         * modules/diffseq: New file.
33556         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
33557         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
33558
33559 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33560
33561         Import changes from coreutils for bootstrap script.
33562
33563         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
33564
33565         * build-aux/bootstrap (slurp): Work even in environments where
33566         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
33567         current code does not slurp files whose names start with ".", and
33568         this looks like it might be a troublesome area.
33569
33570         2007-07-11  Jim Meyering  <jim@meyering.net>
33571
33572         If there's a GPL vN copyright comment, require that N == 3.
33573
33574         2007-07-08  Jim Meyering  <jim@meyering.net>
33575
33576         Run the coreutils-specific code only if tests/Makefile.am.in exists.
33577         * build-aux/bootstrap (mam_template): Move definition out of loop.
33578
33579         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
33580
33581         * build-aux/bootstrap (symlink_to_dir): Rename function from
33582         symlink_to_gnulib.  Add a directory parameter.  Update all
33583         callers.
33584         (cp_mark_as_generated): Also check for -- and link to -- files in
33585         gl/.
33586
33587         2007-07-08  Jim Meyering  <jim@meyering.net>
33588
33589         Adapt to deeper hierarchy in gnulib.
33590         * build-aux/bootstrap (symlink_to_dir): If the destination
33591         directory doesn't exist, create it. This is required at least for
33592         "lib/uniwidth/cjk.h".
33593
33594         2007-05-15  Jim Meyering  <jim@meyering.net>
33595
33596         * build-aux/bootstrap: Now that generated Makefile.am files
33597         are no longer under version control, they must be created at
33598         bootstrap time.
33599
33600 2007-08-14  Ben Pfaff  <blp@gnu.org>
33601
33602         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
33603
33604 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
33605
33606         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
33607         given the changes below.
33608         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
33609         even on hosts that have padding bits beyond the supported 64.
33610
33611 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
33612
33613         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
33614         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
33615         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
33616         depends on it.
33617         (xstrtol_error): Remove.
33618         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
33619         but with a different signature.
33620         (ATTRIBUTE_NORETURN, __attribute__): New macros.
33621         * lib/xstrtol-error.c: Include exitfail.h.
33622         (xstrtol_fatal): New function, with a different signature from the
33623         old xstrtol_error, so that the caller need not worry about passing
33624         in an exit status, or about storage management of the option argument.
33625         (xstrtol_error): Now a static function.  Redo signature to
33626         implement xstrtol_fatal.  Output the correct number of hyphens in
33627         front of the option so that the caller need not worry about
33628         storage management.
33629         (N_): New macro.
33630         (_): Remove; not used now.
33631         * modules/xstrtol: Depend on getopt.
33632         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
33633         of old STRTOL_FATAL_ERROR macro.
33634         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
33635         of test program.
33636         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
33637         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
33638
33639 2007-08-08  Eric Blake  <ebb9@byu.net>
33640
33641         * lib/xstrtol-error.c: Add missing include.
33642
33643         Move xstrtol messages into gnulib domain, when --pobase is used.
33644         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
33645         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
33646         * modules/xstrtol (Files): Distribute new file.
33647         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
33648         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
33649         * tests/test-xstrtol.c: ...into new file.
33650         * tests/test-xstrtoul.c: Also test xstrtoul.
33651         * tests/test-xstrtoimax.c: Also test xstrtoimax.
33652         * tests/test-xstrtoumax.c: Also test xstrtoumax.
33653         * tests/test-xstrtol.sh: Drive the tests.
33654         * tests/test-xstrtoimax.sh: Likewise.
33655         * tests/test-xstrtoumax.sh: Likewise.
33656         * modules/xstrtol-tests: New module.
33657         * modules/xstrtoimax-tests: Likewise.
33658         * modules/xstrtoumax-tests: Likewise.
33659
33660 2007-08-08  Jim Meyering  <jim@meyering.net>
33661
33662         New function: mfile_name_concat.
33663         * lib/filenamecat.c (mfile_name_concat): New function, just like
33664         file_name_concat, but return NULL upon failure rather than exiting
33665         with a diagnostic.
33666         * lib/filenamecat.h: Declare it.
33667
33668 2007-08-07  Bruno Haible  <bruno@clisp.org>
33669
33670         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
33671         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
33672         warning from gcc.
33673         Reported by Eric Blake.
33674
33675 2007-08-07  Simon Josefsson  <simon@josefsson.org>
33676
33677         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
33678         * modules/crypto/arcfour (License): Likewise.
33679         * modules/crypto/des-tests (License): Likewise.
33680         * modules/crypto/gc-arctwo-tests (License): Likewise.
33681         * modules/crypto/gc-des-tests (License): Likewise.
33682         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
33683         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
33684         * modules/crypto/gc-md2-tests (License): Likewise.
33685         * modules/crypto/gc-md4-tests (License): Likewise.
33686         * modules/crypto/gc-md5-tests (License): Likewise.
33687         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
33688         * modules/crypto/gc-rijndael-tests (License): Likewise.
33689         * modules/crypto/gc-sha1-tests (License): Likewise.
33690         * modules/crypto/gc-tests (License): Likewise.
33691         * modules/crypto/hmac-md5 (License): Likewise.
33692         * modules/crypto/hmac-sha1 (License): Likewise.
33693         * modules/crypto/md2-tests (License): Likewise.
33694         * modules/crypto/md4-tests (License): Likewise.
33695         * modules/crypto/md5 (License): Likewise.
33696         * modules/crypto/rijndael (License): Likewise.
33697         * modules/crypto/sha1 (License): Likewise.
33698         * modules/memxor (License): Likewise.
33699
33700 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33701         and Bruno Haible  <bruno@clisp.org>
33702
33703         * NEWS: Describe interface changes to human, xstrtol.
33704         * lib/human.h: Include <xstrtol.h>.
33705         (human_options): Return enum strtol_error, not int.  Remove
33706         bool arg; take int * instead.
33707         * lib/human.c: Don't include "gettext.h".
33708         (_): Remove; no longer used.
33709         Don't include <xstrtol.h>, since human.h does it.
33710         (human_options): Adjust to abovementioned interface changes.
33711         Do not report error to stderr; that's now the caller's
33712         responsibility.
33713         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
33714         interface change.
33715         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
33716         Str, Argument_type_string.  All uses changed.  Put " argument"
33717         in diagnostics to make them clearer.  Change wording of suffix
33718         message for clarity.
33719         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
33720         Argument_type_string.
33721         (STRTOL_FATAL_WARN): Remove; no longer used.
33722         * modules/human (Depends-on): Remove gettext-h.
33723
33724 2007-08-06  Simon Josefsson  <simon@josefsson.org>
33725
33726         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
33727
33728 2007-07-31  Bruno Haible  <bruno@clisp.org>
33729
33730         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
33731         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
33732         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
33733
33734 2007-07-31  Bruno Haible  <bruno@clisp.org>
33735
33736         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
33737         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
33738
33739 2007-07-30  Bruno Haible  <bruno@clisp.org>
33740
33741         * modules/base64 (License): Use the synonymous term "LGPLv2+".
33742         * modules/c-ctype (License): Likewise.
33743         * modules/c-strcase (License): Likewise.
33744         * modules/check-version (License): Likewise.
33745         * modules/iconv (License): Likewise.
33746         * modules/iconv_open (License): Likewise.
33747         * modules/read-file (License): Likewise.
33748         * modules/striconv (License): Likewise.
33749         * modules/strverscmp (License): Likewise.
33750         * modules/vasprintf (License): Likewise.
33751         * modules/crypto/des (License): Likewise.
33752         * modules/crypto/gc (License): Likewise.
33753         * modules/crypto/gc-arcfour (License): Likewise.
33754         * modules/crypto/gc-arctwo (License): Likewise.
33755         * modules/crypto/gc-des (License): Likewise.
33756         * modules/crypto/gc-hmac-md5 (License): Likewise.
33757         * modules/crypto/gc-hmac-sha1 (License): Likewise.
33758         * modules/crypto/gc-md2 (License): Likewise.
33759         * modules/crypto/gc-md4 (License): Likewise.
33760         * modules/crypto/gc-md5 (License): Likewise.
33761         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
33762         * modules/crypto/gc-random (License): Likewise.
33763         * modules/crypto/gc-rijndael (License): Likewise.
33764         * modules/crypto/gc-sha1 (License): Likewise.
33765         * modules/crypto/md2 (License): Likewise.
33766         * modules/crypto/md4 (License): Likewise.
33767
33768 2007-07-30  Jim Meyering  <jim@meyering.net>
33769
33770         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
33771         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
33772         it has valid stat data.  This bug would cause du not to count the
33773         sizes of inaccessible directories.
33774         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
33775         in <http://bugzilla.redhat.com/250077>.
33776
33777 2007-07-25  Peter O'Gorman  <peter@pogma.com>
33778             Bruno Haible  <bruno@clisp.org>
33779
33780         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
33781         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
33782         #include_next, gives a diagnostic about it, but reports no error in
33783         the exit code.
33784         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
33785
33786 2007-07-24  Ben Pfaff  <blp@gnu.org>
33787
33788         Improve name: "count-one-bits" is better than "popcount".
33789         * MODULES.html.sh: Update name.
33790         * lib/popcount.h: Renamed lib/count-one-bits.h.
33791         (popcount): Renamed count_one_bits.
33792         (popcountl): Renamed count_one_bits_l.
33793         (popcountll): Renamed count_one_bits_ll.
33794         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
33795         * modules/popcount: Renamed module/count-one-bits.
33796         * modules/popcount-tests: Renamed module/count-one-bits-tests.
33797         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
33798
33799 2007-07-23  Ben Pfaff  <blp@gnu.org>
33800
33801         * lib/popcount.h (popcount32): Reduce size of constants, to allow
33802         better code generation, and add U to large constants to avoid
33803         warnings, in non-GCC case.
33804         Suggested by Bruno Haible.
33805
33806 2007-07-23  Ben Pfaff  <blp@gnu.org>
33807
33808         * lib/popcount.h: Use verify_true instead of if...abort.
33809         * modules/popcount: Depend on verify module.
33810         Suggested by Jim Meyering.
33811
33812 2007-07-23  Bruno Haible  <bruno@clisp.org>
33813
33814         * gnulib-tool (func_import): Create a .cvsignore file also when the
33815         directory is not yet in CVS but the toplevel directory is. When
33816         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
33817         Reported by Karl Berry.
33818
33819 2007-07-22  Ben Pfaff  <blp@gnu.org>
33820
33821         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
33822         case.
33823         Suggested by Eric Blake.
33824
33825 2007-07-22  Ben Pfaff  <blp@gnu.org>
33826
33827         New module: popcount.
33828         * MODULES.html.sh: Add popcount.
33829         * modules/popcount: New file.
33830         * modules/popcount-tests: New file.
33831         * tests/test-popcount.c: New file.
33832         * lib/popcount.h: New file.
33833         * m4/popcount.m4: New file.
33834
33835 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
33836
33837         * build-aux/announce-gen: Update to GPLv3.
33838
33839         * build-aux/config.guess: Update from config.
33840
33841 2007-07-21  Bruno Haible  <bruno@clisp.org>
33842
33843         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
33844         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
33845
33846 2007-07-20  Jim Meyering  <jim@meyering.net>
33847
33848         * check-module: Diagnose a self-dependency.
33849
33850 2007-07-19  Bruno Haible  <bruno@clisp.org>
33851
33852         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
33853         empty.
33854         Reported by Eric Blake.
33855
33856 2007-07-18  Bruno Haible  <bruno@clisp.org>
33857
33858         * gnulib-tool: New options --po-base, --po-domain.
33859         (func_usage): Document them.
33860         (pobase, po_domain): New variables.
33861         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
33862         DEFAULT_TEXT_DOMAIN.
33863         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
33864         (func_import): Consider pobase and po_domain. Create a po/ directory.
33865         (func_create_testdir): Set pobase and po_domain to empty.
33866         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
33867         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
33868
33869 2007-07-18  Bruno Haible  <bruno@clisp.org>
33870
33871         * gnulib-tool (func_get_automake_snippet): Synthesize also an
33872         EXTRA_DIST augmentation for files in build-aux/.
33873
33874 2007-07-16  Bruno Haible  <bruno@clisp.org>
33875
33876         * modules/lseek (License): Use the synonymous term "LGPLv2+".
33877         * modules/getdelim (License): Likewise.
33878
33879 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33880
33881         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
33882         * modules/d-type (License): Likewise.
33883         * modules/extensions (License): Likewise.
33884         * modules/fnmatch (License): Likewise.
33885         * modules/fseeko (License): Likewise.
33886         * modules/getaddrinfo (License): Likewise.
33887         * modules/getline (License): Likewise.
33888         * modules/getlogin_r (License): Likewise.
33889         * modules/getpass (License): Likewise.
33890         * modules/gettimeofday (License): Likewise.
33891         * modules/glob (License): Likewise.
33892         * modules/inet_ntop (License): Likewise.
33893         * modules/malloc (License): Likewise.
33894         * modules/malloca (License): Likewise.
33895         * modules/memmem (License): Likewise.
33896         * modules/mempcpy (License): Likewise.
33897         * modules/memset (License): Likewise.
33898         * modules/minmax (License): Likewise.
33899         * modules/mktime (License): Likewise.
33900         * modules/netinet_in (License): Likewise.
33901         * modules/pathmax (License): Likewise.
33902         * modules/poll (License): Likewise.
33903         * modules/regex (License): Likewise.
33904         * modules/snprintf (License): Likewise.
33905         * modules/stdbool (License): Likewise.
33906         * modules/stdint (License): Likewise.
33907         * modules/stdio (License): Likewise.
33908         * modules/strcase (License): Likewise.
33909         * modules/strcasestr (License): Likewise.
33910         * modules/strdup (License): Likewise.
33911         * modules/string (License): Likewise.
33912         * modules/strndup (License): Likewise.
33913         * modules/strnlen (License): Likewise.
33914         * modules/strpbrk (License): Likewise.
33915         * modules/strptime (License): Likewise.
33916         * modules/strsep (License): Likewise.
33917         * modules/sys_select (License): Likewise.
33918         * modules/sys_socket (License): Likewise.
33919         * modules/sys_stat (License): Likewise.
33920         * modules/sys_time (License): Likewise.
33921         * modules/time (License): Likewise.
33922         * modules/time_r (License): Likewise.
33923         * modules/timegm (License): Likewise.
33924         * modules/unistd (License): Likewise.
33925         * modules/vsnprintf (License): Likewise.
33926         * modules/wctype (License): Likewise.
33927
33928 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33929
33930         * modules/argz (License): LGPLv2+.
33931
33932 2007-07-15  Karl Berry  <karl@gnu.org>
33933
33934         * doc/gnulib.texi: revise node structure per new fdl.texi.
33935
33936 2007-07-14  Bruno Haible  <bruno@clisp.org>
33937
33938         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
33939         the output file.
33940         * lib/uniname/uninames.h: Regenerated.
33941
33942 2007-07-14  Karl Berry  <karl@gnu.org>
33943
33944         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
33945         omitting sectioning and index commands.
33946
33947 2007-07-13  Bruno Haible  <bruno@clisp.org>
33948
33949         New gnulib-tool option --more-symlinks.
33950         * gnulib-tool (func_usage): Document --more-symlinks.
33951         (do_copyrights): New variable.
33952         Recognize option --more-symlinks.
33953         (func_import): Don't add a copyright notice transform to
33954         sed_transform_lib_file if do_copyrights is empty.
33955
33956 2007-07-13  Bruno Haible  <bruno@clisp.org>
33957
33958         * lib/vasnprintf.c (decimal_point_char): Define also if
33959         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
33960         && !NEED_PRINTF_DIRECTIVE_A.
33961         Reported by Clemens Koller <clemens.koller@anagramm.de> via
33962         Gary V. Vaughan <gary@gnu.org>.
33963
33964 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
33965
33966         * lib/inttypes_.h: Undo previous change, since it was fixed
33967         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
33968
33969 2007-07-13  Bruno Haible  <bruno@clisp.org>
33970
33971         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
33972         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
33973
33974 2007-07-13  Jim Meyering  <jim@meyering.net>
33975
33976         df: Don't fail for Tru64's "file-on-file mount".
33977         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
33978         so we fall through and use statfs instead.  Details here:
33979         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
33980         Reported by Albert Chin.
33981
33982 2007-07-13  Bruno Haible  <bruno@clisp.org>
33983
33984         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
33985         * modules/configmake (License): Likewise.
33986         * modules/gettext (License): Likewise.
33987         * modules/gettext-h (License): Likewise.
33988         * modules/include_next (License): Likewise.
33989         * modules/link-warning (License): Likewise.
33990         * modules/localcharset (License): Likewise.
33991         * modules/localename (License): Likewise.
33992         * modules/lock (License): Likewise.
33993         * modules/relocatable-lib-lgpl (License): Likewise.
33994         * modules/size_max (License): Likewise.
33995         * modules/vasnprintf (License): Likewise.
33996         * modules/wchar (License): Likewise.
33997         * modules/xsize (License): Likewise.
33998
33999 2007-07-13  Bruno Haible  <bruno@clisp.org>
34000
34001         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
34002         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
34003
34004 2007-07-12  Bruno Haible  <bruno@clisp.org>
34005
34006         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
34007         in the modules files.
34008
34009 2007-07-11  Karl Berry  <karl@gnu.org>
34010
34011         * MODULES.html.sh (func_module): use
34012          sed -e '\|^'"${includefile}"'$|d'
34013          instead of /.../d, to avoid errors on $includefile's containing /.
34014
34015 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
34016
34017         * gnulib-tool (func_import): Avoid duplication of --avoid
34018         statements
34019         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
34020         names to `_' in variable names.
34021
34022 2007-07-10  Eric Blake  <ebb9@byu.net>
34023
34024         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
34025         * NEWS: Document this change.
34026
34027 2007-07-08  Bruno Haible  <bruno@clisp.org>
34028
34029         Update to Unicode 5.0.
34030         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
34031         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
34032         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
34033         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
34034         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
34035         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
34036         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
34037         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
34038         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
34039         U+10A3F, U+1D242..U+1D244.
34040         (nonspacing_table_ind): Update.
34041         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
34042         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
34043
34044 2007-07-08  Bruno Haible  <bruno@clisp.org>
34045
34046         Update to Unicode 5.0.
34047         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
34048         code transform. Extend the name index field of unicode_name_to_code and
34049         unicode_code_to_name from 16 to 24 bits.
34050         * lib/uniname/uniname.c (unicode_character_name,
34051         unicode_name_character): Add the range 0x12xxx to the code transform.
34052         * lib/uniname/uninames.h: Regenerated.
34053         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
34054
34055 2007-07-07  Bruno Haible  <bruno@clisp.org>
34056
34057         * modules/wcwidth-tests: New file.
34058         * tests/test-wcwidth.c: New file.
34059
34060         Work around MacOS X wcwidth() bug.
34061         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
34062         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
34063         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
34064         original wcwidth in non-UTF-8 locales.
34065         * modules/wcwidth (Depends-on): Add localcharset, streq,
34066         uniwidth/width.
34067         * doc/functions/wcwidth.texi: Update.
34068
34069 2007-07-07  Bruno Haible  <bruno@clisp.org>
34070
34071         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
34072         (wcwidth): New declaration.
34073         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
34074         macros.
34075         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
34076         here. Prepare for creating <wchar.h> unconditionally.
34077         * modules/wchar (Depends-on): Add link-warning.
34078         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
34079         REPLACE_WCWIDTH, and GL_LINK_WARNING.
34080         * lib/wcwidth.h: Remove file.
34081         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
34082         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
34083         * modules/wcwidth (Files): Remove lib/wcwidth.h.
34084         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
34085         (Include): Replace wcwidth.h with <wchar.h>.
34086         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
34087         * lib/mbchar.h: Don't include wcwidth.h.
34088         * lib/mbswidth.c: Likewise.
34089         * NEWS: Mention the change.
34090
34091 2007-07-07  Bruno Haible  <bruno@clisp.org>
34092
34093         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
34094         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
34095         definition with an external declaration.
34096         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
34097         defined as a function. Remove AC_C_INLINE requirement.
34098         * modules/wcwidth (Files): Add lib/wcwidth.c.
34099         (Makefile.am): Remove redundant statement.
34100
34101 2007-07-07  Bruno Haible  <bruno@clisp.org>
34102
34103         * MODULES.html.sh (Unicode string functions): Add the new modules.
34104
34105         * tests/uniwidth/test-u32-strwidth.c: New file.
34106         * modules/uniwidth/u32-strwidth-tests: New file.
34107
34108         * lib/uniwidth/u32-strwidth.c: New file.
34109         * modules/uniwidth/u32-strwidth: New file.
34110
34111         * tests/uniwidth/test-u16-strwidth.c: New file.
34112         * modules/uniwidth/u16-strwidth-tests: New file.
34113
34114         * lib/uniwidth/u16-strwidth.c: New file.
34115         * modules/uniwidth/u16-strwidth: New file.
34116
34117         * tests/uniwidth/test-u8-strwidth.c: New file.
34118         * modules/uniwidth/u8-strwidth-tests: New file.
34119
34120         * lib/uniwidth/u8-strwidth.c: New file.
34121         * modules/uniwidth/u8-strwidth: New file.
34122
34123         * tests/uniwidth/test-u32-width.c: New file.
34124         * modules/uniwidth/u32-width-tests: New file.
34125
34126         * lib/uniwidth/u32-width.c: New file.
34127         * modules/uniwidth/u32-width: New file.
34128
34129         * tests/uniwidth/test-u16-width.c: New file.
34130         * modules/uniwidth/u16-width-tests: New file.
34131
34132         * lib/uniwidth/u16-width.c: New file.
34133         * modules/uniwidth/u16-width: New file.
34134
34135         * tests/uniwidth/test-u8-width.c: New file.
34136         * modules/uniwidth/u8-width-tests: New file.
34137
34138         * lib/uniwidth/u8-width.c: New file.
34139         * modules/uniwidth/u8-width: New file.
34140
34141         * tests/uniwidth/test-uc_width.c: New file.
34142         * modules/uniwidth/width-tests: New file.
34143
34144         * lib/uniwidth/width.c: New file, from GNU libiconv.
34145         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
34146         * modules/uniwidth/width: New file.
34147
34148         * lib/uniwidth.h: New file, from GNU libiconv.
34149         * modules/uniwidth/base: New file.
34150
34151 2007-07-07  Bruno Haible  <bruno@clisp.org>
34152
34153         * lib/uniname.h: New file, from GNU gettext.
34154         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
34155         * lib/uniname/uninames.h: New file, from GNU gettext.
34156         * lib/uniname/uniname.c: New file, from GNU gettext.
34157         * tests/uniname/test-uninames.sh: New file.
34158         * tests/uniname/test-uninames.c: New file, from GNU gettext.
34159         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
34160         * modules/uniname/base: New file.
34161         * modules/uniname/uniname: New file.
34162         * modules/uniname/uniname-tests: New file.
34163         * MODULES.html.sh (Unicode string functions): Add the new modules.
34164
34165 2007-07-06  Bruno Haible  <bruno@clisp.org>
34166
34167         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
34168
34169 2007-07-06  Bruno Haible  <bruno@clisp.org>
34170
34171         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
34172         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
34173         includes <cygwin/sys_time.h> which includes <sys/select.h> which
34174         include <sys/time.h>.
34175         Reported by Eric Blake.
34176
34177 2007-07-06  Eric Blake  <ebb9@byu.net>
34178
34179         Fix testing canonicalize on cygwin.
34180         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
34181         Revert patch from 2007-06-19.
34182         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
34183         canonicalize module is also in use.
34184         * tests/test-canonicalize.c: New file.
34185         * tests/test-canonicalize.sh: Likewise.
34186         * modules/canonicalize-tests: Likewise.
34187
34188 2007-07-06  Jim Meyering  <jim@meyering.net>
34189
34190         * lib/getugroups.c (getugroups): Detect getgrent failure.
34191         Adjust comment to reflect reality: this function may return -1.
34192
34193 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
34194
34195         * build-aux/bootstrap (TP_URL,get_translations): Update to use
34196         the new TP address.
34197         (usage): Fix typo
34198         (gnulib_mk): New variable.
34199
34200 2007-07-05  Jim Meyering  <jim@meyering.net>
34201
34202         Don't let endgrent clobber errno, no matter how improbable.
34203         * lib/getugroups.c (getugroups): Save and restore errno around
34204         endgrent call.
34205
34206         Close the group DB even when failing with 2^31 or more members.
34207         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
34208
34209 2007-07-04  Jim Meyering  <jim@meyering.net>
34210
34211         * lib/getugroups.h: New file.
34212         * lib/getugroups.c: Include "getugroups.h".
34213         Remove uses of "register" keyword.
34214         Move local variable, "cp", down into scope where used.
34215         Give "username" parameter the "const" attribute.
34216         * modules/getugroups (Files): Add lib/getugroups.h
34217
34218 2007-07-04  Karl Berry  <karl@gnu.org>
34219
34220         * MODULES.html.sh (func_all_modules): Complete rename of
34221         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
34222
34223 2007-07-02  Bruno Haible  <bruno@clisp.org>
34224
34225         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
34226         mode, when inttypes.h comes from gnulib.
34227         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
34228
34229 2007-07-02  Simon Josefsson  <simon@josefsson.org>
34230
34231         * NEWS: Mention lgpl module name change.
34232
34233         * modules/lgpl-2.1: Renamed from lgpl.
34234
34235         * NEWS: Mention gpl module name change.
34236
34237         * modules/gpl-3.0: New file, based on gpl-2.0.
34238
34239         * modules/gpl-2.0: Renamed from gpl.
34240
34241         * modules/gpl: Fix filename, doc/gpl.texi is now found at
34242         doc/gpl-2.0.texi.
34243
34244 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
34245
34246         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
34247         #define __STDC_LIMIT_MACROS temporarily while including
34248         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
34249         Problem reported by Joel E. Denny in
34250         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
34251
34252 2007-07-01  Bruno Haible  <bruno@clisp.org>
34253
34254         * lib/unistdio.h: New file.
34255         * lib/unistdio/u-asnprintf.h: New file.
34256         * lib/unistdio/u-asprintf.h: New file.
34257         * lib/unistdio/u-printf-args.c: New file.
34258         * lib/unistdio/u-printf-args.h: New file.
34259         * lib/unistdio/u-printf-parse.h: New file.
34260         * lib/unistdio/u-snprintf.h: New file.
34261         * lib/unistdio/u-sprintf.h: New file.
34262         * lib/unistdio/u-vasprintf.h: New file.
34263         * lib/unistdio/u-vsnprintf.h: New file.
34264         * lib/unistdio/u-vsprintf.h: New file.
34265         * lib/unistdio/ulc-asnprintf.c: New file.
34266         * lib/unistdio/ulc-asprintf.c: New file.
34267         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
34268         * lib/unistdio/ulc-printf-parse.c: New file.
34269         * lib/unistdio/ulc-snprintf.c: New file.
34270         * lib/unistdio/ulc-sprintf.c: New file.
34271         * lib/unistdio/ulc-vasnprintf.c: New file.
34272         * lib/unistdio/ulc-vasprintf.c: New file.
34273         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
34274         * lib/unistdio/ulc-vsnprintf.c: New file.
34275         * lib/unistdio/ulc-vsprintf.c: New file.
34276         * lib/unistdio/u8-asnprintf.c: New file.
34277         * lib/unistdio/u8-asprintf.c: New file.
34278         * lib/unistdio/u8-printf-parse.c: New file.
34279         * lib/unistdio/u8-snprintf.c: New file.
34280         * lib/unistdio/u8-sprintf.c: New file.
34281         * lib/unistdio/u8-vasnprintf.c: New file.
34282         * lib/unistdio/u8-vasprintf.c: New file.
34283         * lib/unistdio/u8-vsnprintf.c: New file.
34284         * lib/unistdio/u8-vsprintf.c: New file.
34285         * lib/unistdio/u8-u8-asnprintf.c: New file.
34286         * lib/unistdio/u8-u8-asprintf.c: New file.
34287         * lib/unistdio/u8-u8-snprintf.c: New file.
34288         * lib/unistdio/u8-u8-sprintf.c: New file.
34289         * lib/unistdio/u8-u8-vasnprintf.c: New file.
34290         * lib/unistdio/u8-u8-vasprintf.c: New file.
34291         * lib/unistdio/u8-u8-vsnprintf.c: New file.
34292         * lib/unistdio/u8-u8-vsprintf.c: New file.
34293         * lib/unistdio/u16-asnprintf.c: New file.
34294         * lib/unistdio/u16-asprintf.c: New file.
34295         * lib/unistdio/u16-printf-parse.c: New file.
34296         * lib/unistdio/u16-snprintf.c: New file.
34297         * lib/unistdio/u16-sprintf.c: New file.
34298         * lib/unistdio/u16-vasnprintf.c: New file.
34299         * lib/unistdio/u16-vasprintf.c: New file.
34300         * lib/unistdio/u16-vsnprintf.c: New file.
34301         * lib/unistdio/u16-vsprintf.c: New file.
34302         * lib/unistdio/u16-u16-asnprintf.c: New file.
34303         * lib/unistdio/u16-u16-asprintf.c: New file.
34304         * lib/unistdio/u16-u16-snprintf.c: New file.
34305         * lib/unistdio/u16-u16-sprintf.c: New file.
34306         * lib/unistdio/u16-u16-vasnprintf.c: New file.
34307         * lib/unistdio/u16-u16-vasprintf.c: New file.
34308         * lib/unistdio/u16-u16-vsnprintf.c: New file.
34309         * lib/unistdio/u16-u16-vsprintf.c: New file.
34310         * lib/unistdio/u32-asnprintf.c: New file.
34311         * lib/unistdio/u32-asprintf.c: New file.
34312         * lib/unistdio/u32-printf-parse.c: New file.
34313         * lib/unistdio/u32-snprintf.c: New file.
34314         * lib/unistdio/u32-sprintf.c: New file.
34315         * lib/unistdio/u32-vasnprintf.c: New file.
34316         * lib/unistdio/u32-vasprintf.c: New file.
34317         * lib/unistdio/u32-vsnprintf.c: New file.
34318         * lib/unistdio/u32-vsprintf.c: New file.
34319         * lib/unistdio/u32-u32-asnprintf.c: New file.
34320         * lib/unistdio/u32-u32-asprintf.c: New file.
34321         * lib/unistdio/u32-u32-snprintf.c: New file.
34322         * lib/unistdio/u32-u32-sprintf.c: New file.
34323         * lib/unistdio/u32-u32-vasnprintf.c: New file.
34324         * lib/unistdio/u32-u32-vasprintf.c: New file.
34325         * lib/unistdio/u32-u32-vsnprintf.c: New file.
34326         * lib/unistdio/u32-u32-vsprintf.c: New file.
34327         * tests/unistdio/test-ulc-asnprintf1.c: New file.
34328         * tests/unistdio/test-ulc-asnprintf1.h: New file.
34329         * tests/unistdio/test-ulc-printf1.h: New file.
34330         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
34331         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
34332         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
34333         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
34334         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
34335         * tests/unistdio/test-ulc-vasprintf1.c: New file.
34336         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
34337         * tests/unistdio/test-ulc-vsprintf1.c: New file.
34338         * tests/unistdio/test-u8-asnprintf1.c: New file.
34339         * tests/unistdio/test-u8-asnprintf1.h: New file.
34340         * tests/unistdio/test-u8-printf1.h: New file.
34341         * tests/unistdio/test-u8-vasnprintf1.c: New file.
34342         * tests/unistdio/test-u8-vasnprintf2.c: New file.
34343         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
34344         * tests/unistdio/test-u8-vasnprintf3.c: New file.
34345         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
34346         * tests/unistdio/test-u8-vasprintf1.c: New file.
34347         * tests/unistdio/test-u8-vsnprintf1.c: New file.
34348         * tests/unistdio/test-u8-vsprintf1.c: New file.
34349         * tests/unistdio/test-u16-asnprintf1.c: New file.
34350         * tests/unistdio/test-u16-asnprintf1.h: New file.
34351         * tests/unistdio/test-u16-printf1.h: New file.
34352         * tests/unistdio/test-u16-vasnprintf1.c: New file.
34353         * tests/unistdio/test-u16-vasnprintf2.c: New file.
34354         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
34355         * tests/unistdio/test-u16-vasnprintf3.c: New file.
34356         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
34357         * tests/unistdio/test-u16-vasprintf1.c: New file.
34358         * tests/unistdio/test-u16-vsnprintf1.c: New file.
34359         * tests/unistdio/test-u16-vsprintf1.c: New file.
34360         * tests/unistdio/test-u32-asnprintf1.c: New file.
34361         * tests/unistdio/test-u32-asnprintf1.h: New file.
34362         * tests/unistdio/test-u32-printf1.h: New file.
34363         * tests/unistdio/test-u32-vasnprintf1.c: New file.
34364         * tests/unistdio/test-u32-vasnprintf2.c: New file.
34365         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
34366         * tests/unistdio/test-u32-vasnprintf3.c: New file.
34367         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
34368         * tests/unistdio/test-u32-vasprintf1.c: New file.
34369         * tests/unistdio/test-u32-vsnprintf1.c: New file.
34370         * tests/unistdio/test-u32-vsprintf1.c: New file.
34371         * modules/unistdio/base: New file.
34372         * modules/unistdio/u-printf-args: New file.
34373         * modules/unistdio/ulc-asnprintf: New file.
34374         * modules/unistdio/ulc-asprintf: New file.
34375         * modules/unistdio/ulc-fprintf: New file.
34376         * modules/unistdio/ulc-printf-parse: New file.
34377         * modules/unistdio/ulc-snprintf: New file.
34378         * modules/unistdio/ulc-sprintf: New file.
34379         * modules/unistdio/ulc-vasnprintf: New file.
34380         * modules/unistdio/ulc-vasprintf: New file.
34381         * modules/unistdio/ulc-vfprintf: New file.
34382         * modules/unistdio/ulc-vsnprintf: New file.
34383         * modules/unistdio/ulc-vsprintf: New file.
34384         * modules/unistdio/u8-asnprintf: New file.
34385         * modules/unistdio/u8-asprintf: New file.
34386         * modules/unistdio/u8-printf-parse: New file.
34387         * modules/unistdio/u8-snprintf: New file.
34388         * modules/unistdio/u8-sprintf: New file.
34389         * modules/unistdio/u8-vasnprintf: New file.
34390         * modules/unistdio/u8-vasprintf: New file.
34391         * modules/unistdio/u8-vsnprintf: New file.
34392         * modules/unistdio/u8-vsprintf: New file.
34393         * modules/unistdio/u8-u8-asnprintf: New file.
34394         * modules/unistdio/u8-u8-asprintf: New file.
34395         * modules/unistdio/u8-u8-snprintf: New file.
34396         * modules/unistdio/u8-u8-sprintf: New file.
34397         * modules/unistdio/u8-u8-vasnprintf: New file.
34398         * modules/unistdio/u8-u8-vasprintf: New file.
34399         * modules/unistdio/u8-u8-vsnprintf: New file.
34400         * modules/unistdio/u8-u8-vsprintf: New file.
34401         * modules/unistdio/u16-asnprintf: New file.
34402         * modules/unistdio/u16-asprintf: New file.
34403         * modules/unistdio/u16-printf-parse: New file.
34404         * modules/unistdio/u16-snprintf: New file.
34405         * modules/unistdio/u16-sprintf: New file.
34406         * modules/unistdio/u16-vasnprintf: New file.
34407         * modules/unistdio/u16-vasprintf: New file.
34408         * modules/unistdio/u16-vsnprintf: New file.
34409         * modules/unistdio/u16-vsprintf: New file.
34410         * modules/unistdio/u16-u16-asnprintf: New file.
34411         * modules/unistdio/u16-u16-asprintf: New file.
34412         * modules/unistdio/u16-u16-snprintf: New file.
34413         * modules/unistdio/u16-u16-sprintf: New file.
34414         * modules/unistdio/u16-u16-vasnprintf: New file.
34415         * modules/unistdio/u16-u16-vasprintf: New file.
34416         * modules/unistdio/u16-u16-vsnprintf: New file.
34417         * modules/unistdio/u16-u16-vsprintf: New file.
34418         * modules/unistdio/u32-asnprintf: New file.
34419         * modules/unistdio/u32-asprintf: New file.
34420         * modules/unistdio/u32-printf-parse: New file.
34421         * modules/unistdio/u32-snprintf: New file.
34422         * modules/unistdio/u32-sprintf: New file.
34423         * modules/unistdio/u32-vasnprintf: New file.
34424         * modules/unistdio/u32-vasprintf: New file.
34425         * modules/unistdio/u32-vsnprintf: New file.
34426         * modules/unistdio/u32-vsprintf: New file.
34427         * modules/unistdio/u32-u32-asnprintf: New file.
34428         * modules/unistdio/u32-u32-asprintf: New file.
34429         * modules/unistdio/u32-u32-snprintf: New file.
34430         * modules/unistdio/u32-u32-sprintf: New file.
34431         * modules/unistdio/u32-u32-vasnprintf: New file.
34432         * modules/unistdio/u32-u32-vasprintf: New file.
34433         * modules/unistdio/u32-u32-vsnprintf: New file.
34434         * modules/unistdio/u32-u32-vsprintf: New file.
34435         * modules/unistdio/ulc-asnprintf-tests: New file.
34436         * modules/unistdio/ulc-vasnprintf-tests: New file.
34437         * modules/unistdio/ulc-vasprintf-tests: New file.
34438         * modules/unistdio/ulc-vsnprintf-tests: New file.
34439         * modules/unistdio/ulc-vsprintf-tests: New file.
34440         * modules/unistdio/u8-asnprintf-tests: New file.
34441         * modules/unistdio/u8-vasnprintf-tests: New file.
34442         * modules/unistdio/u8-vasprintf-tests: New file.
34443         * modules/unistdio/u8-vsnprintf-tests: New file.
34444         * modules/unistdio/u8-vsprintf-tests: New file.
34445         * modules/unistdio/u16-asnprintf-tests: New file.
34446         * modules/unistdio/u16-vasnprintf-tests: New file.
34447         * modules/unistdio/u16-vasprintf-tests: New file.
34448         * modules/unistdio/u16-vsnprintf-tests: New file.
34449         * modules/unistdio/u16-vsprintf-tests: New file.
34450         * modules/unistdio/u32-asnprintf-tests: New file.
34451         * modules/unistdio/u32-vasnprintf-tests: New file.
34452         * modules/unistdio/u32-vasprintf-tests: New file.
34453         * modules/unistdio/u32-vsnprintf-tests: New file.
34454         * modules/unistdio/u32-vsprintf-tests: New file.
34455         * MODULES.html.sh (Unicode string functions): Add the new modules.
34456
34457 2007-07-01  Bruno Haible  <bruno@clisp.org>
34458
34459         * lib/sprintf.c (sprintf): Limit the available length estimation,
34460         to avoid address wraparound.
34461         * lib/vsprintf.c (vsprintf): Likewise.
34462         * modules/sprintf-posix (Dependencies): Add stdint.
34463         * modules/vsprintf-posix (Dependencies): Likewise.
34464
34465 2007-07-01  Bruno Haible  <bruno@clisp.org>
34466
34467         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
34468         Windows PATH as well. Conservative double-quoting. Comments.
34469
34470 2007-07-01  Bruno Haible  <bruno@clisp.org>
34471             Eric Blake  <ebb9@byu.net>
34472             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34473
34474         * gnulib-tool (self_abspathname): Fix algorithm to cope with
34475         empty components in $PATH, denoting '.'.
34476
34477 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34478
34479         * gnulib-tool: Fix indentation.
34480         (func_create_megatestdir): Likewise.
34481         Report by Bruno Haible.
34482
34483 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34484
34485         Sync from Automake.
34486         * build-aux/gnupload: Fix shell portability issues with for loops.
34487         Report by Karl Berry.
34488
34489 2007-06-29  Simon Josefsson  <simon@josefsson.org>
34490
34491         * build-aux/maint.mk (POURL): Use translationproject.org.
34492
34493 2007-06-27  Simon Josefsson  <simon@josefsson.org>
34494             Bruno Haible  <bruno@clisp.org>
34495
34496         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
34497         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
34498         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
34499         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
34500         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
34501
34502 2007-06-27  Bruno Haible  <bruno@clisp.org>
34503
34504         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
34505         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
34506
34507 2007-06-26  Karl Berry  <karl@gnu.org>
34508
34509         * MODULES.html.sh: remove xreadlink-with-size.
34510
34511 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
34512
34513         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
34514         method that I hope also handles the double-include problem noted
34515         by Bruno Haible in
34516         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
34517
34518 2007-06-23  Bruno Haible  <bruno@clisp.org>
34519
34520         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34521         Don't let the 'mostlyclean' target fail if the last subdirectory could
34522         not be removed.
34523         Reported by Karl Berry.
34524
34525 2007-06-23  Bruno Haible  <bruno@clisp.org>
34526
34527         * gnulib-tool (echo): Add a speedier workaround for ksh.
34528         * tests/test-echo.sh: Likewise.
34529
34530 2007-06-23  Bruno Haible  <bruno@clisp.org>
34531
34532         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
34533         * tests/test-echo.sh: Likewise.
34534
34535 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34536
34537         * gnulib-tool (IFS): Initialize early, so we don't set it to
34538         empty later.
34539         (self_abspathname): Rewrite algorithm to set it, reindent.
34540         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
34541         (func_create_megatestdir): Merge some sed scripts.
34542
34543 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
34544
34545         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
34546         exposed by Sun Studio 11 cc on Solaris 8.
34547
34548 2007-06-22  Bruno Haible  <bruno@clisp.org>
34549
34550         * gnulib-tool (echo): Ensure the echo primitive does not interpret
34551         backslashes.
34552         * tests/test-echo.sh: New file.
34553
34554 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34555
34556         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
34557         simplify `sed_replace_build_aux' scripts, they are portable but
34558         echoing them with `echo' is not.
34559         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
34560
34561 2007-06-21  Karl Berry  <karl@gnu.org>
34562
34563         * config/srclist.txt: guess we can't handle the licenses via
34564         srclist at the moment.
34565
34566 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
34567
34568         * MODULES.html.sh: Add include_next.
34569         * modules/include_next: New file.
34570
34571 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
34572
34573         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
34574         INCLUDE_NEXT.
34575         (gl_CHECK_NEXT_HEADERS): New macro.
34576         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
34577         the obsolescent gl_ABSOLUTE_HEADER.
34578         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
34579         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
34580         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
34581         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
34582         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
34583         * m4/math_h.m4 (gl_MATH_H): Likewise.
34584         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
34585         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
34586         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
34587         * m4/stdint.m4 (gl_STDINT_H): Likewise.
34588         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
34589         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
34590         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
34591         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
34592         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
34593         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
34594         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
34595         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
34596         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
34597         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
34598         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
34599         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
34600         * m4/inttypes.m4 (gl_INTTYPES_H): Define
34601         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
34602         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
34603         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
34604         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
34605         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
34606         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
34607         * lib/float_.h: Likewise.
34608         * lib/inttypes_.h: Likewise.
34609         * lib/math_.h: Likewise.
34610         * lib/search_.h: Likewise.
34611         * lib/signal_.h: Likewise.
34612         * lib/stdint_.h: Likewise.
34613         * lib/stdio_.h: Likewise.
34614         * lib/stdlib_.h: Likewise.
34615         * lib/string_.h: Likewise.
34616         * lib/sys_stat_.h: Likewise.
34617         * lib/sys_time_.h: Likewise.
34618         * lib/time_.h: Likewise.
34619         * lib/unistd_.h: Likewise.
34620         * lib/wchar_.h: Likewise.
34621         * lib/wctype_.h: Likewise.
34622         * lib/dirent_.h: Likewise.
34623         * lib/iconv_.h: Likewise.
34624         * lib/locale_.h: Likewise.
34625         * lib/netinet_in_.h: Likewise.
34626         * lib/sys_select_.h: Likewise.
34627         * lib/sys_socket_.h: Likewise.
34628         * lib/sysexits_.h: Likewise.
34629         * modules/fcntl (Depends-on): Depend on include_next, not
34630         absolute_header.
34631         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
34632         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
34633         * modules/fchdir: Likewise.
34634         * modules/float: Likewise.
34635         * modules/iconv_open: Likewise.
34636         * modules/inttypes: Likewise.
34637         * modules/locale: Likewise.
34638         * modules/math: Likewise.
34639         * modules/netinet_in: Likewise.
34640         * modules/search: Likewise.
34641         * modules/signal: Likewise.
34642         * modules/stdint: Likewise.
34643         * modules/stdio: Likewise.
34644         * modules/stdlib: Likewise.
34645         * modules/string: Likewise.
34646         * modules/sys_select: Likewise.
34647         * modules/sys_socket: Likewise.
34648         * modules/sys_stat: Likewise.
34649         * modules/sys_time: Likewise.
34650         * modules/sysexits: Likewise.
34651         * modules/time: Likewise.
34652         * modules/unistd: Likewise.
34653         * modules/wchar: Likewise.
34654         * modules/wctype: Likewise.
34655         * modules/sys_stat: Change maintainer to "all".
34656         * modules/unistd: Likewise.
34657
34658 2007-06-20  Karl Berry  <karl@gnu.org>
34659
34660         * config/srclist.txt: track www changes in license files.
34661
34662 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
34663
34664         * build-aux/bootstrap: Remove stray dot.
34665         Make sure build_aux settings are honored when linking
34666         gnulib_extra_files.
34667
34668 2007-06-19  Eric Blake  <ebb9@byu.net>
34669
34670         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
34671         Allow compilation on cygwin.
34672
34673 2007-06-19  Jim Meyering  <jim@meyering.net>
34674
34675         xreadlink-with-size: Remove module.  No longer used.
34676         Ex-callers now use xreadlink or mreadlink-with-size.
34677         * modules/xreadlink-with-size: Remove module.
34678         * lib/xreadlink-with-size.c: Remove file.
34679         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
34680         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
34681         just before the function definition *is* accurate.
34682
34683         Eliminate one way canonicalize_filename_mode could exit.
34684         * lib/canonicalize.c (canonicalize_filename_mode):
34685         Use mreadlink_with_size, not xreadlink_with_size.
34686
34687 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
34688
34689         Detect porting problems to FreeBSD/arm, which has time_t wider than
34690         long int.  Original problem reported for GNU diff by Xin Li in
34691         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
34692         * modules/getdate (Depends-on): Add intprops, verify.
34693         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
34694         is an integer type no wider than long int.
34695
34696 2007-06-18  Jim Meyering  <jim@meyering.net>
34697
34698         New module: mreadlink-with-size.
34699         * MODULES.html.sh: Add mreadlink-with-size.
34700         * modules/mreadlink-with-size: New module
34701         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
34702         not xreadlink-with-size.
34703         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
34704
34705 2007-06-16  Bruno Haible  <bruno@clisp.org>
34706
34707         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
34708         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
34709         Reported by Gary V. Vaughan <gary@gnu.org>.
34710
34711 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
34712
34713         Revamp lchown so that it lives in unistd.h where it belongs.
34714         * lib/lchown.h: Remove.
34715         * lib/dirchownmod.c: Don't include lib/lchown.h.
34716         * lib/fchownat.c: Likewise.
34717         * lib/openat.c: Likewise.
34718         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
34719         does not follow symlinks.
34720         (EOPNOTSUPP): Define if not defined.
34721         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
34722         is defined to 0.
34723         (lchown): New decl.
34724         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
34725         Do not check for lchown decl.
34726         Set REPLACE_LCHOWN.
34727         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
34728         REPLACE_LCHOWN.
34729         * modules/chown: Make it clear it follows symlinks.
34730         * modules/lchown: Make it clear it doesn't follow symlinks.
34731         (Files): Remove lib/lchown.h
34732         (Depends-on): Add unistd.
34733         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
34734         (Include): Include <unistd.h>, not "lchown.h".
34735         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
34736         REPLACE_LCHOWN.
34737
34738 2007-06-15  Jim Meyering  <jim@meyering.net>
34739
34740         Change license (GPL to LGPL) of fsusage and dependents.
34741         * modules/fsusage (License): Change to LGPL.
34742         * modules/full-read (License): Likewise.
34743         * modules/full-write (License): Likewise.
34744         * modules/safe-read (License): Likewise.
34745         * modules/safe-write (License): Likewise.
34746
34747 2007-06-14  Ben Pfaff  <blp@gnu.org>
34748
34749         Missing part of allocsa -> malloca transition.
34750         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
34751         gl_MALLOCA.
34752
34753 2007-06-12  Bruno Haible  <bruno@clisp.org>
34754
34755         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
34756         to ia64, x86_64, i386.
34757         Reported by Eric Blake.
34758
34759 2007-06-12  Bruno Haible  <bruno@clisp.org>
34760
34761         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
34762         cross-compiling to x86_64.
34763
34764 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
34765
34766         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
34767         glitch reported by Ralf Wildenhues in
34768         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
34769
34770         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
34771         Vin Shelton.
34772
34773 2007-06-11  Bruno Haible  <bruno@clisp.org>
34774
34775         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
34776         replacement string.
34777         Reported by Eric Blake.
34778
34779 2007-06-10  Bruno Haible  <bruno@clisp.org>
34780
34781         Prepare vasnprintf code for use with Unicode strings.
34782         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
34783         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
34784         TYPE_U32_STRING.
34785         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
34786         a_u32_string variants.
34787         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34788         * lib/printf-args.c: Don't include config.h and the specification
34789         header if PRINTF_FETCHARGS is already defined.
34790         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34791         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
34792         TYPE_U16_STRING, TYPE_U32_STRING.
34793         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
34794         u16_directive, u16_directives, u32_directive, u32_directives): New
34795         types.
34796         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
34797         New declarations.
34798         * lib/printf-parse.c: Don't include config.h and the specification
34799         header if PRINTF_PARSE is already defined. Eliminate the set of
34800         parameters for WIDE_CHAR_VERSION; the user of this file must provide
34801         them now. Include c-ctype.h.
34802         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
34803         directive and CHAR_T_ONLY_ASCII.
34804         * lib/vasnprintf.c: Don't include config.h and the specification header
34805         if VASNPRINTF is already defined.
34806         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
34807         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
34808         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
34809         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
34810         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
34811         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
34812         code accordingly.
34813         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
34814         pad_ourselves also in this case, with the 'c' and 's' directives, and
34815         with a different notion of "width".
34816         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
34817
34818 2007-06-10  Bruno Haible  <bruno@clisp.org>
34819
34820         * modules/unistr/u32-mbsnlen: New file.
34821         * lib/unistr/u32-mbsnlen.c: New file.
34822
34823         * modules/unistr/u16-mbsnlen: New file.
34824         * lib/unistr/u16-mbsnlen.c: New file.
34825
34826         * modules/unistr/u8-mbsnlen: New file.
34827         * lib/unistr/u8-mbsnlen.c: New file.
34828
34829         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
34830         declarations.
34831
34832 2007-06-10  Bruno Haible  <bruno@clisp.org>
34833
34834         * lib/string_.h (mbsnlen): New declaration.
34835         * lib/mbsnlen.c: New file.
34836         * m4/mbsnlen.m4: New file.
34837         * modules/mbsnlen: New file.
34838         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
34839         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
34840         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
34841
34842 2007-06-10  Bruno Haible  <bruno@clisp.org>
34843
34844         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
34845
34846 2007-06-10  Bruno Haible  <bruno@clisp.org>
34847
34848         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
34849         * lib/mbuiter.h: Likewise.
34850
34851 2007-06-10  Bruno Haible  <bruno@clisp.org>
34852
34853         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
34854         declaration.
34855
34856 2007-06-10  Karl Berry  <karl@gnu.org>
34857
34858         * config/srclist.txt: remove gettext entries, Bruno prefers
34859         to update individually.
34860
34861 2007-06-10  Bruno Haible  <bruno@clisp.org>
34862
34863         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
34864         'maxlen'. Ensure only length + width bytes are allocated, not
34865         length + 1 + width.
34866
34867 2007-06-09  Bruno Haible  <bruno@clisp.org>
34868
34869         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
34870         (CHAR_T): Remove macro.
34871         (VASNPRINTF): Update.
34872
34873 2007-06-09  Bruno Haible  <bruno@clisp.org>
34874
34875         * MODULES.html.sh (Unicode string functions): Add the new modules.
34876
34877         * modules/uniconv/u32-conv-to-enc: New file.
34878         * lib/uniconv/u32-conv-to-enc.c: New file.
34879         * modules/uniconv/u32-conv-to-enc-tests: New file.
34880         * tests/uniconv/test-u32-conv-to-enc.c: New file.
34881
34882         * modules/uniconv/u16-conv-to-enc: New file.
34883         * lib/uniconv/u16-conv-to-enc.c: New file.
34884         * lib/uniconv/u-conv-to-enc.h: New file.
34885         * modules/uniconv/u16-conv-to-enc-tests: New file.
34886         * tests/uniconv/test-u16-conv-to-enc.c: New file.
34887
34888         * modules/uniconv/u8-conv-to-enc: New file.
34889         * lib/uniconv/u8-conv-to-enc.c: New file.
34890         * modules/uniconv/u8-conv-to-enc-tests: New file.
34891         * tests/uniconv/test-u8-conv-to-enc.c: New file.
34892
34893         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
34894         u32_conv_to_encoding): New declarations.
34895
34896 2007-06-09  Bruno Haible  <bruno@clisp.org>
34897
34898         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
34899
34900 2007-06-09  Bruno Haible  <bruno@clisp.org>
34901
34902         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
34903         * modules/malloca: Renamed from modules/allocsa, updated.
34904         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
34905         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
34906         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
34907         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
34908         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
34909         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
34910         * modules/xmalloca: Renamed from modules/xallocsa, updated.
34911         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
34912         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
34913         * modules/c-strcasestr (Depends-on): Update.
34914         * lib/c-strcasestr.c: Update.
34915         * modules/c-strstr (Depends-on): Update.
34916         * lib/c-strstr.c: Update.
34917         * modules/canonicalize-lgpl (Depends-on): Update.
34918         * lib/canonicalize-lgpl.c: Update.
34919         * modules/clean-temp (Depends-on): Update.
34920         * lib/clean-temp.c: Update.
34921         * modules/csharpcomp (Depends-on): Update.
34922         * lib/csharpcomp.c: Update.
34923         * modules/csharpexec (Depends-on): Update.
34924         * lib/csharpexec.c: Update.
34925         * modules/javacomp (Depends-on): Update.
34926         * lib/javacomp.c: Update.
34927         * modules/javaexec (Depends-on): Update.
34928         * lib/javaexec.c: Update.
34929         * modules/mbscasestr (Depends-on): Update.
34930         * lib/mbscasestr.c: Update.
34931         * modules/mbsstr (Depends-on): Update.
34932         * lib/mbsstr.c: Update.
34933         * modules/setenv (Depends-on): Update.
34934         * lib/setenv.c: Update.
34935         * modules/strcasestr (Depends-on): Update.
34936         * lib/strcasestr.c: Update.
34937         * modules/striconveha (Depends-on): Update.
34938         * lib/striconveha.c: Update.
34939         * modules/relocatable-prog-wrapper (Files): Update.
34940         * lib/relocwrapper.c: Update.
34941         * build-aux/install-reloc: Update.
34942         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
34943
34944 2007-06-08  Bruno Haible  <bruno@clisp.org>
34945
34946         Port to uClibc.
34947         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
34948         * lib/fpurge.c (fpurge): Likewise.
34949         * lib/freading.c (freading): Likewise.
34950         * lib/fseeko.c (rpl_fseeko): Likewise.
34951         * lib/fseterr.c (fseterr): Likewise.
34952         * lib/fwriting.c (fwriting): Likewise.
34953         * tests/test-fflush.c (main): Avoid a failure on uClibc.
34954
34955 2007-06-08  Bruno Haible  <bruno@clisp.org>
34956
34957         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
34958         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
34959         * modules/gettext (Files): Add m4/intlmacosx.m4.
34960
34961 2007-06-07  Bruno Haible  <bruno@clisp.org>
34962
34963         * modules/localename-tests: New file.
34964         * tests/test-localename.c: New file.
34965
34966         New module 'localename'.
34967         * lib/localename.h: New file.
34968         * lib/localename.c: New file, from GNU gettext.
34969         * m4/localename.m4: New file.
34970         * modules/localename: New file.
34971
34972 2007-06-07  Bruno Haible  <bruno@clisp.org>
34973
34974         Work around the lack of <wchar.h> on some builds of uClibc.
34975         * doc/headers/wchar.texi: Update.
34976         * lib/wchar_.h: Include <wchar.h> only if it exists.
34977         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
34978         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
34979         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
34980         doesn't exist.
34981         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
34982         * modules/mbfile (Depends-on): Add wchar.
34983         * modules/mbiter (Depends-on): Likewise.
34984         * modules/mbuiter (Depends-on): Likewise.
34985         Reported by Simon Josefsson.
34986
34987 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
34988
34989         Work around problem reported by Steven M. Schweda in
34990         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
34991         Tru64 5.1B with the Compaq compiler environment installed declares
34992         an 'isblank' function but does not define it in the C library.
34993         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
34994         * lib/regex_internal.h (isblank): Likewise.
34995         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
34996         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
34997
34998 2007-06-05  Bruno Haible  <bruno@clisp.org>
34999
35000         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
35001         ia64.
35002         * modules/printf-safe: New file.
35003         * modules/fprintf-posix (Depends-on): Add printf-safe.
35004         * modules/printf-posix (Depends-on): Likewise.
35005         * modules/snprintf-posix (Depends-on): Likewise.
35006         * modules/sprintf-posix (Depends-on): Likewise.
35007         * modules/vasnprintf-posix (Depends-on): Likewise.
35008         * modules/vasprintf-posix (Depends-on): Likewise.
35009         * modules/vfprintf-posix (Depends-on): Likewise.
35010         * modules/vprintf-posix (Depends-on): Likewise.
35011         * modules/vsnprintf-posix (Depends-on): Likewise.
35012         * modules/vsprintf-posix (Depends-on): Likewise.
35013         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
35014         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
35015         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
35016         "no" on i386, x86_64, ia64.
35017         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
35018         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35019         on i386, x86_64, ia64.
35020         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
35021         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35022         on i386, x86_64, ia64.
35023         * tests/test-vasnprintf-posix.c: Include float.h.
35024         (LDBL80_WORDS): New macro.
35025         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35026         on i386, x86_64, ia64.
35027         * tests/test-vasprintf-posix.c: Include float.h.
35028         (LDBL80_WORDS): New macro.
35029         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35030         on i386, x86_64, ia64.
35031         * tests/test-snprintf-posix.c: Include float.h.
35032         * tests/test-sprintf-posix.c: Likewise.
35033         * tests/test-vsnprintf-posix.c: Likewise.
35034         * tests/test-vsprintf-posix.c: Likewise.
35035
35036 2007-06-05  Bruno Haible  <bruno@clisp.org>
35037
35038         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
35039         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
35040         non-IEEE numbers on i386, x86_64, ia64.
35041         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
35042         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
35043         * tests/test-isnanl.h: Include float.h.
35044         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
35045
35046 2007-06-05  Bruno Haible  <bruno@clisp.org>
35047
35048         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
35049         also the %a / %A. Handle the %a / %A code before this extra handling.
35050
35051 2007-06-05  Bruno Haible  <bruno@clisp.org>
35052
35053         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
35054         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
35055
35056 2007-06-05  Bruno Haible  <bruno@clisp.org>
35057
35058         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
35059         typo in variable name.
35060
35061 2007-06-05  Eric Blake  <ebb9@byu.net>
35062
35063         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
35064         Reported by Simon Josefsson.
35065
35066 2007-06-04  Bruno Haible  <bruno@clisp.org>
35067
35068         Avoid test failures on some PowerPC platforms.
35069         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
35070         Define differently for PowerPC.
35071         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
35072         Reported by Gary V. Vaughan <gary@gnu.org>.
35073
35074 2007-06-02  Bruno Haible  <bruno@clisp.org>
35075
35076         Fix test-stdint failure on FreeBSD/ia64.
35077         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
35078         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
35079         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
35080         * doc/headers/stdint.texi: Update.
35081
35082 2007-06-01  Bruno Haible  <bruno@clisp.org>
35083
35084         * tests/test-binary-io.c (main): Pass a third argument to open().
35085         Reported by Gary V. Vaughan <gary@gnu.org>.
35086
35087 2007-06-01  Bruno Haible  <bruno@clisp.org>
35088
35089         * doc/functions/frexpl.texi: Update for mingw.
35090
35091 2007-06-01  Bruno Haible  <bruno@clisp.org>
35092
35093         * tests/test-lseek.c (main): Disable test of errno for invalid third
35094         argument.
35095         * doc/functions/lseek.texi: Update.
35096         Reported by Gary V. Vaughan <gary@gnu.org>.
35097
35098 2007-05-28  Bruno Haible  <bruno@clisp.org>
35099
35100         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
35101
35102 2007-05-31  Eric Blake  <ebb9@byu.net>
35103
35104         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
35105         cross compiling.
35106
35107 2007-05-30  Eric Blake  <ebb9@byu.net>
35108         and Bruno Haible  <bruno@clisp.org>
35109
35110         Work around mingw test failures exposed by m4-1.4.9b.
35111         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
35112         * tests/test-unistd.c: Disable uid_t and git_t tests for the
35113         moment.
35114
35115 2007-05-30  Bruno Haible  <bruno@clisp.org>
35116
35117         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
35118         assuming that they are closed. Needed on HP-UX 11.
35119
35120 2007-05-29  Bruno Haible  <bruno@clisp.org>
35121
35122         Fix a problem with #include_next.
35123         * lib/dirent_.h: Split the double-inclusion guard.
35124         * lib/fcntl_.h: Likewise.
35125         * lib/float_.h: Likewise.
35126         * lib/iconv_.h: Likewise.
35127         * lib/inttypes_.h: Likewise.
35128         * lib/locale_.h: Likewise.
35129         * lib/math_.h: Likewise.
35130         * lib/netinet_in_.h: Likewise.
35131         * lib/search_.h: Likewise.
35132         * lib/signal_.h: Likewise.
35133         * lib/stdint_.h: Likewise.
35134         * lib/stdio_.h: Likewise.
35135         * lib/stdlib_.h: Likewise.
35136         * lib/string_.h: Likewise.
35137         * lib/sys_select_.h: Likewise.
35138         * lib/sys_socket_.h: Likewise.
35139         * lib/sys_stat_.h: Likewise.
35140         * lib/sys_time_.h: Likewise.
35141         * lib/sysexits_.h: Likewise.
35142         * lib/time_.h: Likewise.
35143         * lib/unistd_.h: Likewise.
35144         * lib/wchar_.h: Likewise.
35145         * lib/wctype_.h: Likewise.
35146
35147 2007-05-29  Bruno Haible  <bruno@clisp.org>
35148
35149         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
35150         for the moment.
35151
35152 2007-05-29  Bruno Haible  <bruno@clisp.org>
35153
35154         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
35155         invocation.
35156         Reported by Eric Blake.
35157
35158 2007-05-29  Bruno Haible  <bruno@clisp.org>
35159
35160         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
35161         compiling case.
35162
35163 2007-05-29  Eric Blake  <ebb9@byu.net>
35164             Bruno Haible  <bruno@clisp.org>
35165
35166         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
35167         cross compiles.
35168
35169 2007-05-28  Eric Blake  <ebb9@byu.net>
35170
35171         * modules/closein-tests (test_closein_LDADD): Support test on
35172         cygwin with libtool.
35173
35174 2007-05-28  Bruno Haible  <bruno@clisp.org>
35175
35176         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
35177         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
35178         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
35179         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
35180         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
35181         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
35182         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
35183         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
35184         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
35185
35186 2007-05-28  Eric Blake  <ebb9@byu.net>
35187
35188         Unconditionally include <config.h> in unit tests.
35189         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
35190         * tests/test-allocsa.c, tests/test-arcfour.c,
35191         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
35192         tests/test-array_list.c, tests/test-array_oset.c,
35193         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
35194         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
35195         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
35196         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
35197         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
35198         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
35199         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
35200         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
35201         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
35202         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
35203         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
35204         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
35205         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
35206         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
35207         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
35208         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
35209         test-md5.c, test-memmem.c, test-printf-posix.c,
35210         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
35211         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
35212         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
35213         test-strcasestr.c, test-striconv.c, test-striconveh.c,
35214         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
35215         test-vasnprintf-posix2.c, test-vasnprintf.c,
35216         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
35217         test-vfprintf-posix.c, test-vprintf-posix.c,
35218         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
35219         test-xvasprintf.c: Likewise.
35220
35221 2007-05-28  Bruno Haible  <bruno@clisp.org>
35222
35223         * gnulib-tool (func_import): Remember the --with-tests command-line
35224         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
35225         Reported by Eric Blake.
35226
35227 2007-05-28  Bruno Haible  <bruno@clisp.org>
35228
35229         * modules/ftell-tests: New file.
35230         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
35231         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
35232
35233         * lib/ftell.c: New file.
35234         * modules/ftell: New file.
35235         * m4/ftell.m4: New file.
35236         * doc/functions/ftell.texi: Update.
35237         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
35238         REPLACE_FTELL.
35239         * lib/stdio_.h (rpl_ftell): New declaration.
35240         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
35241         REPLACE_FTELL.
35242
35243 2007-05-28  Eric Blake  <ebb9@byu.net>
35244
35245         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
35246
35247 2007-05-28  Bruno Haible  <bruno@clisp.org>
35248
35249         * modules/fseek-tests: New file.
35250         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
35251         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
35252
35253         * lib/fseek.c: New file.
35254         * modules/fseek: New file.
35255         * m4/fseek.m4: New file.
35256         * doc/functions/fseek.texi: Update.
35257         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
35258         REPLACE_FSEEK.
35259         * lib/stdio_.h (rpl_fseek): New declaration.
35260         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
35261         REPLACE_FSEEK.
35262
35263 2007-05-28  Bruno Haible  <bruno@clisp.org>
35264
35265         * lib/stdio_.h (fflush): More comments.
35266
35267 2007-05-28  Bruno Haible  <bruno@clisp.org>
35268
35269         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
35270         runtime test.
35271
35272 2007-05-28  Eric Blake  <ebb9@byu.net>
35273
35274         Improve lseek module.
35275         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
35276         * lib/unistd_.h (lseek): Scale back link warning message.
35277         * tests/test-lseek.c: Beef up test.
35278         * tests/test-lseek.sh: Exercise more facets of lseek.
35279         Reported by Bruno Haible.
35280
35281 2007-05-28  Bruno Haible  <bruno@clisp.org>
35282
35283         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
35284         to define.
35285
35286 2007-05-27  Bruno Haible  <bruno@clisp.org>
35287
35288         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
35289
35290 2007-05-27  Bruno Haible  <bruno@clisp.org>
35291
35292         * modules/openmp: New file.
35293         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
35294         Noah Misch.
35295
35296 2007-05-26  Bruno Haible  <bruno@clisp.org>
35297
35298         * modules/chdir-long (Depends-on): Add fchdir.
35299         * modules/chdir-safer (Depends-on): Likewise.
35300         * modules/fts (Depends-on): Likewise.
35301         * modules/fts-lgpl (Depends-on): Likewise.
35302         * modules/openat (Depends-on): Likewise.
35303         * modules/savewd (Depends-on): Likewise.
35304
35305 2007-05-24  Eric Blake  <ebb9@byu.net>
35306
35307         Fix lseek on mingw.
35308         * modules/lseek: New module.
35309         * m4/lseek.m4: New file.
35310         * lib/lseek.c: New file.
35311         * modules/lseek-tests: New file.
35312         * tests/test-lseek.c: New file.
35313         * tests/test-lseek.sh: New file.
35314         * MODULES.html.sh: Document lseek module.
35315         * modules/fflush (Depends-on): Add lseek, fseeko.
35316         * modules/fseeko (Depends-on): Likewise.
35317         * modules/ftello (Depends-on): Likewise.
35318         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
35319         broken.
35320         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
35321         broken.
35322         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
35323         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
35324         * lib/ftello.c (rpl_ftello): Likewise.
35325         * tests/test-fseeko.c (main): Test this.
35326         * tests/test-fseeko.sh: Likewise.
35327         * tests/test-ftello.c (main): Likewise.
35328         * tests/test-ftello.sh: Likewise.
35329         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
35330         implies replacing fseek.
35331         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
35332         HAVE_FTELLO.
35333         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
35334         * modules/unistd (Makefile.am): Likewise.
35335         * lib/unistd_.h (lseek): Declare a replacement.
35336         * doc/functions/lseek.texi (lseek): Document this fix.
35337         * doc/functions/fseek.texi (fseek): Likewise.
35338         * doc/functions/ftell.texi (ftell): Likewise.
35339
35340 2007-05-24  Bruno Haible  <bruno@clisp.org>
35341
35342         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
35343         in the printed representation of a NaN.
35344         * tests/test-vasprintf-posix.c (test_function): Likewise.
35345         * tests/test-snprintf-posix.h (test_function): Likewise.
35346         * tests/test-sprintf-posix.h (test_function): Likewise.
35347         Reported by Eric Blake.
35348
35349 2007-05-23  Eric Blake  <ebb9@byu.net>
35350
35351         Fix fseeko/ftello on cygwin 1.5.24.
35352         * doc/functions/fseeko.texi (fseeko): Document the fix.
35353         * doc/functions/ftello.texi (ftello): Document the fix.
35354         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
35355         * doc/functions/stdout.text (stdout): New file.
35356         * doc/functions/stderr.text (stderr): New file.
35357         * doc/gnulib.texi (Function Substitutes): Use new files.
35358         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
35359         prior to 1.7.0.
35360         * tests/test-ftello.c (main): Likewise for ftello.
35361         * tests/test-fseeko.sh: New file.
35362         * tests/test-ftello.sh: New file.
35363         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
35364         with seekable stdin.
35365         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
35366         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
35367         (gl_REPLACE_FSEEKO): New macro.
35368         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
35369         * modules/fseeko (Files): Distribute fseeko.c.
35370         * modules/ftello (Files): Distribute ftello.c.
35371         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
35372         mode.
35373         * lib/ftello.c (rpl_ftello): New file.
35374         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
35375         fseeko, ftello.
35376         (gl_STDIN_LARGE_OFFSET): New macro.
35377         * modules/stdio (Makefile.am): Perform the replacement.
35378         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
35379
35380 2007-05-23  Bruno Haible  <bruno@clisp.org>
35381
35382         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
35383         GNULIB_POSIXCHECK is defined.
35384
35385 2007-05-21  Bruno Haible  <bruno@clisp.org>
35386
35387         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
35388         Check also the output for NaN arguments. When cross-compiling, guess
35389         no on IRIX.
35390         * lib/vasnprintf.c: Update comments.
35391         * tests/test-vasnprintf-posix.c (strisnan): New function.
35392         (test_function): Use it.
35393         * tests/test-vasprintf-posix.c (strisnan): New function.
35394         (test_function): Use it.
35395         * tests/test-snprintf-posix.h (strisnan): New function.
35396         (test_function): Use it.
35397         * tests/test-sprintf-posix.h (strisnan): New function.
35398         (test_function): Use it.
35399         Reported by Eric Blake.
35400
35401 2007-05-20  Bruno Haible  <bruno@clisp.org>
35402
35403         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
35404         numbers that fails on BeOS.
35405         * doc/functions/frexpl.texi: Update.
35406
35407 2007-05-20  Jim Meyering  <jim@meyering.net>
35408
35409         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
35410         forced upon us by glibc-2.6.
35411
35412 2007-05-20  Bruno Haible  <bruno@clisp.org>
35413
35414         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
35415         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
35416         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
35417         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
35418         NEED_PRINTF_INFINITE.
35419         (is_infinitel): New function.
35420         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
35421         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
35422         gl_PREREQ_VASNPRINTF_INFINITE.
35423         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
35424         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35425         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
35426         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
35427         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
35428         gl_PREREQ_VASNPRINTF_INFINITE.
35429         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35430         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35431         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35432         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35433         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35434         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35435         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35436         * doc/functions/fprintf.texi: Update.
35437         * doc/functions/printf.texi: Update.
35438         * doc/functions/snprintf.texi: Update.
35439         * doc/functions/sprintf.texi: Update.
35440         * doc/functions/vfprintf.texi: Update.
35441         * doc/functions/vprintf.texi: Update.
35442         * doc/functions/vsnprintf.texi: Update.
35443         * doc/functions/vsprintf.texi: Update.
35444
35445 2007-05-20  Bruno Haible  <bruno@clisp.org>
35446
35447         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
35448         was not found in libc.
35449         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
35450
35451 2007-05-20  Bruno Haible  <bruno@clisp.org>
35452
35453         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
35454         printed as "-nan" instead of "nan".
35455         * tests/test-vasprintf-posix.c (test_function): Likewise.
35456         * tests/test-snprintf-posix.h (test_function): Likewise.
35457         * tests/test-sprintf-posix.h (test_function): Likewise.
35458         Needed for HP-UX 11.
35459
35460 2007-05-20  Jim Meyering  <jim@meyering.net>
35461
35462         Fix buggy test for the fchownat-deref bug.
35463         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
35464         symlink required for the run-test.  Without it, this test would
35465         always declare that fchownat doesn't work, and client code would
35466         unnecessarily use the replacement function with fixed libc.
35467         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
35468         Reported by Greg Schafer.
35469
35470 2007-05-19  Bruno Haible  <bruno@clisp.org>
35471
35472         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
35473         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
35474         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
35475         Needed for IRIX 6.5 and Solaris 2.5.1.
35476
35477 2007-05-19  Bruno Haible  <bruno@clisp.org>
35478
35479         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
35480         (test_function): Skip tests involving -0.0 on platforms where
35481         -0.0 = 0.0.
35482         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
35483         (test_function): Skip tests involving -0.0 on platforms where
35484         -0.0 = 0.0.
35485         * tests/test-snprintf-posix.h (have_minus_zero): New function.
35486         (test_function): Skip tests involving -0.0 on platforms where
35487         -0.0 = 0.0.
35488         * tests/test-sprintf-posix.h (have_minus_zero): New function.
35489         (test_function): Skip tests involving -0.0 on platforms where
35490         -0.0 = 0.0.
35491         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
35492         tests.
35493         * tests/test-printf-posix.h (test_function): Likewise.
35494         * tests/test-printf-posix.output: Remove all -0.0 related results.
35495         Needed for IRIX 6.5.
35496
35497 2007-05-19  Bruno Haible  <bruno@clisp.org>
35498
35499         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
35500         printed as "nan0x7fffffff" instead of "nan".
35501         * tests/test-vasprintf-posix.c (test_function): Likewise.
35502         * tests/test-snprintf-posix.h (test_function): Likewise.
35503         * tests/test-sprintf-posix.h (test_function): Likewise.
35504         * tests/test-fprintf-posix.h (NaN): Remove macro.
35505         (test_function): Remove all NaN related tests.
35506         * tests/test-printf-posix.h (NaN): Remove macro.
35507         (test_function): Remove all NaN related tests.
35508         * tests/test-printf-posix.output: Remove all NaN related results.
35509         Needed for IRIX 6.5.
35510
35511 2007-05-19  Bruno Haible  <bruno@clisp.org>
35512
35513         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
35514         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
35515
35516 2007-05-19  Bruno Haible  <bruno@clisp.org>
35517
35518         * lib/float_.h: New file.
35519         * m4/float_h.m4: New file.
35520         * modules/float: New file.
35521         * modules/isnanl (Dependencies): Add float.
35522         * modules/isnanl-nolibm (Dependencies): Likewise.
35523         * modules/mathl (Dependencies): Likewise.
35524         * modules/printf-frexpl (Dependencies): Likewise.
35525         * modules/signbit (Dependencies): Likewise.
35526         * modules/vasnprintf (Dependencies): Likewise.
35527         * doc/headers/float.texi: Update.
35528
35529 2007-05-19  Jim Meyering  <jim@meyering.net>
35530
35531         * lib/utimens.c (gl_futimens): Rename from futimens,
35532         now that glibc-2.6 declares futimens.
35533         * lib/utimens.h: Likewise.
35534
35535 2007-05-19  Bruno Haible  <bruno@clisp.org>
35536
35537         Avoid test failures on mingw.
35538         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
35539         * tests/test-printf-posix.sh: Likewise.
35540         * tests/test-vfprintf-posix.sh: Likewise.
35541         * tests/test-vprintf-posix.sh: Likewise.
35542
35543 2007-05-19  Bruno Haible  <bruno@clisp.org>
35544
35545         Fix *printf result for NaN, Inf, -0.0 on mingw.
35546         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
35547         * lib/vasnprintf.c: Include math.h and isnan.h.
35548         (is_infinite_or_zero): New function.
35549         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
35550         values in the %f, %F, %e, %E, %g, %G directives.
35551         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
35552         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35553         gl_PRINTF_INFINITE and test its result. Invoke
35554         gl_PREREQ_VASNPRINTF_INFINITE.
35555         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35556         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35557         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35558         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35559         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35560         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35561         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35562         * doc/functions/fprintf.texi: Update.
35563         * doc/functions/printf.texi: Update.
35564         * doc/functions/snprintf.texi: Update.
35565         * doc/functions/sprintf.texi: Update.
35566         * doc/functions/vfprintf.texi: Update.
35567         * doc/functions/vprintf.texi: Update.
35568         * doc/functions/vsnprintf.texi: Update.
35569         * doc/functions/vsprintf.texi: Update.
35570
35571 2007-05-19  Bruno Haible  <bruno@clisp.org>
35572
35573         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
35574         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
35575         Instead of multiplying with 10^k, set extra_zeroes to k.
35576         (scale10_round_long_double): Remove function.
35577
35578 2007-05-18  Bruno Haible  <bruno@clisp.org>
35579
35580         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
35581         introduced on 2007-05-06.
35582
35583 2007-05-18  Bruno Haible  <bruno@clisp.org>
35584
35585         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
35586         %g directives.
35587         * tests/test-vasprintf-posix.c (test_function): Likewise.
35588         * tests/test-snprintf-posix.h (test_function): Likewise.
35589         * tests/test-sprintf-posix.h (test_function): Likewise.
35590
35591 2007-05-18  Bruno Haible  <bruno@clisp.org>
35592
35593         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
35594         (strmatch): New function.
35595         (test_function): Test the %f directive on numbers of various exponents.
35596         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
35597         (strmatch): New function.
35598         (test_function): Test the %f directive on numbers of various exponents.
35599         * tests/test-snprintf-posix.h (strmatch): New function.
35600         (test_function): Test the %f directive on numbers of various exponents.
35601         * tests/test-sprintf-posix.h (strmatch): New function.
35602         (test_function): Test the %f directive on numbers of various exponents.
35603         * tests/test-snprintf-posix.c (SIZEOF): New macro.
35604         * tests/test-sprintf-posix.c (SIZEOF): New macro.
35605         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
35606         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
35607
35608 2007-05-18  Bruno Haible  <bruno@clisp.org>
35609
35610         Add support for 'long double' number output.
35611         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
35612         * lib/vasnprintf.c: Include math.h and float+.h.
35613         (mp_limb_t): New type.
35614         (GMP_LIMB_BITS): New macro.
35615         (mp_twolimb_t): New type.
35616         (GMP_TWOLIMB_BITS): New macro.
35617         (mpn_t): New type.
35618         (multiply, divide, convert_to_decimal, decode_long_double,
35619         scale10_round_long_double, scale10_round_decimal_long_double,
35620         floorlog10l): New functions.
35621         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
35622         for the %f, %F, %e, %E, %g, %G directives.
35623         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
35624         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35625         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
35626         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
35627         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35628         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35629         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35630         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35631         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35632         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35633         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35634         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
35635         * modules/snprintf-posix (Depends-on): Likewise.
35636         * modules/sprintf-posix (Depends-on): Likewise.
35637         * modules/vasnprintf-posix (Depends-on): Likewise.
35638         * modules/vasprintf-posix (Depends-on): Likewise.
35639         * modules/vfprintf-posix (Depends-on): Likewise.
35640         * modules/vsnprintf-posix (Depends-on): Likewise.
35641         * modules/vsprintf-posix (Depends-on): Likewise.
35642         * modules/vasnprintf (Files): Add lib/float+.h.
35643         * doc/functions/fprintf.texi: Update.
35644         * doc/functions/printf.texi: Update.
35645         * doc/functions/snprintf.texi: Update.
35646         * doc/functions/sprintf.texi: Update.
35647         * doc/functions/vfprintf.texi: Update.
35648         * doc/functions/vprintf.texi: Update.
35649         * doc/functions/vsnprintf.texi: Update.
35650         * doc/functions/vsprintf.texi: Update.
35651
35652 2007-05-18  Bruno Haible  <bruno@clisp.org>
35653
35654         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
35655
35656 2007-05-18  Bruno Haible  <bruno@clisp.org>
35657
35658         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
35659         for printing 64-bit integers. Needed for mingw.
35660
35661 2007-05-18  Bruno Haible  <bruno@clisp.org>
35662
35663         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
35664         gl_FUNC_FREXPL_WORKS.
35665         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
35666
35667 2007-05-18  Bruno Haible  <bruno@clisp.org>
35668
35669         * modules/frexpl-nolibm-tests: New file.
35670
35671         * modules/frexpl-nolibm: New file.
35672         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
35673
35674 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35675
35676         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
35677         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35678         GCC 4.2, which otherwise issues a lot of warnings.
35679         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
35680         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
35681         Likewise.
35682         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
35683         * modules/iconv_open (iconv.h): Likewise.
35684         * modules/locale (locale.h): Likewise.
35685         * modules/netinet_in (netinet/in.h): Likewise.
35686         * modules/sys_select (sys_select.h): Likewise.
35687         * modules/sys_socket (sys/socket.h): Likewise.
35688         * modules/sys_stat (sys/stat.h): Likewise.
35689         * modules/sysexits (sysexits.h): Likewise.
35690         * modules/unistd (unistd.h): Likewise.
35691
35692 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35693
35694         * modules/closein-tests (Makefile.am): Distribute
35695         `test-closein.sh'.
35696
35697 2007-05-17  Bruno Haible  <bruno@clisp.org>
35698
35699         * tests/test-printf-posix.output: Renamed from
35700         tests/test-fprintf-posix.out.
35701         * modules/fprintf-posix-tests: Update.
35702         * modules/printf-posix-tests: Update.
35703         * modules/vfprintf-posix-tests: Update.
35704         * modules/vprintf-posix-tests: Update.
35705         * tests/test-fprintf-posix.sh: Update.
35706         * tests/test-printf-posix.sh: Update.
35707         * tests/test-vfprintf-posix.sh: Update.
35708         * tests/test-vprintf-posix.sh: Update.
35709         Reported by Ralf Wildenhues.
35710
35711 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35712
35713         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
35714         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35715         GCC 4.2, which otherwise issues a lot of warnings.
35716         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
35717         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
35718         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
35719         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
35720         it should no longer be needed.
35721         * lib/string_.h: Likewise.
35722         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
35723         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
35724         * modules/inttypes (inttypes.h): Likewise.
35725         * modules/math (math.h): Likewise.
35726         * modules/search (search.h): Likewise.
35727         * modules/signal (signal.h): Likewise.
35728         * modules/stdint (stdint.h): Likewise.
35729         * modules/stdio (stdio.h): Likewise.
35730         * modules/stdlib (stdlib.h): Likewise.
35731         * modules/string (string.h): Likewise.
35732         * modules/sys_time (sys/time.h): Likewise.
35733         * modules/time (time.h): Likewise.
35734         * modules/wchar (wchar.h): Likewise.
35735         * modules/wctype (wtype.h): Likewise.
35736
35737 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
35738
35739         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
35740
35741 2007-05-13  Bruno Haible  <bruno@clisp.org>
35742
35743         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
35744         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
35745         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
35746         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
35747         (gl_PREREQ_STRTOK_R): Don't require it here.
35748
35749 2007-05-13  Bruno Haible  <bruno@clisp.org>
35750
35751         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
35752         when used in C++ mode.
35753
35754 2007-05-12  Bruno Haible  <bruno@clisp.org>
35755
35756         * lib/linebuffer.h: Tweak doc.
35757         * lib/linebuffer.c: Likewise.
35758
35759 2007-05-12  James Youngman  <jay@gnu.org>
35760
35761         * lib/linebuffer.c (readlinebuffer_delim): New function,
35762         like readlinebuffer, but use a caller-specified delimiter.
35763         (readlinebuffer): Just call readlinebuffer_delim with '\n'
35764         as the delimiter.
35765         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
35766
35767 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
35768
35769         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
35770         * modules/openat (Files): Remove openat-die.c.
35771         (Depends-on): Add openat-die.
35772         * modules/openat-die: New module.
35773
35774 2007-05-06  Bruno Haible  <bruno@clisp.org>
35775
35776         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
35777         Update with info about Cygwin.
35778         * doc/functions/fprintf.texi: Update.
35779         * doc/functions/printf.texi: Update.
35780         * doc/functions/snprintf.texi: Update.
35781         * doc/functions/sprintf.texi: Update.
35782         * doc/functions/vfprintf.texi: Update.
35783         * doc/functions/vprintf.texi: Update.
35784         * doc/functions/vsnprintf.texi: Update.
35785         * doc/functions/vsprintf.texi: Update.
35786         Reported by Eric Blake.
35787
35788 2007-05-06  Bruno Haible  <bruno@clisp.org>
35789
35790         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
35791         padding ourselves for the floating-point directives.
35792         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
35793         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
35794         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35795         gl_PRINTF_FLAG_ZERO and test its result. Invoke
35796         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
35797         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35798         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35799         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35800         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35801         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35802         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35803         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35804         * tests/test-snprintf-posix.h (test_function): Also check the width
35805         and some flags in the %f directive.
35806         * tests/test-sprintf-posix.h (test_function): Likewise.
35807         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35808         * tests/test-vasprintf-posix.c (test_function): Likewise.
35809         * doc/functions/fprintf.texi: Update.
35810         * doc/functions/printf.texi: Update.
35811         * doc/functions/snprintf.texi: Update.
35812         * doc/functions/sprintf.texi: Update.
35813         * doc/functions/vfprintf.texi: Update.
35814         * doc/functions/vprintf.texi: Update.
35815         * doc/functions/vsnprintf.texi: Update.
35816         * doc/functions/vsprintf.texi: Update.
35817
35818 2007-05-06  Bruno Haible  <bruno@clisp.org>
35819
35820         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
35821         pass the ' flag character to sprintf or snprintf.
35822         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
35823         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
35824         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35825         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
35826         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
35827         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35828         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35829         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35830         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35831         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35832         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35833         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35834         * tests/test-snprintf-posix.h (test_function): Also check the grouping
35835         flag.
35836         * tests/test-sprintf-posix.h (test_function): Likewise.
35837         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35838         * tests/test-vasprintf-posix.c (test_function): Likewise.
35839         * doc/functions/fprintf.texi: Update.
35840         * doc/functions/printf.texi: Update.
35841         * doc/functions/snprintf.texi: Update.
35842         * doc/functions/sprintf.texi: Update.
35843         * doc/functions/vfprintf.texi: Update.
35844         * doc/functions/vprintf.texi: Update.
35845         * doc/functions/vsnprintf.texi: Update.
35846         * doc/functions/vsprintf.texi: Update.
35847
35848 2007-05-01  Bruno Haible  <bruno@clisp.org>
35849
35850         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
35851
35852 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
35853
35854         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
35855         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
35856
35857 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
35858
35859         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
35860         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
35861         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
35862
35863 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
35864
35865         * lib/argp-help.c (struct hol_entry): New member `ord'.
35866         (HOL_ENTRY_PTRCMP): Use ord for comparison
35867         (hol_sort): Initialize ord.
35868
35869 2007-05-01  Bruno Haible  <bruno@clisp.org>
35870
35871         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
35872         Reported by Eric Blake.
35873         * doc/gnulib.texi (Function Substitutes): Update.
35874
35875 2007-05-01  Bruno Haible  <bruno@clisp.org>
35876
35877         * doc/functions.texi: Remove file, now redundant through
35878         doc/functions/*.texi.
35879
35880 2007-05-01  Bruno Haible  <bruno@clisp.org>
35881
35882         * modules/argp (Depends-on): Add sleep.
35883
35884 2007-05-01  Bruno Haible  <bruno@clisp.org>
35885
35886         * modules/sleep-tests: New file.
35887         * tests/test-sleep.c: New file.
35888
35889         * modules/sleep: New file.
35890         * lib/sleep.c: New file.
35891         * m4/sleep.m4: New file.
35892         * lib/unistd_.h (sleep): New declaration.
35893         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
35894         HAVE_SLEEP.
35895         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
35896         * doc/functions/sleep.texi: Document the sleep module.
35897
35898 2007-05-01  Bruno Haible  <bruno@clisp.org>
35899
35900         * lib/sigprocmask.h: Remove file.
35901         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
35902         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
35903         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
35904         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
35905         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
35906         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
35907         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
35908         HAVE_SIGSET_T as a shell variable.
35909         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
35910         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
35911         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
35912         (Depends-on): Add signal. Remove verify.
35913         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
35914         (Include): Mention <signal.h> instead of sigprocmask.h.
35915         * NEWS: Mention the change.
35916         * lib/fatal-signal.c: Don't include sigprocmask.h.
35917
35918 2007-05-01  Bruno Haible  <bruno@clisp.org>
35919
35920         * modules/signal: New file.
35921         * lib/signal_.h: New file.
35922         * m4/signal_h.m4: New file.
35923
35924 2007-05-01  Bruno Haible  <bruno@clisp.org>
35925
35926         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
35927         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
35928         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
35929         HAVE_WCTYPE_CTMP_BUG into wctype.h.
35930
35931 2007-05-01  Bruno Haible  <bruno@clisp.org>
35932
35933         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
35934         configure time.
35935         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
35936         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
35937         * modules/sys_stat (Makefile.am): Substitute their values into
35938         sys/stat.h.
35939
35940 2007-05-01  Bruno Haible  <bruno@clisp.org>
35941
35942         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
35943         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
35944         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
35945
35946 2007-05-01  Bruno Haible  <bruno@clisp.org>
35947
35948         * doc/header/assert.texi: Undo last change: don't mention the gnulib
35949         'assert' module here.
35950
35951 2007-05-01  Bruno Haible  <bruno@clisp.org>
35952
35953         * doc/functions/*.texi: New files.
35954         * doc/functions/google-ranking.txt: New file.
35955         * doc/gnulib.texi (Function Substitutes): New chapter.
35956         (ctime, inet_ntoa): Remove sections.
35957         * doc/ctime.texi: Remove file.
35958         * doc/inet_ntoa.texi: Remove file.
35959         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
35960         dependencies.
35961         (%.info): New rule, specifying a --reference-limit.
35962
35963 2007-05-01  Bruno Haible  <bruno@clisp.org>
35964
35965         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
35966
35967 2007-05-01  Bruno Haible  <bruno@clisp.org>
35968
35969         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
35970         the portability of 'mkdir' to mingw systems.
35971
35972 2007-05-01  Bruno Haible  <bruno@clisp.org>
35973
35974         * doc/headers/google-ranking.txt: New file.
35975
35976 2007-04-30  Eric Blake  <ebb9@byu.net>
35977
35978         Prefer fseeko to fseek.
35979         * modules/getpass (Depends-on): Add fseeko.
35980         * lib/getpass.c (getpass): Use fseeko, not fseek.
35981
35982 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
35983
35984         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
35985         assumes the sorting is stable, while most qsort implementations
35986         are not.  Use argument addresses to ensure they never compare as
35987         equal.
35988
35989         * tests/test-argp-2.sh (usage-indent test): Fix output
35990         (func_compare): Restore diff options
35991         * tests/test-argp.c: Restore #include "progname.h"
35992
35993 2007-04-29  Bruno Haible  <bruno@clisp.org>
35994
35995         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
35996         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35997         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
35998         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35999         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
36000         (configure.ac): Define CHECK_SNPRINTF_POSIX.
36001         (TESTS, check_PROGRAMS): Add test-snprintf.
36002         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
36003         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
36004         (TESTS, check_PROGRAMS): Add test-vsnprintf.
36005         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
36006         assertions that fail on HP-UX, OSF/1, or IRIX.
36007         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
36008
36009 2007-04-29  Bruno Haible  <bruno@clisp.org>
36010
36011         * MODULES.html.sh (posix_functions): Remove 'contents'.
36012
36013 2007-04-29  Karl Berry  <karl@gnu.org>
36014
36015         * config/srclist.txt (gendocs_template_min): new entry.
36016
36017 2007-04-29  Bruno Haible  <bruno@clisp.org>
36018
36019         Work around fpurge bug on BSD systems.
36020         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
36021         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
36022         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
36023         fpurge to rpl_fpurge if the system already has this function.
36024         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
36025         the case where the system already has this function. Correct invariants
36026         on BSD systems.
36027         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
36028         BSD systems.
36029
36030 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
36031
36032         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
36033         proposed by Sven Verdoolaege.
36034
36035         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
36036         options.
36037         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
36038         (usage and help tests): Update
36039
36040 2007-04-29  Bruno Haible  <bruno@clisp.org>
36041
36042         * tests/test-fflush.c (main): Use a file of size 17, not 10.
36043         Print more information in case of failure. Disable a test on BeOS.
36044
36045 2007-04-29  Bruno Haible  <bruno@clisp.org>
36046
36047         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
36048         This helps debugging on systems on which no gdb is available.
36049
36050 2007-04-29  Bruno Haible  <bruno@clisp.org>
36051
36052         * lib/freading.h: Improve comments.
36053         * lib/fwriting.h: Likewise.
36054         * tests/test-freading.c (main): Don't check freading immediately after
36055         repositioning. Needed for glibc.
36056
36057 2007-04-29  Bruno Haible  <bruno@clisp.org>
36058
36059         * lib/freading.c (freading): Trivial simplification.
36060
36061 2007-04-28  Bruno Haible  <bruno@clisp.org>
36062
36063         * tests/test-fwriting.c (main): Also test the interaction between
36064         fflush and fwriting.
36065         * modules/fwriting-tests (Depends-on): Add fflush.
36066
36067         * tests/test-freading.c (main): Also test the interaction between
36068         fflush and freading.
36069         * modules/freading-tests (Depends-on): Add fflush.
36070
36071 2007-04-28  Bruno Haible  <bruno@clisp.org>
36072
36073         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
36074         fseeko and ftello.
36075         Suggested by Eric Blake.
36076
36077 2007-04-28  Jim Meyering  <jim@meyering.net>
36078
36079         Avoid false-negative in gl_STDINT_H's C99 conformance test.
36080         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
36081         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
36082
36083 2007-04-27  Eric Blake  <ebb9@byu.net>
36084
36085         * doc/headers/assert.texi (assert.h): Document assert module use.
36086
36087 2007-04-27  Bruno Haible  <bruno@clisp.org>
36088
36089         * doc/headers/*.texi: New files.
36090         * doc/gnulib.texi (Header File Substitutes): New chapter.
36091         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
36092         dependencies.
36093         (standards.info ,standards.html, standards.dvi): Update dependencies.
36094         (mostlyclean, clean): New targets.
36095
36096 2007-04-27  Bruno Haible  <bruno@clisp.org>
36097
36098         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
36099         * modules/sysexits (Files, Makefile.am): Update.
36100
36101         * lib/sys_socket_.h: Renamed from lib/socket_.h.
36102         * modules/sys_socket (Files, Makefile.am): Update.
36103
36104         * lib/sys_stat_.h: Renamed from lib/stat_.h.
36105         * modules/sys_stat (Files, Makefile.am): Update.
36106
36107 2007-04-27  Eric Blake  <ebb9@byu.net>
36108
36109         * lib/freading.h: Improve comments.
36110         * lib/fwriting.h: Likewise.
36111         * lib/fflush.c: Likewise.
36112
36113         Fix closein for mingw.
36114         * modules/closein-tests: Add tests for closein.
36115         * tests/test-closein.c: New file.
36116         * tests/test-closein.sh: Likewise.
36117         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
36118         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
36119
36120 2007-04-27  Bruno Haible  <bruno@clisp.org>
36121
36122         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
36123         version is < 6.
36124         * lib/math_.h [__DECC]: Likewise.
36125         * lib/stdio_.h [__DECC]: Likewise.
36126         * lib/stdlib_.h [__DECC]: Likewise.
36127         * lib/string_.h [__DECC]: Likewise.
36128         * lib/time_.h [__DECC]: Likewise.
36129         * lib/wchar_.h [__DECC]: Likewise.
36130         * lib/wctype_.h [__DECC]: Likewise.
36131
36132 2007-04-27  Bruno Haible  <bruno@clisp.org>
36133
36134         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
36135
36136 2007-04-27  Bruno Haible  <bruno@clisp.org>
36137
36138         * lib/fflush.c: Add comments.
36139         * modules/fpurge-tests (Depends-on): Add fflush.
36140         * modules/freadable-tests (Depends-on): Likewise.
36141         * modules/fwritable-tests (Depends-on): Likewise.
36142
36143 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
36144
36145         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
36146         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
36147         Report by Bruno Haible <bruno@clisp.org>.
36148
36149 2007-04-26  Eric Blake  <ebb9@byu.net>
36150
36151         Fix fflush on mingw.
36152         * modules/fflush (Depends-on): Add freading.
36153         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
36154         but unread data.
36155
36156 2007-04-26  Eric Blake  <ebb9@byu.net>
36157         and Bruno Haible  <bruno@clisp.org>
36158
36159         Implement freading and fwriting.
36160         * lib/freading.c: New file.
36161         * lib/freading.h: Likewise.
36162         * m4/freading.m4: Likewise.
36163         * modules/freading: Likewise.
36164         * modules/freading-tests: Likewise.
36165         * tests/test-freading.c: Likewise.
36166         * lib/fwriting.c: New file.
36167         * lib/fwriting.h: Likewise.
36168         * m4/fwriting.m4: Likewise.
36169         * modules/fwriting: Likewise.
36170         * modules/fwriting-tests: Likewise.
36171         * tests/test-fwriting.c: Likewise.
36172         * MODULES.html.sh (File stream based Input/Output): Mention them.
36173
36174 2007-04-26  Bruno Haible  <bruno@clisp.org>
36175
36176         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
36177         'long' when we assume it.
36178         Suggested by Eric Blake.
36179
36180 2007-04-26  Bruno Haible  <bruno@clisp.org>
36181
36182         Ensure fseeko, ftello are declared on glibc systems.
36183         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
36184         * modules/fseeko (configure.ac-early): Likewise.
36185         * modules/ftello (configure.ac-early): Likewise.
36186         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
36187         AC_FUNC_FSEEKO for this.
36188         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
36189         (gl_CHECK_FSEEKO): Remove macro.
36190
36191 2007-04-26  Bruno Haible  <bruno@clisp.org>
36192
36193         * tests/test-fflush.c (main): Also check the ftell result after
36194         fflush and fseek/fseeko.
36195         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
36196         file descriptor position cache in the stream.
36197         * lib/fseeko.c (rpl_fseeko): Likewise.
36198
36199 2007-04-26  Bruno Haible  <bruno@clisp.org>
36200
36201         * modules/fflush-tests (Depends-on): Add fseeko.
36202
36203 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
36204             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36205
36206         * lib/argz_.h: ensure error_t definition is obtained in same
36207         mechanism system argz.h would have.
36208         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
36209         argz facilities are known bad.  Err on the side of caution if
36210         cross-compiling.
36211
36212 2007-04-25  Eric Blake  <ebb9@byu.net>
36213
36214         * lib/fpurge.c (includes): Use stdlib.h for free.
36215         * tests/test-fflush.c (main): Also test fflush-fseeko.
36216
36217 2007-04-25  Bruno Haible  <bruno@clisp.org>
36218
36219         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
36220         * lib/fseeko.c: New file.
36221         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
36222         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
36223         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
36224         gl_FUNC_FSEEKO.
36225         (gl_FUNC_FSEEKO): Invoke it.
36226         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
36227         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
36228         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
36229
36230 2007-04-25  Bruno Haible  <bruno@clisp.org>
36231
36232         * modules/fflush (Depends-on): Add ftello.
36233
36234 2007-04-25  Bruno Haible  <bruno@clisp.org>
36235
36236         * modules/ftello-tests: New file.
36237         * tests/test-ftello.c: New file.
36238
36239         * modules/ftello: New file.
36240         * m4/ftello.m4: New file.
36241         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
36242         HAVE_FTELLO.
36243         * lib/stdio_.h (ftello): New declaration.
36244         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
36245         HAVE_FTELLO.
36246
36247 2007-04-25  Bruno Haible  <bruno@clisp.org>
36248
36249         * modules/fseeko-tests: New file.
36250         * tests/test-fseeko.c: New file.
36251
36252         * modules/fseeko: New file.
36253         * m4/fseeko.m4: New file.
36254         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
36255         HAVE_FSEEKO.
36256         * lib/stdio_.h (fseeko): New declaration.
36257         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
36258         HAVE_FSEEKO.
36259
36260 2007-04-25  Bruno Haible  <bruno@clisp.org>
36261
36262         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
36263
36264 2007-04-25  Bruno Haible  <bruno@clisp.org>
36265
36266         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
36267         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
36268         * tests/test-unistd.c: Likewise.
36269         * tests/test-fcntl.c: Likewise.
36270
36271 2007-04-23  Eric Blake  <ebb9@byu.net>
36272
36273         * lib/fflush.c: Fix missing include.
36274         Reported by Bruno Haible.
36275
36276 2007-04-23  Bruno Haible  <bruno@clisp.org>
36277
36278         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
36279         Reported by Eric Blake.
36280
36281 2007-04-23  Bruno Haible  <bruno@clisp.org>
36282
36283         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
36284
36285 2007-04-23  Bruno Haible  <bruno@clisp.org>
36286
36287         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
36288
36289 2007-04-23  Bruno Haible  <bruno@clisp.org>
36290
36291         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
36292         Needed on HP-UX 11.
36293
36294 2007-04-16  Eric Blake  <ebb9@byu.net>
36295
36296         Make fflush rely on fpurge.
36297         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
36298         open coding all variants.
36299         * modules/fflush (Depends-on): Add fpurge and unistd.
36300         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
36301         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
36302
36303         Fix --with-tests compilation on cygwin.
36304         * modules/argmatch-tests (Makefile.am): List gnulib library first
36305         in LDADD.
36306         * modules/argp-tests (Makefile.am): Likewise.
36307         * modules/array-list-tests (Makefile.am): Likewise.
36308         * modules/array-oset-tests (Makefile.am): Likewise.
36309         * modules/avltree-list-tests (Makefile.am): Likewise.
36310         * modules/avltree-oset-tests (Makefile.am): Likewise.
36311         * modules/avltreehash-list-tests (Makefile.am): Likewise.
36312         * modules/carray-list-tests (Makefile.am): Likewise.
36313         * modules/dirname-tests (Makefile.am): Likewise.
36314         * modules/frexp-tests (Makefile.am): Likewise.
36315         * modules/isnanl-tests (Makefile.am): Likewise.
36316         * modules/linked-list-tests (Makefile.am): Likewise.
36317         * modules/linkedhash-list-tests (Makefile.am): Likewise.
36318         * modules/lock-tests (Makefile.am): Likewise.
36319         * modules/rbtree-list-tests (Makefile.am): Likewise.
36320         * modules/rbtree-oset-tests (Makefile.am): Likewise.
36321         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
36322         * modules/tls-tests (Makefile.am): Likewise.
36323         * modules/tsearch-tests (Makefile.am): Likewise.
36324         * modules/xvasprintf-tests (Makefile.am): Likewise.
36325
36326         Fix fpurge for cygwin.
36327         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
36328         value.
36329         * modules/fpurge-tests (Depends-on): Clean up trash.
36330
36331 2007-04-16  Simon Josefsson  <simon@josefsson.org>
36332
36333         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
36334
36335         * m4/autobuild.m4: Re-indent.
36336
36337 2007-04-13  Bruno Haible  <bruno@clisp.org>
36338
36339         * modules/fpurge-tests: New file.
36340         * tests/test-fpurge.c: New file.
36341
36342         * modules/fpurge: New file.
36343         * lib/fpurge.h: New file.
36344         * lib/fpurge.c: New file.
36345         * m4/fpurge.m4: New file.
36346
36347 2007-04-13  Bruno Haible  <bruno@clisp.org>
36348
36349         * modules/fbufmode-tests: New file.
36350         * tests/test-fbufmode.c: New file.
36351
36352         * modules/fbufmode: New file.
36353         * lib/fbufmode.h: New file.
36354         * lib/fbufmode.c: New file.
36355         * m4/fbufmode.m4: New file.
36356
36357 2007-04-13  Bruno Haible  <bruno@clisp.org>
36358
36359         * modules/fwritable-tests: New file.
36360         * tests/test-fwritable.c: New file.
36361
36362         * modules/fwritable: New file.
36363         * lib/fwritable.h: New file.
36364         * lib/fwritable.c: New file.
36365         * m4/fwritable.m4: New file.
36366
36367 2007-04-13  Bruno Haible  <bruno@clisp.org>
36368
36369         * modules/freadable-tests: New file.
36370         * tests/test-freadable.c: New file.
36371
36372         * modules/freadable: New file.
36373         * lib/freadable.h: New file.
36374         * lib/freadable.c: New file.
36375         * m4/freadable.m4: New file.
36376
36377 2007-04-13  Bruno Haible  <bruno@clisp.org>
36378
36379         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
36380         MOSTLYCLEANFILES.
36381
36382 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
36383
36384         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
36385         gzip bootstrap.conf to avoid dragging in i18n machinery.
36386         (gnulib_tool_option): Use it.
36387
36388 2007-04-13  Bruno Haible  <bruno@clisp.org>
36389
36390         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
36391         %F directives.
36392         * tests/test-vasprintf-posix.c (test_function): Likewise.
36393         * tests/test-snprintf-posix.h (test_function): Likewise.
36394         * tests/test-sprintf-posix.h (test_function): Likewise.
36395         * tests/test-fprintf-posix.h (test_function): Likewise.
36396         * tests/test-printf-posix.h (test_function): Likewise.
36397         * tests/test-fprintf-posix.out: Likewise.
36398
36399 2007-04-13  Bruno Haible  <bruno@clisp.org>
36400
36401         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
36402         * modules/tls-tests (configure.ac): Likewise.
36403         Reported by Arto C. Nirkko <anirkko@insel.ch>.
36404
36405 2007-04-13  Bruno Haible  <bruno@clisp.org>
36406
36407         * lib/tls.c (glthread_tls_get): Fix return type.
36408         Patch by Arto C. Nirkko <anirkko@insel.ch>.
36409
36410 2007-04-12  Eric Blake  <ebb9@byu.net>
36411
36412         * modules/gettime (Depends-on): Remove gettime.
36413         Reported by Dmitry V. Levin.
36414
36415 2007-04-12  Bruno Haible  <bruno@clisp.org>
36416
36417         * modules/fflush (Include): Mention <stdio.h>.
36418         * modules/strtoimax (Include): Mention <inttypes.h>.
36419         * modules/strtoumax (Include): Likewise.
36420
36421 2007-04-12  Eric Blake  <ebb9@byu.net>
36422
36423         * .cvsignore: New file.
36424         * .gitignore: Likewise.
36425
36426 2007-04-12  Bruno Haible  <bruno@clisp.org>
36427
36428         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
36429         not before, since $(LDADD) often contains libgnu.a.
36430         * modules/striconv-tests (test_striconv_LDADD): Likewise.
36431         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
36432         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
36433         Needed on Cygwin.
36434
36435 2007-04-12  Eric Blake  <ebb9@byu.net>
36436
36437         Work around glibc's failure to flush stdin on fclose.
36438         * lib/closein.c (close_stdin): Flush stdin before closing.
36439
36440         Work around glibc's failure to reset seekable stdin on exit.
36441         * modules/closein: New module.
36442         * lib/closein.c: New file.
36443         * lib/closein.h: Likewise.
36444         * m4/closein.m4: Likewise.
36445         * MODULES.html.sh (File stream based Input/Output): Document it.
36446
36447 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36448
36449         * gnulib-tool: Rename generated 'autobuild' script to
36450         'do-autobuild' in --create-megatestdir output.
36451
36452         * doc/gnulib.texi (Build robot for gnulib): Fix.
36453
36454 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36455
36456         * modules/sysexits (Depends-on): Add absolute-header.
36457
36458 2007-04-12  Eric Blake  <ebb9@byu.net>
36459
36460         No need to preserve errno on success.
36461         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
36462         Reported by Bruno Haible.
36463
36464 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36465
36466         * MODULES.html.sh (Support for maintaining and releasing
36467         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
36468
36469 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36470
36471         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
36472
36473 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36474
36475         * modules/autobuild: New module.
36476
36477         * m4/autobuild.m4: New file.
36478
36479 2007-04-11  Bruno Haible  <bruno@clisp.org>
36480
36481         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
36482         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
36483         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
36484         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
36485         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
36486         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36487         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36488         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36489         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36490         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36491         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
36492         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36493         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36494         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
36495         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36496         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36497         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
36498         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36499         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36500         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
36501         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36502         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36503         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
36504         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36505         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36506         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
36507         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36508         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36509         Reported by Eric Blake.
36510
36511 2007-04-11  Bruno Haible  <bruno@clisp.org>
36512
36513         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
36514
36515 2007-04-10  Bruno Haible  <bruno@clisp.org>
36516
36517         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
36518         for NaN and Infinity. Needed on FreeBSD 6.1.
36519         * tests/test-vasnprintf-posix.c (test_function): Undo last change
36520         regarding results for "%010a" of Infinity and NaN.
36521         * tests/test-vasprintf-posix.c (test_function): Likewise.
36522         * tests/test-snprintf-posix.h (test_function): Likewise.
36523         * tests/test-sprintf-posix.h (test_function): Likewise.
36524         * tests/test-fprintf-posix.h (test_function): Likewise.
36525         * tests/test-printf-posix.h (test_function): Likewise.
36526         * tests/test-fprintf-posix.out: Likewise.
36527
36528 2007-04-10  Bruno Haible  <bruno@clisp.org>
36529
36530         * modules/locale-tests: New file.
36531         * tests/test-locale.c: New file.
36532
36533         * modules/locale: New file.
36534         * lib/locale_.h: New file.
36535         * m4/locale_h.m4: New file.
36536
36537 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
36538             Bruno Haible  <bruno@clisp.org>
36539
36540         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
36541         be determined, test for availability of the copysignf, copysign,
36542         copysignl functions.
36543         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
36544         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
36545         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
36546
36547 2007-04-09  Eric Blake  <ebb9@byu.net>
36548
36549         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
36550         * modules/stdio (Makefile.am): Support fflush.
36551         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
36552         * modules/fflush: New file.
36553         * lib/fflush.c: Likewise.
36554         * m4/fflush.m4: Likewise.
36555         * modules/fflush-tests: New test.
36556         * tests/test-fflush.c: Likewise.
36557         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
36558
36559 2007-04-06  Bruno Haible  <bruno@clisp.org>
36560
36561         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
36562         (VASNPRINTF): Use signbit for faster determination whether to print a
36563         minus sign.
36564         * modules/vasnprintf (Files): Remove lib/float+.h.
36565         * modules/fprintf-posix (Depends-on): Add signbit.
36566         * modules/snprintf-posix (Depends-on): Likewise.
36567         * modules/sprintf-posix (Depends-on): Likewise.
36568         * modules/vasnprintf-posix (Depends-on): Likewise.
36569         * modules/vasprintf-posix (Depends-on): Likewise.
36570         * modules/vfprintf-posix (Depends-on): Likewise.
36571         * modules/vsnprintf-posix (Depends-on): Likewise.
36572         * modules/vsprintf-posix (Depends-on): Likewise.
36573
36574 2007-04-06  Bruno Haible  <bruno@clisp.org>
36575
36576         * tests/test-frexp.c (main): Test also the sign bit of zero results.
36577         * tests/test-frexpl.c (main): Likewise.
36578         * tests/test-ldexpl.c (main): Likewise.
36579         * modules/frexp-tests (Depends-on): Add signbit.
36580         * modules/frexpl-tests (Depdends-on): Likewise.
36581         * modules/ldexpl-tests (Depdends-on): Likewise.
36582
36583 2007-04-06  Bruno Haible  <bruno@clisp.org>
36584
36585         * modules/signbit-tests: New file.
36586         * tests/test-signbit.c: New file.
36587
36588         * modules/signbit: New file.
36589         * lib/signbitf.c: New file.
36590         * lib/signbitd.c: New file.
36591         * lib/signbitl.c: New file.
36592         * m4/signbit.m4: New file.
36593         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
36594         (signbit): New macro.
36595         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
36596         REPLACE_SIGNBIT.
36597         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
36598         REPLACE_FREXPL into math.h.
36599
36600 2007-04-06  Bruno Haible  <bruno@clisp.org>
36601
36602         * modules/isnanf-nolibm-tests: New file.
36603         * tests/test-isnanf.c: New file.
36604
36605         * modules/isnanf-nolibm: New file.
36606         * lib/isnanf.h: New file.
36607         * lib/isnanf.c: New file.
36608         * lib/isnan.c: Consider the USE_FLOAT macro.
36609         * m4/isnanf.m4: New file.
36610
36611 2007-04-06  Bruno Haible  <bruno@clisp.org>
36612
36613         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
36614         (Link): New section.
36615
36616         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
36617
36618 2007-04-06  Bruno Haible  <bruno@clisp.org>
36619
36620         Assume the 'long double' type.
36621         * m4/longdouble.m4: Remove file.
36622         * config/srclist.txt: Don't mention longdouble.m4.
36623         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
36624         * lib/float+.h: Likewise.
36625         * lib/frexp.c: Likewise.
36626         * lib/printf-args.h: Likewise.
36627         * lib/printf-args.c: Likewise.
36628         * lib/printf-frexp.c: Likewise.
36629         * lib/printf-parse.c: Likewise.
36630         * lib/vasnprintf.c: Likewise.
36631         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
36632         * m4/intl.m4: Likewise.
36633         * m4/isnanl.m4: Likewise.
36634         * m4/printf.m4: Likewise.
36635         * m4/printf-frexpl.m4: Likewise.
36636         * m4/vasnprintf.m4: Likewise.
36637         * modules/allocsa (Files): Remove m4/longdouble.m4.
36638         * modules/gettext (Files): Likewise.
36639         * modules/relocatable-prog-wrapper (Files): Likewise.
36640         * modules/vasnprintf (Files): Likewise.
36641         * modules/isnanl (Files): Likewise.
36642         (Include): Simplify.
36643         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
36644         (Include): Simplify.
36645         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
36646         (Include): Simplify.
36647         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
36648         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36649         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
36650         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36651         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
36652         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36653         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
36654         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36655         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
36656         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36657         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
36658         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36659         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
36660         * tests/test-isnanl.c: Likewise.
36661         * tests/test-snprintf-posix.h: Likewise.
36662         * tests/test-sprintf-posix.h: Likewise.
36663         * tests/test-vasnprintf-posix.c: Likewise.
36664         * tests/test-vasnprintf-posix2.c: Likewise.
36665         * tests/test-vasprintf-posix.c: Likewise.
36666
36667 2007-04-06  Bruno Haible  <bruno@clisp.org>
36668
36669         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
36670         * lib/math_.h [__DECC]: Include the overridden include file through
36671         #include_next, outside the double-inclusion guard.
36672         * lib/stdio_.h [__DECC]: Likewise.
36673         * lib/stdlib_.h [__DECC]: Likewise.
36674         * lib/string_.h [__DECC]: Likewise.
36675         * lib/time_.h [__DECC]: Likewise.
36676         * lib/wchar_.h [__DECC]: Likewise.
36677         * lib/wctype_.h [__DECC]: Likewise.
36678         * lib/inttypes_.h [__DECC]: Likewise.
36679         Reported by Albert Chin <china@thewrittenword.com> in
36680         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
36681
36682 2007-04-04  Eric Blake  <ebb9@byu.net>
36683
36684         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
36685         1.5.x.
36686
36687 2007-04-04  Bruno Haible  <bruno@clisp.org>
36688
36689         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
36690         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
36691
36692 2007-04-04  Bruno Haible  <bruno@clisp.org>
36693
36694         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
36695         results for "%010a" of Infinity and NaN.
36696         * tests/test-vasprintf-posix.c (test_function): Likewise.
36697         * tests/test-snprintf-posix.h (test_function): Likewise.
36698         * tests/test-sprintf-posix.h (test_function): Likewise.
36699         * tests/test-fprintf-posix.h (test_function): Remove these tests.
36700         * tests/test-printf-posix.h (test_function): Likewise.
36701         * tests/test-fprintf-posix.out: Update.
36702         Needed for FreeBSD 6.1.
36703
36704 2007-04-04  Bruno Haible  <bruno@clisp.org>
36705
36706         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
36707         directly used by the gnulib modules nor by gnulib-tool.
36708
36709 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
36710
36711         * DEPENDENCIES: Give overall description of version dependency
36712         desirability.  Use more-typical names for apps.
36713         Add shell, coreutils, diffutils, grep, tar, gzip.
36714
36715 2007-04-04  Simon Josefsson  <simon@josefsson.org>
36716
36717         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
36718
36719 2007-04-04  Karl Berry  <karl@gnu.org>
36720
36721         * MODULES.html.sh (func_module): missing '.
36722
36723 2007-04-03  Bruno Haible  <bruno@clisp.org>
36724
36725         * modules/argmatch-tests (Makefile.am): New variable
36726         test_argmatch_LDADD.
36727         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
36728         * modules/array-list-tests (Makefile.am): New variable
36729         test_array_list_LDADD.
36730         * modules/array-oset-tests (Makefile.am): New variable
36731         test_array_oset_LDADD.
36732         * modules/avltree-list-tests (Makefile.am): New variable
36733         test_avltree_list_LDADD.
36734         * modules/avltree-oset-tests (Makefile.am): New variable
36735         test_avltree_oset_LDADD.
36736         * modules/avltreehash-list-tests (Makefile.am): New variable
36737         test_avltreehash_list_LDADD.
36738         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
36739         test_canonicalize_lgpl_LDADD.
36740         * modules/carray-list-tests (Makefile.am): New variable
36741         test_carray_list_LDADD.
36742         * modules/dirname-tests (Makefile.am): New variable
36743         test_dirname_LDADD.
36744         * modules/linked-list-tests (Makefile.am): New variable
36745         test_linked_list_LDADD.
36746         * modules/linkedhash-list-tests (Makefile.am): New variable
36747         test_linkedhash_list_LDADD.
36748         * modules/rbtree-list-tests (Makefile.am): New variable
36749         test_rbtree_list_LDADD.
36750         * modules/rbtree-oset-tests (Makefile.am): New variable
36751         test_rbtree_oset_LDADD.
36752         * modules/rbtreehash-list-tests (Makefile.am): New variable
36753         test_rbtreehash_list_LDADD.
36754         * modules/xvasprintf-tests (Makefile.am): New variable
36755         test_xvasprintf_LDADD.
36756         Reported by Eric Blake.
36757
36758 2007-04-03  Eric Blake  <ebb9@byu.net>
36759
36760         * DEPENDENCIES: Weaken m4 requirements.
36761
36762 2007-04-03  Bruno Haible  <bruno@clisp.org>
36763
36764         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
36765         * modules/isnanl-tests (configure.ac): Likewise.
36766
36767 2007-04-03  Ben Pfaff  <blp@gnu.org>
36768
36769         * modules/iconv_open: Add $(srcdir)/ to source directory
36770         references in Makefile fragments that call gperf, to fix VPATH
36771         builds.
36772
36773 2007-04-03  Bruno Haible  <bruno@clisp.org>
36774
36775         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
36776         * lib/ldexpl.c: Undo last change.
36777
36778 2007-04-03  Bruno Haible  <bruno@clisp.org>
36779
36780         * modules/printf-frexpl (Depends-on): Undo last change.
36781         (Files): Add m4/ldexpl.m4.
36782
36783 2007-04-03  Bruno Haible  <bruno@clisp.org>
36784
36785         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
36786         * modules/isnanl (Link): New section.
36787
36788         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
36789         * modules/frexp (Link): New section.
36790
36791         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
36792         * modules/frexpl (Link): New section.
36793
36794         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
36795         * modules/ldexpl (Link): New section.
36796
36797 2007-04-03  Bruno Haible  <bruno@clisp.org>
36798
36799         * modules/TEMPLATE-EXTENDED: New file.
36800         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
36801
36802 2007-04-03  Bruno Haible  <bruno@clisp.org>
36803
36804         * DEPENDENCIES: New file.
36805         Suggested by Simon Josefsson.
36806
36807 2007-04-03  Bruno Haible  <bruno@clisp.org>
36808
36809         * doc/gnulib.texi: Escape @.
36810
36811 2007-04-03  James Youngman  <jay@gnu.org>
36812         and Paul Eggert  <eggert@cs.ucla.edu>
36813
36814         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
36815         birthtime on all systems that have birthtime, not just those which
36816         use st_birthtimensec rather than st_birthtim.  Putting zero in
36817         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
36818         that the birth time is not available for files on an NFS mount.
36819
36820 2007-04-03  Simon Josefsson  <simon@josefsson.org>
36821
36822         * modules/memxor: Move back from crypto/, suggested by Bruno.
36823         * modules/crypto/hmac-sha1: Fix memxor dependency.
36824
36825         * modules/crypto/gc: Moved from ../.
36826
36827 2007-04-02  Eric Blake  <ebb9@byu.net>
36828
36829         * lib/ldexpl.c (includes): Avoid libm.
36830
36831         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
36832
36833 2007-04-02  Bruno Haible  <bruno@clisp.org>
36834
36835         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
36836         on IRIX.
36837
36838 2007-04-02  Bruno Haible  <bruno@clisp.org>
36839
36840         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
36841         x86 or x86_64 platforms running MacOS X.
36842         Reported by Ryan Schmidt <@ryandesign.com>.
36843
36844 2007-04-02  Bruno Haible  <bruno@clisp.org>
36845
36846         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
36847         i386.
36848
36849 2007-04-01  Simon Josefsson  <simon@josefsson.org>
36850
36851         * modules/crypto/arcfour: Moved from ../.
36852         * modules/crypto/arcfour-tests: Moved from ../.
36853         * modules/crypto/arctwo: Moved from ../.
36854         * modules/crypto/arctwo-tests: Moved from ../.
36855         * modules/crypto/des: Moved from ../.
36856         * modules/crypto/des-tests: Moved from ../.
36857         * modules/crypto/gc-arcfour: Moved from ../.
36858         * modules/crypto/gc-arcfour-tests: Moved from ../.
36859         * modules/crypto/gc-arctwo: Moved from ../.
36860         * modules/crypto/gc-arctwo-tests: Moved from ../.
36861         * modules/crypto/gc-des: Moved from ../.
36862         * modules/crypto/gc-des-tests: Moved from ../.
36863         * modules/crypto/gc-hmac-md5: Moved from ../.
36864         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
36865         * modules/crypto/gc-hmac-sha1: Moved from ../.
36866         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
36867         * modules/crypto/gc-md2: Moved from ../.
36868         * modules/crypto/gc-md2-tests: Moved from ../.
36869         * modules/crypto/gc-md4: Moved from ../.
36870         * modules/crypto/gc-md4-tests: Moved from ../.
36871         * modules/crypto/gc-md5: Moved from ../.
36872         * modules/crypto/gc-md5-tests: Moved from ../.
36873         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
36874         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
36875         * modules/crypto/gc-random: Moved from ../.
36876         * modules/crypto/gc-rijndael: Moved from ../.
36877         * modules/crypto/gc-rijndael-tests: Moved from ../.
36878         * modules/crypto/gc-sha1: Moved from ../.
36879         * modules/crypto/gc-sha1-tests: Moved from ../.
36880         * modules/crypto/gc-tests: Moved from ../.
36881         * modules/crypto/hmac-md5: Moved from ../.
36882         * modules/crypto/hmac-md5-tests: Moved from ../.
36883         * modules/crypto/hmac-sha1: Moved from ../.
36884         * modules/crypto/hmac-sha1-tests: Moved from ../.
36885         * modules/crypto/md2: Moved from ../.
36886         * modules/crypto/md2-tests: Moved from ../.
36887         * modules/crypto/md4: Moved from ../.
36888         * modules/crypto/md4-tests: Moved from ../.
36889         * modules/crypto/md5: Moved from ../.
36890         * modules/crypto/md5-tests: Moved from ../.
36891         * modules/crypto/memxor: Moved from ../.
36892         * modules/crypto/rijndael: Moved from ../.
36893         * modules/crypto/rijndael-tests: Moved from ../.
36894         * modules/crypto/sha1: Moved from ../.
36895
36896 2007-03-30  James Youngman  <jay@gnu.org>
36897
36898         * tests/test-stat-time.c (prepare_test): use chmod() rather than
36899         rename() to change the ctime of a file (because ctime is unaffected
36900         by rename on jfs2 on AIX 5.1).
36901         (main): Start by doing cleanup, in case a previous run failed leaving
36902         test files behind.
36903
36904 2007-03-31  Bruno Haible  <bruno@clisp.org>
36905
36906         Support old proprietary implementations of iconv.
36907         * modules/iconv_open: New file.
36908         * lib/iconv_.h: New file.
36909         * m4/iconv_h.m4: New file.
36910         * lib/iconv_open.c: New file.
36911         * lib/iconv_open-aix.gperf: New file.
36912         * lib/iconv_open-hpux.gperf: New file.
36913         * lib/iconv_open-irix.gperf: New file.
36914         * lib/iconv_open-osf.gperf: New file.
36915         * m4/iconv_open.m4: New file.
36916         * modules/linebreak (Depends-on): Add iconv_open.
36917         * modules/striconv (Depends-on): Likewise.
36918         * modules/striconveh (Depends-on): Likewise.
36919         * modules/unicodeio (Depends-on): Likewise.
36920         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
36921         (iconv_t)(-1).
36922         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
36923         conversion if cd is (iconv_t)(-1).
36924         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
36925         is not possible.
36926
36927 2007-03-31  Bruno Haible  <bruno@clisp.org>
36928
36929         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36930         work on Solaris either. Protect also second use of "autodetect_jp".
36931
36932 2007-03-31  Bruno Haible  <bruno@clisp.org>
36933
36934         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
36935         the function is not present.
36936
36937 2007-03-31  Bruno Haible  <bruno@clisp.org>
36938
36939         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
36940         the function is not present.
36941
36942 2007-03-31  Bruno Haible  <bruno@clisp.org>
36943
36944         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
36945         a bug in HP-UX iconv_open().
36946
36947 2007-03-31  Bruno Haible  <bruno@clisp.org>
36948
36949         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
36950         (Mathematics <math.h>): New section, add fpieee.
36951         (Input/output <stdio.h>): Add fseterr.
36952         (Mathematics <math.h>): New section, add printf-frexp.
36953         (Container data structures): Add sublist.
36954         (Core language properties): Add fpucw, inline.
36955         (Functions for greatest-width integer types <inttypes.h>): Add
36956         imaxabs, imaxdiv, inttypes.
36957         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
36958         isnanl-nolibm, ldexp.
36959         (Mathematics <math.h>): New section, add printf-frexpl.
36960         (Support for systems lacking POSIX:2001): Add fprintf-posix,
36961         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
36962         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
36963         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
36964         (Unicode string functions): Add unistr/u*-mbtoucr.
36965         (Java): Add javacomp-script, javaexec-script.
36966         (C#): Add csharpcomp-script, csharpexec-script.
36967         (Support for building libraries and executables): Add havelib,
36968         relocatable-*.
36969         (Support for maintaining and releasing projects): Renamed from
36970         'Support for maintaining and release projects'. Add announce-gen.
36971
36972 2007-03-31  Bruno Haible  <bruno@clisp.org>
36973
36974         * README: Talk primarily about git.
36975         (git and CVS): Renamed from CVS.
36976         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
36977         gnulib is available through git.
36978         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
36979
36980 2007-03-30  Bruno Haible  <bruno@clisp.org>
36981
36982         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
36983         * lib/poll_.h: Likewise.
36984         * lib/stat_.h: Likewise.
36985         * lib/sys_time_.h: Likewise.
36986         * lib/sysexit_.h: Likewise.
36987         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
36988         * lib/stdbool_.h: Likewise.
36989         * lib/byteswap_.h: Add double-inclusion guard.
36990
36991 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
36992
36993         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
36994
36995 2007-03-30  Karl Berry  <karl@gnu.org>
36996
36997         * config/srclist-update: double space after USA in the license
36998         substitution, since that's how it's usually (?) written.
36999
37000 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
37001
37002         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
37003         reported by Bruno Haible.
37004
37005 2007-03-29  Bruno Haible  <bruno@clisp.org>
37006
37007         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
37008         a bug in AIX iconv().
37009
37010 2007-03-29  Bruno Haible  <bruno@clisp.org>
37011
37012         * modules/ldexpl-tests: New file.
37013         * tests/test-ldexpl.c: New file.
37014
37015 2007-03-29  Bruno Haible  <bruno@clisp.org>
37016
37017         * lib/ldexpl.c: Include fpucw.h.
37018         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
37019         multiplication.
37020         * modules/ldexpl (Depends-on): Add fpucw.
37021
37022 2007-03-29  Bruno Haible  <bruno@clisp.org>
37023
37024         * modules/ldexpl: New file.
37025         * m4/ldexpl.m4: New file.
37026         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
37027         set.
37028         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
37029         REPLACE_LDEXPL.
37030         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
37031         REPLACE_LDEXPL.
37032         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
37033         gl_FUNC_LDEXPL_WORKS.
37034         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
37035         * modules/mathl (Files): Remove lib/ldexpl.c.
37036         (Depends-on): Add ldexpl.
37037
37038 2007-03-29  Bruno Haible  <bruno@clisp.org>
37039
37040         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
37041
37042 2007-03-29  Bruno Haible  <bruno@clisp.org>
37043
37044         * tests/test-striconveh.c (main): Don't assume that a direct conversion
37045         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
37046         and possibly also HP-UX.
37047         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
37048         work on AIX, IRIX, HP-UX, OSF/1.
37049         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
37050         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
37051         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
37052         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
37053         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
37054         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
37055
37056 2007-03-29  Bruno Haible  <bruno@clisp.org>
37057
37058         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
37059
37060 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
37061
37062         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
37063         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
37064
37065 2007-03-29  Eric Blake  <ebb9@byu.net>
37066
37067         * lib/acl-internal.h: Remove redundant include.
37068         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
37069         Cygwin when a file is locked.
37070
37071 2007-03-29  Bruno Haible  <bruno@clisp.org>
37072
37073         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
37074         file.
37075         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
37076
37077 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
37078
37079         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
37080         try to remove a parent directory if the child couldn't be removed
37081         (except for the first rmdir, which could fail because the child
37082         doesn't exist).  Problem reported by Jeff Blaine in
37083         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
37084
37085 2007-03-28  Bruno Haible  <bruno@clisp.org>
37086
37087         * lib/striconveh.c (utf8conv_carefully): New function.
37088         (mem_cd_iconveh_internal): Invoke it.
37089
37090 2007-03-28  Bruno Haible  <bruno@clisp.org>
37091
37092         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
37093         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
37094         input.
37095         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
37096         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
37097         unistr/u8-uctomb.
37098
37099 2007-03-28  Bruno Haible  <bruno@clisp.org>
37100
37101         * modules/unistr/u8-mbtoucr: New file.
37102         * lib/unistr/u8-mbtoucr.c: New file.
37103         * modules/unistr/u16-mbtoucr: New file.
37104         * lib/unistr/u16-mbtoucr.c: New file.
37105         * modules/unistr/u16-mbtoucr: New file.
37106         * lib/unistr/u16-mbtoucr.c: New file.
37107         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
37108
37109 2007-03-27  Simon Josefsson  <simon@josefsson.org>
37110             Bruno Haible  <bruno@clisp.org>
37111
37112         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
37113         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
37114         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
37115
37116         * m4/stdio_h.m4: Add stubs for vasprintf too.
37117
37118         * modules/stdio: Support vasprintf in sed command.
37119
37120         * modules/vasprintf: Depend on stdio for prototypes.  Remove
37121         vasprintf.h.  Add stdio module indicator.
37122
37123         * lib/stdio_.h: Declare asprintf and vasprintf, based on
37124         vasprintf.h.
37125
37126         * lib/vasprintf.h: File removed.
37127
37128         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
37129         * lib/vasprintf.c: Ditto.
37130         * lib/xvasprintf.c: Ditto.
37131         * tests/test-vasprintf-posix.c: Ditto.
37132         * tests/test-vasprintf.c: Ditto.
37133
37134 2007-03-27  Bruno Haible  <bruno@clisp.org>
37135
37136         Make vasnprintf multithread-safe.
37137         * lib/vasnprintf.c (decimal_point_char): New function.
37138         (VASNPRINTF): Use it.
37139         Suggested by Simon Josefsson.
37140
37141 2007-03-27  Eric Blake  <ebb9@byu.net>
37142
37143         Support sub-second birthtime on cygwin.
37144         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
37145         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
37146         (get_stat_birthtime): Also work with st_birthtim.
37147
37148 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
37149
37150         * lib/stat-time.h (USE_BIRTHTIME): Remove.
37151         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
37152         (get_stat_birthtime_ns): Do not try to use "spare" fields.
37153         (get_stat_birthtime_ns): Simplify compile-time tests.
37154         (get_stat_birthtime): Change the API to look like
37155         get_stat_mtime etc., except return a negative tv_nsec on error.
37156         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
37157         Don't check for "spare" fields.
37158         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
37159         or for struct stat.st_birthtime, as these tests aren't used.
37160         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
37161
37162 2007-03-27  Bruno Haible  <bruno@clisp.org>
37163
37164         * lib/stat-time.h: Include <sys/stat.h>.
37165
37166 2007-03-27  James Youngman  <jay@gnu.org>
37167
37168         * lib/stat-time.h (get_stat_birthtime): New function for
37169           retrieving st_birthtime as provided by UFS2 (hence *BSD).
37170         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
37171           and its variants.
37172         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
37173         * modules/stat-time-test: New file.
37174         * tests/test-stat-time.c: New test, devised by Bruno Haible.
37175
37176 2007-03-26  Bruno Haible  <bruno@clisp.org>
37177
37178         Better support of signalling NaNs.
37179         * lib/atanl.c: Include isnanl.h.
37180         (atanl): Perform test for NaN at the beginning of the function and
37181         through a call to isnanl.
37182         * lib/cosl.c: Include isnanl.h.
37183         (cosl): Perform test for NaN at the beginning of the function and
37184         through a call to isnanl.
37185         * lib/ldexpl.c: Include isnanl.h.
37186         (ldexpl): Perform test for NaN through a call to isnanl.
37187         * lib/logl.c: Include isnanl.h.
37188         (logl): Perform test for NaN at the beginning of the function and
37189         through a call to isnanl.
37190         * lib/sinl.c: Include isnanl.h.
37191         (sinl): Perform test for NaN at the beginning of the function and
37192         through a call to isnanl.
37193         * lib/sqrtl.c: Include isnanl.h.
37194         (sqrtl): Perform test for NaN at the beginning of the function and
37195         through a call to isnanl.
37196         * lib/tanl.c: Include isnanl.h.
37197         (tanl): Perform test for NaN at the beginning of the function and
37198         through a call to isnanl.
37199         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
37200         * modules/mathl (Depends-on): Add isnanl.
37201
37202 2007-03-26  Eric Blake  <ebb9@byu.net>
37203
37204         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
37205         regression in logic sense of previous patch.
37206
37207 2007-03-26  Bruno Haible  <bruno@clisp.org>
37208
37209         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
37210         unportable shell command "if ! ...".
37211         Reported by Ralf Wildenhues.
37212
37213 2007-03-25  Bruno Haible  <bruno@clisp.org>
37214
37215         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
37216         <sysexits.h> file, and only add EX_CONFIG.
37217         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
37218         absolute file name and whether it is sufficient. Substitute also
37219         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
37220         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
37221         ABSOLUTE_SYSEXITS_H into sysexits.h.
37222
37223 2007-03-25  Bruno Haible  <bruno@clisp.org>
37224
37225         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
37226         hints is NULL.
37227
37228 2007-03-25  Bruno Haible  <bruno@clisp.org>
37229
37230         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
37231         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
37232
37233 2007-03-25  Bruno Haible  <bruno@clisp.org>
37234
37235         * lib/vasnprintf.c: Include langinfo.h.
37236         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
37237         multithread-safe.
37238         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
37239         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
37240         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
37241         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37242         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37243         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37244         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
37245         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
37246         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37247         Reported by Simon Josefsson.
37248
37249 2007-03-25  Bruno Haible  <bruno@clisp.org>
37250
37251         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
37252         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
37253         * modules/vasnprintf (Depends-on): Add stdint.
37254
37255 2007-03-25  Bruno Haible  <bruno@clisp.org>
37256
37257         * modules/fpieee: New file.
37258         * m4/fpieee.m4: New file.
37259         * modules/isnan-nolibm (Depends-on): Add fpieee.
37260         * modules/isnanl-nolibm (Depends-on): Add fpieee.
37261         * modules/isnanl (Depends-on): Add fpieee.
37262
37263 2007-03-25  Bruno Haible  <bruno@clisp.org>
37264
37265         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
37266
37267 2007-03-25  Bruno Haible  <bruno@clisp.org>
37268
37269         Avoid test failures on IRIX 6.5.
37270         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
37271         (main): Use it.
37272         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
37273         macros.
37274         (main): Use them.
37275
37276 2007-03-25  Bruno Haible  <bruno@clisp.org>
37277
37278         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
37279         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
37280         exists but doesn't work.
37281         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
37282         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
37283         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
37284         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
37285
37286 2007-03-25  Bruno Haible  <bruno@clisp.org>
37287
37288         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
37289         returns inf. Needed on IRIX 6.5.
37290
37291 2007-03-25  Bruno Haible  <bruno@clisp.org>
37292
37293         * tests/test-frexpl.c: Include isnanl-nolibm.h.
37294         (main): Use isnanl instead of x != x idiom.
37295         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
37296
37297         * tests/test-frexp.c: Include isnan.h.
37298         (main): Use isnan instead of x != x idiom.
37299         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
37300
37301 2007-03-25  Bruno Haible  <bruno@clisp.org>
37302
37303         * tests/test-frexp.c (NaN): New function/macro.
37304         (main): Use it instead of 0.0 / 0.0.
37305         * tests/test-isnan.c (NaN): New function/macro.
37306         (main): Use it instead of 0.0 / 0.0.
37307         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
37308         (test_function): Use it instead of 0.0 / 0.0.
37309         * tests/test-vasprintf-posix.c (NaN): New function/macro.
37310         (test_function): Use it instead of 0.0 / 0.0.
37311         * tests/test-snprintf-posix.h (NaN): New function/macro.
37312         (test_function): Use it instead of 0.0 / 0.0.
37313         * tests/test-sprintf-posix.h (NaN): New function/macro.
37314         (test_function): Use it instead of 0.0 / 0.0.
37315         * tests/test-fprintf-posix.h (NaN): New function/macro.
37316         (test_function): Use it instead of 0.0 / 0.0.
37317         * tests/test-printf-posix.h (NaN): New function/macro.
37318         (test_function): Use it instead of 0.0 / 0.0.
37319
37320         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
37321
37322 2007-03-25  Bruno Haible  <bruno@clisp.org>
37323
37324         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
37325
37326 2007-03-25  Bruno Haible  <bruno@clisp.org>
37327
37328         * lib/regexec.c (merge_state_with_log): Make static.
37329
37330 2007-03-25  Bruno Haible  <bruno@clisp.org>
37331
37332         * lib/trigl.c (kernel_rem_pio2): Make static.
37333
37334 2007-03-25  Bruno Haible  <bruno@clisp.org>
37335
37336         * lib/sincosl.c (sincosl_table): Make static.
37337
37338 2007-03-25  Bruno Haible  <bruno@clisp.org>
37339
37340         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
37341         if the compiler does not support C99.
37342
37343 2007-03-25  Bruno Haible  <bruno@clisp.org>
37344
37345         * modules/time (Makefile.am): Ensure all rule action lines start with a
37346         tab.
37347
37348 2007-03-24  Bruno Haible  <bruno@clisp.org>
37349
37350         * modules/tsearch-tests: New file.
37351         * tests/test-tsearch.sh: New file.
37352         * tests/test-tsearch.c: New file, mostly copied from glibc.
37353
37354         * modules/search-tests: New file.
37355         * tests/test-search.c: New file.
37356
37357         * modules/search: New file.
37358         * lib/search_.h: New file, incorporating lib/tsearch.h.
37359         * m4/search_h.m4: New file.
37360         * lib/tsearch.h: Remove file.
37361         * lib/tsearch.c: Include search.h instead of tsearch.h.
37362         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
37363         HAVE_TSEARCH.
37364         * modules/tsearch (Files): Remove lib/tsearch.h.
37365         (Depends-on): Add search.
37366         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
37367         (Include): Change tsearch.h into search.h.
37368
37369 2007-03-24  Bruno Haible  <bruno@clisp.org>
37370
37371         * modules/fpucw: New file.
37372         * lib/fpucw.h: New file.
37373         * lib/frexp.c: Include fpucw.h.
37374         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
37375         (FUNC): Use them.
37376         * lib/printf-frexp.c: Include fpucw.h.
37377         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
37378         (FUNC): Use them.
37379         * lib/vasnprintf.c: Include fpucw.h.
37380         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
37381         'long double' calculations.
37382         * tests/test-frexpl.c: Include fpucw.h.
37383         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
37384         * tests/test-printf-frexpl.c: Include fpucw.h.
37385         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
37386         * modules/frexpl (Depends-on): Add fpucw.
37387         * modules/printf-frexpl (Depends-on): Likewise.
37388         * modules/fprintf-posix (Depends-on): Likewise.
37389         * modules/snprintf-posix (Depends-on): Likewise.
37390         * modules/sprintf-posix (Depends-on): Likewise.
37391         * modules/vasnprintf-posix (Depends-on): Likewise.
37392         * modules/vasprintf-posix (Depends-on): Likewise.
37393         * modules/vfprintf-posix (Depends-on): Likewise.
37394         * modules/vsnprintf-posix (Depends-on): Likewise.
37395         * modules/vsprintf-posix (Depends-on): Likewise.
37396         * modules/frexpl-tests (Depends-on): Likewise.
37397         * modules/printf-frexpl-tests (Depends-on): Likewise.
37398
37399 2007-03-24  Bruno Haible  <bruno@clisp.org>
37400
37401         * lib/float+.h: New file.
37402         * lib/isnan.c: Include float+.h.
37403         (SIZE): New macro.
37404         (FUNC): Compare only SIZE bytes of the value.
37405         * lib/vasnprintf.c: Include float+.h.
37406         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
37407         SIZEOF_LDBL or SIZEOF_DBL bytes.
37408         * modules/isnan-nolibm (Files): Add lib/float+.h.
37409         * modules/isnanl-nolibm (Files): Add lib/float+.h.
37410         * modules/isnanl (Files): Add lib/float+.h.
37411         * modules/vasnprintf (Files): Add lib/float+.h.
37412
37413 2007-03-24  Bruno Haible  <bruno@clisp.org>
37414
37415         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
37416         include isnanl-nolibm.h.
37417
37418 2007-03-24  Bruno Haible  <bruno@clisp.org>
37419
37420         * tests/test-read-file.c (main): Don't produce spurious output for
37421         expected situations. Make the test fail if it encountered unexpected
37422         results.
37423
37424 2007-03-24  Bruno Haible  <bruno@clisp.org>
37425
37426         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
37427         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
37428
37429 2007-03-24  Bruno Haible  <bruno@clisp.org>
37430
37431         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
37432
37433 2007-03-24  Bruno Haible  <bruno@clisp.org>
37434
37435         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
37436         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
37437
37438         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
37439         * modules/utf8-ucs4: Turn into a symbolic link to module
37440         unistr/u8-mbtouc.
37441
37442         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
37443         utf8-ucs4-unsafe.
37444         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
37445         unistr/u8-mbtouc-unsafe.
37446
37447         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
37448         * modules/utf16-ucs4: Turn into a symbolic link to module
37449         unistr/u16-mbtouc.
37450
37451         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
37452         utf16-ucs4-unsafe.
37453         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
37454         unistr/u16-mbtouc-unsafe.
37455
37456         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
37457         * modules/ucs4-utf8: Turn into a symbolic link to module
37458         unistr/u8-ubtomb.
37459
37460         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
37461         * modules/ucs4-utf16: Turn into a symbolic link to module
37462         unistr/u16-ubtomb.
37463
37464 2007-03-24  Bruno Haible  <bruno@clisp.org>
37465
37466         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
37467         Enable the function only if HAVE_INLINE.
37468         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
37469         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
37470         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
37471         Enable the function only if HAVE_INLINE.
37472         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
37473         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
37474         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
37475         Enable the function only if HAVE_INLINE.
37476         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
37477         Enable the function only if HAVE_INLINE.
37478         * modules/utf8-ucs4: Update.
37479         * modules/utf8-ucs4-unsafe: Update.
37480         * modules/utf16-ucs4: Update.
37481         * modules/utf16-ucs4-unsafe: Update.
37482         * modules/ucs4-utf8: Update.
37483         * modules/ucs4-utf16: Update.
37484
37485 2007-03-24  Bruno Haible  <bruno@clisp.org>
37486
37487         * lib/utf8-ucs4.h: Remove file.
37488         * lib/utf8-ucs4-unsafe.h: Remove file.
37489         * lib/utf16-ucs4.h: Remove file.
37490         * lib/utf16-ucs4-unsafe.h: Remove file.
37491         * lib/ucs4-utf8.h: Remove file.
37492         * lib/ucs4-utf16.h: Remove file.
37493         * lib/unistr.h: Include their previous contents.
37494         * m4/utf-ucs4.m4: Remove file.
37495         * m4/ucs4-utf.m4: Remove file.
37496         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
37497         (Depends-on): Add unistr/base.
37498         (configure.ac): Remove gl_UTF_UCS4.
37499         (Makefile.am): Update.
37500         (Include): Change to unistr.h.
37501         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
37502         (Depends-on): Add unistr/base.
37503         (configure.ac): Remove gl_UTF_UCS4.
37504         (Makefile.am): Update.
37505         (Include): Change to unistr.h.
37506         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
37507         (Depends-on): Add unistr/base.
37508         (configure.ac): Remove gl_UTF_UCS4.
37509         (Makefile.am): Update.
37510         (Include): Change to unistr.h.
37511         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
37512         (Depends-on): Add unistr/base.
37513         (configure.ac): Remove gl_UTF_UCS4.
37514         (Makefile.am): Update.
37515         (Include): Change to unistr.h.
37516         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
37517         (Depends-on): Add unistr/base.
37518         (configure.ac): Remove gl_UCS4_UTF.
37519         (Makefile.am): Update.
37520         (Include): Change to unistr.h.
37521         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
37522         (Depends-on): Add unistr/base.
37523         (configure.ac): Remove gl_UCS4_UTF.
37524         (Makefile.am): Update.
37525         (Include): Change to unistr.h.
37526         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
37527         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
37528         utf8-ucs4-unsafe.h.
37529         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
37530         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
37531         utf16-ucs4-unsafe.h.
37532         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
37533         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
37534         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
37535         * lib/unistr/u8-strchr.c: Likewise.
37536         * lib/unistr/u8-strrchr.c: Likewise.
37537         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
37538         * lib/unistr/u16-strchr.c: Likewise.
37539         * lib/unistr/u16-strrchr.c: Likewise.
37540         * lib/striconveh.c: Update.
37541         * lib/linebreak.c: Update.
37542
37543 2007-03-24  Bruno Haible  <bruno@clisp.org>
37544
37545         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
37546         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
37547
37548 2007-03-22  Bruno Haible  <bruno@clisp.org>
37549
37550         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
37551
37552 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
37553
37554         * MODULES.html.sh (File system functions): New module write-any-file.
37555         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
37556         * m4/write-any-file.m4: New files.
37557
37558 2007-03-23  Eric Blake  <ebb9@byu.net>
37559
37560         * gnulib-tool: Rearrange space-tab sequences, since some editors
37561         like to eat them.
37562
37563 2007-03-23  Eric Blake  <ebb9@byu.net>
37564
37565         * lib/version-etc.c (version_etc_va): Update license wording to
37566         be more concise.  Recommended by Richard Stallman.
37567
37568 2007-03-22  Bruno Haible  <bruno@clisp.org>
37569
37570         * lib/poll.c (MSG_PEEK): New fallback definition.
37571
37572 2007-03-22  Bruno Haible  <bruno@clisp.org>
37573
37574         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
37575         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
37576         (main): Update.
37577         Fixes a compilation error on BeOS.
37578
37579 2007-03-22  Bruno Haible  <bruno@clisp.org>
37580
37581         * modules/frexpl-tests: New file.
37582         * tests/test-frexpl.c: New file.
37583
37584         * modules/frexpl: New file.
37585         * m4/frexpl.m4: New file.
37586         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
37587         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
37588         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
37589         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
37590         (Depends-on): Add frexpl. Remove isnanl-nolibm.
37591         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
37592
37593 2007-03-22  Bruno Haible  <bruno@clisp.org>
37594
37595         * lib/frexpl.c: Share code with lib/frexp.c.
37596         * modules/mathl (Files): Add lib/frexp.c.
37597         (Depends-on): Add isnanl-nolibm.
37598
37599 2007-03-22  Bruno Haible  <bruno@clisp.org>
37600
37601         * modules/printf-frexp (Files): Add m4/frexp.m4.
37602         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
37603         only if the found frexp function actually works.
37604
37605 2007-03-22  Bruno Haible  <bruno@clisp.org>
37606
37607         * lib/frexp.c: Remove older implementation that uses divisions.
37608
37609 2007-03-21  Bruno Haible  <bruno@clisp.org>
37610
37611         * modules/frexp-tests: New file.
37612         * tests/test-frexp.c: New file.
37613
37614         * modules/frexp: New file.
37615         * lib/frexp.c: New file.
37616         * m4/frexp.m4: New file.
37617         * lib/math_.h (frexp): New declaration.
37618         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
37619         REPLACE_FREXP.
37620         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
37621
37622 2007-03-21  Bruno Haible  <bruno@clisp.org>
37623
37624         * modules/isnanl-tests: New file.
37625         * tests/test-isnanl.c: New file.
37626
37627         * modules/isnanl: New file.
37628         * lib/isnanl.h: New file.
37629         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
37630         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
37631         gl_FUNC_ISNANL_WORKS.
37632         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
37633         New macros.
37634
37635 2007-03-21  Bruno Haible  <bruno@clisp.org>
37636
37637         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
37638         lib/isnanl.h.
37639         (Include): Update.
37640         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
37641         * lib/vasnprintf.c: Update.
37642         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
37643         tests/test-isnanl.h, remove tests/test-isnanl.c.
37644         (Makefile.am): Update.
37645         * tests/test-isnanl-nolibm.c: New file.
37646         * tests/test-isnanl.h: New file.
37647         * tests/test-isnanl.c: Remove file.
37648
37649 2007-03-21  Jim Meyering  <jim@meyering.net>
37650
37651         When trying to open ".", treat ESTALE like EACCES.
37652         * lib/savewd.c (savewd_save): Resort to forking not just upon
37653         failure with EACCES, but also when errno is ESTALE.
37654
37655 2007-03-20  Bruno Haible  <bruno@clisp.org>
37656
37657         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
37658         Needed on AIX 5.1. Reported by Matthew Woehlke.
37659
37660 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37661
37662         Suggestions by Bruno Haible:
37663         * lib/acl-internal.h: Include "gettext.h" rather than rolling
37664         our own.
37665         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
37666         * modules/acl (Depends-on): Add gettext.
37667
37668 2007-03-19  Bruno Haible  <bruno@clisp.org>
37669
37670         * modules/iconvme: Remove file.
37671         * lib/iconvme.h: Remove file.
37672         * lib/iconvme.c: Remove file.
37673         * m4/iconvme.m4: Remove file.
37674
37675 2007-03-19  Bruno Haible  <bruno@clisp.org>
37676
37677         * doc/relocatable-maint.texi: Break long shell script line.
37678         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37679
37680 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37681
37682         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
37683         handle file_has_acl.
37684         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
37685         * lib/acl.c: Move header inclusions and related macro defns into
37686         lib/acl-internal.h.
37687         (S_ISLNK): Remove defn, since that's now done for us.
37688         (file_has_acl): Move to lib/file-has-acl.c.
37689         Call acl_trivial if available.  This is the crucial part of the fix.
37690         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
37691         shared within the library.  Rewrite a bit, partly to make it compatible
37692         with the GNU coding style.
37693         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
37694         Remove unnecessary double-quotes.
37695         Don't test for acl_to_text; the build will catch that.
37696         Replace acl_entries if it doesn't exist and it is needed.
37697         Check for -lsec and acl_trivial (as used on Solaris 10).
37698         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
37699         lib/file-has-acl.c.
37700         (Depends-on): Add sys_stat, for S_ISLNK.
37701
37702 2007-03-19  Ben Pfaff  <blp@gnu.org>
37703
37704         * doc/gnulib.texi: Fix typos.
37705         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37706
37707 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37708
37709         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
37710         If size is zero here, buf must be zero.
37711
37712 2007-03-19  Simon Josefsson  <simon@josefsson.org>
37713
37714         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
37715         <bruno@clisp.org>.
37716
37717 2007-03-18  Bruno Haible  <bruno@clisp.org>
37718
37719         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
37720         Suggested by Eric Blake.
37721
37722 2007-03-18  Ben Pfaff  <blp@gnu.org>
37723
37724         * doc/relocatable.texi: Recommend using as prefix a directory
37725         that does not exist and will never be created.  Based on
37726         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
37727         and others.
37728
37729 2007-03-17  Bruno Haible  <bruno@clisp.org>
37730
37731         * lib/fchownat.c: Include lchown.h.
37732
37733 2007-03-17  Bruno Haible  <bruno@clisp.org>
37734
37735         Fix endless loop when the given allocated size was > INT_MAX.
37736         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
37737         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
37738         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
37739         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
37740         * lib/sprintf.c (sprintf): Likewise.
37741
37742 2007-03-17  Bruno Haible  <bruno@clisp.org>
37743
37744         * tests/test-argp-2.sh (func_compare): Output a context diff.
37745
37746 2007-03-17  Bruno Haible  <bruno@clisp.org>
37747
37748         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
37749         locale's decimal-point character.
37750
37751 2007-03-17  Bruno Haible  <bruno@clisp.org>
37752
37753         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
37754         before comparing it. Needed because on some platforms (e.g. x86) a
37755         'long double' occupies less bytes than sizeof (long double).
37756
37757 2007-03-17  Bruno Haible  <bruno@clisp.org>
37758
37759         * tests/test-crc.c (main): Make printf statements 64-bit clean.
37760         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
37761         * tests/test-getaddrinfo.c (simple): Likewise.
37762         * tests/test-read-file.c (main): Likewise.
37763
37764 2007-03-17  Bruno Haible  <bruno@clisp.org>
37765
37766         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
37767
37768 2007-03-17  Bruno Haible  <bruno@clisp.org>
37769
37770         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
37771         unused variable.
37772
37773 2007-03-17  Bruno Haible  <bruno@clisp.org>
37774
37775         * tests/test-c-strcasecmp.c: Include c-strcase.h.
37776         * tests/test-c-strncasecmp.c: Likewise.
37777
37778 2007-03-17  Bruno Haible  <bruno@clisp.org>
37779
37780         * modules/stdlib (Depends-on): Add unistd.
37781         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
37782         Needed for MacOS X 10.3.
37783
37784 2007-03-17  Bruno Haible  <bruno@clisp.org>
37785
37786         * lib/unistr/u-strdup.h: Include <stdlib.h>.
37787
37788 2007-03-17  Bruno Haible  <bruno@clisp.org>
37789
37790         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
37791
37792 2007-03-17  Bruno Haible  <bruno@clisp.org>
37793
37794         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
37795         to reflect files copied from gnulib (with or without modifications).
37796         Suggested by Jim Meyering.
37797
37798 2007-03-17  Eric Blake  <ebb9@byu.net>
37799
37800         * NEWS: Document stdlib change from 2007-02-18.
37801
37802 2007-03-17  Jim Meyering  <jim@meyering.net>
37803
37804         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
37805         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
37806         someone uses a name containing shell meta-characters.
37807         Reported by Alfred M. Szmidt.
37808
37809         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
37810
37811 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37812
37813         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
37814         and copy gettext configuration files only if configure.ac contains
37815         a use of AM_GNU_GETTEXT_VERSION.
37816
37817 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37818
37819         * build-aux/bootstrap (gnulib_name): New variable.
37820         (gnulib_tool_options): Use it.
37821
37822 2007-03-13  Simon Josefsson  <simon@josefsson.org>
37823
37824         * tests/test-des.c: Use new namespace.
37825
37826 2007-03-15  Bruno Haible  <bruno@clisp.org>
37827
37828         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
37829         Reported by James Youngman <jay@gnu.org>.
37830
37831 2007-03-15  Bruno Haible  <bruno@clisp.org>
37832
37833         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
37834         declared prototype. Needed with cc on OSF/1 5.1.
37835
37836 2007-03-15  Bruno Haible  <bruno@clisp.org>
37837
37838         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
37839         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
37840         (struct gl_list_implementation): Add dispose_fn argument to the
37841         'create_empty', 'create' methods.
37842         (struct gl_list_impl_base): Add field 'dispose_fn'.
37843         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
37844         argument.
37845         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
37846         dispose_fn argument.
37847         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
37848         dispose_fn on the dropped values.
37849         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
37850         dispose_fn argument.
37851         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
37852         dropped values.
37853         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
37854         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37855         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
37856         (gl_tree_remove_node): Call dispose_fn on the dropped value.
37857         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
37858         argument.
37859         (gl_tree_list_free): Call dispose_fn on the dropped values.
37860         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
37861         the dropped values.
37862         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
37863         Add dispose_fn argument.
37864         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
37865         Call dispose_fn on the dropped values.
37866         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
37867         Add dispose_fn argument.
37868         (gl_sublist_create): Initialize the 'dispose_fn' field.
37869         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
37870         * tests/test-array_list.c (main): Update.
37871         * tests/test-carray_list.c (main): Update.
37872         * tests/test-avltree_list.c (main): Update.
37873         * tests/test-rbtree_list.c (main): Update.
37874         * tests/test-avltreehash_list.c (main): Update.
37875         * tests/test-rbtreehash_list.c (main): Update.
37876         * tests/test-linked_list.c (main): Update.
37877         * tests/test-linkedhash_list.c (main): Update.
37878         * tests/test-array_oset.c (main): Update.
37879
37880 2007-03-15  Bruno Haible  <bruno@clisp.org>
37881
37882         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
37883         (gl_oset_create_empty): Add dispose_fn argument.
37884         (struct gl_oset_implementation): Add dispose_fn argument to
37885         'create_empty' method.
37886         (struct gl_oset_impl_base): Add dispose_fn field.
37887         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
37888         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
37889         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
37890         values.
37891         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
37892         (gl_tree_oset_free): Call dispose_fn on the dropped values.
37893         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37894         dropped value.
37895         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
37896         dropped value.
37897         * tests/test-array_oset.c (main): Update.
37898         * tests/test-avltree_oset.c (main): Update.
37899         * tests/test-rbtree_oset.c (main): Update.
37900         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
37901
37902 2007-03-13  Bruno Haible  <bruno@clisp.org>
37903
37904         * tests/test-stdbool.c (i): Update after last patch.
37905
37906 2007-03-12  Bruno Haible  <bruno@clisp.org>
37907
37908         * lib/quotearg.c: Include <wctype.h> early, before the definition of
37909         the iswprint macro. Needed on Solaris 2.5.1.
37910
37911 2007-03-12  Bruno Haible  <bruno@clisp.org>
37912
37913         * tests/test-printf-frexp.c (main): Declare x as volatile.
37914
37915 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37916
37917         * doc/gnulib.texi (Build robot for gnulib): New section.
37918
37919 2007-03-12  Jim Meyering  <jim@meyering.net>
37920
37921         * build-aux/bootstrap: New file.
37922         * build-aux/bootstrap.conf: New file, from coreutils.
37923
37924 2007-03-11  Bruno Haible  <bruno@clisp.org>
37925
37926         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
37927
37928 2007-03-12  Simon Josefsson  <simon@josefsson.org>
37929
37930         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
37931         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
37932         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
37933
37934 2007-03-11  Bruno Haible  <bruno@clisp.org>
37935
37936         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
37937         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
37938
37939 2007-03-11  Bruno Haible  <bruno@clisp.org>
37940
37941         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
37942         formula. Needed for SunPRO C 5.0.
37943
37944 2007-03-11  Bruno Haible  <bruno@clisp.org>
37945
37946         * modules/long-options (Depends-on): Add getopt.
37947
37948 2007-03-11  Bruno Haible  <bruno@clisp.org>
37949
37950         * modules/modechange (Depends-on): Add stdbool.
37951
37952 2007-03-11  Bruno Haible  <bruno@clisp.org>
37953
37954         * modules/i-ring (Depends-on): Add stdbool.
37955
37956 2007-03-11  Bruno Haible  <bruno@clisp.org>
37957
37958         * modules/gc-des (Depends-on): Add stdbool.
37959
37960 2007-03-11  Bruno Haible  <bruno@clisp.org>
37961
37962         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
37963
37964 2007-03-11  Bruno Haible  <bruno@clisp.org>
37965
37966         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
37967
37968 2007-03-11  Bruno Haible  <bruno@clisp.org>
37969
37970         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
37971
37972 2007-03-11  Bruno Haible  <bruno@clisp.org>
37973
37974         * lib/vasnprintf.c (sprintf): Undefine.
37975
37976 2007-03-11  Bruno Haible  <bruno@clisp.org>
37977
37978         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
37979         initializers in SunPRO C and Compaq C compilers.
37980
37981 2007-03-11  Bruno Haible  <bruno@clisp.org>
37982
37983         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
37984         decrementing code ANSI C compliant.
37985
37986 2007-03-11  Bruno Haible  <bruno@clisp.org>
37987
37988         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
37989         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
37990
37991 2007-03-11  Bruno Haible  <bruno@clisp.org>
37992
37993         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
37994         <stdbool.h> substitute doesn't pass.
37995
37996 2007-03-11  Bruno Haible  <bruno@clisp.org>
37997
37998         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
37999
38000 2007-03-11  Bruno Haible  <bruno@clisp.org>
38001
38002         * gnulib-tool (func_create_megatestdir): Create also an autobuild
38003         script, for submission to autobuild.josefsson.org.
38004
38005 2007-03-10  Bruno Haible  <bruno@clisp.org>
38006
38007         * modules/canonicalize-lgpl-tests: New file.
38008         * tests/test-canonicalize-lgpl.sh: New file.
38009         * tests/test-canonicalize-lgpl.c: New file.
38010
38011         * modules/c-strcase-tests: New file.
38012         * tests/test-c-strcase.sh: New file.
38013         * tests/test-c-strcasecmp.c: New file.
38014         * tests/test-c-strncasecmp.c: New file.
38015
38016         * modules/atexit-tests: New file.
38017         * tests/test-atexit.sh: New file.
38018         * tests/test-atexit.c: New file.
38019
38020 2007-03-10  Bruno Haible  <bruno@clisp.org>
38021
38022         * tests/test-binary-io.sh: Use temporary filenames that are not so
38023         likely to clash with those of other tests (in a parallel make).
38024         * tests/test-binary-io.c: Likewise.
38025
38026 2007-03-10  Bruno Haible  <bruno@clisp.org>
38027
38028         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
38029         fallback; use #error instead.
38030         Suggested by Simon Josefsson.
38031
38032 2007-03-10  Bruno Haible  <bruno@clisp.org>
38033
38034         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
38035         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
38036         first and the last.
38037
38038 2007-03-10  Bruno Haible  <bruno@clisp.org>
38039
38040         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
38041
38042 2007-03-10  Bruno Haible  <bruno@clisp.org>
38043
38044         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
38045         "make distcheck".
38046         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
38047         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
38048         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
38049
38050 2007-03-10  Bruno Haible  <bruno@clisp.org>
38051
38052         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
38053         variable.
38054         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
38055         variable.
38056
38057 2007-03-09  Eric Blake  <ebb9@byu.net>
38058         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
38059
38060         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
38061         types are not being provided by gnulib.
38062         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
38063         types are supported.
38064
38065 2007-03-10  Bruno Haible  <bruno@clisp.org>
38066
38067         * lib/stdio_.h (__attribute__): New macro.
38068         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
38069         vsprintf): Specify __attribute__ __format__ for GCC.
38070         Suggested by Eric Blake.
38071
38072 2007-03-09  Bruno Haible  <bruno@clisp.org>
38073
38074         * modules/printf-posix-tests: New file.
38075         * tests/test-printf-posix.sh: New file.
38076         * tests/test-printf-posix.c: New file.
38077
38078         * modules/printf-posix: New file.
38079         * lib/printf.c: New file.
38080         * m4/printf-posix-rpl.m4: New file.
38081         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
38082         REPLACE_PRINTF.
38083         * lib/stdio_.h (printf): New declaration.
38084         (format, __format__, ____printf____, ____scanf____, ____strftime____,
38085         ____strfmon____): New macros.
38086         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
38087         REPLACE_PRINTF.
38088
38089 2007-03-09  Bruno Haible  <bruno@clisp.org>
38090
38091         * tests/test-vasnprintf-posix2.sh: New file.
38092         * tests/test-vasnprintf-posix2.c: New file.
38093         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
38094         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
38095         (Makefile.am): Activate test-vasnprintf-posix2.sh.
38096
38097         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
38098         a locale dependent decimal point, rather than always '.'.
38099
38100 2007-03-09  Eric Blake  <ebb9@byu.net>
38101
38102         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
38103         spite of platforms like Tandem/NSK that define it to -1.
38104
38105 2007-03-08  Bruno Haible  <bruno@clisp.org>
38106
38107         * modules/vprintf-posix-tests: New file.
38108         * tests/test-vprintf-posix.sh: New file.
38109         * tests/test-vprintf-posix.c: New file.
38110         * tests/test-printf-posix.h: New file.
38111
38112         * modules/vprintf-posix: New file.
38113         * lib/vprintf.c: New file.
38114         * m4/vprintf-posix.m4: New file.
38115         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
38116         REPLACE_VPRINTF.
38117         * lib/stdio_.h (vprintf): New declaration.
38118         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
38119         REPLACE_VPRINTF.
38120
38121 2007-03-08  Bruno Haible  <bruno@clisp.org>
38122
38123         * modules/fprintf-posix-tests: New file.
38124         * tests/test-fprintf-posix.sh: New file.
38125         * tests/test-fprintf-posix.c: New file.
38126
38127         * modules/fprintf-posix: New file.
38128         * lib/fprintf.c: New file.
38129         * m4/fprintf-posix.m4: New file.
38130         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
38131         REPLACE_FPRINTF.
38132         * lib/stdio_.h (fprintf): New declaration.
38133         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
38134         REPLACE_FPRINTF.
38135
38136 2007-03-08  Bruno Haible  <bruno@clisp.org>
38137
38138         * modules/vfprintf-posix-tests: New file.
38139         * tests/test-vfprintf-posix.sh: New file.
38140         * tests/test-vfprintf-posix.c: New file.
38141         * tests/test-fprintf-posix.h: New file.
38142         * tests/test-fprintf-posix.out: New file.
38143
38144         * modules/vfprintf-posix: New file.
38145         * lib/vfprintf.c: New file.
38146         * m4/vfprintf-posix.m4: New file.
38147         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
38148         REPLACE_VFPRINTF.
38149         * lib/stdio_.h (vfprintf): New declaration.
38150         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
38151         REPLACE_VFPRINTF.
38152
38153 2007-03-08  Bruno Haible  <bruno@clisp.org>
38154
38155         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
38156
38157 2007-03-08  Bruno Haible  <bruno@clisp.org>
38158
38159         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
38160         instead of 'expr' invocations.
38161         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
38162         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
38163         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
38164         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
38165         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
38166         Suggested by Paul Eggert.
38167
38168 2007-03-08  Bruno Haible  <bruno@clisp.org>
38169
38170         * modules/fseterr-tests: New file.
38171         * tests/test-fseterr.c: New file.
38172
38173         * modules/fseterr: New file.
38174         * lib/fseterr.h: New file.
38175         * lib/fseterr.c: New file.
38176
38177 2007-03-08  Bruno Haible  <bruno@clisp.org>
38178
38179         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
38180         * lib/getopt_.h: Likewise.
38181         * lib/mbswidth.h: Likewise.
38182         * lib/setenv.h: Likewise.
38183         * lib/vasnprintf.h: Likewise.
38184         * lib/vasprintf.h: Likewise.
38185         * lib/verror.h: Likewise.
38186         * lib/xsetenv.h: Likewise.
38187         * lib/xvasprintf.h: Likewise.
38188
38189 2007-03-08  Jim Meyering  <jim@meyering.net>
38190
38191         * users.txt: Add parted.
38192
38193         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
38194
38195 2007-03-07  Bruno Haible  <bruno@clisp.org>
38196
38197         * m4/printf.m4: Make the shell script snippets copy&pastable.
38198
38199 2007-03-02  Bruno Haible  <bruno@clisp.org>
38200
38201         * lib/netinet_in_.h: New file.
38202         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
38203         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
38204         * modules/netinet_in (Files): Add lib/netinet_in_.h.
38205         (Depends-on): Add absolute-header.
38206         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
38207         into netinet/in.h.
38208
38209 2007-03-03  Bruno Haible  <bruno@clisp.org>
38210
38211         * lib/sys_select_.h: New file.
38212         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
38213         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
38214         * modules/sys_select (Files): Add lib/sys_select_.h.
38215         (Depends-on): Add absolute-header.
38216         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
38217         into sys/select.h.
38218
38219 2007-03-02  Bruno Haible  <bruno@clisp.org>
38220
38221         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
38222         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
38223         values.
38224         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
38225         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
38226         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
38227         * modules/sys_socket (Depends-on): Add absolute-header.
38228         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
38229         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
38230         (Include): Remove requirement of inclusion of <sys/types.h>.
38231
38232 2007-03-02  Bruno Haible  <bruno@clisp.org>
38233
38234         * lib/byteswap_.h (bswap_32): Fix formula.
38235
38236 2007-03-06  Bruno Haible  <bruno@clisp.org>
38237
38238         * modules/sprintf-posix-tests: New file.
38239         * tests/test-sprintf-posix.c: New file.
38240
38241         * modules/sprintf-posix: New file.
38242         * lib/sprintf.c: New file.
38243         * m4/sprintf-posix.m4: New file.
38244         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
38245         REPLACE_SPRINTF.
38246         * lib/stdio_.h (sprintf): New declaration.
38247         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
38248         REPLACE_SPRINTF.
38249
38250 2007-03-06  Bruno Haible  <bruno@clisp.org>
38251
38252         * modules/vsprintf-posix-tests: New file.
38253         * tests/test-vsprintf-posix.c: New file.
38254         * tests/test-sprintf-posix.h: New file.
38255
38256         * modules/vsprintf-posix: New file.
38257         * lib/vsprintf.c: New file.
38258         * m4/vsprintf-posix.m4: New file.
38259         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
38260         REPLACE_VSPRINTF.
38261         * lib/stdio_.h (vsprintf): New declaration.
38262         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
38263         REPLACE_VSPRINTF.
38264
38265 2007-03-06  Bruno Haible  <bruno@clisp.org>
38266
38267         * modules/vsnprintf (Depend-on): Remove minmax.
38268
38269 2007-03-06  Bruno Haible  <bruno@clisp.org>
38270
38271         * modules/snprintf-posix-tests: New file.
38272         * tests/test-snprintf-posix.c: New file.
38273
38274         * modules/snprintf-posix: New file.
38275         * m4/snprintf-posix.m4: New file.
38276         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
38277         gl_FUNC_SNPRINTF.
38278         (gl_FUNC_SNPRINTF): Invoke it.
38279         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
38280         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
38281         is set.
38282         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
38283
38284 2007-03-06  Bruno Haible  <bruno@clisp.org>
38285
38286         * modules/vsnprintf-posix-tests: New file.
38287         * tests/test-vsnprintf-posix.c: New file.
38288         * tests/test-snprintf-posix.h: New file.
38289
38290         * modules/vsnprintf-posix: New file.
38291         * m4/vsnprintf-posix.m4: New file.
38292         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
38293         gl_FUNC_VSNPRINTF.
38294         (gl_FUNC_VSNPRINTF): Invoke it.
38295         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
38296         * lib/stdio_.h (vsnprintf): Define as a replacement if
38297         REPLACE_VSNPRINTF is set.
38298         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
38299
38300 2007-03-06  Bruno Haible  <bruno@clisp.org>
38301
38302         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
38303         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
38304
38305 2007-03-06  Bruno Haible  <bruno@clisp.org>
38306
38307         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
38308         (asinl): Declare also if HAVE_DECL_ASINL is set.
38309         (atanl): Declare also if HAVE_DECL_ATANL is set.
38310         (ceill): Declare also if HAVE_DECL_CEILL is set.
38311         (cosl): Declare also if HAVE_DECL_COSL is set.
38312         (expl): Declare also if HAVE_DECL_EXPL is set.
38313         (floorl): Declare also if HAVE_DECL_FLOORL is set.
38314         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
38315         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
38316         (logl): Declare also if HAVE_DECL_LOGL is set.
38317         (sinl): Declare also if HAVE_DECL_SINL is set.
38318         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
38319         (tanl): Declare also if HAVE_DECL_TANL is set.
38320         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
38321         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
38322         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
38323         declaration of frexpl, ldexpl.
38324         * modules/printf-frexpl (Depends-on): Add math.
38325         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
38326
38327 2007-03-05  Bruno Haible  <bruno@clisp.org>
38328
38329         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
38330         frexpl and ldexpl are declared.
38331         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
38332
38333 2007-03-05  Bruno Haible  <bruno@clisp.org>
38334
38335         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
38336         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
38337
38338 2007-03-05  Bruno Haible  <bruno@clisp.org>
38339
38340         * lib/stdio_.h: Include <stddef.h>.
38341
38342 2007-03-05  Bruno Haible  <bruno@clisp.org>
38343
38344         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
38345
38346 2007-03-05  Bruno Haible  <bruno@clisp.org>
38347
38348         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
38349         NetBSD 4, from Ralf Wildenhues.
38350
38351 2007-03-04  Bruno Haible  <bruno@clisp.org>
38352
38353         * lib/vasprintf.h: Update #if logic for the case when the functions
38354         exist but are overridden.
38355
38356 2007-03-04  Bruno Haible  <bruno@clisp.org>
38357
38358         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
38359         implementations: glibc-2.4 and MacOS X 10.3.
38360         * tests/test-vasnprintf-posix.c (test_function): Test also the case
38361         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
38362         * tests/test-vasprintf-posix.c (test_function): Likewise.
38363
38364 2007-03-04  Bruno Haible  <bruno@clisp.org>
38365
38366         * modules/vasprintf-posix-tests: New file.
38367         * tests/test-vasprintf-posix.c: New file.
38368
38369         * modules/vasprintf-posix: New file.
38370         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
38371         defined.
38372         * m4/vasprintf-posix.m4: New file.
38373         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
38374         gl_FUNC_VASPRINTF.
38375         (gl_FUNC_VASPRINTF): Invoke it.
38376         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
38377         here.
38378         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
38379
38380 2007-03-04  Bruno Haible  <bruno@clisp.org>
38381
38382         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
38383         REPLACE_GETTIMEOFDAY.
38384         * modules/sys_time (Makefile.am): Likewise.
38385         * m4/sys_time_h.m4: Likewise.
38386         * m4/gettimeofday.m4: Likewise.
38387
38388 2007-03-04  Bruno Haible  <bruno@clisp.org>
38389
38390         * modules/vasnprintf-posix-tests: New file.
38391         * tests/test-vasnprintf-posix.c: New file.
38392
38393         * modules/vasnprintf-posix: New file.
38394         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
38395         printf-frexpl.h.
38396         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
38397         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
38398         REPLACE_VASNPRINTF is defined.
38399         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
38400         gl_FUNC_VASNPRINTF.
38401         (gl_FUNC_VASNPRINTF): Invoke it.
38402         * m4/vasnprintf-posix.m4: New file.
38403         * m4/printf.m4: New file.
38404
38405 2007-03-04  Bruno Haible  <bruno@clisp.org>
38406
38407         Compile progreloc.c only if --enable-relocatable is specified.
38408         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
38409         if --enable-relocatable was specified.
38410         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
38411         lib_SOURCES.
38412
38413 2007-03-04  Jim Meyering  <jim@meyering.net>
38414
38415         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
38416         Use it consistently, rather than enumerating errno constants.
38417
38418 2007-03-04  Bruno Haible  <bruno@clisp.org>
38419
38420         * modules/xvasprintf-tests: New file.
38421         * tests/test-xvasprintf.c: New file.
38422
38423         * modules/vasprintf-tests: New file.
38424         * tests/test-vasprintf.c: New file.
38425
38426         * modules/vasnprintf-tests: New file.
38427         * tests/test-vasnprintf.c: New file.
38428
38429         * modules/vsnprintf-tests: New file.
38430         * tests/test-vsnprintf.c: New file.
38431
38432         * modules/snprintf-tests: New file.
38433         * tests/test-snprintf.c: New file.
38434
38435 2007-03-04  Bruno Haible  <bruno@clisp.org>
38436
38437         Compile relocatable.c only if --enable-relocatable is specified.
38438         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
38439         gl_RELOCATABLE_LIBRARY.
38440         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
38441         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
38442         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
38443         gl_RELOCATABLE_LIBRARY.
38444         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
38445         (Makefile.am): Remove lib_SOURCES.
38446         * modules/relocatable-lib-lgpl (configure.ac): Invoke
38447         gl_RELOCATABLE_LIBRARY.
38448         (Makefile.am): Remove lib_SOURCES.
38449         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
38450         always.
38451         * modules/relocatable-prog-wrapper (configure.ac): Invoke
38452         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
38453
38454 2007-03-04  Bruno Haible  <bruno@clisp.org>
38455
38456         * modules/argmatch-tests: New file.
38457         * tests/test-argmatch.c: New file.
38458
38459         * tests/test-allocsa.c (main): Halve the number of loop runs.
38460
38461         * modules/alloca-opt-tests: New file.
38462         * tests/test-alloca-opt.c: New file.
38463
38464 2007-03-04  Jim Meyering  <jim@meyering.net>
38465
38466         Work around difference between Linux ACLs and Solaris 10 ZFS.
38467         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
38468         for EINVAL.
38469
38470 2007-03-03  Bruno Haible  <bruno@clisp.org>
38471
38472         * modules/relocatable-prog (Depends-on): Add back progreloc's
38473         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
38474
38475 2007-03-03  Bruno Haible  <bruno@clisp.org>
38476
38477         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
38478         * modules/relocatable-lib: New file.
38479
38480 2007-03-03  Bruno Haible  <bruno@clisp.org>
38481
38482         * modules/relocatable-prog: Renamed from modules/relocatable.
38483         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
38484
38485 2007-03-03  Bruno Haible  <bruno@clisp.org>
38486
38487         * modules/relocatable-script (Files): Add doc/relocatable.texi,
38488         m4/relocatable-lib.m4.
38489         (Depends-on): Remove 'relocatable'.
38490         (configure.ac): Add gl_RELOCATABLE_NOP.
38491
38492 2007-03-03  Bruno Haible  <bruno@clisp.org>
38493
38494         * modules/relocatable-prog-wrapper: New file.
38495         * modules/relocatable (Depends-on): Add it. Remove all other
38496         dependencies except progname.
38497         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
38498
38499         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
38500         (gl_FUNC_STRERROR): Nop.
38501         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
38502
38503         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
38504         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
38505
38506         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
38507         (gl_FUNC_READLINK): Update.
38508
38509         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
38510
38511 2007-03-03  Bruno Haible  <bruno@clisp.org>
38512
38513         * lib/xreadlink.c: Include <unistd.h> unconditionally.
38514         * modules/xreadlink (Depends-on): Add unistd.
38515         * modules/xreadlink-with-size (Depends-on): Likewise.
38516
38517 2007-03-03  Bruno Haible  <bruno@clisp.org>
38518
38519         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
38520         extracted from gt_FUNC_SETENV.
38521         (gt_FUNC_SETENV): Remove macro.
38522         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
38523         remove gt_FUNC_SETENV.
38524
38525 2007-03-03  Bruno Haible  <bruno@clisp.org>
38526
38527         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
38528         ENABLE_RELOCATABLE here.
38529         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
38530
38531 2007-03-03  Bruno Haible  <bruno@clisp.org>
38532
38533         * modules/rbtreehash-list-tests (Depends-on): Add progname.
38534         * tests/test-rbtreehash_list.c: Include progname.h.
38535         (main): Call set_program_name.
38536
38537         * modules/rbtree-oset-tests (Depends-on): Add progname.
38538         * tests/test-rbtree_oset.c: Include progname.h.
38539         (main): Call set_program_name.
38540
38541         * modules/rbtree-list-tests (Depends-on): Add progname.
38542         * tests/test-rbtree_list.c: Include progname.h.
38543         (main): Call set_program_name.
38544
38545         * modules/linked-list-tests (Depends-on): Add progname.
38546         * tests/test-linked_list.c: Include progname.h.
38547         (main): Call set_program_name.
38548
38549 2007-03-03  Bruno Haible  <bruno@clisp.org>
38550
38551         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
38552         All uses of __restrict changed to _Restrict_.
38553         * lib/glob_.h (__restrict): Remove macro.
38554
38555 2007-03-02  Bruno Haible  <bruno@clisp.org>
38556
38557         * modules/gettext (configure.ac): Require gettext infrastructure
38558         from version 0.16.1.
38559
38560 2007-03-02  Bruno Haible  <bruno@clisp.org>
38561
38562         * modules/linkedhash-list-tests (Depends-on): Add progname.
38563         * tests/test-linkedhash_list.c: Include progname.h.
38564         (main): Call set_program_name.
38565
38566         * modules/carray-list-tests (Depends-on): Add progname.
38567         * tests/test-carray_list.c: Include progname.h.
38568         (main): Call set_program_name.
38569
38570         * modules/avltreehash-list-tests (Depends-on): Add progname.
38571         * tests/test-avltreehash_list.c: Include progname.h.
38572         (main): Call set_program_name.
38573
38574         * modules/avltree-oset-tests (Depends-on): Add progname.
38575         * tests/test-avltree_oset.c: Include progname.h.
38576         (main): Call set_program_name.
38577
38578         * modules/avltree-list-tests (Depends-on): Add progname.
38579         * tests/test-avltree_list.c: Include progname.h.
38580         (main): Call set_program_name.
38581
38582         * modules/array-oset-tests (Depends-on): Add progname.
38583         * tests/test-array_oset.c: Include progname.h.
38584         (main): Call set_program_name.
38585
38586         * modules/array-list-tests (Depends-on): Add progname.
38587         * tests/test-array_list.c: Include progname.h.
38588         (main): Call set_program_name.
38589
38590         * modules/argp-tests (Depends-on): Add progname.
38591         * tests/test-argp.c: Include argp.h first. Include progname.h.
38592         (main): Call set_program_name.
38593
38594 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
38595
38596         * doc/gnulib-tool.texi (Initial import): Reword description of
38597         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
38598         limited effect even if defined after the first system include.
38599
38600 2007-03-01  Bruno Haible  <bruno@clisp.org>
38601
38602         * build-aux/config.libpath: Update to libtool-1.5.22.
38603         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
38604
38605 2007-03-01  Bruno Haible  <bruno@clisp.org>
38606
38607         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
38608         foo_CFLAGS.
38609         Reported by Ralf Wildenhues.
38610
38611 2007-03-01  Bruno Haible  <bruno@clisp.org>
38612
38613         * build-aux/install-reloc: Remove object files left over by some
38614         compilers.
38615         Reported by Ralf Wildenhues.
38616
38617 2007-03-01  Bruno Haible  <bruno@clisp.org>
38618
38619         * build-aux/install-reloc: Break long lines.
38620
38621 2007-03-01  Bruno Haible  <bruno@clisp.org>
38622
38623         * doc/relocatable.texi: Document that it may not work on OpenBSD.
38624         Reported by Ralf Wildenhues.
38625
38626 2007-03-01  Bruno Haible  <bruno@clisp.org>
38627
38628         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
38629         include ordering constraints.
38630
38631 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38632
38633         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
38634         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
38635         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
38636         as another example.
38637         * lib/time_.h: Fix misspelling.
38638         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
38639         Require gl_HEADER_TIME_H_DEFAULTS.
38640         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
38641         * m4/time_r.m4 (gl_TIME_R): Likewise.
38642         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
38643
38644 2007-03-01  Bruno Haible  <bruno@clisp.org>
38645
38646         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
38647         * m4/utimens.m4 (gl_UTIMENS): Likewise.
38648
38649 2007-03-01  Jim Meyering  <jim@meyering.net>
38650
38651         * modules/xreadlink (Maintainer): Add my name.
38652         * modules/xreadlink-with-size (Depends-on): Alphabetize.
38653
38654 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
38655             Bruno Haible  <bruno@clisp.org>
38656
38657         * build-aux/install-reloc: Compile also c-ctype.c.
38658         * build-aux/relocatable.sh.in: New file.
38659         * doc/relocatable.texi: New file.
38660         * doc/relocatable-maint.texi: New file.
38661         * doc/gnulib.texi: Include relocatable-maint.texi.
38662         * lib/progreloc.c: Include unistd.h unconditionally.
38663         * lib/relocwrapper.c: Include unistd.h unconditionally.
38664         Include c-ctype.h.
38665         (add_dotbin): Use c_tolower.
38666         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
38667         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
38668         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
38669         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
38670         to m4/relocatable-lib.m4.
38671         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
38672         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
38673         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
38674         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
38675         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
38676         * modules/relocatable: New file.
38677         * modules/relocatable-lib: New file.
38678         * modules/relocatable-script: New file.
38679
38680 2007-02-28  Bruno Haible  <bruno@clisp.org>
38681
38682         Import --enable-relocatable infrastructure.
38683         * build-aux/config.libpath: New file, from GNU gettext.
38684         * build-aux/install-reloc: New file, from GNU gettext.
38685         * build-aux/reloc-ldflags: New file, from GNU gettext.
38686         * lib/relocatable.h: New file, from GNU gettext.
38687         * lib/relocatable.c: New file, from GNU gettext.
38688         * lib/relocwrapper.c: New file, from GNU gettext.
38689         * m4/relocatable.m4: New file, from GNU gettext.
38690
38691 2007-02-28  Bruno Haible  <bruno@clisp.org>
38692
38693         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
38694
38695         * modules/xreadlink: New file, from GNU gettext with modifications.
38696         * lib/xreadlink.c: New file, from GNU gettext.
38697         * lib/xreadlink.h: Add comments.
38698         (xreadlink): New declaration.
38699
38700         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
38701         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
38702         lib/xreadlink-with-size.c.
38703         (configure.ac): Remove gl_XREADLINK invocation.
38704         (Makefile.am): Augment lib_SOURCES.
38705         * m4/xreadlink.m4: Remove file.
38706         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
38707         (xreadlink_with_size): Renamed from xreadink.
38708         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
38709         * modules/canonicalize (Depends-on): Replace xreadlink with
38710         xreadlink-with-size.
38711         * lib/canonicalize.c (canonicalize_filename_mode): Update.
38712
38713 2007-02-25  Jim Meyering  <jim@meyering.net>
38714
38715         * build-aux/announce-gen: When complaining about excess arguments,
38716         list them.
38717
38718 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38719
38720         * README: Document signed integer overflow situation more
38721         accurately.
38722
38723 2007-02-25  Bruno Haible  <bruno@clisp.org>
38724
38725         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
38726         'a' or 'A' conversion.
38727
38728 2007-02-25  Bruno Haible  <bruno@clisp.org>
38729
38730         * modules/filename: Renamed from modules/pathname.
38731         (Files): Replace lib/pathname.h with lib/filename.h. Replace
38732         lib/concatpath.c with lib/concat-filename.c.
38733         (Makefile.am): Update.
38734         (Include): Replace pathname.h with filename.h.
38735         * lib/filename.h: Renamed from lib/pathname.h.
38736         (concatenated_filename): Renamed from concatenated_pathname.
38737         * lib/concat-filename.c: Renamed from lib/concatpath.c.
38738         (concatenated_filename): Renamed from concatenated_pathname.
38739         * lib/findprog.c: Include filename.h instead of pathname.h.
38740         (find_in_path): Update.
38741         * lib/javacomp.c: Include filename.h instead of pathname.h.
38742         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
38743         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
38744         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
38745         is_oldgcj_14_13_usable, is_javac_usable): Update.
38746         * lib/javaexec.c: Include filename.h instead of pathname.h.
38747         (execute_java_class): Update.
38748         * modules/findprog: Update.
38749         * modules/javacomp: Update.
38750         * modules/javaexec: Update.
38751         * MODULES.html.sh (File system functions): Add 'filename', remove
38752         'pathname'.
38753
38754 2007-02-25  Bruno Haible  <bruno@clisp.org>
38755
38756         * modules/printf-frexpl-tests: New file.
38757         * tests/test-printf-frexpl.c: New file.
38758
38759         * modules/printf-frexpl: New file.
38760         * lib/printf-frexpl.h: New file.
38761         * lib/printf-frexpl.c: New file.
38762         * m4/printf-frexpl.m4: New file.
38763
38764 2007-02-25  Bruno Haible  <bruno@clisp.org>
38765
38766         * modules/printf-frexp-tests: New file.
38767         * tests/test-printf-frexp.c: New file.
38768
38769         * modules/printf-frexp: New file.
38770         * lib/printf-frexp.h: New file.
38771         * lib/printf-frexp.c: New file.
38772         * m4/printf-frexp.m4: New file.
38773
38774 2007-02-25  Bruno Haible  <bruno@clisp.org>
38775
38776         Assume automake >= 1.10 for the tests.
38777         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
38778         * modules/arctwo-tests: Likewise.
38779         * modules/argp-tests: Likewise.
38780         * modules/avltree-list-tests: Likewise.
38781         * modules/avltree-oset-tests: Likewise.
38782         * modules/avltreehash-list-tests: Likewise.
38783         * modules/carray-list-tests: Likewise.
38784         * modules/crc-tests: Likewise.
38785         * modules/des-tests: Likewise.
38786         * modules/gc-arcfour-tests: Likewise.
38787         * modules/gc-arctwo-tests: Likewise.
38788         * modules/gc-des-tests: Likewise.
38789         * modules/gc-hmac-md5-tests: Likewise.
38790         * modules/gc-hmac-sha1-tests: Likewise.
38791         * modules/gc-md2-tests: Likewise.
38792         * modules/gc-md4-tests: Likewise.
38793         * modules/gc-md5-tests: Likewise.
38794         * modules/gc-pbkdf2-sha1-tests: Likewise.
38795         * modules/gc-rijndael-tests: Likewise.
38796         * modules/gc-sha1-tests: Likewise.
38797         * modules/gc-tests: Likewise.
38798         * modules/getaddrinfo-tests: Likewise.
38799         * modules/hmac-md5-tests: Likewise.
38800         * modules/hmac-sha1-tests: Likewise.
38801         * modules/linked-list-tests: Likewise.
38802         * modules/linkedhash-list-tests: Likewise.
38803         * modules/lock-tests: Likewise.
38804         * modules/md2-tests: Likewise.
38805         * modules/md4-tests: Likewise.
38806         * modules/md5-tests: Likewise.
38807         * modules/rbtree-list-tests: Likewise.
38808         * modules/rbtree-oset-tests: Likewise.
38809         * modules/rbtreehash-list-tests: Likewise.
38810         * modules/read-file-tests: Likewise.
38811         * modules/rijndael-tests: Likewise.
38812         * modules/stdint-tests: Likewise.
38813         * modules/tls-tests: Likewise.
38814
38815 2007-02-24  Bruno Haible  <bruno@clisp.org>
38816
38817         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
38818         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
38819         function; instead check whether isnan with a double argument links.
38820         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
38821         function; instead check whether isnan with a 'long double' argument
38822         links.
38823         Reported by Eric Blake <ebb9@byu.net>.
38824
38825 2007-02-24  Bruno Haible  <bruno@clisp.org>
38826
38827         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
38828         defined.
38829         * lib/isnanl.c: Remove all code. Just include isnan.c.
38830         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
38831
38832 2007-02-25  Jim Meyering  <jim@meyering.net>
38833
38834         Avoid conflicting types for 'unsetenv' on FreeBSD.
38835         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
38836         conflicting with FreeBSD's (5.0 and 6.1) function declaration
38837         in stdlib.h.
38838
38839 2007-02-24  Bruno Haible  <bruno@clisp.org>
38840
38841         * modules/isnanl-nolibm-tests: New file.
38842         * tests/test-isnanl.c: New file.
38843
38844         * modules/isnanl-nolibm: New file.
38845         * lib/isnanl.h: New file.
38846         * lib/isnanl.c: New file.
38847         * m4/isnanl.m4: New file.
38848
38849 2007-02-24  Bruno Haible  <bruno@clisp.org>
38850
38851         * modules/isnan-nolibm-tests: New file.
38852         * tests/test-isnan.c: New file.
38853
38854         * modules/isnan-nolibm: New file.
38855         * lib/isnan.h: New file.
38856         * lib/isnan.c: New file.
38857         * m4/isnan.m4: New file.
38858
38859 2007-02-24  Bruno Haible  <bruno@clisp.org>
38860
38861         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
38862         assume that an exponent fits in 20 bits.
38863
38864 2007-02-24  Jim Meyering  <jim@meyering.net>
38865
38866         * m4/regex.m4: Update the description of the configure-time option,
38867         --without-included-regex, to state accurately what the defaults are,
38868         and perhaps to give people an idea why using this option is risky.
38869
38870 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
38871
38872         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
38873         loops on small arguments.  This attempts to avoid the problem
38874         Bruno Haible reported for AIX 4.3.2 in
38875         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
38876
38877 2007-02-23  Bruno Haible  <bruno@clisp.org>
38878
38879         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
38880         Needed for help2man.
38881
38882 2007-02-23  Karl Berry  <karl@gnu.org>
38883
38884         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
38885         exists, foo.h should be cvs-ignored, not committed.
38886
38887 2007-02-23  Eric Blake  <ebb9@byu.net>
38888
38889         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
38890         * lib/stat-time.h (includes): Likewise.
38891         * lib/utimecmp.c (includes): Likewise.
38892         * lib/utimens.h (includes): Likewise.
38893         * lib/getdate.y (includes): Also include "timespec.h" for use
38894         internal to the module.
38895         * modules/utimens (Depends-on): Revert yesterday's patch.
38896         * modules/nanosleep (Depends-on): Add missing dependency.
38897
38898 2007-02-22  Bruno Haible  <bruno@clisp.org>
38899
38900         * lib/glob.c: Don't include getlogin_r.h.
38901
38902 2007-02-22  Jim Meyering  <jim@meyering.net>
38903
38904         * modules/utimens (Depends-on): Add timespec, required for
38905         utimens.h's inclusion of timespec.h.
38906
38907 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
38908
38909         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
38910         long unreadable paths in GNU/Linux.  Problem reported by Andreas
38911         Schwab in
38912         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
38913         I'll try to think of a better way to fix the Solaris problem.
38914
38915         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
38916         like glibc; on Solaris 10, it fails with errno == EINVAL.
38917         POSIX says the behavior is unspecified if the first argument is NULL,
38918         so play it safe and never pass NULL to the system getcwd.
38919
38920 2007-02-21  Jim Meyering  <jim@meyering.net>
38921
38922         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
38923         of gettimeofday.  It would conflict with the one now always
38924         provided via sys_time_.h.  Reported by Matthew Woehlke, as
38925         an IRIX 6.5 build failure.
38926
38927 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
38928
38929         Minor fixups to port to Solaris 10 with Sun C 5.8.
38930         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
38931         * modules/getcwd (Depends-on): Add dirfd.
38932         * lib/putenv.c (putenv): #undef it.
38933         (rpl_putenv): New decl.
38934         (malloc, free): Include <stdlib.h> rather than prototyping separately.
38935
38936 2007-02-20  Bruno Haible  <bruno@clisp.org>
38937
38938         * modules/stdio-tests: New file.
38939         * tests/test-stdio.c: New file.
38940
38941         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
38942         (Depends-on): Add stdio.
38943         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38944         (Include): Use <stdio.h> instead of vsnprintf.h.
38945         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38946         HAVE_DECL_VSNPRINTF.
38947         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
38948
38949         * modules/snprintf (Files): Remove lib/snprintf.h.
38950         (Depends-on): Add stdio.
38951         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
38952         (Include): Use <stdio.h> instead of snprintf.h.
38953         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
38954         HAVE_DECL_SNPRINTF.
38955         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
38956         * lib/getaddrinfo.c: Likewise.
38957
38958         * modules/stdio: New file.
38959         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
38960         * lib/snprintf.h: Remove file.
38961         * lib/vsnprintf.h: Remove file.
38962         * lib/.cppi-disable: Remove snprintf.h.
38963         * m4/stdio_h.m4: New file.
38964         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
38965
38966 2007-02-20  Jim Meyering  <jim@meyering.net>
38967
38968         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
38969         used by e.g., mingw.  From Bruno Haible.
38970
38971 2007-02-19  Bruno Haible  <bruno@clisp.org>
38972
38973         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
38974         warnings.
38975         Reported by Ben Pfaff <blp@cs.stanford.edu>.
38976
38977 2007-02-19  Bruno Haible  <bruno@clisp.org>
38978
38979         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
38980         from mingw users.
38981
38982 2007-02-19  Bruno Haible  <bruno@clisp.org>
38983
38984         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
38985         warnings.
38986         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
38987
38988 2007-02-19  Jim Meyering  <jim@meyering.net>
38989
38990         Don't use FD after a successful "fdopendir (fd)".
38991         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
38992         Reset it by calling dirfd on the just-obtained DIR*.
38993
38994         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
38995         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
38996
38997 2007-02-18  Bruno Haible  <bruno@clisp.org>
38998
38999         * lib/readlink.c: Include <unistd.h>.
39000         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
39001         HAVE_READLINK.
39002         * modules/readlink (Depends-on): Add unistd.
39003         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39004         (Include): Add <unistd.h>.
39005
39006         * lib/getlogin_r.h: Remove file.
39007         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
39008         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
39009         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
39010         HAVE_DECL_GETLOGIN_R.
39011         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
39012         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39013         (Include): Use <unistd.h> instead of getlogin_r.h.
39014
39015         * lib/getcwd.h: Remove file.
39016         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
39017         * lib/xgetcwd.c: Likewise.
39018         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
39019         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
39020         * modules/getcwd (Files): Remove lib/getcwd.h.
39021         (Depends-on): Add unistd.
39022         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39023         (Include): Use <unistd.h> instad of getcwd.h.
39024
39025         * lib/ftruncate.c: Include <unistd.h> first.
39026         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
39027         Set HAVE_FTRUNCATE.
39028         * modules/ftruncate (Depends-on): Add unistd.
39029         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39030
39031         * lib/fchdir.c: Include <unistd.h> first.
39032         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
39033         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
39034         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
39035         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39036         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
39037
39038         * lib/dup2.c: Include <unistd.h> first.
39039         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
39040         HAVE_DUP2.
39041         * modules/dup2 (Depends-on): Add unistd.
39042         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39043
39044         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
39045         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
39046         REPLACE_CHOWN. Don't define chown as a macro here.
39047         * modules/chown (Depends-on): Add unistd.
39048         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39049
39050         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
39051         Add definition for GL_LINK_WARNING.
39052         (chown, dup2): New declarations.
39053         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
39054         link warning.
39055         (ftruncate): New declaration.
39056         (getcwd): New declaration, taken from old getcwd.h.
39057         (getlogin_r): New declaration, taken from old getlogin_r.h.
39058         (readlink): New declaration.
39059         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
39060         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
39061         (gl_PREREQ_UNISTD): Remove macro.
39062         (gl_UNISTD_MODULE_INDICATOR): New macro.
39063         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
39064         many new variables. Don't set UNISTD_H.
39065         * modules/unistd (Description): Change.
39066         (Depends-on): Add link-warning.
39067         (configure.ac): Update.
39068         (Makefile.am): Create unistd.h always. Substitute many new variables
39069         into it.
39070
39071 2007-02-18  Bruno Haible  <bruno@clisp.org>
39072
39073         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
39074         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
39075         HAVE_GETSUBOPT.
39076         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
39077         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
39078         * lib/getsubopt.h: Remove file.
39079         * modules/getsubopt (Files): Remove lib/getsubopt.h.
39080         (Depends-on): Add stdlib.
39081         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39082         (Includes): Use <stdlib.h> instead of getsubopt.h.
39083         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
39084         Set HAVE_GETSUBOPT.
39085         * lib/getsubopt.c: Don't include getsubopt.h.
39086
39087 2007-02-18  Bruno Haible  <bruno@clisp.org>
39088
39089         * modules/fchdir (Depends-on): Add dup2.
39090
39091 2007-02-18  Bruno Haible  <bruno@clisp.org>
39092
39093         * lib/stdlib_.h: Handle glibc's special invocation convention
39094         specially.
39095
39096 2007-02-18  Bruno Haible  <bruno@clisp.org>
39097
39098         * modules/stdlib-tests: New file.
39099         * tests/test-stdlib.c: New file.
39100
39101         * modules/mkstemp (Files): Remove lib/mkstemp.h.
39102         (Depends-on): Add stdlib.
39103         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39104         (Includes): Use <stdlib.h> instead of mkstemp.h.
39105         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
39106         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
39107         * lib/mkstemp.c: Don't include mkstemp.h.
39108         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
39109         * lib/stdlib--.h: Don't include mkstemp.h.
39110
39111         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
39112         (Depends-on): Add stdlib.
39113         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39114         (Includes): Use <stdlib.h> instead of mkdtemp.h.
39115         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
39116         HAVE_MKDTEMP.
39117         * lib/mkdtemp.c: Don't include mkdtemp.h.
39118         * lib/clean-temp.c: Don't include mkdtemp.h.
39119
39120         * modules/exit (Files): Remove lib/exit.h.
39121         (Depends-on): Add stdlib.
39122         (Makefile.am): Remove lib_SOURCES.
39123         (Include): Use <stdlib.h> instead of exit.h.
39124         * lib/argmatch.c: Don't include exit.h.
39125         * lib/execute.c: Likewise.
39126         * lib/pagealign_alloc.c: Likewise.
39127         * lib/pipe.c: Likewise.
39128         * lib/wait-process.c: Likewise.
39129         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
39130         * lib/exitfail.c: Likewise.
39131         * lib/savewd.c: Likewise.
39132         * lib/xsetenv.c: Likewise.
39133
39134         * modules/stdlib: New file.
39135         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
39136         and extra comments about mkstemp().
39137         * lib/exit.h: Remove file.
39138         * lib/mkdtemp.h: Remove file.
39139         * lib/mkstemp.h: Remove file.
39140         * m4/stdlib_h.m4: New file.
39141         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
39142
39143 2007-02-18  Bruno Haible  <bruno@clisp.org>
39144
39145         * modules/math-tests: New file.
39146         * tests/test-math.c: New file.
39147
39148         * modules/math: New file.
39149         * modules/mathl (Files): Remove lib/mathl.h.
39150         (Depends-on): Add math.
39151         (Makefile.am): Don't mention mathl.h.
39152         (Include): Use <math.h> instead of mathl.h.
39153         * lib/math_.h: New file.
39154         * lib/mathl.h: Remove file.
39155         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
39156         mathl.h.
39157         * lib/asinl.c: Likewise.
39158         * lib/atanl.c: Likewise.
39159         * lib/ceill.c: Likewise.
39160         * lib/cosl.c: Likewise.
39161         * lib/expl.c: Likewise.
39162         * lib/floorl.c: Likewise.
39163         * lib/frexpl.c: Likewise.
39164         * lib/ldexpl.c: Likewise.
39165         * lib/logl.c: Likewise.
39166         * lib/sincosl.c: Likewise.
39167         * lib/sinl.c: Likewise.
39168         * lib/sqrtl.c: Likewise.
39169         * lib/tanl.c: Likewise.
39170         * lib/trigl.c: Likewise.
39171         * m4/math_h.m4: New file.
39172         * MODULES.html.sh (Mathematics): Add math.
39173
39174 2007-02-17  Bruno Haible  <bruno@clisp.org>
39175
39176         * modules/wctype-tests: New file.
39177         * tests/test-wctype.c: New file.
39178
39179         * modules/wchar-tests: New file.
39180         * tests/test-wchar.c: New file.
39181
39182         * modules/unistd-tests: New file.
39183         * tests/test-unistd.c: New file.
39184
39185         * modules/time-tests: New file.
39186         * tests/test-time.c: New file.
39187
39188         * modules/sysexits-tests: New file.
39189         * tests/test-sysexits.c: New file.
39190
39191         * modules/sys_time-tests: New file.
39192         * tests/test-sys_time.c: New file.
39193
39194         * modules/sys_stat-tests: New file.
39195         * tests/test-sys_stat.c: New file.
39196
39197         * modules/sys_socket-tests: New file.
39198         * tests/test-sys_socket.c: New file.
39199
39200         * modules/sys_select-tests: New file.
39201         * tests/test-sys_select.c: New file.
39202
39203         * modules/string-tests: New file.
39204         * tests/test-string.c: New file.
39205
39206         * modules/stdbool-tests: New file.
39207         * tests/test-stdbool.c: New file.
39208
39209         * modules/netinet_in-tests: New file.
39210         * tests/test-netinet_in.c: New file.
39211
39212         * modules/inttypes-tests: New file.
39213         * tests/test-inttypes.c: New file.
39214
39215         * modules/fcntl-tests: New file.
39216         * tests/test-fcntl.c: New file.
39217
39218         * modules/byteswap-tests: New file.
39219         * tests/test-byteswap.c: New file.
39220
39221         * modules/arpa_inet-tests: New file.
39222         * tests/test-arpa_inet.c: New file.
39223
39224 2007-02-17  Bruno Haible  <bruno@clisp.org>
39225
39226         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
39227         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
39228         if the corresponding module is not enabled. Emit link warnings if
39229         the function is used nevertheless.
39230         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
39231         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
39232         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
39233         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
39234         * modules/inttypes (Depends-on): Add link-warning.
39235         (Makefile.am): Copy the contents of build-aux/link-warning.h into
39236         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
39237         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
39238         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
39239         * modules/imaxdiv (configure.ac): Likewise.
39240         * modules/strtoimax (configure.ac): Likewise.
39241         * modules/strtoumax (configure.ac): Likewise.
39242
39243 2007-02-17  Bruno Haible  <bruno@clisp.org>
39244
39245         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
39246         gl_STRING_MODULE_INDICATOR_DEFAULTS.
39247         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
39248         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
39249
39250 2007-02-17  Bruno Haible  <bruno@clisp.org>
39251
39252         * modules/link-warning: New file.
39253         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
39254         * lib/string_.h (GL_LINK_WARNING): Remove definition.
39255         * modules/string (Depends-on): Add link-warning.
39256         (Makefile.am): Copy the contents of build-aux/link-warning.h into
39257         string.h.
39258         * MODULES.html.sh (Support for building libraries and executables): Add
39259         link-warning.
39260
39261 2007-02-17  Bruno Haible  <bruno@clisp.org>
39262
39263         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
39264         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
39265         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
39266         long lines.
39267
39268 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
39269             Bruno Haible  <bruno@clisp.org>
39270
39271         * modules/tmpfile: New file.
39272         * lib/tmpfile.c: New file.
39273         * m4/tmpfile.m4: New file.
39274         * MODULES.html.sh (func_all_modules): New section "Input/output".
39275
39276 2007-02-15  Bruno Haible  <bruno@clisp.org>
39277
39278         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
39279         (supports_delete_on_close): New function.
39280         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
39281
39282 2007-02-14  Bruno Haible  <bruno@clisp.org>
39283
39284         * modules/mbspcasecmp-tests: New file.
39285         * tests/test-mbspcasecmp.sh: New file.
39286         * tests/test-mbspcasecmp.c: New file.
39287
39288         New module mbspcasecmp.
39289         * modules/mbspcasecmp: New file.
39290         * lib/mbspcasecmp.c: New file.
39291         * lib/string_.h (strncasecmp): Change warning message.
39292         (mbspcasecmp): New declaration.
39293         * m4/mbspcasecmp.m4: New file.
39294         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39295         GNULIB_MBSPCASECMP.
39296         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
39297         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
39298
39299 2007-02-14  Bruno Haible  <bruno@clisp.org>
39300
39301         * modules/mbsncasecmp-tests: New file.
39302         * tests/test-mbsncasecmp.sh: New file.
39303         * tests/test-mbsncasecmp.c: New file.
39304
39305         New module mbsncasecmp.
39306         * modules/mbsncasecmp: New file.
39307         * lib/mbsncasecmp.c: New file.
39308         * lib/string_.h (mbsncasecmp): New declaration.
39309         * m4/mbsncasecmp.m4: New file.
39310         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39311         GNULIB_MBSNCASECMP.
39312         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
39313         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
39314
39315 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
39316
39317         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
39318         Verify that it doesn't overlap with our flags.
39319         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
39320         do not have the desired effect in multibyte locales; instead, use
39321         mbscasecmp.
39322         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
39323         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
39324         we don't require GNU fnmatch ourselves (if our users require it, they
39325         should do so explicitly).
39326
39327         Fix regex code so it doesn't rely on strcasecmp.
39328         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
39329         Otherwise, include gnulib's langinfo.h.
39330         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
39331         undesirable behavior in non-C locales.  Instead, rely on localecharset.
39332         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
39333         * modules/regex (FILES): Remove m4/codeset.m4.
39334         (Depends-on): Add localcharset.  Remove strcase.
39335
39336 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39337
39338         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
39339         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
39340
39341 2007-02-13  Bruno Haible  <bruno@clisp.org>
39342
39343         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
39344         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39345
39346 2007-02-12  Bruno Haible  <bruno@clisp.org>
39347
39348         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39349         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
39350         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
39351         time warning rather than a link error.
39352
39353 2007-02-12  Bruno Haible  <bruno@clisp.org>
39354
39355         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
39356         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
39357         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39358
39359 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
39360
39361         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
39362         args, not 2.
39363
39364 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
39365
39366         New module 'time', so that apps can include <time.h> as per
39367         POSIX and GNU instead of separate include files like time_r.h
39368         and timegm.h.  This implementation tries out a simpler approach
39369         for replacing decls in standard include files (as compared to
39370         the string module), somewhat as an experiment.
39371
39372         * config/srclist.txt: Comment out mktime.c for now.
39373         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
39374         since it doesn't apply any more.  Use generic wording instead.
39375         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
39376         'time'.
39377         * lib/time_.h, m4/time_h.m4, modules/time: New files.
39378         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
39379         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
39380         Don't include <sys/types.h>; no longer needed since we assume C89.
39381         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
39382         * lib/strftime.c: Likewise.
39383         * lib/time_r.c: Likewise.
39384         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
39385         * lib/nanosleep.c: Include <time.h> first, to check interface.
39386         * lib/strptime.c: Likewise.
39387         * lib/time_r.c: Likewise.
39388         * lib/timegm.c: Likewise.
39389         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
39390         needed.
39391         * lib/timegm.c: Don't include timegm.h; no longer needed.
39392         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
39393         time.h now handles any problems in that area.
39394         (struct timespec, nanosleep): Remove; time.h now arranges for these.
39395         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
39396         that time.h defines struct timespec.
39397         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
39398         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
39399         handles that.
39400         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
39401         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
39402         needed.  Set REPLACE_LOCALTIME.
39403         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
39404         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
39405         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
39406         nanosleep; time_h.m4 now does that.  Don't require
39407         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
39408         module handles this now.
39409         * modules/getdate (Depends-on): Remove timespec.  Add time.
39410         * modules/nanosleep (Depends-on): Likewise.
39411         * modules/stat-time (Depends-on): Likewise.
39412         * modules/nanosleep (Include): Include time.h, not timespec.h.
39413         * modules/strptime (Files): Remove lib/strptime.h.
39414         (Depends-on): Add extensions, time.
39415         (Include): Include time.h, not strptime.h.
39416         * modules/time_r (Files): Remove lib/time_r.h.
39417         (Depends-on): Add time.
39418         (Include): Include time.h, not time_r.h.
39419         * modules/timegm: Likewise.
39420         * modules/timespec (Description): Now does timespec-related decls
39421         of our own, instead of struct timespec itself.
39422         (Depends-on): Add time; remove extensions.
39423         (Maintainer): Add self.
39424         * modules/utimecmp (Depends-on): Add time; remove timespec.
39425         * modules/utimens (Depends-on): Likewise.
39426         * modules/xnanosleep (Depends-on): Likewise.
39427
39428 2007-02-11  Bruno Haible  <bruno@clisp.org>
39429
39430         * lib/c-strstr.c: Include allocsa.h.
39431         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39432         * lib/c-strcasestr.c: Include allocsa.h.
39433         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39434         * lib/strcasestr.c: Include allocsa.h.
39435         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39436         * lib/mbsstr.c: Include allocsa.h.
39437         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
39438         allocsa/freesa instead of malloc/free.
39439         * lib/mbscasestr.c: Include allocsa.h.
39440         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
39441         allocsa/freesa instead of malloc/free.
39442         * modules/c-strstr (Depends-on): Add allocsa.
39443         * modules/c-strcasestr (Depends-on): Likewise.
39444         * modules/strcasestr (Depends-on): Likewise.
39445         * modules/mbsstr (Depends-on): Likewise.
39446         * modules/mbscasestr (Depends-on): Likewise.
39447
39448 2007-02-11  Bruno Haible  <bruno@clisp.org>
39449
39450         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
39451
39452         * modules/mbsspn-tests: New file.
39453         * tests/test-mbsspn.sh: New file.
39454         * tests/test-mbsspn.c: New file.
39455
39456 2007-02-11  Bruno Haible  <bruno@clisp.org>
39457
39458         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
39459
39460         * modules/mbspbrk-tests: New file.
39461         * tests/test-mbspbrk.sh: New file.
39462         * tests/test-mbspbrk.c: New file.
39463
39464 2007-02-11  Bruno Haible  <bruno@clisp.org>
39465
39466         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
39467         unneeded cast.
39468
39469         * modules/mbscspn-tests: New file.
39470         * tests/test-mbscspn.sh: New file.
39471         * tests/test-mbscspn.c: New file.
39472
39473 2007-02-11  Bruno Haible  <bruno@clisp.org>
39474
39475         * modules/mbscasecmp-tests: New file.
39476         * tests/test-mbscasecmp.sh: New file.
39477         * tests/test-mbscasecmp.c: New file.
39478
39479 2007-02-11  Bruno Haible  <bruno@clisp.org>
39480
39481         Ensure O(n) worst-case complexity of mbscasestr.
39482         * lib/mbscasestr.c: Include stdbool.h.
39483         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
39484         functions.
39485         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
39486         the bookkeeping indicates that it's worth it.
39487         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
39488
39489         * modules/mbscasestr-tests: New file.
39490         * tests/test-mbscasestr1.c: New file.
39491         * tests/test-mbscasestr2.sh: New file.
39492         * tests/test-mbscasestr2.c: New file.
39493         * tests/test-mbscasestr3.sh: New file.
39494         * tests/test-mbscasestr3.c: New file.
39495         * tests/test-mbscasestr4.sh: New file.
39496         * tests/test-mbscasestr4.c: New file.
39497         * m4/locale-tr.m4: New file.
39498
39499 2007-02-11  Bruno Haible  <bruno@clisp.org>
39500
39501         Ensure O(n) worst-case complexity of mbsstr.
39502         * lib/mbsstr.c: Include stdbool.h.
39503         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
39504         functions.
39505         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
39506         bookkeeping indicates that it's worth it.
39507         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
39508
39509         * modules/mbsstr-tests: New file.
39510         * tests/test-mbsstr1.c: New file.
39511         * tests/test-mbsstr2.sh: New file.
39512         * tests/test-mbsstr2.c: New file.
39513         * tests/test-mbsstr3.sh: New file.
39514         * tests/test-mbsstr3.c: New file.
39515         * m4/locale-fr.m4: New file.
39516
39517 2007-02-11  Bruno Haible  <bruno@clisp.org>
39518
39519         * lib/mbsrchr.c (mbsrchr): Fix bug.
39520
39521         * modules/mbsrchr-tests: New file.
39522         * tests/test-mbsrchr.sh: New file.
39523         * tests/test-mbsrchr.c: New file.
39524
39525 2007-02-11  Bruno Haible  <bruno@clisp.org>
39526
39527         * lib/mbschr.c (mbschr): Fix bug.
39528
39529         * modules/mbschr-tests: New file.
39530         * tests/test-mbschr.sh: New file.
39531         * tests/test-mbschr.c: New file.
39532         * m4/locale-zh.m4: New file.
39533
39534 2007-02-11  Bruno Haible  <bruno@clisp.org>
39535
39536         Support for copying multibyte string iterators.
39537         * lib/mbiter.h: Include <string.h>.
39538         (mbiter_multi_copy): New function.
39539         (mbi_copy): New macro.
39540         * lib/mbuiter.h: Include <string.h>.
39541         (mbuiter_multi_copy): New function.
39542         (mbui_copy): New macro.
39543
39544 2007-02-11  Bruno Haible  <bruno@clisp.org>
39545
39546         New module mbslen.
39547         * modules/mbslen: New file.
39548         * lib/mbslen.c: New file.
39549         * lib/string_.h (mbslen): New declaration.
39550         * m4/mbslen.m4: New file.
39551         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39552         GNULIB_MBSLEN.
39553         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
39554         * MODULES.html.sh (Internationalization functions): Add mbslen.
39555
39556 2007-02-11  Bruno Haible  <bruno@clisp.org>
39557
39558         Ensure O(n) worst-case complexity of strcasestr substitute.
39559         * lib/strcasestr.c: Include stdbool.h.
39560         (knuth_morris_pratt): New function.
39561         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
39562         bookkeeping indicates that it's worth it.
39563         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
39564
39565         * modules/strcasestr-tests: New file.
39566         * tests/test-strcasestr.c: New file.
39567
39568 2007-02-11  Bruno Haible  <bruno@clisp.org>
39569
39570         Ensure O(n) worst-case complexity of c_strcasestr.
39571         * lib/c-strcasestr.c: Include stdbool.h, string.h.
39572         (knuth_morris_pratt): New function.
39573         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
39574         the bookkeeping indicates that it's worth it.
39575         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
39576
39577         * modules/c-strcasestr-tests: New file.
39578         * tests/test-c-strcasestr.c: New file.
39579
39580 2007-02-11  Bruno Haible  <bruno@clisp.org>
39581
39582         Ensure O(n) worst-case complexity of c_strstr.
39583         * lib/c-strstr.c: Include stdbool.h, string.h.
39584         (knuth_morris_pratt): New function.
39585         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
39586         bookkeeping indicates that it's worth it.
39587         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
39588
39589         * lib/c-strstr.c: Complete rewrite for maintainability.
39590
39591         * modules/c-strstr-tests: New file.
39592         * tests/test-c-strstr.c: New file.
39593
39594 2007-02-11  Bruno Haible  <bruno@clisp.org>
39595
39596         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
39597         5.2.1 and earlier, whereby \055 was treated just like the range
39598         delimiter '-'.
39599         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
39600
39601 2007-02-08  Bruno Haible  <bruno@clisp.org>
39602
39603         * modules/regex (Depends-on): Add stdbool.
39604         Reported by Dalibor Topic <robilad@kaffe.org>.
39605
39606 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
39607
39608         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
39609         Prefer returning from main to exiting from it.
39610         Remove unnecessary parens after sizeof.
39611
39612 2007-02-05  Bruno Haible  <bruno@clisp.org>
39613
39614         New module mbssep.
39615         * modules/mbssep: New file.
39616         * lib/mbssep.c: New file.
39617         * lib/string_.h (strsep): Add a conditional link warning.
39618         (mbssep): New declaration.
39619         * m4/mbssep.m4: New file.
39620         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39621         GNULIB_MBSSEP.
39622         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
39623         * MODULES.html.sh (Internationalization functions): Add mbssep.
39624
39625 2007-02-05  Bruno Haible  <bruno@clisp.org>
39626
39627         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
39628         Optimize search in case of 1 delimiter.
39629
39630 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
39631
39632         * lib/acl.h: Include sys/types.h before sys/acl.h.
39633
39634 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
39635
39636         Merge upstream fix for glibc bugzilla #3957:
39637
39638         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
39639
39640         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
39641         bit for RE_HAT_LISTS_NOT_NEWLINE.
39642         (build_charclass_op): Remove bogus comment.
39643
39644 2007-02-05  Simon Josefsson  <simon@josefsson.org>
39645
39646         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
39647
39648 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39649
39650         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
39651         * lib/memmem.c [!defined _LIBC]: Include config.h.
39652
39653 2007-02-04  Bruno Haible  <bruno@clisp.org>
39654
39655         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
39656         warning message.
39657
39658 2007-02-04  Bruno Haible  <bruno@clisp.org>
39659
39660         New module mbstok_r.
39661         * modules/mbstok_r: New file.
39662         * lib/mbstok_r.c: New file.
39663         * lib/string_.h (strtok_r): Change argument names to match the
39664         comments. Add a conditional link warning.
39665         (mbstok_r): New declaration.
39666         * m4/mbstok_r.m4: New file.
39667         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39668         GNULIB_MBSTOK_R.
39669         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
39670         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
39671
39672 2007-02-04  Bruno Haible  <bruno@clisp.org>
39673
39674         New module mbsspn.
39675         * modules/mbsspn: New file.
39676         * lib/mbsspn.c: New file.
39677         * lib/string_.h (strspn): Add a conditional link warning.
39678         (mbsspn): New declaration.
39679         * m4/mbsspn.m4: New file.
39680         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39681         GNULIB_MBSSPN.
39682         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
39683         * MODULES.html.sh (Internationalization functions): Add mbsspn.
39684
39685 2007-02-04  Bruno Haible  <bruno@clisp.org>
39686
39687         New module mbspbrk.
39688         * modules/mbspbrk: New file.
39689         * lib/mbspbrk.c: New file.
39690         * lib/string_.h (strpbrk): Add a conditional link warning.
39691         (mbspbrk): New declaration.
39692         * m4/mbspbrk.m4: New file.
39693         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39694         GNULIB_MBSPBRK.
39695         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
39696         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
39697
39698 2007-02-04  Bruno Haible  <bruno@clisp.org>
39699
39700         New module mbscspn.
39701         * modules/mbscspn: New file.
39702         * lib/mbscspn.c: New file.
39703         * lib/string_.h (strcspn): Add a conditional link warning.
39704         (mbscspn): New declaration.
39705         * m4/mbscspn.m4: New file.
39706         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39707         GNULIB_MBSCSPN.
39708         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
39709         * MODULES.html.sh (Internationalization functions): Add mbscspn.
39710
39711 2007-02-04  Bruno Haible  <bruno@clisp.org>
39712
39713         New module mbscasestr, reduced goal of strcasestr.
39714         * modules/mbscasestr: New file.
39715         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
39716         (mbscasestr): Renamed from strcasestr.
39717         * lib/strcasestr.c: Don't include mbuiter.h.
39718         (strcasestr): Remove support for multibyte locales.
39719         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
39720         Change the conditional link warning.
39721         (mbscasestr): New declaration.
39722         * m4/mbscasestr.m4: New file.
39723         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
39724         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
39725         REPLACE_STRCASESTR.
39726         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
39727         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39728         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39729         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
39730         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
39731         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39732         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
39733         (Depends-on): Remove mbuiter.
39734         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
39735
39736 2007-02-04  Bruno Haible  <bruno@clisp.org>
39737
39738         Simplify handling of strncasecmp.
39739         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
39740         the conditional link warning.
39741         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39742         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
39743         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
39744         * modules/strcase (configure.ac): Don't invoke
39745         gl_STRING_MODULE_INDICATOR.
39746         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
39747
39748 2007-02-04  Bruno Haible  <bruno@clisp.org>
39749
39750         New module mbscasecmp, reduced goal of strcasecmp.
39751         * modules/mbscasecmp: New file.
39752         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
39753         (mbscasecmp): Renamed from strcasecmp.
39754         * lib/strcasecmp.c: Don't include mbuiter.h.
39755         (strcasecmp): Remove support for multibyte locales.
39756         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
39757         Change the conditional link warning.
39758         (mbscasecmp): New declaration.
39759         * m4/mbscasecmp.m4: New file.
39760         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
39761         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
39762         REPLACE_STRCASECMP.
39763         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
39764         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39765         GNULIB_MBSCASECMP.
39766         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
39767         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
39768         * modules/strcase (Files): Remove m4/mbrtowc.m4.
39769         (Depends-on): Remove mbuiter.
39770         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
39771
39772 2007-02-04  Bruno Haible  <bruno@clisp.org>
39773
39774         New module mbsstr. Remove module strstr.
39775         * modules/mbsstr: New file.
39776         * modules/strstr: Remove file.
39777         * lib/mbsstr.c: Renamed from lib/strstr.c.
39778         (mbsstr): Renamed from strstr.
39779         * lib/string_.h (strstr): Remove declaration. Change the conditional
39780         link warning.
39781         (mbsstr): New declaration.
39782         * m4/mbsstr.m4: New file.
39783         * m4/strstr.m4: Remove file.
39784         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
39785         REPLACE_STRSTR.
39786         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
39787         Don't initialize GNULIB_STRSTR.
39788         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
39789         substitute GNULIB_STRSTR and REPLACE_STRSTR.
39790         * MODULES.html.sh (Internationalization functions): Add mbsstr.
39791         (Support for systems lacking ANSI C 89): Remove strstr.
39792
39793 2007-02-04  Bruno Haible  <bruno@clisp.org>
39794
39795         New module mbsrchr.
39796         * modules/mbsrchr: New file.
39797         * lib/mbsrchr.c: New file.
39798         * lib/string_.h (strrchr): Add a conditional link warning.
39799         (mbsrchr): New declaration.
39800         * m4/mbsrchr.m4: New file.
39801         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39802         GNULIB_MBSRCHR.
39803         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
39804         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
39805
39806 2007-02-04  Bruno Haible  <bruno@clisp.org>
39807
39808         New module mbschr.
39809         * modules/mbschr: New file.
39810         * lib/mbschr.c: New file.
39811         * lib/string_.h (strchr): Add a conditional link warning.
39812         (mbschr): New declaration.
39813         * m4/mbschr.m4: New file.
39814         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39815         GNULIB_MBSCHR.
39816         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
39817         * MODULES.html.sh (Internationalization functions): Add mbschr.
39818
39819 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39820
39821         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
39822
39823         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
39824
39825 2007-02-04  Bruno Haible  <bruno@clisp.org>
39826
39827         New module description section 'configure.ac-early'.
39828         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
39829         (func_get_autoconf_early_snippet): New function.
39830         (func_import, func_create_testdir): Use it. Remove special cases for
39831         modules 'extensions' and 'lock'.
39832         * modules/extensions (configure.ac-early): Require
39833         gl_USE_SYSTEM_EXTENSIONS.
39834         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
39835
39836 2007-02-04  Bruno Haible  <bruno@clisp.org>
39837
39838         Make use of gcj-4.3's -fsource and -ftarget option.
39839         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
39840         and if so try the options -fsource and -ftarget.
39841         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
39842         source_version, ftarget_option, target_version arguments.
39843         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
39844         (is_envjavac_oldgcj_14_14_usable): Renamed from
39845         is_envjavac_gcj_14_14_usable.
39846         (is_envjavac_oldgcj_14_13_usable): Renamed from
39847         is_envjavac_gcj_14_13_usable.
39848         (is_gcj_present): Update.
39849         (is_gcj_43, is_gcj43_usable): New functions.
39850         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
39851         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
39852         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
39853         try the options -fsource and -ftarget.
39854
39855 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
39856
39857         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
39858         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
39859         larger value.
39860
39861 2007-02-03  Jim Meyering  <jim@meyering.net>
39862
39863         Give tools a better chance to allocate space for very large buffers.
39864         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
39865
39866         Make pwd and readlink work also when run with an unreadable parent dir
39867         on systems with openat support.
39868         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
39869         provided getcwd function, even when we have openat support.
39870         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
39871
39872 2007-02-02  Bruno Haible  <bruno@clisp.org>
39873
39874         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39875         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
39876         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
39877         portability problems if one of these functions is only used on specific
39878         platforms.
39879         Reported by Paul Eggert.
39880
39881 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
39882
39883         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
39884         is causing more trouble than it's curing.
39885         * lib/regex_internal.h (__mempcpy): Remove.
39886         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
39887         (and make the code a tad smaller to boot).
39888         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
39889
39890 2007-02-02  Jim Meyering  <jim@meyering.net>
39891
39892         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
39893         section, not in the Makefile.am: one.
39894
39895 2007-02-02  Eric Blake  <ebb9@byu.net>
39896
39897         * lib/strchrnul.c: Always include config.h first.
39898
39899         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
39900         gnulib strstr is not necessary here.
39901
39902 2007-02-02  Simon Josefsson  <simon@josefsson.org>
39903
39904         * m4/socklen.m4: Fix typo.
39905
39906 2007-02-02  Eric Blake  <ebb9@byu.net>
39907
39908         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
39909         * modules/netinet_in (Makefile.am): Likewise.
39910
39911 2007-02-01  Bruno Haible  <bruno@clisp.org>
39912
39913         * lib/string_.h (GL_LINK_WARNING): New macro.
39914         (strcasecmp, strstr, strcasestr): If provided by the system,
39915         conditionally define as a macro that leads to a warning instead of to
39916         an error.
39917         (strncasecmp): Conditionally define as a macro that leads to a warning.
39918
39919 2007-02-01  Karl Berry  <karl@gnu.org>
39920
39921         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
39922
39923 2007-02-01  Bruno Haible  <bruno@clisp.org>
39924
39925         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
39926         renamings.
39927
39928 2007-02-01  Eric Blake  <ebb9@byu.net>
39929
39930         * modules/regex (Depends-on): Revert dependence on mempcpy.
39931         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
39932         module's definition of mempcpy.
39933         Reported by Paul Eggert.
39934
39935 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
39936
39937         * lib/string_.h: If the gnulib module XYZ is not present, undefine
39938         the symbol XYZ before redefining it.  This fixes a problem with
39939         programs that don't use XYZ, when compiled on systems that define
39940         XYZ to something else.
39941
39942 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
39943
39944         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
39945         occurs when "mkdir -m foo" creates a setgid directory that is (1)
39946         writeable to group or other and (2) is intended to have a special
39947         mode bit that is set or cleared.  In such a case, the directory
39948         should be neither group- nor other-writeable until the special
39949         mode bits are right.
39950
39951 2007-01-31  Eric Blake  <ebb9@byu.net>
39952
39953         * modules/mountlist (Depends-on): Add strstr.
39954
39955         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
39956         bug.
39957         * modules/string (Makefile.am): Remove redundant replacement.
39958         * modules/regex (Depends-on): Add mempcpy.
39959
39960 2007-01-31  Bruno Haible  <bruno@clisp.org>
39961
39962         New module description field 'Link'.
39963         * gnulib-tool (func_usage): Document --extract-link-directive.
39964         (sed_extract_prog): Recognize 'Link' directive.
39965         (func_get_link_directive): New function.
39966         (func_import): Show summary of link directives.
39967         Handle --extract-link-directive option.
39968         * modules/acl (Link): New section.
39969         * modules/clock-time (Link): New section.
39970         * modules/euidaccess (Link): New section.
39971         * modules/gettext (Link): New section.
39972         * modules/iconv (Link): New section.
39973         * modules/lock (Link): New section.
39974         * modules/nanosleep (Link): New section.
39975         * modules/readline (Link): New section.
39976
39977 2007-01-27  Bruno Haible  <bruno@clisp.org>
39978
39979         Enforce the use of gnulib modules for unportable <string.h> functions.
39980         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
39981         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
39982         (gl_HEADER_STRING_H_BODY): Require it.
39983         * lib/string_.h: If the gnulib module XYZ is not present, redefine
39984         the symbol XYZ to one that gives a link error.
39985         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
39986         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
39987         * modules/mempcpy (configure.ac): Likewise.
39988         * modules/memrchr (configure.ac): Likewise.
39989         * modules/stpcpy (configure.ac): Likewise.
39990         * modules/stpncpy (configure.ac): Likewise.
39991         * modules/strcase (configure.ac): Likewise.
39992         * modules/strcasestr (configure.ac): Likewise.
39993         * modules/strchrnul (configure.ac): Likewise.
39994         * modules/strdup (configure.ac): Likewise.
39995         * modules/strndup (configure.ac): Likewise.
39996         * modules/strnlen (configure.ac): Likewise.
39997         * modules/strpbrk (configure.ac): Likewise.
39998         * modules/strsep (configure.ac): Likewise.
39999         * modules/strstr (configure.ac): Likewise.
40000         * modules/strtok_r (configure.ac): Likewise.
40001
40002 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
40003
40004         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
40005
40006 2007-01-30  Jim Meyering  <jim@meyering.net>
40007
40008         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
40009
40010 2007-01-29  Bruno Haible  <bruno@clisp.org>
40011
40012         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
40013         * lib/execute.c: Likewise.
40014         * lib/pipe.c: Likewise.
40015         * lib/printf-args.h: Likewise.
40016         * lib/printf-args.c: Likewise.
40017         * lib/printf-parse.c: Likewise.
40018         * lib/vasnprintf.c: Likewise.
40019
40020 2007-01-29  Eric Blake  <ebb9@byu.net>
40021
40022         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
40023         declaration.
40024
40025 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
40026
40027         * lib/strptime.h (strptime): Use 'restrict' for args where
40028         POSIX requires this.
40029         * lib/strptime.c (strptime): Likewise.
40030         Change license notice from LGPL to GPL, since gnulib-tool will
40031         change this as needed.
40032         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
40033         defined.
40034         Include "strptime.h" first, to check interface.
40035         Do not #undef _LIBC and _NL_CURRENT.
40036         Do not include <stdlib.h>; no longer needed.
40037         Include "time_r.h" and declare ptime_locale_status
40038         only if _LIBC is not defined.
40039         (__P): Remove unused macro.
40040         (match_string): Bring back glibc version, but use it only if _LIBC
40041         is defined.
40042         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
40043         Remove unnecessary assertion and abort() call.
40044         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
40045         * m4/strptime.m4: Fix serial number comment.
40046         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
40047         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
40048         (Depends-on): Add time_r.
40049
40050 2007-01-29  Bruno Haible  <bruno@clisp.org>
40051
40052         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40053         strptime.
40054         * modules/strptime (Depends-on): Add stdbool.
40055         * lib/strptime.h: Include <time.h> always. Add comments.
40056
40057 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
40058
40059         * modules/strptime: New file.
40060         * lib/strptime.h: New file.
40061         * lib/strptime.c: New file.
40062         * m4/strptime.m4: New file.
40063
40064 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
40065
40066         * MODULES.html.sh: New module mpsort.
40067         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
40068
40069         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
40070         a circularity problem with HP-UX ia64 reported by Bob Proulx in
40071         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
40072         All uses changed.
40073         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
40074         All uses changed.
40075         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
40076         to _Restrict_.
40077         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
40078         the parameter matches the prototype.
40079
40080 2007-01-28  Jim Meyering  <jim@meyering.net>
40081
40082         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
40083         sys/time.h here, reverting that part of the previous patch:
40084         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
40085
40086 2007-01-28  Bruno Haible  <bruno@clisp.org>
40087
40088         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
40089         value of $(SYS_TIME_H).
40090         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
40091         remove it conditionally, too. [added by Jim Meyering]
40092         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
40093         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40094         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
40095         GETTIMEOFDAY_REPLACEMENT to 1.
40096
40097 2007-01-28  Bruno Haible  <bruno@clisp.org>
40098
40099         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
40100         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
40101         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
40102         Set UNISTD_H instead of UNISTD_H2.
40103         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
40104
40105 2007-01-28  Bruno Haible  <bruno@clisp.org>
40106
40107         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
40108         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
40109
40110 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40111
40112         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
40113         (func_create_testdir): Ensure C locale for `grep' and `tr'
40114         character ranges.
40115         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
40116         ACLOCAL_AMFLAGS parsing state machine.
40117
40118 2007-01-27  Bruno Haible  <bruno@clisp.org>
40119
40120         * modules/unistr/base: Update.
40121
40122 2007-01-27  Bruno Haible  <bruno@clisp.org>
40123
40124         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
40125         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
40126         * modules/unistr/u32-mbtouc-unsafe: Renamed from
40127         modules/unistr/u32-mbtouc.
40128         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
40129         * lib/unistr.h: Update.
40130         * lib/linebreak.c: Update.
40131         * modules/unistr/u32-mbtouc: Renamed from
40132         modules/unistr/u32-mbtouc-safe.
40133         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
40134         * lib/unistr.h: Update.
40135         * lib/unistr/u32-to-u8.c: Update.
40136         * lib/unistr/u32-to-u16.c: Update.
40137
40138 2007-01-27  Bruno Haible  <bruno@clisp.org>
40139
40140         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
40141         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
40142         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
40143         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
40144         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
40145         * modules/unistr/u16-mbtouc-unsafe: Renamed from
40146         modules/unistr/u16-mbtouc.
40147         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
40148         * lib/unistr.h: Update.
40149         * lib/linebreak.c: Update.
40150         * modules/linebreak: Update.
40151         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
40152         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
40153         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
40154         * modules/unistr/u16-mbtouc: Renamed from
40155         modules/unistr/u16-mbtouc-safe.
40156         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
40157         * lib/unistr.h: Update.
40158         * lib/unistr/u16-to-u8.c: Update.
40159         * modules/unistr/u16-to-u8: Update.
40160         * lib/unistr/u16-to-u32.c: Update.
40161         * modules/unistr/u16-to-u32: Update.
40162
40163 2007-01-27  Bruno Haible  <bruno@clisp.org>
40164
40165         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
40166         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
40167         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
40168         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
40169         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
40170         * modules/unistr/u8-mbtouc-unsafe: Renamed from
40171         modules/unistr/u8-mbtouc.
40172         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
40173         * lib/unistr.h: Update.
40174         * lib/striconveh.c: Update.
40175         * modules/striconveh: Update.
40176         * lib/linebreak.c: Update.
40177         * modules/linebreak: Update.
40178         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
40179         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
40180         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
40181         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
40182         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
40183         * lib/unistr.h: Update.
40184         * lib/striconveh.c: Update.
40185         * modules/striconveh: Update.
40186         * lib/unistr/u8-to-u16.c: Update.
40187         * modules/unistr/u8-to-u16: Update.
40188         * lib/unistr/u8-to-u32.c: Update.
40189         * modules/unistr/u8-to-u32: Update.
40190
40191 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40192
40193         Sync from Libtool.
40194         * lib/argz.c: Do not include strings.h nor memory.h, include
40195         string.h unconditionally.  Patch by Simon Josefsson.
40196
40197 2007-01-27  Bruno Haible  <bruno@clisp.org>
40198
40199         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
40200         from gl_HEADER_STRING_H_BODY.
40201         (gl_HEADER_STRING_H_BODY): Require it.
40202         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
40203         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
40204         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
40205         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
40206         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
40207         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
40208         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
40209         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
40210         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
40211         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
40212         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
40213         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
40214         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
40215         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
40216         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
40217
40218 2007-01-27  Bruno Haible  <bruno@clisp.org>
40219
40220         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
40221         check_PROGRAMS into noinst_PROGRAMS.
40222         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
40223         check_PROGRAMS in this case.
40224         (func_import): Set for_test to false.
40225         (func_create_testdir): Set for_test to true.
40226
40227 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40228             Bruno Haible  <bruno@clisp.org>
40229
40230         * modules/strcasestr (Files): Remove lib/strcasestr.h.
40231         (Depends-on): Add string.
40232         (Includes): Use <string.h> instead of strcasestr.h.
40233         * modules/string (Makefile.am): Also substitute the value of
40234         REPLACE_STRCASESTR.
40235         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
40236         assume strcasestr is declared in <string.h> not <strings.h>. Also
40237         set REPLACE_STRCASESTR.
40238         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
40239         REPLACE_STRCASESTR.
40240         * lib/strcasestr.h: Remove file.
40241         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
40242         * lib/string_.h (strcasestr): New declaration.
40243
40244 2007-01-27  Bruno Haible  <bruno@clisp.org>
40245
40246         * lib/string_.h: Use 'extern'.
40247
40248 2007-01-27  Jim Meyering  <jim@meyering.net>
40249
40250         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
40251         of set-but-not-used local, "q".
40252
40253         * lib/mempcpy.c: Include <config.h> before <string.h>.
40254         This fixes a compilation error on HP-UX, due to the system's
40255         "restrict"-using mempcpy prototype.
40256
40257 2007-01-26  Bruno Haible  <bruno@clisp.org>
40258
40259         Small optimization.
40260         * lib/javacomp.c: Include c-strstr.h.
40261          (is_envjavac_gcj): Use c_strstr instead of strstr.
40262         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
40263
40264 2007-01-26  Bruno Haible  <bruno@clisp.org>
40265
40266         * MODULES.html.sh (Unicode string functions): Add the new modules.
40267
40268         * modules/uniconv/u32-strconv-to-locale: New file.
40269         * lib/uniconv/u32-strconv-to-locale.c: New file.
40270
40271         * modules/uniconv/u16-strconv-to-locale: New file.
40272         * lib/uniconv/u16-strconv-to-locale.c: New file.
40273
40274         * modules/uniconv/u8-strconv-to-locale: New file.
40275         * lib/uniconv/u8-strconv-to-locale.c: New file.
40276
40277         * modules/uniconv/u32-strconv-from-locale: New file.
40278         * lib/uniconv/u32-strconv-from-locale.c: New file.
40279
40280         * modules/uniconv/u16-strconv-from-locale: New file.
40281         * lib/uniconv/u16-strconv-from-locale.c: New file.
40282
40283         * modules/uniconv/u8-strconv-from-locale: New file.
40284         * lib/uniconv/u8-strconv-from-locale.c: New file.
40285
40286         * modules/uniconv/u32-strconv-to-enc: New file.
40287         * lib/uniconv/u32-strconv-to-enc.c: New file.
40288         * modules/uniconv/u32-strconv-to-enc-tests: New file.
40289         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
40290
40291         * modules/uniconv/u16-strconv-to-enc: New file.
40292         * lib/uniconv/u16-strconv-to-enc.c: New file.
40293         * lib/uniconv/u-strconv-to-enc.h: New file.
40294         * modules/uniconv/u16-strconv-to-enc-tests: New file.
40295         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
40296
40297         * modules/uniconv/u8-strconv-to-enc: New file.
40298         * lib/uniconv/u8-strconv-to-enc.c: New file.
40299         * modules/uniconv/u8-strconv-to-enc-tests: New file.
40300         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
40301
40302         * modules/uniconv/u32-strconv-from-enc: New file.
40303         * lib/uniconv/u32-strconv-from-enc.c: New file.
40304         * modules/uniconv/u32-strconv-from-enc-tests: New file.
40305         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
40306
40307         * modules/uniconv/u16-strconv-from-enc: New file.
40308         * lib/uniconv/u16-strconv-from-enc.c: New file.
40309         * modules/uniconv/u16-strconv-from-enc-tests: New file.
40310         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
40311
40312         * modules/uniconv/u8-strconv-from-enc: New file.
40313         * lib/uniconv/u8-strconv-from-enc.c: New file.
40314         * lib/uniconv/u-strconv-from-enc.h: New file.
40315         * modules/uniconv/u8-strconv-from-enc-tests: New file.
40316         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
40317
40318         * modules/uniconv/u32-conv-from-enc: New file.
40319         * lib/uniconv/u32-conv-from-enc.c: New file.
40320         * modules/uniconv/u32-conv-from-enc-tests: New file.
40321         * tests/uniconv/test-u32-conv-from-enc.c: New file.
40322
40323         * modules/uniconv/u16-conv-from-enc: New file.
40324         * lib/uniconv/u16-conv-from-enc.c: New file.
40325         * lib/uniconv/u-conv-from-enc.h: New file.
40326         * modules/uniconv/u16-conv-from-enc-tests: New file.
40327         * tests/uniconv/test-u16-conv-from-enc.c: New file.
40328
40329         * modules/uniconv/u8-conv-from-enc: New file.
40330         * lib/uniconv/u8-conv-from-enc.c: New file.
40331         * modules/uniconv/u8-conv-from-enc-tests: New file.
40332         * tests/uniconv/test-u8-conv-from-enc.c: New file.
40333
40334         * modules/uniconv/base: New file.
40335         * lib/uniconv.h: New file.
40336
40337 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
40338
40339         * doc/gnulib-tool.texi (Initial import): Update to match current
40340         behavior with strdup module.
40341         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
40342         * lib/memmem.h: Remove; all uses removed.  This is now done
40343         by <string.h>.
40344         * lib/mempcpy.h: Likewise.
40345         * lib/memrchr.h: Likewise.
40346         * lib/stpcpy.h: Likewise.
40347         * lib/stpncpy.h: Likewise.
40348         * lib/strcase.h: Likewise.
40349         * lib/strchrnul.h: Likewise.
40350         * lib/strdup.h: Likewise.
40351         * lib/strndup.h: Likewise.
40352         * lib/strnlen.h: Likewise.
40353         * lib/strpbrk.h: Likewise.
40354         * lib/strsep.h: Likewise.
40355         * lib/strstr.h: Likewise.
40356         * lib/strtok_r.h: Likewise.
40357         * lib/string_.h: New file.
40358         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
40359         Rely on <string.h> instead.
40360         * lib/canon-host.c: Likewise.
40361         * lib/chdir-long.c: Likewise.
40362         * lib/concatpath.c: Likewise.
40363         * lib/exclude.c: Likewise.
40364         * lib/fchdir.c: Likewise.
40365         * lib/getaddrinfo.c: Likewise.
40366         * lib/getcwd.c: Likewise.
40367         * lib/getsubopt.c: Likewise.
40368         * lib/glob.c: Likewise.
40369         * lib/hard-locale.c: Likewise.
40370         * lib/iconvme.c: Likewise.
40371         * lib/javacomp.c: Likewise.
40372         * lib/mempcpy.c: Likewise.
40373         * lib/memrchr.c: Likewise.
40374         * lib/regex_internal.h: Likewise.
40375         * lib/stpncpy.c: Likewise.
40376         * lib/strcasecmp.c: Likewise.
40377         * lib/strchrnul.c: Likewise.
40378         * lib/strdup.c: Likewise.
40379         * lib/striconv.c: Likewise.
40380         * lib/striconveh.c: Likewise.
40381         * lib/striconveha.c: Likewise.
40382         * lib/strncasecmp.c: Likewise.
40383         * lib/strndup.c: Likewise.
40384         * lib/strnlen.c: Likewise.
40385         * lib/strsep.c: Likewise.
40386         * lib/strstr.c: Likewise.
40387         * lib/strtok_r.c: Likewise.
40388         * lib/userspec.c: Likewise.
40389         * lib/w32spawn.h: Likewise.
40390         * lib/xstrndup.c: Likewise.
40391         * lib/mountlist.c (strstr): Remove decl.
40392         * m4/string_h.m4: New file.
40393         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
40394         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
40395         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
40396         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
40397         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
40398         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
40399         Set REPLACE_STRCASECMP if necessary.
40400         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
40401         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
40402         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
40403         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
40404         HAVE_DECL_STRDUP if necessary.
40405         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
40406         since gl_FUNC_STRNDUP does that now.
40407         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
40408         Check for decl here...
40409         (gl_PREREQ_STRNLEN): ... not here.
40410         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
40411         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
40412         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
40413         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
40414         necessary.
40415         * modules/string: New file.
40416         * modules/memmem (Files): Remove special-purpose include file.
40417         (Depends-on): Add string.
40418         (Include): Include <string.h>, not the removed file.
40419         * modules/mempcpy: Likewise.
40420         * modules/memrchr: Likewise.
40421         * modules/stpcpy: Likewise.
40422         * modules/stpncpy: Likewise.
40423         * modules/strcase: Likewise.
40424         * modules/strchrnul: Likewise.
40425         * modules/strdup: Likewise.
40426         * modules/strndup: Likewise.
40427         * modules/strnlen: Likewise.
40428         * modules/strpbrk: Likewise.
40429         * modules/strsep: Likewise.
40430         * modules/strstr: Likewise.
40431         * modules/strtok_r: Likewise.
40432         * tests/test-dirname.c: Don't include "strdup.h", since
40433         <string.h> now suffices.
40434         * tests/test-memmem.c: Don't include "memmem.h", since
40435         <string.h> now suffices.
40436
40437 2007-01-25  Bruno Haible  <bruno@clisp.org>
40438
40439         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
40440         *resultp is 0.
40441
40442         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
40443         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
40444         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
40445         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
40446
40447         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
40448         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
40449         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
40450         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
40451         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
40452         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
40453
40454 2007-01-24  Bruno Haible  <bruno@clisp.org>
40455
40456         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
40457         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
40458         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
40459         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
40460         gl_FUNC_FTS_CORE.
40461         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
40462         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
40463         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40464         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
40465         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
40466         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
40467         gl_FUNC_FCHOWNAT.
40468         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
40469         gl_FUNC_STRFTIME.
40470         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
40471         Reported by Ralf Wildenhues.
40472
40473 2007-01-24  Bruno Haible  <bruno@clisp.org>
40474
40475         Drop AC_REQUIRE calls that are redundant with the module dependencies.
40476         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
40477         gl_GETADDRINFO.
40478         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
40479         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
40480         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
40481
40482 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
40483
40484         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
40485         Don't use 'exit'; just return from 'main'.
40486         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
40487
40488         * lib/fnmatch_.h: Readjust white space and comments to match
40489         glibc, to avoid spurious diffs.
40490
40491 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40492
40493         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
40494         2004-12-01 change by Jakub Jelinek, since this code won't compile
40495         if !LIBC.  Problem reported by Bob Proulx.
40496
40497 2007-01-23  Bruno Haible  <bruno@clisp.org>
40498
40499         * lib/striconveh.c: Include c-strcaseeq.h.
40500         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
40501         * modules/striconveh (Depends-on): Add c-strcaseeq.
40502
40503 2007-01-23  Bruno Haible  <bruno@clisp.org>
40504
40505         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
40506
40507         * modules/c-strcaseeq: New file.
40508         * lib/c-strcaseeq.h: New file.
40509
40510         * modules/streq: New file.
40511         * lib/streq.h: New file.
40512
40513 2007-01-23  Bruno Haible  <bruno@clisp.org>
40514
40515         * modules/striconveha-tests: New file.
40516         * tests/test-striconveha.c: New file.
40517
40518         * lib/striconveha.h: Include <stdbool.h>.
40519         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
40520         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
40521         (mem_iconveha_notranslit): Renamed from mem_iconveha.
40522         (mem_iconveha): New function.
40523         (str_iconveha_notranslit): Renamed from str_iconveha.
40524         (str_iconveha): New function.
40525         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
40526         c-strcase.
40527
40528 2007-01-23  Bruno Haible  <bruno@clisp.org>
40529
40530         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
40531         encodings without forgiving before trying any encoding with handler.
40532         (str_iconveha): Try all encodings without forgiving before trying any
40533         encoding with handler.
40534
40535 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40536
40537         Import the following changes from libc.
40538
40539         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
40540
40541         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
40542
40543         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
40544
40545         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
40546         normal_bracket label.
40547
40548         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
40549
40550         [BZ #361]
40551         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
40552         to normal_bracket after fetching the next character.
40553
40554 2007-01-22  Bruno Haible  <bruno@clisp.org>
40555
40556         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
40557         argument.
40558         * lib/striconveh.c (iconv_carefully_1): New function.
40559         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
40560         argument.
40561         (str_cd_iconveh): Update.
40562         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
40563         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
40564         * tests/test-striconveh.c (MAGIC): New macro.
40565         (new_offsets): New function.
40566         (main): Test call with and without offsets.
40567
40568 2007-01-22  Bruno Haible  <bruno@clisp.org>
40569
40570         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
40571         * modules/sys_select (Makefile.am): Likewise.
40572         * modules/sys_socket (Makefile.am): Likewise.
40573         * modules/sys_time (Makefile.am): Likewise.
40574
40575 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
40576
40577         * modules/gettimeofday (License): Change from GPL to LGPL, since
40578         gettimeofday is a library function.
40579
40580 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40581
40582         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
40583
40584 2007-01-21  Bruno Haible  <bruno@clisp.org>
40585
40586         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
40587
40588 2007-01-21  Bruno Haible  <bruno@clisp.org>
40589
40590         * modules/striconveha: New file.
40591         * lib/striconveha.h: New file.
40592         * lib/striconveha.c: New file.
40593         * MODULES.html.sh (Internationalization functions): Add striconveha.
40594         * lib/striconv.c (str_iconv): Optimize the case of an empty input
40595         string.
40596         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
40597
40598 2007-01-21  Bruno Haible  <bruno@clisp.org>
40599
40600         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
40601         * lib/striconveh.c (str_iconveh): Likewise.
40602
40603 2007-01-21  Bruno Haible  <bruno@clisp.org>
40604
40605         * lib/striconveh.h (mem_iconveh): New declaration.
40606         * lib/striconveh.c (mem_iconveh): New function.
40607         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
40608
40609 2007-01-21  Bruno Haible  <bruno@clisp.org>
40610
40611         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
40612
40613         * lib/striconveh.h (mem_cd_iconveh): Change specification.
40614         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
40615         original result buffer.
40616         (str_cd_iconveh): Update.
40617         * tests/test-striconveh.c (main): Update.
40618
40619         * lib/striconv.h (mem_cd_iconv): Change specification.
40620         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
40621         result buffer.
40622         (str_cd_iconv): Update.
40623         * tests/test-striconv.c (main): Update.
40624
40625 2007-01-21  Bruno Haible  <bruno@clisp.org>
40626
40627         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
40628
40629 2007-01-20  Jim Meyering  <jim@meyering.net>
40630
40631         * lib/userspec.c (parse_with_separator): If a user or group string
40632         starts with "+", skip the corresponding name-to-ID look-up, since
40633         such a look-up must fail: user and group names may not include "+".
40634
40635 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
40636
40637         * lib/poll.c: Include sys/time.h and time.h unconditionally,
40638         since we now assume the sys_time module.
40639         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
40640         check for sys/time.h; no longer needed.
40641         * modules/poll (Depends-on): Depend on sys_time.
40642
40643 2007-01-18  Bruno Haible  <bruno@clisp.org>
40644
40645         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
40646         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40647
40648         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
40649         gettimeofday.
40650
40651         * tests/test-gettimeofday.c: Include <time.h>.
40652         (dummy): Remove variable.
40653
40654         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
40655         gl_HEADER_SYS_TIME_H.
40656         (gl_HEADER_SYS_TIME_H): New macro.
40657
40658         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
40659         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40660         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
40661         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
40662         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40663         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
40664         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
40665         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40666         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
40667         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
40668         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40669
40670         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
40671         last change; it caused a compilation error when cross-compiling to
40672         Cygwin.
40673
40674 2007-01-18  Jim Meyering  <jim@meyering.net>
40675
40676         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
40677         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
40678         than the race-prone "test -d sys || mkdir sys".
40679         (configure.ac): Use AC_PROG_MKDIR_P.
40680         * modules/sys_select: Likewise.
40681         * modules/sys_socket: Likewise.
40682         * modules/sys_time: Likewise.
40683
40684 2007-01-18  Eric Blake  <ebb9@byu.net>
40685
40686         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
40687         replace gettimeofday.
40688         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
40689         name, to avoid infinite recursion.
40690
40691 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
40692
40693         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
40694         module sys_time.
40695         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
40696         assume timespec.h defines struct timeval.
40697         * lib/settime.c: Likewise.
40698         * lib/utimens.c: Likewise.
40699         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
40700         since we now assume the gettimeofday module.
40701         * lib/tempname.c (__gen_tempname): Likewise.
40702         * lib/gettimeofday.h: Remove.
40703         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
40704         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
40705         Include <time.h>, for 'time()'.
40706         (localtime_buffer_addr): Also use this workaround if
40707         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
40708         to simplify the uses.  All uses changed.
40709         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
40710         that #undef is inside {}, and 'const' follows type name consistently.
40711         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
40712         (gettimeofday): Do not use the maximum possible value for
40713         tv->tv_usec, since that might break usages other than ls.c.
40714         Instead, we'll leave ls.c alone.  This undoes today's patch
40715         by Bruno.  Add a compile-time warning for 1s-clock resolution;
40716         we've never observed the problem but might as well keep the
40717         canary.
40718         * lib/nanosleep.c: Include timespec.h first, for interface check.
40719         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
40720         now assume the sys_time module.
40721         * lib/tempname.c: Likewise.
40722         * lib/timespec.h: Likewise.
40723         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
40724         needed.
40725         * lib/strftime.c: Likewise.
40726         * lib/timespec.h: Likewise.
40727         * lib/posixtm.c: Include posixtm.h first, for interface check.
40728         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
40729         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
40730         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
40731         * lib/sys_time_.h: New file.
40732         * lib/timespec.h (struct timespec): Use long int, not long.
40733         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40734         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
40735         Remove obsolescent call to AC_HEADER_TIME.
40736         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
40737         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
40738         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40739         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
40740         Likewise.
40741         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
40742         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
40743         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
40744         into the sys_time module.  Check for gettimeofday just once.
40745         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
40746         for gettimeofday signature to just check the signature.  Merely
40747         compile it, since linking doesn't test signature.  Improve test for
40748         whether gettimeofday.o is actually needed.
40749         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
40750         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
40751         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
40752         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40753         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
40754         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
40755         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
40756         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
40757         than worrying about sys/time.h.
40758         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
40759         Don't bother worrying about TIME_WITH_SYS_TIME.
40760         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
40761         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
40762         * m4/sys_time_h.m4: New file.
40763         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
40764         Don't include sys/time.h.  Return from main rather than exiting.
40765         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
40766         all uses changed.
40767         * modules/gethrxtime (Depends-on): Add sys_time.
40768         * modules/gettime (Depends-on): Likewise.
40769         * modules/gettimeofday (Depends-on): Likewise.
40770         * modules/nanosleep (Depends-on): Likewise.
40771         * modules/settime (Depends-on): Likewise.
40772         * modules/tempname (Depends-on): Likewise.
40773         * modules/utimens (Depends-on): Likewise.
40774         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
40775         (Include:) Change back to <sys/time.h>.
40776         (Maintainer:) Add self.
40777         * modules/sys_time: New file.
40778         * modules/tempname (Depends-on): Add gettimeofday.
40779         * tests/test-gettimeofday.c: Include <sys/time.h>
40780         rather than gettimeofday.h.
40781
40782 2007-01-17  Bruno Haible  <bruno@clisp.org>
40783
40784         * gnulib-tool (func_get_license): Revert last patch. Instead, let
40785         the license default to GPL.
40786         (func_create_testdir): Don't complain if a module is LGPL and its
40787         tests module depends on GPLed modules.
40788
40789 2007-01-17  Bruno Haible  <bruno@clisp.org>
40790
40791         * lib/gettimeofday.c (gettimeofday): Add code for the case
40792         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
40793         maximum possible value for tv->tv_usec, rather than the minimum one.
40794
40795 2005-10-08  Martin Lambers  <marlam@marlam.de>
40796 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
40797 2007-01-16  Bruno Haible  <bruno@clisp.org>
40798
40799         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
40800         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
40801         gl_FUNC_GETTIMEOFDAY.
40802         (Include): Add gettimeofday.h.
40803         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
40804         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
40805         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
40806         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
40807         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
40808         * lib/gettimeofday.h: New file.
40809         * lib/gettimeofday.c: Include <sys/timeb.h>.
40810         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
40811         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40812         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
40813         fall back on time().
40814
40815         * tests/test-gettimeofday.c: New file.
40816         * modules/gettimeofday-tests: New file.
40817
40818 2007-01-16  Eric Blake  <ebb9@byu.net>
40819
40820         * modules/fnmatch (Depends-on): Depend on wchar.
40821         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
40822         * m4/fnmatch.m4: Likewise.
40823         * modules/mbchar (Makefile.am): Assume <wchar.h>.
40824         * m4/mbchar.m4: Likewise.
40825         * modules/mbswidth (Depends-on): Depend on wchar.
40826         * lib/mbswidth.c: Assume <wchar.h>.
40827         * m4/mbswidth.m4: Likewise.
40828         * modules/quotearg (Depends-on): Depend on wchar.
40829         * lib/quotearg.c: Assume <wchar.h>.
40830         * m4/quotearg.m4: Likewise.
40831         * modules/regex (Depends-on): Depend on wchar.
40832         * lib/regex_internal.h: Assume <wchar.h>.
40833         * m4/regex.m4: Likewise.
40834         * modules/stdint (Depends-on): Depend on wchar.
40835         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
40836         * m4/stdint.m4: Likewise.
40837         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
40838         * modules/strftime (Depends-on): Depend on wchar.
40839         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
40840         * modules/strtol (Depends-on): Depend on wchar.
40841         * lib/strtol.c: Assume <wchar.h>.
40842         * modules/wcwidth (Depends-on): Depend on wchar.
40843         * lib/wcwidth.h: Assume <wchar.h>.
40844         * m4/wcwidth.m4: Likewise.
40845
40846 2007-01-16  Bruno Haible  <bruno@clisp.org>
40847
40848         * modules/csharpexec-script: New, created from...
40849         * modules/csharpexec: ... this.
40850
40851 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
40852
40853         * modules/javaexec-script: New, created from...
40854         * modules/javaexec: ... this.
40855
40856 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40857
40858         * modules/poll (Dependencies): Add sys_select.
40859
40860 2007-01-15  Jim Meyering  <jim@meyering.net>
40861
40862         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
40863         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
40864         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
40865         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
40866
40867 2007-01-15  Bruno Haible  <bruno@clisp.org>
40868
40869         * modules/striconveh: New file.
40870         * lib/striconveh.h: New file.
40871         * lib/striconveh.c: New file.
40872         * MODULES.html.sh (Internationalization functions): Add striconveh.
40873
40874         * modules/striconveh-tests: New file.
40875         * tests/test-striconveh.c: New file.
40876
40877 2007-01-15  Bruno Haible  <bruno@clisp.org>
40878
40879         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
40880         not from GNU libiconv or GNU libc.
40881
40882 2007-01-15  Bruno Haible  <bruno@clisp.org>
40883
40884         * doc/gnulib-intro.texi (Copyright): Explain the different license
40885         terms for module descriptions, autoconf macros, tests, documentation.
40886
40887 2007-01-14  Bruno Haible  <bruno@clisp.org>
40888
40889         * modules/striconv-tests: New file.
40890         * tests/test-striconv.c: New file.
40891
40892 2007-01-14  Bruno Haible  <bruno@clisp.org>
40893
40894         * modules/iconv-tests: New file.
40895         * tests/test-iconv.c: New file.
40896
40897 2007-01-14  Bruno Haible  <bruno@clisp.org>
40898
40899         * gnulib-tool (func_get_license): For test modules, use the license of
40900         the main module.
40901
40902 2007-01-14  Bruno Haible  <bruno@clisp.org>
40903
40904         * modules/iconv (Include): Clarify that <iconv.h> can only be included
40905         if iconv is found to exist.
40906
40907 2007-01-14  Bruno Haible  <bruno@clisp.org>
40908
40909         * modules/c-ctype-tests: New file.
40910         * tests/test-c-ctype.c: New file.
40911
40912 2007-01-14  Bruno Haible  <bruno@clisp.org>
40913
40914         * modules/binary-io-tests: New file.
40915         * tests/test-binary-io.sh: New file.
40916         * tests/test-binary-io.c: New file.
40917
40918 2007-01-14  Bruno Haible  <bruno@clisp.org>
40919
40920         * modules/array-oset-tests: New file.
40921         * tests/test-array_oset.c: New file.
40922
40923 2007-01-14  Bruno Haible  <bruno@clisp.org>
40924
40925         * modules/array-list-tests: New file.
40926         * tests/test-array_list.c: New file.
40927
40928 2007-01-14  Bruno Haible  <bruno@clisp.org>
40929
40930         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
40931         and make.
40932         Reported by Simon Josefsson in
40933         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
40934
40935 2007-01-14  Bruno Haible  <bruno@clisp.org>
40936
40937         * modules/allocsa-tests: New file.
40938         * tests/test-allocsa.c: New file.
40939
40940 2007-01-14  Bruno Haible  <bruno@clisp.org>
40941
40942         * modules/fchdir (Depends-on): Add absolute-header.
40943         * modules/unistd (Depends-on): Likewise.
40944
40945 2006-12-30  Bruno Haible  <bruno@clisp.org>
40946
40947         * modules/fchdir: New file.
40948         * modules/unistd (Files): Add lib/unistd_.h.
40949         (Makefile.am): Generate unistd.h from unistd_.h.
40950         * lib/fchdir.c: New file.
40951         * lib/dirent_.h: New file.
40952         * lib/unistd_.h: New file.
40953         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
40954         * m4/fchdir.m4: New file.
40955         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
40956         (gl_HEADER_UNISTD): Invoke it.
40957         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
40958         function.
40959         * lib/backupfile.c (opendir, closedir): Undefine.
40960         * lib/chown.c (open, close): Undefine.
40961         * lib/clean-temp.c (open, close): Undefine.
40962         * lib/copy-file.c (open, close): Undefine.
40963         * lib/execute.c (open, close): Undefine.
40964         * lib/fsusage.c (open, close): Undefine.
40965         * lib/gc-gnulib.c (open, close): Undefine.
40966         * lib/getcwd.c (opendir, closedir): Undefine.
40967         * lib/glob.c (opendir, closedir): Undefine.
40968         * lib/javacomp.c (open, close): Undefine.
40969         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
40970         * lib/openat-proc.c (open, close): Undefine.
40971         * lib/pagealign_alloc.c (open, close): Undefine.
40972         * lib/pipe.c (open, close): Undefine.
40973         * lib/progreloc.c (open, close): Undefine.
40974         * lib/savedir.c (opendir, closedir): Undefine.
40975         * lib/utime.c (open, close): Undefine.
40976         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
40977
40978 2007-01-10  Bruno Haible  <bruno@clisp.org>
40979
40980         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
40981
40982 2007-01-12  Eric Blake  <ebb9@byu.net>
40983
40984         Provide a robust <wchar.h>.  Further simplifications are now
40985         possible in other modules, but not included here.
40986         * modules/wchar: New module.
40987         * m4/wchar.m4: New file.
40988         * lib/wchar_.h: Likewise.
40989         * modules/mbchar (Depends-on): Depend on wchar, as the first use
40990         of the new module.
40991         * MODULES.html.sh (Extended multibyte and wide character utilities):
40992         New section.
40993
40994 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
40995
40996         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
40997         to a reasonable default for memory allocation.
40998         (xreadlink): Don't allocate a huge buffer, to work around a buggy
40999         file system that reports garbage st_size values for symlinks.
41000         Problem reported by Liyang Hu.
41001
41002 2007-01-11  Simon Josefsson  <simon@josefsson.org>
41003
41004         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
41005         Emacs .#* auto-save files).
41006
41007 2007-01-11  Bruno Haible  <bruno@clisp.org>
41008
41009         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
41010         directory.
41011
41012 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
41013
41014         Use @...@ consistently in lib/wctype_.h.
41015         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
41016         on it being set to 1 or 0.
41017         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
41018         go back to AC_SUBSTing it.
41019         * modules/wctype (Makefile.am): Undo previous change.
41020
41021 2007-01-10  Eric Blake  <ebb9@byu.net>
41022
41023         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
41024         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
41025         * modules/wctype (Makefile.am): Likewise.
41026         Reported by Chris McGuire.
41027
41028 2007-01-10  Jim Meyering  <jim@meyering.net>
41029
41030         fts.c: a small readability/maintainability improvement
41031         * lib/fts.c (fts_read): Make this code slightly more readable and
41032         maintainable by hoisting the "sp->fts_cur = p" assignments to
41033         immediately follow the statements that set P.  Derived from
41034         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
41035
41036 2007-01-10  Eric Blake  <ebb9@byu.net>
41037
41038         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
41039         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
41040         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
41041         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
41042         Reported by Chris McGuire.
41043
41044 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41045
41046         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
41047         in sed script.
41048
41049 2007-01-09  Bruno Haible  <bruno@clisp.org>
41050
41051         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
41052         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
41053         variables.
41054         (func_module): Use them.
41055
41056 2007-01-09  Bruno Haible  <bruno@clisp.org>
41057
41058         * modules/unistr/base: New file.
41059         * lib/unistr.h: New file.
41060
41061         * modules/unistr/u8-to-u16: New file.
41062         * lib/unistr/u8-to-u16.c: New file.
41063
41064         * modules/unistr/u8-to-u32: New file.
41065         * lib/unistr/u8-to-u32.c: New file.
41066
41067         * modules/unistr/u16-to-u8: New file.
41068         * lib/unistr/u16-to-u8.c: New file.
41069
41070         * modules/unistr/u16-to-u32: New file.
41071         * lib/unistr/u16-to-u32.c: New file.
41072
41073         * modules/unistr/u32-to-u8: New file.
41074         * lib/unistr/u32-to-u8.c: New file.
41075
41076         * modules/unistr/u32-to-u16: New file.
41077         * lib/unistr/u32-to-u16.c: New file.
41078
41079         * modules/unistr/u8-check: New file.
41080         * modules/unistr/u16-check: New file.
41081         * modules/unistr/u32-check: New file.
41082         * lib/unistr/u8-check.c: New file.
41083         * lib/unistr/u16-check.c: New file.
41084         * lib/unistr/u32-check.c: New file.
41085
41086         * modules/unistr/u8-chr: New file.
41087         * modules/unistr/u16-chr: New file.
41088         * modules/unistr/u32-chr: New file.
41089         * lib/unistr/u8-chr.c: New file.
41090         * lib/unistr/u16-chr.c: New file.
41091         * lib/unistr/u32-chr.c: New file.
41092
41093         * modules/unistr/u8-cmp: New file.
41094         * modules/unistr/u16-cmp: New file.
41095         * modules/unistr/u32-cmp: New file.
41096         * lib/unistr/u8-cmp.c: New file.
41097         * lib/unistr/u16-cmp.c: New file.
41098         * lib/unistr/u32-cmp.c: New file.
41099
41100         * modules/unistr/u8-cpy: New file.
41101         * modules/unistr/u16-cpy: New file.
41102         * modules/unistr/u32-cpy: New file.
41103         * lib/unistr/u8-cpy.c: New file.
41104         * lib/unistr/u16-cpy.c: New file.
41105         * lib/unistr/u32-cpy.c: New file.
41106         * lib/unistr/u-cpy.h: New file.
41107
41108         * modules/unistr/u8-cpy-alloc: New file.
41109         * modules/unistr/u16-cpy-alloc: New file.
41110         * modules/unistr/u32-cpy-alloc: New file.
41111         * lib/unistr/u8-cpy-alloc.c: New file.
41112         * lib/unistr/u16-cpy-alloc.c: New file.
41113         * lib/unistr/u32-cpy-alloc.c: New file.
41114         * lib/unistr/u-cpy-alloc.h: New file.
41115
41116         * modules/unistr/u8-endswith: New file.
41117         * modules/unistr/u16-endswith: New file.
41118         * modules/unistr/u32-endswith: New file.
41119         * lib/unistr/u8-endswith.c: New file.
41120         * lib/unistr/u16-endswith.c: New file.
41121         * lib/unistr/u32-endswith.c: New file.
41122         * lib/unistr/u-endswith.h: New file.
41123
41124         * modules/unistr/u8-mblen: New file.
41125         * modules/unistr/u16-mblen: New file.
41126         * modules/unistr/u32-mblen: New file.
41127         * lib/unistr/u8-mblen.c: New file.
41128         * lib/unistr/u16-mblen.c: New file.
41129         * lib/unistr/u32-mblen.c: New file.
41130
41131         * modules/unistr/u8-mbtouc: New file.
41132         * modules/unistr/u16-mbtouc: New file.
41133         * modules/unistr/u32-mbtouc: New file.
41134         * lib/unistr/u8-mbtouc.c: New file.
41135         * lib/unistr/u16-mbtouc.c: New file.
41136         * lib/unistr/u32-mbtouc.c: New file.
41137
41138         * modules/unistr/u8-mbtouc-safe: New file.
41139         * modules/unistr/u16-mbtouc-safe: New file.
41140         * modules/unistr/u32-mbtouc-safe: New file.
41141         * lib/unistr/u8-mbtouc-safe.c: New file.
41142         * lib/unistr/u16-mbtouc-safe.c: New file.
41143         * lib/unistr/u32-mbtouc-safe.c: New file.
41144
41145         * modules/unistr/u8-move: New file.
41146         * modules/unistr/u16-move: New file.
41147         * modules/unistr/u32-move: New file.
41148         * lib/unistr/u8-move.c: New file.
41149         * lib/unistr/u16-move.c: New file.
41150         * lib/unistr/u32-move.c: New file.
41151         * lib/unistr/u-move.h: New file.
41152
41153         * modules/unistr/u8-next: New file.
41154         * modules/unistr/u16-next: New file.
41155         * modules/unistr/u32-next: New file.
41156         * lib/unistr/u8-next.c: New file.
41157         * lib/unistr/u16-next.c: New file.
41158         * lib/unistr/u32-next.c: New file.
41159
41160         * modules/unistr/u8-prev: New file.
41161         * modules/unistr/u16-prev: New file.
41162         * modules/unistr/u32-prev: New file.
41163         * lib/unistr/u8-prev.c: New file.
41164         * lib/unistr/u16-prev.c: New file.
41165         * lib/unistr/u32-prev.c: New file.
41166
41167         * modules/unistr/u8-set: New file.
41168         * modules/unistr/u16-set: New file.
41169         * modules/unistr/u32-set: New file.
41170         * lib/unistr/u8-set.c: New file.
41171         * lib/unistr/u16-set.c: New file.
41172         * lib/unistr/u32-set.c: New file.
41173         * lib/unistr/u-set.h: New file.
41174
41175         * modules/unistr/u8-startswith: New file.
41176         * modules/unistr/u16-startswith: New file.
41177         * modules/unistr/u32-startswith: New file.
41178         * lib/unistr/u8-startswith.c: New file.
41179         * lib/unistr/u16-startswith.c: New file.
41180         * lib/unistr/u32-startswith.c: New file.
41181         * lib/unistr/u-startswith.h: New file.
41182
41183         * modules/unistr/u8-stpcpy: New file.
41184         * modules/unistr/u16-stpcpy: New file.
41185         * modules/unistr/u32-stpcpy: New file.
41186         * lib/unistr/u8-stpcpy.c: New file.
41187         * lib/unistr/u16-stpcpy.c: New file.
41188         * lib/unistr/u32-stpcpy.c: New file.
41189         * lib/unistr/u-stpcpy.h: New file.
41190
41191         * modules/unistr/u8-stpncpy: New file.
41192         * modules/unistr/u16-stpncpy: New file.
41193         * modules/unistr/u32-stpncpy: New file.
41194         * lib/unistr/u8-stpncpy.c: New file.
41195         * lib/unistr/u16-stpncpy.c: New file.
41196         * lib/unistr/u32-stpncpy.c: New file.
41197         * lib/unistr/u-stpncpy.h: New file.
41198
41199         * modules/unistr/u8-strcat: New file.
41200         * modules/unistr/u16-strcat: New file.
41201         * modules/unistr/u32-strcat: New file.
41202         * lib/unistr/u8-strcat.c: New file.
41203         * lib/unistr/u16-strcat.c: New file.
41204         * lib/unistr/u32-strcat.c: New file.
41205         * lib/unistr/u-strcat.h: New file.
41206
41207         * modules/unistr/u8-strchr: New file.
41208         * modules/unistr/u16-strchr: New file.
41209         * modules/unistr/u32-strchr: New file.
41210         * lib/unistr/u8-strchr.c: New file.
41211         * lib/unistr/u16-strchr.c: New file.
41212         * lib/unistr/u32-strchr.c: New file.
41213
41214         * modules/unistr/u8-strcmp: New file.
41215         * modules/unistr/u16-strcmp: New file.
41216         * modules/unistr/u32-strcmp: New file.
41217         * lib/unistr/u8-strcmp.c: New file.
41218         * lib/unistr/u16-strcmp.c: New file.
41219         * lib/unistr/u32-strcmp.c: New file.
41220
41221         * modules/unistr/u8-strcpy: New file.
41222         * modules/unistr/u16-strcpy: New file.
41223         * modules/unistr/u32-strcpy: New file.
41224         * lib/unistr/u8-strcpy.c: New file.
41225         * lib/unistr/u16-strcpy.c: New file.
41226         * lib/unistr/u32-strcpy.c: New file.
41227         * lib/unistr/u-strcpy.h: New file.
41228
41229         * modules/unistr/u8-strcspn: New file.
41230         * modules/unistr/u16-strcspn: New file.
41231         * modules/unistr/u32-strcspn: New file.
41232         * lib/unistr/u8-strcspn.c: New file.
41233         * lib/unistr/u16-strcspn.c: New file.
41234         * lib/unistr/u32-strcspn.c: New file.
41235         * lib/unistr/u-strcspn.h: New file.
41236
41237         * modules/unistr/u8-strdup: New file.
41238         * modules/unistr/u16-strdup: New file.
41239         * modules/unistr/u32-strdup: New file.
41240         * lib/unistr/u8-strdup.c: New file.
41241         * lib/unistr/u16-strdup.c: New file.
41242         * lib/unistr/u32-strdup.c: New file.
41243         * lib/unistr/u-strdup.h: New file.
41244
41245         * modules/unistr/u8-strlen: New file.
41246         * modules/unistr/u16-strlen: New file.
41247         * modules/unistr/u32-strlen: New file.
41248         * lib/unistr/u8-strlen.c: New file.
41249         * lib/unistr/u16-strlen.c: New file.
41250         * lib/unistr/u32-strlen.c: New file.
41251         * lib/unistr/u-strlen.h: New file.
41252
41253         * modules/unistr/u8-strmblen: New file.
41254         * modules/unistr/u16-strmblen: New file.
41255         * modules/unistr/u32-strmblen: New file.
41256         * lib/unistr/u8-strmblen.c: New file.
41257         * lib/unistr/u16-strmblen.c: New file.
41258         * lib/unistr/u32-strmblen.c: New file.
41259
41260         * modules/unistr/u8-strmbtouc: New file.
41261         * modules/unistr/u16-strmbtouc: New file.
41262         * modules/unistr/u32-strmbtouc: New file.
41263         * lib/unistr/u8-strmbtouc.c: New file.
41264         * lib/unistr/u16-strmbtouc.c: New file.
41265         * lib/unistr/u32-strmbtouc.c: New file.
41266
41267         * modules/unistr/u8-strncat: New file.
41268         * modules/unistr/u16-strncat: New file.
41269         * modules/unistr/u32-strncat: New file.
41270         * lib/unistr/u8-strncat.c: New file.
41271         * lib/unistr/u16-strncat.c: New file.
41272         * lib/unistr/u32-strncat.c: New file.
41273         * lib/unistr/u-strncat.h: New file.
41274
41275         * modules/unistr/u8-strncmp: New file.
41276         * modules/unistr/u16-strncmp: New file.
41277         * modules/unistr/u32-strncmp: New file.
41278         * lib/unistr/u8-strncmp.c: New file.
41279         * lib/unistr/u16-strncmp.c: New file.
41280         * lib/unistr/u32-strncmp.c: New file.
41281
41282         * modules/unistr/u8-strncpy: New file.
41283         * modules/unistr/u16-strncpy: New file.
41284         * modules/unistr/u32-strncpy: New file.
41285         * lib/unistr/u8-strncpy.c: New file.
41286         * lib/unistr/u16-strncpy.c: New file.
41287         * lib/unistr/u32-strncpy.c: New file.
41288         * lib/unistr/u-strncpy.h: New file.
41289
41290         * modules/unistr/u8-strnlen: New file.
41291         * modules/unistr/u16-strnlen: New file.
41292         * modules/unistr/u32-strnlen: New file.
41293         * lib/unistr/u8-strnlen.c: New file.
41294         * lib/unistr/u16-strnlen.c: New file.
41295         * lib/unistr/u32-strnlen.c: New file.
41296         * lib/unistr/u-strnlen.h: New file.
41297
41298         * modules/unistr/u8-strpbrk: New file.
41299         * modules/unistr/u16-strpbrk: New file.
41300         * modules/unistr/u32-strpbrk: New file.
41301         * lib/unistr/u8-strpbrk.c: New file.
41302         * lib/unistr/u16-strpbrk.c: New file.
41303         * lib/unistr/u32-strpbrk.c: New file.
41304         * lib/unistr/u-strpbrk.h: New file.
41305
41306         * modules/unistr/u8-strrchr: New file.
41307         * modules/unistr/u16-strrchr: New file.
41308         * modules/unistr/u32-strrchr: New file.
41309         * lib/unistr/u8-strrchr.c: New file.
41310         * lib/unistr/u16-strrchr.c: New file.
41311         * lib/unistr/u32-strrchr.c: New file.
41312
41313         * modules/unistr/u8-strspn: New file.
41314         * modules/unistr/u16-strspn: New file.
41315         * modules/unistr/u32-strspn: New file.
41316         * lib/unistr/u8-strspn.c: New file.
41317         * lib/unistr/u16-strspn.c: New file.
41318         * lib/unistr/u32-strspn.c: New file.
41319         * lib/unistr/u-strspn.h: New file.
41320
41321         * modules/unistr/u8-strstr: New file.
41322         * modules/unistr/u16-strstr: New file.
41323         * modules/unistr/u32-strstr: New file.
41324         * lib/unistr/u8-strstr.c: New file.
41325         * lib/unistr/u16-strstr.c: New file.
41326         * lib/unistr/u32-strstr.c: New file.
41327         * lib/unistr/u-strstr.h: New file.
41328
41329         * modules/unistr/u8-strtok: New file.
41330         * modules/unistr/u16-strtok: New file.
41331         * modules/unistr/u32-strtok: New file.
41332         * lib/unistr/u8-strtok.c: New file.
41333         * lib/unistr/u16-strtok.c: New file.
41334         * lib/unistr/u32-strtok.c: New file.
41335         * lib/unistr/u-strtok.h: New file.
41336
41337         * modules/unistr/u8-uctomb: New file.
41338         * modules/unistr/u16-uctomb: New file.
41339         * modules/unistr/u32-uctomb: New file.
41340         * lib/unistr/u8-uctomb.c: New file.
41341         * lib/unistr/u16-uctomb.c: New file.
41342         * lib/unistr/u32-uctomb.c: New file.
41343
41344         * MODULES.html.sh (Unicode string functions): Add the new modules.
41345
41346 2007-01-08  Bruno Haible  <bruno@clisp.org>
41347
41348         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
41349         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
41350         subdirectories.
41351
41352 2007-01-08  Karl Berry  <karl@gnu.org>
41353
41354         * doc/error.texi: mention that main() fns must set program_name
41355         when progname is used.
41356
41357 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
41358
41359         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
41360         WCTYPE_H is empty, for the benefit of builds from non-distclean
41361         directories.  Problem reported by Eric Blake in
41362         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
41363
41364 2007-01-08  Bruno Haible  <bruno@clisp.org>
41365
41366         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
41367         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
41368         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
41369         PROVIDE_CANONICALIZE_FILENAME_MODE.
41370         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
41371
41372 2007-01-08  Bruno Haible  <bruno@clisp.org>
41373
41374         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
41375         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
41376         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
41377         * lib/fts.c: Likewise.
41378         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
41379
41380 2006-12-25  Bruno Haible  <bruno@clisp.org>
41381
41382         * modules/utf8-ucs4-safe: New file.
41383         * lib/utf8-ucs4-safe.h: New file.
41384         * lib/unistr/utf8-ucs4-safe.c: New file.
41385
41386         * modules/utf16-ucs4-safe: New file.
41387         * lib/utf16-ucs4-safe.h: New file.
41388         * lib/unistr/utf16-ucs4-safe.c: New file.
41389
41390         * MODULES.html.sh (Unicode string functions): Add the new modules.
41391
41392 2007-01-08  Bruno Haible  <bruno@clisp.org>
41393
41394         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
41395         (Depends-on): Add unitypes.
41396         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
41397         (u8_mbtouc_aux): Move out to separate file.
41398         (u8_mbtouc): Use ucs4_t, uint8_t types.
41399         * lib/unistr/utf8-ucs4.c: New file.
41400
41401         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
41402         (Depends-on): Add unitypes.
41403         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
41404         (u16_mbtouc_aux): Move out to separate file.
41405         (u16_mbtouc): Use ucs4_t, uint16_t types.
41406         * lib/unistr/utf16-ucs4.c: New file.
41407
41408         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
41409         (Depends-on): Add unitypes.
41410         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
41411         (u8_uctomb_aux): Move out to separate file.
41412         (u8_uctomb): Use ucs4_t, uint8_t types.
41413         * lib/unistr/ucs4-utf8.c: New file.
41414
41415         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
41416         (Depends-on): Add unitypes.
41417         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
41418         (u16_uctomb_aux): Move out to separate file.
41419         (u16_uctomb): Use ucs4_t, uint16_t types.
41420         * lib/unistr/ucs4-utf16.c: New file.
41421
41422 2006-12-25  Bruno Haible  <bruno@clisp.org>
41423
41424         * modules/unitypes: New file.
41425         * lib/unitypes.h: New file.
41426         * MODULES.html.sh (func_all_modules): New section "Unicode string
41427         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
41428         this section. Add unitypes.
41429
41430 2007-01-08  Bruno Haible  <bruno@clisp.org>
41431
41432         Avoid variable names that conflict with those from libtool.
41433         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
41434         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
41435         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
41436         library_names_spec to acl_library_names_spec, hardcode_* to
41437         acl_hardcode_*.
41438         Reported by Ralf Wildenhues.
41439
41440 2007-01-08  Bruno Haible  <bruno@clisp.org>
41441
41442         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
41443         definition.
41444         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
41445         definition.
41446         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
41447         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
41448         definition.
41449         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
41450         definition.
41451         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
41452         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
41453         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
41454         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
41455         definition.
41456         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
41457         definition.
41458         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
41459         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
41460         GC_USE_<algorithm>.
41461         * lib/gc-libgcrypt.c: Likewise.
41462         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
41463         * modules/gc-arctwo (configure.ac): Likewise.
41464         * modules/gc-des (configure.ac): Likewise.
41465         * modules/gc-hmac-md5 (configure.ac): Likewise.
41466         * modules/gc-hmac-sha1 (configure.ac): Likewise.
41467         * modules/gc-md2 (configure.ac): Likewise.
41468         * modules/gc-md4 (configure.ac): Likewise.
41469         * modules/gc-md5 (configure.ac): Likewise.
41470         * modules/gc-random (configure.ac): Likewise.
41471         * modules/gc-rijndael (configure.ac): Likewise.
41472         * modules/gc-sha1 (configure.ac): Likewise.
41473
41474 2007-01-08  Bruno Haible  <bruno@clisp.org>
41475
41476         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
41477         macro definition.
41478         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
41479         definition.
41480         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
41481         definition.
41482         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
41483         * modules/fcntl-safer (configure.ac): Likewise.
41484         * modules/fopen-safer (configure.ac): Likewise.
41485         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
41486         GNULIB_FWRITEERROR macro definition.
41487
41488 2007-01-08  Bruno Haible  <bruno@clisp.org>
41489
41490         * m4/gnulib-common.m4: New file.
41491         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
41492         (func_get_filelist): Add m4/gnulib-common.m4.
41493
41494 2007-01-08  Bruno Haible  <bruno@clisp.org>
41495
41496         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
41497         command.
41498
41499 2007-01-08  Jim Meyering  <jim@meyering.net>
41500
41501         Use a more robust test for a "can't happen" condition.
41502         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
41503         narrowed the st_size value.  Presuming the "can't happen" condition
41504         is true, that narrowing could conceivably convert an invalid st_size
41505         value into a valid one.  Instead, use a change based on Matthew
41506         Woehlke's original patch.
41507
41508         Slight readability improvement: use an assert-like macro
41509         in place of literal "abort ()" uses.
41510         * lib/fts.c (fts_assert): Define.
41511         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
41512         Use this macro instead of a bare 'abort'.
41513
41514 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
41515
41516         Don't worry about using IRIX 5.3's wctype.h broken definitions;
41517         simply work around them.
41518         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
41519         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
41520         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
41521         declaring.
41522         Don't bother to define as macros, since the standard doesn't require it.
41523         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
41524         longer worry about IRIX 5.3.
41525         (HAVE_WCTYPE_CTMP_BUG): Remove.
41526
41527 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
41528
41529         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
41530         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
41531         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
41532         Problems reported by Georg Schwarz for IRIX 5.3.
41533
41534         * gnulib-tool (autoconf_minversion): Take the maximum version number
41535         found, not the minimum.  Problem reported by James Youngman.
41536
41537 2007-01-03  Karl Berry  <karl@gnu.org>
41538
41539         * doc/error.texi: new file, explaining interaction with progname.
41540         * doc/gnulib.texi: include it.  Update copyright.
41541
41542 2007-01-03  Simon Josefsson  <simon@josefsson.org>
41543
41544         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
41545         AC_CANONICAL_HOST, to improve autobuild outputs.
41546
41547 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
41548             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
41549
41550         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
41551         sockets, server sockets, and other file descriptors.  Count errors
41552         to compute the return value.  Reorder the code a bit to be easier
41553         to follow.  Don't set event bits that were not requested (except
41554         POLLERR and POLLHUP).
41555
41556 2007-01-01  Bruno Haible  <bruno@clisp.org>
41557
41558         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
41559
41560 2007-01-03  Jim Meyering  <jim@meyering.net>
41561
41562         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
41563
41564 2007-01-02  Bruno Haible  <bruno@clisp.org>
41565
41566         * modules/settime (Include): Require timespec.h.
41567         * modules/nanosleep (Include): Likewise.
41568
41569 2007-01-01  Bruno Haible  <bruno@clisp.org>
41570
41571         * gnulib-tool (func_emit_copyright_notice): Bump year.
41572         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
41573
41574 2007-01-01  Bruno Haible  <bruno@clisp.org>
41575
41576         Improve support for OpenBSD.
41577         * build-aux/config.rpath (libname_spec): Export.
41578         (library_names_spec): New variable. Export.
41579         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
41580         library_names_spec from the config.rpath output. Locate shared library
41581         through the name pattern in library_names_spec.
41582
41583 2007-01-01  Eric Blake  <ebb9@byu.net>
41584
41585         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
41586
41587 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
41588
41589         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
41590         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
41591         assume the C locale, and avoid an "eval" that could cause trouble.
41592         Problem with SORT reported by Bob Proulx.
41593
41594         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
41595         Define.  Trivial patch from Henning Nielsen Lund, originally
41596         sent to bug-grep@gnu.org today.
41597
41598 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
41599
41600         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
41601         struct stat.  Problem reported by Henning Nielsen Lund.
41602         * lib/acl.c: Include acl.h first, to check interface.  Don't
41603         bother to include sys/types.h and sys/stat.h again.
41604
41605 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
41606
41607         Import the following change from libc; problem reported by
41608         Sven Verdoolaege.
41609
41610         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
41611
41612         [BZ #1373]
41613         * lib/argp.h: Remove __NTH for __argp_usage inline function.
41614
41615 2006-12-28  Jim Meyering  <jim@meyering.net>
41616
41617         * build-aux/announce-gen: Do not assume that the package
41618         builds any of tar.gz, tar.bz2, and .xdelta files.
41619         Suggestion from Simon Josefsson.
41620
41621 2006-12-28  Simon Josefsson  <simon@josefsson.org>
41622
41623         * modules/announce-gen: New file.
41624
41625 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
41626
41627         * lib/mbchar.h: Just include <wctype.h>; the wctype module
41628         handles its gotchas now.
41629         * lib/mbswidth.c: Likewise.
41630         * lib/wcwidth.h: Likewise.
41631         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
41632         and iswcntrl; the wctype module does this stuff now.
41633         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
41634         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
41635         * modules/mbchar (Depends-on): Add wctype.
41636         * modules/mbswidth (Depends-on): Likewise.
41637         * modules/wcwidth (Depends-on): Likewise.
41638
41639 2006-12-27  Eric Blake  <ebb9@byu.net>
41640
41641         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
41642         module uses more than what <wctype.h> is required to provide.
41643
41644 2006-12-26  Eric Blake  <ebb9@byu.net>
41645
41646         * gnulib-tool (sed_extract_prog): Avoid space-tab.
41647
41648 2006-12-26  Eric Blake  <ebb9@byu.net>
41649
41650         * modules/absolute-header: New module.
41651         * modules/fcntl (Depends-on): Depend on it.
41652         * modules/inttypes (Depends-on): Likewise.
41653         * modules/stdint (Depends-on): Likewise.
41654         * modules/sys_stat (Depends-on): Likewise.
41655         * modules/wctype (Depends-on): Likewise.
41656         * MODULES.html.sh (Support for building libraries and
41657         executables): Document it.
41658
41659 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
41660
41661         * gnulib-tool (SED): Remove, undoing previous change.
41662         The problem was that it broke coreutils on Solaris, because
41663         "sed --posix" leaked into a makefile.
41664         (sed): New alias, if 'alias' and GNU sed.
41665
41666 2006-12-24  Jim Meyering  <jim@meyering.net>
41667
41668         Work around an fchownat bug in glibc-2.4:
41669         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
41670         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
41671         in spite of the -P option.
41672         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
41673         New macros.
41674         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
41675         * modules/openat (Files): Add lib/fchownat.c.
41676         * lib/openat.c (fchownat): Don't define here.  Move to...
41677         * lib/fchownat.c: ...this new file.
41678
41679 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
41680
41681         Fix bug reported by Bruno Haible in
41682         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
41683         where quotearg.c didn't compile on Mac OS X 10.2 because it
41684         lacks <wchar.h> and wint_t.
41685         * lib/wctype_.h (__wctype_wint_t): New type.
41686         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
41687         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
41688         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
41689         Arg is now of type __wctype_wint_t, not wint_t.
41690         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
41691         substitute HAVE_WINT_T.
41692         * modules/wctype (Files): Add m4/wint_t.m4.
41693         (wctype.h): Substitute HAVE_WINT_T.
41694
41695 2006-12-23  Bruno Haible  <bruno@clisp.org>
41696
41697         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
41698
41699 2006-12-23  Bruno Haible  <bruno@clisp.org>
41700
41701         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
41702         S_ISLNK.
41703         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
41704         mingw.
41705
41706 2006-12-22  Bruno Haible  <bruno@clisp.org>
41707
41708         * lib/copy-file.c: Include acl.h.
41709         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
41710         Close the file descriptors only after being done with copy_acl.
41711         * modules/copy-file (Depends-on): Add acl.
41712
41713 2006-12-22  Bruno Haible  <bruno@clisp.org>
41714
41715         * gnulib-tool (SED): New variable.
41716         Use $SED instead of sed everywhere.
41717
41718 2006-12-22  Bruno Haible  <bruno@clisp.org>
41719
41720         * modules/no-c++: New file.
41721         * m4/no-c++.m4: New file.
41722         * MODULES.html.sh (Support for building libraries and executables):
41723         Add no-c++.
41724
41725 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
41726
41727         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
41728         Include <limits.h>, and use its INT_MAX to rewrite the
41729         j loop so that it does not overflow 'int'.  Problem reported by
41730         Ralf Wildenhues in
41731         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
41732         Play it safe by shifting left by 1 rather than multiplying by 2,
41733         as GCC is less likely to optimize this away when the value
41734         is signed (when it assumes overflow leads to undefined behavior).
41735         Also, don't assume time_t uses two's complement.
41736
41737 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
41738
41739         * MODULES.html.sh: New module wctype.
41740         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
41741         * lib/fnmatch.c: Don't bother to include <wchar.h> before
41742         <wctype.h>, since the new wctype module should fix this.
41743         * lib/quotearg.c: Include <wctype.h> unconditionally, since
41744         the wctype module should arrange for it.
41745         * lib/regex_internal.h: Likewise.
41746         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
41747         since the wctype module should handle this now.
41748         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
41749         * modules/fnmatch (Depends-on): Add wctype.
41750         * modules/quotearg (Depends-on): Likewise.
41751         * modules/regex (Depends-on): Likewise.
41752
41753 2006-12-19  Bruno Haible  <bruno@clisp.org>
41754
41755         * lib/strdup.h [C++]: Wrap definitions in extern "C".
41756         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
41757
41758 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41759
41760         * modules/savewd (Depends-on): Fix dependency on fcntl.
41761
41762 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41763
41764         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
41765         conforms to C99, rather than relying on the user's environment
41766         setting of STDINT_H.
41767
41768 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41769         and Eric Blake  <ebb9@byu.net>
41770
41771         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
41772         This is more consistent with the other defines here.
41773         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
41774         Port to z/OS.  Problem reported by Paul Gilmartin.
41775         Change local vars to use gl_ prefix rather than ac_.
41776         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
41777         with other defines.
41778         * modules/double-slash-root: New module.
41779         * modules/dirname (Files): Remove m4/double-slash-root.m4.
41780         (Depends-on): Add double-slash-root.
41781         * MODULES.html.sh (File system functions): Mention new module.
41782
41783 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
41784
41785         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
41786         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
41787         This is for the benefit of gzip, which doesn't do i18n.
41788
41789 2006-12-12  Jim Meyering  <jim@meyering.net>
41790
41791         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
41792         Reported by Andreas Schwab <schwab@suse.de>.
41793
41794 2006-12-12  Bruno Haible  <bruno@clisp.org>
41795
41796         Merge these changes.
41797         2006-09-05  Bruno Haible  <bruno@clisp.org>
41798         * lib/iconvme.c (iconv_string): No need to save and restore errno when
41799         iconv_alloc succeeded.
41800         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
41801         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
41802         test for " && dest " at the end - dest is always != NULL there. Call
41803         iconv with 4xNULL arguments initially, to reset the state. Call iconv
41804         with 2xNULL arguments, also to flush the state storage. Handle the
41805         IRIX iconv behaviour. Realloc the final result, to throw away unused
41806         memory.
41807
41808 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
41809
41810         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
41811         and fchmodat unconditionally, since glibc 2.4 has them.
41812         Problem reported by Arkadiusz Miskiewicz.
41813
41814 2006-12-10  Bruno Haible  <bruno@clisp.org>
41815
41816         * gnulib-tool (func_import): Show the include files only for those
41817         modules that are copied and specified.
41818         Reported by Karl Berry.
41819
41820 2006-12-08  Jim Meyering  <jim@meyering.net>
41821
41822         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
41823         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
41824
41825         * build-aux/announce-gen: Add two new options, both optional:
41826         --bootstrap-tools=TOOL_LIST
41827               a comma-separated list of tools, e.g.,
41828               autoconf,automake,bison,gnulib
41829         --gnulib-snapshot-date=DATE
41830               if gnulib is in the bootstrap tool list,
41831               then report this as the snapshot date.
41832               If not specified, use the current date/time.
41833               If you specify a date here, be sure it's UTC.
41834
41835 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41836
41837         * tests/test-argp-2.sh: Fix test to match actual output.
41838         (func_compare): Fix sed script to be portable.
41839
41840 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
41841
41842         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
41843         workaround for this case.  It is not autoconfigured now; offhand
41844         it's hard to see how to autoconfigure it.
41845
41846 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
41847
41848         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
41849         a directory that is about to be chowned.  Such a directory's
41850         initial file permissions should permit the owner only and this
41851         should not be changed until after the chown, since the group and
41852         other bits would be incorrect if they granted permission before
41853         the chown.
41854
41855         Fix porting problem for iswctype reported by Georg Schwarz in:
41856         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
41857         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
41858         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
41859         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
41860         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
41861
41862 2006-12-03  Jim Meyering  <jim@meyering.net>
41863
41864         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
41865         p->fts_statp may not yet be defined.
41866         (fts_read): Instead, set it in the caller, once p->fts_statp is
41867         sure to be defined, and corresponds to a top-level directory.
41868         This bug made du -x fail.  Here's the coreutils test case:
41869         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
41870         Reported by Mike Frysinger.
41871
41872 2006-12-01  Jim Meyering  <jim@meyering.net>
41873
41874         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
41875         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
41876         Reported by Simon Josefsson.
41877
41878 2006-11-30  Jim Meyering  <jim@meyering.net>
41879
41880         * m4/warning.m4: Use the all-permissive copyright notice
41881         recommended by RMS (rather than LGPL).
41882         * m4/vararrays.m4: Likewise.
41883         * m4/flexmember.m4: Likewise.
41884
41885 2006-11-29  Bruno Haible  <bruno@clisp.org>
41886
41887         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41888         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
41889         using +=.
41890         Reported by Simon Josefsson <simon@josefsson.org>.
41891
41892 2006-11-28  James Youngman <jay@gnu.org>
41893
41894         * README: Advise users that they might find the bug-gnulib@gnu.org
41895         and autotools-announce@gnu.org mailing lists useful.
41896
41897 2006-11-28  Bruno Haible  <bruno@clisp.org>
41898
41899         * m4/ptrdiff_max.m4: Remove file.
41900
41901 2006-11-21  Bruno Haible  <bruno@clisp.org>
41902
41903         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
41904         _AC_COMPUTE_INT.
41905         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41906         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
41907         _AC_COMPUTE_INT.
41908         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41909         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
41910         _AC_COMPUTE_INT.
41911         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41912
41913 2006-11-28  Jim Meyering  <jim@meyering.net>
41914
41915         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
41916         warning from "gcc -Wshadow" about shadowing the builtin.
41917
41918 2006-11-27  Bruno Haible  <bruno@clisp.org>
41919
41920         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
41921         _AC_COMPUTE_INT.
41922         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
41923
41924 2006-11-27  Bruno Haible  <bruno@clisp.org>
41925             Paul Eggert  <eggert@cs.ucla.edu>
41926
41927         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
41928
41929 2006-11-26  Bruno Haible  <bruno@clisp.org>
41930
41931         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
41932         noinst_LTLIBRARIES.
41933
41934 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
41935             Bruno Haible  <bruno@clisp.org>
41936
41937         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
41938         if compiling with "gcc -ansi".
41939
41940 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
41941
41942         Fix some incompatibilities with gcc -ansi -pedantic.
41943         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
41944         if compiling pedantically with GCC, unless it's C99 or later.
41945         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
41946         it mishandles gcc -ansi -pedantic as well.
41947         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
41948         if gcc -pedantic.
41949         * lib/regexec.c (check_node_accept_bytes): Don't use auto
41950         initializers for struct if -pedantic, unless it's C99 or later.
41951
41952 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
41953
41954         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
41955         Don't close an fd more than once. Identical atimes indicate
41956         success, not failure.
41957
41958 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
41959
41960         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
41961
41962 2006-11-23  Jim Meyering  <jim@meyering.net>
41963
41964         * build-aux/announce-gen: New file.  From coreutils.
41965
41966 2006-11-22  Jim Meyering  <jim@meyering.net>
41967
41968         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
41969         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
41970         (fts_read): Use a temporary to narrow the overused st_size member
41971         before using it in a switch statement.  Reported by Matthew Woehlke.
41972
41973         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
41974         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
41975
41976 2006-11-20  Bruno Haible  <bruno@clisp.org>
41977
41978         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
41979         changequote instead of pairs of brackets.
41980         Reported by Andreas Schwab <schwab@suse.de>.
41981
41982 2006-11-21  Jim Meyering  <jim@meyering.net>
41983
41984         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
41985         so as to remain compatible with older compilers.
41986         Patch from Michael Deutschmann.
41987
41988 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41989
41990         * MODULES.html.sh (File system functions): Add openat.
41991
41992         * lib/openat.h (rpl_fstatat): New macro, if
41993         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
41994         (fstatat): Define to rpl_fstatat under the same conditions,
41995         unless COMPILING_FSTATAT.
41996         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
41997         seems to have the bug.
41998         * lib/fstatat.c: New file.
41999         * modules/openat (Files): Add it.
42000
42001 2006-11-20  Bruno Haible  <bruno@clisp.org>
42002
42003         * Makefile: New file.
42004
42005 2006-11-20  Jim Meyering  <jim@meyering.net>
42006
42007         The beginnings of syntax-related checks for gnulib.
42008         * lib/Makefile: New file.
42009         * lib/t-idcache: New script.  Ensure that the two halves of
42010         idcache.c stay in sync.
42011
42012         * lib/idcache.c: Adjust comments in user- and group- portions to
42013         be more accurate, and to be consistent with one another.
42014
42015 2006-11-20  Jim Meyering  <jim@meyering.net>
42016
42017         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
42018         continue using the flexible array member (thus, this module performs
42019         half as many malloc calls), with the addition that...
42020         (getgroup, getuser): Consistently record a non-match via an empty
42021         "name" string, and map an empty string match to a NULL return value.
42022         * modules/idcache (Depends-on): Re-add flexmember.
42023
42024         * lib/idcache.c (getuser): Remove all uses of the register keyword.
42025         (getuidbyname, getgroup, getgidbyname): Likewise.
42026
42027         Use cleaner syntax: NULL rather than 0.
42028         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
42029
42030 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
42031
42032         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
42033         It mishandled the case where the group was missing.
42034         Problem reported by Greg Schafer.
42035         * modules/idcache: Likewise.
42036
42037 2006-11-18  Jim Meyering  <jim@meyering.net>
42038
42039         * check-module (%exempt_header): Add exception for some
42040         conditionally-included headers.
42041
42042         * modules/i-ring (Depends-on): Add verify.
42043         (License): Change to LGPL.
42044
42045 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
42046
42047         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
42048         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
42049         and inttostr.h.  Use snprintf rather than uinttostr, so that
42050         LGPLed code doesn't depend on GPLed.
42051
42052 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
42053
42054         * modules/inline (License): Change from GPL to LGPL.
42055
42056 2006-11-17  Jim Meyering  <jim@meyering.net>
42057
42058         * modules/d-type (License): Switch to LGPL.
42059
42060 2006-11-15  Bruno Haible  <bruno@clisp.org>
42061
42062         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
42063
42064 2006-11-15  Eric Blake  <ebb9@byu.net>
42065
42066         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
42067         the module dependency.
42068
42069 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42070             Bruno Haible  <bruno@clisp.org>
42071
42072         * gnulib-tool (func_create_testdir): Add license consistency check.
42073
42074 2006-11-15  Eric Blake  <ebb9@byu.net>
42075
42076         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
42077         random "(cached)" in configure output.
42078
42079 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42080
42081         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
42082         test for conforming inttypes.h is both announced and cached.
42083
42084         * MODULES.html.sh (seen_modules, seen_files): New variables.
42085         (func_module): Rewrite to use a few less gnulib-tool and sed
42086         invocations.  Avoid a couple of quadratic algorithms for ...
42087         (missed_modules, missed_files): ... these, with ...
42088         (func_append, func_tmpdir): ... these new functions, from
42089         gnulib-tool.  Analogously, install traps for cleanup.
42090
42091         * tests/test-gc.c (main): Remove unused variables.
42092         * tests/test-read-file.c: Include stdlib.h, for 'free'.
42093
42094 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
42095
42096         * modules/inttostr (License): Change to LGPL.
42097
42098 2006-11-14  Eric Blake  <ebb9@byu.net>
42099
42100         * modules/tempname (License): Change to LGPL.
42101
42102 2006-11-14  Eric Blake  <ebb9@byu.net>
42103
42104         * doc/functions.texi (Function Portability): *printf functions on
42105         Cygwin now understand all POSIX size specifiers.
42106
42107 2006-11-14  Bruno Haible  <bruno@clisp.org>
42108
42109         * modules/c-ctype (License): Change to LGPL.
42110
42111 2006-11-12  Bruno Haible  <bruno@clisp.org>
42112
42113         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
42114         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
42115         for GNOME libraries, for which the include files are installed in
42116         subdirectories of $prefix/include.
42117
42118 2006-11-12  Bruno Haible  <bruno@clisp.org>
42119
42120         * m4/lib-link.m4: Require at least autoconf-2.54.
42121         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
42122         name to underscores for the --with option.
42123
42124 2006-11-13  Bruno Haible  <bruno@clisp.org>
42125
42126         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
42127         the tests directory.
42128         Reported by Ralf Wildenhues.
42129
42130 2006-11-13  Bruno Haible  <bruno@clisp.org>
42131
42132         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
42133         (func_emit_initmacro_end): Undo the override here.
42134         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
42135         Works around the famous automake error in coreutils.
42136
42137 2006-11-13  Eric Blake  <ebb9@byu.net>
42138
42139         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
42140         element, not its node.
42141
42142 2006-11-12  Bruno Haible  <bruno@clisp.org>
42143
42144         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
42145         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
42146
42147 2006-11-12  Bruno Haible  <bruno@clisp.org>
42148
42149         * gnulib-tool: New option --local-symlink.
42150         (func_usage): Document it.
42151         (lsymbolic): New variable.
42152         (func_import, func_create_testdir): If --symlink was not specified,
42153         test whether --local-symlink was specified and the file comes from
42154         the local_gnulib_dir.
42155
42156 2006-11-12  Bruno Haible  <bruno@clisp.org>
42157
42158         * gnulib-tool (func_ln): New function.
42159         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
42160
42161 2006-11-12  Bruno Haible  <bruno@clisp.org>
42162
42163         Finish support for source files in subdirectories.
42164         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
42165         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
42166         AUTOMAKE_OPTIONS.
42167         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
42168
42169 2006-11-12  Bruno Haible  <bruno@clisp.org>
42170
42171         * gnulib-tool (func_get_automake_snippet): Synthesize also an
42172         EXTRA_lib_SOURCES augmentation.
42173         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
42174
42175 2006-11-12  Jim Meyering  <jim@meyering.net>
42176
42177         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
42178         file descriptors.  This also averts a failure on systems with
42179         native openat support when a traversed directory lacks "x" access.
42180         * lib/fts_.h: Include "i-ring.h"
42181         (struct FTS) [fts_fd_ring]: New member.
42182         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
42183         (FCHDIR): Add parentheses.
42184         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
42185         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
42186         When descending, rather than simply closing the previous
42187         fts_cwd_fd value, push that file descriptor onto the ring.
42188         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
42189         (fts_open): Initialize the new fd_ring member.
42190         (fts_close): Clear the ring.
42191         (fts_safe_changedir): When possible, use our new fd_ring to skip
42192         the diropen and fstat and dev/ino comparison that would normally
42193         accompany a virtual `chdir ("..")'.
42194
42195         * modules/fts (Depends-on): Add i-ring.
42196         * modules/i-ring: New module.
42197         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
42198         * m4/i-ring.m4: New file.
42199
42200 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42201
42202         * gnulib-tool (func_create_testdir): Fix replacement of
42203         `build-aux' in configure.ac.  Run autotools in gltests
42204         subdirectory.
42205         (func_create_testdir, func_create_megatestdir, test): There is
42206         no need for '--force' in most autotool invocations in a new
42207         tree.  Actually fail the whole test if any of the tools, or the
42208         configure or make stages fail.
42209
42210         Sync from Automake.
42211         * build-aux/gnupload: Revert last change.  Add pointer to upload
42212         instructions of the GNU Maintenance Instructions.
42213         Suggestion by Karl Berry.
42214
42215 2006-11-10  Jim Meyering  <jim@meyering.net>
42216
42217         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
42218
42219 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42220
42221         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
42222         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
42223         (bind_textdomain_codeset) [! ENABLE_NLS]:
42224         Evaluate all the arguments.  That way, callers get compatible behavior
42225         if the arguments have side effects.  Also, it avoids some GCC
42226         diagnostics in some cases; Joel E. Denny reported problems when Bison
42227         was configured with --enable-gcc-warnigs.
42228
42229 2006-11-10  Jim Meyering  <jim@meyering.net>
42230
42231         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
42232         relevant options in CFLAGS (like -O, -fno-inline) are taken into
42233         account.
42234
42235 2006-11-10  Jim Meyering  <jim@meyering.net>
42236
42237         * modules/inline: New file/module.
42238         * modules/xalloc (Files): Remove m4/inline.m4.
42239         (Depends-on): Add inline, instead.
42240         * modules/oset: Likewise.
42241         * modules/list: Likewise.
42242
42243 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42244
42245         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
42246         Problem reported by Matthew Woehlke.
42247
42248 2006-11-09  Bruno Haible  <bruno@clisp.org>
42249
42250         * lib/tempname.c (gen_tempname): Remove variant that invokes
42251         __gen_tempname.
42252         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
42253         __gen_tempname.
42254
42255 2006-11-08  Bruno Haible  <bruno@clisp.org>
42256
42257         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
42258         to 'yes' instead of 'cross-compiling'.
42259
42260 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
42261
42262         * lib/quotearg.h (quotearg_free): New decl.
42263         * lib/quotearg.c (quotearg_free): New function.
42264         (slot0, nslots, slotvec0, slotvec):
42265         Now file-scope so that quotearg_free can get at them.
42266
42267 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42268
42269         Sync from Automake.
42270         * build-aux/gnupload: Add missing 'gnu' to example URL.
42271         Report by Karl Berry.
42272
42273 2006-11-08  Bruno Haible  <bruno@clisp.org>
42274
42275         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
42276         Suggested by Paul Eggert.
42277
42278 2006-11-08  Jim Meyering  <jim@meyering.net>
42279
42280         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
42281         It's already included if !_LIBC.
42282         (fts_safe_changedir): Add a comment.
42283
42284 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
42285
42286         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
42287         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
42288         Matthew Woehlke.
42289
42290         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
42291         definitions up, to avoid colliding with change below.
42292         (static_inline) [HAVE_INLINE]: New macro.
42293         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
42294         Provide extern decls when !HAVE_INLINE.  Do not define unless
42295         static_inline is defined, either by us or by xmalloc.c.  Use
42296         static_inline rather than static inline.
42297         (XCALLOC): Optimize sizeof(T) = 1 case.
42298         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
42299
42300 2006-11-07  Bruno Haible  <bruno@clisp.org>
42301
42302         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
42303         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
42304         AC_C_INLINE.
42305         * modules/xalloc (Files): Add m4/inline.m4.
42306
42307 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42308
42309         * README: Fix typo.
42310         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
42311         (Miscellanous Notes): ...from this.
42312
42313 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
42314
42315         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
42316         Mention that offsetof should be used instead of sizeof.
42317         From Bruno Haible.
42318
42319 2006-11-07  Bruno Haible  <bruno@clisp.org>
42320
42321         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
42322
42323 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
42324
42325         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
42326         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
42327         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
42328         (gl_tree_add_before, gl_tree_add_after):
42329         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
42330         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
42331         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
42332         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
42333         (gl_linked_add_after, gl_linked_add_at): Likewise.
42334         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
42335         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
42336         (gl_tree_add_before, gl_tree_add_after): Likewise.
42337         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
42338         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
42339         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
42340
42341 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42342
42343         * lib/gl_oset.h: Use C comment style, not C++ comment style.
42344
42345 2006-11-06  Bruno Haible  <bruno@clisp.org>
42346
42347         * m4/inline.m4: New file.
42348         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
42349         * modules/list (Files): Add m4/inline.m4.
42350         * modules/oset (Files): Likewise.
42351
42352 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
42353
42354         * lib/idcache.c: Include <stddef.h>, for offsetof.
42355         (struct userid.name): Change from char * to a flexible array member.
42356         All uses changed.
42357         * modules/idcache (Depends-on): Add flexmember.
42358
42359         * MODULES.html.sh (Core language properties): New module flexmember.
42360         * modules/flexmember, m4/flexmember.m4: New files.
42361
42362         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
42363         inline functions that are identical with the old xnmalloc_inline,
42364         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
42365         that we can avoid some unnecessary integer multiplications and
42366         divisions in the common case where the element size is known at
42367         compile time.
42368         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
42369         needed.
42370         (xnboundedmalloc): Remove.
42371         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
42372         arguments, for consistency with rest of this header.
42373         (xcharalloc): Rewrite using XNMALLOC.
42374         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
42375         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
42376         versions have been moved to lib/xalloc.h and renamed to be the
42377         non-*_inline versions.
42378         (xmalloc, xrealloc): Implement without reference to the xnmalloc
42379         and xnrealloc functions, since those functions are now inline and
42380         now call us.
42381         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
42382         renaming described above.
42383         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
42384         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
42385         captures the dependency in AC_C_INLINE.
42386
42387         New module canonicalize-lgpl, proposed by Charles Wilson in
42388         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
42389         with a few small changes afterwards.
42390         * MODULES.html.sh (File system functions): New module
42391         canonicalize-lgpl.
42392         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
42393         and canonicalize_file_name.
42394         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
42395         * modules/canonicalize-lgpl: New files.
42396
42397 2006-11-05  Bruno Haible  <bruno@clisp.org>
42398
42399         * gnulib-tool (func_import, func_create_testdir): Create directories
42400         also for files in subdirectories of lib/.
42401
42402 2006-11-05  Bruno Haible  <bruno@clisp.org>
42403
42404         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
42405         ANSI C compliant.
42406
42407 2006-11-03  Bruno Haible  <bruno@clisp.org>
42408
42409         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
42410         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
42411         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
42412         (xnboundedmalloc): New inline function.
42413         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
42414         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
42415         xmalloc.
42416         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
42417         xmalloc.
42418         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
42419         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
42420         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
42421         xmalloc.
42422         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
42423         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
42424         xmalloc.
42425         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
42426         gl_tree_add_after): Use XMALLOC instead of xmalloc.
42427         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
42428         xmalloc.
42429         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
42430         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
42431         gl_tree_add_after): Use XMALLOC instead of xmalloc.
42432         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
42433         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
42434         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
42435         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
42436
42437 2006-11-03  Bruno Haible  <bruno@clisp.org>
42438
42439         * lib/c-ctype.h [C++]: Define functions without name mangling.
42440         * lib/fwriteerror.h [C++]: Likewise.
42441         * lib/gcd.h [C++]: Likewise.
42442         * lib/linebreak.h [C++]: Likewise.
42443
42444 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
42445
42446         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
42447         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
42448         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
42449         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
42450         Check for functions and headers just once.
42451         Check for declaration of canonicalize_file_name.
42452         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
42453
42454 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42455
42456         * gnulib-tool (func_import): Fix typo in actioncmd.
42457
42458 2006-11-02  Bruno Haible  <bruno@clisp.org>
42459
42460         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
42461         newline sequence in the Makefile.am snippet as a space, like "make"
42462         does.
42463         Reported by Roger Persson <perrog@gmail.com>.
42464
42465 2006-11-01  Bruno Haible  <bruno@clisp.org>
42466
42467         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
42468         already declared in <string.h>.
42469         * lib/strcase.h (strncasecmp): Don't declare it if yes.
42470
42471 2006-11-01  Bruno Haible  <bruno@clisp.org>
42472
42473         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
42474         * lib/strcase.h: Include <string.h>.
42475         (strcasecmp): Define to rpl_strcasecmp here.
42476
42477 2006-11-01  Bruno Haible  <bruno@clisp.org>
42478
42479         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
42480
42481 2006-11-01  Eric Blake  <ebb9@byu.net>
42482
42483         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
42484
42485         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
42486
42487 2006-10-29  Bruno Haible  <bruno@clisp.org>
42488
42489         Make it compile in C++ mode.
42490         * lib/full-write.c (full_rw): Add a cast.
42491
42492 2006-11-01  Bruno Haible  <bruno@clisp.org>
42493
42494         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
42495         be POSIX compliant.
42496         Reported by Roger Persson <perrog@gmail.com>.
42497
42498 2006-11-01  Eric Blake  <ebb9@byu.net>
42499
42500         * lib/getopt_.h: Fix comments.
42501
42502 2006-10-31  Eric Blake  <ebb9@byu.net>
42503
42504         * modules/tmpdir (Depends-on): Add sys_stat.
42505         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
42506         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
42507         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
42508         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
42509         tempname.
42510
42511 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
42512
42513         Avoid some C++ diagnostics reported by Bruno Haible.
42514         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
42515         xmalloc.
42516         (quotearg_alloc): Use xcharalloc rather than xmalloc.
42517         (struct slotvec): Move to top level.
42518         (quotearg_n_options): Rewrite to avoid xmalloc.
42519         * lib/xalloc.h (xcharalloc): New function.
42520         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
42521         [defined __cplusplus]: Add function template that provides result
42522         type propagation.  This part of the change is from Bruno Haible.
42523
42524 2006-10-29  Bruno Haible  <bruno@clisp.org>
42525
42526         Make it compile in C++ mode.
42527         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
42528         * lib/strnlen1.c (strnlen1): Cast memchr result.
42529         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
42530         * lib/clean-temp.c (string_equals, string_hash): Add casts.
42531         (create_temp_dir): Rename local variable 'template'.
42532         (compile_csharp_using_sscli): Add cast.
42533         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
42534         * lib/findprog.c (find_in_path): Likewise.
42535         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
42536         * lib/wait-process.c (register_slave_subprocess): Likewise.
42537
42538 2006-10-22  Bruno Haible  <bruno@clisp.org>
42539
42540         * modules/tsearch: New file.
42541         * lib/tsearch.h: New file.
42542         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
42543         * m4/tsearch.m4: New file.
42544         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
42545
42546 2006-10-29  Eric Blake  <ebb9@byu.net>
42547
42548         * lib/arcfour.c: Assume config.h.
42549         * lib/arctwo.c: Likewise.
42550         * lib/base64.c: Likewise.
42551         * lib/check-version.c: Likewise.
42552         * lib/crc.c: Likewise.
42553         * lib/des.c: Likewise.
42554         * lib/gc-gnulib.c: Likewise.
42555         * lib/gc-libgcrypt.c: Likewise.
42556         * lib/gc-pbkdf2-sha1.c: Likewise.
42557         * lib/getaddrinfo.c: Likewise.
42558         * lib/getdelim.c: Likewise.
42559         * lib/getline.c: Likewise.
42560         * lib/hmac-md5.c: Likewise.
42561         * lib/hmac-sha1.c: Likewise.
42562         * lib/iconvme.c: Likewise.
42563         * lib/md2.c: Likewise.
42564         * lib/md4.c: Likewise.
42565         * lib/memxor.c: Likewise.
42566         * lib/read-file.c: Likewise.
42567         * lib/readline.c: Likewise.
42568         * lib/rijndael-alg-fst.c: Likewise.
42569         * lib/rijndael-api-fst.c: Likewise.
42570         * lib/xgetdomainname.c: Likewise.
42571
42572 2006-10-28  Eric Blake  <ebb9@byu.net>
42573
42574         * lib/xstrndup.c: Assume config.h.
42575
42576 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
42577
42578         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
42579         stat-macros.h is now for our own macros, whereas stat_h is for
42580         macros in the <sys/stat.h> name space.
42581         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
42582         (STAT_MACROS_H): Remove.
42583         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
42584         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
42585         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
42586         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
42587         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
42588         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
42589         Move these macros to ...
42590         * lib/stat_.h: here.  Don't include stat-macros.h.
42591         * lib/canonicalize.c: Don't include stat-macros.h.
42592         * lib/chown.c: Likewise.
42593         * lib/euidaccess.c: Likewise.
42594         * lib/file-type.c: Likewise.
42595         * lib/filemode.c: Likewise.
42596         * lib/glob.c: Likewise.
42597         * lib/isapipe.c: Likewise.
42598         * lib/lchown.c: Likewise.
42599         * lib/lstat.c: Likewise.
42600         * lib/mkdir-p.c: Likewise.
42601         * lib/rmdir.c: Likewise.
42602         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
42603         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
42604         unless mkdir isn't declared, to speed up 'configure'.
42605         Always create sys/stat.h, since it's unlikely any real sys/stat.h
42606         would define all the S_* symbols.
42607         * modules/canonicalize (Depends-on):
42608         Depend on sys_stat, not stat-macros.
42609         * modules/chown: Likewise.
42610         * modules/euidaccess: Likewise.
42611         * modules/filemode: Likewise.
42612         * modules/file-type: Likewise.
42613         * modules/glob: Likewise.
42614         * modules/isapipe: Likewise.
42615         * modules/lchown: Likewise.
42616         * modules/lstat: Likewise.
42617         * modules/mkancesdirs: Likewise.
42618         * modules/rmdir: Likewise.
42619         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
42620         * modules/modechange: Likewise.
42621         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
42622         (configure.ac): Remove gl_STAT_MACROS.
42623         * modules/sys_stat (Depends-on): Remove stat-macros.
42624
42625 2006-10-27  Bruno Haible  <bruno@clisp.org>
42626
42627         * m4/signed.m4: Remove file.
42628         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
42629         invocation.
42630         * modules/vasnprintf (Files): Remove m4/signed.m4.
42631
42632 2006-10-27  Bruno Haible  <bruno@clisp.org>
42633
42634         Update to GNU gettext 0.16.
42635         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
42636         m4/inttypes-h.m4, m4/signed.m4.
42637         * m4/gettext.m4: Update to GNU gettext 0.16.
42638         * m4/intl.m4: New file, from GNU gettext.
42639         * m4/intldir.m4: New file, from GNU gettext.
42640         * config/srclist.txt: Update
42641
42642 2006-10-27  Eric Blake  <ebb9@byu.net>
42643
42644         * MODULES.html.sh: Document tempname.
42645         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
42646         dependencies.
42647         (Files): Move lib/tempname.c...
42648         * modules/tempname: ...to this new module.
42649         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
42650         (gl_PREREQ_TEMPNAME): Move...
42651         * m4/tempname.m4: ...to this new file.
42652         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
42653         * modules/sys_stat (Depends-on): Add stat-macros.
42654         * lib/stat_.h (includes): Pick up stat macros.
42655         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
42656         if stat macros are broken.
42657         * lib/tempname.c (includes): No need to include "stat-macros.h".
42658         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
42659         (direxists, __path_search) [!_LIBC]: Don't compile these in
42660         gnulib; the tmpdir module covers that.
42661         * lib/tempname.h: New file.
42662
42663 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
42664
42665         * COPYING: Explain how gnulib-tool converts licence headers.
42666         Almost all wording by Eric Blake.
42667
42668 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
42669
42670         * lib/mbchar.h (is_basic_table): Make read-only.
42671         * lib/mbchar.c (is_basic_table): Likewise.
42672         Reported by John Darrington.
42673
42674 2006-10-25  Bruno Haible  <bruno@clisp.org>
42675
42676         * lib/progname.h (set_program_name): Undefine before defining.
42677
42678 2006-10-25  Bruno Haible  <bruno@clisp.org>
42679
42680         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
42681         false for non-gcc C++ compilers.
42682         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
42683
42684 2006-10-24  Bruno Haible  <bruno@clisp.org>
42685
42686         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
42687         iconv implementations like Irix iconv.
42688
42689 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42690
42691         * modules/vararrays: New file.
42692         * m4/vararrays.m4: New file, taken from diffutils.
42693         * MODULES.html.sh: New module vararrays.
42694
42695 2006-10-24  Karl Berry  <karl@gnu.org>
42696
42697         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
42698         Don't call GNU Unix.
42699
42700 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42701
42702         * users.txt: Add Libtool.
42703
42704         Sync from Libtool:
42705
42706         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42707
42708         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
42709         to gnulib's policy of including config.h unconditionally.
42710
42711 2006-10-24  Bruno Haible  <bruno@clisp.org>
42712
42713         * modules/wcwidth (Files): Add m4/wint_t.m4.
42714         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
42715         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
42716
42717 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42718
42719         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
42720         to pacify GCC with some -W flags enabled.  Problem reported by
42721         Bruno Haible.
42722
42723 2006-10-24  Jim Meyering  <jim@meyering.net>
42724
42725         * MODULES.html.sh: Remove uinttostr.  It's not a module.
42726         Reported by Karl Berry.
42727
42728 2006-10-23  Bruno Haible  <bruno@clisp.org>
42729
42730         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
42731
42732 2006-10-24  Bruno Haible  <bruno@clisp.org>
42733
42734         * lib/gl_list.h: Use C comment style, not C++ comment style.
42735
42736 2006-10-23  Eric Blake  <ebb9@byu.net>
42737
42738         * lib/getaddrinfo.c (includes): Add missing include.
42739
42740 2006-10-23  Bruno Haible  <bruno@clisp.org>
42741             Paul Eggert  <eggert@cs.ucla.edu>
42742
42743         Ability to rename obstack_free.
42744         * lib/obstack.h (__obstack_free): New macro. Declare instead of
42745         obstack_free.
42746         (obstack_free): Invoke the __obstack_free macro.
42747         * lib/obstack.c (obstack_free): Use __obstack_free macro.
42748
42749 2006-10-23  Bruno Haible  <bruno@clisp.org>
42750             Paul Eggert  <eggert@cs.ucla.edu>
42751
42752         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
42753         __argc, __argv from the declaration. (They are defined as macros on
42754         mingw.)
42755
42756 2006-10-22  Bruno Haible  <bruno@clisp.org>
42757
42758         * doc/gnulib-intro.texi: New file.
42759         * doc/gnulib.texi: Include it.
42760
42761 2006-10-21  Bruno Haible  <bruno@clisp.org>
42762
42763         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
42764         "Introduction", "Miscellanous Notes", "Particular Modules".
42765
42766 2006-10-21  Bruno Haible  <bruno@clisp.org>
42767
42768         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42769         Change mostlyclean-local rule to avoid sh syntax error from bash
42770         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
42771
42772 2006-10-23  Jim Meyering  <jim@meyering.net>
42773
42774         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
42775         in place of snprintf.
42776
42777         * modules/inttostr (Files): Add lib/uinttostr.c.
42778         * lib/uinttostr.c (inttostr): New file/function.
42779         * lib/inttostr.h (uinttostr): Declare.
42780         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
42781         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
42782         Add uinttostr.
42783         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
42784
42785 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42786
42787         * lib/canonicalize.c (ELOOP): Define if not already defined.
42788         Problem reported by Bruno Haible in
42789         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
42790
42791 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42792
42793         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
42794         Problem reported by Perry Smith and Ville Laurikari.
42795
42796         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
42797         uses.
42798
42799 2006-10-19  Bruno Haible  <bruno@clisp.org>
42800
42801         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
42802         for mingw.
42803
42804 2006-10-19  Bruno Haible  <bruno@clisp.org>
42805
42806         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
42807         Needed for mingw.
42808
42809 2006-10-19  Bruno Haible  <bruno@clisp.org>
42810
42811         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
42812
42813 2006-10-19  Bruno Haible  <bruno@clisp.org>
42814
42815         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
42816         it.
42817
42818 2006-10-19  Bruno Haible  <bruno@clisp.org>
42819
42820         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
42821         invocation.
42822
42823 2006-10-19  Bruno Haible  <bruno@clisp.org>
42824
42825         * gnulib-tool (func_create_testdir): Don't include ftruncate and
42826         mountlist by default.
42827
42828 2006-10-16  Bruno Haible  <bruno@clisp.org>
42829
42830         * lib/c-strstr.c: Include c-strstr.h.
42831
42832 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42833
42834         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
42835         in a slash.
42836
42837 2006-10-18  Bruno Haible  <bruno@clisp.org>
42838
42839         * lib/lock.h [C++]: Wrap definitions in extern "C".
42840
42841 2006-10-18  Bruno Haible  <bruno@clisp.org>
42842
42843         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
42844         gl_LIBOBJS list.
42845
42846 2006-10-18  Bruno Haible  <bruno@clisp.org>
42847
42848         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
42849
42850 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
42851
42852         * lib/xstrtol.h: Include gettext.h.
42853         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
42854         Problem reported by Eric Blake.
42855         * modules/xstrtol (Depends-on): Add gettext-h.
42856
42857 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
42858
42859         * lib/strftime.c (advance): New macro.
42860         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
42861         incomplete type, so you can't add 0 to it.  Problem and patch
42862         reported by Eelco Dolstra for dietlibc.
42863
42864 2006-10-18  Jim Meyering  <jim@meyering.net>
42865
42866         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
42867         type for a local, and rename it: s/up/user_proc/.
42868
42869 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
42870
42871         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
42872         READ_UTMP_USER_PROCESS.
42873         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
42874
42875 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
42876
42877         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
42878         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
42879
42880 2006-10-17  Eric Blake  <ebb9@byu.net>
42881
42882         * lib/sigprocmask.c (sigprocmask): Fix typo.
42883
42884         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
42885
42886         * modules/clean-temp (Makefile.am): Don't add to make output...
42887         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
42888         config.h.
42889
42890 2006-10-17  Bruno Haible  <bruno@clisp.org>
42891
42892         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
42893         differently if DEFAULT_TEXT_DOMAIN is set.
42894
42895 2006-10-16  Bruno Haible  <bruno@clisp.org>
42896
42897         * lib/clean-temp.c: Include fwriteerror.h.
42898
42899 2006-10-16  Bruno Haible  <bruno@clisp.org>
42900
42901         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
42902
42903 2006-10-16  Bruno Haible  <bruno@clisp.org>
42904
42905         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
42906         * lib/sigprocmask.h: Include <sys/types.h>.
42907         (sigset_t): Use the system's definition if present.
42908
42909 2006-10-17  Eric Blake  <ebb9@byu.net>
42910
42911         * lib/xvasprintf.c (includes): Assume config.h.
42912         * lib/xasprintf.c (includes): Likewise.
42913
42914 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
42915
42916         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
42917         at least as wide as intmax_t.
42918
42919 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
42920
42921         (Imported from Automake.)
42922         * build-aux/gnupload: Update to version 1.1 of directive file.
42923
42924 2006-10-16  Eric Blake  <ebb9@byu.net>
42925
42926         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
42927         match Automake 1.10a.
42928
42929 2006-10-14  Bruno Haible  <bruno@clisp.org>
42930
42931         * modules/sigprocmask: New file.
42932         * lib/sigprocmask.h: New file.
42933         * lib/sigprocmask.c: New file.
42934         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
42935         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
42936         request sigprocmask.o.
42937         (gl_PREREQ_SIGPROCMASK): New macro.
42938         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
42939         (Depends-on): Add sigprocmask.
42940         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
42941         gt_SIGNALBLOCKING. Test for 'raise' only once.
42942         * lib/fatal-signal.c: Include sigprocmask.h.
42943         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
42944         unblock_fatal_signals): Define always.
42945         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
42946         sigprocmask.
42947
42948 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
42949
42950         Sync from Automake.
42951         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
42952         which incorrectly sets the mode of an existing destination
42953         directory.  In some cases the unpatched install-sh could do the
42954         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
42955         system.  We hope this is rare in practice, but it's clearly worth
42956         fixing.  Problem reported by Alex Unleashed in
42957         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
42958         Also, don't bother to check for -m bugs unless we're using -m;
42959         suggested by Stepan Kasal.
42960
42961 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42962
42963         Sync from Automake.
42964         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
42965         `-c' flag, so they appear at the same position as in %FASTDEP%
42966         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
42967         which ignores unknown options only after the first non-option.
42968         Bug report against M4 by Nelson H. F. Beebe.
42969
42970 2006-10-13  Jim Meyering  <jim@meyering.net>
42971
42972         Fix a bug in yesterday's change.
42973         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
42974         p->fts_statp->st_dev would be used uninitialized.
42975         Ensures that we always call fts_stat on the very first entry.
42976         Miklos Szeredi reported that find -xdev stopped working.
42977
42978 2006-10-12  Bruno Haible  <bruno@clisp.org>
42979
42980         * gnulib-tool (func_get_automake_snippet): Append an automatically
42981         computed EXTRA_DIST augmentation.
42982         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
42983         * modules/alloca-opt (Makefile.am): Likewise.
42984         * modules/allocsa (Makefile.am): Likewise.
42985         * modules/arcfour (Makefile.am): Likewise.
42986         * modules/arctwo (Makefile.am): Likewise.
42987         * modules/argmatch (Makefile.am): Likewise.
42988         * modules/argz (Makefile.am): Likewise.
42989         * modules/atexit (Makefile.am): Likewise.
42990         * modules/backupfile (Makefile.am): Likewise.
42991         * modules/byteswap (Makefile.am): Likewise.
42992         * modules/c-strtod (Makefile.am): Likewise.
42993         * modules/c-strtold (Makefile.am): Likewise.
42994         * modules/calloc (Makefile.am): Likewise.
42995         * modules/canon-host (Makefile.am): Likewise.
42996         * modules/canonicalize (Makefile.am): Likewise.
42997         * modules/chdir-long (Makefile.am): Likewise.
42998         * modules/chdir-safer (Makefile.am): Likewise.
42999         * modules/check-version (Makefile.am): Likewise.
43000         * modules/chown (Makefile.am): Likewise.
43001         * modules/cloexec (Makefile.am): Likewise.
43002         * modules/close-stream (Makefile.am): Likewise.
43003         * modules/closeout (Makefile.am): Likewise.
43004         * modules/crc (Makefile.am): Likewise.
43005         * modules/csharpexec (Makefile.am): Likewise.
43006         * modules/cycle-check (Makefile.am): Likewise.
43007         * modules/des (Makefile.am): Likewise.
43008         * modules/dev-ino (Makefile.am): Likewise.
43009         * modules/dirfd (Makefile.am): Likewise.
43010         * modules/dirname (Makefile.am): Likewise.
43011         * modules/dup2 (Makefile.am): Likewise.
43012         * modules/eealloc (Makefile.am): Likewise.
43013         * modules/error (Makefile.am): Likewise.
43014         * modules/euidaccess (Makefile.am): Likewise.
43015         * modules/exclude (Makefile.am): Likewise.
43016         * modules/exitfail (Makefile.am): Likewise.
43017         * modules/fcntl-safer (Makefile.am): Likewise.
43018         * modules/fcntl (Makefile.am): Likewise.
43019         * modules/file-type (Makefile.am): Likewise.
43020         * modules/fileblocks (Makefile.am): Likewise.
43021         * modules/filemode (Makefile.am): Likewise.
43022         * modules/filenamecat (Makefile.am): Likewise.
43023         * modules/fnmatch (Makefile.am): Likewise.
43024         * modules/fopen-safer (Makefile.am): Likewise.
43025         * modules/fpending (Makefile.am): Likewise.
43026         * modules/fprintftime (Makefile.am): Likewise.
43027         * modules/free (Makefile.am): Likewise.
43028         * modules/fsusage (Makefile.am): Likewise.
43029         * modules/ftruncate (Makefile.am): Likewise.
43030         * modules/fts (Makefile.am): Likewise.
43031         * modules/gc-arcfour (Makefile.am): Likewise.
43032         * modules/gc-des (Makefile.am): Likewise.
43033         * modules/gc-hmac-md5 (Makefile.am): Likewise.
43034         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
43035         * modules/gc-md4 (Makefile.am): Likewise.
43036         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
43037         * modules/gc-sha1 (Makefile.am): Likewise.
43038         * modules/gc (Makefile.am): Likewise.
43039         * modules/getaddrinfo (Makefile.am): Likewise.
43040         * modules/getcwd (Makefile.am): Likewise.
43041         * modules/getdelim (Makefile.am): Likewise.
43042         * modules/getdomainname (Makefile.am): Likewise.
43043         * modules/getgroups (Makefile.am): Likewise.
43044         * modules/gethostname (Makefile.am): Likewise.
43045         * modules/gethrxtime (Makefile.am): Likewise.
43046         * modules/getline (Makefile.am): Likewise.
43047         * modules/getloadavg (Makefile.am): Likewise.
43048         * modules/getlogin_r (Makefile.am): Likewise.
43049         * modules/getndelim2 (Makefile.am): Likewise.
43050         * modules/getopt (Makefile.am): Likewise.
43051         * modules/getpagesize (Makefile.am): Likewise.
43052         * modules/getpass-gnu (Makefile.am): Likewise.
43053         * modules/getpass (Makefile.am): Likewise.
43054         * modules/getsubopt (Makefile.am): Likewise.
43055         * modules/gettime (Makefile.am): Likewise.
43056         * modules/gettimeofday (Makefile.am): Likewise.
43057         * modules/getugroups (Makefile.am): Likewise.
43058         * modules/getusershell (Makefile.am): Likewise.
43059         * modules/glob (Makefile.am): Likewise.
43060         * modules/group-member (Makefile.am): Likewise.
43061         * modules/hard-locale (Makefile.am): Likewise.
43062         * modules/hash (Makefile.am): Likewise.
43063         * modules/hmac-md5 (Makefile.am): Likewise.
43064         * modules/hmac-sha1 (Makefile.am): Likewise.
43065         * modules/human (Makefile.am): Likewise.
43066         * modules/idcache (Makefile.am): Likewise.
43067         * modules/imaxabs (Makefile.am): Likewise.
43068         * modules/imaxdiv (Makefile.am): Likewise.
43069         * modules/inet_ntop (Makefile.am): Likewise.
43070         * modules/inet_pton (Makefile.am): Likewise.
43071         * modules/intprops (Makefile.am): Likewise.
43072         * modules/inttostr (Makefile.am): Likewise.
43073         * modules/inttypes (Makefile.am): Likewise.
43074         * modules/isapipe (Makefile.am): Likewise.
43075         * modules/javaversion (Makefile.am): Likewise.
43076         * modules/lchmod (Makefile.am): Likewise.
43077         * modules/lchown (Makefile.am): Likewise.
43078         * modules/localcharset (Makefile.am): Likewise.
43079         * modules/long-options (Makefile.am): Likewise.
43080         * modules/lstat (Makefile.am): Likewise.
43081         * modules/malloc (Makefile.am): Likewise.
43082         * modules/mathl (Makefile.am): Likewise.
43083         * modules/mbchar (Makefile.am): Likewise.
43084         * modules/md2 (Makefile.am): Likewise.
43085         * modules/md4 (Makefile.am): Likewise.
43086         * modules/md5 (Makefile.am): Likewise.
43087         * modules/memcasecmp (Makefile.am): Likewise.
43088         * modules/memchr (Makefile.am): Likewise.
43089         * modules/memcmp (Makefile.am): Likewise.
43090         * modules/memcoll (Makefile.am): Likewise.
43091         * modules/memcpy (Makefile.am): Likewise.
43092         * modules/memmem (Makefile.am): Likewise.
43093         * modules/memmove (Makefile.am): Likewise.
43094         * modules/mempcpy (Makefile.am): Likewise.
43095         * modules/memrchr (Makefile.am): Likewise.
43096         * modules/memset (Makefile.am): Likewise.
43097         * modules/memxor (Makefile.am): Likewise.
43098         * modules/mkancesdirs (Makefile.am): Likewise.
43099         * modules/mkdir-p (Makefile.am): Likewise.
43100         * modules/mkdir (Makefile.am): Likewise.
43101         * modules/mkdtemp (Makefile.am): Likewise.
43102         * modules/mkstemp (Makefile.am): Likewise.
43103         * modules/mktime (Makefile.am): Likewise.
43104         * modules/modechange (Makefile.am): Likewise.
43105         * modules/mountlist (Makefile.am): Likewise.
43106         * modules/nanosleep (Makefile.am): Likewise.
43107         * modules/obstack (Makefile.am): Likewise.
43108         * modules/openat (Makefile.am): Likewise.
43109         * modules/pagealign_alloc (Makefile.am): Likewise.
43110         * modules/pathmax (Makefile.am): Likewise.
43111         * modules/physmem (Makefile.am): Likewise.
43112         * modules/poll (Makefile.am): Likewise.
43113         * modules/posixtm (Makefile.am): Likewise.
43114         * modules/posixver (Makefile.am): Likewise.
43115         * modules/putenv (Makefile.am): Likewise.
43116         * modules/quote (Makefile.am): Likewise.
43117         * modules/quotearg (Makefile.am): Likewise.
43118         * modules/raise (Makefile.am): Likewise.
43119         * modules/read-file (Makefile.am): Likewise.
43120         * modules/readline (Makefile.am): Likewise.
43121         * modules/readlink (Makefile.am): Likewise.
43122         * modules/readtokens (Makefile.am): Likewise.
43123         * modules/readutmp (Makefile.am): Likewise.
43124         * modules/realloc (Makefile.am): Likewise.
43125         * modules/regex (Makefile.am): Likewise.
43126         * modules/rename-dest-slash (Makefile.am): Likewise.
43127         * modules/rename (Makefile.am): Likewise.
43128         * modules/rijndael (Makefile.am): Likewise.
43129         * modules/rmdir (Makefile.am): Likewise.
43130         * modules/rpmatch (Makefile.am): Likewise.
43131         * modules/safe-read (Makefile.am): Likewise.
43132         * modules/safe-write (Makefile.am): Likewise.
43133         * modules/same-inode (Makefile.am): Likewise.
43134         * modules/same (Makefile.am): Likewise.
43135         * modules/save-cwd (Makefile.am): Likewise.
43136         * modules/savedir (Makefile.am): Likewise.
43137         * modules/setenv (Makefile.am): Likewise.
43138         * modules/settime (Makefile.am): Likewise.
43139         * modules/sha1 (Makefile.am): Likewise.
43140         * modules/sig2str (Makefile.am): Likewise.
43141         * modules/snprintf (Makefile.am): Likewise.
43142         * modules/stat-macros (Makefile.am): Likewise.
43143         * modules/stat-time (Makefile.am): Likewise.
43144         * modules/stdbool (Makefile.am): Likewise.
43145         * modules/stdint (Makefile.am): Likewise.
43146         * modules/stdlib-safer (Makefile.am): Likewise.
43147         * modules/stpcpy (Makefile.am): Likewise.
43148         * modules/stpncpy (Makefile.am): Likewise.
43149         * modules/strcase (Makefile.am): Likewise.
43150         * modules/strcasestr (Makefile.am): Likewise.
43151         * modules/strchrnul (Makefile.am): Likewise.
43152         * modules/strcspn (Makefile.am): Likewise.
43153         * modules/strdup (Makefile.am): Likewise.
43154         * modules/strerror (Makefile.am): Likewise.
43155         * modules/strftime (Makefile.am): Likewise.
43156         * modules/strndup (Makefile.am): Likewise.
43157         * modules/strnlen (Makefile.am): Likewise.
43158         * modules/strpbrk (Makefile.am): Likewise.
43159         * modules/strsep (Makefile.am): Likewise.
43160         * modules/strstr (Makefile.am): Likewise.
43161         * modules/strtod (Makefile.am): Likewise.
43162         * modules/strtoimax (Makefile.am): Likewise.
43163         * modules/strtok_r (Makefile.am): Likewise.
43164         * modules/strtol (Makefile.am): Likewise.
43165         * modules/strtoll (Makefile.am): Likewise.
43166         * modules/strtoul (Makefile.am): Likewise.
43167         * modules/strtoull (Makefile.am): Likewise.
43168         * modules/strtoumax (Makefile.am): Likewise.
43169         * modules/strverscmp (Makefile.am): Likewise.
43170         * modules/sys_socket (Makefile.am): Likewise.
43171         * modules/sys_stat (Makefile.am): Likewise.
43172         * modules/sysexits (Makefile.am): Likewise.
43173         * modules/time_r (Makefile.am): Likewise.
43174         * modules/timegm (Makefile.am): Likewise.
43175         * modules/timespec (Makefile.am): Likewise.
43176         * modules/tmpfile-safer (Makefile.am): Likewise.
43177         * modules/trim (Makefile.am): Likewise.
43178         * modules/unistd-safer (Makefile.am): Likewise.
43179         * modules/unlinkdir (Makefile.am): Likewise.
43180         * modules/unlocked-io (Makefile.am): Likewise.
43181         * modules/userspec (Makefile.am): Likewise.
43182         * modules/utime (Makefile.am): Likewise.
43183         * modules/utimecmp (Makefile.am): Likewise.
43184         * modules/utimens (Makefile.am): Likewise.
43185         * modules/vasnprintf (Makefile.am): Likewise.
43186         * modules/vasprintf (Makefile.am): Likewise.
43187         * modules/vsnprintf (Makefile.am): Likewise.
43188         * modules/xalloc (Makefile.am): Likewise.
43189         * modules/xgetcwd (Makefile.am): Likewise.
43190         * modules/xnanosleep (Makefile.am): Likewise.
43191         * modules/xreadlink (Makefile.am): Likewise.
43192         * modules/xstrtod (Makefile.am): Likewise.
43193         * modules/xstrtol (Makefile.am): Likewise.
43194         * modules/xstrtold (Makefile.am): Likewise.
43195         * modules/yesno (Makefile.am): Likewise.
43196         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
43197
43198 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
43199
43200         * modules/error (Makefile.am): Distribute files through
43201         EXTRA_DIST, not lib_SOURCES.
43202
43203 2006-10-12  Eric Blake  <ebb9@byu.net>
43204
43205         * modules/error (Makefile.am): Distribute files in /lib.
43206         * modules/obstack (Makefile.am): Likewise.
43207
43208 2006-10-12  Bruno Haible  <bruno@clisp.org>
43209
43210         * modules/acl (Makefile.am): Distribute all files in lib/ through
43211         EXTRA_DIST.
43212         * modules/arcfour (Makefile.am): Likewise.
43213         * modules/arctwo (Makefile.am): Likewise.
43214         * modules/argmatch (Makefile.am): Likewise.
43215         * modules/argz (Makefile.am): Likewise.
43216         * modules/atexit (Makefile.am): Likewise.
43217         * modules/backupfile (Makefile.am): Likewise.
43218         * modules/c-strtod (Makefile.am): Likewise.
43219         * modules/c-strtold (Makefile.am): Likewise.
43220         * modules/calloc (Makefile.am): Likewise.
43221         * modules/canon-host (Makefile.am): Likewise.
43222         * modules/canonicalize (Makefile.am): Likewise.
43223         * modules/chdir-long (Makefile.am): Likewise.
43224         * modules/chdir-safer (Makefile.am): Likewise.
43225         * modules/check-version (Makefile.am): Likewise.
43226         * modules/chown (Makefile.am): Likewise.
43227         * modules/cloexec (Makefile.am): Likewise.
43228         * modules/close-stream (Makefile.am): Likewise.
43229         * modules/closeout (Makefile.am): Likewise.
43230         * modules/crc (Makefile.am): Likewise.
43231         * modules/cycle-check (Makefile.am): Likewise.
43232         * modules/des (Makefile.am): Likewise.
43233         * modules/dirfd (Makefile.am): Likewise.
43234         * modules/dirname (Makefile.am): Likewise.
43235         * modules/dup2 (Makefile.am): Likewise.
43236         * modules/euidaccess (Makefile.am): Likewise.
43237         * modules/exclude (Makefile.am): Likewise.
43238         * modules/exitfail (Makefile.am): Likewise.
43239         * modules/fcntl-safer (Makefile.am): Likewise.
43240         * modules/file-type (Makefile.am): Likewise.
43241         * modules/fileblocks (Makefile.am): Likewise.
43242         * modules/filemode (Makefile.am): Likewise.
43243         * modules/filenamecat (Makefile.am): Likewise.
43244         * modules/fnmatch (Makefile.am): Likewise.
43245         * modules/fopen-safer (Makefile.am): Likewise.
43246         * modules/fpending (Makefile.am): Likewise.
43247         * modules/fprintftime (Makefile.am): Likewise.
43248         * modules/free (Makefile.am): Likewise.
43249         * modules/fsusage (Makefile.am): Likewise.
43250         * modules/ftruncate (Makefile.am): Likewise.
43251         * modules/fts (Makefile.am): Likewise.
43252         * modules/gc (Makefile.am): Likewise.
43253         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
43254         * modules/getaddrinfo (Makefile.am): Likewise.
43255         * modules/getcwd (Makefile.am): Likewise.
43256         * modules/getdelim (Makefile.am): Likewise.
43257         * modules/getdomainname (Makefile.am): Likewise.
43258         * modules/getgroups (Makefile.am): Likewise.
43259         * modules/gethostname (Makefile.am): Likewise.
43260         * modules/gethrxtime (Makefile.am): Likewise.
43261         * modules/getline (Makefile.am): Likewise.
43262         * modules/getloadavg (Makefile.am): Likewise.
43263         * modules/getlogin_r (Makefile.am): Likewise.
43264         * modules/getopt (Makefile.am): Likewise.
43265         * modules/getpass (Makefile.am): Likewise.
43266         * modules/getpass-gnu (Makefile.am): Likewise.
43267         * modules/getsubopt (Makefile.am): Likewise.
43268         * modules/gettime (Makefile.am): Likewise.
43269         * modules/gettimeofday (Makefile.am): Likewise.
43270         * modules/getugroups (Makefile.am): Likewise.
43271         * modules/getusershell (Makefile.am): Likewise.
43272         * modules/glob (Makefile.am): Likewise.
43273         * modules/group-member (Makefile.am): Likewise.
43274         * modules/hard-locale (Makefile.am): Likewise.
43275         * modules/hash (Makefile.am): Likewise.
43276         * modules/hmac-md5 (Makefile.am): Likewise.
43277         * modules/hmac-sha1 (Makefile.am): Likewise.
43278         * modules/human (Makefile.am): Likewise.
43279         * modules/idcache (Makefile.am): Likewise.
43280         * modules/imaxabs (Makefile.am): Likewise.
43281         * modules/imaxdiv (Makefile.am): Likewise.
43282         * modules/inet_ntop (Makefile.am): Likewise.
43283         * modules/inet_pton (Makefile.am): Likewise.
43284         * modules/inttostr (Makefile.am): Likewise.
43285         * modules/isapipe (Makefile.am): Likewise.
43286         * modules/lchown (Makefile.am): Likewise.
43287         * modules/long-options (Makefile.am): Likewise.
43288         * modules/lstat (Makefile.am): Likewise.
43289         * modules/malloc (Makefile.am): Likewise.
43290         * modules/mathl (Makefile.am): Likewise.
43291         * modules/mbchar (Makefile.am): Likewise.
43292         * modules/md2 (Makefile.am): Likewise.
43293         * modules/md4 (Makefile.am): Likewise.
43294         * modules/md5 (Makefile.am): Likewise.
43295         * modules/memcasecmp (Makefile.am): Likewise.
43296         * modules/memchr (Makefile.am): Likewise.
43297         * modules/memcmp (Makefile.am): Likewise.
43298         * modules/memcoll (Makefile.am): Likewise.
43299         * modules/memcpy (Makefile.am): Likewise.
43300         * modules/memmem (Makefile.am): Likewise.
43301         * modules/memmove (Makefile.am): Likewise.
43302         * modules/mempcpy (Makefile.am): Likewise.
43303         * modules/memrchr (Makefile.am): Likewise.
43304         * modules/memset (Makefile.am): Likewise.
43305         * modules/memxor (Makefile.am): Likewise.
43306         * modules/mkancesdirs (Makefile.am): Likewise.
43307         * modules/mkdir (Makefile.am): Likewise.
43308         * modules/mkdir-p (Makefile.am): Likewise.
43309         * modules/mkdtemp (Makefile.am): Likewise.
43310         * modules/mkstemp (Makefile.am): Likewise.
43311         * modules/mktime (Makefile.am): Likewise.
43312         * modules/modechange (Makefile.am): Likewise.
43313         * modules/mountlist (Makefile.am): Likewise.
43314         * modules/nanosleep (Makefile.am): Likewise.
43315         * modules/openat (Makefile.am): Likewise.
43316         * modules/pagealign_alloc (Makefile.am): Likewise.
43317         * modules/physmem (Makefile.am): Likewise.
43318         * modules/poll (Makefile.am): Likewise.
43319         * modules/posixtm (Makefile.am): Likewise.
43320         * modules/posixver (Makefile.am): Likewise.
43321         * modules/putenv (Makefile.am): Likewise.
43322         * modules/quote (Makefile.am): Likewise.
43323         * modules/quotearg (Makefile.am): Likewise.
43324         * modules/raise (Makefile.am): Likewise.
43325         * modules/read-file (Makefile.am): Likewise.
43326         * modules/readline (Makefile.am): Likewise.
43327         * modules/readlink (Makefile.am): Likewise.
43328         * modules/readtokens (Makefile.am): Likewise.
43329         * modules/readutmp (Makefile.am): Likewise.
43330         * modules/realloc (Makefile.am): Likewise.
43331         * modules/regex (Makefile.am): Likewise.
43332         * modules/rename (Makefile.am): Likewise.
43333         * modules/rename-dest-slash (Makefile.am): Likewise.
43334         * modules/rijndael (Makefile.am): Likewise.
43335         * modules/rmdir (Makefile.am): Likewise.
43336         * modules/rpmatch (Makefile.am): Likewise.
43337         * modules/safe-read (Makefile.am): Likewise.
43338         * modules/safe-write (Makefile.am): Likewise.
43339         * modules/same (Makefile.am): Likewise.
43340         * modules/save-cwd (Makefile.am): Likewise.
43341         * modules/savedir (Makefile.am): Likewise.
43342         * modules/setenv (Makefile.am): Likewise.
43343         * modules/settime (Makefile.am): Likewise.
43344         * modules/sha1 (Makefile.am): Likewise.
43345         * modules/sig2str (Makefile.am): Likewise.
43346         * modules/snprintf (Makefile.am): Likewise.
43347         * modules/stdlib-safer (Makefile.am): Likewise.
43348         * modules/stpcpy (Makefile.am): Likewise.
43349         * modules/stpncpy (Makefile.am): Likewise.
43350         * modules/strcase (Makefile.am): Likewise.
43351         * modules/strcasestr (Makefile.am): Likewise.
43352         * modules/strchrnul (Makefile.am): Likewise.
43353         * modules/strcspn (Makefile.am): Likewise.
43354         * modules/strdup (Makefile.am): Likewise.
43355         * modules/strerror (Makefile.am): Likewise.
43356         * modules/strftime (Makefile.am): Likewise.
43357         * modules/strndup (Makefile.am): Likewise.
43358         * modules/strnlen (Makefile.am): Likewise.
43359         * modules/strpbrk (Makefile.am): Likewise.
43360         * modules/strsep (Makefile.am): Likewise.
43361         * modules/strstr (Makefile.am): Likewise.
43362         * modules/strtod (Makefile.am): Likewise.
43363         * modules/strtoimax (Makefile.am): Likewise.
43364         * modules/strtok_r (Makefile.am): Likewise.
43365         * modules/strtol (Makefile.am): Likewise.
43366         * modules/strtoll (Makefile.am): Likewise.
43367         * modules/strtoul (Makefile.am): Likewise.
43368         * modules/strtoull (Makefile.am): Likewise.
43369         * modules/strtoumax (Makefile.am): Likewise.
43370         * modules/strverscmp (Makefile.am): Likewise.
43371         * modules/time_r (Makefile.am): Likewise.
43372         * modules/timegm (Makefile.am): Likewise.
43373         * modules/tmpfile-safer (Makefile.am): Likewise.
43374         * modules/unistd-safer (Makefile.am): Likewise.
43375         * modules/unlinkdir (Makefile.am): Likewise.
43376         * modules/userspec (Makefile.am): Likewise.
43377         * modules/utime (Makefile.am): Likewise.
43378         * modules/utimecmp (Makefile.am): Likewise.
43379         * modules/utimens (Makefile.am): Likewise.
43380         * modules/vasnprintf (Makefile.am): Likewise.
43381         * modules/vasprintf (Makefile.am): Likewise.
43382         * modules/vsnprintf (Makefile.am): Likewise.
43383         * modules/xalloc (Makefile.am): Likewise.
43384         * modules/xgetcwd (Makefile.am): Likewise.
43385         * modules/xnanosleep (Makefile.am): Likewise.
43386         * modules/xreadlink (Makefile.am): Likewise.
43387         * modules/xstrtod (Makefile.am): Likewise.
43388         * modules/xstrtol (Makefile.am): Likewise.
43389         * modules/xstrtold (Makefile.am): Likewise.
43390         * modules/yesno (Makefile.am): Likewise.
43391
43392 2006-10-12  Jim Meyering  <jim@meyering.net>
43393
43394         * m4/getloadavg.m4: Revert the change below.
43395
43396         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
43397         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
43398         fail with a symlink, which is what coreutils' ./bootstrap now
43399         creates by default.
43400
43401 2006-10-12  Bruno Haible  <bruno@clisp.org>
43402
43403         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
43404         mingw.
43405         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
43406         MSVC and mingw explicitly.
43407
43408 2006-10-11  Simon Josefsson  <jas@extundo.com>
43409             Bruno Haible  <bruno@clisp.org>
43410
43411         Add support for multiple gnulib-tool invocations in the scope of a
43412         single configure.ac file.
43413         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
43414         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
43415         with the same contents as the _LIBADD variable.
43416         (func_emit_initmacro_start, func_emit_initmacro_end,
43417         func_emit_initmacro_done): New functions.
43418         (func_import, func_create_testdir): Invoke them. Allow the identifiers
43419         gl_LIBOBJS and gl_LTLIBOBJS.
43420
43421 2006-10-11  Bruno Haible  <bruno@clisp.org>
43422
43423         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
43424         (func_create_testdir): Don't create po/Makefile.am, don't invoke
43425         autoreconf. Instead, invoke autopoint explicitly but move back the
43426         *.m4 files from gnulib.
43427
43428 2006-10-11  Bruno Haible  <bruno@clisp.org>
43429
43430         * gnulib-tool (func_usage): Make module names after --create-testdir
43431         optional.
43432         (func_create_testdir): If no module was specified, use nearly all
43433         modules.
43434
43435 2006-10-12  Jim Meyering  <jim@meyering.net>
43436
43437         Big performance improvement for fts-based tools that use FTS_NOSTAT.
43438         Avoid spurious inode-mismatch problems on non-POSIX file systems.
43439         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
43440         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
43441         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
43442         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
43443         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
43444         (fts_set_stat_required): New function.
43445         (fts_open): Defer the calls to fts_stat, if possible or requested.
43446         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
43447         into fts_stat itself.
43448         (fts_read): Perform any required (deferred) fts_stat call.
43449         (fts_build): Likewise, for the directory we're about to open and read.
43450         In the readdir loop, carefully decide whether each entry will require
43451         an eventual call to fts_stat, using dirent.d_type info if available.
43452         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
43453         a command line argument into this function.  Update all callers.
43454         Map a return value of FTS_DOT to FTS_D for a command line argument.
43455         * modules/fts (Depends-on): Add d-type.  Alphabetize.
43456         Thanks to Miklos Szeredi for his tenacity and for the initial
43457         bug report about "find" failing on a FUSE-based file system.
43458
43459         * lib/fts.c (fts_open): Use consistent indentation.
43460
43461 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
43462
43463         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
43464         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
43465         reported by Jim Meyering.  All uses of cache variables renamed
43466         to match Autoconf's.
43467         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
43468         the other one.
43469
43470         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
43471         Fix misspelling in diagnostic.
43472
43473 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
43474
43475         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
43476         defined.  Problem reported by Matthew Woehlke.
43477
43478         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
43479         Add support for Tandem NonStop R series.
43480         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
43481         Use new macro.
43482
43483         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
43484         (has_trailing_slash): Omit size arg; all callers changed.
43485         Omit 'inline', since it doesn't help performance and we'd
43486         need to configure it.
43487         Don't count //, ///, etc. as having a trailing slash.
43488         As a side effect, this removes a C99ism reported by Matthew Woehlke.
43489         (rpl_rename_dest_slash): On failure, use rename's errno rather
43490         than (in some cases) an incorrect or junk errno.
43491         Simplify code by removing need to compute length; this does
43492         cause it to make two passes instead of one over the file name,
43493         but it's worth it.
43494
43495         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
43496         change, since Autoconf's version may no longer be appropriate now
43497         that we are using CVS Autoconf's version.  Add support for Tandem.
43498
43499 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
43500             Bruno Haible  <bruno@clisp.org>
43501
43502         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
43503         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
43504         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
43505         gl_AC_TYPE_LONG_LONG.
43506
43507         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
43508         instead of HAVE_LONG_LONG.
43509         * lib/printf-args.c (printf_fetchargs): Likewise.
43510         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
43511         * lib/vasnprintf.c (VASNPRINTF): Likewise.
43512         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
43513         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
43514         gl_AC_TYPE_LONG_LONG.
43515
43516 2006-10-11  Bruno Haible  <bruno@clisp.org>
43517
43518         * m4/longlong.m4: Add comments.
43519         * m4/ulonglong.m4: Likewise.
43520
43521 2006-10-10  Bruno Haible  <bruno@clisp.org>
43522
43523         Make it possible to #define stpcpy, strdup to aliases.
43524         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
43525         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
43526
43527 2006-10-10  Bruno Haible  <bruno@clisp.org>
43528
43529         Make it possible to #define gcd to an alias.
43530         * lib/gcd.c: Include config.h.
43531
43532 2006-10-10  Bruno Haible  <bruno@clisp.org>
43533
43534         Make it possible to #define c_isascii to an alias.
43535         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
43536         defined. Undefine the macros before defining them, to avoid gcc
43537         warnings.
43538         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
43539         define NO_C_CTYPE_MACROS early.
43540
43541 2006-10-10  Bruno Haible  <bruno@clisp.org>
43542
43543         Make it possible to #define set_program_name to an alias.
43544         * lib/progname.c: Don't undefine set_program_name; instead, undefine
43545         ENABLE_RELOCATABLE early.
43546
43547 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
43548
43549         Port to Tandem NSK OSS, which has 64-bit signed int but at most
43550         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
43551         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
43552         More generally, don't assume that 64-bit signed int is available
43553         if unsigned int is, and vice versa.
43554         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
43555         unsigned symbols, not on their signed counterparts.
43556         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
43557         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
43558         (UINT64_C, UINTMAX_C):
43559         Likewise.
43560         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
43561         unsigned counterparts.
43562         (Have_long_long, Unsigned): New macros.
43563         (Int): Renamed from INT.
43564         (strtoimax): Use the new macros.
43565         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
43566         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
43567         * modules/inttypes (inttypes.h): Substitute
43568         HAVE_UNSIGNED_LONG_LONG_INT.
43569         * modules/stdint (stdint.h): Likewise.
43570         (Files): Add m4/ulonglong.m4.
43571
43572 2006-10-10  Bruno Haible  <bruno@clisp.org>
43573
43574         Fix a gcc -Wshadow warning.
43575         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
43576         to 'bucket'.
43577         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
43578         gl_linked_indexof_from_to): Likewise.
43579         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
43580         Likewise.
43581         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
43582         Likewise.
43583         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
43584         Reported by Eric Blake.
43585
43586 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
43587
43588         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
43589         for NetBSD.  Problem reported by Bruno Haible.
43590
43591 2006-10-09  Jim Meyering  <jim@meyering.net>
43592
43593         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
43594         Patch from Bruno Haible.
43595
43596 2006-10-09  Jim Meyering  <jim@meyering.net>
43597
43598         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
43599         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
43600         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
43601
43602 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
43603
43604         Don't include <config.h> twice; this doesn't work in some cases,
43605         e.g., when config.h has "#define intmax_t long long int" and
43606         we include <config.h>, <inttypes.h>, <config.h> in that order.
43607         Problem reported by Matthew Woehlke in:
43608         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
43609         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
43610         * lib/fts-cycle.c: Don't include config.h.
43611         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
43612         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
43613         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
43614         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
43615         inttypes.h.
43616         * lib/xstrtoumax.c: Likewise.
43617         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
43618         __strtol and the like, so that this module is more like its siblings.
43619         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
43620         Remove; no longer needed now that we assume gnulib inttypes.h.
43621
43622 2006-10-08  Bruno Haible  <bruno@clisp.org>
43623
43624         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
43625         option.
43626
43627 2006-10-07  Jim Meyering  <jim@meyering.net>
43628
43629         * modules/inttypes (inttypes.h): Revert what seems to have been
43630         an inadvertent part of today's change: use "|", not "/" in the
43631         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
43632
43633 2006-10-07  Bruno Haible  <bruno@clisp.org>
43634
43635         * modules/sublist: New file.
43636
43637 2006-10-07  Bruno Haible  <bruno@clisp.org>
43638
43639         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
43640         * modules/argz (argz.h): Likewise.
43641         * modules/arpa_inet (arpa/inet.h): Likewise.
43642         * modules/byteswap (byteswap.h): Likewise.
43643         * modules/configmake (configmake.h): Likewise.
43644         * modules/fcntl (fcntl.h): Likewise.
43645         * modules/fnmatch (fnmatch.h): Likewise.
43646         * modules/getopt (getopt.h): Likewise.
43647         * modules/glob (glob.h): Likewise.
43648         * modules/inttypes (inttypes.h): Likewise.
43649         * modules/netinet_in (netinet/in.h): Likewise.
43650         * modules/poll (poll.h): Likewise.
43651         * modules/stdbool (stdbool.h): Likewise.
43652         * modules/stdint (stdint.h): Likewise.
43653         * modules/sys_select (sys/select.h): Likewise.
43654         * modules/sys_socket (sys/socket.h): Likewise.
43655         * modules/sys_stat (sys/stat.h): Likewise.
43656         * modules/sysexits (sysexits.h): Likewise.
43657         * modules/unistd (unistd.h): Likewise.
43658         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43659         Add a "DO NOT EDIT" comment to the generated file.
43660         (func_import): Likewise for gnulib-comp.m4.
43661
43662 2006-10-07  Bruno Haible  <bruno@clisp.org>
43663
43664         * lib/gl_sublist.h: New file.
43665         * lib/gl_sublist.c: New file.
43666
43667 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
43668
43669         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
43670         name (relative to the original working directory) and the file
43671         name component (relative to the temporary working directory).  All
43672         callers changed.
43673         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
43674         * lib/mkdir-p.c (make_dir_parents): Likewise.
43675         * lib/mkdir-p.h (make_dir_parents): Likewise.
43676
43677 2006-10-06  Eric Blake  <ebb9@byu.net>
43678
43679         Define several macros for use by the clean-temp module.
43680         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
43681         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
43682         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
43683
43684         * lib/clean-temp.h (close_stream_temp): New declaration.
43685         * lib/clean-temp.c (includes): Pull in headers according to what
43686         other modules are in use.
43687         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
43688
43689 2006-10-06  Bruno Haible  <bruno@clisp.org>
43690
43691         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
43692         instead of fopen, fwriteerror.
43693
43694 2006-10-06  Bruno Haible  <bruno@clisp.org>
43695
43696         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
43697         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
43698         int.
43699         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
43700         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
43701         Return an error indicator.
43702         Suggested by Eric Blake.
43703
43704 2006-10-06  Bruno Haible  <bruno@clisp.org>
43705
43706         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
43707         Reported by Eric Blake.
43708
43709 2006-10-06  Bruno Haible  <bruno@clisp.org>
43710
43711         * modules/closeout (Description): Mention stderr too.
43712
43713 2006-10-06  Bruno Haible  <bruno@clisp.org>
43714         and Paul Eggert  <eggert@cs.ucla.edu>
43715
43716         * lib/closeout.c (close_stdout): Also close stderr.
43717         * lib/closeout.h: Update comment.
43718
43719 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
43720
43721         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
43722         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
43723         * lib/dirchownmod.c: Include lchown.h.
43724         * lib/lchown.c: Don't include files that lchown.h now includes.
43725         Don't declare chown, since lchown.h now does that.
43726         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
43727         (lchown): Define to rpl_chown if lchown is declared but
43728         does not exist.  Declare using a prototype if lchown is not
43729         declared.  Add a copyright notice.
43730         * lib/mkstemp.h: Include <unistd.h>.
43731         * lib/openat.c: Include lchown.h.
43732
43733         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
43734         we now test for that separately.
43735         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
43736         rather than O_NOFOLLOW, when testing whether it's possible to
43737         avoid a race condition reliably.
43738         * lib/savewd.c (savewd_chdir): Likewise.
43739
43740         Remove macros that are no longer needed now that stdint.h is
43741         reliable.
43742         * lib/fsusage.c (UINTMAX_MAX): Remove.
43743         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
43744         * lib/utimecmp.c (SIZE_MAX): Remove.
43745
43746         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
43747
43748         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
43749         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
43750         O_NOATIME works.
43751
43752 2006-10-05  Bruno Haible  <bruno@clisp.org>
43753
43754         * lib/gl_list.h (gl_sortedlist_search_from_to,
43755         gl_sortedlist_indexof_from_to): New declarations.
43756         (gl_list_implementation): New fields sortedlist_search_from_to,
43757         sortedlist_indexof_from_to.
43758         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
43759         inline functions.
43760         * lib/gl_list.c (gl_sortedlist_search_from_to,
43761         gl_sortedlist_indexof_from_to): New functions.
43762         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
43763         function.
43764         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
43765         (gl_array_sortedlist_search_from_to): New function.
43766         (gl_array_list_implementation): Update.
43767         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
43768         function.
43769         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
43770         (gl_carray_sortedlist_search_from_to): New function.
43771         (gl_carray_list_implementation): Update.
43772         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
43773         gl_linked_sortedlist_indexof_from_to): New functions.
43774         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43775         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43776         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
43777         gl_tree_sortedlist_indexof_from_to): New functions.
43778         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43779         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43780         Update.
43781         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43782         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
43783         Update.
43784
43785 2006-10-05  Bruno Haible  <bruno@clisp.org>
43786
43787         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
43788         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
43789         (struct gl_list_implementation): Add fields search_from_to,
43790         indexof_from_to. Remove fields search, indexof.
43791         (gl_list_search): Use the search_from_to method.
43792         (gl_list_search_from, gl_list_search_from_to): New functions.
43793         (gl_list_indexof): Use the indexof_from_to method.
43794         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43795         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
43796         (gl_list_search_from, gl_list_search_from_to): New functions.
43797         (gl_list_indexof): Use the indexof_from_to method.
43798         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43799         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
43800         gl_array_indexof. Add start_index, end_index arguments.
43801         (gl_array_search_from_to): Renamed from gl_array_search. Add
43802         start_index, end_index arguments.
43803         (gl_array_remove, gl_array_list_implementation): Update.
43804         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
43805         gl_carray_indexof. Add start_index, end_index arguments.
43806         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
43807         start_index, end_index arguments.
43808         (gl_carray_remove, gl_carray_list_implementation): Update.
43809         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
43810         gl_linked_search. Add start_index, end_index arguments.
43811         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
43812         start_index, end_index arguments.
43813         (gl_linked_remove): Update.
43814         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43815         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43816         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
43817         field to 'size_t'.
43818         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
43819         gl_tree_search. Add start_index, end_index arguments.
43820         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43821         start_index, end_index arguments.
43822         (gl_tree_remove): Update.
43823         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43824         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43825         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
43826         function.
43827         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
43828         gl_tree_search. Add start_index, end_index arguments.
43829         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
43830         start_index, end_index arguments.
43831         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43832         Update.
43833         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
43834
43835 2006-10-05  Bruno Haible  <bruno@clisp.org>
43836
43837         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
43838
43839         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
43840         fwriteerror_temp): New declarations.
43841         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
43842         (descriptors): New variable.
43843         (cleanup): First, close the descriptors.
43844         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
43845         fclose_temp, fwriteerror_temp): New functions.
43846
43847 2006-10-04  Jim Meyering  <jim@meyering.net>
43848
43849         * lib/fts.c (fts_open): Tiny comment change.
43850
43851 2006-10-04  Bruno Haible  <bruno@clisp.org>
43852
43853         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
43854         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
43855         gl_LOCK_BODY.
43856         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
43857         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
43858         gl_LOCK_EARLY_BODY.
43859         (gl_LOCK): Require gl_LOCK_BODY.
43860
43861 2006-10-04  Bruno Haible  <bruno@clisp.org>
43862
43863         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
43864         (gl_oset_search_atleast): New declaration.
43865         (struct gl_oset_implementation): Add field 'search_atleast'.
43866         (gl_oset_search_atleast): New inline function.
43867         * lib/gl_oset.c (gl_oset_search_atleast): New function.
43868         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
43869         (gl_array_oset_implementation): Update.
43870         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
43871         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
43872         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
43873
43874 2006-10-04  Bruno Haible  <bruno@clisp.org>
43875
43876         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
43877
43878 2006-10-03  Bruno Haible  <bruno@clisp.org>
43879
43880         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
43881         from gl_avltreehash_list_implementation.
43882
43883 2006-10-03  Bruno Haible  <bruno@clisp.org>
43884
43885         * lib/gl_oset.c (gl_oset_add): Fix return type.
43886
43887 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
43888
43889         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
43890
43891 2006-10-02  Eric Blake  <ebb9@byu.net>
43892
43893         * modules/strnlen (Depends-on): Add extensions.
43894
43895 2006-10-02  Eric Blake  <ebb9@byu.net>
43896
43897         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
43898         definition in 2.60+.
43899
43900 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
43901
43902         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
43903         checks.
43904
43905 2006-10-02  Bruno Haible  <bruno@clisp.org>
43906
43907         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
43908         to the AUTOMAKE_OPTIONS.
43909         Reported by Jim Meyering.
43910
43911 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
43912
43913         Work around bug in Solaris 10 /proc file system:
43914         /proc/self/fd/NNN/.. isn't the parent directory of
43915         the directory whose file descriptor is NNN.  This needs to
43916         be worked around at run time, not compile time, since a
43917         program might be built on Solaris 8, where things work, and
43918         run on Solaris 10.
43919         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
43920         to use the following interface instead:
43921         (OPENAT_BUFFER_SIZE): New macro.
43922         (openat_proc_name): New function.
43923         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
43924         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
43925         Likewise.
43926         * lib/openat-proc.c: New file.
43927         * modules/openat (Files): Add lib/openat-proc.c.
43928         (Depends-on): Add same-inode, stdbool.
43929         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
43930
43931 2006-09-29  Bruno Haible  <bruno@clisp.org>
43932
43933         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
43934         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
43935         argument. Set stdout_closed before testing for ferror, not after.
43936         (fwriteerror, fwriteerror_no_ebadf): New functions.
43937
43938 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43939
43940         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
43941
43942 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
43943
43944         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
43945         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
43946
43947 2006-09-28  Jim Meyering  <jim@meyering.net>
43948
43949         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
43950         Include <unistd.h>.
43951
43952 2006-09-28  Bruno Haible  <bruno@clisp.org>
43953
43954         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
43955         * modules/linkedhash-list (Depends-on): Likewise.
43956         * modules/rbtreehash-list (Depends-on): Likewise.
43957
43958 2006-09-28  Bruno Haible  <bruno@clisp.org>
43959
43960         * lib/strndup.h: Simplify the redefinition of strndup.
43961         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
43962         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
43963
43964 2006-09-28  Bruno Haible  <bruno@clisp.org>
43965
43966         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
43967         * lib/gl_linkedhash_list.c: Likewise.
43968         * lib/gl_rbtreehash_list.c: Likewise.
43969
43970 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
43971
43972         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
43973         getaddrinfo.
43974
43975         * lib/__fpending.h: Don't include <stdio_ext.h> unless
43976         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
43977         it causes <stdio_ext.h> to cause a compile-time error.
43978         Problem reported by Nelson H. F. Beebe.
43979         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
43980         of HAVE_DECL___PENDING.
43981
43982         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
43983         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
43984         declaration.
43985
43986 2006-09-27  Jim Meyering  <jim@meyering.net>
43987
43988         This file could end up with a definition for a function
43989         named __strndup, rather than rpl_strndup on a system with
43990         incomplete weak_alias support.
43991         * lib/strndup.c (strndup): Rename from __strndup.
43992         Remove #defines that used to map __strndup to strndup.
43993         Don't use K&R prototypes.
43994         Remove LIBC-related code, since this file is not sync'd with glibc.
43995         * lib/strndup.h: Revamp, accordingly.
43996         * m4/strndup.m4: Modernize.
43997
43998 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
43999
44000         * modules/savewd (Depends-on): Add 'raise'.
44001         * lib/savewd.c: Include <signal.h>, for 'raise'.
44002
44003 2006-09-26  Jim Meyering  <jim@meyering.net>
44004
44005         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
44006         when we detect Darwin 8.7.0's acl_get_file bug.
44007         Rearrange to perform the new (below) run-test while $LIBS
44008         contains any acl-related library.  Set USE_ACL at the end.
44009         (gl_ACL_GET_FILE): New function.
44010
44011 2006-09-26  Eric Blake  <ebb9@byu.net>
44012
44013         * lib/verror.c: Include <config.h> unconditionally.
44014
44015 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
44016
44017         * modules/clock-time (Maintainer): Add self.
44018         * modules/getlogin_r (Depends-on): Add extensions.
44019
44020 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44021
44022         * modules/clock-time: New module.
44023         * modules/nanosleep (Depends-on): Add clock-time.
44024         * modules/gethrxtime (Depends-on): Likewise.
44025         * modules/gettime (Depends-on): Likewise.
44026         * modules/settime (Depends-on): Likewise.
44027
44028         * modules/fts-lgpl: Depend on openat.
44029         * modules/mkancesdirs: Depend on savewd.
44030         * modules/mkdir-p: Likewise.
44031
44032 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44033
44034         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
44035
44036         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
44037         `gl_have_arbitrary_file_name_length_limit' to
44038         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
44039         actually works between configure runs.
44040
44041 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44042             Bruno Haible  <bruno@clisp.org>
44043
44044         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
44045
44046 2006-09-25  Jim Meyering  <jim@meyering.net>
44047
44048         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
44049         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
44050
44051 2006-09-25  Eric Blake  <ebb9@byu.net>
44052
44053         * gnulib-tool (func_import, func_create_testdir): Fix typos in
44054         exec's in 2006-09-18 patch when shuffling fds.
44055
44056 2006-09-25  Bruno Haible  <bruno@clisp.org>
44057
44058         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
44059         Reported by Jim Meyering.
44060
44061 2006-09-24  Jim Meyering  <jim@meyering.net>
44062
44063         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
44064         compare a pointer against a literal "0".  That caused failures with
44065         at least HP-UX's hpcc.
44066
44067 2006-09-22  Simon Josefsson  <jas@extundo.com>
44068
44069         * modules/gc-sha1:
44070         * modules/gc-md4:
44071         * modules/gc-hmac-sha1:
44072         * modules/gc-hmac-md5:
44073         * modules/gc-des:
44074         * modules/gc-arcfour: Distribute more files.
44075
44076 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44077
44078         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
44079         (gl_linked_iterator_from_to): Initialize struct completely.
44080         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
44081         (gl_tree_iterator_from_to): Likewise
44082         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
44083         * lib/gl_array_list.c [lint] (gl_array_iterator)
44084         (gl_array_iterator_from_to): Likewise.
44085         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
44086         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
44087         (gl_carray_iterator_from_to): Likewise.
44088
44089         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
44090         * lib/md4.c (md4_process_block): Remove unused variable.
44091         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
44092         parentheses for clarity.
44093
44094 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44095
44096         * modules/bison-i18n (Depends-on): Add gettext.
44097
44098 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44099
44100         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
44101         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
44102         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
44103         also add missing comma that caused broken test.
44104         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
44105         stdlib.h, for `abort'.
44106         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
44107         variables.
44108         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
44109         include unistd.h if present, for `rmdir'.
44110         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
44111         variables.
44112         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
44113         in the process include standard headers for prototypes.
44114         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
44115         gets declared on GNU/Linux.
44116         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
44117         unistd.h, for `rmdir'.
44118         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
44119
44120         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
44121         always true.
44122         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
44123
44124         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
44125
44126 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44127
44128         * gnulib-tool (func_version): Create output all at once.  This
44129         may help avoid triggering unnecessary SIGPIPEs, and at any
44130         rate it doesn't hurt.
44131
44132 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44133             Bruno Haible  <bruno@clisp.org>
44134
44135         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
44136         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
44137         * m4/signed.m4 (bh_C_SIGNED): Likewise.
44138
44139         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
44140         (gl_FUNC_VASPRINTF): Invoke it.
44141
44142 2006-09-22  Bruno Haible  <bruno@clisp.org>
44143
44144         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
44145         getloadavg.c as first argument.
44146
44147 2006-09-22  Bruno Haible  <bruno@clisp.org>
44148
44149         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
44150         at the beginning of the gl_INIT macro.
44151         * modules/getloadavg (configure.ac): Pass $gl_source_base to
44152         gl_GETLOADAVG.
44153
44154 2006-09-22  Bruno Haible  <bruno@clisp.org>
44155
44156         * gnulib-tool (func_create_megatestdir): Don't include the config-h
44157         module.
44158         Suggested by Ralf Wildenhues.
44159
44160 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
44161
44162         Import this patch from libc:
44163
44164         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
44165
44166         * lib/regex_internal.c (re_string_reconstruct): Handle
44167         offset < pstr->valid_raw_len && pstr->offsets_needed case.
44168         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
44169         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
44170         re_string_context_at.
44171
44172         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
44173         now requires it.
44174         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
44175         gl_REGEX now does it for us.
44176         (gl_REGEX): Add test taken from
44177         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
44178
44179         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
44180         Check that large offsets work.  Modernize Autoconf usages.
44181         Prefer "yes" to mean a good thing rather than a bad.
44182         Don't put "#define mkstemp" in config.h, as this might interfere
44183         with standard system headers that "#define mkstemp mkstemp64".
44184
44185         * modules/mkstemp (Depends-on): Add extensions, so that
44186         mkstemp is visible on some platforms.
44187         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
44188         (Include): Change to "mkstemp.h" from <stdlib.h>.
44189         (Files): Add mkstemp.h.
44190
44191         * lib/mkstemp.h: New file, since some standard headers
44192         #define mkstemp.
44193         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
44194         Include "mkstemp.h".
44195         Make the _LIBC code resemble glibc original more,
44196         e.g., use K&R style.
44197         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
44198         (mkstemp): Remove, since mkstemp.h does this for us.
44199         * lib/stdlib--.h: Include mkstemp.h.
44200
44201         Import this patch from libc:
44202
44203         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
44204
44205         * lib/tempname.c (__gen_tempname): Change attempts_min
44206         into a macro.  Use preprocessor to decide how to initialize
44207         attempts [Coverity CID 67].
44208
44209 2006-09-20  Bruno Haible  <bruno@clisp.org>
44210
44211         * lib/mkdtemp.c: Import from libc.
44212         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
44213                 * sysdeps/posix/tempname.c (__gen_tempname): Change
44214                 attempts_min into a macro.  Use preprocessor to decide how to
44215                 initialize attempts [Coverity CID 67].
44216         2001-11-27  Paul Eggert  <eggert@twinsun.com>
44217                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
44218                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
44219
44220 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44221
44222         * gnulib-tool (func_exit): New function, to allow to pass the
44223         exit status portably through the trap.  Use everywhere.
44224         (--help, --version): Signal a write error.
44225         (trap): catch SIGPIPE, for write errors.
44226         Exit at the end of the trap, with the correct exit status.
44227
44228 2006-09-19  Karl Berry  <karl@gnu.org>
44229
44230         * doc/gnulib.texi: note about the license texinfo files.
44231
44232 2006-09-19  Eric Blake  <ebb9@byu.net>
44233
44234         * gnulib-tool: Avoid space-tab.
44235
44236 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
44237
44238         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
44239         that prevented coreutils 6.1 from building.  Problem reported
44240         by Petter Reinholdtsen.
44241
44242 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
44243
44244         * gnulib-tool (avoidlist): Fix typo that broke options like
44245         --avoid=lock that are used by coreutils bootstrap.
44246
44247 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
44248
44249         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
44250         more systematically.
44251
44252 2006-09-18  Jim Meyering  <jim@meyering.net>
44253
44254         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
44255
44256 2006-09-18  Bruno Haible  <bruno@clisp.org>
44257
44258         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
44259
44260 2006-09-18  Bruno Haible  <bruno@clisp.org>
44261
44262         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
44263         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
44264         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
44265         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
44266         * m4/gettext.m4: Require autoconf >= 2.52.
44267         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
44268         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
44269         of gl_cv_header_inttypes_h.
44270
44271 2006-09-18  Bruno Haible  <bruno@clisp.org>
44272
44273         * lib/javaversion.c: Include configmake.h.
44274
44275 2006-09-18  Bruno Haible  <bruno@clisp.org>
44276
44277         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
44278         avoid that the while loops be executed in a subshell.
44279
44280 2006-09-18  Bruno Haible  <bruno@clisp.org>
44281
44282         * MODULES.html.sh (func_module): Break long lines.
44283         Suggested by Bruce Korb <bkorb@gnu.org>.
44284
44285 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44286
44287         Speed up by a factor of 1.12.
44288         * gnulib-tool (nl): New variable.
44289         (func_import): Rewrite include directive extraction to only read each
44290         directive once.
44291
44292 2006-09-17  Bruno Haible  <bruno@clisp.org>
44293
44294         * modules/javaversion (Makefile.am): Remove DEFS setting.
44295         (Depends-on): Add configmake, for PKGDATADIR definition.
44296
44297 2006-09-17  Bruno Haible  <bruno@clisp.org>
44298
44299         * gnulib-tool (func_create_testdir): Rewrite all files at once.
44300
44301 2006-09-17  Bruno Haible  <bruno@clisp.org>
44302
44303         * gnulib-tool (func_append): New function, stolen from libtool.m4.
44304         (func_modules_transitive_closure, func_modules_add_dummy,
44305         func_modules_to_filelist, func_import, func_create_testdir,
44306         func_create_megatestdir, ...): Use it wherever possible.
44307         Suggested by Ralf Wildenhues.
44308
44309 2006-09-16  Karl Berry  <karl@gnu.org>
44310
44311         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
44312         to avoid sectioning errors.
44313         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
44314         [ifinfo]: blank line after @center-ed titles.
44315         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
44316         Spell FSF address consistently with others.
44317         (These changes approved by rms.)
44318
44319 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44320
44321         Speed up by a factor of 1.61.
44322         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
44323         already checked module names again.
44324
44325 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44326
44327         Speed up by a factor of 1.13.
44328         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
44329         for new_files, and the input to func_add_or_update.
44330
44331 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44332
44333         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
44334         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
44335
44336 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44337
44338         * modules/mkancesdirs (Depends-on): Add fcntl.
44339         * modules/savewd: New file.
44340         * MODULES.html.sh (File system functions): Add savewd.
44341
44342         * modules/configmake (Makefile.am): Add support for the
44343         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
44344
44345 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44346
44347         * m4/savewd.m4: New file.
44348
44349 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44350
44351         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
44352         (dirchownmod): New arg FD.  All callers changed.
44353         Use FD rather than opening the directory ourself, as opening is
44354         now the caller's responsibility.
44355         * lib/dirchownmod.h: Likewise.
44356         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
44357         hosts that require <sys/types.h> before <sys/stat.h>.  Include
44358         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
44359         (test_dir): Remove.
44360         (mkancesdirs): Return length of prefix of FILE that has already
44361         been made, or -2 if there is a child doing the work.  Redo
44362         algorithm so that it is O(N) rather than O(N**2).  Optimize away
44363         ".", and treat ".." specially since it might stray back into
44364         already-created areas.  Use a subprocess if necessary.  New arg
44365         WD; all users changed.  MAKE_DIR function should now return 1
44366         if it creates a directory that is not readable.  Return -2 if
44367         a child process is spun off.
44368         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
44369         Adjust signature to match code.
44370         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
44371         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
44372         all users changed.
44373         * lib/savewd.c, lib/savewd.h: New files.
44374
44375 2006-09-15  Jim Meyering  <jim@meyering.net>
44376
44377         * modules/rename-dest-slash: New module.
44378         * MODULES.html.sh (posix_compat): Add it here.
44379
44380         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
44381
44382 2006-09-15  Jim Meyering  <jim@meyering.net>
44383
44384         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
44385         file.
44386
44387         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
44388
44389 2006-09-15  Jim Meyering  <jim@meyering.net>
44390
44391         * lib/rename-dest-slash.c (has_trailing_slash): Use
44392         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
44393         (rpl_rename_dest_slash): Perform the cheaper trailing slash
44394         test before testing whether SRC is a directory.
44395         Suggestions from Bruno Haible.
44396
44397         Avoid a warning about an unused variable.
44398         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
44399         into the #ifdef block where it's used.
44400
44401         * lib/rename-dest-slash.c: New file.
44402
44403 2006-09-14  Bruno Haible  <bruno@clisp.org>
44404
44405         * lib/allocsa.c: Include <config.h> unconditionally.
44406         * lib/asnprintf.c: Likewise.
44407         * lib/asprintf.c: Likewise.
44408         * lib/c-strcasecmp.c: Likewise.
44409         * lib/c-strcasestr.c: Likewise.
44410         * lib/c-strncasecmp.c: Likewise.
44411         * lib/c-strstr.c: Likewise.
44412         * lib/classpath.c: Likewise.
44413         * lib/clean-temp.c: Likewise.
44414         * lib/concatpath.c: Likewise.
44415         * lib/copy-file.c: Likewise.
44416         * lib/csharpcomp.c: Likewise.
44417         * lib/csharpexec.c: Likewise.
44418         * lib/execute.c: Likewise.
44419         * lib/fatal-signal.c: Likewise.
44420         * lib/findprog.c: Likewise.
44421         * lib/fwriteerror.c: Likewise.
44422         * lib/gl_array_list.c: Likewise.
44423         * lib/gl_array_oset.c: Likewise.
44424         * lib/gl_avltree_list.c: Likewise.
44425         * lib/gl_avltree_oset.c: Likewise.
44426         * lib/gl_avltreehash_list.c: Likewise.
44427         * lib/gl_carray_list.c: Likewise.
44428         * lib/gl_linked_list.c: Likewise.
44429         * lib/gl_linkedhash_list.c: Likewise.
44430         * lib/gl_list.c: Likewise.
44431         * lib/gl_oset.c: Likewise.
44432         * lib/gl_rbtree_list.c: Likewise.
44433         * lib/gl_rbtree_oset.c: Likewise.
44434         * lib/gl_rbtreehash_list.c: Likewise.
44435         * lib/imaxabs.c: Likewise.
44436         * lib/imaxdiv.c: Likewise.
44437         * lib/javacomp.c: Likewise.
44438         * lib/javaexec.c: Likewise.
44439         * lib/javaversion.c: Likewise.
44440         * lib/linebreak.c: Likewise.
44441         * lib/localcharset.c: Likewise.
44442         * lib/lock.c: Likewise.
44443         * lib/mbchar.c: Likewise.
44444         * lib/mbswidth.c: Likewise.
44445         * lib/mkdtemp.c: Likewise.
44446         * lib/pipe.c: Likewise.
44447         * lib/printf-args.c: Likewise.
44448         * lib/printf-parse.c: Likewise.
44449         * lib/progname.c: Likewise.
44450         * lib/progreloc.c: Likewise.
44451         * lib/readlink.c: Likewise.
44452         * lib/sh-quote.c: Likewise.
44453         * lib/stpcpy.c: Likewise.
44454         * lib/stpncpy.c: Likewise.
44455         * lib/strcasecmp.c: Likewise.
44456         * lib/strcasestr.c: Likewise.
44457         * lib/strcspn.c: Likewise.
44458         * lib/striconv.c: Likewise.
44459         * lib/strncasecmp.c: Likewise.
44460         * lib/strnlen1.c: Likewise.
44461         * lib/strstr.c: Likewise.
44462         * lib/strtok_r.c: Likewise.
44463         * lib/tls.c: Likewise.
44464         * lib/tmpdir.c: Likewise.
44465         * lib/unicodeio.c: Likewise.
44466         * lib/unsetenv.c: Likewise.
44467         * lib/vasnprintf.c: Likewise.
44468         * lib/vasprintf.c: Likewise.
44469         * lib/wait-process.c: Likewise.
44470         * lib/xallocsa.c: Likewise.
44471         * lib/xsetenv.c: Likewise.
44472         * lib/xstriconv.c: Likewise.
44473
44474 2006-09-13  Simon Josefsson  <jas@extundo.com>
44475
44476         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
44477         that internally, suggested by Ralf Wildenhues
44478         <Ralf.Wildenhues@gmx.de>.
44479
44480 2006-09-13  Simon Josefsson  <jas@extundo.com>
44481
44482         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
44483         @LIBOBJS@.
44484         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44485
44486 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
44487
44488         * lib/_fpending.c: Include <config.h> unconditionally, since we no
44489         longer worry about uses that don't define HAVE_CONFIG_H.
44490         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
44491         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
44492         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
44493         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
44494         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
44495         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
44496         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
44497         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
44498         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
44499         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
44500         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
44501         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
44502         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
44503         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
44504         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
44505         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
44506         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
44507         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
44508         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
44509         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
44510         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
44511         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
44512         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
44513         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
44514         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
44515         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
44516         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
44517         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
44518         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
44519         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
44520         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
44521         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
44522         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
44523         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
44524         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
44525         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
44526         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
44527         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
44528         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
44529         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
44530         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
44531         Likewise.
44532
44533 2006-09-13  Eric Blake  <ebb9@byu.net>
44534
44535         * lib/getopt.c: Fix typo in last commit.
44536
44537 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
44538
44539         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
44540         dgettext.
44541
44542 2006-09-12  Jim Meyering  <jim@meyering.net>
44543
44544         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
44545         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
44546         Reported by Nelson H. F. Beebe.
44547
44548 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44549
44550         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
44551         program_invocation_name and program_invocation_short_name are
44552         initialized.
44553         * lib/argp-namefrob.h: Move declarations of program_invocation_name
44554         and program_invocation_short_name to argp.h, so they are visible
44555         to user programs.
44556         * lib/argp.h: Likewise
44557
44558 2006-09-10  Bruno Haible  <bruno@clisp.org>
44559
44560         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44561         m4/inttypes_h.m4, m4/uintmax_t.m4.
44562
44563 2006-09-10  Bruno Haible  <bruno@clisp.org>
44564
44565         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
44566         gl_AC_TYPE_UINTMAX_T.
44567
44568 2006-09-10  Bruno Haible  <bruno@clisp.org>
44569
44570         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
44571
44572 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44573
44574         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
44575         convention.  Text proposed by Bruno Haible.
44576         (struct argp_option): Document the use of N_() wrappers.
44577
44578         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
44579         '\v', and translate the two parts separately, instead of feeding
44580         the whole string to gettext.  This allows to exclude
44581         '\v' from the strings visible to the translator by writing doc
44582         strings as N_("..") "\v" N_("..").
44583
44584 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
44585
44586         * config/srclist.txt: Undo latest change; the bug was fixed.
44587
44588 2006-09-09  Bruno Haible  <bruno@clisp.org>
44589
44590         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
44591         assignments if building a library without libtool.
44592         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
44593         in func_emit_lib_Makefile_am.
44594         (func_import): When building a static library libfoo.a, arrange to
44595         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
44596         (func_create_testdir): Likewise.
44597         * modules/gc (configure.ac, Makefile.am): If building statically,
44598         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
44599         * modules/iconvme (configure.ac, Makefile.am): Likewise.
44600         * modules/striconv (configure.ac, Makefile.am): Likewise.
44601         Based on a suggestion by Ralf Wildenhues.
44602
44603 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44604
44605         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
44606         Check for unistd.h too, since Autoconf doesn't assume POSIX.
44607         Also:
44608
44609         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44610         Add year_2050_test to catch glibc bug 2821
44611         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
44612
44613         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44614         Prefer #ifdef to #if.
44615
44616         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
44617         Return from 'main' instead of calling 'exit'.
44618
44619 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44620
44621         * lib/mktime.c (guess_time_tm): Fix bug where mktime
44622         returned the maximum time_t value rather than (time_t) -1.
44623         Problem originally reported by William Bardwell
44624         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
44625
44626         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
44627         Moved to here ...
44628         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
44629         ... from here.
44630
44631 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44632
44633         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
44634         2821 is fixed.
44635
44636 2006-09-08  Jim Meyering  <jim@meyering.net>
44637
44638         Don't make generated files read-only.  That would bother too many
44639         people.  However, do retain the ability to work when targets are
44640         read-only: remove the destination and temporary files before writing
44641         them (when generated via sed or echo), or by using the -f option for
44642         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
44643         * modules/alloca-opt, modules/argz, modules/arpa_inet:
44644         * modules/byteswap, modules/configmake, modules/fcntl:
44645         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
44646         * modules/localcharset, modules/netinet_in, modules/poll:
44647         * modules/stdbool, modules/stdint, modules/sys_select:
44648         * modules/sys_socket, modules/sys_stat, modules/sysexits:
44649
44650 2006-09-08  Jim Meyering  <jim@meyering.net>
44651
44652         Avoid new build failure on FreeBSD 6.0.
44653         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
44654         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
44655         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
44656
44657 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44658
44659         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
44660
44661 2006-09-07  Jim Meyering  <jim@meyering.net>
44662
44663         Fix global typo in last change: use chmod u-w, not chmod u-x.
44664         Spotted by Paul Eggert and Bruce Korb.
44665         * modules/alloca-opt, modules/argz, modules/arpa_inet:
44666         * modules/byteswap, modules/configmake, modules/fcntl:
44667         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
44668         * modules/localcharset, modules/netinet_in, modules/poll:
44669         * modules/stdbool, modules/stdint, modules/sys_select:
44670         * modules/sys_socket, modules/sys_stat, modules/sysexits:
44671
44672 2006-09-06  Jim Meyering  <jim@meyering.net>
44673
44674         Make generated files be read-only.
44675         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
44676         Ensure that each generated file is now read-only.
44677         * modules/argz: Likewise.
44678         * modules/arpa_inet: Likewise.
44679         * modules/byteswap: Likewise.
44680         * modules/configmake: Likewise.
44681         * modules/fcntl: Likewise.
44682         * modules/fnmatch: Likewise.
44683         * modules/getopt: Likewise.
44684         * modules/glob: Likewise.
44685         * modules/inttypes: Likewise.
44686         * modules/netinet_in: Likewise.
44687         * modules/poll: Likewise.
44688         * modules/stdbool: Likewise.
44689         * modules/stdint: Likewise.
44690         * modules/sys_select: Likewise.
44691         * modules/sys_socket: Likewise.
44692         * modules/sys_stat: Likewise.
44693         * modules/sysexits: Likewise.
44694         * modules/localcharset: Same as above, but continue using temporary
44695         file named "t-$@" (why different?) rather than the "$@-t" used
44696         everywhere else.
44697
44698         * modules/sysexits (Makefile.am): Replace literal occurrences
44699         of "sysexit.h" more readable, and more consistent, "$@".
44700
44701 2006-09-06  Bruno Haible  <bruno@clisp.org>
44702
44703         * modules/striconv: New file.
44704         * modules/xstriconv: New file.
44705         * MODULES.html.sh (Internationalization functions): Add striconv,
44706         xstriconv.
44707
44708 2006-09-06  Bruno Haible  <bruno@clisp.org>
44709
44710         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
44711         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
44712         not using libtool correctly.
44713
44714 2006-09-06  Bruno Haible  <bruno@clisp.org>
44715
44716         * lib/striconv.h: New file.
44717         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
44718         iconvstring.c.
44719         * lib/xstriconv.h: New file.
44720         * lib/xstriconv.c: New file.
44721
44722 2006-09-06  Bruno Haible  <bruno@clisp.org>
44723
44724         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
44725         lib_..._LDFLAGS.
44726
44727 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44728
44729         * lib/argz_.h: Sync from Libtool.
44730
44731         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
44732                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44733
44734         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
44735
44736 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44737
44738         * modules/trim: New file.
44739
44740 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44741
44742         * lib/trim.h: New file.
44743         * lib/trim.c: New file.
44744
44745 2006-09-05  Bruno Haible  <bruno@clisp.org>
44746
44747         * MODULES.html.sh (String handling): Add trim.
44748
44749 2006-09-04  Karl Berry  <karl@gnu.org>
44750
44751         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
44752         until next release.
44753
44754 2006-09-03  Bruno Haible  <bruno@clisp.org>
44755
44756         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
44757         correctly.
44758
44759 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44760
44761         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
44762         not gl_GETLOADAVG.  Omit unneeded semicolons.
44763         Problems reported by Ralf Wildenhues in
44764         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44765         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
44766         at the end, which is the usual gnulib style.
44767
44768         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
44769         of doing all the work ourselves.
44770         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
44771         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
44772
44773 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44774
44775         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
44776         Problem reported by Ralf Wildenhues in
44777         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44778
44779         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
44780         HAVE_STRUCT_STATFS_F_FSTYPENAME.
44781
44782 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44783
44784         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
44785         yesterday's patch by changing test -n to test -z.
44786
44787 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44788
44789         * modules/getloadavg (Files): Add m4/getloadavg.m4.
44790         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
44791         the former is now obsolescent.
44792
44793         * modules/chdir-long (Depends-on): Add fcntl.
44794
44795 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44796
44797         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
44798         obsolescent, and programs should use gnulib instead.
44799         * m4/getloadavg.m4: New file, with contents taken from Autoconf
44800         but with prefixes changed.
44801
44802 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44803
44804         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
44805         or stdbool.h, because they might not exist while configuring.
44806
44807         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
44808         Don't include unistd.h or limits.h; not needed, since chdir-long.h
44809         does that for us.
44810         (O_DIRECTORY): Remove.
44811
44812 2006-08-31  Eric Blake  <ebb9@byu.net>
44813
44814         * gnulib-tool: Don't let emacs change spaces to TAB.
44815
44816 2006-08-31  Bruno Haible  <bruno@clisp.org>
44817
44818         * gnulib-tool: When calling func_import more than once, do it in a
44819         subshell.
44820         Reported by Eric Blake <ebb9@byu.net>.
44821
44822 2006-08-31  Bruno Haible  <bruno@clisp.org>
44823
44824         * gnulib-tool (nl): Remove variable.
44825         (sed_transform_lib_file): Use more robust test for config-h module.
44826         (func_import): Fix typo in 2006-08-25 patch.
44827
44828 2006-08-31  Bruno Haible  <bruno@clisp.org>
44829
44830         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
44831         specified, augment Makefile.am variables instead of assigning them.
44832
44833 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44834
44835         Work around a bug in both the Linux and SunOS 64-bit kernels:
44836         nanosleep mishandles sleeps for longer than 2**31 seconds.
44837         Problem reported by Frank v Waveren in
44838         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44839         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
44840         Check for nanosleep bug.
44841         (LIB_NANOSLEEP): Append clock_gettime library if needed.
44842
44843 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44844
44845         Work around a bug in both the Linux and SunOS 64-bit kernels:
44846         nanosleep mishandles sleeps for longer than 2**31 seconds.
44847         Problem reported by Frank v Waveren in
44848         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
44849         * lib/nanosleep.c (BILLION): New constant.
44850         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
44851         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
44852         implementation.
44853
44854 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44855
44856         * modules/nanosleep (Depends-on): Add gettime.
44857
44858 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
44859         and Simon Josefsson  <jas@extundo.com>
44860         and Oskar Liljeblad  <oskar@osk.mine.nu>
44861
44862         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
44863         * gnulib-tool (func_import): New license type 'unmodifiable license
44864         text'.
44865         * modules/fdl: Use it.  Longer description.
44866         * module/gpl, module/lgpl: New files.
44867
44868 2006-08-30  Jim Meyering  <jim@meyering.net>
44869
44870         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
44871         shadowing the parameter.
44872
44873 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44874
44875         Sync from Libtool:
44876
44877         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44878
44879         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
44880         sharing with gnulib.  Report by Eric Blake.
44881
44882 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44883
44884         * modules/isapipe: New file.
44885         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
44886
44887 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44888
44889         * modules/configmake (Makefile.am): Add a comment, and omit
44890         the CONFIGMAKE_ prefix from generated macro names.  Suggested
44891         by Bruno Haible.
44892
44893 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44894
44895         * m4/isapipe.m4: New file.
44896
44897 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
44898
44899         * lib/isapipe.c, lib/isapipe.h: New files.
44900
44901 2006-08-29  Jim Meyering  <jim@meyering.net>
44902
44903         * modules/configmake (Makefile.am): Make configmake.h depend on
44904         Makefile.  Otherwise, a stale configmake.h could hang around.
44905
44906 2006-08-29  Eric Blake  <ebb9@byu.net>
44907
44908         * lib/error.c (error_at_line, print_errno_message): Match libc, after
44909         resolution of upstream bug 3044.
44910
44911 2006-08-29  Bruno Haible  <bruno@clisp.org>
44912
44913         * modules/localcharset (Depends-on): Add configmake.
44914         (Makefile.am): Remove setting of LIBDIR through DEFS.
44915
44916 2006-08-29  Bruno Haible  <bruno@clisp.org>
44917
44918         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
44919         defined.
44920
44921 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44922
44923         * modules/fcntl: New file.
44924         * modules/chdir-safer (Depends-on): Add fcntl.
44925         * modules/fts: Likewise.
44926         * modules/mkdir-p: Likewise.
44927
44928         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
44929         This undoes the most recent change, since we're now addressing the
44930         problem in a different way.
44931
44932         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
44933         into output, since the output might be called Makefile.am even
44934         if $makefile_name is something different.
44935         (func_import): Use $makefile_am rather than
44936         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
44937         empty.
44938
44939         * modules/inttypes (Files): Add m4/inttypes-h.m4.
44940
44941 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44942
44943         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
44944         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
44945         recent change to stdint.m4, since we're now addressing the problem in a
44946         different way.
44947
44948 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44949
44950         * m4/fcntl_h.m4: New file.
44951
44952 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
44953
44954         * lib/fcntl_.h: New file.
44955         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
44956         the fcntl module.
44957         * lib/dirchownmod.c: Likewise.
44958         * lib/fts.c: Likewise.
44959
44960         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
44961         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
44962         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
44963         just before including <inttypes.h>, to avoid circular inclusion.
44964
44965 2006-08-28  Jim Meyering  <jim@meyering.net>
44966
44967         * doc/visibility.texi: Actually read and correct the grammar of the
44968         sentence affected by yesterday's change.
44969
44970 2006-08-28  Eric Blake  <ebb9@byu.net>
44971
44972         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
44973         needs wrapper.
44974
44975 2006-08-28  Eric Blake  <ebb9@byu.net>
44976
44977         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
44978
44979 2006-08-28  Eric Blake  <ebb9@byu.net>
44980
44981         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
44982
44983 2006-08-28  Bruno Haible  <bruno@clisp.org>
44984
44985         * modules/c-strstr: New file, from GNU gettext.
44986         * MODULES.html.sh (String handling): Add c-strstr.
44987
44988 2006-08-28  Bruno Haible  <bruno@clisp.org>
44989
44990         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
44991         macros.
44992         Reported by Eric Blake.
44993
44994 2006-08-28  Bruno Haible  <bruno@clisp.org>
44995
44996         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
44997         (VASNPRINTF): Return a string of length > INT_MAX without failing.
44998         * lib/vasprintf.c: Include errno.h, limits.h.
44999         (EOVERFLOW): New fallback definition.
45000         (vasprintf): Test here whether the string length is > INT_MAX.
45001         * lib/vsnprintf.c: Include errno.h, limits.h.
45002         (EOVERFLOW): New fallback definition.
45003         (vsnprintf): Fix bug when generated string was too long for the buffer.
45004         Test here whether the string length is > INT_MAX.
45005
45006 2006-08-28  Bruno Haible  <bruno@clisp.org>
45007
45008         * lib/inttypes_.h (SCNX*): Remove definitions.
45009         Reported by Eric Blake.
45010
45011 2006-08-28  Bruno Haible  <bruno@clisp.org>
45012
45013         * lib/c-strstr.h: New file, from GNU gettext.
45014         * lib/c-strstr.c: New file, from GNU gettext.
45015
45016 2006-08-28  Bruno Haible  <bruno@clisp.org>
45017
45018         * gnulib-tool: Reorder some statements.
45019
45020 2006-08-28  Bruno Haible  <bruno@clisp.org>
45021
45022         * gnulib-tool: New option --makefile-name.
45023         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
45024         $makefile_name.
45025         (func_import): Write $makefile_name to the cache file, and read it from
45026         there unless explicitly specified. Use $makefile_name as file name
45027         instead of Makefile.am. Adjust the recommendations accordingly.
45028
45029 2006-08-28  Bruno Haible  <bruno@clisp.org>
45030
45031         * gnulib-tool (func_verify_module): Check against misapplying patch.
45032
45033 2006-08-28  Bruno Haible  <bruno@clisp.org>
45034
45035         * gnulib-tool (func_relativize, func_relconcat): New functions.
45036         Give an error if --local-dir is given with --update.
45037         Remove trailing slashes from $local_gnulib_dir.
45038         (func_import): Store the relativized $local_gnulib_dir in
45039         gnulib-cache.m4, and read it from there if not specified explicitly.
45040
45041 2006-08-28  Bruno Haible  <bruno@clisp.org>
45042
45043         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
45044         is the current directory. Respect also $local_gnulib_dir.
45045
45046 2006-08-28  Bruno Haible  <bruno@clisp.org>
45047             Simon Josefsson  <jas@extundo.com>
45048
45049         BeOS portability.
45050         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
45051
45052 2006-08-27  Jim Meyering  <jim@meyering.net>
45053
45054         * doc/visibility.texi: Remove duplicate word: "pointer".
45055
45056 2006-08-26  Bruno Haible  <bruno@clisp.org>
45057
45058         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
45059         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
45060         (Makefile.am): Create inttypes.h from inttypes_.h.
45061         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
45062
45063         * modules/imaxabs: New file.
45064
45065         * modules/imaxdiv: New file.
45066
45067 2006-08-26  Bruno Haible  <bruno@clisp.org>
45068
45069         * m4/inttypes.m4: New file.
45070         * m4/_inttypes_h.m4: Remove file.
45071         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
45072         PRI_MACROS_BROKEN.
45073         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
45074
45075         * m4/imaxabs.m4: New file.
45076
45077         * m4/imaxdiv.m4: New file.
45078
45079 2006-08-26  Bruno Haible  <bruno@clisp.org>
45080
45081         * lib/inttypes_.h: New file.
45082         * lib/inttypes.h: Remove file.
45083         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
45084
45085         * lib/imaxabs.c: New file.
45086
45087         * lib/imaxdiv.c: New file.
45088
45089 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45090
45091         New config-h module, so that "make" output needn't be cluttered
45092         by -DHAVE_CONFIG_H.
45093         * MODULES.html.sh (Support for building libraries and executables):
45094         Add config-h.
45095         * modules/config-h: New file.
45096         * gnulib-tool (nl, sed_transform_lib_file): New vars.
45097         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
45098         the config-h module is used.
45099
45100         New configmake module, so that "make" output needn't be cluttered
45101         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
45102         * MODULES.html.sh (Support for building libraries and executables):
45103         Add configmake.
45104         * modules/configmake: New file.
45105
45106 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45107
45108         * m4/config-h.m4: New file.
45109
45110 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45111
45112         * config/srclist.txt: Add elisp-comp.
45113
45114 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45115
45116         * MODULES.html.sh (Support for building libraries and executables):
45117         Add elisp-comp.
45118         * build-aux/elisp-comp: New file.
45119         * modules/elisp-comp: New file.
45120
45121 2006-08-24  Bruno Haible  <bruno@clisp.org>
45122
45123         * gnulib-tool (func_create_testdir): Use non-default values of
45124         sourcebase and m4base.
45125
45126 2006-08-24  Bruno Haible  <bruno@clisp.org>
45127
45128         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
45129         HTML structure.
45130
45131 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
45132
45133         * modules/openat (Depends-on): Add lchown.
45134
45135 2006-08-23  Bruno Haible  <bruno@clisp.org>
45136
45137         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
45138         of gl_LOCK_EARLY instead of gl_LOCK.
45139
45140 2006-08-23  Bruno Haible  <bruno@clisp.org>
45141
45142         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
45143         on OSF/1 to no.
45144         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
45145
45146 2006-08-23  Bruno Haible  <bruno@clisp.org>
45147
45148         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
45149         as unusable.
45150
45151         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
45152         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
45153         (gl_LOCK): New macro.
45154
45155 2006-08-22  Simon Josefsson  <jas@extundo.com>
45156
45157         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
45158         to md5 module.
45159
45160 2006-08-22  Simon Josefsson  <jas@extundo.com>
45161
45162         * MODULES.html.sh: Add "Support for maintaining and release
45163         projects".
45164
45165         * build-aux/gnupload: New file, from coreutils.
45166
45167 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45168
45169         Avoid the need for AC_LIBSOURCES in m4 macros.
45170         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
45171         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
45172         * modules/check-version (EXTRA_DIST): Add check-version.h.
45173         * modules/crc (EXTRA_DIST): Add crc.h.
45174         * modules/des (EXTRA_DIST): Add des.h.
45175         * modules/gc (EXTRA_DIST): Add gc.h.
45176         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
45177         * modules/getline (EXTRA_DIST): Add getline.h.
45178         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
45179         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
45180         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
45181         * modules/md2 (EXTRA_DIST): Add md2.h.
45182         * modules/md4 (EXTRA_DIST): Add md4.h.
45183         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
45184         * modules/read-file (EXTRA_DIST): Add read-file.h.
45185         * modules/readline (EXTRA_DIST): Add readline.h.
45186         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
45187         rijndael-api-fst.h.
45188
45189 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45190
45191         * m4/rijndael.m4 (gl_ARCFOUR):
45192         * m4/arctwo.m4 (gl_ARCTWO):
45193         * m4/check-version.m4 (gl_CHECK_VERSION):
45194         * m4/crc.m4 (gl_CRC):
45195         * m4/des.m4 (gl_DES):
45196         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
45197         * m4/gc.m4 (gl_GC):
45198         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
45199         * m4/getline.m4 (gl_FUNC_GETLINE):
45200         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
45201         * m4/hmac-md5.m4 (gl_HMAC_MD5):
45202         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
45203         * m4/md2.m4 (gl_MD2):
45204         * m4/md4.m4 (gl_MD4):
45205         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
45206         * m4/read-file.m4 (gl_FUNC_READ_FILE):
45207         * m4/readline.m4 (gl_FUNC_READLINE):
45208         * m4/rijndael.m4 (gl_RIJNDAEL):
45209         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
45210         to get the necessary .h files and whatnot.
45211
45212 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45213
45214         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
45215         gnulib rather than the other way around.
45216         * config/srclistvars.sh (COREUTILS): Remove.
45217
45218 2006-08-22  Jim Meyering  <jim@meyering.net>
45219
45220         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
45221
45222         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
45223
45224 2006-08-22  Eric Blake  <ebb9@byu.net>
45225
45226         * modules/regexprops-generic: New file.
45227         * MODULES.html.sh (Support for building documentation): List it.
45228
45229 2006-08-22  Eric Blake  <ebb9@byu.net>
45230
45231         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
45232         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
45233         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
45234         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
45235
45236 2006-08-22  Bruno Haible  <bruno@clisp.org>
45237
45238         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
45239         and lib_LTLIBRARIES like the other lib_* variables.
45240
45241 2006-08-22  Bruno Haible  <bruno@clisp.org>
45242
45243         * build-aux/x-to-1.in: New file, from GNU gettext.
45244
45245 2006-08-22  Bruno Haible  <bruno@clisp.org>
45246
45247         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
45248         <utmpx.h> exists.
45249
45250 2006-08-22  Bruno Haible  <bruno@clisp.org>
45251
45252         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
45253         <utmpx.h> exists.
45254
45255 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45256
45257         BeOS portability.
45258         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
45259         exist.
45260         Problem reported by Bruno Haible.
45261
45262 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45263
45264         Avoid the need for AC_LIBSOURCES in m4 macros.
45265         * modules/acl (EXTRA_DIST): Add acl.h.
45266         * modules/argmatch (Files): Add m4/argmatch.m4.
45267         (configure.ac): Add gl_ARGMATCH.
45268         (EXTRA_DIST): Renamed from lib_SOURCES, for
45269         consistency with the other modules.  Remove argmatch.c.
45270         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
45271         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
45272         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
45273         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
45274         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
45275         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
45276         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
45277         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
45278         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
45279         * modules/closeout (EXTRA_DIST): Add closeout.h.
45280         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
45281         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
45282         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
45283         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
45284         dirname.h; remove basename.c and stripslash.c.
45285         * modules/exclude (EXTRA_DIST): Add exclude.h.
45286         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
45287         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
45288         * modules/file-type (EXTRA_DIST): Add file-type.h.
45289         * modules/filemode (EXTRA_DIST): Add filemode.h.
45290         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
45291         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
45292         * modules/fpending (EXTRA_DIST): Add __fpending.h.
45293         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
45294         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
45295         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
45296         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
45297         * modules/getdate (EXTRA_DIST): Add getdate.c.
45298         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
45299         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
45300         * modules/getpass (EXTRA_DIST): Add getpass.h.
45301         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
45302         * modules/group-member (EXTRA_DIST): Add group-member.h.
45303         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
45304         * modules/hash (EXTRA_DIST): Add hash.h.
45305         * modules/human (EXTRA_DIST): Add human.h.
45306         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
45307         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
45308         * modules/lchown (EXTRA_DIST): Add lchown.h.
45309         * modules/long-options (EXTRA_DIST): Add long-options.h.
45310         * modules/lstat (EXTRA_DIST): Add lstat.h.
45311         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
45312         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
45313         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
45314         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
45315         * modules/memxor (EXTRA_DIST): Add memxor.h.
45316         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
45317         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
45318         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
45319         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
45320         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
45321         * modules/physmem (EXTRA_DIST): Add physmem.h.
45322         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
45323         * modules/posixver (EXTRA_DIST): Add posixver.h.
45324         * modules/quote (EXTRA_DIST): Add quote.h.
45325         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
45326         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
45327         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
45328         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
45329         regex_internal.h regexec.c.
45330         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
45331         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
45332         * modules/same (EXTRA_DIST): Add same.h.
45333         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
45334         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
45335         * modules/savedir (EXTRA_DIST): Add savedir.h.
45336         * modules/sha1 (EXTRA_DIST): Add sha1.h.
45337         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
45338         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
45339         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
45340         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
45341         * modules/strdup (EXTRA_DIST): Add strdup.h.
45342         * modules/strftime (EXTRA_DIST): Add strftime.h.
45343         * modules/strndup (EXTRA_DIST): Add strndup.h.
45344         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
45345         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
45346         * modules/time_r (EXTRA_DIST): Add time_r.h.
45347         * modules/timespec (EXTRA_DIST): Add timespec.h.
45348         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
45349         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
45350         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
45351         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
45352         * modules/userspec (EXTRA_DIST): Add userspec.h.
45353         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
45354         * modules/utimens (EXTRA_DIST): Add utimens.h.
45355         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
45356         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
45357         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
45358         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
45359         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
45360         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
45361         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
45362         * modules/yesno (EXTRA_DIST): Add yesno.h.
45363
45364 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45365
45366         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
45367
45368         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
45369         * m4/dev-ino.m4, same-inode.m4: Remove.
45370
45371         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
45372         * m4/acl.m4 (AC_FUNC_ACL):
45373         * m4/backupfile.m4 (gl_BACKUPFILE):
45374         * m4/c-strtod.m4 (gl_C99_STRTOLD):
45375         * m4/canon-host.m4 (gl_CANON_HOST):
45376         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
45377         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
45378         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
45379         * m4/cloexec.m4 (gl_CLOEXEC):
45380         * m4/close-stream.m4 (gl_CLOSE_STREAM):
45381         * m4/closeout.m4 (gl_CLOSEOUT):
45382         * m4/dirfd.m4 (gl_FUNC_DIRFD):
45383         * m4/dirname.m4 (gl_DIRNAME):
45384         * m4/exclude.m4 (gl_EXCLUDE):
45385         * m4/exitfail.m4 (gl_EXITFAIL):
45386         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
45387         * m4/file-type.m4 (gl_FILE_TYPE):
45388         * m4/filemode.m4 (gl_FILEMODE):
45389         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
45390         * m4/fpending.m4 (gl_FUNC_FPENDING):
45391         * m4/fprintftime.m4 (gl_FPRINTFTIME):
45392         * m4/fts.m4 (gl_FUNC_FTS):
45393         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
45394         * m4/getdate.m4 (gl_GETDATE):
45395         * m4/gethrxtime.m4 (gl_GETHRXTIME):
45396         * m4/getpagesize.m4 (gl_GETPAGESIZE):
45397         * m4/getpass.m4 (gl_FUNC_GETPASS):
45398         * m4/gettime.m4 (gl_GETTIME):
45399         * m4/getugroups.m4 (gl_GETUGROUPS):
45400         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
45401         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
45402         * m4/hard-locale.m4 (gl_HARD_LOCALE):
45403         * m4/hash.m4 (gl_HASH):
45404         * m4/idcache.m4 (gl_IDCACHE):
45405         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
45406         * m4/lchown.m4 (gl_FUNC_LCHOWN):
45407         * m4/long-options.m4 (gl_LONG_OPTIONS):
45408         * m4/lstat.m4 (gl_FUNC_LSTAT):
45409         * m4/md5.m4 (gl_MD5):
45410         * m4/memcasecmp.m4 (gl_MEMCASECMP):
45411         * m4/memcoll.m4 (gl_MEMCOLL):
45412         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
45413         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
45414         * m4/memxor.m4 (gl_MEMXOR):
45415         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
45416         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
45417         * m4/modechange.m4 (gl_MODECHANGE):
45418         * m4/mountlist.m4 (gl_MOUNTLIST):
45419         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
45420         * m4/openat.m4 (gl_FUNC_OPENAT):
45421         * m4/pathmax.m4 (gl_PATHMAX):
45422         * m4/physmem.m4 (gl_PHYSMEM):
45423         * m4/posixtm.m4 (gl_POSIXTM):
45424         * m4/posixver.m4 (gl_POSIXVER):
45425         * m4/quote.m4 (gl_QUOTE):
45426         * m4/quotearg.m4 (gl_QUOTEARG):
45427         * m4/readtokens.m4 (gl_READTOKENS):
45428         * m4/readutmp.m4 (gl_READUTMP):
45429         * m4/regex.m4 (gl_REGEX):
45430         * m4/safe-read.m4 (gl_SAFE_READ):
45431         * m4/safe-write.m4 (gl_SAFE_WRITE):
45432         * m4/same.m4 (gl_SAME):
45433         * m4/save-cwd.m4 (gl_SAVE_CWD):
45434         * m4/savedir.m4 (gl_SAVEDIR):
45435         * m4/settime.m4 (gl_SETTIME):
45436         * m4/sha1.m4 (gl_SHA1):
45437         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
45438         * m4/stat-macros.m4 (gl_STAT_MACROS):
45439         * m4/stat-time.m4 (gl_STAT_TIME):
45440         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
45441         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
45442         * m4/strdup.m4 (gl_FUNC_STRDUP):
45443         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
45444         * m4/strndup.m4 (gl_FUNC_STRNDUP):
45445         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
45446         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
45447         * m4/time_r.m4 (gl_TIME_R):
45448         * m4/timespec.m4 (gl_TIMESPEC):
45449         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
45450         * m4/unlinkdir.m4 (gl_UNLINKDIR):
45451         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
45452         * m4/userspec.m4 (gl_USERSPEC):
45453         * m4/utimecmp.m4 (gl_UTIMECMP):
45454         * m4/utimens.m4 (gl_UTIMENS):
45455         * m4/xalloc.m4 (gl_XALLOC):
45456         * m4/xgetcwd.m4 (gl_XGETCWD):
45457         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
45458         * m4/xreadlink.m4 (gl_XREADLINK):
45459         * m4/xstrtod.m4 (gl_XSTRTOD):
45460         * m4/yesno.m4 (gl_YESNO):
45461         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
45462         to get the necessary .h files and whatnot.
45463
45464 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
45465             Bruno Haible  <bruno@clisp.org>
45466
45467         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
45468         /bin/sh understanding of '!' conditional negation.
45469
45470 2006-08-21  Jim Meyering  <jim@meyering.net>
45471
45472         * modules/openat (Depends-on): Really alphabetize.
45473
45474         * modules/acl (Depends-on): Add error and quote.
45475
45476         * check-module (find_included_lib_files): Add at-func.c to the
45477         ok-to-include-more-than-once white list.
45478
45479         * modules/openat (Depends-on): Add lstat.  Alphabetize.
45480
45481 2006-08-21  Bruno Haible  <bruno@clisp.org>
45482
45483         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45484         Emit a pkgdata_DATA variable only if some snippets add contents to it.
45485         Reported by Martin Lambers <marlam@marlam.de>.
45486
45487 2006-08-21  Bruno Haible  <bruno@clisp.org>
45488
45489         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
45490         specify an installation location, don't emit a noinst_LIBRARIES or
45491         noinst_LTLIBRARIES assignment.
45492
45493 2006-08-21  Bruno Haible  <bruno@clisp.org>
45494
45495         BeOS portability.
45496         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
45497         BeOS has mbrtowc() but no <wctype.h>.
45498
45499 2006-08-21  Bruno Haible  <bruno@clisp.org>
45500
45501         BeOS portability.
45502         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
45503         exist.
45504
45505 2006-08-21  Bruno Haible  <bruno@clisp.org>
45506
45507         BeOS portability.
45508         * lib/mbchar.h: Include <wctype.h> only if it exists.
45509
45510 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45511
45512         Remove files that are no longer needed by their respective modules.
45513         * m4/obstack.m4: Remove.
45514         * m4/strerror_r.m4: Remove.
45515         * m4/uint32_t.m4: Remove.
45516         * m4/uintptr_t.m4: Remove.
45517         * m4/ullong_max.m4: Remove.
45518         * m4/xstrtoimax.m4: Remove.
45519         * m4/xstrtoumax.m4: Remove.
45520
45521         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
45522         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
45523         dependencies now capture this.
45524
45525         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
45526         Do not use AC_LIBSOURCES, since gnulib modules now do this.
45527         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
45528         * m4/human.m4 (gl_HUMAN): Likewise.
45529         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
45530         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
45531
45532         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
45533
45534         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
45535         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
45536         stdint.
45537         * m4/human.m4 (gl_HUMAN): Likewise.
45538         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
45539         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
45540         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
45541         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
45542         * m4/xstrtol (gl_XSTRTOL): Likewise.
45543
45544         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
45545         AC_TYPE_LONG_LONG_INT.
45546         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
45547         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
45548         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
45549         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
45550
45551         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
45552         on stdbool.
45553
45554         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
45555         (gl_PREREQ_XSTRTOUL): Remove.
45556
45557         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
45558
45559         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
45560         mode.
45561
45562 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45563
45564         Add and change modules to make it easier for coreutils to use
45565         gnulib-tool.
45566         * modules/backupfile (Files): Remove m4/d-ino.m4.
45567         (Depends-on): Add d-ino.
45568         * modules/cycle-check (Depends-on): Add stdint.
45569         (lib_SOURCES): Add cycle-check.h.
45570         * modules/d-ino: New module.
45571         * modules/d-type: New module.
45572         * modules/error (Files): Remove m4/strerror_r.m4.
45573         * modules/filemode (Files): Add m4/st_dm_mode.m4.
45574         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
45575         m4/inttypes_h.m4, m4/uintmax_t.m4.
45576         (Depends-on): Add stdint.
45577         (lib_SOURCES): Add fsusage.h.
45578         * modules/getcwd (Files): Remove d-ino.m4.
45579         (Depends-on): Add d-ino.
45580         * modules/getndelim2 (Depends-on): Add stdint.
45581         * modules/glob (Files): Remove m4/d-type.m4.
45582         (Depends-on): Add d-type.
45583         * modules/host-os: New module.
45584         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
45585         m4/inttypes_h.m4, m4/uintmax_t.m4.
45586         * Depends-on: Add stdint.
45587         (lib_SOURCES): Add human.h.
45588         * modules/inttostr (Files): Remove m4/intmax_t.m4,
45589         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
45590         m4/uintmax_t.m4, m4/ulonglong.m4.
45591         (Depends-on): Add stdint.
45592         (EXTRA_DIST): Add inttostr.h.
45593         * modules/lchmod: New module.
45594         * modules/link-follow: New module.
45595         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
45596         (Depends-on): Add lchmod.
45597         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
45598         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
45599         (Depends-on): Add stdint.
45600         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
45601         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
45602         (Depends-on): Add stdint.
45603         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
45604         * modules/perl: New module.
45605         * modules/regex (Depends-on): Add stdint.
45606         * modules/rmdir-errno: New module.
45607         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
45608         m4/intmax_t.m4.
45609         (Depends-on): Add stdint.
45610         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
45611         m4/uintmax_t.m4.
45612         (Depends-on): Add stdint.
45613         * modules/unlink-busy: New module.
45614         * modules/utimecmp (Depends-on): Add stdint.
45615         * modules/uptime: New module.
45616         * modules/winsz-ioctl: New module.
45617         * modules/winsz-termios: New module.
45618         * modules/xnanosleep (Depends-on): Add nanosleep.
45619         * modules/ullong_max: Remove.
45620         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
45621         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
45622         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
45623         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
45624         (Depends-on): Add inttypes.
45625         (lib_SOURCES): Add xstrtol.h.
45626         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
45627         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
45628         * MODULES.html.sh: Move 'assert' into the assert section.
45629         Move 'dummy' into the linking section.
45630         Remove ullong_max.
45631         Add section for compatibility checks for POSIX:2001 functions,
45632         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
45633         winsz-ioctl, and winsz-termios into it.
45634         Add lchmod.
45635         Add top-level Misc section and put host-os, perl, and uptime
45636         into it.
45637
45638 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45639
45640         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
45641         now assume the stdint module.  Do not include inttypes.h.
45642         * lib/fsusage.h: Likewise.
45643         * lib/getndelim2.c: Likewise.
45644         * lib/human.h: Likewise.
45645         * lib/inttostr.h: Likewise.
45646         * lib/obstack.c: Likewise.
45647         * lib/regex_internal.h: Likewise.
45648         * lib/tempname.c: Likewise.
45649         * lib/utimecmp.c: Likewise.
45650         * lib/xstrtol.h: Likewise.
45651
45652         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
45653
45654         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
45655         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
45656         * lib/xtime.h: Likewise.
45657
45658 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45659
45660         * modules/openat (Files): Add lib/fchmodat.c.
45661         Fixes problem reported by Jay Youngman.
45662
45663 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45664
45665         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
45666         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
45667
45668 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
45669             Bruno Haible  <bruno@clisp.org>
45670
45671         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
45672         and is a script that invokes bison. Tighten the code. Add comments.
45673
45674 2006-08-18  Jim Meyering  <jim@meyering.net>
45675
45676         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
45677         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
45678         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
45679         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
45680
45681 2006-08-18  Bruno Haible  <bruno@clisp.org>
45682
45683         * modules/bison-i18n: New file.
45684         * MODULES.html.sh (Internationalization functions): Add it.
45685
45686 2006-08-18  Bruno Haible  <bruno@clisp.org>
45687
45688         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
45689         sys/statvfs.h. When getmntinfo was found, check its declaration and
45690         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
45691
45692 2006-08-18  Bruno Haible  <bruno@clisp.org>
45693
45694         * m4/bison-i18n.m4: New file, from bison.
45695
45696 2006-08-18  Bruno Haible  <bruno@clisp.org>
45697
45698         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
45699         (ME_DUMMY): Treat "kernfs" as a dummy.
45700         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
45701
45702 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45703
45704         Update from coreutils.
45705
45706         2006-08-15  Jim Meyering  <jim@meyering.net>
45707
45708         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
45709
45710         2006-01-17  Jim Meyering  <jim@meyering.net>
45711
45712         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
45713
45714         2006-01-11  Jim Meyering  <jim@meyering.net>
45715
45716         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
45717         Check for the lchmod function.
45718
45719 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45720
45721         Update from coreutils.
45722
45723         * lib/__fpending.h: Add copyright notice.
45724         * lib/fprintftime.h: Likewise.
45725         * lib/savedir.c: Use (C) in copyright notice.
45726         * lib/savedir.h: Likewise.
45727
45728         2006-08-15  Jim Meyering  <jim@meyering.net>
45729
45730         * lib/at-func.c: New file, with the logic of all emulated at-functions.
45731         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
45732         in support of the EXPECTED_ERRNO macro.
45733         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
45734         definitions.  Instead, define the appropriate symbols and include
45735         "at-func.c".
45736         * lib/mkdirat.c (mkdirat): Likewise.
45737         * lib/fchmodat.c (fchmodat): Likewise.
45738         (ENOSYS): Remove definition.
45739         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
45740         it.  Don't include "unistd--.h" -- it wasn't ever used.
45741
45742         2006-01-17  Jim Meyering  <jim@meyering.net>
45743
45744         Rewrite fts.c not to change the current working directory,
45745         by using openat, fstatat, fdopendir, etc..
45746
45747         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
45748         (HAVE_OPENAT_SUPPORT): Define.
45749         [_LIBC] (fchdir): Don't undef or define; no longer used.
45750         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
45751         Now, this `function' always succeeds, and consumes its file descriptor
45752         parameter -- so callers must not close such FDs.  Update callers.
45753         (diropen_fd, opendirat, cwd_advance_fd): New functions.
45754         (diropen): Add parameter, SP.  Adjust all callers.
45755         Implement using diropen_fd, rather than open.
45756         (fts_open): Initialize new member, fts_cwd_fd.
45757         Remove fts_rft-setting code.
45758         (fts_close): Close fts_cwd_fd, if necessary.
45759         (__opendir2): Define in terms of opendir or opendirat,
45760         depending on whether the FST_NOCHDIR flag is set.
45761         (fts_build): Since fts_safe_changedir consumes its FD, and since
45762         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
45763         and close the dup'd file descriptor upon failure.
45764         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
45765         (fts_safe_changedir): Tweak semantics to reflect that this function
45766         now calls cwd_advance_fd and hence consumes its FD argument.
45767         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
45768         [struct FTS] (fts_rft): Remove now-unused member.
45769         [struct FTS] (fts_cycle.state): Improve comment.
45770
45771         * lib/openat.c (openat_needs_fchdir): New function.
45772         * lib/openat.h (openat_needs_fchdir): Declare it.
45773
45774 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
45775
45776         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
45777         Problem and fix reported by Pádraig Brady in
45778         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
45779
45780 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45781
45782         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
45783
45784 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45785
45786         * lib/memcoll.c (memcoll): Optimize for the common case where the
45787         arguments are bytewise equal.
45788
45789 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45790
45791         * doc/regexprops-generic.texi: Add a copyright notice.
45792
45793 2006-08-15  Bruno Haible  <bruno@clisp.org>
45794
45795         * modules/tmpdir (License): Change to LGPL.
45796
45797 2006-08-15  Bruno Haible  <bruno@clisp.org>
45798
45799         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
45800         module.
45801
45802 2006-08-14  Simon Josefsson  <jas@extundo.com>
45803
45804         * config/srclist.txt: Add gnupload.
45805
45806 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45807
45808         Change copyright notice from LGPL 2 to GPL 2, since that's the
45809         standard form used in the gnulib repository.
45810         * tests/test-lock.c: Likewise.
45811         * tests/test-stdint.c: Likewise.
45812         * tests/test-tls.c: Likewise.
45813
45814         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
45815         prelude-manager.  User shorter URLs for GNU projects, without '?'.
45816         Add copyright notice.
45817
45818         * check-module: Add copyright notice.  Output a copyright
45819         notice if "--version" is specified.
45820         * modules/COPYING: New file.
45821         * tests/test-getaddrinfo.c: Add copyright notice.
45822         * tests/test-verify.c: Likewise.
45823
45824 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45825
45826         Change copyright notice from LGPL 2 to GPL 2, since that's the
45827         standard form used in the gnulib repository.
45828         * lib/lock.c: LGPL -> GPL.
45829         * lib/lock.h: Likewise.
45830         * lib/strnlen1.c: Likewise.
45831         * lib/strnlen1.h: Likewise.
45832         * lib/tls.c: Likewise.
45833         * lib/tls.h: Likewise.
45834         * lib/tmpdir.c: Likewise.
45835
45836         * lib/TODO: Remove; this belongs only in coreutils.
45837
45838 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45839
45840         Add copyright notices to long-enough files that lack them, since
45841         otherwise the files aren't clearly free.  Use the same notice that
45842         getdate.texi already uses.
45843         * doc/alloca-opt.texi: Add copyright notice.
45844         * doc/alloca.texi: Likewise.
45845         * doc/ctime.texi: Likewise.
45846         * doc/functions.texi: Likewise.
45847         * doc/gcd.texi: Likewise.
45848         * doc/gnulib-tool.texi: Likewise.
45849         * doc/inet_ntoa.texi: Likewise.
45850         * doc/visibility.texi: Likewise.
45851
45852         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
45853         * doc/quote.texi: Add copyright notice.
45854
45855         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
45856         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
45857         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
45858         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
45859         is now obsolete, and give a pointer to the Sun list.
45860         Add copyright notice.
45861
45862 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45863
45864         * config/srclistvars.sh: Add copyright notice.
45865
45866 2006-08-14  Eric Blake  <ebb9@byu.net>
45867
45868         Import the following change from libc:
45869
45870         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
45871
45872         Upstream bug 2997.
45873         * lib/misc/error.c: Add space between program name and message if file
45874         name is missing.
45875
45876 2006-08-12  Karl Berry  <karl@gnu.org>
45877
45878         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
45879         remove, these originate in gnulib now.
45880
45881 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45882
45883         * doc/Makefile (standards.info standards.html standards.dvi):
45884         Also depend on make-stds.texi.
45885
45886 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
45887
45888         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
45889         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
45890
45891         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
45892         in wchar_t.  Problem reported by Eric Blake.
45893
45894         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
45895         LEN is smaller than SIZE.  Suggested by Bruno Haible.
45896         Also, help the compiler to keep LEN in a register.
45897
45898 2006-08-11  Eric Blake  <ebb9@byu.net>
45899
45900         * users.txt: Sort.  Add tar.
45901
45902 2006-08-11  Bruno Haible  <bruno@clisp.org>
45903
45904         * users.txt: New file.
45905
45906 2006-08-11  Bruno Haible  <bruno@clisp.org>
45907
45908         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
45909         before <wchar.h>. Needed for OSF/1 and BSD/OS.
45910
45911 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45912
45913         * modules/snprintf (Depends-on): Remove minmax.
45914         (Maintainer): Add self and Bruno.
45915
45916 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
45917
45918         * lib/.cppi-disable: Add snprintf.h, socket_.h.
45919         * lib/snprintf.c: Include <errno.h> and <limits.h>.
45920         (EOVERFLOW): Define if the system does not.
45921         Do not include "minmax.h"; it wasn't used.
45922         (snprintf): Don't assume size_t promotes to an unsigned type.
45923         Fix bug when generated string was too long for the buffer: the
45924         buffer's contents are supposed to be the initial prefix of the
45925         output.  Don't assume vasnprintf returns EOVERFLOW if the size
45926         exceeds INT_MAX; do the check ourselves.
45927
45928         Import the following changes from libc:
45929
45930         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
45931
45932         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
45933         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
45934         set wc to the byte which couldn't be converted.
45935         (re_string_reconstruct): Don't clear valid_raw_len before calling
45936         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
45937         tip_context using re_string_context_at.
45938
45939         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
45940
45941         * lib/posix/regex.h: g++ still cannot handled [restrict].
45942
45943         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
45944
45945         * lib/posix/regex.h: Remove special handling for VMS.
45946
45947 2006-08-10  Jim Meyering  <jim@meyering.net>
45948
45949         * modules/same-inode: New module.
45950         * modules/dev-ino: New module.
45951         * modules/cycle-check: Depend on these modules, rather than simply
45952         including their .h files.
45953         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
45954         required via m4/cycle-check.m4.
45955         * modules/same: Depend on new same-inode module, rather than
45956         including same-inode.h.
45957         * modules/chdir-safer: New file.
45958
45959         * modules/chown (Depends-on): Add stat-macros.
45960
45961 2006-08-10  Jim Meyering  <jim@meyering.net>
45962
45963         * m4/cycle-check.m4: New file.
45964         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
45965         * m4/dev-ino.m4, m4/same-inode.m4: New files.
45966
45967 2006-08-10  Eric Blake  <ebb9@byu.net>
45968
45969         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
45970         in from original proposal.
45971
45972 2006-08-10  Eric Blake  <ebb9@byu.net>
45973         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
45974
45975         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
45976         namespace.
45977
45978 2006-08-10  Bruno Haible  <bruno@clisp.org>
45979
45980         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
45981         as well.
45982
45983 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45984
45985         Sync from coreutils.
45986
45987         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
45988
45989         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
45990         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
45991
45992 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45993
45994         * modules/restrict: Remove; no longer needed now that we assume
45995         Autoconf 2.59 or later.
45996         * MODULES.html.sh: Remove 'restrict'.
45997         * modules/argp (Depends-on): Remove 'restrict'.
45998         * modules/base64 (Depends-on): Likewise.
45999         * modules/gc (Depends-on): Likewise.
46000         * modules/getaddrinfo (Depends-on): Likewise.
46001         * modules/glob (Depends-on): Likewise.
46002         * modules/inet_ntop (Depends-on): Likewise.
46003         * modules/inet_pton (Depends-on): Likewise.
46004         * modules/memxor (Depends-on): Likewise.
46005         * modules/regex (Depends-on): Likewise.
46006         * modules/strtok_r (Depends-on): Likewise.
46007         * modules/time_r (Depends-on): Likewise.
46008
46009 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46010
46011         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
46012         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
46013         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46014         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
46015         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
46016         * m4/memxor.m4 (gl_MEMXOR): Likewise.
46017         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
46018         gl_C_RESTRICT replaced by AC_C_RESTRICT.
46019
46020         Merge from coreutils.
46021         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
46022         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
46023         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
46024         * m4/time_r.m4 (gl_TIME_R): Likewise.
46025
46026 2006-08-09  Karl Berry  <karl@gnu.org>
46027
46028         * config/srclist.txt: no more gettext-tools, per Bruno.
46029
46030 2006-08-08  Eric Blake  <ebb9@byu.net>
46031
46032         * modules/verror: New module.
46033         * MODULES.html.sh: Document it.
46034
46035 2006-08-08  Eric Blake  <ebb9@byu.net>
46036
46037         * lib/verror.h, lib/verror.c: New files.
46038
46039 2006-08-08  Eric Blake  <ebb9@byu.net>
46040
46041         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
46042         verror_at_line output complies with GNU Coding Standards even when
46043         file is NULL.
46044
46045 2006-08-07  Bruno Haible  <bruno@clisp.org>
46046
46047         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
46048         versions of AIX.
46049         Reported by Ralf Wildenhues.
46050
46051 2006-08-07  Bruno Haible  <bruno@clisp.org>
46052
46053         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
46054         in an AC_DEFUN. Needed so that the autoconf snippets can use
46055         AC_REQUIRE.
46056
46057 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46058
46059         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46060         Initialize pkgdata_DATA.
46061         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
46062         overriding it.
46063
46064 2006-08-06  Eric Blake  <ebb9@byu.net>
46065
46066         * lib/error.h: Fold in some upstream changes from glibc.
46067         * lib/error.c: Likewise.
46068
46069 2006-08-04  Bruno Haible  <bruno@clisp.org>
46070
46071         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46072         Make the mostlyclean-local rule depend on mostlyclean-generic.
46073         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
46074
46075 2006-07-31  Bruno Haible  <bruno@clisp.org>
46076
46077         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
46078         <stdlib.h>, <string.h>.
46079
46080 2006-07-30  Bruno Haible  <bruno@clisp.org>
46081
46082         * modules/readlink (License): Change to LGPL.
46083
46084 2006-07-30  Bruno Haible  <bruno@clisp.org>
46085
46086         * modules/javaversion (Makefile.am): Distribute javaversion.java and
46087         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
46088         set PKGDATADIR to point to it.
46089
46090 2006-07-30  Bruno Haible  <bruno@clisp.org>
46091
46092         * modules/csharpexec (configure.ac): Comment out macro invocation.
46093         * modules/javaexec (configure.ac): Likewise.
46094         * modules/javacomp-script (configure.ac): Likewise.
46095
46096         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
46097
46098 2006-07-30  Bruno Haible  <bruno@clisp.org>
46099
46100         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
46101         linked-list.
46102
46103 2006-07-30  Bruno Haible  <bruno@clisp.org>
46104
46105         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
46106
46107 2006-07-30  Bruno Haible  <bruno@clisp.org>
46108
46109         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46110         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
46111         get removed.
46112
46113 2006-07-29  Bruno Haible  <bruno@clisp.org>
46114
46115         Make it possible for gnulib-tool to work with locally modified or
46116         augmented gnulib repositories.
46117         * gnulib-tool (func_usage): Document --local-dir option.
46118         (local_gnulib_dir): New variable.
46119         Handle --local-dir option.
46120         (func_lookup_file): New function.
46121         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
46122         (func_get_description, func_get_filelist, func_get_description,
46123         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
46124         func_get_automake_snippet, func_get_include_directive,
46125         func_get_license, func_get_maintainer): Use func_lookup_file.
46126         (func_import, func_create_testdir): Use func_lookup_file.
46127
46128 2006-07-29  Bruno Haible  <bruno@clisp.org>
46129
46130         * modules/setenv (Depends-on): Add unistd.
46131
46132 2006-07-29  Bruno Haible  <bruno@clisp.org>
46133
46134         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
46135
46136 2006-07-29  Bruno Haible  <bruno@clisp.org>
46137
46138         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
46139
46140 2006-07-29  Bruno Haible  <bruno@clisp.org>
46141
46142         * gnulib-tool (import, update): If there is no Makefile.am, look at
46143         aclocal.m4, instead of bailing out.
46144
46145 2006-07-29  Bruno Haible  <bruno@clisp.org>
46146
46147         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
46148         Categorize the options by when they are useful.
46149
46150 2006-07-29  Bruno Haible  <bruno@clisp.org>
46151
46152         * gnulib-tool (func_usage): Document option --no-libtool.
46153         Handle option --no-libtool.
46154         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
46155         for changed semantics of $libtool variable.
46156         (func_import): Likewise. If libtool is not used, show this through
46157         an option --no-libtool.
46158         (func_create_testdir): Update.
46159
46160 2006-07-29  Bruno Haible  <bruno@clisp.org>
46161
46162         * gnulib-tool (func_import): Extend error message about missing
46163         --doc-base.
46164
46165 2006-07-29  Bruno Haible  <bruno@clisp.org>
46166
46167         * gnulib-tool (func_import): Don't create the $docbase directory if
46168         there is no file to store there.
46169
46170 2006-07-29  Bruno Haible  <bruno@clisp.org>
46171
46172         * gnulib-tool (autoconf_minversion): If a --dir option is given and
46173         relevant, look for configure.ac there, not in the current directory.
46174         Also use a simple search for AC_PREREQ, not "autoconf --trace".
46175
46176 2006-07-29  Bruno Haible  <bruno@clisp.org>
46177
46178         * gnulib-tool (SORT): New variable.
46179         (func_usage): Undocument --assume-autoconf option.
46180         Remove --assume-autoconf option handling.
46181         (autoconf_minversion): Determine from the contents of configure.ac.
46182         (func_import): Remove autoconf_minversion handling.
46183         Suggested by Eric Blake.
46184
46185 2006-07-29  Bruno Haible  <bruno@clisp.org>
46186
46187         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
46188
46189 2006-07-29  Bruno Haible  <bruno@clisp.org>
46190
46191         * config/srclist.txt (*setenv.[ch]): Remove rules.
46192
46193 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46194
46195         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
46196
46197 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46198
46199         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
46200         arpa/inet.h.
46201
46202 2006-07-28  Simon Josefsson  <jas@extundo.com>
46203
46204         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
46205         * modules/inet_pton (Depends-on): Likewise.
46206
46207 2006-07-28  Simon Josefsson  <jas@extundo.com>
46208
46209         * m4/netinet_in_h.m4: New file.
46210
46211 2006-07-28  Simon Josefsson  <jas@extundo.com>
46212
46213         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
46214         #include's.
46215
46216 2006-07-28  Simon Josefsson  <jas@extundo.com>
46217
46218         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
46219         #include's.
46220
46221 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
46222
46223         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
46224         setgid on directories only if they set these bits.
46225         * lib/modechange.h: Remove obsolete comment about masks.
46226
46227 2006-07-28  Eric Blake  <ebb9@byu.net>
46228
46229         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
46230         macro expansion.
46231
46232 2006-07-28  Bruno Haible  <bruno@clisp.org>
46233
46234         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
46235
46236 2006-07-28  Bruno Haible  <bruno@clisp.org>
46237
46238         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
46239
46240 2006-07-28  Bruno Haible  <bruno@clisp.org>
46241
46242         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
46243         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
46244         Define fallbacks.
46245         Avoids link error on FreeBSD 4.x.
46246         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
46247
46248         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
46249         encoding.
46250         * lib/mbswidth.c (iswcntrl): Likewise.
46251
46252 2006-07-27  Bruno Haible  <bruno@clisp.org>
46253
46254         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
46255         test.
46256
46257 2006-07-27  Bruno Haible  <bruno@clisp.org>
46258
46259         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
46260         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
46261         defined.
46262
46263 2006-07-26  Eric Blake  <ebb9@byu.net>
46264
46265         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
46266
46267 2006-07-26  Eric Blake  <ebb9@byu.net>
46268
46269         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
46270         like mingw that lack mkstemp.
46271         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
46272         avoid compilation warning on mingw.
46273
46274 2006-07-26  Bruno Haible  <bruno@clisp.org>
46275
46276         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
46277         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
46278         INT_FAST*_MIN, INTPTR_MIN.
46279
46280 2006-07-25  Bruno Haible  <bruno@clisp.org>
46281
46282         * modules/version-etc (Depends-on): Add stdarg.
46283
46284 2006-07-25  Bruno Haible  <bruno@clisp.org>
46285
46286         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
46287         complex commands.
46288
46289 2006-07-25  Bruno Haible  <bruno@clisp.org>
46290
46291         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
46292         defined in <stdarg.h> or config.h.
46293
46294 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
46295
46296         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
46297         (gl_STDIO_SAFER): Remove.
46298
46299 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
46300
46301         * MODULES.html.sh (File stream based Input/Output):
46302         Add fopen-safer, tmpfile-safer; remove stdio-safer.
46303         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
46304         * modules/fopen-safer, modules/tmpfile-safer: New files.
46305         * modules/stdio-safer: Remove.
46306
46307 2006-07-24  Bruno Haible  <bruno@clisp.org>
46308
46309         * modules/tmpdir: New file.
46310         * MODULES.html.sh (File system functions): Add it.
46311
46312 2006-07-24  Bruno Haible  <bruno@clisp.org>
46313
46314         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
46315         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
46316
46317 2006-07-24  Bruno Haible  <bruno@clisp.org>
46318
46319         * modules/clean-temp: New file.
46320
46321 2006-07-24  Bruno Haible  <bruno@clisp.org>
46322
46323         * m4/tmpdir.m4: New file, from GNU gettext.
46324
46325 2006-07-24  Bruno Haible  <bruno@clisp.org>
46326
46327         * lib/tmpdir.h: New file, from GNU gettext.
46328         * lib/tmpdir.c: New file, from GNU gettext.
46329
46330 2006-07-24  Bruno Haible  <bruno@clisp.org>
46331
46332         * lib/clean-temp.h: New file, from GNU gettext.
46333         * lib/clean-temp.c: New file, from GNU gettext.
46334
46335 2006-07-23  Eric Blake  <ebb9@byu.net>
46336
46337         * modules/stdio-safer (Files): Add tmpfile-safer.c.
46338         (Depends-on): Add binary-io.
46339
46340 2006-07-23  Eric Blake  <ebb9@byu.net>
46341
46342         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
46343
46344 2006-07-23  Eric Blake  <ebb9@byu.net>
46345
46346         * lib/tmpfile-safer.c: New file.
46347         * lib/stdio-safer.h (fopen_safer): Add prototype.
46348         * lib/stdio--.h (tmpfile): Make safer.
46349
46350 2006-07-23  Bruno Haible  <bruno@clisp.org>
46351
46352         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
46353         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
46354         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
46355         gl_linked_remove_at): Use it.
46356
46357 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46358         and Simon Josefsson <jas@extundo.com>
46359
46360         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
46361
46362         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
46363
46364 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46365
46366         * modules/close-stream: New file.
46367         * modules/closeout (Description): Make it clear that it exits
46368         with a diagnostic on error.
46369         (Depends-on): Add close-stream.  Remove fpending, stdbool.
46370         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
46371
46372 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46373
46374         * m4/close-stream.m4: New file.
46375
46376 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46377
46378         * lib/close-stream.c, lib/close-stream.h: New files.
46379
46380 2006-07-22  Bruno Haible  <bruno@clisp.org>
46381
46382         Merge from GNU gettext 0.15.
46383
46384         2006-05-01  Bruno Haible  <bruno@clisp.org>
46385
46386                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
46387
46388         2006-07-22  Bruno Haible  <bruno@clisp.org>
46389
46390                 * modules/javaversion: New file.
46391                 * MODULES.html.sh (Java): Add javaversion.
46392
46393         2006-03-12  Bruno Haible  <bruno@clisp.org>
46394
46395                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
46396
46397         2005-12-04  Bruno Haible  <bruno@clisp.org>
46398
46399                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
46400                 (untested).
46401
46402         2006-06-21  Bruno Haible  <bruno@clisp.org>
46403
46404                 Avoid warnings from recent versions of mcs.
46405                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
46406                 -o, -L, -r any more. Use options documented since mcs-1.0
46407                 instead. Similarly for -g.
46408
46409         2005-12-04  Bruno Haible  <bruno@clisp.org>
46410
46411                 * build-aux/csharpcomp.sh.in: Suffix for resources is
46412                 .resources, not .resource.
46413
46414         2005-07-09  Bruno Haible  <bruno@clisp.org>
46415
46416                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
46417                 add a .dll suffix.
46418                 Reported by Mark Junker <mjscod@gmx.de>.
46419
46420         2006-07-22  Bruno Haible  <bruno@clisp.org>
46421
46422                 * modules/gettext: Upgrade to gettext-0.15.
46423                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
46424                 m4/visibility.m4.
46425                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
46426
46427 2006-07-22  Bruno Haible  <bruno@clisp.org>
46428
46429         Merge from GNU gettext 0.15.
46430
46431         2006-03-25  Bruno Haible  <bruno@clisp.org>
46432
46433                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
46434
46435         2006-07-21  Bruno Haible  <bruno@clisp.org>
46436
46437                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
46438                 "1.1".
46439
46440         2006-05-09  Bruno Haible  <bruno@clisp.org>
46441
46442                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
46443                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
46444                 for the conftestver execution.
46445
46446         2006-05-01  Bruno Haible  <bruno@clisp.org>
46447
46448                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
46449                 optional target-version argument. Verify that the compiler
46450                 groks source of the specified source-version, or add -source
46451                 option as necessary. Verify that the compiler produces
46452                 bytecode in the specified target-version, or add -target and
46453                 -source options as necessary. Make the result of the test
46454                 available as variable CONF_JAVAC. Also log error output in
46455                 config.log.
46456
46457         2006-03-11  Bruno Haible  <bruno@clisp.org>
46458
46459                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
46460
46461         2006-05-09  Bruno Haible  <bruno@clisp.org>
46462
46463                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
46464                 CLASSPATH_SEPARATOR to a semicolon.
46465
46466         2006-03-12  Bruno Haible  <bruno@clisp.org>
46467
46468                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
46469                 available as variable CONF_JAVA, for subsequent autoconf
46470                 tests. Also log error output in config.log.
46471
46472         2006-07-19  Bruno Haible  <bruno@clisp.org>
46473
46474                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
46475                 that getline works on glibc2 systems. Needed to avoid trouble
46476                 in relocatable.c.
46477                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
46478
46479         2005-12-04  Bruno Haible  <bruno@clisp.org>
46480
46481                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
46482                 launcher (untested).
46483
46484         2005-12-04  Bruno Haible  <bruno@clisp.org>
46485
46486                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
46487
46488         2006-07-22  Bruno Haible  <bruno@clisp.org>
46489
46490                 * gettext.m4: Update from GNU gettext-0.15.
46491                 * nls.m4: Likewise.
46492                 * po.m4: Likewise.
46493                 * inttypes-pri.m4: Likewise.
46494                 * inttypes-h.m4: Renamed from inttypes.m4.
46495                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
46496
46497 2006-07-22  Bruno Haible  <bruno@clisp.org>
46498
46499         Merge from GNU gettext 0.15.
46500
46501         2005-07-05  Bruno Haible  <bruno@clisp.org>
46502
46503                 * printf-args.c (printf_fetchargs): Work around broken
46504                 definition of wint_t on mingw.
46505
46506         2005-02-12  Bruno Haible  <bruno@clisp.org>
46507
46508                 * xallocsa.h: Add extern "C" for C++.
46509
46510         2006-05-17  Bruno Haible  <bruno@clisp.org>
46511
46512                 Cygwin portability.
46513                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
46514
46515         2006-04-30  Bruno Haible  <bruno@clisp.org>
46516
46517                 * progreloc.c: Include <mach-o/dyld.h> if available.
46518                 (find_executable): Use _NSGetExecutablePath when possible.
46519
46520         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
46521
46522                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
46523                 function.
46524
46525         2005-12-29  Bruno Haible  <bruno@clisp.org>
46526
46527                 * progreloc.c (set_program_name_and_installdir): Fix
46528                 compilation error.
46529
46530         2005-12-04  Bruno Haible  <bruno@clisp.org>
46531
46532                 Cygwin portability.
46533                 * progreloc.c: Include <windows.h> also on Cygwin.
46534                 (find_executable): Add support for Cygwin.
46535                 (set_program_name_and_installdir): Handle also platforms with
46536                 nonempty EXEEXT.
46537
46538         2006-07-11  Bruno Haible  <bruno@clisp.org>
46539
46540                 * javacomp.c: Fix a comment.
46541                 Reported by Jim Meyering.
46542
46543         2006-04-30  Bruno Haible  <bruno@clisp.org>
46544
46545                 * javacomp.h (compile_java_class): Add source_version,
46546                 target_version arguments.
46547                 * javacomp.c: Rewritten to choose only a compiler that
46548                 respects the specified source_version and target_version.
46549
46550         2006-06-27  Bruno Haible  <bruno@clisp.org>
46551
46552                 Assume correct S_ISDIR macro.
46553                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
46554
46555         2006-07-22  Bruno Haible  <bruno@clisp.org>
46556
46557                 * javaversion.h: New file, from GNU gettext.
46558                 * javaversion.c: New file, from GNU gettext.
46559                 * javaversion.java: New file, from GNU gettext.
46560                 * javaversion.class: New file, from GNU gettext.
46561
46562         2006-05-17  Bruno Haible  <bruno@clisp.org>
46563
46564                 Cygwin portability.
46565                 * javaexec.c (execute_java_class): Test for jview program
46566                 also on Cygwin.
46567
46568         2006-04-09  Bruno Haible  <bruno@clisp.org>
46569
46570                 * fatal-signal.c: Don't include string.h.
46571                 (at_fatal_signal): Use a copying loop instead of memcpy.
46572
46573         2005-12-04  Bruno Haible  <bruno@clisp.org>
46574
46575                 * csharpexec.c: Add support for 'clix' launcher (untested).
46576                 (execute_csharp_using_sscli): New function.
46577                 (execute_csharp_program): Call it.
46578
46579         2006-06-21  Bruno Haible  <bruno@clisp.org>
46580
46581                 Avoid warnings from recent versions of mcs.
46582                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
46583                 -o, -L, -r any more. Use options documented since mcs-1.0
46584                 instead. Similarly for -g.
46585
46586         2005-07-09  Bruno Haible  <bruno@clisp.org>
46587
46588                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
46589                 add a .dll suffix.
46590                 Reported by Mark Junker <mjscod@gmx.de>.
46591
46592         2006-06-17  Bruno Haible  <bruno@clisp.org>
46593
46594                 * config.charset: Update for NetBSD 3.0.
46595
46596         2006-05-17  Bruno Haible  <bruno@clisp.org>
46597
46598                 Cygwin portability.
46599                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
46600
46601         2006-05-16  Bruno Haible  <bruno@clisp.org>
46602
46603                 * localcharset.c [CYGWIN]: Include <windows.h>.
46604                 (get_charset_aliases): For Cygwin, return the same CPxxx
46605                 aliases list as under WIN32.
46606                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
46607                 the environment variables. Fall back to GetACP().
46608
46609         2006-04-05  Bruno Haible  <bruno@clisp.org>
46610
46611                 * config.charset: Update Juan Manuel Guerrero's address.
46612
46613         2005-02-12  Bruno Haible  <bruno@clisp.org>
46614
46615                 * allocsa.h: Add extern "C" for C++.
46616
46617         2005-02-10  Bruno Haible  <bruno@clisp.org>
46618
46619                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
46620                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
46621
46622         2006-07-22  Bruno Haible  <bruno@clisp.org>
46623
46624                 * gettext.h: Update to GNU gettext-0.15.
46625
46626 2006-07-22  Bruno Haible  <bruno@clisp.org>
46627
46628         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
46629         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
46630         lib-prefix.m4, longdouble.m4, ssize_t.m4.
46631
46632 2006-07-21  Eric Blake  <ebb9@byu.net>
46633
46634         * modules/stdlib-safer: New file.
46635         * MODULES.html.sh (File stream based Input/Output): Add
46636         stdlib-safer.
46637
46638 2006-07-21  Eric Blake  <ebb9@byu.net>
46639
46640         * lib/stdlib-safer.h: New file from coreutils, required by
46641         stdlib--.h.
46642
46643 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
46644
46645         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
46646
46647 2006-07-20  Bruno Haible  <bruno@clisp.org>
46648
46649         * gnulib-tool: Recognize new option --assume-autoconf.
46650         (autoconf_minversion): New variable.
46651         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
46652
46653 2006-07-20  Bruno Haible  <bruno@clisp.org>
46654
46655         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
46656
46657 2006-07-19  Derek R. Price  <derek@ximbiot.com>
46658
46659         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
46660         Reindent and repaginate.
46661
46662 2006-07-19  Derek Price  <derek@ximbiot.com>
46663
46664         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
46665         Correct grammar.
46666
46667 2006-07-17  Bruno Haible  <bruno@clisp.org>
46668
46669         * modules/list: New file.
46670         * modules/array-list: New file.
46671         * modules/carray-list, modules/carray-list-tests: New files.
46672         * modules/linked-list, modules/linked-list-tests: New files.
46673         * modules/avltree-list, modules/avltree-list-tests: New files.
46674         * modules/rbtree-list, modules/rbtree-list-tests: New files.
46675         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
46676         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
46677         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
46678         * modules/oset: New file.
46679         * modules/array-oset: New file.
46680         * modules/avltree-oset, modules/avltree-oset-tests: New files.
46681         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
46682         * tests/test-carray_list.c: New file.
46683         * tests/test-linked_list.c: New file.
46684         * tests/test-avltree_list.c: New file.
46685         * tests/test-rbtree_list.c: New file.
46686         * tests/test-linkedhash_list.c: New file.
46687         * tests/test-avltreehash_list.c: New file.
46688         * tests/test-rbtreehash_list.c: New file.
46689         * tests/test-avltree_oset.c: New file.
46690         * tests/test-rbtree_oset.c: New file.
46691         * MODULES.html.sh (Container data structures): New section.
46692
46693 2006-07-17  Bruno Haible  <bruno@clisp.org>
46694
46695         * m4/gl_list.m4: New file.
46696
46697 2006-07-17  Bruno Haible  <bruno@clisp.org>
46698
46699         * lib/gl_list.h: New file.
46700         * lib/gl_list.c: New file.
46701         * lib/gl_array_list.h: New file.
46702         * lib/gl_array_list.c: New file.
46703         * lib/gl_carray_list.h: New file.
46704         * lib/gl_carray_list.c: New file.
46705         * lib/gl_linked_list.h: New file.
46706         * lib/gl_linked_list.c: New file.
46707         * lib/gl_anylinked_list1.h: New file.
46708         * lib/gl_anylinked_list2.h: New file.
46709         * lib/gl_avltree_list.h: New file.
46710         * lib/gl_avltree_list.c: New file.
46711         * lib/gl_anyavltree_list1.h: New file.
46712         * lib/gl_anyavltree_list2.h: New file.
46713         * lib/gl_rbtree_list.h: New file.
46714         * lib/gl_rbtree_list.c: New file.
46715         * lib/gl_anyrbtree_list1.h: New file.
46716         * lib/gl_anyrbtree_list2.h: New file.
46717         * lib/gl_anytree_list1.h: New file.
46718         * lib/gl_anytree_list2.h: New file.
46719         * lib/gl_linkedhash_list.h: New file.
46720         * lib/gl_linkedhash_list.c: New file.
46721         * lib/gl_anyhash_list1.h: New file.
46722         * lib/gl_anyhash_list2.h: New file.
46723         * lib/gl_avltreehash_list.h: New file.
46724         * lib/gl_avltreehash_list.c: New file.
46725         * lib/gl_rbtreehash_list.h: New file.
46726         * lib/gl_rbtreehash_list.c: New file.
46727         * lib/gl_anytreehash_list1.h: New file.
46728         * lib/gl_anytreehash_list2.h: New file.
46729
46730         * lib/gl_oset.h: New file.
46731         * lib/gl_oset.c: New file.
46732         * lib/gl_array_oset.h: New file.
46733         * lib/gl_array_oset.c: New file.
46734         * lib/gl_avltree_oset.h: New file.
46735         * lib/gl_avltree_oset.c: New file.
46736         * lib/gl_rbtree_oset.h: New file.
46737         * lib/gl_rbtree_oset.c: New file.
46738         * lib/gl_anytree_oset.h: New file.
46739
46740 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46741
46742         * m4/mkancesdirs.m4: New file.
46743         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
46744         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
46745         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
46746         it.
46747
46748 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46749
46750         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
46751         * lib/mkancesdirs.h: New files.
46752         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
46753         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
46754         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
46755         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
46756         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
46757         callers changed.  Revamp internals significantly, by not
46758         attempting to create directories that are temporarily more
46759         permissive than the final results.  Do not attempt to use
46760         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
46761         This removes some race conditions, fixes some bugs, and simplifies
46762         things.  Use new dirchownmod function to do owner and mode changes.
46763         * lib/mkdir-p.h: Likewise.
46764         * lib/modechange.c (octal_to_mode): New function.
46765         (struct mode_change): New member mentioned.
46766         (make_node_op_equals): New arg mentioned.  All callers changed.
46767         (mode_compile): Keep track of which mode bits the user has explicitly
46768         mentioned.
46769         (mode_adjust): New arg DIR, so that we implement the X op correctly.
46770         New arg PMODE_BITS, to keep track of which mode bits the user
46771         mentioned; it treats S_ISUID and S_ISGID speciall.
46772         All callers changed.
46773         * lib/modechange.h: Likewise.
46774
46775 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46776
46777         * MODULES.html.sh: Add mkancestors.
46778         * modules/mkancesdirs: New module.
46779         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
46780         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
46781         The chdir-safer and afs files are now orphans; I'll remove them
46782         unless someone speaks up.
46783         Add lib/dirchownmod.c, lib/dirchownmod.h.
46784         (Depends-on): Remove alloca, chown, save-cwd, dirname.
46785         Add lchown, mkancesdirs.
46786         (Maintainer): Add self.
46787
46788 2006-07-15  Karl Berry  <karl@gnu.org>
46789
46790         * gnulib-tool: help message wording/arrangement.
46791
46792 2006-07-14  Simon Josefsson  <jas@extundo.com>
46793
46794         * doc/gnulib.texi (Libtool and Windows): New section.
46795
46796 2006-07-12  Simon Josefsson  <jas@extundo.com>
46797
46798         * modules/gendocs (License): Fix license, approved by Karl.
46799
46800 2006-07-12  Eric Blake  <ebb9@byu.net>
46801
46802         * MODULES.html.sh: Add gendocs.
46803
46804 2006-07-11  Eric Blake  <ebb9@byu.net>
46805
46806         * modules/fdl: New module, to install doc/fdl.texi.
46807         * MODULES.html.sh: Add new section for documentation modules.
46808         * gnulib-tool: Avoid space-tab.
46809         (--doc-base): New option, to manage files from doc.
46810
46811 2006-07-11  Eric Blake  <ebb9@byu.net>
46812
46813         * m4/absolute-header.m4: Fix comments to match recent change.
46814
46815 2006-07-11  Eric Blake  <ebb9@byu.net>
46816
46817         * gnulib-tool: List --doc-base before --tests-base.
46818
46819 2006-07-11  Derek R. Price  <derek@ximbiot.com>
46820
46821         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
46822
46823 2006-07-11  Bruno Haible  <bruno@clisp.org>
46824
46825         * README: Mention where to put documentation.
46826
46827 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46828
46829         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
46830
46831 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46832
46833         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
46834         to stdint.m4.
46835
46836 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
46837
46838         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
46839         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
46840         "no/such/file/stdint.h" when there is no such file, so that
46841         the resulting C code can be parsed by dodgy compilers.
46842         Problems reported by Bob Proulx.
46843
46844 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46845
46846         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
46847         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46848         macros into the GNU _D_EXACT_NAMLEN.
46849         * lib/savedir.c:  Likewise.
46850         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
46851
46852 2006-07-10  Derek R. Price  <derek@ximbiot.com>
46853         and Paul Eggert  <eggert@cs.ucla.edu>
46854
46855         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
46856         * m4/savedir.m4:
46857         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
46858         macros into the GNU _D_EXACT_NAMLEN.
46859
46860 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46861
46862         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
46863         around the absolute name, to work around a problem with the HP-UX
46864         11.23 native C compiler, reported by Bob Proulx.
46865
46866 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46867
46868         * doc/maintain.texi, make-stds.texi: Sync from
46869         <http://savannah.gnu.org/projects/gnustandards>.
46870
46871 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
46872
46873         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
46874
46875 2006-07-09  Jim Meyering  <jim@meyering.net>
46876
46877         * m4/glob.m4: Remove a doubled word in a comment.
46878
46879 2006-07-09  Jim Meyering  <jim@meyering.net>
46880
46881         * lib/argp-pv.c: Remove a doubled word in a comment.
46882         * lib/check-version.c (check_version): Likewise.
46883         * lib/javacomp.c (compile_java_class): Likewise.
46884
46885 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
46886
46887         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
46888         for the benefit of people using Autoconf 2.60.  If you want to
46889         support older Autoconf versions you can copy m4/onceonly_2_57.m4
46890         (or m4/onceonly.m4, if pre-2.57) manually.
46891
46892 2006-07-08  Jim Meyering  <jim@meyering.net>
46893
46894         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
46895         comment.
46896         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
46897         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
46898         comment.
46899
46900 2006-07-08  Jim Meyering  <jim@meyering.net>
46901
46902         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
46903
46904 2006-07-07  Simon Josefsson  <jas@extundo.com>
46905
46906         * tests/test-crc.c: Change expected crc value, the test vector
46907         were probably computed using the old broken crc.c?
46908
46909 2006-07-06  Simon Josefsson  <jas@extundo.com>
46910
46911         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
46912         now the canonical place for the M4 file).
46913
46914         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
46915         from the sys_socket dependency now.
46916
46917         * modules/inet_pton (Files): Ditto.
46918
46919         * modules/inet_ntop (Files): Ditto.
46920
46921 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46922
46923         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
46924         not gl_PREREQ_GETUSERSHELL.
46925
46926 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46927
46928         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
46929         with only one argument, for Autoconf 2.60.
46930         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
46931         expand to nothing, so add a shell command to avoid syntax error.
46932         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46933
46934 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46935
46936         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
46937
46938 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46939
46940         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
46941         no longer needed.  Check for isblank decl.
46942         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
46943         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
46944         of existence.
46945
46946 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46947
46948         * lib/getloadavg.c: Use __VMS, not VMS.
46949         * lib/getopt.c: Likewise.
46950         * lib/getpagesize.h: Likewise.
46951         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
46952         and probably does not work.
46953
46954 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
46955
46956         * lib/.cppi-disable: Add wcwidth.
46957         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
46958         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
46959         (ISGRAPH): Remove.  All uses changed to isgraph.
46960         (FOLD) [!defined _LIBC]: Remove special case.
46961         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
46962         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
46963         HAVE_ISBLANK.
46964         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
46965         case.
46966
46967 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46968
46969         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
46970         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
46971         brackets.  Other minor changes to suppress some compiler
46972         warnings.
46973
46974 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46975         and Paul Eggert  <eggert@cs.ucla.edu>
46976
46977         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
46978         of invoking obsolescent AC_HEADER_DIRENT macro.
46979         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
46980         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
46981         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
46982         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
46983         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
46984         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46985         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
46986         * m4/readdir.m4: Remove; no longer needed.
46987
46988 2006-07-06  Derek R. Price  <derek@ximbiot.com>
46989         and Paul Eggert  <eggert@cs.ucla.edu>
46990
46991         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
46992         Don't worry about this obsolete case any more.
46993         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
46994         directories.
46995         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
46996         worry about this obsolete case any more.
46997         * lib/fts.c: Likewise.
46998         * lib/getcwd.c: Likewise.
46999         * lib/glob.h: Likewise.
47000         * lib/savedir.c: Likewise.
47001
47002 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47003
47004         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
47005         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
47006         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
47007         needed.
47008         All uses removed.
47009         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47010         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
47011         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
47012         needed.
47013         * m4/getdate.m4 (gl_GETDATE): Likewise.
47014         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
47015         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
47016         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
47017         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47018         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
47019         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47020         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
47021         needed.
47022
47023 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47024
47025         * lib/memcasecmp.c: Include <limits.h>.
47026         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
47027         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
47028         Don't assume isdigit succeeds only on '0' through '9'.
47029
47030 2006-07-05  Eric Blake  <ebb9@byu.net>
47031
47032         * modules/getaddrinfo (Depends-on): Add snprintf.
47033
47034 2006-07-05  Eric Blake  <ebb9@byu.net>
47035
47036         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
47037         to avoid 'header present but could not be compiled' on cygwin.
47038
47039 2006-07-05  Eric Blake  <ebb9@byu.net>
47040
47041         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
47042         missing from netdb.h.
47043         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
47044
47045 2006-07-05  Derek R. Price  <derek@ximbiot.com>
47046
47047         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
47048         no longer needed.
47049         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
47050         * m4/getdate.m4 (gl_GETDATE): Likewise.
47051         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
47052         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
47053         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
47054         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47055         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47056
47057 2006-07-05  Derek R. Price  <derek@ximbiot.com>
47058
47059         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
47060         All uses of is_space replaced by isspace.
47061         * lib/exit.h: Don't talk about STDC_HEADERS.
47062         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
47063         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
47064         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
47065         replaced by isprint etc.
47066         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
47067         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
47068         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
47069         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
47070         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
47071         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
47072
47073 2006-07-05  Bruno Haible  <bruno@clisp.org>
47074
47075         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
47076         the function exists, before testing against AIX.
47077         Reported by Martin Lambers <marlam@marlam.de>.
47078
47079 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
47080
47081         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
47082         From Mark D. Baushke.
47083
47084 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
47085
47086         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
47087         to the absolute name, not just one, to bypass Sun C 5.8's
47088         "warning: #include of /usr/include/... may be non-portable".
47089
47090 2006-07-04  Eric Blake  <ebb9@byu.net>
47091
47092         * modules/dirname-tests: New test module.
47093         * tests/test-dirname.c: New file, replacing dirname.c
47094         TEST_DIRNAME section that was recently deleted.
47095
47096 2006-07-04  Bruno Haible  <bruno@clisp.org>
47097
47098         Assume ANSI C header files and <ctype.h> functions.
47099         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
47100         (mbsnwidth): Use isprint, iscntrl instead.
47101
47102 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47103
47104         Merge from coreutils.
47105         * MODULES.html.sh: Add xstrtold.
47106         * modules/xstrtold: New file.
47107         * modules/cycle-check (Files): Add lib/same-inode.h.
47108         * modules/dirname (Files): Add m4/double-slash-root.m4.
47109         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
47110         * modules/mkdir-p (Files): Add lib/same-inode.h.
47111         * modules/same (Files): Add lib/same-inode.h.
47112
47113 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47114
47115         * m4/absolute-header.m4: Renamed from full-header-path.m4.
47116         This is to keep the terminology clean; POSIX talks about
47117         "absolute pathnames", not "full pathnames", but the GNU
47118         Coding Standards say to use "path" for something else;
47119         so use "absolute" to keep both sides happy.
47120         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
47121         Set gl_absolute_header, not gl_full_header_path.
47122         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
47123         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
47124         All uses changed.
47125
47126         Merge from coreutils.
47127
47128         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
47129
47130         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
47131         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
47132         want to require the building of c-strtod.o.
47133         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
47134         needs -lm directly.
47135         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
47136
47137         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47138
47139         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
47140         --as-needed option if available.  Problem reported by Albert Chin in
47141         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
47142         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
47143         cc merely issues a bunch of annoying warnings for --as-needed
47144         (this problem was reported by Bob Proulx).  Also, try linking with
47145         -lm to detect a bug in binutils 2.16 (this problem was reported
47146         by Ralf Wildenhues).
47147
47148         2006-06-18  Jim Meyering  <jim@meyering.net>
47149
47150         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
47151         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
47152         macro.
47153         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
47154         also check for glibc-2.4's abort-inducing bug.
47155
47156         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
47157         Low-probability clean-up should be to use rmdir to get rid of
47158         the just-created directory, not unlink.
47159
47160         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
47161         configure fail, and request a bug report to inform us about it.
47162         Add a comment that, barring reports to the contrary, in 2007 we'll
47163         assume ftruncate is universally available.
47164
47165         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
47166
47167         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
47168
47169         2006-03-12  Jim Meyering  <jim@meyering.net>
47170
47171         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
47172         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
47173         * m4/same.m4 (gl_SAME): Likewise.
47174         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
47175
47176         2006-03-11  Eric Blake  <ebb9@byu.net>
47177
47178         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
47179         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
47180         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
47181         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
47182
47183 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47184
47185         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
47186         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
47187         reported by Mark D. Baushke, one in
47188         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
47189
47190         Merge from coreutils.
47191
47192         * lib/.cppi-disable: Add stdint_.h.
47193         * lib/.cvsignore: Add stdint.h.
47194
47195         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
47196
47197         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
47198         both double and long double versions.
47199         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
47200         * lib/xstrtold.c: New file.
47201         * lib/xstrtod.h (xstrtold): New decl.
47202
47203         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
47204
47205         * lib/filemode.c (setst): Remove.
47206         (strmode): Rewrite to avoid setst.  This makes the code shorter,
47207         (arguably) clearer, and the generated code is a bit smaller on my
47208         Debian GNU/Linux stable x86 host.
47209
47210         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
47211
47212         * lib/filemode.c: Include "filemode.h" first, to test the interface.
47213         Assume that filemode.h includes sys/types.h and sys/stat.h.
47214         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
47215         (ftypelet): Reorder to put common cases first, for efficiency.
47216         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
47217         to do 'M'.
47218         (strmode): Renamed from mode_string, and now stores 12 bytes instead
47219         of 10, for compatibility with FreeBSD.  All callers changed.
47220         (filemodestring): Now stores 12 bytes instead of 10, and sets file
47221         types that can't be deduced solely from st_mode.  First arg is now a
47222         const pointer.
47223         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
47224         (strmode): Renamed from mode_string.
47225         (filemodestring): New decl.
47226         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
47227         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
47228         needed.
47229         (S_ISPORT, S_ISWHT): New macros, if not already defined.
47230
47231         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
47232
47233         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
47234         fsusage.h now does that.  Include fsusage.h first, to test interface.
47235         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
47236         at most one method (the old code could have generated decls that
47237         didn't conform to C89, not that this was ever exercised).
47238         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
47239
47240         2006-03-19  Jim Meyering  <jim@meyering.net>
47241
47242         Work even in a chroot where d_ino values for entries in "/"
47243         don't match the stat.st_ino values for the same names.
47244         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
47245         number, iterate through all entries again, using lstat instead.
47246         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
47247         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
47248
47249         * lib/getcwd.c (__getcwd): Clarify a comment.
47250         Use memcpy in place of a call to strcpy.
47251
47252         2006-03-12  Jim Meyering  <jim@meyering.net>
47253
47254         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
47255         matches that of the current directory (which we're about to chdir ".."
47256         out of), then save the dev-ino of the parent, instead.
47257
47258         * lib/same-inode.h (SAME_INODE): New file/macro.
47259         * lib/chdir-safer.c (SAME_INODE): Remove definition.
47260         Include "same-inode.h", instead.
47261         * lib/same.c: Likewise.
47262         * lib/cycle-check.h: Include "same-inode.h".
47263         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
47264         * lib/cycle-check.c (SAME_INODE): Remove definition.
47265         * lib/root-dev-ino.h: Include "same-inode.h".
47266
47267         2006-03-11  Eric Blake  <ebb9@byu.net>
47268
47269         * lib/same.c (same_name): s/base_name/last_component/
47270         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
47271         * lib/filenamecat.c (file_name_concat): Likewise.
47272
47273         2006-03-11  Eric Blake  <ebb9@byu.net>,
47274                     Paul Eggert  <eggert@cs.ucla.edu>
47275
47276         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
47277         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
47278         drive prefix.
47279         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
47280         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
47281         (last_component): New method.
47282         * lib/dirname.c (dir_len): Determine when drive letters need a
47283         subsequent slash.  Preserve // when it is special.
47284         (dir_name): Don't append dot when drive letter is absolute.
47285         [TEST_DIRNAME]: Move into a full-blown gnulib test.
47286         * lib/basename.c (base_name): New semantics - malloc the result.
47287         Preserve // when it is special.  Preserve relative files that look
47288         like drive letters.
47289         (base_len): Preserve // when it is special.
47290         (last_component): New method, similar to old base_name semantics.
47291         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
47292         base_name.  Strip redundant slashes from ///.
47293
47294 2006-07-03  Jim Meyering  <jim@meyering.net>
47295
47296         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
47297         macro is used before the first cycle_check call.
47298
47299 2006-07-03  Eric Blake  <ebb9@byu.net>
47300
47301         * modules/dirname (Depends-on): Add xstrndup.
47302
47303 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
47304
47305         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
47306         test cases, so that config.log is a bit easier to follow.
47307
47308 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
47309
47310         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
47311         both are 64 bits, since this seems to be the tradition, and this
47312         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
47313         we ever run into a host that prefers long long to long in this
47314         case, we'll need another configure-time test.  Problem reported by
47315         Jim Meyering.
47316
47317 2006-07-02  Eric Blake  <ebb9@byu.net>
47318
47319         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
47320
47321 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47322
47323         * modules/inttypes (Depends-on): No longer depends on stdint.
47324         * modules/stdint (Description): Say more about assumptions.
47325         Say that the fast types might differ.  Say macros are used.
47326         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
47327         (Makefile.am): Revise list of substituted symbols to match
47328         new stdint.m4.
47329         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
47330         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
47331         * tests/test-stdint.c (verify_same_types)
47332         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
47333         the code conforms to C99/C89.
47334         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
47335         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
47336
47337 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47338
47339         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
47340         but fix a bug, by requiring at least 64 bits.
47341         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
47342         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
47343         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
47344         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
47345
47346         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
47347         changes.  Make 2.59 a prerequisite.  Check and substitute for
47348         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
47349         inttypes.h.  Do not use special include files; just use the
47350         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
47351         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
47352         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
47353         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
47354         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
47355         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
47356         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
47357         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
47358         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
47359         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
47360         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
47361         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
47362         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
47363         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
47364         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
47365         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
47366         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
47367         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
47368         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
47369         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
47370         WINT_MAX.  Check for C99 conformance more strictly, by detecting
47371         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
47372         not check for things that C99 does not require, e.g., int8_t.  If
47373         a test isn't needed unless <stdint.h> isn't working, and is
47374         unlikely to be needed for any other reason, then don't do it
47375         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
47376         size_t, since we assume C89 freestanding at least.  Do not check
47377         for sig_atomic_t, wchar_t, or wint_t, since the code now does
47378         the right thing even if the types are not defined.  Instead use:
47379         (gl_STDINT_TYPE_PROPERTIES): New macro.
47380         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
47381         testing whether <sys/types.h> clashes, as Autoconf does this for
47382         us now.  All uses removed.
47383         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
47384         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
47385         (gl_CHECK_TYPE_SAME):
47386         Remove; no longer needed.
47387         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
47388         exists, since we'll return 0 anyway in that case.
47389         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
47390
47391 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47392
47393         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
47394         possible collision with system files.
47395         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
47396         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
47397         WCHAR_MIN and WCHAR_MAX in this case.
47398         (<stddef.h>): Do not include; no longer needed.
47399         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
47400         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
47401         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
47402         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
47403         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
47404         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
47405         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
47406         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
47407         !defined(__c99))]: Include in this case too, since it's harmless
47408         now.
47409         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
47410         dangerous to do so.
47411         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
47412         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
47413         (_STDINT_MIN, _STDINT_MAX): New macros.
47414         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
47415         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
47416         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
47417         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
47418         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
47419         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
47420         macros, not typedefs; this simplifies things quite a bit.
47421         Use long int for all types narrower than int64_t.
47422         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
47423         Define in terms of long long int or int64_t or long int,
47424         not int64_t or int32_t.  This saves some compile-time testing.
47425         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
47426         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
47427         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
47428         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
47429         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
47430         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
47431         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
47432         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
47433         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
47434         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
47435         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
47436         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
47437         undef any previous version and define our own version, for
47438         simplicity and consistency with the new macros for types.
47439         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
47440         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
47441         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
47442         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
47443         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
47444         @WINT_T_SUFFIX@ to keep things simple here.
47445         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
47446         Simplify by assuming typical 8/16/32/64 host, since we're
47447         already doing that elsewhere anyway.
47448         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
47449         and assume long long int is 64 bits if available.  This
47450         speeds up 'configure'.
47451
47452 2006-07-01  Eric Blake  <ebb9@byu.net>
47453
47454         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
47455         Reported by Andreas Buening.
47456
47457 2006-07-01  Eric Blake  <ebb9@byu.net>
47458
47459         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
47460
47461 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
47462
47463         * lib/getaddrinfo.c: fixed typo
47464
47465 2006-06-29  Jim Meyering  <jim@meyering.net>
47466
47467         * modules/strftime (Maintainer): Add my name, since with the
47468         FPRINTFTIME changes strftime.c has forked from glibc.
47469
47470 2006-06-29  Eric Blake  <ebb9@byu.net>
47471
47472         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
47473
47474 2006-06-29  Eric Blake  <ebb9@byu.net>
47475
47476         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
47477
47478 2006-06-29  Eric Blake  <ebb9@byu.net>
47479
47480         * lib/stat_.h: New file.
47481
47482 2006-06-29  Eric Blake  <ebb9@byu.net>
47483
47484         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
47485         unused static function.
47486
47487 2006-06-29  Eric Blake  <ebb9@byu.net>
47488
47489         * doc/functions.texi (Function Portability): Document missing lstat
47490         on mingw.
47491
47492 2006-06-29  Eric Blake  <ebb9@byu.net>
47493
47494         * MODULES.html.sh: Add sys_stat.
47495         * modules/sys_stat: New module.
47496         * modules/mkstemp (Depends-on): Add sys_stat.
47497
47498 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47499
47500         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
47501
47502 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47503
47504         * m4/c-bs-a.m4: Removed.
47505
47506 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47507
47508         * lib/strftime.c: Assume strftime() exists.
47509
47510 2006-06-29  Derek Price  <derek@ximbiot.com>
47511
47512         * modules/c-bs-a: Removed - \a is C89.
47513         * MODULES.html.sh: Remove c-bs-a.
47514
47515 2006-06-29  Bruno Haible  <bruno@clisp.org>
47516
47517         * modules/wcwidth (License): Change to LGPL.
47518
47519 2006-06-28  Simon Josefsson  <jas@extundo.com>
47520
47521         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
47522         on _WIN32.
47523
47524         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
47525         getnameinfo.
47526
47527 2006-06-28  Simon Josefsson  <jas@extundo.com>
47528
47529         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
47530
47531 2006-06-28  Simon Josefsson  <jas@extundo.com>
47532
47533         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
47534         functions there.  It will succeed on Windows XP, but on Windows
47535         2000 and (presumably) earlier, it will fail, and use the internal
47536         re-implementation.
47537         (use_win32_p): New function.
47538         (getaddrinfo): Use strtoul on servname, to support numeric ports.
47539         Support AI_NUMERICSERV to disable getservbyname.
47540         (getnameinfo): New function, only supports
47541         NI_NUMERICHOST|NI_NUMERICSERV for now.
47542
47543         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
47544         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
47545         getnameinfo.
47546
47547 2006-06-28  Eric Blake  <ebb9@byu.net>
47548
47549         * modules/wcwidth: New file.
47550         * modules/mbchar (Depends-on): Add wcwidth.
47551         * modules/mbswidth (Depends-on): Add wcwidth.
47552         * MODULES.html.sh: Add wcwidth.
47553
47554 2006-06-28  Eric Blake  <ebb9@byu.net>
47555
47556         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
47557         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
47558
47559 2006-06-28  Eric Blake  <ebb9@byu.net>
47560
47561         * lib/xvasprintf.h: Fix comments.
47562
47563 2006-06-28  Eric Blake  <ebb9@byu.net>
47564
47565         * lib/mbchar.h (wcwidth): Include wcwidth.h.
47566         * lib/mbswidth.c (wcwidth): Move from here...
47567         * lib/wcwidth.h: ...to this new file.
47568
47569 2006-06-28  Derek R. Price  <derek@ximbiot.com>
47570
47571         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
47572
47573         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
47574         it's obsolete.
47575         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
47576
47577 2006-06-28  Derek R. Price  <derek@ximbiot.com>
47578
47579         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
47580         Autoconf 2.60 says this stuff was obsolete.
47581
47582 2006-06-28  Bruno Haible  <bruno@clisp.org>
47583
47584         * modules/wcwidth (Files): Add m4/wchar_t.m4.
47585
47586 2006-06-28  Bruno Haible  <bruno@clisp.org>
47587
47588         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
47589         gt_TYPE_WCHAR_T.
47590
47591 2006-06-28  Bruno Haible  <bruno@clisp.org>
47592
47593         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
47594         declaration for wcwidth.
47595         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
47596
47597 2006-06-28  Bruno Haible  <bruno@clisp.org>
47598
47599         * lib/mkdtemp.c [MINGW]: Include <io.h>.
47600         (mkdir): Define using _mkdir.
47601
47602 2006-06-28  Bruno Haible  <bruno@clisp.org>
47603
47604         * lib/getaddrinfo.h: Fix POSIX URL.
47605         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
47606         _WIN32.
47607         (use_win32_p): Make static.
47608         (getaddrinfo): Reject service name if it is empty or does not consist
47609         solely of decimal digits, or if its value is > 65535.
47610         (getnameinfo): Remove useless casts.
47611
47612 2006-06-27  Simon Josefsson  <jas@extundo.com>
47613
47614         * modules/sys_select: New file, suggested by Bruno Haible, Paul
47615         Eggert and Martin Lambers.
47616
47617 2006-06-27  Simon Josefsson  <jas@extundo.com>
47618
47619         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
47620         Eggert and Martin Lambers.
47621
47622 2006-06-27  Bruno Haible  <bruno@clisp.org>
47623
47624         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
47625         result to 0, not to empty.
47626         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
47627
47628 2006-06-27  Bruno Haible  <bruno@clisp.org>
47629
47630         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
47631
47632 2006-06-26  Simon Josefsson  <jas@extundo.com>
47633
47634         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
47635         present.
47636
47637 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
47638
47639         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
47640         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
47641         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
47642
47643 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
47644
47645         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
47646
47647 2006-06-26  Bruno Haible  <bruno@clisp.org>
47648
47649         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
47650
47651 2006-06-26  Bruno Haible  <bruno@clisp.org>
47652
47653         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
47654
47655 2006-06-26  Bruno Haible  <bruno@clisp.org>
47656
47657         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
47658         SGI C compiler in pre-C99 mode.
47659         Suggested by Mark D. Baushke and Larry Jones.
47660
47661 2006-06-26  Bruno Haible  <bruno@clisp.org>
47662
47663         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
47664         WCHAR_MAX.
47665         Reported by Mark D. Baushke and Larry Jones.
47666
47667 2006-06-26  Bruno Haible  <bruno@clisp.org>
47668
47669         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
47670         in pre-C99 mode.
47671         Suggested by Mark D. Baushke and Larry Jones.
47672
47673 2006-06-23  Simon Josefsson  <jas@extundo.com>
47674             Bruno Haible  <bruno@clisp.org>
47675
47676         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
47677         Emit mostlyclean-local rule.
47678         (func_emit_tests_Makefile_am): Likewise.
47679         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
47680
47681 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
47682
47683         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
47684
47685 2006-06-23  Bruno Haible  <bruno@clisp.org>
47686
47687         * tests/test-stdint.c: Update to match ISO C 99 Technical
47688         Corrigendum 1.
47689
47690 2006-06-23  Bruno Haible  <bruno@clisp.org>
47691
47692         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
47693
47694 2006-06-23  Bruno Haible  <bruno@clisp.org>
47695
47696         * lib/stdint_.h: Treat IRIX like OpenBSD.
47697
47698 2006-06-23  Bruno Haible  <bruno@clisp.org>
47699
47700         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
47701         ISO C 99 Technical Corrigendum 1.
47702
47703 2006-06-22  Simon Josefsson  <jas@extundo.com>
47704
47705         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
47706         MinGW.
47707
47708 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47709
47710         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
47711         needed.  Some compiler complained about some of them.  Problem reported
47712         by Larry Jones in
47713         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
47714
47715 2006-06-21  Simon Josefsson  <jas@extundo.com>
47716
47717         * tests/test-getaddrinfo.c: New file.
47718
47719         * modules/getaddrinfo-tests: New file.
47720
47721         * MODULES.html.sh: Add inet_pton.
47722
47723         * modules/inet_pton: New file.
47724
47725 2006-06-21  Simon Josefsson  <jas@extundo.com>
47726
47727         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
47728         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
47729         of using the (limited) gnulib implementation on Windows XP.
47730
47731         * m4/inet_pton.m4: New file.
47732
47733 2006-06-21  Simon Josefsson  <jas@extundo.com>
47734
47735         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
47736         variable.
47737
47738         * lib/socket_.h: Don't define WINVER.
47739
47740         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
47741         slightly modified to work in gnulib.
47742
47743 2006-06-21  Simon Josefsson  <jas@extundo.com>
47744
47745         * doc/gnulib.texi (Windows sockets): Add.
47746
47747 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
47748
47749         * lib/read-file.c (fread_file): Start with buffer allocation of
47750         0 bytes rather than 1 byte; this simplifies the code.
47751         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
47752         code to free buffer and save/restore errno.
47753         (internal_read_file): Remove unused local.
47754
47755 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
47756
47757         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
47758         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
47759         Problem reported by Denis Excoffier in
47760         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
47761
47762 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47763
47764         * modules/sys_socket, modules/socklen: Include sys/types since
47765         FreeBSD 4.x's sys/socket.h needs it.
47766
47767 2006-06-19  Simon Josefsson  <jas@extundo.com>
47768
47769         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
47770
47771 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47772
47773         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
47774
47775 2006-06-19  Bruno Haible  <bruno@clisp.org>
47776
47777         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
47778         and FULL_PATH_INTTYPES_H in angle brackets.
47779         Reported by Mark D. Baushke <mdb@gnu.org>.
47780
47781 2006-06-17  Eric Blake  <ebb9@byu.net>
47782
47783         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
47784         errno.
47785
47786 2006-06-17  Bruno Haible  <bruno@clisp.org>
47787
47788         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
47789         <sys/inttypes.h>.
47790
47791 2006-06-17  Bruno Haible  <bruno@clisp.org>
47792
47793         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
47794         whether errno is declared. Assume <errno.h> declares errno.
47795
47796 2006-06-17  Bruno Haible  <bruno@clisp.org>
47797
47798         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
47799
47800 2006-06-17  Bruno Haible  <bruno@clisp.org>
47801
47802         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
47803         problem on Solaris 2.5.1.
47804
47805 2006-06-16  Eric Blake  <ebb9@byu.net>
47806
47807         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
47808         * lib/unicodeio.c [!defined errno]: Likewise.
47809         * lib/strtol.c [!defined errno]: Likewise.
47810         * lib/strtod.c [!defined errno]: Likewise.
47811
47812 2006-06-15  Eric Blake  <ebb9@byu.net>
47813
47814         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
47815
47816 2006-06-15  Eric Blake  <ebb9@byu.net>
47817
47818         * config/srclist.txt (ssize_t.m4): Lose sync.
47819
47820 2006-06-15  Bruno Haible  <bruno@clisp.org>
47821
47822         * modules/stdint (Files): Include m4/full-header-path.m4,
47823         m4/size_max.m4, m4/wchar_t.m4.
47824         (Makefile.am): Many more substitutions.
47825         * modules/stdint-tests: New file.
47826         * tests/test-stdint.c: New file.
47827
47828 2006-06-15  Bruno Haible  <bruno@clisp.org>
47829
47830         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
47831         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
47832         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
47833         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
47834         gl_CHECK_TYPE_SAME): New macros.
47835
47836 2006-06-15  Bruno Haible  <bruno@clisp.org>
47837
47838         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
47839
47840 2006-06-15  Bruno Haible  <bruno@clisp.org>
47841
47842         * lib/stdint_.h: Rewritten to be fully auto-configured.
47843         Fixes bug on HP-UX/IA64.
47844
47845 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
47846
47847         * lib/getdate.y (__attribute__): Don't define if already defined.
47848         Problem reported by Larry Jones.
47849         * lib/utimens.c (__attribute__): Likewise.
47850
47851 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
47852
47853         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
47854         reported by Andreas Schwab.
47855
47856 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47857             Bruno Haible  <bruno@clisp.org>
47858
47859         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
47860         check for the declaration of strnlen and a run test that exposes the
47861         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
47862         rpl_strndup.
47863
47864 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47865             Bruno Haible  <bruno@clisp.org>
47866
47867         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
47868
47869 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47870
47871         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
47872         compile test, for Tru64 4.0D.
47873
47874 2006-05-28  Karl Berry  <karl@gnu.org>
47875
47876         * config/srclist.txt (printf-args.c): lose sync.
47877
47878 2006-05-26  Martin Lambers  <marlam@marlam.de>
47879
47880         * lib/getpass.c: Updates the test for the native W32 API, and adds
47881         missing includes, thus fixing compilation warnings.
47882
47883 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47884
47885         * lib/exclude.c (exclude_fnmatch): New function.
47886         (excluded_file_name): Call exclude_fnmatch.
47887         * lib/exclude.h (excluded_file_name): New prototype
47888
47889 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
47890
47891         * lib/tempname.c (small_open, large_open): New macros.
47892         (__open, __open64) [!_LIBC]: Remove.
47893         (__gen_tempname): Use small_open and large_open instead of __open
47894         and __open64.  This fixes a portability bug on HP-UX 11.11i
47895         reported by Simon Wing-Tang in
47896         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
47897
47898 2006-05-24  Bruno Haible  <bruno@clisp.org>
47899
47900         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
47901         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
47902         Reported by Thorsten Maerz <torte@netztorte.de> via
47903         Aaron Stone <aaron@serendipity.cx>.
47904
47905 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47906
47907         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
47908         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
47909         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
47910         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
47911         not really conditional on the cache.
47912         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
47913
47914 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
47915
47916         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
47917         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
47918         (my_usleep): Don't mishandle maximum value.
47919
47920 2006-05-19  Jim Meyering  <jim@meyering.net>
47921
47922         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
47923
47924 2006-05-17  Bruno Haible  <bruno@clisp.org>
47925
47926         Cygwin portability.
47927         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
47928
47929 2006-05-17  Bruno Haible  <bruno@clisp.org>
47930
47931         * lib/stdint_.h: Fix recognition of Cygwin.
47932
47933 2006-05-15  Bruno Haible  <bruno@clisp.org>
47934
47935         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
47936         on libtool patch by Ralf Wildenhues.
47937
47938 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
47939
47940         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
47941         test for C99 conformance; (bool) 0.5 is an integer constant
47942         expression, but (bool) -0.5 is not.  Problem reported by Fedor
47943         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
47944
47945 2006-05-11  Simon Josefsson  <jas@extundo.com>
47946
47947         * m4/xvasprintf.m4: Fix obvious typo.
47948
47949 2006-05-11  Jim Meyering  <jim@meyering.net>
47950
47951         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
47952         James Lemley.
47953
47954 2006-05-10  Simon Josefsson  <jas@extundo.com>
47955
47956         * lib/md4.c: Typo fix, update copyright years.
47957         (K1, K2): Don't use L because it turn computations into 64-bit on
47958         64-bit platforms.
47959
47960 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
47961
47962         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
47963         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
47964         unwanted sign propagation, e.g., on hosts with 64-bit int.
47965         There still are some problems with reeelly weird theoretical hosts
47966         (e.g., 33-bit int) but it's not worth worrying about now.
47967         * lib/sha1.c (rol): Likewise.
47968         (K1, K2, K3, K4): Remove unnecessary L suffix.
47969
47970 2006-05-10  Bruno Haible  <bruno@clisp.org>
47971
47972         * lib/des.c: Cast to avoid warnings.
47973
47974 2006-05-09  Bruno Haible  <bruno@clisp.org>
47975
47976         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
47977         (Depends-on): Depend also on xsize, stdarg.
47978         (configure.ac): Add gl_XVASPRINTF.
47979
47980 2006-05-09  Bruno Haible  <bruno@clisp.org>
47981
47982         * m4/xvasprintf.m4: New file.
47983
47984 2006-05-09  Bruno Haible  <bruno@clisp.org>
47985
47986         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
47987         (EOVERFLOW): Define fallback value.
47988         (xstrcat): New function.
47989         (xvasprintf): Recognize the special case of a string concatenation.
47990
47991 2006-05-08  Eric Blake  <ebb9@byu.net>
47992
47993         * gnulib-tool (func_version): Base copyright year on CVS date.
47994         (func_emit_copyright_notice): New function.
47995         (func_emit_lib_Makefile_am): Use it.
47996         (func_emit_tests_Makefile_am): Likewise.
47997         (func_import): Likewise.
47998
47999 2006-05-08  Bruno Haible  <bruno@clisp.org>
48000
48001         * modules/stdarg: New file.
48002         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
48003
48004 2006-05-08  Bruno Haible  <bruno@clisp.org>
48005
48006         * m4/stdarg.m4: New file, from GNU gettext.
48007
48008 2006-05-08  Bruno Haible  <bruno@clisp.org>
48009
48010         * config/srclist.txt (build-aux/config.rpath): different from latest
48011         release.
48012
48013 2006-05-08  Bruno Haible  <bruno@clisp.org>
48014
48015         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
48016
48017 2006-05-05  Jim Meyering  <jim@meyering.net>
48018
48019         * m4/warning.m4: New file, derived from bison's file by the same name.
48020
48021 2006-05-03  Bruno Haible  <bruno@clisp.org>
48022
48023         * lib/stdint_.h: Shorter URL.
48024         * lib/inttypes.h: Likewise.
48025
48026 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48027
48028         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
48029
48030 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48031
48032         * lib/verify.h: Document the internals better.  Most of this change
48033         was written by Bruno Haible.
48034
48035 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48036
48037         * doc/verify.texi: New file, partly based on a proposal by
48038         Bruno Haible.
48039
48040 2006-05-02  Bruno Haible  <bruno@clisp.org>
48041
48042         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
48043         test from here...
48044         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
48045
48046 2006-04-29  Bruno Haible  <bruno@clisp.org>
48047
48048         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
48049         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
48050
48051 2006-04-29  Bruno Haible  <bruno@clisp.org>
48052
48053         * gnulib-tool: Make --update option actually work.
48054
48055 2006-04-29  Bruno Haible  <bruno@clisp.org>
48056
48057         * doc/gcd.texi: New file.
48058         * doc/gnulib.texi: Include it.
48059
48060 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
48061
48062         * lib/getdate.y (get_date): When adding relative date, start with the
48063         initial time, not with the result of the first mktime call.
48064
48065 2006-04-25  Bruno Haible  <bruno@clisp.org>
48066
48067         * gnulib-tool (func_import): Output the include directives in three
48068         blocks, sorted separately.
48069         Reported by Ben Pfaff <blp@cs.stanford.edu>.
48070
48071 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
48072
48073         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
48074         to define main with arguments, for C++.  Reported by Eric Blake.
48075         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
48076         Prefer 'int main ()' to 'int main (void)', for C++.
48077         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
48078         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
48079         for 'main', for C99 and C++.
48080
48081 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
48082
48083         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
48084         Don't assume that exit status -1 is valid.
48085         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
48086         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
48087         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
48088         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
48089         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
48090         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
48091         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
48092         functions can be used without declaring them, or that you can
48093         exit with status -1.
48094         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
48095
48096 2006-04-24  Karl Berry  <karl@gnu.org>
48097
48098         * config/srclist.txt (longdouble.m4): sync lost.
48099
48100 2006-04-24  Eric Blake  <ebb9@byu.net>
48101
48102         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
48103
48104 2006-04-24  Bruno Haible  <bruno@clisp.org>
48105
48106         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
48107         poll() implementation in AIX.
48108         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48109
48110 2006-04-24  Bruno Haible  <bruno@clisp.org>
48111
48112         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
48113         assigned exactly once.
48114
48115 2006-04-23  Claudio Fontana  <claudio@gnu.org>
48116             Bruno Haible  <bruno@clisp.org>
48117
48118         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
48119         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
48120         for AM_CPPFLAGS.
48121
48122 2006-04-23  Bruno Haible  <bruno@clisp.org>
48123
48124         * modules/copy-file: Depend on unistd.
48125         * modules/execute: Likewise.
48126         * modules/fatal-signal: Likewise.
48127         * modules/findprog: Likewise.
48128         * modules/mkdtemp : Likewise.
48129         * modules/pipe: Likewise.
48130         * modules/wait-process: Likewise.
48131
48132 2006-04-23  Bruno Haible  <bruno@clisp.org>
48133
48134         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
48135         condition was already detected.
48136         Reported by Ben Pfaff <blp@cs.stanford.edu>.
48137
48138 2006-04-23  Bruno Haible  <bruno@clisp.org>
48139
48140         * lib/copy-file.c: Include <unistd.h> unconditionally.
48141         * lib/execute.c: Likewise.
48142         * lib/fatal-signal.c: Likewise.
48143         * lib/findprog.c: Likewise.
48144         * lib/mkdtemp.c: Likewise.
48145         * lib/pipe.h: Likewise.
48146         * lib/pipe.c: Likewise.
48147         * lib/wait-process.h: Likewise.
48148
48149 2006-04-23  Bruno Haible  <bruno@clisp.org>
48150
48151         * gnulib-tool (func_usage): Fix --import description. Document
48152         --update.
48153         (func_import): Create temporary file in a temporary directory, if
48154         --dry-run is specified. Silence errors from 'grep' when there are no
48155         m4 files in $m4dir.
48156         (func_create_testdir): Silence errors from 'grep' when there are no
48157         m4 files in $m4dir.
48158         Reported by Karl Berry <karl@freefriends.org>.
48159
48160 2006-04-20  Bruno Haible  <bruno@clisp.org>
48161
48162         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
48163         one argument, so that the code will be portable to Autoconf 2.60.
48164         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
48165         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
48166         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
48167
48168 2006-04-19  Derek Price  <derek@ximbiot.com>
48169             Eric Blake  <ebb9@byu.net>
48170
48171         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
48172         rather than "/full/path.h".  Update comment to match.  Shorten &
48173         generalize m4_translit call via AS_TR_CPP.
48174
48175 2006-04-19  Derek Price  <derek@ximbiot.com>
48176             Eric Blake  <ebb9@byu.net>
48177
48178         * lib/inttypes.h: Correct grammar in comment.
48179
48180 2006-04-18  Derek Price  <derek@ximbiot.com>
48181             Paul Eggert  <eggert@cs.ucla.edu>
48182
48183         * modules/inttypes: New file.
48184         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
48185
48186 2006-04-18  Derek Price  <derek@ximbiot.com>
48187             Paul Eggert  <eggert@cs.ucla.edu>
48188
48189         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
48190         New files.
48191
48192 2006-04-18  Derek Price  <derek@ximbiot.com>
48193             Paul Eggert  <eggert@cs.ucla.edu>
48194
48195         * lib/inttypes.h: New file.
48196         * lib/strtoimax.c: Assume <inttypes.h>.
48197
48198 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
48199
48200         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
48201         isn't mounted.  Problem reported by Kir Kolyshkin.
48202
48203 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
48204
48205         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
48206         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
48207         Derek R. Price.
48208         * lib/regex.h (RE_DUP_MAX): Update comment to match current
48209         implementation.
48210
48211 2006-04-12  Eric Blake  <ebb9@byu.net>
48212
48213         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
48214         is now done automatically by the corresponding Autoconf macro.
48215
48216 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
48217
48218         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
48219         time_r.h.
48220
48221 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48222
48223         Merge regex changes from libc, removing some of our
48224         POSIX-conformance changes that were rejected and redoing them in a
48225         less-intrusive way.
48226
48227         * lib/regcomp.c (re_compile_internal, init_dfa):
48228         Length arg is now size_t, not Idx.  All uses changed.
48229         (peek_token): Forward decl now says internal_function.
48230         (__re_error_msgid, __re_error_msgid_idx):
48231         Now static rather than extern with attribute_hidden.
48232         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
48233         For some reason libc prefers K&R style defns for external functions.
48234         (regerror) [!defined _LIBC]: Likewise.
48235         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
48236         (seek_collating_symbol_entry, lookup_collation_sequence_value):
48237         (build_range_exp, build_collating_symbol):
48238         Use K&R-style defn.
48239         (re_compile_fastmap): Use '\0' to memset, not 0.
48240         (utf8_sb_map): Make the calculations more obvious.
48241         (init_dfa, parse_bracket_exp, build_charclass_op):
48242         Call calloc and cast result, as glibc does.
48243         (init_word_char, fetch_token, peek_token, peek_token_bracket):
48244         (build_range_exp, build_collating_symbol):
48245         Now internal functions.
48246
48247         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
48248
48249         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
48250         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
48251         Don't depend on VMS; depend on __VMS instead, for POSIX
48252         namespace cleanness.
48253         (regoff_t): Define to ssize_t, not long int.
48254
48255         Remove the REG_ macros named below.  Instead, make the old names
48256         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
48257         __USE_GNU_REGEX.
48258         (REG_BACKSLASH_ESCAPE_IN_LISTS):
48259         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
48260         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
48261         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
48262         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
48263         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
48264         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
48265         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
48266         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
48267         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
48268         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
48269         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
48270         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
48271         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
48272         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
48273         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
48274         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
48275         (REG_NREGS):
48276         Remove.  All uses replaced by the old RE_* names.
48277         (RE_BACKSLASH_ESCAPE_IN_LISTS):
48278         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
48279         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
48280         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
48281         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
48282         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
48283         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
48284         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
48285         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
48286         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
48287         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
48288         Don't bother having these macros be independent of each others'
48289         values, since they no longer exist in the POSIX name space.
48290
48291         Rename the following member names back to their old names,
48292         unless !__USE_GNU_REGEX.  All uses changed back.
48293         (buffer): Renamed from re_buffer.
48294         (allocated): Renamed from re_allocated.
48295         (used): Renamed from re_used.
48296         (syntax): Renamed from re_syntax.
48297         (fastmap): Renamed from re_fastmap.
48298         (translate): Renamed from re_translate.
48299         (can_be_null): Renamed from re_can_be_null.
48300         (regs_allocated): Renamed from re_regs_allocated.
48301         (fastmap_accurate): Renamed from re_fastmap_accurate.
48302         (no_sub): Renamed from re_no_sub.
48303         (not_bol): Renamed from re_not_bol.
48304         (not_eol): Renamed from re_not_eol.
48305         (newline_anchor): Renamed from re_newline_anchor.
48306         (num_regs): Renamed from rm_num_regs.
48307         (start): Renamed from rm_start.
48308         (end): Renamed from rm_end.
48309
48310         (free_state): Move up a bit.
48311
48312         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
48313         #define to be empty.
48314         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
48315         when that is what is intended.
48316         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
48317         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
48318         (MAX): New macro.
48319         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
48320         All uses changed back to re_malloc, etc.  It's now the caller's
48321         responsibility to check for overflow; all callers changed.
48322         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
48323         (re_x2nrealloc): Remove.
48324         (free_state): Remove decl.
48325
48326         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
48327         (re_set_registers, re_exec):
48328         Use K&R-style defn.
48329
48330         2006-01-31  Roland McGrath  <roland@redhat.com>
48331
48332         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
48333         Reported by Mike Frysinger <vapier@gentoo.org>.
48334
48335         2006-01-15  Andreas Jaeger  <aj@suse.de>
48336
48337         [BZ #1950]
48338         * lib/regex_internal.c (re_string_reconstruct): Adjust for
48339         build_wcs_upper_buffer change.
48340         (build_wcs_upper_buffer): Change return type.
48341
48342         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
48343
48344         * lib/regex_internal.h: Include <stdint.h> if available.
48345
48346         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
48347
48348         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
48349
48350         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
48351
48352         * lib/regcomp.c: Adjust for changed secondary hash function.
48353
48354         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
48355
48356         * lib/regex.h: Pretty printing.
48357         Clean up namespace a bit.
48358
48359         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
48360
48361         * lib/regexec.c (update_cur_sifted_state, check_arrival,
48362         check_arrival_add_next_nodes): Avoid using uninitialized variable.
48363
48364         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48365                     Ulrich Drepper  <drepper@redhat.com>
48366
48367         [BZ #1302]
48368         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
48369         changed.
48370         (bitset_word_t): Renamed from bitset_word.  All uses changed.
48371
48372         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
48373
48374         [BZ #281]
48375         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
48376         * lib/regcomp.c: Remove unnecessary uses of
48377         unsigned RE_TRANSLATE_TYPE.
48378         * lib/regex_internal.h: Likewise.
48379         * lib/regex_internal.c: Likewise.
48380         * lib/regexec.c: Likewise.
48381         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
48382
48383         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
48384
48385         * lib/regexec.c (find_recover_state): Remove unnecessary
48386         initialization.
48387         (transit_state_bkref): Make DFA a const pointer.
48388         (get_subexp): Likewise.
48389         (check_arrival): Likewise.
48390         (update_cur_sifted_state): Likewise.
48391         (re_search_internal): Likewise.
48392         (prune_impossible_nodes): Likewise.
48393         (acquire_init_state_context): Likewise.
48394         (proceed_next_node): Likewise.
48395         (set_regs): Likewise.
48396         (free_fail_stack_return): Likewise.
48397         (check_arrival_expand_ecl): Mark DFA parameter as const.
48398         (check_arrival_expand_ecl_sub): Likewise.
48399         (check_subexp_limits): Likewise.
48400         (sub_epsilon_src_nodes):  Likewise.
48401         (add_epsilon_src_nodes):  Likewise.
48402         (merge_state_array): Likewise.
48403         (update_regs): Likewise.
48404         (build_trtable): Likewise.
48405         (sift_states_backward): Mark MCTX parameter as const.
48406         (build_sifted_states): Likewise.
48407         (update_cur_sifted_state): Likewise.
48408         (sift_states_mkref): Likewise.
48409         (check_arrival_expand_ecl): Mark eclosure as const.
48410         (check_dst_limits_calc_pos_1): Likewise.
48411         * lib/regex_internal.h (re_match_context_t): Make dfa a const
48412         pointer.
48413
48414         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
48415
48416         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
48417         (transit_state_sb): Likewise.
48418         (transit_state_mb): Likewise.
48419         (sift_states_iter_mb): Likewise.
48420         (check_arrival_add_next_nodes): Likewise.
48421         (check_node_accept_bytes): Change first parameter to pointer-to-const.
48422         [_LIBC] (re_search_2_stub): Use mempcpy.
48423
48424         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
48425         mbrtowc for very simple UTF-8 case.
48426
48427         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
48428         a pointer-to-const.
48429         (re_acquire_state_context): Likewise.
48430         * lib/regex_internal.h: Adjust prototypes.
48431
48432         * lib/regex.c: Prevent using C++ compilers.
48433
48434         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
48435         (re_acquire_state_context): Likewise.
48436
48437 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48438
48439         * modules/regex (Depends-on): Add ssize_t.
48440
48441 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48442
48443         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
48444         translation table.
48445
48446 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48447
48448         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
48449
48450 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
48451             Bruno Haible  <bruno@clisp.org>
48452
48453         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
48454         <sys/types.h> and <inttypes.h>.
48455
48456 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48457
48458         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
48459         `__error_t_defined', so argp.h will not typedef the former.
48460
48461 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
48462
48463         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
48464         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
48465         glibc names.  Even if glibc is changed to conform to POSIX, the
48466         traditional names will be available anyway, since regex depends on
48467         the extensions module.  Also, fix a longstanding typo in the
48468         implementation of Spencer ERE test #75 from grep 2.3.  Problems
48469         reported by Emanuele Giaquinta.  Also, change sense of cached
48470         variable, so that the message makes sense.
48471
48472 2006-03-24  Simon Josefsson  <jas@extundo.com>
48473
48474         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
48475         including some doc fixes.
48476         (base64_encode_alloc): Fix +1 bug on allocation failures.
48477
48478 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48479
48480         * lib/base64.c (base64_encode): Do not read past end of array with
48481         unsanitized input on systems with CHAR_BIT > 8.
48482
48483 2006-03-24  Eric Blake  <ebb9@byu.net>
48484
48485         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
48486
48487 2006-03-22  Karl Berry  <karl@gnu.org>
48488
48489         * config/srclist.txt (*setenv.[ch]): get from coreutils.
48490         * config/srclistvars.sh (COREUTILS): new var.
48491
48492 2006-03-17  Jim Meyering  <jim@meyering.net>
48493
48494         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
48495         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
48496
48497 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
48498
48499         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
48500         no longer needs it.  Instead, check that regoff_t is as least
48501         as wide as ptrdiff_t.
48502
48503         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
48504         so that our regex.h stays compatible with the installed regex.
48505         This is helpful for installers who configure --without-included-regex.
48506         Problem reported by Emanuele Giaquinta.
48507
48508 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
48509
48510         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
48511         Typedef to long int, not to off_, as POSIX will likely change
48512         in that direction.
48513
48514 2006-03-15  Eric Blake  <ebb9@byu.net>
48515
48516         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
48517
48518 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48519
48520         * lib/argp-help.c (validate_uparams): Fix typo
48521         * lib/argp-parse.c (argp_default_options): Consistently begin help
48522         messages with a lowercase letter.
48523
48524 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
48525
48526         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
48527         overrun buffers and shouldn't be used (much as gets shouldn't be
48528         used).
48529         * lib/time_r.c (asctime_r, ctime_r): Likewise.
48530
48531 2006-03-08  Simon Josefsson  <jas@extundo.com>
48532
48533         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
48534         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48535
48536 2006-03-08  Simon Josefsson  <jas@extundo.com>
48537
48538         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
48539         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48540
48541 2006-03-08  Simon Josefsson  <jas@extundo.com>
48542
48543         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
48544         signal that configure disabled the device.
48545
48546 2006-03-08  Simon Josefsson  <jas@extundo.com>
48547
48548         * build-aux/maint.mk: Fix refresh-po, to handle no translated
48549         languages.
48550
48551 2006-03-07  Simon Josefsson  <jas@extundo.com>
48552
48553         * modules/getopt (Depends-on): Add unistd.
48554
48555         * modules/unistd: New file.
48556
48557 2006-03-07  Simon Josefsson  <jas@extundo.com>
48558
48559         * modules/gc-random: New file.
48560
48561 2006-03-07  Simon Josefsson  <jas@extundo.com>
48562
48563         * m4/unistd_h.m4: New file.
48564
48565 2006-03-07  Simon Josefsson  <jas@extundo.com>
48566
48567         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
48568         test to be side-effect free by storing the result in the cache
48569         variable gl_cv_lib_readline, and moving the assignment of
48570         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
48571         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48572
48573 2006-03-07  Simon Josefsson  <jas@extundo.com>
48574
48575         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
48576         error on missing devices (the functions will return an error).
48577
48578         * m4/gc.m4: Move random stuff to gc-random.m4
48579
48580 2006-03-07  Simon Josefsson  <jas@extundo.com>
48581
48582         * lib/unistd_.h: New file.
48583
48584 2006-03-07  Simon Josefsson  <jas@extundo.com>
48585
48586         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
48587
48588 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48589
48590         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
48591         Problem reported by Juan Manuel Guerrero.
48592
48593 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48594
48595         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
48596         the unistd module.
48597         * lib/getlogin_r.c: Likewise.
48598         * lib/getlogin_r.h: Likewise.
48599         * lib/glob.c: Likewise.
48600         * lib/pagealign_alloc.c: Likewise.
48601         * lib/unistd_.h: Remove; no longer needed.
48602
48603 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48604
48605         * MODULES.html.sh (Support for systems lacking POSIX:2001):
48606         Add unistd.
48607         * modules/c-stack (Depends-on): Add unistd.
48608         * modules/getlogin_r: Likewise.
48609         * modules/glob: Likewise.
48610         * modules/pagealign_alloc: Likewise.
48611         * modules/unistd (Files): Remove lib/unistd_.h.
48612         (EXTRA_DIST): Remove.
48613         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
48614         need unistd_.h.
48615         (MOSTLYCLEANFILES): Remove unistd.h-t.
48616
48617 2006-03-03  Simon Josefsson  <jas@extundo.com>
48618
48619         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
48620
48621 2006-03-03  Simon Josefsson  <jas@extundo.com>
48622
48623         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
48624         libidn and bison.
48625
48626 2006-03-03  Simon Josefsson  <jas@extundo.com>
48627
48628         * build-aux/maint.mk: Add indent target.
48629
48630 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
48631
48632         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
48633         our replacement poll.h in any case, to avoid a differing
48634         declaration from a system header.  Seen on AIX.
48635
48636 2006-03-01  Simon Josefsson  <jas@extundo.com>
48637
48638         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
48639         <kasal@ucw.cz>.
48640
48641 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48642
48643         * modules/gettime (Depends-on): Add extensions module.
48644         * modules/nanosleep (Depends-on): Likewise.
48645         * modules/settime (Depends-on): Likewise.
48646
48647 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48648
48649         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
48650         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
48651         pedantically.
48652         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
48653         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
48654
48655         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
48656         not "==".  Reported by Ralf Wildenhues.
48657
48658 2006-03-01  Karl Berry  <karl@gnu.org>
48659
48660         * doc/Copyright/request-*: new files, synced from gnuorg.
48661
48662 2006-03-01  Karl Berry  <karl@gnu.org>
48663
48664         * config/srclist.txt (Copyright/*): new entries.
48665
48666 2006-02-28  Simon Josefsson  <jas@extundo.com>
48667
48668         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
48669
48670 2006-02-27  Simon Josefsson  <jas@extundo.com>
48671
48672         * lib/base64.h: Indent #define's.  From Jim Meyering
48673         <jim@meyering.net>.
48674
48675 2006-02-27  Jim Meyering  <jim@meyering.net>
48676
48677         Revert the change of 2006-02-24, so these files can continue
48678         to be sync'd from gettext.
48679         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
48680         of `config.h'.
48681
48682 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
48683
48684         * modules/intprops: New file.
48685         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
48686         Add intprops.
48687         * modules/getloadavg (Files): Remove lib/intprops.h.
48688         (Depends-on): Add intprops.
48689         * modules/human: Likewise.
48690         * modules/inttostr: Likewise.
48691         * modules/openat: Likewise.
48692         * modules/sig2str: Likewise.
48693         * modules/userspec: Likewise.
48694         * modules/utimecmp: Likewise.
48695         * modules/xnanosleep: Likewise.
48696         * modules/xstrtol: Likewise.
48697
48698 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
48699
48700         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
48701         * modules/lock-tests (TESTS): Use $(EXEEXT).
48702         * modules/tls-tests: Likewise.
48703         * modules/argp-tests: Likewise.
48704         (check_PROGRAMS): New var, replacing...
48705         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
48706
48707 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48708
48709         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
48710         `config.h'.
48711
48712 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
48713
48714         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
48715
48716 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48717
48718         Sync from coreutils.
48719         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
48720         gl_CHDIR_SAFER.
48721
48722 2006-02-22  Jim Meyering  <jim@meyering.net>
48723
48724         Sync from coreutils.
48725         * m4/chdir-safer.m4: New file.
48726
48727 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
48728
48729         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
48730         AT_FDCWD exceeds INT_MAX.
48731         * lib/openat.h (AT_FDCWD): Likewise.
48732
48733 2006-02-17  Eric Blake  <address@hidden>
48734
48735         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
48736
48737 2006-02-16  Simon Josefsson  <jas@extundo.com>
48738
48739         * modules/getaddrinfo (Depends-on): Add sys_socket.
48740
48741 2006-02-15  Simon Josefsson  <jas@extundo.com>
48742
48743         * build-aux/maint.mk: Add dsyntax-check rule.
48744
48745 2006-02-15  Eric Blake  <ebb9@byu.net>
48746
48747         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
48748         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
48749         'present but cannot compile' warnings on cygwin.
48750         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
48751         use ws2tcpip.h if sys/socket.h works.
48752         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
48753         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
48754
48755 2006-02-14  Simon Josefsson  <jas@extundo.com>
48756
48757         * modules/maintainer-makefile (Files): Rename.
48758
48759         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
48760         and (the local) Makefile.cfg to maint-cfg.mk.
48761
48762         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
48763         to the latter.
48764
48765         * modules/maintainer-makefile: New module.
48766
48767         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
48768         severaly stripped to make it possible to build it up from scratch
48769         with reliable tests.
48770
48771         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
48772         fixes to permit overriding the default actions when configure and
48773         makefile are not available.
48774
48775 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
48776
48777         Sync from coreutils.
48778         * modules/lstat (Depends-on): Don't depend on xalloc.
48779         (License): Change from GPL to LGPL, since this is now simply a
48780         replacement for a libc function.
48781
48782 2006-02-14  Jim Meyering  <jim@meyering.net>
48783
48784         Sync from coreutils.
48785
48786         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
48787         failure on deficient systems, and simplify gnulib lgpl dependencies.
48788         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
48789         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
48790
48791         * lib/xalloc-die.c: Remove unused definition of N_.
48792
48793 2006-02-14  Jim Meyering  <jim@meyering.net>
48794
48795         Sync from coreutils.
48796         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
48797         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
48798         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
48799         double-quote uses of that variable, to accommodate the rare case in
48800         which getmntent is available in none of the libraries checked.  This
48801         happens at least on FreeBSD 5.0.
48802
48803 2006-02-13  Simon Josefsson  <jas@extundo.com>
48804
48805         * gnulib-tool (Usage): Fix --import, from
48806         karl@freefriends.org (Karl Berry).
48807
48808 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48809
48810         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
48811
48812 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
48813
48814         * lib/argp-namefrob.h: Restore changes accidentally lost during the
48815         "autoupdate" on 2005-12-12.
48816
48817 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48818
48819         * modules/closeout (Depends-on): Remove atexit.
48820
48821 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48822
48823         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
48824         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
48825
48826 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
48827
48828         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
48829         __EXTENSIONS__ if this causes compilation to fail.  Problem
48830         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
48831         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
48832
48833 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
48834
48835         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
48836         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
48837         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
48838         All uses changed.
48839
48840 2006-01-26  Simon Josefsson  <jas@extundo.com>
48841
48842         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
48843         prototype is visible on mingw32.
48844
48845         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
48846         for mingw32.
48847
48848         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
48849         mingw32).
48850
48851 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
48852
48853         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
48854         attempt to open for write; this always fails, at least on POSIX
48855         hosts.  This reinstates the 2006-01-09 change, which was
48856         inadvertently removed.
48857
48858 2006-01-26  Bruno Haible  <bruno@clisp.org>
48859
48860         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
48861         Reported by Paul Eggert.
48862
48863 2006-01-26  Bruno Haible  <bruno@clisp.org>
48864             Paul Eggert  <eggert@cs.ucla.edu>
48865
48866         * lib/stdbool_.h (_Bool)
48867         [(! (defined __cplusplus || defined __BEOS__)
48868           && !defined __GNUC__
48869           && !(defined __HP_cc || defined __xlc__
48870                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
48871                || defined __sgi))]:
48872         #define to signed char in these cases too; this simplifies
48873         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
48874         etc., separately) and makes it more conservative.
48875
48876 2006-01-25  Simon Josefsson  <jas@extundo.com>
48877
48878         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
48879         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
48880         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
48881
48882 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
48883
48884         * lib/argp-namefrob.h: Bugfix. Remove stray #
48885
48886 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
48887
48888         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
48889         so that we test the test.
48890         Check for yet another HP-UX cc bug involving *bool |= bool.
48891
48892 2006-01-25  Karl Berry  <karl@gnu.org>
48893
48894         * config/srclist.txt (vasnprintf.c): sync lost.
48895
48896 2006-01-25  Jim Meyering  <jim@meyering.net>
48897
48898         Sync from the stable (b5) branch of coreutils:
48899
48900         * lib/fts.c (fts_children): Don't let close() clobber errno from
48901         failed fchdir().
48902
48903         * lib/fts.c (fts_stat): When following a symlink-to-directory,
48904         don't necessarily interpret stat-fails+lstat-succeeds as indicating
48905         a dangling symlink.  That can also happen at least for ELOOP.
48906         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
48907         FYI, this bug predates the inclusion of fts.c in coreutils.
48908
48909         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
48910         in their own block, so pre-c99 compilers don't object.
48911
48912         Avoid the double-free (first in fts_read, second in fts_close) that
48913         would occur when an `active' directory is made inaccessible (e.g.,
48914         via chmod a-x) during a traversal.
48915         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48916         before returning.  Reproduce this failure by
48917         mkdir -p a/b; cd a; chmod a-x . b
48918         Reported by Stavros Passas.
48919
48920 2006-01-25  Jim Meyering  <jim@meyering.net>
48921
48922         * lib/fileblocks.c: Remove more useless parentheses.
48923         * lib/readutmp.h: Likewise.
48924
48925 2006-01-25  Bruno Haible  <bruno@clisp.org>
48926
48927         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
48928         warnings.
48929         Reported by Paul Eggert.
48930
48931 2006-01-25  Bruno Haible  <bruno@clisp.org>
48932
48933         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
48934         rid of a trap command. For Solaris sh.
48935         Reported by Mark D. Baushke <mdb@gnu.org>.
48936
48937 2006-01-24  Simon Josefsson  <jas@extundo.com>
48938
48939         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
48940         Bruno.
48941
48942 2006-01-24  Karl Berry  <karl@gnu.org>
48943
48944         * config/srclist.txt (argp-namefrob.h): sync lost.
48945
48946 2006-01-24  Jim Meyering  <jim@meyering.net>
48947
48948         * modules/openat (Files): Add lib/intprops.h.
48949         From Mark D. Baushke.
48950
48951 2006-01-24  Jim Meyering  <jim@meyering.net>
48952
48953         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
48954         Reported by Mark D. Baushke.
48955
48956 2006-01-24  Jim Meyering  <jim@meyering.net>
48957
48958         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
48959
48960 2006-01-24  Bruno Haible  <bruno@clisp.org>
48961
48962         * modules/strnlen (Maintainer): Change from glibc to all.
48963
48964 2006-01-24  Bruno Haible  <bruno@clisp.org>
48965
48966         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
48967         Patch by Paul Eggert.
48968
48969 2006-01-24  Bruno Haible  <bruno@clisp.org>
48970
48971         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
48972         already has it.
48973         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
48974         2005-11-26.
48975
48976         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
48977         'signed char' to avoid problems with the built-in _Bool type.
48978         Reported by Paul Eggert on 2005-11-26.
48979
48980 2006-01-24  Bruno Haible  <bruno@clisp.org>
48981
48982         * gnulib-tool (func_import): Avoid constructing complicated sed
48983         expressions inside backquote.
48984         Report and solution by Mark D. Baushke <mdb@gnu.org>.
48985
48986 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
48987
48988         These changes imported from libc.
48989         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
48990         test and two separate function calls.
48991         * lib/strndup.c (__strndup): Add libc_hidden_def.
48992
48993 2006-01-23  Simon Josefsson  <jas@extundo.com>
48994
48995         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
48996         Remove the test_*_SOURCES variable: automake infers it by default.
48997         * modules/tls-tests: Likewise.
48998
48999 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49000
49001         Work around porting bugs reported by Dieter in
49002         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
49003         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
49004         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
49005         Include "getopt.h" first, to check interface.
49006         (getenv): Declare only if defined HAVE_DECL_GETENV &&
49007         !HAVE_DECL_GETENV.
49008         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
49009         (__strndup): Revert to K&R-style function dfns, the glibc style.
49010         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
49011         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
49012         Include strnlen.h first, to get prototype properly.
49013         (strnlen): Renamed from __strnlen.
49014         Remove weak alias.
49015
49016 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49017
49018         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
49019
49020 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49021
49022         * config/srclist.txt: Adjust to reflect glibc reorganization.
49023         This affects only comments.
49024
49025 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
49026
49027          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
49028          Reported by Bruce Korb <bkorb@gnu.org>.
49029
49030 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
49031
49032         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
49033         to pacify gcc -Wswitch-default.
49034
49035 2006-01-22  Bruno Haible  <bruno@clisp.org>
49036
49037         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
49038         temporary buffer for sprintf, take into account the precision also
49039         for 'd', 'i', 'u', 'o', 'x', 'X'.
49040
49041 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
49042
49043         * modules/argp-tests: New module
49044         * tests/test-argp.c: New file
49045         * tests/test-argp-2.sh: New file
49046
49047 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
49048
49049         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
49050         (__argp_base_name): Removed
49051         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
49052         typo.
49053         (__argp_base_name): Provide macro definition or extern declaration
49054         depending on the configuration
49055
49056 2006-01-20  Simon Josefsson  <jas@extundo.com>
49057
49058         * modules/inet_ntop (Depends-on): Depend on sys_socket.
49059
49060 2006-01-20  Simon Josefsson  <jas@extundo.com>
49061
49062         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
49063
49064 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49065
49066         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
49067         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
49068         Suggested by Bruno Haible.
49069
49070 2006-01-20  Karl Berry  <karl@gnu.org>
49071
49072         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
49073         until changes propagate, I guess.
49074
49075 2006-01-19  Simon Josefsson  <jas@extundo.com>
49076
49077         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
49078
49079 2006-01-19  Simon Josefsson  <jas@extundo.com>
49080
49081         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
49082
49083 2006-01-19  Simon Josefsson  <jas@extundo.com>
49084
49085         * gnulib-tool: Set check_PROGRAMS.
49086
49087         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
49088         modules/des-tests, modules/gc-arcfour-tests,
49089         modules/gc-arctwo-tests, modules/gc-des-tests,
49090         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
49091         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
49092         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
49093         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
49094         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
49095         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
49096         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
49097         test_*_SOURCES.
49098
49099 2006-01-18  Simon Josefsson  <jas@extundo.com>
49100
49101         * modules/socklen (Depends-on): Depend on sys_socket.
49102
49103 2006-01-18  Simon Josefsson  <jas@extundo.com>
49104
49105         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
49106         modules/des-tests, modules/gc-arcfour-tests,
49107         modules/gc-arctwo-tests, modules/gc-des-tests,
49108         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
49109         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
49110         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
49111         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
49112         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
49113         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
49114         $(EXEEXT) to automake TESTS variable, for mingw32.
49115
49116 2006-01-17  Simon Josefsson  <jas@extundo.com>
49117
49118         * modules/socklen (Include): Need sys/socket.h.
49119
49120 2006-01-17  Bruno Haible  <bruno@clisp.org>
49121
49122         * modules/ssize_t (Include): Add <sys/types.h>.
49123
49124 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
49125
49126         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
49127         it's not portable and it doesn't work with cross-compiles.
49128         Problem reported by Bruno Haible.  Fix missing-$ typo in
49129         'test "gl_cv_ignore_unused_libraries" ...' that prevented
49130         -zignore from being used with Sun's C compiler.
49131
49132 2006-01-12  Simon Josefsson  <jas@extundo.com>
49133
49134         * lib/base64.c: Fix warning, reported by Bruno Haible
49135         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
49136
49137 2006-01-12  Bruno Haible  <bruno@clisp.org>
49138
49139         * modules/ldd: New file.
49140         * build-aux/ldd.sh.in: New file.
49141         * MODULES.html.sh (Support for building libraries and executables): Add
49142         ldd.
49143
49144 2006-01-12  Bruno Haible  <bruno@clisp.org>
49145
49146         * m4/ldd.m4: New file.
49147
49148 2006-01-12  Bruno Haible  <bruno@clisp.org>
49149
49150         * gnulib-tool (func_import, func_create_testdir): Don't go into an
49151         endless loop while replacing $auxdir with build-aux.
49152
49153 2006-01-11  Simon Josefsson  <jas@extundo.com>
49154
49155         * lib/stdint_.h (SIZE_MAX): Add missing (.
49156
49157 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
49158
49159         Sync from coreutils.
49160         * lib/md5.c: Fix commentary typos.
49161         (alignof, UNALIGNED_P): No need for a GCC-specific version.
49162         * lib/md5.h (__attribute__): Remove; unused.
49163         * lib/sha1.c: Fix commentary to match md5 better.
49164         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
49165         so that we don't need to worry about alignment.  All uses changed.
49166         This merges the 2005-10-28 md5 change into sha1.
49167
49168 2006-01-11  Jim Meyering  <jim@meyering.net>
49169
49170         Sync from coreutils.
49171         * lib/md5.c (OP): Fix spacing.
49172
49173 2006-01-11  Bruno Haible  <bruno@clisp.org>
49174
49175         Ensure automatic ordering between gl_LOCK and gl_ARGP.
49176         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
49177         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
49178
49179 2006-01-11  Bruno Haible  <bruno@clisp.org>
49180
49181         Ensure automatic ordering between gl_LOCK and gl_ARGP.
49182         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
49183         the "early" section as well.
49184
49185 2006-01-11  Bruno Haible  <bruno@clisp.org>
49186
49187         Avoid "ar: no archive members specified" error on MacOS X.
49188         * gnulib-tool (func_modules_add_dummy): New function.
49189         (func_import, func_create_testdir): Invoke it.
49190
49191 2006-01-11  Bruno Haible  <bruno@clisp.org>
49192
49193         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
49194         with $auxdir in AC_CONFIG_FILES statements.
49195
49196 2006-01-11  Bruno Haible  <bruno@clisp.org>
49197
49198         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
49199         Initialize also noinst_HEADERS to empty.
49200
49201 2006-01-11  Bruno Haible  <bruno@clisp.org>
49202
49203         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
49204         variables.
49205         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
49206         autoreconf.
49207
49208 2006-01-11  Bruno Haible  <bruno@clisp.org>
49209
49210         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
49211         overridable by the user.
49212         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49213
49214 2006-01-10  Simon Josefsson  <jas@extundo.com>
49215
49216         * modules/sys_socket: New file.
49217
49218 2006-01-10  Simon Josefsson  <jas@extundo.com>
49219
49220         * m4/sys_socket_h.m4: New file.
49221
49222 2006-01-10  Simon Josefsson  <jas@extundo.com>
49223
49224         * lib/socket_.h: New file.
49225
49226 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49227
49228         * modules/readutmp (Maintainer): Add myself.
49229
49230 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49231
49232         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
49233         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
49234         People who are still concerned with buggy memcmp implementations
49235         can invoke gl_FUNC_MEMCMP themselves.
49236
49237 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49238
49239         * lib/regex_internal.h (BITSET_WORD_BITS):
49240         Work around a bug in 64-bit PGC (before version 6.1-2), where the
49241         preprocessor mishandles large unsigned values as if they were signed.
49242         Problem reported by Claudio Fontana in
49243         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
49244
49245 2006-01-10  Jim Meyering  <jim@meyering.net>
49246
49247         Avoid the double-free (first in fts_read, second in fts_close) that
49248         would occur when an `active' directory is made inaccessible (e.g.,
49249         via chmod a-x) during a traversal.
49250         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
49251         before returning.  Reproduce this failure by
49252         mkdir -p a/b; cd a; chmod a-x . b
49253         Reported by Stavros Passas.
49254
49255         Sync from coreutils.
49256         * lib/sha1.c: Tweak grammar in a comment.
49257
49258 2006-01-10  Jim Meyering  <jim@meyering.net>
49259
49260         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
49261         Patch by Joerg Sonnenberger.
49262
49263 2006-01-10  Bruno Haible  <bruno@clisp.org>
49264
49265         * modules/readutmp: Depend on module free.
49266         * modules/strtok_r: Depend on module restrict.
49267
49268 2006-01-10  Bruno Haible  <bruno@clisp.org>
49269
49270         * modules/gettext (configure.ac): Add an invocation of
49271         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
49272
49273 2006-01-10  Bruno Haible  <bruno@clisp.org>
49274
49275         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
49276         Reported by Werner Lemberg <wl@gnu.org>.
49277
49278 2006-01-10  Bruno Haible  <bruno@clisp.org>
49279
49280         * lib/localcharset.c: Update from GNU gettext.
49281
49282 2006-01-10  Bruno Haible  <bruno@clisp.org>
49283
49284         * lib/argp.h (__const): Remove macro. Use const instead.
49285         * lib/argp-fmtstream.h (__const): Likewise.
49286         * lib/glob_.h (__const): Remove macro.
49287         * lib/glob-libc.h: Use const instead of __const.
49288
49289 2006-01-10  Bruno Haible  <bruno@clisp.org>
49290
49291         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
49292         variable.
49293         Needed to avoid an automake error regarding the 'gettext' module.
49294
49295 2006-01-09  Simon Josefsson  <jas@extundo.com>
49296
49297         * modules/inet_ntop (Depends-on): Add restrict.
49298
49299 2006-01-09  Simon Josefsson  <jas@extundo.com>
49300
49301         * modules/gc-rijndael-tests (License): Put under LGPL.
49302
49303         * modules/gc-des-tests (License): Likewise.
49304
49305         * modules/gc-arcfour-tests (License): Likewise.
49306
49307         * modules/gc-arctwo-tests (License): Likewise.
49308
49309         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
49310
49311         * modules/gc-hmac-sha1-tests (Files): Likewise.
49312
49313         * modules/gc-hmac-md5-tests (License): Likewise.
49314
49315         * modules/gc-sha1-tests (License): Likewise.
49316
49317         * modules/gc-md5-tests (License): Likewise.
49318
49319         * modules/gc-md4-tests (License): Likewise.
49320
49321         * modules/gc-md2-tests (License): Likewise.
49322
49323         * modules/gc-tests (License): Likewise.
49324
49325         * modules/des-tests (License): Likewise.
49326
49327         * modules/md4-tests (License): Likewise.
49328
49329         * modules/md2-tests (License): Likewise.
49330
49331 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49332
49333         Sync from coreutils:
49334
49335         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
49336         * modules/lib-ignore: New file.
49337         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
49338         chdir-safer.m4, lchmod.m4.
49339         * modules/openat: Add mkdirat.c, openat-priv.h.
49340
49341 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49342
49343         Sync from coreutils.
49344         * m4/lib-ignore.m4: New file.
49345         * m4/lchmod.m4: New file.
49346
49347 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49348
49349         Sync from coreutils.
49350         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
49351         for write access: POSIX says that must fail.
49352         * lib/fts.c (diropen): Likewise.
49353         * lib/save-cwd.c (save_cwd): Likewise.
49354         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
49355         well, for minor improvements on hosts that lack O_DIRECTORY.
49356         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
49357         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
49358         Fall back on chown if open failed with EACCES.
49359
49360         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
49361         Report an error at compile-time if only a 1-second nominal clock
49362         resolution is found.
49363
49364         * lib/lchmod.h: New file.
49365         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
49366         (make_dir_parents): Use lchown rather than chown, and
49367         lchmod rather than chmod.
49368
49369         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
49370         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
49371         "proc" reported by n0dalus.
49372
49373         * lib/mountlist.c: Include <limits.h>.
49374         (dev_from_mount_options)
49375         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
49376         New function.  It no longer assumes "dev=" has the System V meaning
49377         on Linux (since it doesn't).  It also parses "dev=" more carefully.
49378         (read_file_system_list)
49379         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
49380         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
49381         dev= in that case.
49382
49383         * lib/posixtm.h (PDS_PRE_2000): New macro.
49384         * lib/posixtm.c (year): Arg is now syntax_bits rather than
49385         allow_century.  All usages changed.  Reject dates outside the range
49386         1969-1999 if PDS_PRE_2000 is used.
49387
49388 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49389
49390         Sync from coreutils.
49391         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
49392         (Time of day items): Mention the possibility of leap seconds.
49393         Problem reported by Dr. David Alan Gilbert.
49394
49395 2006-01-09  Jim Meyering  <jim@meyering.net>
49396
49397         Sync from coreutils.
49398
49399         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
49400
49401         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
49402
49403         * lib/modechange.c (mode_compile): Reject an invalid mode string
49404         that starts with an octal digit.  From Andreas Gruenbacher.
49405
49406         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
49407         and dup to open_safer and dup_safer, respectively.
49408         (openat_permissive): Fix typo in comment.
49409
49410         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
49411         "gettext.h"; either no longer needed or are guaranteed by openat.h.
49412         (_): Remove; no longer needed.
49413         (openat): Renamed from rpl_openat; no need for rpl_openat
49414         since openat.h renames openat for us.
49415         Replace most of the body with a call to openat_permissive,
49416         to avoid duplicate code.
49417         Port to (probably hypothetical) environments were mode_t is
49418         wider than int.
49419         (openat_permissive): Require mode arg, so that we can check
49420         types better.  Put it just after flags.  Change cwd failure
49421         indicator from pointer-to-bool to pointer-to-errno-value.
49422         All callers changed.
49423         Invoke openat_save_fail and/or openat_restore_fail if
49424         cwd_errno is null, so that openat can call us.
49425         (openat_permissive, fdopendir, fstatat, unlinkat):
49426         Simplify errno handling to avoid some duplicate code,
49427         as it's OK to set errno on success.
49428         * lib/openat.h: Revamp code so that function macros depend on
49429         __OPENAT_PREFIX only, not also on AT_FDCWD.
49430         (openat_ro): Remove.  Caller changed to use openat_permissive.
49431         (openat_permissive): Now a macro, if not a function.
49432         (openat_restore_fail, openat_save_fail): Now always functions,
49433         since mkdirat needs them even if __OPENAT_PREFIX is defined.
49434
49435         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
49436         and openat.c.
49437         * lib/mkdirat.c: Include openat-priv.h.
49438         Remove definitions of macros defined therein.
49439         * lib/openat.c: Likewise.
49440
49441         * lib/mkdirat.c (mkdirat): New file and function.
49442         * lib/openat.h (mkdirat): Declare.
49443
49444         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
49445
49446         * lib/openat.h (openat_permissive): Declare.
49447         (openat_ro): Define.
49448
49449         * lib/openat.c (EXPECTED_ERRNO): New macro.
49450         (openat_permissive): New function -- used in remove.c rewrite.
49451         (all functions): Set errno just before returning, only if there
49452         was an actual failure.
49453         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
49454
49455         Emulate openat-family functions using Linux's procfs, if possible.
49456         Idea and some code based on Ulrich Drepper's glibc changes.
49457
49458         * lib/openat.c: (BUILD_PROC_NAME): New macro.
49459         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
49460         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
49461         before falling back on save_cwd and restore_cwd.
49462         (fdopendir, fstatat, unlinkat): Likewise.
49463
49464         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
49465         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
49466
49467         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
49468         as second argument to va_arg.  Otherwise, some versions of gcc
49469         warn that `if this code is reached, the program will abort'.
49470
49471 2006-01-09  Jim Meyering  <jim@meyering.net>
49472
49473         Sync from coreutils.
49474         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
49475         Require openat-priv.h.
49476
49477 2006-01-09  Bruno Haible  <bruno@clisp.org>
49478
49479         * modules/strnlen (Include): Use strnlen.h.
49480
49481 2006-01-09  Bruno Haible  <bruno@clisp.org>
49482
49483         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
49484
49485 2006-01-09  Bruno Haible  <bruno@clisp.org>
49486
49487         * lib/sysexit_.h (EX_OK): New macro.
49488         Suggested by Martin Lambers <marlam@marlam.de>.
49489
49490 2006-01-09  Bruno Haible  <bruno@clisp.org>
49491
49492         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
49493         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
49494
49495 2006-01-09  Bruno Haible  <bruno@clisp.org>
49496
49497         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
49498         numbers.
49499
49500 2006-01-09  Bruno Haible  <bruno@clisp.org>
49501
49502         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
49503         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
49504         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
49505         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
49506
49507 2006-01-09  Bruno Haible  <bruno@clisp.org>
49508
49509         * build-aux/javacomp.sh.in: New file, moved from lib/.
49510         * modules/javacomp-script (Files): Update.
49511         (configure.ac): Add AC_CONFIG_FILES invocation.
49512         (EXTRA_DIST): Remove variable.
49513
49514         * build-aux/javaexec.sh.in: New file, moved from lib/.
49515         * modules/javaexec (Files): Update.
49516         (configure.ac): Add AC_CONFIG_FILES invocation.
49517         (EXTRA_DIST): Remove javaexec.sh.in.
49518
49519         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
49520         * modules/csharpcomp-script (Files): Update.
49521         (configure.ac): Add AC_CONFIG_FILES invocation.
49522         (EXTRA_DIST): Remove variable.
49523
49524         * build-aux/csharpexec.sh.in: New file, moved from lib/.
49525         * modules/csharpexec (Files): Update.
49526         (configure.ac): Add AC_CONFIG_FILES invocation.
49527         (EXTRA_DIST): Remove csharpexec.sh.in.
49528
49529 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
49530
49531         Sync from coreutils.
49532
49533         Add POSIX ACL support
49534         * lib/acl.h (copy_acl, set_acl): Add declarations.
49535         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
49536         systems other than Linux.
49537         (chmod_or_fchmod): New function: use fchmod when possible,
49538         and chmod otherwise.
49539         (file_has_acl): Add a POSIX ACL implementation, with a
49540         Linux-specific subcase.
49541         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
49542         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
49543         acls are unsupported.
49544         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
49545         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
49546         are unsupported.
49547
49548 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
49549
49550         Sync from coreutils.
49551         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
49552
49553 2006-01-07  Bruno Haible  <bruno@clisp.org>
49554
49555         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
49556         gl_EARLY.
49557
49558 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49559
49560         * lib/strftime.c (tzname): Don't declare if it is already #defined.
49561         Problem reported for Mingw by Mark Junker.
49562
49563 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49564
49565         * README: Gnulib normally doesn't generate a tarball.
49566
49567 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
49568
49569         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
49570         long int, not int, for nanosecond counts, so that people who are
49571         used to POSIX struct timespec won't be surprised.  Reported by Jim
49572         Meyering.
49573
49574 2005-12-28  Bruno Haible  <bruno@clisp.org>
49575
49576         * build-aux/config.rpath: Update from GNU gettext.
49577
49578 2005-12-16  Jim Meyering  <jim@meyering.net>
49579
49580         * modules/fprintftime: New module.
49581         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
49582
49583 2005-12-16  Jim Meyering  <jim@meyering.net>
49584
49585         * m4/fprintftime.m4: New file.
49586
49587 2005-12-16  Jim Meyering  <jim@meyering.net>
49588
49589         * lib/fprintftime.c, lib/fprintftime.h: New files.
49590
49591 2005-12-15  Simon Josefsson  <jas@extundo.com>
49592
49593         * modules/socklen (configure.ac): Fix M4 macro name, to align with
49594         new m4/socklen.m4.
49595
49596 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
49597
49598         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
49599         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
49600
49601 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
49602
49603         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
49604         * lib/argp-help.c (fill_in_uparams): Check if the constructed
49605         struct uparams is valid. Fall back to the default values if it is
49606         not.
49607
49608 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49609
49610         * modules/argp (Files): Add argp-pin.c
49611         (Depends-on): dirname
49612         (lib_SOURCES): Add argp-pin.c
49613
49614 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49615
49616         * m4/argp.m4:  Check if program_invocation_name and
49617         program_invocation_short_name are declared and define appropriate
49618         macros if they are not.
49619
49620 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49621
49622         * lib/argp-help.c (__argp_base_name): New function
49623         (__argp_short_program_name): Rewrite using __argp_base_name
49624         * lib/argp-namefrob.h: Define program_invocation_name and
49625         program_invocation_short_name if requested
49626         (__argp_base_name): Add prototype
49627         * lib/argp-parse.c (argp_def): Use gettext wrappers
49628         (argp_default_parser): Use __argp_base_name
49629         * lib/argp-pin.c: New file. Defines program_invocation_name and
49630         program_invocation_short_name on systems that lack them.
49631
49632 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49633
49634         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
49635         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
49636         porting problem reported by Georg Schwarz in
49637         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
49638
49639 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49640
49641         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
49642         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
49643         porting problem reported by Georg Schwarz in
49644         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
49645
49646 2005-12-05  Bruno Haible  <bruno@clisp.org>
49647
49648         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
49649         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
49650         Reported by Mark Junker <mjscod@gmx.de>.
49651
49652 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
49653
49654         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
49655         Use implementation from Albert Chin, with some
49656         comments/corrections by Stepan Kasal and myself.
49657
49658 2005-12-02  Bruno Haible  <bruno@clisp.org>
49659
49660         * gnulib-tool (func_import): Accept GPLed build tool modules when
49661         --lgpl is given.
49662         * modules/csharpcomp-script: New file.
49663         * modules/csharpcomp: Depend on it.
49664         * modules/javacomp-script: New file.
49665         * modules/javacomp: Depend on it.
49666         Suggested by Simon Josefsson.
49667
49668 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
49669
49670         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
49671         statement, to work around an HP-UX 10.20 compiler bug reported by
49672         Peter O'Gorman.
49673
49674 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
49675
49676         * modules/savedir (Depends-on): Add openat.
49677
49678 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
49679
49680         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
49681         (uintmax_t) [defined uintmax_t]: Do not declare.
49682         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
49683         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
49684         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
49685         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
49686         sake of portability to weird hosts that C allows (though we don't
49687         know of any practical examples).
49688
49689         * lib/savedir.h (fdsavedir): New decl.
49690         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
49691         contains most of the former guts of savedir.
49692         (savedir): Use savedirstream.
49693         Include "openat.h".
49694
49695 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
49696
49697         * modules/obstack (Files): Add m4/ulonglong.m4.
49698         Problem reported by Davide Angelocola.
49699
49700 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
49701
49702         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
49703         coreutils no longer futzes with rounding modes.
49704
49705 2005-11-14  Jim Meyering  <jim@meyering.net>
49706
49707         * lib/mkstemp-safer.c: Include <config.h>, required for possible
49708         replacement of mkstemp.
49709
49710 2005-11-10  Simon Josefsson  <jas@extundo.com>
49711
49712         * lib/readline.c: Remove EOL.
49713
49714 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49715
49716         * modules/gethrxtime (Depends-on): Add gettime.
49717
49718 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49719
49720         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
49721         or gettimeofday; no longer needed.
49722
49723 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49724
49725         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
49726         time business.
49727         (gethrxtime) [! (HAVE_NANOUPTIME
49728         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
49729         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
49730         our own approximation.
49731
49732 2005-11-08  Eric Blake  <ebb9@byu.net>
49733
49734         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49735
49736 2005-11-08  Eric Blake  <ebb9@byu.net>
49737
49738         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49739
49740 2005-11-04  Bruno Haible  <bruno@clisp.org>
49741
49742         * gnulib-tool: Implement --update mode.
49743
49744 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49745
49746         Fix porting problem reported by Theodoros V. Kalamatianos.
49747         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
49748         Don't assume that futimes failing means we must fail.
49749
49750 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49751
49752         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
49753         variables to suggest the intended function of the PATH_MAX check.
49754
49755 2005-10-30  Kean Johnston  <jkj@sco.com>
49756
49757         Trivial changes to support SCO systems.
49758         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
49759         as PATH_MAX.
49760         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
49761         where __ptr is null when no I/O is pending.
49762
49763 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
49764
49765         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
49766         leave errno alone.  Problem reported by Dmitry V. Levin.
49767
49768 2005-10-28  Simon Josefsson  <jas@extundo.com>
49769
49770         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
49771         Test more.
49772
49773         * tests/test-gc-md2.c, tests/test-md2.c: New files.
49774
49775         * modules/md2, modules/md2-tests: New files.
49776
49777 2005-10-28  Simon Josefsson  <jas@extundo.com>
49778
49779         * m4/inet_ntop.m4: More tests.
49780
49781         * m4/gc-md2.m4, md2.m4: New file.
49782
49783 2005-10-28  Simon Josefsson  <jas@extundo.com>
49784
49785         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
49786         "restrict" keywords, as per POSIX.  Protect the function
49787         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
49788         Don't use K&R prototypes.  Check the sprintf return values.
49789         Re-define EAFNOSUPPORT if not present.  Indent.
49790
49791         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
49792         suggested by Bruno Haible <bruno@clisp.org>.
49793
49794         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
49795
49796         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
49797
49798         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
49799         libgcrypt).
49800
49801         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
49802
49803         * lib/md2.h, lib/md2.c: New files.
49804
49805 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
49806
49807         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
49808         errno alone.  Problem reported by Frederic Jolliton.
49809
49810 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
49811
49812         * modules/verify (License): Change from GPL to LGPL.  This is a
49813         tiny module and there are apparently near-equivalents that are
49814         under the BSD license.
49815
49816 2005-10-24  Simon Josefsson  <jas@extundo.com>
49817
49818         * modules/sha1: Relicense to LGPL.
49819
49820 2005-10-24  Simon Josefsson  <jas@extundo.com>
49821
49822         * lib/md4.h: Shrink buffer size, now that we changed the type.
49823
49824 2005-10-23  Simon Josefsson  <jas@extundo.com>
49825
49826         * gnulib-tool (func_import): Fix --tests-base.
49827
49828 2005-10-22  Simon Josefsson  <jas@extundo.com>
49829
49830         * modules/arcfour (Depends-on): Need stdint.
49831
49832 2005-10-22  Simon Josefsson  <jas@extundo.com>
49833
49834         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
49835         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
49836
49837 2005-10-22  Simon Josefsson  <jas@extundo.com>
49838
49839         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
49840         suggested by Bruno Haible <bruno@clisp.org>.
49841
49842 2005-10-22  Simon Josefsson  <jas@extundo.com>
49843
49844         * lib/crc.h: Include stddef.h, for size_t.
49845
49846 2005-10-22  Simon Josefsson  <jas@extundo.com>
49847
49848         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
49849         arcfour_context struct (simplify test vector testing in GNU
49850         Shishi).
49851
49852 2005-10-21  Simon Josefsson  <jas@extundo.com>
49853
49854         * modules/des, modules/des-tests: New files.
49855
49856         * modules/gc-des, modules/gc-des-tests: New files.
49857
49858         * tests/test-des.c, tests/test-gc-des.c: New file.
49859
49860 2005-10-21  Simon Josefsson  <jas@extundo.com>
49861
49862         * modules/arctwo, modules/arctwo-tests: New files.
49863
49864         * tests/test-arctwo.c: New file.
49865
49866         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
49867
49868         * tests/test-gc-arctwo.c: New file.
49869
49870 2005-10-21  Simon Josefsson  <jas@extundo.com>
49871
49872         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
49873         Bruno Haible <bruno@clisp.org>.
49874
49875         * m4/gc-des.m4: New file.
49876
49877 2005-10-21  Simon Josefsson  <jas@extundo.com>
49878
49879         * m4/arctwo.m4: New file.
49880
49881         * m4/gc-arctwo.m4: New file.
49882
49883 2005-10-21  Simon Josefsson  <jas@extundo.com>
49884
49885         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
49886         block.
49887
49888 2005-10-21  Simon Josefsson  <jas@extundo.com>
49889
49890         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
49891         <bruno@clisp.org>.
49892
49893         * lib/hmac-sha1.c (hmac_sha1): Likewise.
49894
49895         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
49896         Bruno Haible <bruno@clisp.org>.
49897
49898         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
49899         <bruno@clisp.org>.
49900
49901 2005-10-21  Simon Josefsson  <jas@extundo.com>
49902
49903         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
49904
49905 2005-10-21  Simon Josefsson  <jas@extundo.com>
49906
49907         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
49908
49909 2005-10-21  Simon Josefsson  <jas@extundo.com>
49910
49911         * lib/des.h, lib/des.c: New files.
49912
49913         * lib/gc-gnulib.c: Support DES.c
49914
49915 2005-10-21  Simon Josefsson  <jas@extundo.com>
49916
49917         * lib/arctwo.h, lib/arctwo.c: New files.
49918
49919         * lib/gc-gnulib.c: Support ARCTWO.
49920
49921 2005-10-21  Simon Josefsson  <jas@extundo.com>
49922
49923         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
49924         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49925
49926 2005-10-21  Simon Josefsson  <jas@extundo.com>
49927
49928         * gnulib-tool (func_import, func_create_testdir): Define automake
49929         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
49930         Makefile.am snippet),
49931         suggested by Bruno Haible <bruno@clisp.org>.
49932
49933         * modules/gc (Makefile.am): Use it.
49934
49935 2005-10-21  Bruno Haible  <bruno@clisp.org>
49936
49937         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
49938         patch.
49939
49940 2005-10-19  Simon Josefsson  <jas@extundo.com>
49941
49942         * tests/test-gc-rijndael.c: New file.
49943
49944         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
49945
49946 2005-10-19  Simon Josefsson  <jas@extundo.com>
49947
49948         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
49949         interface too.
49950
49951 2005-10-19  Simon Josefsson  <jas@extundo.com>
49952
49953         * tests/test-gc-arcfour.c: New file.
49954
49955         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
49956
49957 2005-10-19  Simon Josefsson  <jas@extundo.com>
49958
49959         * modules/gc-md4, modules/gc-md4-tests: New file.
49960
49961         * tests/test-gc-md4.c: New file.
49962
49963 2005-10-19  Simon Josefsson  <jas@extundo.com>
49964
49965         * m4/gc-md4.m4: New file.
49966
49967 2005-10-19  Simon Josefsson  <jas@extundo.com>
49968
49969         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
49970         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
49971         <kasal@ucw.cz>.
49972
49973 2005-10-19  Simon Josefsson  <jas@extundo.com>
49974
49975         * m4/gc-arcfour.m4: New file.
49976
49977         * m4/gc-rijndael.m4: New file.
49978
49979 2005-10-19  Simon Josefsson  <jas@extundo.com>
49980
49981         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
49982
49983 2005-10-19  Simon Josefsson  <jas@extundo.com>
49984
49985         * lib/gc-gnulib.c: Support ARCFOUR.
49986
49987 2005-10-19  Simon Josefsson  <jas@extundo.com>
49988
49989         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
49990         support.
49991
49992         * lib/gc.h: Add ECB enum type.
49993
49994         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
49995
49996 2005-10-18  Simon Josefsson  <jas@extundo.com>
49997
49998         * tests/test-md5.c: New file.
49999
50000         * modules/md5-tests: New file.
50001
50002 2005-10-18  Simon Josefsson  <jas@extundo.com>
50003
50004         * tests/test-md4.c: New file.
50005
50006         * modules/md4, modules/md4-tests: New files.
50007
50008 2005-10-18  Simon Josefsson  <jas@extundo.com>
50009
50010         * m4/md4.m4: New file.
50011
50012 2005-10-18  Simon Josefsson  <jas@extundo.com>
50013
50014         * lib/md4.h, lib/md4.c: New files, based on md5.?.
50015
50016 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
50017
50018         * gnulib-tool (func_create_testdir): Omit the second check whether
50019         BUILT_SOURCES in nonempty.
50020
50021 2005-10-17  Simon Josefsson  <jas@extundo.com>
50022
50023         * tests/test-rijndael.c: New file.
50024
50025 2005-10-17  Simon Josefsson  <jas@extundo.com>
50026
50027         * modules/sha1: Depend on stdint instead of md5.
50028
50029         * modules/md5: Depend on stdint, remove uint32_t.
50030
50031 2005-10-17  Simon Josefsson  <jas@extundo.com>
50032
50033         * modules/gc-sha1-tests: New file.
50034
50035         * tests/test-gc-sha1.c: New file.
50036
50037 2005-10-17  Simon Josefsson  <jas@extundo.com>
50038
50039         * m4/md5.m4: Remove call to uint32_t.m4.
50040
50041 2005-10-17  Simon Josefsson  <jas@extundo.com>
50042
50043         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
50044
50045         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
50046         md5.h.
50047
50048         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
50049
50050         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
50051
50052 2005-10-17  Simon Josefsson  <jas@extundo.com>
50053
50054         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
50055
50056 2005-10-17  Simon Josefsson  <jas@extundo.com>
50057
50058         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
50059
50060 2005-10-17  Simon Josefsson  <jas@extundo.com>
50061
50062         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
50063
50064         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
50065
50066 2005-10-17  Bruno Haible  <bruno@clisp.org>
50067
50068         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
50069         that it can also be used in a test.
50070
50071 2005-10-16  Bruno Haible  <bruno@clisp.org>
50072
50073         * gnulib-tool (func_emit_tests_Makefile_am): Also define
50074         TESTS_ENVIRONMENT, so that individual tests can augment it.
50075
50076         * gnulib-tool (func_create_testdir): Use an intermediate target for
50077         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
50078         macros, like $(ALLOCA_H), which cannot be passed through the command
50079         line.
50080
50081 2005-10-15  Simon Josefsson  <jas@extundo.com>
50082
50083         * modules/rijndael-tests: New file.
50084
50085         * modules/rijndael: New file.
50086
50087 2005-10-15  Simon Josefsson  <jas@extundo.com>
50088
50089         * m4/rijndael.m4: New file.
50090
50091 2005-10-15  Simon Josefsson  <jas@extundo.com>
50092
50093         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
50094
50095         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
50096
50097 2005-10-14  Simon Josefsson  <jas@extundo.com>
50098
50099         * tests/test-arcfour.c: New file.
50100
50101         * modules/arcfour, modules/arcfour-tests: New files.
50102
50103 2005-10-14  Simon Josefsson  <jas@extundo.com>
50104
50105         * m4/arcfour.m4: New file.
50106
50107 2005-10-14  Simon Josefsson  <jas@extundo.com>
50108
50109         * lib/arcfour.h, lib/arcfour.c: New files.
50110
50111 2005-10-14  Roland McGrath  <roland@redhat.com>
50112
50113         Import from libc.  [BZ #1331]
50114         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
50115         macro argument.
50116         Reported by Matej Vela <vela@debian.org>.
50117
50118 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
50119
50120         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
50121         include <wchar.h>; no longer needed.
50122
50123 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
50124
50125         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
50126
50127 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
50128         and  Ulrich Drepper  <drepper@redhat.com>
50129
50130         Import from libc.
50131         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
50132         instead of inline stream orientation test and two separate
50133         function calls.  Pay no attention to USE_IN_LIBIO.
50134
50135 2005-10-13  Simon Josefsson  <jas@extundo.com>
50136
50137         * modules/gc-hmac-md5-tests: New file.
50138
50139         * tests/test-gc-hmac-sha1.c: New file.
50140
50141         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
50142
50143         * modules/gc-hmac-md5-tests: New file.
50144
50145         * tests/test-gc-md5.c: New file.
50146
50147         * modules/gc-md5-tests: New file.
50148
50149 2005-10-13  Simon Josefsson  <jas@extundo.com>
50150
50151         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
50152         Move memory allocation outside of loop.
50153
50154 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
50155
50156         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
50157         intermediate directory is in a read-only file system.  Problem
50158         reported by Eric Blake.
50159
50160 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
50161
50162         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
50163
50164 2005-10-12  Simon Josefsson  <jas@extundo.com>
50165
50166         * tests/test-hmac-sha1.c: New file.
50167
50168         * modules/hmac-sha1-tests: New file.
50169
50170         * modules/hmac-sha1: New file.
50171
50172 2005-10-12  Simon Josefsson  <jas@extundo.com>
50173
50174         * modules/gc-sha1: New file.
50175
50176 2005-10-12  Simon Josefsson  <jas@extundo.com>
50177
50178         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
50179
50180         * tests/test-gc-pbkdf2-sha1.c: New file.
50181
50182 2005-10-12  Simon Josefsson  <jas@extundo.com>
50183
50184         * modules/gc-md5, modules/gc-hmac-md5: New files.
50185
50186         * modules/gc (Files): Remove md5, memxor and hmac files.
50187
50188 2005-10-12  Simon Josefsson  <jas@extundo.com>
50189
50190         * m4/gc-pbkdf2-sha1.m4: New file.
50191
50192         * m4/gc-hmac-sha1.m4: New file.
50193
50194         * m4/gc-sha1: New file.
50195
50196         * m4/hmac-sha1.m4: New file.
50197
50198 2005-10-12  Simon Josefsson  <jas@extundo.com>
50199
50200         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
50201
50202         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
50203
50204 2005-10-12  Simon Josefsson  <jas@extundo.com>
50205
50206         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
50207         suggested by Bruno Haible <bruno@clisp.org>.
50208
50209 2005-10-12  Simon Josefsson  <jas@extundo.com>
50210
50211         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
50212
50213 2005-10-12  Simon Josefsson  <jas@extundo.com>
50214
50215         * lib/gc-pbkdf2-sha1.c: New file.
50216
50217         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
50218
50219 2005-10-12  Simon Josefsson  <jas@extundo.com>
50220
50221         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
50222
50223         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
50224
50225 2005-10-12  Simon Josefsson  <jas@extundo.com>
50226
50227         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
50228         GC_USE_HMAC_MD5, respectively.
50229
50230         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
50231         (gc_md5): Fix typo.
50232
50233         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
50234
50235         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
50236
50237         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
50238
50239 2005-10-12  Bruno Haible  <bruno@clisp.org>
50240
50241         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
50242         Reported by Stepan Kasal <kasal@ucw.cz>.
50243
50244 2005-10-11  Simon Josefsson  <jas@extundo.com>
50245
50246         * tests/test-crc.c: New file.
50247
50248         * modules/crc, modules/crc-tests: New files.
50249
50250 2005-10-11  Simon Josefsson  <jas@extundo.com>
50251
50252         * m4/crc.m4: New file.
50253
50254 2005-10-11  Simon Josefsson  <jas@extundo.com>
50255
50256         * lib/gc.h: Add gc_hash and gc_hash_buffer.
50257
50258         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
50259
50260         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
50261
50262 2005-10-11  Simon Josefsson  <jas@extundo.com>
50263
50264         * lib/crc.h, lib/crc.c: New files.
50265
50266         * lib/gc.h (gc_hash_buffer): Add doc.
50267
50268 2005-10-11  Bruno Haible  <bruno@clisp.org>
50269
50270         * modules/c-strcasestr: New file.
50271         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
50272
50273 2005-10-11  Bruno Haible  <bruno@clisp.org>
50274
50275         * modules/c-strcase: New file.
50276         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
50277
50278 2005-10-11  Bruno Haible  <bruno@clisp.org>
50279
50280         * lib/strcasecmp.c: Include limits.h.
50281         (strcasecmp): Avoid integer overflow on exotic platforms.
50282         * lib/strncasecmp.c: Include limits.h.
50283         (strncasecmp): Avoid integer overflow on exotic platforms.
50284         Reported by Paul Eggert.
50285
50286 2005-10-11  Bruno Haible  <bruno@clisp.org>
50287
50288         * lib/c-strcasestr.h: New file, from GNU gettext.
50289         * lib/c-strcasestr.c: New file, from GNU gettext.
50290
50291 2005-10-11  Bruno Haible  <bruno@clisp.org>
50292
50293         * lib/c-strcase.h: New file, from GNU gettext.
50294         * lib/c-strcasecmp.c: New file, from GNU gettext.
50295         * lib/c-strncasecmp.c: New file, from GNU gettext.
50296
50297 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
50298
50299         * modules/mempcpy (License): GPL -> LGPL.
50300         * modules/strchrnul (License): Likewise.
50301         * modules/sysexits (License): Likewise.
50302
50303 2005-10-08  Simon Josefsson  <jas@extundo.com>
50304
50305         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
50306
50307 2005-10-07  Simon Josefsson  <jas@extundo.com>
50308
50309         * m4/memxor.m4: Remove gl_C_RESTRICT call.
50310
50311 2005-10-06  Simon Josefsson  <jas@extundo.com>
50312
50313         * tests/test-hmac-md5.c: New file.
50314
50315         * modules/hmac-md5-tests: New file.
50316
50317         * modules/hmac-md5: New file.
50318
50319 2005-10-06  Simon Josefsson  <jas@extundo.com>
50320
50321         * m4/hmac-md5.m4: New file.
50322
50323         * m4/memxor.m4: Require gl_C_RESTRICT.
50324
50325 2005-10-06  Simon Josefsson  <jas@extundo.com>
50326
50327         * lib/memxor.c (memxor): Avoid casts and warnings.
50328
50329 2005-10-06  Simon Josefsson  <jas@extundo.com>
50330
50331         * lib/hmac-md5.c: New file.
50332
50333         * lib/hmac.h: New file.
50334
50335 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
50336
50337         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
50338         promotes to int, not unsigned int, to catch the AIX 5.3
50339         compiler bug.
50340
50341 2005-10-05  Simon Josefsson  <jas@extundo.com>
50342
50343         * modules/memxor: New file.
50344
50345         * modules/iconv (Files): Move config.rpath to havelib, it is used
50346         there.
50347
50348         * modules/havelib (Files): Add config.rpath.
50349
50350 2005-10-05  Simon Josefsson  <jas@extundo.com>
50351
50352         * m4/memxor.m4: New file.
50353
50354 2005-10-05  Simon Josefsson  <jas@extundo.com>
50355
50356         * lib/memxor.c (memxor): Fix compiler error.
50357
50358         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
50359         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
50360
50361         * lib/memxor.h, lib/memxor.c: New files.
50362
50363         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
50364         we assume all systems have it, suggested by Jim Meyering
50365         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
50366         any systems lack sys/socket.h; mingw32 is known to lack it, but we
50367         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
50368         same reasons.
50369
50370 2005-10-05  Simon Josefsson  <jas@extundo.com>
50371
50372         * config/srclist.txt: Add glibc bug 1423 for md5.h.
50373
50374 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
50375
50376         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
50377         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
50378         needed, since the source code now assumes these .h files.
50379
50380 2005-10-05  Derek Price  <derek@ximbiot.com>
50381
50382         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
50383
50384 2005-10-05  Bruno Haible  <bruno@clisp.org>
50385
50386         * modules/stdint (License): Change to LGPL.
50387
50388 2005-10-04  Simon Josefsson  <jas@extundo.com>
50389
50390         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
50391         D. Baushke" <mdb@gnu.org>.
50392
50393 2005-10-04  Bruno Haible  <bruno@clisp.org>
50394
50395         * lib/verify.h (verify_true): Provide alternative definition for C++.
50396
50397 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
50398
50399         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
50400         (SSIZE_MAX): New macro, if not already defined.
50401         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
50402         than 2 GiB.
50403
50404 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50405
50406         Sync from coreutils.
50407         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
50408         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
50409         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
50410         ULLONG_MAX doesn't work with 2.7.2.1.
50411
50412 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50413
50414         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
50415         From Ben Pfaff.
50416
50417         * modules/exclude (Depends-on): Depend on verify.
50418         * modules/strtoimax (Depends-on): Likewise.
50419         * modules/utimecmp (Depends-on): Likewise.
50420
50421 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50422
50423         * lib/exclude.c: Include verify.h.
50424         (verify): Remove.  All callers changed to use verify.h's version.
50425         * lib/strtoimax.c: Likewise.
50426         * lib/utimecmp.c: Likewis.e
50427
50428         Sync from coreutils.
50429         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
50430         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
50431         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
50432         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
50433         bother returning ENOSYS if settimeofday or stime fails; just let
50434         them return whatever errno they want to return.
50435         * lib/utimens.c: Include unistd.h, for dup2.
50436         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
50437         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
50438
50439 2005-10-02  Jim Meyering  <jim@meyering.net>
50440
50441         Sync from coreutils.
50442         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
50443         from glibc-2.2.5 that fails for read-only files.
50444
50445 2005-10-02  Jim Meyering  <jim@meyering.net>
50446
50447         Sync from coreutils.
50448         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
50449         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
50450         `#if HAVE_CONFIG_H'.
50451         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
50452         Remove AT_FDCWD test.
50453         Do not consume the fd unless successful.
50454         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
50455         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
50456         block, so that we don't even try to compile it if settimeofday is
50457         available.  This works around a compilation failure on OSF1 V5.1,
50458         due to stime requiring a `long int*' while tv_sec is `int'.
50459
50460 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
50461
50462         Sync from coreutils.
50463         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
50464         against `yes', rather than just testing for nonempty.
50465
50466 2005-10-01  Simon Josefsson  <jas@extundo.com>
50467
50468         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
50469         and Darwin.
50470
50471         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
50472         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
50473         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
50474         freeaddrinfo and gai_strerror are declared by the POSIX headers.
50475         Check if struct addrinfo is declared.
50476
50477 2005-10-01  Simon Josefsson  <jas@extundo.com>
50478
50479         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
50480         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
50481         AI_* and EAI_* definitions.  Protect function declarations.
50482
50483 2005-10-01  Jim Meyering  <jim@meyering.net>
50484
50485         Sync from coreutils.
50486
50487         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
50488         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
50489         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
50490         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
50491         in the inet and nsl libraries.  Required on Solaris 5.7.
50492
50493 2005-10-01  Jim Meyering  <jim@meyering.net>
50494
50495         Sync from coreutils.
50496         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
50497         in the inet and nsl libraries.  Required on Solaris 5.7.
50498
50499 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
50500
50501         * lib/getdelim.c (getdelim): Remove unused variables.
50502
50503 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
50504
50505         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
50506         so that the code works even with ancient cpp.  Portability problem
50507         with GCC 2.7.2.1 reported by Thomas M.Ott.
50508
50509 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
50510
50511         * modules/regex (Depends-on): Add strcase.
50512
50513         * modules/gethostname (Licence): Change from GPL to LGPL, since
50514         gethostname.c is a trivial implementation of a standard library
50515         function.
50516         * modules/poll (License): Change from GPL to LGPL, since it's
50517         derived from LGPL code.
50518
50519 2005-09-27  Jim Meyering  <jim@meyering.net>
50520
50521         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
50522         HAVE_CONFIG_H.
50523
50524         * lib/intprops.h (signed_type_or_expr__): Define.
50525         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
50526         for unsigned types.
50527
50528 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
50529
50530         * lib/verify.h (verify_expr): Remove, replacing with:
50531         (verify_true): New macro that returns true instead of void.
50532         (verify_type__): Remove.
50533         (verify): Use verify_true rather than verify_type__.
50534
50535 2005-09-26  Bruno Haible  <bruno@clisp.org>
50536
50537         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
50538         is necessary.
50539         (lib_SOURCES): Remove mbchar.c.
50540         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
50541         (Files): Add m4/mbrtowc.m4.
50542         * modules/mbiter: Likewise.
50543         * modules/mbuiter: Likewise.
50544
50545 2005-09-26  Bruno Haible  <bruno@clisp.org>
50546
50547         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
50548         compile mbchar.c if they are not both present.
50549         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
50550         * m4/mbiter.m4 (gl_MBITER): Likewise.
50551         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
50552         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
50553         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
50554
50555 2005-09-25  Jim Meyering  <jim@meyering.net>
50556
50557         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
50558         also uses socklen_t.
50559
50560 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
50561
50562         * lib/utimens.c (ENOSYS): Define if not already defined.
50563         (futimens): Support having a null PATH if the file descriptor
50564         is nonnegative.
50565
50566         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
50567         Remove.
50568         (__attribute): Define to empty unless GCC 3.1 or later.
50569         This works around a core dump on OpenBSD 3.4, which has GCC
50570         2.95.3, which dumps core when given __attribute__(()).  It also
50571         simplifies other tests, since we really don't want to bother with
50572         worrying about which ancient version of GCC supported what.
50573         Original problem reported by Yoann Vandoorselaere, with part of
50574         the fix suggested by Derek Price.
50575
50576 2005-09-24  Jim Meyering  <jim@meyering.net>
50577
50578         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
50579         so we can once again use a positive bitfield width of 1 -- now we
50580         don't have to explain why we were using a bitfield width of 2.
50581
50582 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
50583
50584         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
50585         and similarly for the other external symbols.  Problem reported
50586         by James Gallager.
50587
50588         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
50589         bug reported by Jim Meyering.
50590
50591         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
50592         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
50593         not needed, since socklen is a prerequisite module.
50594
50595 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
50596
50597         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
50598         Problem reported by Eric Blake.
50599         (getaddrinfo): Initialize se so that it's not garbage.
50600         Redo internal storage allocation so that it doesn't make unportable
50601         assumptions about alignment.
50602         Fix a memory leak.
50603
50604         * lib/utimens.c (futimens): Use futimesat if available.
50605         Prefer it to futimes since it doesn't have the futimes bug.
50606
50607         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
50608         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
50609         Instead, declare a function that returns a pointer to an array,
50610         and use verify_type__ to declare the size of the array.
50611         Problem and germ of a solution reported by Bruno Haible.
50612         (verify_type__): Use 2, not 1, for bitfield size, to avoid
50613         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
50614
50615 2005-09-23  Jim Meyering  <jim@meyering.net>
50616
50617         Sync from coreutils.
50618         Correct build failure (socklen_t not defined) on at least
50619         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
50620         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
50621
50622 2005-09-23  Jim Meyering  <jim@meyering.net>
50623
50624         * modules/getaddrinfo (Depends-on): Add socklen.
50625
50626 2005-09-23  Bruno Haible  <bruno@clisp.org>
50627
50628         * tests/test-verify.c: New file.
50629
50630 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50631
50632         Sync from coreutils.
50633
50634         * modules/argmatch (Depends-on): Add verify.
50635         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
50636         unistd-safer.
50637         * modules/save-cwd (Depends-on): Likewise.
50638
50639         * modules/openat (Files): Add lib/openat-die.c.
50640         (Depends-on): Remove error, exitfail.
50641         Add dirname.
50642
50643         * modules/verify: New file.
50644         * MODULES.html.sh (Diagnostics <assert.h>): New section,
50645         with "verify" module.
50646
50647 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50648
50649         Sync from coreutils.
50650
50651         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
50652         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
50653         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
50654         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
50655         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
50656         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
50657         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
50658         Don't bother checking for string.h, stdlib.h, unistd.h.
50659         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
50660         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
50661         module's job.
50662         * m4/jm-macros.m4 (gl_MACROS): Likewise.
50663         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
50664
50665         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
50666         (gl_GETDATE): Use it.
50667
50668         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
50669
50670 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50671
50672         Sync from coreutils.
50673
50674         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
50675         stat-time.h.
50676         * lib/argmatch.h: Include verify.h
50677         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
50678         (ARGMATCH_ASSERT): Remove; unused.
50679         * lib/canonicalize.c: Assume STDC_HEADERS.
50680         * lib/exclude.c: Include "strcase.h".
50681         * lib/regex_internal.h [!defined _LIBC]: Likewise.
50682         * lib/getusershell.c: Include stdio--.h rather than stdio.h
50683         and stdio-safer.h.
50684         (getusershell): Call fopen, not fopen_safer.
50685         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
50686         Do not include unistd-safer.h.
50687         (save_cwd): Don't call fd_safer; no longer needed
50688         now that we include fcntl--.h.
50689
50690         * lib/getdate.y (relative_time): New type.
50691         (RELATIVE_TIME_0): New constant.
50692         (parser_control): Use relative_time instead of doing it ourselves.
50693         (%union): Add new relative_time rel member.
50694         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
50695         Now typeless.
50696         (relunit, relunit_snumber): Now of type rel.
50697         (zone, rel, relunit, get_date): Adjust to above changes.
50698
50699         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
50700         Do not include unistd-safer.h.
50701         (getloadavg): Don't call fd_safer; no longer needed
50702         now that we include fcntl--.h.
50703
50704         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
50705         (make_dir_parents): Treat ENOSYS like EEXIST.
50706
50707         Improve quality of diagnostics on restore_cwd failure.
50708         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
50709         (make_dir_parents): Last arg is now int * (for errno), not bool *.
50710         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
50711         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
50712         each time through the loop.  Do not diagnose restore_cwd failure;
50713         that is the caller's job (and perhaps the caller does not care).
50714
50715         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
50716         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
50717         If the file already exists but is not a directory, don't bother
50718         to try to make its parents.
50719         Close potential file descriptor leak if we can't chdir("/") (!).
50720         Don't always return true if chdir($PWD) fails; return true only
50721         if the requested action was done successfully (except for the
50722         chdir($PWD)).
50723         Don't log final directory unless we actually made it.
50724         Refactor to avoid duplicate code to fix up permissions.
50725         Don't attempt to fix up parent permissions if chdir($PWD) fails.
50726
50727         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
50728         to make it a bit faster and (I hope) clearer.
50729         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
50730         Fix bug in formats like %2N.
50731
50732         * lib/verify.h: New file.
50733
50734 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50735
50736         Sync from coreutils.
50737         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
50738
50739 2005-09-22  Jim Meyering  <jim@meyering.net>
50740
50741         Sync from coreutils.
50742
50743         * m4/lstat.m4 (gl_FUNC_LSTAT):
50744         Use AC_LIBSOURCES to require lstat.c and lstat.h.
50745         Remove obsolete comment.
50746         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
50747         * m4/xstrtod.m4: Likewise.
50748
50749         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
50750
50751 2005-09-22  Jim Meyering  <jim@meyering.net>
50752
50753         Sync from coreutils.
50754
50755         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
50756
50757         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
50758         the .tm_year member, since otherwise gcc-4.0 would now warn about
50759         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
50760
50761         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
50762         order to avoid an unsuppressible warning from gcc on 64-bit systems.
50763
50764         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
50765         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
50766         when run in a time zone for which daylight savings time is in effect
50767         for the starting date.
50768
50769         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
50770         stop us from restricting permissions of just-created absolute-named
50771         directories.
50772         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
50773         to restore initial working directory.
50774         * lib/mkdir-p.c (make_dir_parents): New parameter:
50775         different_working_dir, to tell caller if/when we change the working
50776         directory and are unable to return to the initial one.
50777         * lib/mkdir-p.h (make_dir_parents): Update prototype.
50778         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
50779         `return false'.  This fixes a bug introduced on 2004-07-30.
50780
50781         * lib/openat.c (fdopendir): Be sure to close the supplied
50782         file descriptor before returning.  This makes our replacement
50783         implementation a little closer to Solaris's, where fdopendir
50784         ties the file descriptor to the returned DIR* pointer.
50785         * lib/openat.c (unlinkat): New function.
50786         * lib/openat.h (unlinkat): Add prototype.
50787         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
50788         (openat_restore_fail): Rename from openat_restore_die.
50789         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
50790
50791         Provide an alternative to exiting immediately upon save_cwd or
50792         restore_cwd failure.  Now, an application can arrange e.g.,
50793         to perform a longjump in that case.
50794         * lib/openat.c: Include dirname.h.
50795         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
50796         (rpl_openat, fdopendir, fstatat): Call openat_save_die
50797         and openat_restore_die rather than calling error directly.
50798         Don't include "error.h" or "exitfail.h"; they're no longer needed.
50799
50800         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
50801         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
50802         define.
50803
50804         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
50805         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
50806                             int utc, int nanoseconds);
50807         Background:
50808         date should not have to allocate a megabyte of virtual memory to
50809         handle a format argument like +%1048575T.  When implemented with
50810         strftime, it must allocate such a buffer, use strftime to fill it
50811         in, print it, then free it.
50812         With fprintftime, it simply prints everything and exits.
50813         With no need for memory allocation, that's one fewer way to fail.
50814         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
50815         optional field width, not before, so we accept %9:z, not %:9z.
50816         (my_strftime): Be sure to use L_('x') for literals.
50817
50818         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
50819         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
50820         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
50821         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
50822         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
50823         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
50824         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
50825         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
50826         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
50827         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
50828         * lib/xgethostname.c, lib/xreadlink.c:
50829         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
50830
50831         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
50832         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
50833         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
50834         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
50835         and don't include <sys/file.h>).
50836
50837 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
50838
50839         Sync from coreutils.
50840
50841         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
50842         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
50843         [!LDAV_DONE]: Avoid unused variable warning.
50844
50845 2005-09-21  Bruno Haible  <bruno@clisp.org>
50846
50847         * lib/unicodeio.h (unicode_to_mb): New declaration.
50848
50849 2005-09-20  Derek Price  <derek@ximbiot.com>
50850
50851         * lib/getaddrinfo.c: Don't include <netdb.h> included from
50852         getaddrinfo.h.
50853
50854 2005-09-20  Bruno Haible  <bruno@clisp.org>
50855
50856         * gnulib-tool: Remove trailing slashes from the values specified for
50857         --source-base, --m4-base, --tests-base, --aux-dir.
50858         Suggested by Simon Josefsson <jas@extundo.com>.
50859
50860 2005-09-20  Bruno Haible  <bruno@clisp.org>
50861
50862         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
50863         func_modules_to_filelist, func_import, func_create_testdir): Make all
50864         sorting results locale-independent, so that gnulib-cache.m4 doesn't
50865         change when gnulib-tool is invoked in a different locale.
50866
50867 2005-09-19  Simon Josefsson  <jas@extundo.com>
50868
50869         * m4/socklen.m4: Fix typo.
50870
50871 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
50872
50873         Use a consistent style for including <config.h>.
50874         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
50875         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
50876         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
50877         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
50878         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
50879         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
50880         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
50881         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
50882         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
50883         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
50884         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
50885         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
50886         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
50887         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
50888         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
50889         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
50890         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
50891         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
50892         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
50893         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
50894         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
50895         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
50896         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
50897         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
50898         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
50899         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
50900         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
50901         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
50902         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
50903         lib/xstrtoumax.c, lib/yesno.c:
50904         Standardize inclusion of config.h.
50905         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
50906         lib/inttostr.h:  Removed inclusion of config.h from header files.
50907         * lib/inttostr.c:  Adjusted in-tree users.
50908         * lib/timespec.h: Remove superfluous warning to include config.h.
50909         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
50910         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
50911         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
50912         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
50913         config.h with HAVE_CONFIG_H.
50914
50915 2005-09-19  Jim Meyering  <jim@meyering.net>
50916
50917         * modules/pathmax (License): Change to LGPL.
50918
50919 2005-09-19  Derek Price  <derek@ximbiot.com>
50920
50921         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
50922
50923 2005-09-19  Bruno Haible  <bruno@clisp.org>
50924
50925         * gnulib-tool (import): Provide default for --tests-base.
50926
50927 2005-09-19  Bruno Haible  <bruno@clisp.org>
50928
50929         * doc/quote.texi: New file, extracted from gnulib.texi.
50930         * doc/ctime.texi: New file, extracted from gnulib.texi.
50931         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
50932         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
50933         * doc/gnulib.texi: Include them.
50934
50935 2005-09-18  Bruno Haible  <bruno@clisp.org>
50936
50937         Portability fix.
50938         * gnulib-tool (func_readlink): New function.
50939         (func_ln_if_changed): Use it.
50940
50941 2005-09-18  Bruno Haible  <bruno@clisp.org>
50942
50943         * gnulib-tool: Support --with-tests also with --import.
50944         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
50945         (func_import): Use variables $testsbase and $inctests. Emit a
50946         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
50947         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
50948         SUBDIRS += $testsdir.
50949         (func_create_testdir): Update.
50950
50951 2005-09-18  Bruno Haible  <bruno@clisp.org>
50952
50953         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
50954         instead of $dry_run.
50955         (func_cp_if_changed, func_mv_if_changed): Remove functions.
50956         (func_ln_if_changed): Don't handle dry-run here.
50957         (func_import): In dry-run mode, detect more precisely which actions
50958         would be performed, and don't use "...ing" verbs.
50959
50960 2005-09-18  Bruno Haible  <bruno@clisp.org>
50961
50962         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
50963         (func_import): Use join on two temporary files instead of three nested
50964         loops, in order to determine which files are new or old.
50965
50966 2005-09-18  Bruno Haible  <bruno@clisp.org>
50967
50968         * gnulib-tool (func_import): Comment out code that spits out the
50969         new files with --dry-run.
50970
50971 2005-09-18  Bruno Haible  <bruno@clisp.org>
50972
50973         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
50974
50975 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50976
50977         * lib/stat-time.h: New file.
50978         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
50979         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
50980         in a different way.
50981         (timespec_cmp): New function.
50982         * lib/utimecmp.c: Include stat-time.h.
50983         (SYSCALL_RESOLUTION): Depend on whether various struct stat
50984         members exist, not on the obsolescent ST_MTIM_NSEC.
50985         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
50986
50987 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50988
50989         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
50990
50991 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
50992
50993         * MODULES.html.sh (File system functions): Add stat-time.
50994         * modules/stat-time: New file.
50995         * modules/timespec (Files): Remove m4/st_mtim.m4; this
50996         is now done in a different way, by the stat-time module.
50997         * modules/utimecmp (Depends-on): Add stat-time.
50998
50999 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
51000
51001         * m4/st_mtim.m4: Remove.  Superseded by...
51002         * m4/stat-time.m4: New file.
51003         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
51004         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
51005
51006 2005-09-15  Derek Price  <derek@ximbiot.com>
51007
51008         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
51009
51010 2005-09-15  Derek Price  <derek@ximbiot.com>
51011
51012         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
51013         * lib/regex_internal.c: Ditto, using this...
51014         (__GNUC_PREREQ): ...new macro.
51015         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
51016         using...
51017         (__GNUC_PREREQ): ...this new macro.
51018
51019         * lib/strstr.h: Include string.h. Define strstr as a macro here.
51020
51021 2005-09-15  Derek Price  <derek@ximbiot.com>
51022             Paul Eggert  <eggert@cs.ucla.edu>
51023
51024         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
51025         changes, consolidating in...
51026         * lib/regex_internal.h: ...this file.
51027
51028 2005-09-13  Jim Meyering  <jim@meyering.net>
51029
51030         * lib/canon-host.c: Filter through gnu indent and reword comments
51031         slightly.
51032         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
51033
51034 2005-09-13  Derek Price  <derek@ximbiot.com>
51035
51036         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
51037         failure.
51038         Reported by Jim Meyering  <jim@meyering.net>.
51039
51040 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51041
51042         * lib/base64.c: Typo.
51043         (base64_encode): Put b64str in initialized data section.
51044
51045 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
51046
51047         Merge glibc and coreutils changes into gnulib, plus a few
51048         extra fixes.
51049         * lib/md5.c: Use #error rather than a string.
51050         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
51051         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
51052         (__attribute__): Define to empty for non recent-GCC.
51053         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
51054         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
51055         Renamed from their non-__ counterparts, with new macros replacing
51056         them if not _LIBC.  Add __THROW attribute.
51057         (rol): Remove.
51058         (struct md5_ctx): Align buffer if using GCC.
51059         * lib/sha1.h (struct sha1_ctx): Likewise.
51060         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
51061         The old name was backwards.
51062         (NOTSWAP): Remove; not used.
51063         (rol): New macro, moved here from md5.h.
51064         (sha1_process_block): Remove a FIXME that doesn't make sense.
51065
51066 2005-09-12  Derek Price  <derek@ximbiot.com>
51067
51068         Return usable errors from canon-host.
51069         * lib/canon-host.h: New file.
51070         * lib/canon-host.c (canon_host): Wrap...
51071         (canon_host_r): ...this new function, which now relies exclusively on
51072         getaddrinfo.
51073         (ch_strerror): New function.
51074         (last_cherror): New global.
51075         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
51076         interface.
51077         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
51078         void *.
51079         (freeaddrinfo): Free ai->ai_canonname when set.
51080
51081 2005-09-12  Derek Price  <derek@ximbiot.com>
51082
51083         Make canon-host require getaddrinfo.
51084         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
51085         AC_LIBSOURCE canon-host.h.  Call...
51086         (gl_PREREQ_CANON_HOST): ...this new function, which requires
51087         gl_GETADDRINFO.
51088         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
51089
51090 2005-09-12  Derek Price  <derek@ximbiot.com>
51091
51092         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
51093         LGPL.
51094         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
51095
51096 2005-09-12  Derek Price  <derek@ximbiot.com>
51097
51098         * lib/gai_strerror.c: Include config.h when available.  Include
51099         getaddrinfo.h before other headers to test interface.
51100         Reported by Larry Jones <lawrence.jones@ugs.com>.
51101
51102 2005-09-12  Derek Price  <derek@ximbiot.com>
51103             Paul Eggert  <eggert@cs.ucla.edu>
51104
51105         * modules/glob (Files): Add glob-libc.h.
51106
51107 2005-09-12  Derek Price  <derek@ximbiot.com>
51108             Paul Eggert  <eggert@cs.ucla.edu>
51109
51110         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
51111         glob_.h, glob-libc.h.
51112         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
51113
51114 2005-09-12  Derek Price  <derek@ximbiot.com>
51115             Paul Eggert  <eggert@cs.ucla.edu>
51116
51117         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
51118         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
51119         protecting things that should be done only in gnulib contexts.
51120         * lib/glob_.h: New file, containing only the glob things needed for
51121         gnulib.
51122         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
51123         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
51124         (glob, globfree, glob_pattern_p): Now defined simply in terms of
51125         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
51126         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
51127         and to respect the namespace rules better.
51128
51129 2005-09-08  Simon Josefsson  <jas@extundo.com>
51130
51131         * modules/socklen: New file.
51132
51133 2005-09-08  Simon Josefsson  <jas@extundo.com>
51134
51135         * m4/socklen.m4: New file.
51136
51137 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51138
51139         * modules/utimens (Files): Add m4/utimbuf.m4, since
51140         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
51141         Reported by Sergey Poznyakoff.
51142
51143 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51144
51145         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
51146         definitions, since that's the preferred style in glibc.
51147         Fix a minor spacing issue, and update copyright notice to match
51148         glibc's.
51149
51150 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51151
51152         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
51153
51154 2005-09-06  Simon Josefsson  <jas@extundo.com>
51155
51156         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
51157         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
51158
51159 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
51160
51161         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
51162         warning.
51163
51164 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
51165
51166         * config/srclist.txt: Add glibc bug 1302.
51167
51168 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
51169
51170         Change bitset word type from unsigned int to unsigned long int,
51171         as this has better performance on typical 64-bit hosts.
51172         Port bitset code to hosts with unusual word sizes.
51173         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
51174         (build_collating_symbol):
51175         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
51176         argument is a bitset.  This is merely a style issue, but it makes
51177         it clearer that an entire array is expected.
51178         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
51179         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
51180         Port to the case where bitset_word is not the same as unsigned int.
51181         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
51182         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
51183         Likewise.
51184         * lib/regexec.c (check_dst_limits_calc_pos_1,
51185         check_subexp_matching_top):
51186         (build_trtable, group_nodes_into_DFAstates):
51187         Likewise.
51188         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
51189         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
51190         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
51191         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
51192         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
51193         * lib/regcomp.c (optimize_subexps, lower_subexp):
51194         Work even if bitset_word has holes in its bitwise representation.
51195         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
51196         * lib/regexec.c (check_dst_limits_calc_pos_1,
51197         check_subexp_matching_top):
51198         Likewise.
51199         * lib/regex_internal.c (re_string_reconstruct):
51200         Don't assume UCHAR_MAX == 255.
51201         * lib/regex_internal.h (bitset_set_all): Likewise.
51202         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
51203         All uses changed.
51204         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
51205         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
51206         All uses changed.
51207         (BITSET_WORD_MAX): New macro.
51208         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
51209         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
51210         (bitset_empty, bitset_copy):
51211         Prefer sizeof (bitset) to multiplying it out ourselves.
51212         (bitset_not_merge): Remove; unused.
51213         (bitset_contain): Return bool, not unsigned int with one bit on.
51214         All callers changed.
51215         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
51216         alignment than re_node_set; do this by defining a new internal
51217         type struct dests_alloc and using it to allocate memory.
51218
51219 2005-09-05  Bruno Haible  <bruno@clisp.org>
51220
51221         * gnulib-tool (func_import): Fix comparison in handling of symbolic
51222         links.
51223
51224 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
51225
51226         * modules/size_max (Makefile.am): Add size_max.h
51227
51228 2005-09-04  Derek Price  <derek@ximbiot.com>
51229
51230         * gnulib-tool (func_import): Fix reversed $symbolic logic.
51231
51232 2005-09-03  Simon Josefsson  <jas@extundo.com>
51233
51234         * gnulib-tool: Fix typo.
51235
51236 2005-09-03  Simon Josefsson  <jas@extundo.com>
51237
51238         * config/srclist.txt: Add glibc bug 1293.
51239
51240 2005-09-03  Derek Price  <derek@ximbiot.com>
51241
51242         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
51243         From Larry Jones <lawrence.jones@ugs.com>.
51244
51245 2005-09-02  Simon Josefsson  <jas@extundo.com>
51246
51247         * modules/socklen: New file.
51248
51249 2005-09-02  Simon Josefsson  <jas@extundo.com>
51250
51251         * modules/havelib: New module.
51252
51253         * modules/gettext, modules/iconv, modules/lock, modules/readline:
51254         Use havelib.
51255
51256 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
51257
51258         Check for arithmetic overflow when calculating sizes, to prevent
51259         some buffer-overflow issues.  These patches are conservative, in the
51260         sense that when I couldn't determine whether an overflow was possible,
51261         I inserted a run-time check.
51262         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
51263         macros.
51264         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
51265         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
51266         (re_xnrealloc, re_x2nrealloc): New inline functions.
51267         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
51268         parse_bracket_exp):
51269         (build_equiv_class, build_charclass): Check for arithmetic overflow
51270         in size expression calculations.
51271         * lib/regex_internal.c (re_string_realloc_buffers):
51272         (build_wcs_upper_buffer, re_node_set_add_intersect):
51273         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
51274         (re_dfa_add_node, register_state): Likewise.
51275         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
51276         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
51277         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
51278         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
51279
51280 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
51281
51282         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
51283         m4/ulonglong.m4.  Problem reported by Martin Lambers.
51284
51285 2005-09-02  Bruno Haible  <bruno@clisp.org>
51286
51287         Support for lib vs. lib64 distinction on biarch platforms.
51288         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
51289         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
51290         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
51291
51292 2005-09-02  Bruno Haible  <bruno@clisp.org>
51293
51294         * gnulib-tool (import): In the other first-use case, provide defaults
51295         as well.
51296
51297 2005-09-02  Bruno Haible  <bruno@clisp.org>
51298
51299         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
51300         patches not yet found in the latest gettext release.
51301
51302 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
51303
51304         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
51305         to avoid a collision with bits/local_lim.h in glibc.
51306         All uses changed.  Problem reported by Dmitry V. Levin in
51307         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
51308
51309         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
51310         bugs in int versus size_t comparisons.
51311         (re_string_context_at): Fix bug where the code assumed that
51312         Idx is signed.
51313
51314         Use bool where appropriate.
51315         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
51316         All callers changed.
51317         (calc_eclosure_iter): Likewise, for ROOT arg.
51318         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
51319         (build_charclass_op): Likewise, for NON_MATCH arg.
51320         * lib/regex_internal.c (re_string_allocate, re_string_construct):
51321         (re_string_construct_common): Likewise, for ICASE arg.
51322         * lib/regexec.c (re_search_2_stub, re_search_stub):
51323         Likewise, for RET_LEN arg.
51324         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
51325         (set_regs): Likewise, for FL_BACKTRACK arg.
51326         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
51327         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
51328         (calc_eclosure_iter, parse_bracket_exp):
51329         Use bool for internal variables that are booleans.
51330         * lib/regexec.c (re_search_internal, check_matching,
51331         proceed_next_node):
51332         (set_regs, build_sifted_states, sift_states_bkref):
51333         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
51334         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51335         (find_collation_sequence_value):
51336         Likewise.
51337         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
51338         (re_node_set_compare):
51339         Return bool, not int. All callers changed.
51340         * lib/regexec.c (check_halt_node_context, check_dst_limits):
51341         (build_trtable, check_node_accept): Likewise.
51342         * lib/regex_internal.h: Include stdbool.h.
51343
51344         Fix bugs uncovered when converting to bool.
51345         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
51346         failure instead of charging ahead blindly.
51347         * lib/regex_internal.c (register_state): Likewise.
51348         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
51349         for freeing internal storage.
51350         (group_nodes_into_DFA_states): Use unsigned int, not int, for
51351         bitset pieces used as boolean, to avoid undefined behavior
51352         on hosts that do int overflow checking.
51353
51354 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
51355
51356         * config/srclist.txt: Add glibc bugs 1285-1287.
51357
51358 2005-09-01  Jim Meyering  <jim@meyering.net>
51359
51360         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
51361         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
51362         Require gl_STAT_MACROS, too.
51363
51364 2005-09-01  Bruno Haible  <bruno@clisp.org>
51365
51366         * gnulib-tool (import): In the first-use case, provide defaults.
51367
51368 2005-09-01  Bruno Haible  <bruno@clisp.org>
51369
51370         * gnulib-tool (func_import): Remove the .tmp files.
51371
51372 2005-09-01  Bruno Haible  <bruno@clisp.org>
51373
51374         * gnulib-tool (func_import): Fix handling of symbolic links.
51375
51376 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51377
51378         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
51379         old glibc regex code mishandles strings longer than 2**31 bytes.
51380         This patch fixes this when the regex code is used in gnulib
51381         (i.e., outside glibc).
51382
51383         This patch should not affect the use of the regex code inside
51384         glibc.  No doubt this problem also needs to be handled for glibc
51385         as well, but the result will be an incompatible change to the
51386         glibc ABI, and the old ABI will have to be supported too.  That
51387         can be the the subject for another patch.
51388
51389         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
51390         governing whether the rest of this patch is active.  By default,
51391         the macro is disabled and the patch has no effect.
51392         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
51393         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
51394         (struct re_pattern_buffer, re_search, re_search_2, re_match):
51395         (re_match_2, re_set_registers): Use the new types.
51396         * lib/regex_internal.h (Idx, re_hashval_t): New types.
51397         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
51398         New macros.
51399         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
51400         (re_string_context_at, bin_tree_t, re_dfastate_t):
51401         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
51402         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
51403         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
51404         (re_string_char_size_at, re_string_wchar_at):
51405         (re_string_elem_size_at):
51406         Use the new types and macros to port to 64-bit hosts.
51407         Use unsigned types for internal values, so that the code
51408         mostly works even for arrays larger than SSIZE_MAX.
51409         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
51410         (search_duplicated_node, calc_eclosure_iter, fetch_number):
51411         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
51412         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
51413         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
51414         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
51415         (calc_inveclosure, parse_dup_op, build_range_exp):
51416         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
51417         (fetch_number, create_token_tree, mark_opt_subexp):
51418         Likewise.
51419         * lib/regex_internal.c (re_string_construct_common,
51420         create_ci_newstate):
51421         (create_cd_newstate, re_string_allocate, re_string_construct):
51422         (re_string_realloc_buffers, build_wcs_upper_buffer):
51423         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51424         (re_string_reconstruct, re_string_peek_byte_case):
51425         (re_string_fetch_byte_case, re_string_context_at):
51426         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51427         (re_node_set_init_copy, re_node_set_add_intersect):
51428         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51429         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51430         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51431         (re_acquire_state, re_acquire_state_context, register_state):
51432         Likewise.
51433         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
51434         search_cur_bkref_entry):
51435         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
51436         (re_search_internal, re_search_2_stub, re_search_stub)
51437         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
51438         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
51439         (update_cur_sifted_state, check_dst_limits):
51440         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
51441         (check_subexp_limits, sift_states_bkref, merge_state_array):
51442         (check_subexp_matching_top, get_subexp, get_subexp_sub):
51443         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
51444         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51445         (expand_bkref_cache, check_node_accept_bytes):
51446         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
51447         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
51448         (acquire_init_state_context, check_halt_node_context):
51449         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
51450         (sift_states_backward, clean_state_log_if_needed):
51451         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
51452         (find_recover_state, transit_state_sb, transit_state_mb):
51453         (transit_state_bkref, build_trtable, match_ctx_clean):
51454         Likewise.
51455         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
51456         to work around an assumption that REG_MISSING is negative.
51457
51458         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
51459         (seek_collating_symbol_entry) [defined _LIBC]:
51460         (lookup_collation_sequence_value) [defined _LIBC]:
51461         (build_range_exp, build_collating_symbol) [defined _LIBC]:
51462         Use prototypes rather than old-style function definitions.
51463         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
51464         (transit_state_sb) [0]:
51465         (find_collation_sequence_value) [defined _LIBC]: Likewise.
51466
51467         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
51468         rm_eo.
51469
51470         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
51471         (optimize_subexps, lower_subexp):
51472         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
51473         since the signed shift might overflow.  Use 1u<<31 instead.
51474         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
51475         Likewise.
51476         * lib/regexec.c (check_dst_limits_calc_pos_1,
51477         check_subexp_matching_top): Likewise.
51478
51479         * lib/regcomp.c (optimize_subexps, lower_subexp):
51480         Use CHAR_BIT rather than 8, for clarity.
51481         * lib/regexec.c (check_dst_limits_calc_pos_1):
51482         (check_subexp_matching_top): Likewise.
51483         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
51484         have to worry about portability issues when shifting it left.
51485         Remove no-longer-needed test for table_size > 0.
51486         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
51487         in a word, as the resulting behavior is undefined.
51488         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
51489         in one case, a <= should have been an <, and in another case the
51490         whole test was missing.
51491         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
51492         the standard name CHAR_BIT.
51493         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
51494         this is not true on one's complement and signed-magnitude hosts.
51495
51496         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
51497         next_last_offset.
51498         (struct re_dfa_t): Remove unused member states_alloc.
51499         * lib/regcomp.c (init_dfa): Don't initialize unused members.
51500
51501 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51502
51503         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
51504         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
51505         and large-file glibc and in 32-bit large-file Solaris.
51506
51507 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51508
51509         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
51510         lengths fit in regoff_t; this isn't true if regoff_t is the same
51511         width as size_t.
51512         * lib/regex.c (re_search_internal): 5th arg is LAST_START
51513         (= START + RANGE) instead of RANGE.  This avoids overflow
51514         problems when regoff_t is the same width as size_t.
51515         All callers changed.
51516         (re_search_2_stub): Check for overflow when adding the
51517         sizes of the two strings.
51518         (re_search_stub): Check for overflow when adding START
51519         to RANGE; if it occurs, substitute the extreme value.
51520
51521 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51522
51523         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
51524
51525 2005-08-31  Jim Meyering  <jim@meyering.net>
51526
51527         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
51528         a pointer-to-const.
51529         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
51530         (register_state): Likewise.
51531         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
51532         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
51533         (group_nodes_into_DFAstates): Likewise.
51534
51535 2005-08-31  Jim Meyering  <jim@meyering.net>
51536
51537         * check-module: Add a FIXME comment.
51538
51539 2005-08-31  Eric Blake  <ebb9@byu.net>
51540
51541         * modules/unistd-safer (Files): Add unistd--.h.
51542         * modules/stdio-safer (Files): Add stdio--.h.
51543
51544 2005-08-31  Derek Price  <derek@ximbiot.com>
51545
51546         * lib/getdelim.c (getdelim): Return EOF on EOF.
51547         Reported by Larry Jones <lawrence.jones@ugs.com>.
51548
51549 2005-08-31  Bruno Haible  <bruno@clisp.org>
51550
51551         Avoid unnecessary diffs in the generated lib/Makefile.am.
51552         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
51553         the generated files.
51554         (func_import): Don't set cmd.
51555
51556 2005-08-31  Bruno Haible  <bruno@clisp.org>
51557
51558         * lib/strstr.c: Include <stddef.h>, for NULL.
51559         * lib/strcasestr.c: Likewise.
51560         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
51561
51562 2005-08-31  Bruno Haible  <bruno@clisp.org>
51563
51564         * gnulib-tool: New option --macro-prefix.
51565         (func_import): Use macro_prefix.
51566         (import): Handle option --macro-prefix.
51567
51568 2005-08-31  Bruno Haible  <bruno@clisp.org>
51569
51570         * gnulib-tool (import): Rename most ac_* variables to cached_*.
51571         Also use new variables cached_lgpl, cached_libtool.
51572
51573 2005-08-31  Bruno Haible  <bruno@clisp.org>
51574
51575         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
51576         always instantiating them.
51577
51578 2005-08-31  Bruno Haible  <bruno@clisp.org>
51579
51580         * gnulib-tool (func_import): Read the previous cached settings
51581         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
51582         earlier added by gnulib but are now dropped. Warn when a gnulib file
51583         overwrites a non-gnulib file.
51584
51585 2005-08-31  Bruno Haible  <bruno@clisp.org>
51586
51587         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
51588         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
51589         projects that don't keep autogenerated files in CVS. Put into
51590         actioncmd only the specified modules, not the transitive closure.
51591
51592 2005-08-31  Bruno Haible  <bruno@clisp.org>
51593
51594         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
51595         Create directories that shall be filled.
51596         (import): Don't look for gl_* macros in configure.ac. Recurse across
51597         all directories containing a gnulib-cache.m4 files, if meaningful.
51598
51599 2005-08-31  Bruno Haible  <bruno@clisp.org>
51600
51601         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
51602         (import): Set seen_libtool when we see gl_LIBTOOL.
51603
51604 2005-08-31  Bruno Haible  <bruno@clisp.org>
51605
51606         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
51607         declaration macro definitions from generated gnulib.m4.
51608
51609 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
51610
51611         * lib/iconvme.h: Add prototype for iconv_alloc.
51612
51613 2005-08-29  Simon Josefsson  <jas@extundo.com>
51614
51615         * lib/iconvme.c: Fix errno.
51616
51617 2005-08-29  Bruno Haible  <bruno@clisp.org>
51618
51619         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
51620         that it works when the directory contains spaces.
51621
51622 2005-08-29  Bruno Haible  <bruno@clisp.org>
51623
51624         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
51625
51626 2005-08-29  Bruno Haible  <bruno@clisp.org>
51627
51628         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
51629         Emit more advice.
51630
51631 2005-08-29  Bruno Haible  <bruno@clisp.org>
51632         and Stepan Kasal  <kasal@ucw.cz>
51633
51634         * check-module: If more parameters are given, check each of them
51635         separately; add more exceptions, as noted by Jim Meyering.
51636         (check_module): New procedure.
51637         (%exempt_header): Now contains all exceptions.
51638
51639 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
51640
51641         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
51642
51643 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
51644
51645         * lib/iconvme.c: Split iconv_string into iconv_alloc.
51646
51647 2005-08-28  Bruno Haible  <bruno@clisp.org>
51648
51649         * m4/gnulib-tool.m4: New file.
51650
51651 2005-08-27  Jim Meyering  <jim@meyering.net>
51652
51653         * modules/unistd-safer (Files): Add pipe-safer.c.
51654         * modules/fcntl-safer (Files): Add creat-safer.c.
51655
51656 2005-08-27  Jim Meyering  <jim@meyering.net>
51657
51658         * m4/stdlib-safer.m4: New file.  From coreutils.
51659         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
51660         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
51661         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
51662         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
51663         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
51664
51665 2005-08-27  Jim Meyering  <jim@meyering.net>
51666
51667         * lib/fopen-safer.c: Merge minor changes from coreutils.
51668         * lib/dup-safer.c: Likewise.
51669         * lib/fd-safer.c: Likewise.
51670
51671         Merge from coreutils.
51672         * lib/stdio--.h: New file.
51673         * lib/stdlib--.h: New file.
51674         * lib/mkstemp-safer.c: New file.
51675
51676         GNU tar needs these.
51677         * lib/pipe-safer.c: New file.
51678         * lib/creat-safer.c: New file.
51679         * lib/fcntl--.h (creat): Define to creat_safer.
51680         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
51681         * lib/unistd--.h (pipe): Define to pipe_safer.
51682         * lib/unistd-safer.h: Declare pipe_safer.
51683
51684 2005-08-26  Simon Josefsson  <jas@extundo.com>
51685
51686         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
51687         Haible <bruno@clisp.org>.
51688
51689 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
51690
51691         * lib/regex_internal.h: Remove all references to
51692         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
51693         or better.
51694         (bitset_not, bitset_merge, bitset_not_merge):
51695         (bitset_mask, re_string_allocate, re_string_construct):
51696         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
51697         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
51698         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
51699         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
51700         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51701         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51702         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
51703         (re_acquire_state_context):
51704         Remove unnecessary forward decls.
51705         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
51706         Put __attribute at function definition,
51707         now that the function decl has been removed.
51708         * lib/regex_internal.c (re_string_peek_byte_case):
51709         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
51710         Likewise.
51711
51712 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
51713
51714         * m4/regex.m4: Add AC_PREREQ(2.50).
51715         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
51716
51717 2005-08-25  Simon Josefsson  <jas@extundo.com>
51718
51719         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
51720         __fsetlocking.
51721
51722 2005-08-25  Simon Josefsson  <jas@extundo.com>
51723
51724         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
51725         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
51726         GLIBC specific code.
51727
51728 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51729
51730         Make regex safe for g++.  This fixes one real bug (an "err"
51731         that should have been "*err").  g++ problem reported by
51732         Sam Steingold.
51733         * lib/regex_internal.h (re_calloc): New macro, consistent with
51734         re_malloc etc.  All callers of calloc changed to use re_calloc.
51735         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
51736         not int.  All callers changed.
51737         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
51738         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
51739         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
51740         (find_recover_state): Change "err" to "*err"; this fixes what
51741         appears to be a real bug.
51742         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
51743         versus int.
51744
51745 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51746
51747         * modules/regex (Depends-on): Add malloc, since the code
51748         assumes that !malloc(0) means failure.
51749
51750 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51751
51752         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
51753
51754         alloca modernization/simplification for regex.
51755         * lib/regex.c: Remove portability cruft for alloca.  This no longer
51756         needs to be at the start of the file, and can be moved into
51757         regex_internal.h and simplified.
51758         * lib/regex_internal.h: Include <alloca.h>.
51759         (__libc_use_alloca) [!defined _LIBC]: New macro.
51760         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
51761         now works outside glibc.
51762
51763 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51764
51765         * config/srclist.txt: Add glibc bugs 1241, 1245.
51766
51767 2005-08-25  Jim Meyering  <jim@meyering.net>
51768
51769         * lib/open-safer.c: Include <config.h>.
51770         Otherwise, we'd lose LARGEFILE support in any file using
51771         e.g. "fcntl--.h"
51772
51773 2005-08-25  Bruno Haible  <bruno@clisp.org>
51774
51775         * m4/minmax.m4: Require autoconf 2.52.
51776         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
51777         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
51778         alternatives of translit over the alphabet.
51779         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
51780
51781 2005-08-24  Simon Josefsson  <jas@extundo.com>
51782
51783         * tests/test-getpass.c: New file.
51784
51785 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51786
51787         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
51788         for GNU regex features.
51789
51790 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51791
51792         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
51793         * lib/regex.h (regerror): Likewise.
51794
51795         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
51796         requires this.  (The code never needed it.)
51797
51798         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
51799         All uses of recently-renamed identifiers changed to use the new,
51800         POSIX-compliant names.  The code will build and run just fine
51801         without these changes, but it's better to eat our own dog food
51802         and use the standard-conforming names.
51803
51804         * lib/regex.h: Fix a multitude of POSIX name space violations.
51805         These changes have an effect only for programs that define
51806         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
51807         do not change anything for programs compiled in the normal way.
51808         Also, there is no effect on the ABI.
51809
51810         (_REGEX_SOURCE): New macro.
51811         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
51812         defined and _GNU_SOURCE is not; this fixes a name space violation.
51813
51814         Rename the following macros to obey POSIX requirements.
51815         The old names are still visible as macros if _REGEX_SOURCE is defined.
51816         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
51817         RE_BACKSLASH_ESCAPE_IN_LISTS.
51818         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
51819         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
51820         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
51821         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
51822         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
51823         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
51824         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
51825         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
51826         (REG_INTERVALS): renamed from RE_INTERVALS.
51827         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
51828         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
51829         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
51830         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
51831         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
51832         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
51833         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
51834         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
51835         RE_UNMATCHED_RIGHT_PAREN_ORD.
51836         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
51837         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
51838         (REG_DEBUG): renamed from RE_DEBUG.
51839         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
51840         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
51841         unusual, since we can't clash with the POSIX REG_ICASE.
51842         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
51843         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
51844         (REG_NO_SUB): renamed from RE_NO_SUB.
51845         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
51846         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
51847         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
51848         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
51849         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
51850         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
51851         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
51852         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
51853         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
51854         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
51855         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
51856         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
51857         RE_SYNTAX_POSIX_MINIMAL_BASIC.
51858         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
51859         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
51860         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
51861         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
51862         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
51863         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
51864         (REG_FIXED): Renamed from REGS_FIXED.
51865         (REG_NREGS): Renamed from RE_NREGS.
51866
51867         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
51868         of other REG_* macros, since POSIX says the user is allowed to
51869         #undef these macros selectively.
51870
51871         (reg_errcode_t): Update comment stating what other tables need
51872         to be consistent.
51873
51874         Rename the following enum values to obey POSIX requirements.
51875         The old names are still visible as macros.
51876         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
51877         is not defined, since GNU is supposed to be a superset of POSIX as
51878         much as possible, and since we want reg_errcode_t to be a signed
51879         type for implementation consistency.
51880         (_REG_NOERROR): Renamed from REG_NOERROR.
51881         (_REG_NOMATCH): Renamed from REG_NOMATCH.
51882         (_REG_BADPAT): Renamed from REG_BADPAT.
51883         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
51884         (_REG_ECTYPE): Renamed from REG_ECTYPE.
51885         (_REG_EESCAPE): Renamed from REG_EESCAPE.
51886         (_REG_ESUBREG): Renamed from REG_ESUBREG.
51887         (_REG_EBRACK): Renamed from REG_EBRACK.
51888         (_REG_EPAREN): Renamed from REG_EPAREN.
51889         (_REG_EBRACE): Renamed from REG_EBRACE.
51890         (_REG_BADBR): Renamed from REG_BADBR.
51891         (_REG_ERANGE): Renamed from REG_ERANGE.
51892         (_REG_ESPACE): Renamed from REG_ESPACE.
51893         (_REG_BADRPT): Renamed from REG_BADRPT.
51894         (_REG_EEND): Renamed from REG_EEND.
51895         (_REG_ESIZE): Renamed from REG_ESIZE.
51896         (_REG_ERPAREN): Renamed from REG_ERPAREN.
51897         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
51898         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
51899         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
51900         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
51901
51902         (_REG_RE_NAME, _REG_RM_NAME): New macros.
51903         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
51904         changed.  But support the old name if the new one is not defined
51905         and if _REGEX_SOURCE.
51906
51907         Change the following member names in struct re_pattern_buffer.
51908         The old names are still supported if !_REGEX_SOURCE.
51909         The new names are always supported, regardless of _REGEX_SOURCE.
51910         (re_buffer): Renamed from buffer.
51911         (re_allocated): Renamed from allocated.
51912         (re_used): Renamed from used.
51913         (re_syntax): Renamed from syntax.
51914         (re_fastmap): Renamed from fastmap.
51915         (re_translate): Renamed from translate.
51916         (re_can_be_null): Renamed from can_be_null.
51917         (re_regs_allocated): Renamed from regs_allocated.
51918         (re_fastmap_accurate): Renamed from fastmap_accurate.
51919         (re_no_sub): Renamed from no_sub.
51920         (re_not_bol): Renamed from not_bol.
51921         (re_not_eol): Renamed from not_eol.
51922         (re_newline_anchor): Renamed from newline_anchor.
51923
51924         Change the following member names in struct re_registers.
51925         The old names are still supported if !_REGEX_SOURCE.
51926         The new names are always supported, regardless of _REGEX_SOURCE.
51927         (rm_num_regs): Renamed from num_regs.
51928         (rm_start): Renamed from start.
51929         (rm_end): Renamed from end.
51930
51931         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
51932         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
51933         Prepend __ to parameter names.
51934
51935         Undo yesterday's changes.
51936
51937 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51938
51939         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
51940         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
51941         lib/regex.c.
51942
51943 2005-08-24  Jim Meyering  <jim@meyering.net>
51944
51945         Sync from coreutils.
51946         * m4/fcntl-safer.m4: New file.
51947
51948         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
51949         and object files for this module.
51950
51951 2005-08-24  Jim Meyering  <jim@meyering.net>
51952
51953         Sync from coreutils.
51954         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
51955
51956 2005-08-24  Jim Meyering  <jim@meyering.net>
51957
51958         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
51959         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
51960
51961 2005-08-24  Jim Meyering  <jim@meyering.net>
51962
51963         * modules/fcntl-safer: New module.
51964         * modules/fts (Depends-on): Add fcntl-safer.
51965         * MODULES.html.sh (File descriptor based Input/Output):
51966         Add fcntl-safer.
51967
51968 2005-08-24  Bruno Haible  <bruno@clisp.org>
51969
51970         Support for unit test modules.
51971         * modules/README: Mention tests modules.
51972         * modules/TEMPLATE-TESTS: New file.
51973         * gnulib-tool: New options --extract-tests-module, --with-tests and
51974         --tests-base (unused for the moment).
51975         (testsbase, inctests): New variables.
51976         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
51977         (func_verify_module): Exclude TEMPLATE-TESTS.
51978         (func_verify_nontests_module, func_verify_tests_module): New functions.
51979         (func_get_dependencies): Add implicit dependency for tests modules.
51980         (func_get_tests_module): New function.
51981         (func_modules_transitive_closure): When --with-tests was specified,
51982         include the unit tests as well, unless explicitly avoided.
51983         (func_emit_lib_Makefile_am): Ignore the tests modules here.
51984         (func_emit_tests_Makefile_am): New function.
51985         (func_create_testdir): When --with-tests was specified, emit a
51986         tests/ directory.
51987         * MODULES.html.sh (Future developments): Update.
51988
51989 2005-08-24  Bruno Haible  <bruno@clisp.org>
51990
51991         * modules/tls-tests: New file.
51992         * tests/test-tls.c: New file, from GNU gettext.
51993
51994 2005-08-24  Bruno Haible  <bruno@clisp.org>
51995
51996         * modules/lock-tests: New file.
51997         * tests/test-lock.c: New file, from GNU gettext.
51998
51999 2005-08-24  Bruno Haible  <bruno@clisp.org>
52000
52001         * lib/lock.h: Add multiple inclusion guard.
52002         * lib/tls.h: Add multiple inclusion guard.
52003
52004 2005-08-24  Bruno Haible  <bruno@clisp.org>
52005
52006         * gnulib-tool: Add support for the --aux-dir option to
52007         --create-testdir, --create-megatestdir, --test, --megatest.
52008         (func_create_testdir, func_create_megatestdir): Optionally emit a
52009         AC_CONFIG_AUX_DIR directive.
52010         (create-testdir, create-megatestdir, test, megatest): Provide a
52011         default value for $auxdir.
52012
52013 2005-08-24  Bruno Haible  <bruno@clisp.org>
52014
52015         * gnulib-tool (import): Use compound statement instead of subshell
52016         where possible.
52017
52018 2005-08-24  Bruno Haible  <bruno@clisp.org>
52019
52020         * gnulib-tool (import): Change --aux-dir default to "build-aux".
52021
52022 2005-08-24  Bruno Haible  <bruno@clisp.org>
52023
52024         * gnulib-tool (func_version): Update.
52025
52026 2005-08-24  Bruno Haible  <bruno@clisp.org>
52027
52028         * gnulib-tool (func_import, func_create_testdir,
52029         func_create_megatestdir): Quote all autoconf macro arguments.
52030
52031 2005-08-24  Bruno Haible  <bruno@clisp.org>
52032
52033         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
52034         option --force, because --force causes the aclocal.m4 of each
52035         subdirectory to be newer than the corresponding config.h.in.
52036
52037 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52038
52039         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
52040         All contents moved to gl_REGEX.
52041         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
52042         assume that it does.
52043
52044 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52045
52046         * lib/regex.h (REG_NOSYS)
52047         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
52048         Define, since POSIX requires it as of 2001.
52049         (_REG_ENOSYS)
52050         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
52051         New private symbol, used to keep the enum signed in all cases.
52052         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
52053         Youngman in
52054         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
52055
52056         * lib/regex_internal.c (re_string_skip_chars, register_state):
52057         (calc_state_hash):
52058         Remove forward decls; no longer needed now that we use prototypes.
52059         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
52060         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
52061         (clean_state_log_if_needed): Likewise.
52062
52063 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52064
52065         * config/srclist.txt: Add glibc bugs 1231-1233.
52066
52067 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52068
52069         Fix problems reported by Sam Steingold in
52070         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
52071         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
52072         assumed that reg_errcode_t is a signed type, which is not
52073         necessarily true if _XOPEN_SOURCE is not defined.
52074         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
52075         since some compilers warn about it otherwise.
52076
52077 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52078
52079         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
52080         (init_word_char, create_initial_state, duplicate_node_closure):
52081         (fetch_token, peek_token_bracket, build_range_exp):
52082         (build_collating_symbol): Remove forward decls; no longer needed
52083         now that we use prototypes.
52084
52085         * lib/regcomp.c:
52086         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
52087         (re_compile_fastmap_iter, regcomp, regerror, regfree):
52088         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
52089         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
52090         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
52091         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
52092         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
52093         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
52094         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
52095         (build_range_exp, build_collating_symbol, parse_bracket_exp):
52096         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
52097         (build_charclass, build_charclass_op, fetch_number, create_tree):
52098         (create_token_tree, mark_opt_subexp, duplicate_tree):
52099         Use prototypes rather than old-style definitions.
52100
52101         * lib/regex_internal.c:
52102         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
52103         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
52104         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
52105         (re_string_reconstruct, re_string_peek_byte_case):
52106         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
52107         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
52108         (re_node_set_init_copy, re_node_set_add_intersect):
52109         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
52110         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
52111         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
52112         (re_acquire_state, re_acquire_state_context, register_state):
52113         (create_ci_newstate, create_cd_newstate, free_state):
52114         Likewise.
52115         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
52116         re_search_2):
52117         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
52118         (re_search_internal, prune_impossible_nodes):
52119         (acquire_init_state_context, check_matching, static):
52120         (check_halt_node_context, check_halt_state_context, proceed_next_node):
52121         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
52122         (update_regs, sift_states_backward, build_sifted_states):
52123         (clean_state_log_if_needed, merge_state_array):
52124         (update_cur_sifted_state, add_epsilon_src_nodes):
52125         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
52126         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
52127         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
52128         (find_recover_state, check_subexp_matching_top, transit_state_mb):
52129         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
52130         (check_arrival, check_arrival_add_next_nodes):
52131         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
52132         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
52133         (check_node_accept_bytes, check_node_accept, extend_buffers):
52134         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
52135         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
52136         (sift_ctx_init):
52137         Likewise.
52138
52139         * lib/regex_internal.h:
52140         (re_string_allocate, re_string_construct, re_string_reconstruct):
52141         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
52142         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
52143         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
52144         (re_string_context_at, re_string_peek_byte_case):
52145         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
52146         is defined, since we now use prototypes always.
52147
52148         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
52149         C89 or better.  All uses removed.
52150
52151 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52152
52153         * config/srclist.txt: Add glibc bugs 1220-1227.
52154
52155 2005-08-20  Jim Meyering  <jim@meyering.net>
52156
52157         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
52158         of unused local, dfa.
52159
52160 2005-08-20  Bruno Haible  <bruno@clisp.org>
52161
52162         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
52163
52164 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52165
52166         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
52167         (re_node_set_insert_last, re_dfa_add_node):
52168         Rename local variables to avoid GCC shadowing warnings.
52169
52170 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52171
52172         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
52173         [defined lint]: Suppress bogus uninitialized-variable warnings.
52174
52175         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
52176         and let the caller return REG_ESPACE if out of space.  This
52177         removes an uninitialied-variable warning with GCC 4.0.1, and also
52178         avoids taking the address of a local variable.  All callers
52179         changed.
52180
52181 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52182
52183         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
52184         $LIBCSRC/posix/regexec.c.
52185         Add glibc bug 1217 for regcomp.c.
52186
52187 2005-08-19  Jim Meyering  <jim@meyering.net>
52188
52189         * lib/regexec.c (proceed_next_node): Redo local variables to
52190         avoid GCC shadowing warnings.
52191
52192 2005-08-18  Bruno Haible  <bruno@clisp.org>
52193
52194         * lib/strstr.c (strstr): Fix return value in multibyte case.
52195         * lib/strcasestr.c (strcasestr): Likewise.
52196
52197 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
52198
52199         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
52200
52201 2005-08-17  Jim Meyering  <jim@meyering.net>
52202
52203         Make the %s format (seconds since the epoch) work for a negative
52204         number and when used with a zero-padded field width, e.g. %015s.
52205
52206         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
52207         label so that it precedes the code to set `digits'.  Otherwise,
52208         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
52209         print `00-22'.  Now, it prints `-0022', as it should.
52210
52211 2005-08-17  Bruno Haible  <bruno@clisp.org>
52212
52213         * modules/strstr (Files): Add m4/mbrtowc.m4.
52214         (Depends-on): Add mbuiter.
52215
52216 2005-08-17  Bruno Haible  <bruno@clisp.org>
52217
52218         * modules/strcasestr: New file.
52219         * MODULES.html.sh (String handling, based on ANSI C 89): Add
52220         strcasestr.
52221
52222 2005-08-17  Bruno Haible  <bruno@clisp.org>
52223
52224         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
52225
52226 2005-08-17  Bruno Haible  <bruno@clisp.org>
52227
52228         * modules/mbuiter: New file.
52229         * MODULES.html.sh (Extended multibyte and wide character utilities):
52230         Add mbuiter.
52231
52232 2005-08-17  Bruno Haible  <bruno@clisp.org>
52233
52234         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
52235         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
52236
52237 2005-08-17  Bruno Haible  <bruno@clisp.org>
52238
52239         * m4/strcasestr.m4: New file.
52240
52241 2005-08-17  Bruno Haible  <bruno@clisp.org>
52242
52243         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
52244         * lib/strstr.c: Completely rewritten, with multibyte locale support.
52245
52246 2005-08-17  Bruno Haible  <bruno@clisp.org>
52247
52248         * lib/strcasestr.h: New file.
52249         * lib/strcasestr.c: New file.
52250
52251 2005-08-17  Bruno Haible  <bruno@clisp.org>
52252
52253         * lib/strcasecmp.c: Use mbuiter.h.
52254
52255 2005-08-17  Bruno Haible  <bruno@clisp.org>
52256
52257         * lib/mbuiter.h: New file.
52258
52259 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
52260
52261         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
52262         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
52263         and gl_GETOPT are both invoked via different paths (as happens
52264         with GNU tar CVS because it uses both argp and getopt), the former
52265         wins.
52266
52267 2005-08-16  Bruno Haible  <bruno@clisp.org>
52268
52269         * modules/tls: New file.
52270         * MODULES.html.sh (Multithreading): Add tls.
52271
52272 2005-08-16  Bruno Haible  <bruno@clisp.org>
52273
52274         * modules/strnlen1: New file.
52275         * MODULES.html.sh (String handling): Add strnlen1.
52276
52277 2005-08-16  Bruno Haible  <bruno@clisp.org>
52278
52279         * modules/strcase (Files): Add m4/mbrtowc.m4.
52280         (Depends-on): Add strnlen1, mbchar.
52281
52282 2005-08-16  Bruno Haible  <bruno@clisp.org>
52283
52284         * modules/mbiter: New file.
52285         * MODULES.html.sh (Extended multibyte and wide character utilities):
52286         Add mbiter.
52287
52288 2005-08-16  Bruno Haible  <bruno@clisp.org>
52289
52290         * modules/mbfile: New file.
52291         * MODULES.html.sh (Extended multibyte and wide character utilities):
52292         Add mbfile.
52293
52294 2005-08-16  Bruno Haible  <bruno@clisp.org>
52295
52296         * modules/mbchar: New file.
52297         * MODULES.html.sh (Extended multibyte and wide character utilities):
52298         New section.
52299
52300 2005-08-16  Bruno Haible  <bruno@clisp.org>
52301
52302         * m4/tls.m4: New file, from GNU gettext.
52303
52304 2005-08-16  Bruno Haible  <bruno@clisp.org>
52305
52306         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
52307         always.
52308         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
52309
52310 2005-08-16  Bruno Haible  <bruno@clisp.org>
52311
52312         * m4/mbiter.m4: New file.
52313
52314 2005-08-16  Bruno Haible  <bruno@clisp.org>
52315
52316         * m4/mbfile.m4: New file.
52317
52318 2005-08-16  Bruno Haible  <bruno@clisp.org>
52319
52320         * m4/mbchar.m4: New file.
52321
52322 2005-08-16  Bruno Haible  <bruno@clisp.org>
52323
52324         * lib/tls.h: New file, from GNU gettext.
52325         * lib/tls.c: New file, from GNU gettext.
52326
52327 2005-08-16  Bruno Haible  <bruno@clisp.org>
52328
52329         * lib/strnlen1.h: New file.
52330         * lib/strnlen1.c: New file.
52331
52332 2005-08-16  Bruno Haible  <bruno@clisp.org>
52333
52334         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
52335         (mbi_init): Update.
52336         (mbi_avail, mbi_advance): Let the iteration end before the terminating
52337         NUL byte, not after it.
52338
52339 2005-08-16  Bruno Haible  <bruno@clisp.org>
52340
52341         * lib/strcase.h (strcasecmp): Add note in comments.
52342         * lib/strncasecmp.c: Use code from strcasecmp.c.
52343         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
52344         (strcasecmp): Work correctly in multibyte locales.
52345
52346 2005-08-16  Bruno Haible  <bruno@clisp.org>
52347
52348         * lib/mbiter.h: New file.
52349
52350 2005-08-16  Bruno Haible  <bruno@clisp.org>
52351
52352         * lib/mbfile.h: New file.
52353
52354 2005-08-16  Bruno Haible  <bruno@clisp.org>
52355
52356         * lib/mbchar.h: New file.
52357         * lib/mbchar.c: New file.
52358
52359 2005-08-16  Bruno Haible  <bruno@clisp.org>
52360
52361         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
52362         the valid ones. Makes the comparison operations transitive:
52363         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
52364         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
52365
52366 2005-08-15  Simon Josefsson  <jas@extundo.com>
52367
52368         * modules/ssize_t (License): Change to 'unlimited'.
52369
52370         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
52371
52372 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
52373
52374         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
52375         Add comments for each pending glibc patch.
52376
52377 2005-08-15  Bruno Haible  <bruno@clisp.org>
52378
52379         * lib/regex.h (__restrict_arr): Don't define to __restrict if
52380         __cplusplus is defined.
52381
52382 2005-08-14  Jim Meyering  <jim@meyering.net>
52383
52384         Sync from coreutils.
52385
52386         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
52387         Use the hash-table-based cycle-detection code not just when
52388         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
52389         Reported by James Youngman in
52390         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
52391         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
52392         FTS_TIGHT_CYCLE_CHECK.
52393         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
52394         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
52395         once again.
52396         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
52397         * lib/fts.c (fd_safer): Remove decl.
52398         Include fcntl--.h rather than unistd-safer.h
52399         (fts_safe_changedir): Don't call fd_safer; no longer needed
52400         now that we include fcntl--.h.
52401
52402 2005-08-12  Simon Josefsson  <jas@extundo.com>
52403
52404         * modules/getndelim2: Use ssize_t module.
52405         * modules/getnline: Likewise.
52406         * modules/safe-read: Likewise.
52407         * modules/xreadlink: Likewise.
52408
52409         * modules/ssize_t: New file.
52410
52411 2005-08-12  Simon Josefsson  <jas@extundo.com>
52412
52413         * m4/readline.m4: Look for termcap, curses or ncurses if required.
52414
52415 2005-08-12  Simon Josefsson  <jas@extundo.com>
52416
52417         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52418         ssize_t.
52419
52420 2005-08-12  Simon Josefsson  <jas@extundo.com>
52421
52422         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
52423         readline, getdelim and check_version.
52424         (Support for systems lacking ISO C 99: Sizes of integer types):
52425         Add size_max.
52426
52427 2005-08-12  Bruno Haible  <bruno@clisp.org>
52428
52429         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
52430
52431 2005-08-11  Simon Josefsson  <jas@extundo.com>
52432
52433         * modules/readline: New file.
52434
52435         * modules/strnlen (Files): Add strnlen.h.
52436
52437 2005-08-11  Simon Josefsson  <jas@extundo.com>
52438
52439         * m4/readline.m4: New file.
52440
52441 2005-08-11  Simon Josefsson  <jas@extundo.com>
52442
52443         * lib/readline.h, readline.c: New file.
52444
52445 2005-08-11  Simon Josefsson  <jas@extundo.com>
52446
52447         * doc/gnulib.texi (Initial import, Finishing touches): Mention
52448         gl_AVOID.
52449
52450 2005-08-11  Bruno Haible  <bruno@clisp.org>
52451
52452         * lib/strnlen.h (strnlen): Change parameter name to match comment.
52453
52454 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
52455
52456         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
52457
52458 2005-08-10  Simon Josefsson  <jas@extundo.com>
52459
52460         * tests/test-iconvme.c: New file.
52461
52462 2005-08-10  Simon Josefsson  <jas@extundo.com>
52463
52464         * m4/strnlen.m4: New file.
52465
52466         * m4/strndup.m4: Don't check for strnlen declaration, done in
52467         strnlen.m4.
52468
52469 2005-08-10  Simon Josefsson  <jas@extundo.com>
52470
52471         * lib/strndup.c: Use strnlen.h.
52472
52473         * lib/strnlen.h: New file.
52474
52475 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
52476
52477         * README: Typos.
52478
52479 2005-08-02  Simon Josefsson  <jas@extundo.com>
52480
52481         * modules/readline: New file.
52482
52483 2005-08-02  Simon Josefsson  <jas@extundo.com>
52484
52485         * modules/getdelim: New file.
52486
52487         * modules/getline: Rewrite, don't use getndelim2.
52488
52489 2005-08-02  Simon Josefsson  <jas@extundo.com>
52490
52491         * m4/getline.m4: Separate out getdelim stuff into separate module.
52492
52493         * m4/getdelim.m4: New file.
52494
52495 2005-08-02  Simon Josefsson  <jas@extundo.com>
52496
52497         * lib/getline.h, getline.c: Rewrite.
52498
52499         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
52500
52501 2005-07-31  Bruno Haible  <bruno@clisp.org>
52502
52503         * lib/lock.h (gl_lock_initializer): New macro.
52504         (gl_lock_define_initialized): Use it.
52505         (gl_rwlock_initializer): New macro.
52506         (gl_rwlock_define_initialized): Use it.
52507         (gl_recursive_lock_initializer): New macro.
52508         (gl_recursive_lock_define_initialized): Use it.
52509
52510 2005-07-30  Karl Berry  <karl@gnu.org>
52511
52512         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
52513         Report from Ben Pfaff, regarding getopt.
52514
52515 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
52516
52517         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
52518         normal way.
52519         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
52520         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
52521         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
52522         (gl_GETOPT): Use the new macros.  Most of the implementation
52523         is moved to the new macros.  This is for programs like Emacs
52524         that don't want all the functionality of gl_GETOPT.
52525
52526 2005-07-26  Bruno Haible  <bruno@clisp.org>
52527
52528         * m4/lock.m4: Update from GNU gettext.
52529
52530 2005-07-26  Bruno Haible  <bruno@clisp.org>
52531
52532         * lib/lock.h: Update from GNU gettext.
52533         * lib/lock.c: Update from GNU gettext.
52534
52535 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
52536
52537         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
52538         obsolescent AC_TRY_RUN.  Include the default includes files, for
52539         'exit'.
52540
52541 2005-07-24  Bruno Haible  <bruno@clisp.org>
52542
52543         * modules/visibility: New file.
52544         * MODULES.html.sh (Misc): Add visibility.
52545
52546 2005-07-24  Bruno Haible  <bruno@clisp.org>
52547
52548         * m4/visibility.m4: New file.
52549
52550 2005-07-24  Bruno Haible  <bruno@clisp.org>
52551
52552         * doc/visibility.texi: New file.
52553
52554 2005-07-22  Bruno Haible  <bruno@clisp.org>
52555
52556         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
52557         $(ALLOCA_H), redundant through BUILT_SOURCES.
52558         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
52559         redundant through BUILT_SOURCES.
52560         * modules/byteswap (Makefile.am): Remove explicit dependency on
52561         $(BYTESWAP_H), redundant through BUILT_SOURCES.
52562         * modules/fnmatch (Makefile.am): Remove explicit dependency on
52563         $(FNMATCH_H), redundant through BUILT_SOURCES.
52564         * modules/getopt (Makefile.am): Remove explicit dependency on
52565         $(GETOPT_H), redundant through BUILT_SOURCES.
52566         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
52567         redundant through BUILT_SOURCES.
52568         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
52569         redundant through BUILT_SOURCES.
52570         * modules/stdbool (Makefile.am): Remove explicit dependency on
52571         $(STDBOOL_H), redundant through BUILT_SOURCES.
52572         * modules/stdint (Makefile.am): Remove explicit dependency on
52573         $(STDINT_H), redundant through BUILT_SOURCES.
52574         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
52575         Remove explicit dependency on $(SYSEXITS_H).
52576         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
52577
52578 2005-07-18  Simon Josefsson  <jas@extundo.com>
52579
52580         * lib/check-version.c (check_version): Accept identical versions too.
52581
52582 2005-07-18  Bruno Haible  <bruno@clisp.org>
52583
52584         * modules/lock: New file.
52585         * MODULES.html.sh (Multithreading): New section.
52586
52587 2005-07-18  Bruno Haible  <bruno@clisp.org>
52588
52589         * m4/lock.m4: New file, from GNU gettext.
52590
52591 2005-07-18  Bruno Haible  <bruno@clisp.org>
52592
52593         * lib/lock.h: New file, from GNU gettext.
52594         * lib/lock.c: New file, from GNU gettext.
52595
52596 2005-07-18  Bruno Haible  <bruno@clisp.org>
52597
52598         * lib/lock.h (gl_once_t): New type.
52599         (gl_once_define, gl_once): New macros.
52600         * lib/lock.c (fresh_once): New variable.
52601         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
52602         functions.
52603
52604 2005-07-16  Simon Josefsson  <jas@extundo.com>
52605
52606         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
52607         workaround, suggested by Bruno.
52608
52609 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
52610
52611         * modules/xalloc (Depends-on): Add xalloc-die.
52612         * modules/xvasprintf (Depends-on): Add xalloc-die.
52613
52614 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
52615
52616         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
52617         with a minor change.
52618
52619 2005-07-15  Bruno Haible  <bruno@clisp.org>
52620
52621         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
52622         When using lib/poll.c, define poll as rpl_poll.
52623
52624 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
52625
52626         * modules/argp (Depends-on): Remove unlocked-io.
52627
52628 2005-07-14  Derek Price  <derek@ximbiot.com>
52629
52630         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
52631         for glob symlink bug.
52632
52633 2005-07-14  Bruno Haible  <bruno@clisp.org>
52634
52635         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
52636         Instead, test for *_unlocked function declarations directly.
52637
52638 2005-07-11  Simon Josefsson  <jas@extundo.com>
52639
52640         * modules/size_max: New file.
52641
52642         * modules/xsize: Depend on size_max module for size_max.m4.
52643
52644 2005-07-11  Simon Josefsson  <jas@extundo.com>
52645
52646         * lib/size_max.h: New file.
52647
52648 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
52649
52650         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
52651         copyright symbol and the year.
52652         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
52653         (version_etc_va): Use parameterized copyright notice.
52654         Reword to conform to the current GNU coding standards.
52655
52656 2005-07-11  Karl Berry  <karl@gnu.org>
52657
52658         * doc/gnulib.texi (Quoting): new node.
52659         (Initial import): more info, from Patrice.
52660
52661 2005-07-11  Bruno Haible  <bruno@clisp.org>
52662
52663         * gnulib-tool (func_usage): Document option --avoid.
52664         (Command line options): Handle --avoid.
52665         (func_acceptable): New function.
52666         (func_modules_transitive_closure): Use it.
52667
52668 2005-07-11  Bruno Haible  <bruno@clisp.org>
52669
52670         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
52671         Reported by Jim Meyering.
52672
52673 2005-07-10  Bruno Haible  <bruno@clisp.org>
52674
52675         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
52676         Needed when size_t is smaller than 'unsigned int'.
52677         Reported by Paul Eggert.
52678
52679 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
52680
52681         * modules/argp (Depends-on): Add unlocked-io
52682
52683 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
52684
52685         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
52686         block of defines.
52687
52688 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
52689
52690         * config/srclist.txt: Comment out regcomp.c, since we have a porting
52691         fix now.
52692
52693 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
52694         and Paul Eggert  <eggert@cs.ucla.edu>
52695
52696         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
52697         in wint_t, not wchar_t.  Remove now-unnecessary cast.
52698
52699 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52700
52701         * modules/regex (Files): Add lib/regex_internal.c,
52702         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
52703         (Depends-on): Add extensions.
52704         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
52705
52706 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52707
52708         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
52709         pathconf.
52710         * m4/same.m4 (gl_SAME): Likewise.
52711         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
52712
52713         * m4/regex.m4: Adjust to new libc regex implementation.
52714         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
52715         all the .c and .h parts of (the new) regex.
52716         Quote the m4 stuff better.
52717         Check for RE_ICASE bug of old gnulib.
52718         Check for REG_STARTEND of recent libc.
52719         Rename local variables from jm_* to gl_*.
52720         Quote operand of "test -f".
52721         Say "recent enough" version of libc, not "version 2".
52722         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
52723         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
52724         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
52725         Remove check for btowc, isascii.
52726         Require AM_LANGINFO_CODESET.
52727
52728 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52729
52730         * lib/regex.c, regex.h: Sync from libc.
52731         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
52732         * lib/regexec.c:
52733         New files, synced from libc, except that regex_internal.h
52734         currently has a small porting fix.
52735
52736 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52737
52738         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
52739         regex_internal.c, regexec.c.
52740         Add regex_internal.h too, but as a comment, since the libc version
52741         is currently broken in gnulib mode.
52742
52743 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
52744
52745         Support programs like Emacs that use gnulib but not gettext.
52746         * MODULES.html.sh (Internationalization functions): Add gettext-h.
52747         * modules/gettext-h: New file.
52748         * modules/gettext (Files): Remove lib/gettext.h.
52749         (Depends-on): Add gettext-h.
52750         (Makefile.am): Remove lib_SOURCES.
52751         * modules/argmatch, modules/c-stack, modules/closeout:
52752         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
52753         * modules/execute, modules/file-type, modules/getaddrinfo:
52754         * modules/getopt, modules/human, modules/javacomp:
52755         * modules/javaexec, modules/mkdir-p, modules/obstack:
52756         * modules/openat, modules/pagealign_alloc, modules/pipe:
52757         * modules/quotearg, modules/regex, modules/rpmatch:
52758         * modules/unicodeio, modules/userspec, modules/version-etc:
52759         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
52760         * modules/xsetenv:
52761         Depend on gettext-h, not gettext.
52762
52763 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
52764
52765         * gnulib-tool (func_import): Add support for 'public domain' license.
52766         * modules/alloca, modules/atexit, modules/memmove:
52767         Now public domain, not GPL.
52768         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
52769         * modules/realloc, modules/strerror, modules/strtod:
52770         Now LGPL, not GPL.
52771
52772 2005-07-05  Bruno Haible  <bruno@clisp.org>
52773
52774         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
52775         autoconf CVS. Needed for mingw.
52776
52777 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52778
52779         Remove the dependency of the strftime module on the tzset module.
52780         * modules/strftime (Depends-on): Remove dependency on tzset.
52781
52782 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52783
52784         Remove the dependency of the strftime module on the tzset module.
52785         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
52786         gl_FUNC_TZSET_CLOBBER.
52787
52788 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52789
52790         Remove the dependency of the strftime module on the tzset module.
52791         * lib/strftime.c (my_strftime)
52792         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
52793         Copy the input structure, to work around some of the bug with
52794         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
52795         Solaris releases, you should also use the tzset module, but we won't
52796         require it as a dependency any more since we don't want LGPLed code
52797         to depend on GPLed code.
52798
52799 2005-07-02  Jim Meyering  <jim@meyering.net>
52800
52801         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
52802         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
52803         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
52804         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
52805
52806 2005-07-02  Jim Meyering  <jim@meyering.net>
52807
52808         * lib/backupfile.c (backup_args): Change a `0' to NULL.
52809
52810 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
52811
52812         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
52813         declares only 'struct timespec;' (!).
52814
52815 2005-07-01  Jim Meyering  <jim@meyering.net>
52816
52817         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
52818         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
52819         * lib/save-cwd.c, tempname.c:
52820         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
52821         and don't include <sys/file.h>).
52822
52823 2005-06-29  Jim Meyering  <jim@meyering.net>
52824
52825         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
52826         type name.  Use the variable name instead.
52827         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
52828         Likewise.
52829
52830 2005-06-28  Simon Josefsson  <jas@extundo.com>
52831
52832         * modules/check-version (Files): Add check-version.m4.
52833
52834 2005-06-28  Simon Josefsson  <jas@extundo.com>
52835
52836         * m4/check-version.m4: New file, suggested by Jim Meyering
52837         <jim@meyering.net>.
52838
52839 2005-06-28  Simon Josefsson  <jas@extundo.com>
52840
52841         * lib/check-version.h, lib/check-version.c: New files.
52842
52843 2005-06-28  Simon Josefsson  <jas@extundo.com>
52844
52845         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
52846         collision with global variable.  Better indentation.  Don't
52847         increment buffer pointer beyond buffer end.  Based on comments
52848         from Paul Eggert <eggert@cs.ucla.edu>.
52849
52850         * lib/base64.h: Indent.
52851
52852 2005-06-28  Simon Josefsson  <jas@extundo.com>
52853
52854         * doc/gnulib.texi (Library version handling): New section.
52855
52856 2005-06-28  Jim Meyering  <jim@meyering.net>
52857
52858         * check-module (find_included_lib_files): Hard-code another
52859         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
52860         but modules/fts-lgpl (correctly) does not list those files.
52861
52862         * modules/canonicalize (Files): Add lib/pathmax.h.
52863
52864 2005-06-25  Simon Josefsson  <jas@extundo.com>
52865
52866         * modules/check-version: New file.
52867
52868 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
52869
52870         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
52871         initializer of struct addrinfo, as an indication that we don't
52872         care how many members the structure has.
52873
52874 2005-06-24  Derek Price  <derek@ximbiot.com>
52875         and Bruno Haible  <bruno@clisp.org>
52876
52877         Remove stat module & update lstat.
52878         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
52879         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
52880         * m4/stat.m4: Remove this file.
52881
52882 2005-06-24  Derek Price  <derek@ximbiot.com>
52883         and Bruno Haible  <bruno@clisp.org>
52884
52885         Remove stat module & update lstat.
52886         * lib/stat.c: Remove this file...
52887         (slash_aware_lstat): ...moving this content and its support...
52888         * lib/lstat.c (rpl_lstat): ...into here.
52889         * lib/lstat.h: New file.
52890
52891 2005-06-24  Derek Price  <derek@ximbiot.com>
52892         and Bruno Haible  <bruno@clisp.org>
52893
52894         Remove stat module & update lstat.
52895         * config/srclist.txt (libc sources): Remove stat.
52896
52897 2005-06-24  Derek Price  <derek@ximbiot.com>
52898         and Bruno Haible  <bruno@clisp.org>
52899
52900         Remove stat module & update lstat.
52901         * MODULES.html.sh (stat): Remove.
52902         * MODULES.html: Regenerated.
52903         * modules/lstat (Description): Correct function name.
52904         (Files): Add "lstat.h".
52905         (Depends-on): Remove stat, add xalloc, stat-macros.
52906         * modules/stat: Remove this file.
52907         (Include): Add "lstat.h", remove <sys/stat.h>.
52908
52909 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
52910
52911         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
52912         (ranged_convert): Don't save conversion in a temporary struct.
52913         This causes a warning with GCC 4.0.0, and anyway in the typical
52914         case it's not worth the extra 100 bytes or so of code.
52915         (ranged_convert, __mktime_internal): When calling a function via a
52916         pointer P, use P () rather than (*P) (), as we now assume C89 or
52917         better.
52918
52919 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
52920
52921         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
52922         "who -r" failed to give output.  Problem reported by Tim Waugh.
52923
52924         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
52925         (xcalloc): Use it to avoid needless tests.
52926         Problem reported by Jim Meyering.
52927
52928 2005-06-20  Derek Price  <derek@ximbiot.com>
52929
52930         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
52931         unnecessary for Autoconfs > 2.59c.
52932
52933 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52934
52935         * lib/argp.h (__option_is_short): Check upper limit of
52936         __key. Isprint() requires its argument to have the value
52937         of an unsigned char or EOF.
52938
52939 2005-06-16  Jim Meyering  <jim@meyering.net>
52940
52941         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
52942         when either N or S is zero.
52943
52944 2005-06-16  Derek Price  <derek@ximbiot.com>
52945
52946         * m4/bison.m4: Declare YACC & YFLAGS precious.
52947
52948 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
52949
52950         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
52951         multibyte string or pattern, fall back on unibyte matching.
52952         Problem reported by James Youngman.
52953
52954 2005-06-08  Bruno Haible  <bruno@clisp.org>
52955
52956         * modules/csharpcomp: New file.
52957         * MODULES.html.sh (C#): Add csharpcomp.
52958
52959 2005-06-08  Bruno Haible  <bruno@clisp.org>
52960
52961         * m4/csharpcomp.m4: New file, from GNU gettext.
52962
52963 2005-06-08  Bruno Haible  <bruno@clisp.org>
52964
52965         * lib/csharpcomp.h: New file, from GNU gettext.
52966         * lib/csharpcomp.c: New file, from GNU gettext.
52967         * lib/csharpcomp.sh.in: New file, from GNU gettext.
52968
52969 2005-06-08  Bruno Haible  <bruno@clisp.org>
52970
52971         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
52972         warning on mingw.
52973
52974 2005-06-07  Derek Price  <derek@ximbiot.com>
52975
52976         Sync from CVS.
52977         * lib/glob_.h: Indent nested #ifdef.
52978
52979 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52980
52981         Sync from coreutils.
52982         Use "file name" when talking about file names, instead of "filename"
52983         or "path", as per the GNU coding standards.
52984         * lib/mkdir-p.c: Renamed from makepath.c.
52985         (make_dir_parents): Renamed from make_path.  All callers changed.
52986         * lib/mkdir-p.h: Likewise.  All includers changed.
52987         * lib/filenamecat.c: Renamed from path-concat.c.
52988         (file_name_concat): Renamed from path_concat.  All callers changed.
52989         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
52990         * lib/filenamecat.h: Likewise.  All includers changed.
52991         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
52992         in comments or local variable names.
52993         * lib/basename.c: Likewise.
52994         * lib/canonicalize.c, canonicalize.h: Likewise.
52995         * lib/dirname.c, dirname.h: Likewise.
52996         * lib/euidaccess.c: Likewise.
52997         * lib/exclude.c: Likewise
52998         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
52999         * lib/fsusage.c, fsuage.h: Likewise.
53000         * lib/fts.c, fts_.h: Likewise.
53001         * lib/getcwd.c: Likewise.
53002         * lib/getloadavg.c: Likewise.
53003         * lib/mkstemp.c: Likewise.
53004         * lib/mountlist.c, mountlist.h: Likewise.
53005         * lib/openat.c, openat.h: Likewise.
53006         * lib/readlink-stub.c: Likewise.
53007         * lib/readutmp.c, readutmp.h: Likewise.
53008         * lib/rename.c: Likewise.
53009         * lib/rmdir.c: Likewise.
53010         * lib/same.c: Likewise.
53011         * lib/savedir.c: Likewise.
53012         * lib/stripslash.c: Likewise.
53013         * lib/tempname.c: Likewise.
53014         * lib/xreadlink.c: Likewise.
53015         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
53016         All uses changed.
53017         * lib/exclude.h: Likewise.
53018
53019         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
53020         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53021         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
53022         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53023         * lib/pathmax.h: Include <limits.h> unconditionally, since other
53024         files have been getting away with it for years (MORE/BSD 4.3
53025         is extinct now).
53026         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
53027         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53028
53029         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
53030         Define to 256, not 255, as per modern POSIX.
53031
53032 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53033
53034         Sync from coreutils.
53035         Use "file name" when talking about file names, instead of "filename"
53036         or "path", as per the GNU coding standards.
53037         * MODULES.html.sh: mkdir-p renamed from makepath.
53038         filenamecat renamed from path-concat.
53039         * modules/filenamecat: Renamed from modules/path-concat.
53040         (Files): filenamecat.h and filenamecat.c renamed from
53041         path-concat.h and path-concat.c.
53042         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
53043         (Include): filenamecat.h, not path-concat.h.
53044         * modules/mkdir-p: Renamed from modules/makepath.
53045         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
53046         makepath.c.
53047         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
53048         (Include): mkdir-p.h, not makepath.h.
53049
53050 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53051
53052         Sync from coreutils.
53053         * m4/mkdir-p.m4: Renamed from makepath.m4.
53054         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
53055         Rename files from makepath.c to mkdir-p.c, and from
53056         makepath.h to mkdir-p.h.
53057         * m4/filenamecat.m4: Renamed from path-concat.m4.
53058         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
53059         Rename files from path-concat.c to filenamecat.c,
53060         and from path-concat.h to filenamecat.h.
53061         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
53062         "file name" in local variables or comments.
53063         * m4/rename.m4: Likewise.
53064
53065 2005-06-01  Bruno Haible  <bruno@clisp.org>
53066
53067         * modules/csharpexec: New file.
53068         * MODULES.html.sh (C#): New section.
53069
53070 2005-06-01  Bruno Haible  <bruno@clisp.org>
53071
53072         * m4/csharp.m4: New file, from GNU gettext.
53073         * m4/csharpexec.m4: New file, from GNU gettext.
53074
53075 2005-06-01  Bruno Haible  <bruno@clisp.org>
53076
53077         * lib/csharpexec.h: New file, from GNU gettext.
53078         * lib/csharpexec.c: New file, from GNU gettext.
53079         * lib/csharpexec.sh.in: New file, from GNU gettext.
53080
53081 2005-05-31  Derek Price  <derek@ximbiot.com>
53082             Paul Eggert  <eggert@cs.ucla.edu>
53083
53084         Sync from cvs.
53085         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
53086
53087 2005-05-31  Derek Price  <derek@ximbiot.com>
53088             Paul Eggert  <eggert@cs.ucla.edu>
53089
53090         Sync from cvs.
53091         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
53092
53093 2005-05-29  Derek Price  <derek@ximbiot.com>
53094
53095         * config/srclist.txt (glob_.h, glob.c): Add these files.
53096
53097 2005-05-29  Derek Price  <derek@ximbiot.com>
53098
53099         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
53100         * modules/glob: New file.
53101         * modules/getlogin_r: Add link to POSIX spec in description.
53102
53103 2005-05-29  Derek Price  <derek@ximbiot.com>
53104             Paul Eggert  <eggert@cs.ucla.edu>
53105
53106         * m4/glob.m4: New file.
53107
53108 2005-05-29  Derek Price  <derek@ximbiot.com>
53109             Paul Eggert  <eggert@cs.ucla.edu>
53110
53111         * lib/glob_.h, lib/glob.c: New files.
53112
53113 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53114
53115         * modules/fts (Files): Remove m4/inttypes-pri.m4.
53116         * modules/fts-lgpl (Depends-on): Remove gettext.
53117
53118 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53119
53120         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
53121         and don't require gt_INTTYPES_PRI.
53122
53123 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53124
53125         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
53126
53127         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
53128         the configuration hassle isn't worth it.
53129         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
53130         (LONGEST_MODIFIER, PRIuMAX): Remove.
53131
53132 2005-05-27  Bruno Haible  <bruno@clisp.org>
53133
53134         * lib/getlogin_r.h: Remove second include of <stddef.h>.
53135
53136 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
53137
53138         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
53139         _POSIX_PTHREAD_SEMANTICS for Solaris.
53140
53141 2005-05-25  Derek Price  <derek@ximbiot.com>
53142
53143         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
53144
53145 2005-05-25  Derek Price  <derek@ximbiot.com>
53146             Paul Eggert  <eggert@cs.ucla.edu>
53147
53148         * modules/getlogin_r, m4/getlogin_r.m4: New files.
53149         * lib/getlogin_r.c, getlogin_r.h: New files.
53150
53151 2005-05-25  Bruno Haible  <bruno@clisp.org>
53152             Derek Price  <derek@ximbiot.com>
53153
53154         * lib/getlogin_r.h: Simplify API documentation.
53155
53156 2005-05-23  Derek Price  <derek@ximbiot.com>
53157
53158         * modules/minmax (Files): Add m4/minmax.m4.
53159         (configure.ac): Add gl_MINMAX.
53160
53161 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
53162
53163         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
53164         so that unistd-safer.h (GPL'ed code) need not be included.
53165
53166 2005-05-22  Bruno Haible  <bruno@clisp.org>
53167
53168         * m4/minmax.m4: New file.
53169         Based on a patch by Derek Price <derek@ximbiot.com>.
53170
53171 2005-05-22  Bruno Haible  <bruno@clisp.org>
53172
53173         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
53174         (INT64_MIN): Fix definition.
53175         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
53176
53177         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
53178         NEED_SIGNED_INT_TYPES.
53179
53180         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
53181         HAVE_SYSTEM_INTTYPES.
53182
53183 2005-05-22  Bruno Haible  <bruno@clisp.org>
53184
53185         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
53186         Also include <sys/param.h> if it defines MIN, MAX.
53187         Based on a patch by Derek Price <derek@ximbiot.com>.
53188
53189 2005-05-21  Jim Meyering  <jim@meyering.net>
53190
53191         * modules/fts (Files): Add m4/inttypes-pri.m4.
53192         (Depends-on): Add lstat and remove gettext.  Alphabetize.
53193
53194 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53195
53196         New fts module.
53197         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
53198         (setup_dir, free_dir): New functions.
53199         (enter_dir, leave_dir): Define trivial
53200         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
53201         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
53202         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
53203         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
53204         Move to fts-cycle.c.
53205         (fts_open): Use setup_dir.
53206         (fts_close): Use free_dir.
53207         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
53208         This adds a label and some gotos, but the alternatives were messier.
53209         Check for memory allocation failure when entering a dir.
53210         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
53211         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
53212         (FTS): New member fts_cycle, that is a union that contains the
53213         old active_dir_ht and cycle_state.  All uses changed to mention
53214         fts_cycle.ht and fts_cycle.state.
53215         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
53216         fts.c, with the following changes:
53217         (setup_dir, free_dir): New functions.
53218         (enter_dir): Now returns bool.  Return true if successful, false
53219         if memory exhausted.  All callers changed.
53220         Do not bother partly cleaning up on
53221         memory allocation failure; that is free_dir's job.
53222         However, free ad if hash_insert fails, to avoid memory leak.
53223         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
53224         fts->fts_options to see which union member to use.
53225
53226 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53227
53228         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
53229         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
53230
53231 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53232
53233         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
53234
53235 2005-05-20  Jim Meyering  <jim@meyering.net>
53236
53237         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
53238         Now a macro, to pacify GCC.
53239
53240 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
53241
53242         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
53243         of -1.
53244
53245 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
53246
53247         * lib/chown.c (rpl_chown): Return -1 on failure.
53248
53249 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
53250
53251         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
53252         Don't check for stddef.h.
53253         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
53254         don't use its results.
53255         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
53256         since we include them unconditionally.  Don't require
53257         AM_STDBOOL_H, since stdbool is a prerequisite.
53258         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
53259         since we assume C89 or better.
53260         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
53261         as we don't use their results.
53262         Don't check for fchdir, memmove, memset, strrchr, as we use
53263         them unconditionally.
53264         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
53265         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
53266
53267 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
53268
53269         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
53270         Include <stddef.h> unconditionally, since we assume C89 now.
53271         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
53272         * lib/fts.c: Include fts_.h first, to check interface.
53273         Do not include intprops.h; no longer needed.
53274         Include cycle-check.h and hash.h, since fts_.h no longer does.
53275         Remove unnecessary casts of closedir to void.
53276         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
53277         decide whether to decrement nlinks.
53278         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
53279         (FTS): Use struct hash_table * instead of Hash_table, so that
53280         we no longer need to include hash.h here.
53281
53282 2005-05-18  Jim Meyering  <jim@meyering.net>
53283
53284         * modules/dirfd (License): Change to LGPL.  Most of the code
53285         is already in the public domain.
53286
53287 2005-05-18  Jim Meyering  <jim@meyering.net>
53288
53289         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
53290         Reported by Yoann Vandoorselaere.
53291
53292 2005-05-17  Jim Meyering  <jim@meyering.net>
53293
53294         * m4/fts.m4: New file, from coreutils.
53295
53296 2005-05-17  Jim Meyering  <jim@meyering.net>
53297
53298         * lib/fts.c, lib/fts_.h: New files, from coreutils.
53299
53300 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53301
53302         Sync from coreutils.
53303         * m4/unlinkdir.m4: New file.
53304
53305 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53306
53307         Sync from coreutils.
53308         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
53309         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
53310         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
53311         White space changes only.
53312         * lib/makepath.c (make_path): Port to hosts where leading "//" is
53313         special.
53314         * lib/yesno.c: Include getline.h, not ctype.h.
53315         (yesno): Don't remove leading white space; POSIX doesn't allow it.
53316         Use getline to remove arbitrary restriction on response length.
53317
53318 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53319
53320         * config/srclist-update: Spell out "Street" in FSF postal
53321         mail address; this is the style the FSF seems to prefer.
53322
53323         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
53324         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
53325         this updates FSF postal mail address.
53326
53327         Sync from coreutils.
53328         * modules/unlinkdir: New file.
53329         * modules/yesno (Depends-on): Add getline.
53330         * MODULES.html.sh (File system functions): Add unlinkdir.
53331
53332 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53333
53334         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
53335         lib/strsep.h:
53336         Change the initial comment to refer to GPL, not LGPL.
53337         gnulib-tool will change it to LGPL as needed.
53338
53339         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
53340         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
53341         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
53342         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
53343         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
53344         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
53345         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
53346         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
53347         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
53348         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
53349         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
53350         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
53351         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
53352         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
53353         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
53354         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
53355         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
53356         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
53357         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
53358         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
53359         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
53360         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
53361         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
53362         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
53363         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
53364         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
53365         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
53366         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
53367         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
53368         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
53369         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
53370         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
53371         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
53372         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
53373         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
53374         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
53375         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
53376         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
53377         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
53378         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
53379         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
53380         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
53381         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
53382         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
53383         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
53384         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
53385         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
53386         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
53387         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
53388         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
53389         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
53390         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
53391         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
53392         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
53393         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
53394         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
53395         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
53396         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
53397         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
53398         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
53399         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
53400         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
53401         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
53402         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
53403         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
53404         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
53405         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
53406         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
53407         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
53408         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
53409         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
53410         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
53411         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
53412         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
53413         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
53414         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
53415         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
53416         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
53417         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
53418         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
53419         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
53420         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
53421         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
53422         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
53423         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
53424         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
53425         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
53426         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
53427         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
53428         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
53429         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
53430         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
53431         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
53432         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
53433         lib/yesno.c, lib/yesno.h:
53434         Update FSF postal mail address.
53435
53436 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53437
53438         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
53439         tests/test-memmem.c, tests/test-stpncpy.c:
53440         Update FSF postal mail address.
53441
53442 2005-05-13  Bruno Haible  <bruno@clisp.org>
53443
53444         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
53445         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
53446         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
53447         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
53448         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
53449         Add support for 64-bit integers in the MSVC compiler.
53450
53451 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53452
53453         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
53454
53455 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
53456
53457         * gnulib-tool (func_import): Sort and uniquify recommended includes.
53458
53459 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
53460
53461         * doc/getdate.texi (General date syntax): Don't say that date
53462         date --iso-8601=ns generates acceptable dates; it doesn't yet.
53463         Problem reported by Nic Ferrier.
53464
53465 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53466
53467         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
53468         specified in ai_socktype. Fix invalid ai_protocol
53469         check. ai_protocol is usually set to 0 or depending on
53470         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
53471         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
53472         ai_socktype / ai_protocol in the returned addrinfo structure.
53473
53474 2005-05-10  Simon Josefsson  <jas@extundo.com>
53475
53476         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
53477         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
53478
53479 2005-05-10  Karl Berry  <karl@gnu.org>
53480
53481         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
53482         (from http://www.gnu.org/licenses).
53483         * doc/COPYING.LIB: also rename to COPYING.LESSER.
53484         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
53485         fdl.texi suffices.
53486
53487 2005-05-10  Karl Berry  <karl@gnu.org>
53488
53489         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
53490         (COPYING.DOC): remove.
53491
53492         * config/srclist-update: new FSF address.
53493
53494 2005-05-10  Derek Price  <derek@ximbiot.com>
53495
53496         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
53497         possible.
53498
53499 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53500             Bruno Haible  <bruno@clisp.org>
53501
53502         * modules/inet_ntop: New file.
53503         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53504         inet_ntop.
53505
53506 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53507             Bruno Haible  <bruno@clisp.org>
53508
53509         * m4/inet_ntop.m4: New file.
53510
53511 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53512             Bruno Haible  <bruno@clisp.org>
53513
53514         * lib/inet_ntop.h: New file.
53515         * lib/inet_ntop.c: New file, from glibc with modifications.
53516
53517 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
53518
53519         * modules/time_r (License): Change to LGPL.
53520         * modules/extensions (License): Change to LGPL.  Actually,
53521         the license is more permissive than that, but currently gnulib-tool
53522         doesn't know how to handle more-permissive licenses.
53523
53524         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
53525         Problem reported by Dave Love.
53526
53527 2005-05-08  Jim Meyering  <jim@meyering.net>
53528
53529         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
53530         blank.
53531
53532 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
53533
53534         * modules/argmatch (Depends-on): Add stdbool.
53535         * modules/backupfile (Depends-on): Likewise.
53536         * modules/chdir-long (Depends-on): Likewise.
53537         * modules/closeout (Depends-on): Likewise.
53538         * modules/cycle-check (Depends-on): Likewise.
53539         * modules/dirname (Depends-on): Likewise.
53540         * modules/fnmatch (Depends-on): Likewise.
53541         * modules/fsusage (Depends-on): Likewise.
53542         * modules/fwriteerror (Depends-on): Likewise.
53543         * modules/getcwd (Depends-on): Likewise.
53544         * modules/getloadavg (Depends-on): Likewise.
53545         * modules/hard-locale (Depends-on): Likewise.
53546         * modules/makepath (Depends-on): Likewise.
53547         * modules/mountlist (Depends-on): Likewise.
53548         * modules/nanosleep (Depends-on): Likewise.
53549         * modules/posixtm (Depends-on): Likewise.
53550         * modules/quotearg (Depends-on): Likewise.
53551         * modules/readtokens (Depends-on): Likewise.
53552         * modules/readtokens0 (Depends-on): Likewise.
53553         * modules/readutmp (Depends-on): Likewise.
53554         * modules/save-cwd (Depends-on): Likewise.
53555         * modules/strftime (Depends-on): Likewise.
53556         * modules/userspec (Depends-on): Likewise.
53557         * modules/utimecmp (Depends-on): Likewise.
53558         * modules/xgetcwd (Depends-on): Likewise.
53559         * modules/xnanosleep (Depends-on): Likewise.
53560         * modules/xstrtod (Depends-on): Likewise.
53561         * modules/yesno (Depends-on): Likewise.
53562
53563 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
53564
53565         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
53566         needless checks.
53567
53568 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53569
53570         Merge from coreutils.  Among other things,
53571         add bulletproofing for cases where stdin, stdout, or stderr are closed.
53572         * lib/fd-safer.c: New file.
53573         * lib/fcntl-safer.h, open-safer.c: Remove.
53574         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
53575         * lib/dup-safer.c: Include unistd-safer.h first.
53576         Don't include errno.h.
53577         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
53578         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
53579         * lib/file-type.c: Rely on file-type.h change.
53580         * lib/getloadavg.c: Include unistd-safer.h.
53581         (getloadavg): Use safer open.
53582         * lib/getusershell.c: Include "stdio-safer.h".
53583         (getusershell): Use safer fopen.
53584         * lib/long-options.c (long_options): Use NULL rather than 0.
53585         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
53586         'free'.
53587         * lib/modechange.c: Likewise.
53588         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
53589         (MODE_DONE): New constant.
53590         (struct mode_change): Remove 'next' member.
53591         (make_node_op_equals): New function; like the old one of the
53592         same name, except it allocates an array.
53593         (mode_compile, mode_create_from_ref): Use it.
53594         (mode_compile): Allocate result as an array, not a linked list.
53595         Parse octal string ourself, so that we catch mistakes like "+0".
53596         (mode_adjust): Arg is an array, not a linked list.
53597         * lib/modechange.c: Include stat-macros.h, xalloc.h.
53598         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
53599         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
53600         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
53601         Remove.  This is now stat-macros.h's job.
53602         (talloc): Remove.  All callers replaced by xalloc, so that
53603         our invokers don't have to worry about reporting memory failures.
53604         (make_node_op_equals): Remove.
53605         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
53606         New constants.
53607         (struct mode_change): Moved here from modechange.h.
53608         (mode_append_entry): Remove.
53609         (mode_compile): Remove MASKED_OPS arg, since it encouraged
53610         apps to have incorrect behavior.  Use simpler algorithm for head
53611         and tail.  Don't futz with umask; that's now the job of mode_adjust.
53612         Detect more invalid usages rather than having somewhat-random behavior.
53613         Don't insert an "a=" action, as that leads to incorrect behavior.
53614         (mode_compile, mode_create_from_ref): Return NULL on error instead
53615         of an enum, since now there's only one way to have an error.  All
53616         callers changed.
53617         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
53618         at the correct time.  Simplify calculation of "+u" and its ilk.
53619         Don't mishandle "+X".
53620         (mode_free): Remove "register" and localize decls.
53621         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
53622         (struct mode_change): Move to modechange.c; callers don't
53623         need to see this stuff.
53624         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
53625         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
53626         (mode_change, mode_adjust): Reflect the new signatures noted above.
53627         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
53628         that might redefine system include files.
53629         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
53630         (my_usleep): Use NULL rather than (void *) 0.
53631         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
53632         Use siginterrupt to specify that system calls should be interrupted.
53633         (rpl_nanosleep): Move initialization of suspended closer to call of
53634         my_usleep.
53635         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
53636         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
53637         (desirable_utmp_entry): New function.
53638         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
53639         using x2nrealloc, to simplify logic.
53640         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
53641         size calculation.  Do not assume utmp file is a regular file.
53642         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
53643         (READ_UTMP_CHECK_PIDS): New constant.
53644         * lib/save-cwd.c: Include unistd-safer.h.
53645         (save_cwd): Use fd_safer.
53646         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
53647         [!_LIBC] Include "stat-macros.h" instead.
53648         * lib/unistd-safer.h (fd_safer): New decl.
53649
53650 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53651
53652         * modules/getloadavg (Depends-on): Add unistd-safer.
53653         * modules/getusershell (Depends-on): Add stdio-safer.
53654         * modules/lstat (Depends-on): Remove xalloc.
53655         * modules/mkstemp (Depends-on): Add stat-macros.
53656         * modules/modechange (Depends-on): Remove xstrtol.
53657         Add stat-macros, xalloc.
53658         * modules/save-cwd (Depends-on): Add unistd-safer.
53659         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
53660         * modules/unistd-safer (Files): Add lib/fd-safer.c
53661         (Makefile.am): Remove lib_SOURCES.
53662
53663         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
53664         Remove fcntl-safer; unistd-safer supersedes it.
53665
53666 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53667
53668         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
53669         AC_HEADER_STAT.
53670         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
53671         (gl_PREREQ_CHOWN): Remove.
53672         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
53673         it.  Don't require AC_HEADER_STAT.
53674         (gl_PREREQ_LSTAT): Remove.
53675         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
53676         Don't require AC_HEADER_STAT.
53677         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
53678         (gl_PREREQ_RMDIR): Remove.
53679         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
53680         mention stat-macros.h or AC_HEADER_STAT, since we'll make
53681         the stat-macros module a prerequisite.
53682         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
53683         * m4/filemode.m4 (gl_FILEMODE): Likewise.
53684         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
53685         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
53686         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
53687         variable names.
53688         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
53689         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
53690         variable prefixes.
53691         * m4/fcntl-safer.m4: Remove.
53692         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
53693         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
53694         Invoke gl_PREREQ_FD_SAFER.
53695         (gl_PREREQ_FD_SAFER): New macro.
53696         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
53697         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
53698         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
53699         Remove duplicate call to AC_LIBOBJ(readutmp).
53700         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
53701
53702         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
53703         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
53704
53705 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53706
53707         * MODULES.html.sh (Misc): Add byteswap.
53708
53709 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53710
53711         * modules/getcwd (Depends-on): Add extensions.
53712         * modules/openat (Depends-on): Likewise.
53713
53714 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53715
53716         * modules/byteswap: New file.
53717
53718 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53719
53720         * m4/byteswap.m4: New file.
53721
53722 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53723
53724         * lib/byteswap_.h: New file.
53725
53726 2005-04-25  Karl Berry  <karl@gnu.org>
53727
53728         * m4/gettext.m4: Update from GNU gettext 0.14.4.
53729
53730 2005-04-25  Albert Chin  <china@thewrittenword.com>
53731
53732         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
53733         Toolkit C bug.
53734
53735 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
53736
53737         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
53738         (func_ln_if_changed) Remove forcibly for no error message
53739         in case file does not exist.
53740
53741 2005-04-19  Simon Josefsson  <jas@extundo.com>
53742
53743         * gnulib-tool (Options): Make --symlink mean --symbolic.
53744
53745 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
53746
53747         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
53748
53749 2005-04-16  Simon Josefsson  <jas@extundo.com>
53750
53751         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
53752
53753 2005-04-15  Simon Josefsson  <jas@extundo.com>
53754
53755         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
53756
53757 2005-04-15  Simon Josefsson  <jas@extundo.com>
53758
53759         * gnulib-tool: Rename --symlink to --symbolic.
53760
53761 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
53762
53763         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
53764         symbolic links to files instead of copying/moving.  Add --aux-dir,
53765         specifying directory relative --dir where auxiliary build tools
53766         are placed.
53767
53768 2005-04-14  Bruno Haible  <bruno@clisp.org>
53769
53770         * modules/allocsa (License): Change to LGPL.
53771         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
53772
53773 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
53774
53775         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
53776         that "UTC +1 second" continues to work.  Problem reported
53777         by Dmitry V. Levin.
53778         (relunit_snumber): New rule.
53779         (relunit): Use it.
53780
53781 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
53782
53783         * lib/getdate.y (universal_time_zone_table): New constant.
53784         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
53785         universal_time_zone_table.
53786         (lookup_zone): Prefer universal_time_zone_table to
53787         local_time_zone_table, so that "GMT" time stamps are allowed in
53788         London during the summer.  Problem reported by Ian Abbott.
53789
53790 2005-04-12  Jim Meyering  <jim@meyering.net>
53791
53792         * lib/human.c (humblock): Set *options even when returning due to
53793         xstrtoumax conversion failure.  Thanks to a used-uninitialized
53794         warning from gcc-4.
53795
53796 2005-04-09  Jim Meyering  <jim@meyering.net>
53797
53798         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
53799         -Wuninitialized: initialize tm0.tm_year.
53800
53801 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
53802
53803         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
53804         count, since there's no maximum.  All uses changed.
53805         Add member dsts_seen.
53806         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
53807         not being INT_MAX.
53808         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
53809         Use pc_rels_seen to decide whther a date is absolute.
53810
53811         * lib/getdate.y (number): Don't overwrite year.
53812         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
53813         check.
53814
53815 2005-04-02  Simon Josefsson  <jas@extundo.com>
53816
53817         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
53818         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
53819
53820 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
53821
53822         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
53823         where no absolute path name can be longer than PATH_MAX.
53824
53825 2005-03-27  Jim Meyering  <jim@meyering.net>
53826
53827         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
53828
53829 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
53830
53831         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
53832         "one's complement" -> "ones' complement" in comment, as per Knuth.
53833         "value of type" -> "type or expression" in comment.
53834         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
53835
53836 2005-03-26  Jim Meyering  <jim@meyering.net>
53837
53838         Comment nits.
53839         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
53840         Correct typos: s/or/of/.
53841
53842 2005-03-26  Jim Meyering  <jim@meyering.net>
53843
53844         * modules/check-include-files: Move to ../ and rename to...
53845         * check-module: ...this.
53846
53847 2005-03-25  Jim Meyering  <jim@meyering.net>
53848
53849         * modules/xvasprintf (Files): Add xalloc.h.
53850
53851 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
53852
53853         * modules/gettext (Files): config/config.rpath ->
53854         build-aux/config.rpath
53855         * modules/iconv (Files): Likewise.
53856         Problem reported by Oskar Liljeblad.
53857
53858 2005-03-23  Jim Meyering  <jim@meyering.net>
53859
53860         * modules/check-include-files: New script to check for
53861         missing dependencies, multiple includes, etc.
53862
53863         * modules/c-strtold (Depends-on): Add xalloc.
53864         * modules/c-strtod (Depends-on): Add xalloc.
53865         * modules/hash (Depends-on): Add xalloc.
53866         (Files): Remove lib/xalloc.h.
53867
53868         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
53869         * modules/userspec (Files): Add lib/inttostr.h.
53870
53871 2005-03-23  Jim Meyering  <jim@meyering.net>
53872
53873         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
53874
53875 2005-03-22  Jim Meyering  <jim@meyering.net>
53876
53877         * modules/stat-macros: New module.
53878         * modules/canonicalize, modules/euidaccess, modules/file-type,
53879         * modules/filemode, modules/lchown, modules/makepath,
53880         * modules/rmdir, modules/stat: Depend on new stat-macros module
53881         rather than listing lib/stat-macros.h manually.
53882         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
53883
53884 2005-03-22  Jim Meyering  <jim@meyering.net>
53885
53886         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
53887
53888 2005-03-22  Bruno Haible  <bruno@clisp.org>
53889
53890         * config/srclist.txt: Replace target directory 'config' with
53891         'build-aux'.
53892         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
53893         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
53894         ../build-aux/.
53895
53896 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
53897
53898         * modules/chdir-long (Depends-on): Add mempcpy.
53899
53900         * modules/acl, modules/backupfile, modules/c-strtod,
53901         modules/c-strtold, modules/canon-host, modules/canonicalize,
53902         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
53903         modules/exclude, modules/exitfail, modules/file-type,
53904         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
53905         modules/getdate, modules/getline, modules/getpagesize,
53906         modules/getpass, modules/getugroups, modules/group-member,
53907         modules/hard-locale, modules/hash, modules/human, modules/idcache,
53908         modules/inttostr, modules/long-options, modules/makepath,
53909         modules/md5, modules/memcasecmp, modules/memcoll,
53910         modules/modechange, modules/mountlist, modules/path-concat,
53911         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
53912         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
53913         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
53914         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
53915         modules/strftime, modules/strndup, modules/strverscmp,
53916         modules/timespec, modules/unlocked-io, modules/userspec,
53917         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
53918         modules/yesno:
53919         Remove lib_SOURCES line from Makefile.am section, as this is now
53920         done automatically by the corresponding Autoconf macro.
53921
53922 2005-03-21  Jim Meyering  <jim@meyering.net>
53923
53924         Changes imported from coreutils.
53925
53926         * lib/cycle-check.c: Don't include xalloc.h.
53927
53928         * lib/path-concat.c: Don't include assert.h.
53929         (path_concat): Remove assertion that would have triggered
53930         for ABASE starting with more than one slash.
53931         Reported by Andreas Schwab.
53932
53933         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
53934         properly when ABASE is an absolute file name.
53935         Correct the description of this function.
53936         Include <assert.h>.
53937         Add an assertion and a test driver.
53938         This fixes a bug introduced on 2004-07-02.
53939         Andreas Schwab reported the resulting failure of cp --parents:
53940         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
53941
53942 2005-03-21  Jim Meyering  <jim@meyering.net>
53943
53944         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
53945         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
53946
53947 2005-03-21  Jim Meyering  <jim@meyering.net>
53948         and  Paul Eggert  <eggert@cs.ucla.edu>
53949
53950         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
53951         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
53952         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
53953         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
53954         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
53955         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
53956         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
53957         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
53958         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
53959         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
53960         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
53961         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
53962         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
53963         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
53964         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
53965         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
53966         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
53967         for these modules.
53968
53969 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
53970
53971         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
53972         (which shouldn't happen), generate nothing instead of returning 0
53973         immediately, so that nstrftime (NULL, ...) doesn't return 0.
53974
53975 2005-03-16  Bruno Haible  <bruno@clisp.org>
53976
53977         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
53978         HAVE_LONGLONG_64BIT.
53979
53980 2005-03-16  Bruno Haible  <bruno@clisp.org>
53981
53982         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
53983         HAVE_LONGLONG_64BIT.
53984
53985 2005-03-16  Bruno Haible  <bruno@clisp.org>
53986
53987         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
53988         HAVE_LONGLONG_64BIT.
53989
53990 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53991
53992         * lib/strftime.c (my_strftime): Prepend space to format so that we can
53993         reliably distinguish strftime failure from empty output on POSIX
53994         hosts.
53995
53996 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53997
53998         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
53999         (iconv_string): Don't guess a size-zero buffer, as that might cause
54000         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
54001         result would be 'too large', where 'too large' is (heuristically)
54002         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
54003         overflow concerns.  This will prevent some unwanted malloc failures
54004         when the inputs are very large.
54005
54006 2005-03-15  Karl Berry  <karl@gnu.org>
54007
54008         * config/srclist.txt (config.rpath): from gettext.
54009         * config/config.rpath: update.
54010
54011 2005-03-15  Bruno Haible  <bruno@clisp.org>
54012
54013         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
54014         to 'negate'.
54015
54016         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
54017         variable.
54018
54019         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
54020         results.
54021
54022 2005-03-14  Simon Josefsson  <jas@extundo.com>
54023
54024         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
54025         <fx@gnu.org>.
54026
54027 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
54028
54029         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
54030         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
54031         intprops.h.
54032         * lib/strtol.c: Likewise.
54033
54034 2005-03-14  Jim Meyering  <jim@meyering.net>
54035
54036         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
54037         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
54038         to be nonzero so that we (and caller) can detect the difference
54039         between a valid zero-length expansion and an error return, even
54040         when the underlying strftime fails before writing anything into
54041         that location.
54042
54043 2005-03-14  Bruno Haible  <bruno@clisp.org>
54044
54045         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
54046         Update from GNU gettext 0.14.3.
54047
54048 2005-03-10  Jim Meyering  <jim@meyering.net>
54049
54050         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
54051
54052 2005-03-10  Jim Meyering  <jim@meyering.net>
54053
54054         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
54055         so that this module works on systems without fchdir.
54056
54057 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
54058
54059         Factor int-properties macros into a single file, except for
54060         glibc-related files.
54061         * lib/intprops.h: New file.
54062         * lib/getloadavg.c: Include it instead of limits.h.
54063         (INT_STRLEN_BOUND): Remove.
54064         * lib/human.c: Include intprops.h.
54065         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
54066         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
54067         302/1000.
54068         * lib/inttostr.h: Include intprops.h instead of limits.h.
54069         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
54070         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
54071         for consistency with intprops.h.
54072         (time_t_is_integer, twos_complement_arithmetic): Use them.
54073         * lib/sig2str.h: Include <signal.h>, intprops.h.
54074         (INT_STRLEN_BOUND): Remove.
54075         * lib/strftime.c (TYPE_SIGNED): Remove.
54076         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
54077         * lib/strtol.c: Adjust comments to match intprops.h.
54078         * lib/userspec.c: Include intprops.h.
54079         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
54080         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
54081         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
54082         instead of rolling our own expressions.
54083         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
54084
54085         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
54086         instead of int.
54087         (my_strftime): Do not mishandle years close to INT_MAX, by doing
54088         the right thing even if adding 1900 would overflow.  Similarly
54089         for tm_mon + 1 and tm_yday + 1.
54090         Make %Y always equivalent to %C%y, and similarly for %G and %g.
54091         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
54092         (DO_SIGNED_NUMBER): New macro.
54093         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
54094
54095 2005-03-07  Bruno Haible  <bruno@clisp.org>
54096
54097         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
54098
54099 2005-03-07  Bruno Haible  <bruno@clisp.org>
54100
54101         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
54102
54103 2005-03-04  Derek R. Price  <derek@ximbiot.com>
54104
54105         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
54106         (func_import): Only replace files via --import when they have actually
54107         changed.
54108
54109 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54110
54111         * m4/mmap-anon.m4: New file.
54112         * m4/pagealign_alloc.m4: New file.
54113
54114 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54115             Bruno Haible  <bruno@clisp.org>
54116
54117         * modules/pagealign_alloc: New file.
54118         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
54119
54120 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54121             Bruno Haible  <bruno@clisp.org>
54122
54123         * lib/pagealign_alloc.h: New file.
54124         * lib/pagealign_alloc.c: New file.
54125
54126 2005-03-03  Bruno Haible  <bruno@clisp.org>
54127
54128         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
54129         Use an all-permissive copyright notice, recommended by RMS.
54130
54131 2005-03-02  Bruno Haible  <bruno@clisp.org>
54132
54133         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
54134         of AIX, the replacement has to be done only after <string.h> is
54135         included, therefore not in config.h. stpncpy.h does the replacement,
54136         and stpncpy.c uses it.
54137
54138 2005-03-02  Bruno Haible  <bruno@clisp.org>
54139
54140         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
54141         stpncpy.c uses it.
54142
54143 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54144
54145         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
54146         The workaround isn't strictly needed for POSIX conformance, and
54147         it's too much of a pain to configure and maintain.  We'll ask
54148         people to fix their kernels instead.
54149         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
54150         (NANOSLEEP_BUG_WORKAROUND): Remove.
54151         (xnanosleep): Remove the workaround.
54152
54153 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54154
54155         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
54156         Reported by Derek Price.
54157         (Include): Add "timespec.h".
54158
54159         * modules/xnanosleep (Depends-on): Remove gethrxtime.
54160
54161 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54162
54163         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
54164         to detect nanosleep bug.
54165
54166 2005-03-01  Bruno Haible  <bruno@clisp.org>
54167
54168         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
54169
54170 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
54171
54172         * modules/gethrxtime: New file.
54173         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
54174         (Depends-on): Add gethrxtime.
54175         (configure.ac): Add gl_XNANOSLEEP.
54176         (Makefile.am): Remove lib_SOURCES line.
54177
54178 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
54179
54180         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
54181         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
54182
54183 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
54184
54185         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
54186         * lib/timespec.h (gettime): Return void, since it always
54187         succeeds now.  All uses changed.
54188         * lib/gettime.c (gettime) Likewise.
54189         [HAVE_NANOTIME]: Prefer nanotime.
54190         Assume gettimeofday succeeds, as POSIX requires.
54191         Assime time () succeeds, since other code already does.
54192         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
54193         (timespec_subtract): Remove.
54194         (NANOSLEEP_BUG_WORKAROUND): New constant.
54195         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
54196         things considerably.  Use it only on GNU/Linux hosts, since the
54197         workaround shouldn't be needed elsewhere.
54198
54199 2005-02-24  Bruno Haible  <bruno@clisp.org>
54200
54201         * modules/gettext (Files): Add m4/glibc2.m4.
54202
54203 2005-02-24  Bruno Haible  <bruno@clisp.org>
54204
54205         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
54206         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
54207         * m4/progtest.m4:
54208         Update from GNU gettext 0.14.2.
54209         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
54210
54211 2005-02-24  Bruno Haible  <bruno@clisp.org>
54212
54213         * lib/localcharset.c: Update from GNU gettext 0.14.2.
54214         * lib/config.charset: Update from GNU gettext 0.14.2.
54215
54216 2005-02-24  Bruno Haible  <bruno@clisp.org>
54217
54218         * lib/gettext.h: Update from GNU gettext 0.14.2.
54219
54220 2005-02-23  Simon Josefsson  <jas@extundo.com>
54221
54222         * m4/iconvme.m4: New file.
54223
54224 2005-02-23  Jim Meyering  <jim@meyering.net>
54225
54226         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
54227         change.
54228         Thanks to Bruno Haible for catching it.
54229
54230 2005-02-22  Simon Josefsson  <jas@extundo.com>
54231
54232         * modules/iconvme: New file.
54233
54234         * MODULES.html.sh: Add iconvme.
54235
54236 2005-02-22  Simon Josefsson  <jas@extundo.com>
54237
54238         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
54239
54240 2005-02-22  Simon Josefsson  <jas@extundo.com>
54241
54242         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
54243
54244 2005-02-22  Jim Meyering  <jim@meyering.net>
54245
54246         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
54247         s/ifndef/ifdef/.
54248
54249 2005-02-20  Neil Conway  <neilc@samurai.com>
54250
54251         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
54252         returned by OSX/Darwin if the specified buffer is not large
54253         enough for the hostname.
54254
54255 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54256
54257         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
54258         pass it to _help, otherwise the latter coredumps trying to
54259         dereference state.root_argp.
54260
54261 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54262
54263         * modules/chdir-long (Depends-on): Add memrchr.
54264         * modules/memrchr (Files): Add lib/memrchr.h.
54265         (Include): "memrchr.h".
54266
54267 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54268
54269         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
54270
54271 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54272
54273         * lib/memrchr.h: New file.
54274         * lib/chdir-long.c: Include it.
54275         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
54276         Don't bother including stddef.h.
54277
54278 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
54279
54280         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
54281         inclusion.
54282         Include <sys/types.h>, for dev_t.
54283         (ME_DUMMY, ME_REMOTE): Move from here....
54284         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
54285         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
54286         Dmitry V. Levin.
54287         Include mountlist.h first, to test the interface.
54288
54289 2005-01-29  Bruno Haible  <bruno@clisp.org>
54290
54291         * lib/progname.c (program_name): Initialize.
54292         Needed when linking statically on MacOS X.
54293
54294 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
54295
54296         Sync from coreutils.
54297         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
54298         (Depends-on): Add c-strtod.
54299         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
54300
54301 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
54302
54303         Sync from coreutils.
54304         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
54305
54306         Remove files that are specific to coreutils.
54307         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
54308
54309 2005-01-28  Bruno Haible  <bruno@clisp.org>
54310
54311         * modules/javacomp: New file.
54312         * MODULES.html.sh (Java): Add javacomp.
54313
54314 2005-01-28  Bruno Haible  <bruno@clisp.org>
54315
54316         * m4/javacomp.m4: New file, from GNU gettext.
54317
54318 2005-01-28  Bruno Haible  <bruno@clisp.org>
54319
54320         * lib/javacomp.sh.in: New file, from GNU gettext.
54321         * lib/javacomp.h: New file, from GNU gettext.
54322         * lib/javacomp.c: New file, from GNU gettext.
54323
54324 2005-01-26  Simon Josefsson  <jas@extundo.com>
54325
54326         * lib/gai_strerror.c: Use GPL in header.
54327
54328 2005-01-26  Bruno Haible  <bruno@clisp.org>
54329
54330         * modules/javaexec: New file.
54331         * MODULES.html.sh (Java): Add javaexec.
54332
54333 2005-01-26  Bruno Haible  <bruno@clisp.org>
54334
54335         * m4/javaexec.m4: New file, from GNU gettext.
54336
54337 2005-01-26  Bruno Haible  <bruno@clisp.org>
54338
54339         * lib/javaexec.sh.in: New file, from GNU gettext.
54340         * lib/javaexec.h: New file, from GNU gettext.
54341         * lib/javaexec.c: New file, from GNU gettext.
54342
54343 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54344
54345         * modules/lchown (Depends-on): Remove lchown.h
54346
54347 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54348
54349         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
54350         must be defined if the header file was not found, in order
54351         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
54352
54353 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54354
54355         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
54356         initializers for struct pentry_state.
54357         (__argp_error): Check return value of __asprintf
54358         (__argp_failure): Translate error message
54359
54360         * lib/argp-parse.c: Removed braces around the expansion of N_()
54361
54362 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
54363
54364         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
54365         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
54366         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
54367         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
54368         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
54369         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
54370         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
54371         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
54372         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
54373         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
54374         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
54375         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
54376         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
54377         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
54378         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
54379         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
54380         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
54381         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
54382         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
54383         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
54384         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
54385         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
54386         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
54387         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
54388         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
54389         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
54390         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
54391         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
54392         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
54393         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
54394         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
54395         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
54396         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
54397         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
54398         xstrtol.m4, xstrtoumax.m4, yesno.m4:
54399         Use an all-permissive copyright notice, recommended by RMS.
54400
54401 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
54402
54403         * modules/chdir-long (Depends-on): Remove mempcpy.
54404
54405 2005-01-21  Jim Meyering  <jim@meyering.net>
54406
54407         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
54408         same value as for Solaris 9.
54409
54410         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
54411         component length.  This included changing the parameter to be
54412         of type `char *' rather than `char const *'.
54413         * lib/chdir-long.h (chdir_long): Update prototype.
54414
54415         * lib/openat.c (fdopendir, fstatat): New functions.
54416         * lib/openat.h: Include headers required for use of DIR and struct
54417         stat.
54418         [AT_SYMLINK_NOFOLLOW]: Define.
54419         (fdopendir, fstatat): Add prototypes.
54420
54421 2005-01-21  Bruno Haible  <bruno@clisp.org>
54422
54423         * modules/classpath: New file.
54424         * MODULES.html.sh (Java): Add classpath.
54425
54426 2005-01-21  Bruno Haible  <bruno@clisp.org>
54427
54428         * lib/classpath.h: New file, from GNU gettext.
54429         * lib/classpath.c: New file, from GNU gettext.
54430
54431 2005-01-20  Simon Josefsson  <jas@extundo.com>
54432
54433         * modules/version-etc-fsf: New file.
54434
54435 2005-01-20  Simon Josefsson  <jas@extundo.com>
54436
54437         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
54438         * lib/version-etc.c: Remove version_etc_copyright.
54439         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
54440         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
54441
54442 2005-01-20  Simon Josefsson  <jas@extundo.com>
54443
54444         * lib/base64.h (isbase64): Add.
54445
54446         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
54447         using a unsigned prototype, don't inline.
54448         (base64_decode): Use it.
54449
54450 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54451
54452         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
54453         it.
54454
54455 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54456
54457         * lib/save-cwd.c (save_cwd): Remove code to support the case
54458         where fchdir is missing or flaky.
54459
54460 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54461
54462         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
54463
54464 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
54465
54466         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
54467         AC_LIBSOURCES now does this.
54468         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
54469         with new ullong_max module.
54470
54471 2005-01-19  Bruno Haible  <bruno@clisp.org>
54472
54473         * modules/sh-quote: New file.
54474         * MODULES.html.sh (Executing programs): Add sh-quote.
54475
54476 2005-01-19  Bruno Haible  <bruno@clisp.org>
54477
54478         * lib/sh-quote.h: New file, from GNU gettext.
54479         * lib/sh-quote.c: New file, from GNU gettext.
54480
54481 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54482
54483         Merge from coreutils.
54484         * m4/ullong_max.m4: New file.
54485         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
54486         (gl_MACROS): Assume localeconv exists.
54487
54488 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54489
54490         Merge changes from coreutils, as described below in several
54491         changelogs dated today.
54492
54493         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
54494         (O_DIRECTORY): Remove; not needed here, since "." must be
54495         a directory.  All uses removed.
54496         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
54497         universal on Suns, and we also need to test for IRIX.
54498         Revamp code to use 'if' rather than '#if'.
54499         Avoid unnecessary comparison of cwd->desc to 0.
54500
54501         * lib/utimens.c (futimens): Robustify the previous patch, by checking
54502         for known valid error numbers rather than observed invalid ones.
54503
54504 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54505
54506         * modules/ullong_max: New file.
54507
54508         * modules/chdir-long, modules/openat: New files.
54509         * modules/save-cwd (Depends-on): Depend on chdir-long.
54510         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
54511
54512 2005-01-18  Jim Meyering  <jim@meyering.net>
54513
54514         Merge from coreutils.
54515         * m4/chdir-long.m4, m4/openat.m4: New files.
54516         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
54517         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
54518         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
54519         is sane and DOES follow symlinks.  Besides, testing 20 different
54520         systems found no broken chown implementations.
54521         Prompted by a change in rsync's copy of this macro.
54522         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
54523
54524         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
54525
54526         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
54527         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
54528         NULL-means-set-to-current-time semantics.
54529         Remove temporary file immediately, rather than waiting
54530         for configure's at-exit trap code to do it.
54531
54532 2005-01-18  Jim Meyering  <jim@meyering.net>
54533
54534         * lib/version-etc.c (version_etc_copyright): Update copyright date.
54535
54536         * lib/utimens.c (futimens): Account for the fact that futimes
54537         can also fail with errno == ENOSYS or errno == ENOENT.
54538         Patch from Dmitry V. Levin.
54539
54540         Change the name of the robust chdir function from chdir to chdir_long.
54541         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
54542         (restore_cwd): Use chdir_long, not chdir.
54543         * lib/chdir-long.c: Renamed from chdir.c.
54544         * lib/chdir-long.h: Renamed from chdir.h.
54545         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
54546         Hurd.
54547
54548 2005-01-18  Bruno Haible  <bruno@clisp.org>
54549
54550         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
54551         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
54552         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
54553         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
54554         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
54555         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
54556         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
54557         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
54558         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
54559         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
54560         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
54561         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
54562         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
54563         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
54564         Use an all-permissive copyright notice, recommended by RMS.
54565
54566 2005-01-18  Bob Proulx  <bob@proulx.com>
54567
54568         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
54569         simplify offsetof() macro construct to avoid compile failure with
54570         native HP-UX 11.0 ANSI C compiler.
54571
54572 2005-01-17  Bruno Haible  <bruno@clisp.org>
54573
54574         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
54575         redundant because stpncpy.m4 takes care of it.
54576
54577 2005-01-17  Bruno Haible  <bruno@clisp.org>
54578
54579         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
54580
54581 2005-01-17  Bruno Haible  <bruno@clisp.org>
54582
54583         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
54584         used.
54585
54586 2005-01-17  Bruno Haible  <bruno@clisp.org>
54587
54588         * lib/fwriteerror.h (fwriteerror): Change specification to include
54589         fclose.
54590         * lib/fwriteerror.c: Include <stdbool.h>.
54591         (fwriteerror): At the end, close the file stream. Record whether
54592         stdout was already closed.
54593
54594 2005-01-17  Bruno Haible  <bruno@clisp.org>
54595
54596         * lib/execute.c (environ): Declare if needed.
54597         * lib/pipe.c (environ): Likewise.
54598         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
54599
54600 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54601
54602         * modules/argp: Depend on vsnprintf
54603
54604 2005-01-10  Jim Meyering  <jim@meyering.net>
54605
54606         * modules/closeout (Depends-on): Add atexit.
54607
54608 2005-01-06  Bruno Haible  <bruno@clisp.org>
54609
54610         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
54611
54612 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
54613
54614         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
54615         definitions to be after all include files, to avoid collisions.
54616         Problem reported by Bob Proulx.
54617
54618 2005-01-04  Jim Meyering  <jim@meyering.net>
54619
54620         Changes imported from coreutils.
54621         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
54622         as the mkstemp template, use a temporary directory and an
54623         8.3-friendly template to avoid trouble on systems like DJGPP.
54624         Reported by Juan M. Guerrero via Stepan Kasal.
54625         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
54626         close. Remove the temporary directory right away, rather than waiting
54627         for configure's at-exit trap code to do it.
54628         Suggestion from Stepan Kasal.
54629
54630 2005-01-01  Simon Josefsson  <jas@extundo.com>
54631
54632         * gnulib-tool: Print #include directives when --import'ing.
54633
54634 2004-12-28  Simon Josefsson  <jas@extundo.com>
54635
54636         * tests/test-base64.c: Include required header files.  Remove
54637         unused variables.
54638
54639 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
54640
54641         * modules/error (Depends-on): Remove gettext.
54642
54643 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
54644
54645         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
54646         not needed.  This removes a dependency on the gettext module.
54647         [defined _LIBC]: Do not include <libintl.h>; not needed.
54648
54649 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
54650
54651         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
54652         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
54653
54654 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
54655
54656         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
54657         HAVE_DECL_STRTOLD.
54658
54659 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54660
54661         * modules/getdate (Depends-on): Remove alloca-opt.
54662
54663 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54664
54665         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
54666
54667 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54668
54669         * lib/argp-parse.c: Include <stddef.h>.
54670         (alignof, alignto): New macros.
54671         (parser_init): Don't assume that void * is aligned sufficiently
54672         for struct option.
54673
54674         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
54675         need to extend the stack.
54676         (YYINITDEPTH): New macro, so that the initial stack isn't overly
54677         large.
54678
54679 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54680
54681         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
54682
54683 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54684
54685         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
54686         (2004-10-24) change.  Apparently this was a false alarm.
54687
54688         * modules/getdate: Depend on alloca-opt, not alloca.
54689
54690 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54691
54692         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
54693         Remove now-obsolete comment about AIX.
54694         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
54695         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
54696         (YYMAXDEPTH): New macro.
54697
54698 2004-12-18  Simon Josefsson  <jas@extundo.com>
54699
54700         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
54701
54702 2004-12-18  Bruno Haible  <bruno@clisp.org>
54703
54704         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
54705
54706 2004-12-18  Bruno Haible  <bruno@clisp.org>
54707
54708         * lib/fatal-signal.c (fatal_signals): Make non-const.
54709         (init_fatal_signals): New function.
54710         (uninstall_handlers, install_handlers): Ignore signals that were set to
54711         SIG_IGN.
54712         (at_fatal_signal): Call init_fatal_signals.
54713         (init_fatal_signal_set): Likewise. Ignore signals that were set to
54714         SIG_IGN.
54715         Reported by Paul Eggert.
54716
54717 2004-12-18  Bruno Haible  <bruno@clisp.org>
54718
54719         * doc/alloca.texi: New file.
54720         * doc/alloca-opt.texi: New file.
54721
54722 2004-12-17  Jim Meyering  <jim@meyering.net>
54723
54724         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
54725         Otherwise, install-sh could exit with improper exit status when
54726         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
54727
54728 2004-12-16  Simon Josefsson  <jas@extundo.com>
54729
54730         * tests/test-base64.c: Add license.
54731
54732 2004-12-15  Stepan Kasal  <address@hidden>
54733
54734         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
54735
54736 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
54737
54738         * modules/getcwd (Files): Add m4/d-ino.m4.
54739         Suggested by Mark D. Baushke.
54740
54741 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54742
54743         * lib/getdate.y (textint): New member "negative".
54744         (time_zone_hhmm): New function.
54745         Expect 14 shift-reduce conflicts, not 13.
54746         (o_colon_minutes): New rule.
54747         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
54748         (yylex): Set the "negative" member of signed numbers.
54749
54750 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54751
54752         * doc/getdate.texi (Time of day items, Time zone items):
54753         Describe new formats +00:00, UTC+00:00.
54754
54755 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
54756
54757         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
54758         spurious "-l"s.  Problem reported by Stepan Kasal.
54759
54760 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
54761
54762         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
54763         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
54764
54765 2004-12-04  Simon Josefsson  <jas@extundo.com>
54766
54767         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
54768         Vandoorselaere <yoann@prelude-ids.org>.
54769
54770 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54771
54772         Changes imported from coreutils.
54773         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
54774         exist.
54775         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
54776
54777 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54778
54779         Changes imported from coreutils.
54780         * lib/hard-locale.c: Assume <locale.h> exists.
54781         Include "strdup.h".
54782         (GLIBC_VERSION): New macro.
54783         (hard_locale): Assume setlocale exists.
54784         Rewrite to avoid #ifdef.
54785         Use strdup rather than malloc + strcpy.
54786         * lib/human.c: Assume <locale.h> exists.
54787         (human_readable): Assume localeconv exists.
54788
54789 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54790
54791         * modules/hard-locale (Depends-on): Add strdup.
54792
54793 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
54794
54795         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
54796         convert T2, not T.  (Imported from libc.)
54797
54798 2004-11-30  Simon Josefsson  <jas@extundo.com>
54799
54800         * modules/restrict (License): Change to LGPL.
54801
54802 2004-11-30  Simon Josefsson  <jas@extundo.com>
54803
54804         * m4/restrict.m4: Add copyright and copying conditions.
54805
54806 2004-11-30  Simon Josefsson  <jas@extundo.com>
54807
54808         * m4/base64.m4: New file.
54809
54810 2004-11-30  Simon Josefsson  <jas@extundo.com>
54811
54812         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
54813         base64.
54814
54815         * tests/test-base64.c: New file.
54816
54817         * modules/base64: New file.
54818
54819 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54820
54821         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
54822         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
54823
54824         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
54825
54826 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
54827
54828         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
54829         (__getcwd.c): Don't restore errno; glibc doesn't.
54830         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
54831         first, falling back to our code only if its results look suspicious.
54832         Ensure that the resulting buffer is only as large as necessary.
54833
54834         * lib/readutmp.c: Include readutmp.h first.
54835         Include <errno.h>, since readutmp.h no longer does that.
54836         * lib/readutmp.h: Don't include <errno.h>,
54837         <sys/param.h>, <time.h>; not needed to establish interface.
54838         (errno): Remove decl.
54839         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
54840         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
54841         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
54842
54843 2004-11-28  Simon Josefsson  <jas@extundo.com>
54844
54845         * lib/base64.h, base64.c: New file.
54846
54847 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
54848
54849         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
54850
54851 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
54852
54853         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
54854         (Depends-on): Remove pathmax, same.  Add mempcpy.
54855         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
54856         (Makefile.am): Append getcwd.h to lib_SOURCES.
54857         (Include): Add getcwd.h.
54858         (Maintainer): Change from Jim Meyering to "all, glibc",
54859         since getdate now uses intended-for-glibc code.
54860         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
54861         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
54862
54863 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54864
54865         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
54866         HP's ANSI C compiler.
54867         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
54868         Declaring int functions causes warnings on some modern systems and
54869         shouldn't be needed to compile on ancient ones.
54870         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
54871         defined.
54872
54873         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
54874         with the following changes.
54875         (__set_errno): Parenthesize properly.
54876         Include <stdbool.h>.
54877         (MIN, MAX, MATCHING_INO): New macros.
54878         (__getcwd): Define with prototype, not K&R form.
54879         Use heuristics to allocate default buffer on stack if possible.
54880         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
54881         behavior, and to avoid the PATH_MAX limit when computing
54882         ../../../../...
54883         Use MATCHING_INO to compare inode number to file.
54884         Check for arithmetic overflow in size calculations.
54885         Fix bug in reallocation of dot array that caused getcwd to fail
54886         on directories nested deeper than 75.
54887         Be more careful about saving errno on error.
54888         Do not use realloc; use only free+malloc, as this is a bit
54889         more flexible and avoids a needless copy operation.
54890         Do not inspect st_dev and st_ino for symbolic links; POSIX
54891         doesn't specify the latter.
54892         Check for closedir errors.
54893         Avoid needless casts.
54894         Use "#ifdef weak_alias" around weak_alias, to be like other
54895         glibc code.
54896         The following changes to getcwd.c have effect only when used in
54897         gnulib; they have no effect inside glibc proper.
54898         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
54899         as alloca isn't used.
54900         (alloca, __alloca): Likewise.
54901         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
54902         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
54903         unconditionally, as gnulib assumes C89 or better.
54904         Do not include <sys/param.h>.
54905         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
54906         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
54907         better.
54908         (NULL) [!defined NULL]: Remove; we assume C89 or better.
54909         Include <dirent.h> in a way that is compatible with modern Autoconf.
54910         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
54911         New macros, if not already defined.
54912         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
54913         Use "_LIBC", not "defined _LIBC", for consistency.
54914         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
54915         a mempcpy module.
54916         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
54917         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
54918         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
54919         credit only to Jim Meyering and adjust the copyright dates.
54920         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
54921         <stdlib.h>, <unistd.h>, "pathmax.h".
54922         Instead, include "xgetcwd.h" (first) and "getcwd.h".
54923         (INITIAL_BUFFER_SIZE): Remove.
54924         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
54925
54926 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
54927
54928         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
54929         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
54930         Use the _ONCE methods, for efficiency.
54931         Check for fcntl.h.  In test program, include <errno.h>
54932         and <fcntl.h> if available.  Remove old K&R cruft from
54933         test program.  Check for common errors in GNU/Linux,
54934         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
54935         don't do AC_LIBOBJ, as that's getcwd.m4's job.
54936         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
54937         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
54938         name accordingly.
54939         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
54940         accommodate new getcwd.c.
54941         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
54942         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
54943         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
54944         that's all we need now.
54945
54946 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54947
54948         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
54949         argp-parse.c depends on getopt internals, that means we should
54950         always use our getopt, to be on the safe side.
54951         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
54952         order not to spoil the result of an eventual previous invocation
54953         of gl_GETOPT_SUBSTITUTE.
54954
54955 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54956
54957         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
54958         redefinition warnings. To avoid them, include the defines
54959         in `#if !defined __need_getopt ... #endif'. The only place
54960         where __getopt_argv_const is used is in definitions
54961         of getopt_long and getopt_long_only below, which are as well
54962         protected by `#ifndef __need_getopt'.
54963         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
54964         __need_getopt after including <stdio.h> and <unistd.h> These
54965         headers might have defined it.
54966
54967 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54968
54969         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
54970
54971 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
54972
54973         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
54974         (futimens): New function, which uses futimes if available.
54975         (futimens, utimens): Support timespec==NULL, with same semantics
54976         as utime and utimens.
54977         * lib/utimens.h (futimens): New decl.
54978
54979 2004-11-23  Jim Meyering  <jim@meyering.net>
54980
54981         * lib/getopt_.h: Remove trailing blanks.
54982
54983 2004-11-23  Jim Meyering  <jim@meyering.net>
54984
54985         * lib/__fpending.c: Add comment.
54986
54987 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
54988
54989         * modules/canonicalize (Depends-on): Add xreadlink.
54990         Problem reported by James Youngman.
54991
54992 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
54993
54994         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
54995         New macros.
54996         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
54997         optopt): Use them instead of invoking ## directly; otherwise, the
54998         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
54999
55000 2004-11-19  Bruno Haible  <bruno@clisp.org>
55001
55002         * lib/strtok_r.c: Move comments from here...
55003         * lib/strtok_r.h: ... to here.
55004
55005 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
55006
55007         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
55008         implementations that mishandle size_t overflow.
55009
55010 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
55011
55012         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
55013         might fail.  Problem reported by Yoann Vandoorselaere.
55014         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
55015         implementations that mishandle size_t overflow.
55016
55017 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55018
55019         * modules/canon-host (Depends-on): Add strdup.
55020
55021 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55022
55023         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
55024
55025 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55026
55027         * lib/canon-host.c: Include "strdup.h".
55028         (canon_host): Use getaddrinfo if available, so that IPv6 works.
55029         Use strdup instead of malloc/strcpy to duplicate strings.
55030
55031         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
55032         (human_space_before_unit): New constant.
55033         * lib/human.c (human_readable): Support it.
55034
55035         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
55036         (xgetcwd): Set errno correctly when failing.
55037         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
55038         the failure is actually due to a PATH_MAX problem.
55039
55040         Further getopt changes to make it more likely that glibc will
55041         buy the changes back.
55042         * lib/getopt.c (POSIXLY_CORRECT): New constant.
55043         (getopt): Use it, so to preserve glibc semantic
55044         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
55045         when compiling for libc.
55046         * lib/getopt_.h (__getopt_argv_const): Bring it back.
55047         (getopt_long, getopt_long_only): Use it.
55048
55049         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
55050         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
55051         (getopt): Argv is now char * const *, as per standard.
55052         (_getopt_internal_r, _getopt_internal): Argv is now char **,
55053         not char *__getopt_argv_const *.
55054         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
55055         _getopt_long_only_r): Likewise.
55056         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
55057         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
55058         _getopt_long_r, _getopt_long_only_r): Likewise.
55059         * lib/getopt_.h (__getopt_argv_const): Remove.
55060         (getopt): Argv is now char * const *, as per standard.
55061
55062         * lib/getdate.y (tORDINAL): New token.
55063         (day, relunit): Allow it for relative times.
55064         (relative_time_table): Use tORDINAL for ordinals.
55065
55066 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55067
55068         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
55069         Document that "second" isn't allowed as an ordinal number.
55070
55071 2004-11-16  Jim Meyering  <jim@meyering.net>
55072
55073         * modules/closeout (Depends-on): Add fpending.
55074
55075 2004-11-15  Jim Meyering  <jim@meyering.net>
55076
55077         * lib/closeout.c: Include "__fpending.h" once again.
55078         Include <stdbool.h>.
55079         (close_stdout): Don't fail just because stdout was closed initially,
55080         since some programs don't write to stdout in the normal course of
55081         operation (other than --version and --help), and we don't want this
55082         function to make e.g. `touch file >&-' fail.
55083         But do fail if it was closed and someone has tried to write to it.
55084         E.g., `printf foo >&-' must fail.
55085
55086 2004-11-13  Jim Meyering  <jim@meyering.net>
55087
55088         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
55089
55090 2004-11-12  Simon Josefsson  <jas@extundo.com>
55091
55092         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
55093         small doc fix is still pending.
55094
55095 2004-11-11  Simon Josefsson  <jas@extundo.com>
55096
55097         * modules/strtok_r: New file.
55098
55099         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55100         strtok_r.
55101
55102 2004-11-11  Simon Josefsson  <jas@extundo.com>
55103
55104         * m4/strtok_r.m4: New file.
55105
55106         * m4/getopt.m4: Replace opterr.
55107
55108 2004-11-11  Simon Josefsson  <jas@extundo.com>
55109
55110         * lib/strtok_r.h, strtok_r.c: New file.
55111
55112 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
55113
55114         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
55115         of replacing opterr, getopt, etc.  This should handle the
55116         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
55117
55118 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
55119
55120         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
55121         we can stop lying to compilers about the constness of argv when we
55122         are compiled outside glibc.
55123         (getopt, getopt_long, getopt_long_only): Use it.
55124         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
55125         _getopt_internal, getopt): Likewise.
55126         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
55127         _getopt_long_only_r): Likewise.
55128         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
55129         _getopt_long_r, _getopt_long_only_r): Likewise.
55130
55131         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
55132         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
55133         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
55134         the other external symbols.
55135         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
55136         declaration, since the above renaming now works around collisions.
55137
55138 2004-11-11  Jim Meyering  <jim@meyering.net>
55139
55140         * lib/linebreak.c: Remove trailing blanks.
55141         * lib/alloca_.h: Likewise.
55142         * lib/acosl.c: Likewise.
55143         * lib/euidaccess.c: Likewise.
55144         * lib/allocsa.h: Likewise.
55145
55146 2004-11-10  Simon Josefsson  <jas@extundo.com>
55147
55148         * m4/getaddrinfo.m4: New file.
55149
55150 2004-11-10  Simon Josefsson  <jas@extundo.com>
55151
55152         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
55153
55154 2004-11-10  Simon Josefsson  <jas@extundo.com>
55155
55156         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55157         getaddrinfo.
55158
55159         * modules/getaddrinfo: New file.
55160
55161 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
55162
55163         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
55164
55165 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
55166
55167         * lib/mktime.c (SHR): New macro, which is a portable
55168         substitute for >> that should work even on Crays.
55169         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
55170         Problem reported by Mark D. Baushke in
55171         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
55172         * lib/getdate.y (SHR): Likewise.
55173         (tm_diff): Use it.
55174         * lib/strftime.c (SHR): Likewise.
55175         (tm_diff): Use it.
55176         * lib/quotearg.c (struct quoting_options): Use unsigned int for
55177         quote_these_too, so that right shifts are well defined.  All uses
55178         changed.
55179
55180 2004-11-10  Jim Meyering  <jim@meyering.net>
55181
55182         Ensure that no close failure goes unreported.
55183         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
55184         return early when it seems there's nothing to flush.
55185         Don't include __fpending.h.
55186
55187 2004-11-10  Jim Meyering  <jim@meyering.net>
55188
55189         * modules/closeout (Depends-on): Remove fpending.
55190
55191 2004-11-10  Jim Meyering  <jim@meyering.net>
55192
55193         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
55194
55195 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
55196
55197         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
55198         gl_FUNC_STRFTIME.
55199         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
55200         and AC_REQUIRE when possible, to avoid duplicate checks.
55201         Check for <wchar.h>.
55202
55203 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
55204
55205         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
55206
55207 2004-11-09  Bruno Haible  <bruno@clisp.org>
55208
55209         * m4/sockpfaf.m4: New file.
55210
55211 2004-11-05  Bruno Haible  <bruno@clisp.org>
55212
55213         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
55214         Reported by Mark D. Baushke <mdb@cvshome.org>.
55215
55216 2004-11-04  Bruno Haible  <bruno@clisp.org>
55217
55218         2004-09-11  Bruno Haible  <bruno@clisp.org>
55219                 * allocsa.valgrind: New file.
55220         2004-02-06  Bruno Haible  <bruno@clisp.org>
55221                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
55222                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
55223                 Reported by Christopher Seip <chris.seip@hp.com>.
55224
55225 2004-11-04  Bruno Haible  <bruno@clisp.org>
55226
55227         * modules/allocsa (Files): Add lib/allocsa.valgrind.
55228         (Makefile.am): Distribute it.
55229
55230 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
55231
55232         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
55233         with errno == ERANGE if the buffer is too small.
55234         Problem reported by Mark D. Baushke.
55235
55236 2004-11-03  Albert Chin  <china@thewrittenword.com>
55237             Paul Eggert  <eggert@cs.ucla.edu>
55238
55239         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
55240         equivalent, substitute $ac_type for equivalent type rather than
55241         blindly using uint32_t *always* which won't work if uint32_t is not
55242         available.  Define _UINT32_T to work around typedef of uint32_t if
55243         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
55244         2.5.1.
55245
55246 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55247
55248         * m4/jm-macros.m4: Sync from coreutils.
55249         (gl_MACROS): Check for mbrlen, for pathchk.
55250         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
55251
55252 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55253
55254         * lib/xreadlink.c (MAXSIZE): New macro.
55255         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
55256         size does not exceed MAXSIZE.  Avoid cast.
55257         As suggested by Mark D. Baushke in
55258         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
55259         if readlink fails with buffer size just under MAXSIZE, try again
55260         with MAXSIZE.
55261
55262 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55263
55264         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
55265
55266 2004-11-02  Derek R. Price  <derek@ximbiot.com>
55267         and  Paul Eggert  <eggert@cs.ucla.edu>
55268
55269         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
55270         (get_date): Overparenthesize to avoid GCC warning.
55271
55272 2004-11-02  Bruno Haible  <bruno@clisp.org>
55273
55274         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
55275         returns void.
55276
55277 2004-11-02  Bruno Haible  <bruno@clisp.org>
55278
55279         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
55280         function returns void.
55281
55282 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
55283
55284         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
55285         fflush_unlocked, flockfile, funlockfile, funlockfile,
55286         fputs_unlocked, putc_unlocked.
55287
55288 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
55289
55290         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
55291         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
55292         already declared.
55293
55294 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55295
55296         * modules/getdate (Files): Add doc/getdate.texi.
55297         (Depends-on): Add setenv, xalloc.
55298
55299 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55300
55301         * lib/getdate.y: Add support for TZ="foo" within a date string.
55302         Fix some bugs near time_t boundaries.  Reject dates with
55303         out-of-range components, e.g., "Sept 31".
55304         Include <stdlib.h>, "setenv.h", "xalloc.h".
55305         (ISDIGIT_LOCALE): Remove; unused.
55306         Note that the TZ and time functions used here are not reentrant.
55307         (mktime_ok, get_tz): New functions.
55308         (TZBUFSIZE): New constant.
55309         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
55310         This requires that we sometimes generate our own TZ="XXX..." setting.
55311
55312 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55313
55314         * doc/getdate.texi: New file, from coreutils with modifications for
55315         the new TZ parsing.
55316
55317 2004-10-27  Derek R. Price  <derek@ximbiot.com>
55318
55319         * lib/mktime.c (not_equal_tm): Remove redundant check.
55320
55321 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
55322
55323         * modules/regex (lib_SOURCES): Add regex.c.
55324         Reported by James Youngman in
55325         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
55326
55327 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
55328
55329         * lib/getdate.y: Use Bison 1.875 features, and some minor
55330         code cleanups.  This change does not affect semantics.
55331         Don't include <stdlib.h>; no longer needed.
55332         Don't include unlocked-io.h; only the "#if TEST" code uses
55333         stdio, and performance isn't crucial there.
55334         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
55335         Bison 1.875 features as described below.
55336         All uses of "PC." replaced by "pc->".
55337         (YYSTYPE): Add a forward declaration.
55338         (yylex, yyerror): Use full prototypes in forward decls.
55339         Use "%pure-parser" rather than obsolescent "%pure_parser".
55340         Use %parse-param and %lex-param instead of obsolescent
55341         YYPARSE_PARAM and YYLEX_PARAM.
55342         (meridian_table, month_and_day_table, time_units_table,
55343         relative_time_table, time_zone_table, military_table,
55344         lookup_zone, lookup_word, get_date):
55345         Use NULL instead of 0 where appropriate.
55346         (to_hour): Avoid abort (), to avoid a dependency on
55347         stdlib.h.
55348         (yyerror, yylex): Now accepts parser_control * arg.
55349         (main) [TEST]: Use '\0' rather than 0 for char.
55350
55351 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
55352
55353         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
55354
55355 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
55356
55357         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
55358         It's now the caller's responsibility to handle the case where
55359         !HAVE_GETPAGESIZE && !defined getpagesize.
55360
55361         * lib/mktime.c (leapyear): Arg is long int, not int.
55362
55363 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
55364
55365         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
55366
55367 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
55368
55369         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
55370         missing.  Problem reported by James Youngman.
55371
55372 2004-10-16  Simon Josefsson  <jas@extundo.com>
55373
55374         * gnulib-tool: Fix comments.  Fix parse problem.
55375         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
55376
55377 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
55378
55379         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
55380         implementation of getopt_long.  Problem reported by Alexander Taler in:
55381         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
55382
55383 2004-10-15  Bruno Haible  <bruno@clisp.org>
55384
55385         * gnulib-tool: Untabify. Initialize supplied_libname.
55386         (func_usage): More homogenous output.
55387         (func_modules_transitive_closure, func_modules_to_filelist,
55388         func_emit_lib_Makefile_am): New functions.
55389         (func_import): New function, extracted from big case statement. Use
55390         func_get_license, func_modules_transitive_closure,
55391         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
55392         opt_lgpl. Don't use test -a, as it's not portable.
55393         (func_create_testdir): Use func_modules_transitive_closure,
55394         func_modules_to_filelist, func_emit_lib_Makefile_am.
55395
55396 2004-10-15  Bruno Haible  <bruno@clisp.org>
55397
55398         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
55399
55400 2004-10-15  Bruno Haible  <bruno@clisp.org>
55401
55402         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
55403         the portions belonging to each module.
55404         Suggested by Derek Robert Price <derek@ximbiot.com>.
55405
55406 2004-10-12  Simon Josefsson  <jas@extundo.com>
55407
55408         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
55409         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
55410         to real functions.
55411
55412 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55413
55414         * modules/vsnprintf: New file.
55415
55416 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55417
55418         * m4/vsnprintf.m4: New file.
55419
55420 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55421
55422         * lib/vsnprintf.h: New file.
55423         * lib/vsnprintf.c: New file.
55424
55425 2004-10-11  Bruno Haible  <bruno@clisp.org>
55426
55427         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
55428         vsnprintf.
55429
55430 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
55431
55432         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
55433
55434 2004-10-07  Bruno Haible  <bruno@clisp.org>
55435
55436         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
55437         fits into the provided buffer.
55438
55439 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
55440
55441         * lib/diacrit.c, diacrit.h: Add GPL notice.
55442
55443         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
55444         notice.
55445         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
55446         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
55447         This avoids a potential constant-folding bug.
55448
55449 2004-10-05  Bruno Haible  <bruno@clisp.org>
55450
55451         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
55452         for the declaration of strsep.
55453
55454 2004-10-05  Bruno Haible  <bruno@clisp.org>
55455
55456         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
55457
55458 2004-10-04  Simon Josefsson  <jas@extundo.com>
55459
55460         * modules/memmem: New file.
55461         * tests/test-memmem.c: New file.
55462         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
55463
55464 2004-10-04  Simon Josefsson  <jas@extundo.com>
55465
55466         * m4/memmem.m4: New file.
55467
55468 2004-10-04  Simon Josefsson  <jas@extundo.com>
55469
55470         * lib/memmem.h: New file.
55471         * lib/memmem.c: New file, taken from glibc.
55472
55473 2004-10-04  Simon Josefsson  <jas@extundo.com>
55474
55475         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
55476         '#ifdef USE_UNLOCKED_IO'.
55477
55478 2004-10-04  Simon Josefsson  <jas@extundo.com>
55479
55480         * config/srclist.txt: Add memmem from glibc.
55481
55482 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55483
55484         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
55485
55486         * modules/argmatch, modules/argp, modules/closeout, modules/error,
55487         modules/exclude, modules/getdate, modules/getline,
55488         modules/getndelim2, modules/getpass, modules/getpass-gnu,
55489         modules/getusershell, modules/linebuffer, modules/md5,
55490         modules/mountlist, modules/posixtm, modules/readtokens,
55491         modules/readutmp, modules/regex, modules/sha1,
55492         modules/version-etc, modules/yesno:
55493         Remove dependency on unlocked-io.
55494
55495 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55496
55497         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
55498
55499         * m4/unlocked-io.m4: Add copyright notice.
55500         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
55501
55502 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55503
55504         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
55505         * lib/xmalloc.c (xmemdup): Likewise.
55506         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
55507         XFREE): Remove these long-obsolescent macros.
55508         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
55509         * lib/xstrdup.c: Remove.
55510
55511         * lib/regex.c (re_comp): Cast gettext return value to char *,
55512         Problem reported by Martin Neitzel via Mark D. Baushke.
55513
55514 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55515
55516         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
55517         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
55518         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
55519         regex.c, sha1.c, version-etc.c, yesno.c:
55520         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
55521         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
55522         the includer's responsibility.
55523
55524         Sync from coreutils.
55525
55526         * lib/modechange.c (mode_compile): Don't decrement a pointer that
55527         points to the start of a string, as the C Standard says the
55528         resulting behavior is undefined.
55529
55530         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
55531         simple -> simple_backups, numbered_existing ->
55532         numbered_existing_backups, numbered -> numbered_backups
55533         to avoid shadowing problems.  All uses changed.
55534         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
55535         * lib/backupfile.c (check_extension, numbered_backup):
55536         Rename locals to avoid shadowing 'basename'.
55537         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
55538         once.
55539
55540         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
55541         * lib/.cvsignore: Add getopt.h.
55542
55543 2004-10-04  Bruno Haible  <bruno@clisp.org>
55544
55545         * modules/README: New file.
55546         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
55547         not a module.
55548
55549 2004-10-02  Jim Meyering  <jim@meyering.net>
55550
55551         * lib/dirfd.h, getpagesize.h: Add copyright notice.
55552
55553 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55554
55555         * modules/strsep: New file.
55556
55557 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55558
55559         * m4/strsep.m4: New file.
55560
55561 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55562
55563         * lib/strsep.h: New file.
55564         * lib/strsep.c: New file.
55565
55566 2004-10-01  Simon Josefsson  <jas@extundo.com>
55567
55568         * lib/snprintf.c (snprintf): Handle size==0.
55569
55570 2004-10-01  Simon Josefsson  <jas@extundo.com>
55571             Bruno Haible  <bruno@clisp.org>
55572
55573         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
55574         (snprintf): Declare 'args'.
55575
55576 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
55577
55578         * lib/snprintf.c: Remove comments as to why each header is needed.
55579
55580 2004-10-01  Bruno Haible  <bruno@clisp.org>
55581
55582         * MODULES.html.sh: Add strsep.
55583
55584 2004-09-30  Simon Josefsson  <jas@extundo.com>
55585
55586         * modules/snprintf: New file.
55587
55588 2004-09-30  Simon Josefsson  <jas@extundo.com>
55589
55590         * m4/snprintf.m4: New file.
55591
55592 2004-09-30  Simon Josefsson  <jas@extundo.com>
55593
55594         * lib/snprintf.h, lib/snprintf.c: New files.
55595
55596 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55597
55598         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
55599         (hol_entry_help): Never translate an empty string.
55600         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
55601         * lib/argp.h (OPTION_NO_TRANS): New option.
55602
55603 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55604
55605         * modules/argp (Maintainer): Replace Simon Josefsson
55606         by Sergey Poznyakoff.
55607
55608 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55609
55610         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
55611         changes merged back into glibc.
55612
55613 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55614
55615         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
55616
55617 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
55618
55619         * lib/xvasprintf.c: Include xalloc.h.
55620         (xvasprintf): Use xalloc_die, not xmalloc_die.
55621
55622 2004-09-29  Bruno Haible  <bruno@clisp.org>
55623
55624         * modules/alloca-opt: New file, derived from modules/alloca.
55625         * modules/allocsa: Depend on alloca-opt instead of alloca.
55626         * modules/setenv: Likewise.
55627         * modules/vasnprintf: Likewise.
55628         * MODULES.html.sh: Add alloca-opt.
55629
55630 2004-09-28  Simon Josefsson  <jas@extundo.com>
55631
55632         * gnulib-tool: New parameter --lgpl, to asseert that modules are
55633         LGPL, and to replace license template from GPL to LGPL.
55634
55635 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
55636
55637         * modules/dummy: Change license to LGPL.
55638
55639 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
55640
55641         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
55642
55643 2004-09-24  Simon Josefsson  <jas@extundo.com>
55644
55645         * modules/minmax (License): Change from GPL to LGPL.
55646
55647 2004-09-23  Simon Josefsson  <jas@extundo.com>
55648
55649         * gnulib-tool (--import): Typo.
55650
55651 2004-09-23  Simon Josefsson  <jas@extundo.com>
55652
55653         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
55654
55655 2004-09-22  Bruno Haible  <bruno@clisp.org>
55656
55657         * modules/*: Add 'License' field.
55658         * gnulib-tool: Accept --extract-license option.
55659         (func_get_license): New function.
55660
55661 2004-09-21  Bruno Haible  <bruno@clisp.org>
55662
55663         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
55664         Reported by Simon Josefsson.
55665
55666 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
55667
55668         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
55669         gl_AC_TYPE_LONG_LONG.
55670
55671 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
55672
55673         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
55674
55675 2004-09-18  Simon Josefsson  <jas@extundo.com>
55676         and  Paul Eggert  <eggert@cs.ucla.edu>
55677
55678         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
55679         calls with autoreconf.  Define GL_LIB.
55680
55681 2004-09-14  Karl Berry  <karl@gnu.org>
55682
55683         * config/srclist.txt: unsync setenv.c, sigh.
55684
55685 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55686
55687         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
55688         Problem reported by Bruno Haible in:
55689         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
55690
55691 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55692
55693         * config/srclist.txt: Comment out argp-pvh.c.
55694
55695 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
55696
55697         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
55698         in case some system header has #define'd it.  Problem reported by
55699         Soeren D. Schulze in
55700         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
55701
55702 2004-09-09  Karl Berry  <karl@gnu.org>
55703
55704         * regex.[ch]: delete from the root.  These were supposed to be
55705                 synced with emacs cvs, but this has not happened for about
55706                 a year, and anyway nothing else uses emacs regex.[ch].
55707                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
55708                 lib/regex[.ch] is untouched.
55709
55710 2004-09-09  Bruno Haible  <bruno@clisp.org>
55711
55712         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
55713
55714 2004-09-09  Bruno Haible  <bruno@clisp.org>
55715
55716         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
55717         modifications.
55718         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
55719
55720 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55721
55722         * modules/xvasprintf: New file.
55723         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
55724
55725 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55726
55727         * lib/xvasprintf.h: New file.
55728         * lib/xvasprintf.c: New file.
55729         * lib/xasprintf.c: New file.
55730
55731 2004-09-08  Bruno Haible  <bruno@clisp.org>
55732
55733         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
55734
55735 2004-09-08  Bruno Haible  <bruno@clisp.org>
55736
55737         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
55738         length is > INT_MAX.
55739         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
55740         more.
55741
55742 2004-09-08  Bruno Haible  <bruno@clisp.org>
55743
55744         * lib/stdint_.h: New file, taken from GNU clisp.
55745
55746 2004-09-08  Bruno Haible  <bruno@clisp.org>
55747             Oskar Liljeblad  <oskar@osk.mine.nu>
55748
55749         * modules/stdint: New file.
55750         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
55751
55752 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55753
55754         Import from coreutils.
55755         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
55756         strings on unbounded length.  alloca's performance benefits aren't
55757         that important here.
55758         (V_STRDUP): Remove.
55759         (parse_with_separator): New function, with most of the internals
55760         of the old parse_user_spec.  Allow user to omit both user and group,
55761         for compatibility with FreeBSD.
55762         Clone only the user name, not the entire spec.
55763         Do not set *uid, *gid unless entirely successful.
55764         Avoid memory leak in some failing cases.
55765         Fix regression for USER.GROUP reported by Dmitry V. Levin in
55766         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
55767         (parse_user_spec): Rewrite to use parse_with_separator.
55768
55769 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55770
55771         * modules/userspec: Don't depend on alloca.
55772
55773 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55774
55775         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
55776
55777 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
55778
55779         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
55780         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
55781         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
55782
55783 2004-08-16  Simon Josefsson  <jas@extundo.com>
55784
55785         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
55786         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
55787         Add --dry-run for --import.
55788         Let user provided command line parameters override configure.ac
55789         settings.
55790
55791 2004-08-12  Simon Josefsson  <jas@extundo.com>
55792
55793         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
55794         as discussed with Paul Eggert in threads rooted at
55795         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
55796         and
55797         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
55798         Before, the test was empty, and relied on ELIDE_CODE in source
55799         code.)
55800         (gl_PREREQ_GETOPT): New macro.
55801         (gl_GETOPT): Use them.
55802
55803 2004-08-12  Simon Josefsson  <jas@extundo.com>
55804
55805         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
55806         * lib/getopt_.h: Renamed from getopt.h.
55807
55808 2004-08-12  Simon Josefsson  <jas@extundo.com>
55809
55810         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
55811         Change default library name from libfoo to libgnu.
55812         Now, if you have a configure.ac that says:
55813                 gl_SOURCE_BASE(gl)
55814                 gl_M4_BASE(gl/m4)
55815                 gl_MODULES(error getopt etcetera)
55816                 gl_INIT
55817         you can import all you need by running:
55818                 ../gnulib/gnulib-tool --import
55819
55820         * modules/getopt (Files): Rename getopt.h to getopt_.h.
55821         (Makefile.am): Rewrite, use logic from argz.
55822         (Include): Use <getopt.h> instead of "getopt.h".
55823
55824 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55825
55826         * modules/argp (Files): Add m4/unlocked-io.m4.
55827         (Depends-on): Add extensions.
55828
55829 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55830
55831         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
55832         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
55833         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
55834         Check for program_invocation_name, program_invocation_short_name,
55835         flockfile, funlockfile, features.h, _getopt_long_only_r.
55836
55837 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55838
55839         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
55840         its complicated substitute.
55841         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
55842         and program_invocation_name.
55843         (__argp_basename) [!_LIBC]: Remove; the only use was
55844         replaced by its body.
55845         (__argp_short_program_name): Change condition from
55846         !defined __argp_short_program_name to
55847         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
55848         to match argp-namefrob.h.
55849         (__argp_failure): Don't assume strerror_r returns char *.
55850         * lib/argp-parse.c (N_): Define unconditionally.
55851         (argp_default_options): Fill out initializers with 0 to avoid
55852         gcc warnings.
55853
55854 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
55855
55856         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
55857         getopt1.c.
55858
55859 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55860
55861         Merge from coreutils.
55862
55863         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
55864
55865         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
55866         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
55867
55868 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55869
55870         Merge from coreutils.
55871
55872         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
55873         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
55874         for Reliant Unix 5.43.
55875
55876         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
55877         (union fooround): Use uintmax_t, not long int.
55878         The rest is a merge from libc:
55879         [defined _LIBC]: Include <shlib-compat.h>.
55880         (_obstack) [defined _LIBC]: Remove after 2.3.4.
55881
55882         * lib/settime.c (settime): Recode to avoid warning with
55883         Sun Forte C 6U2.
55884
55885         * lib/strverscmp.c: Convert to UTF-8.
55886
55887 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
55888
55889         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
55890         m4/uintmax_t.m4.
55891
55892 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55893
55894         * modules/xalloc-die: New file.
55895         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
55896
55897         * modules/md5 (Files): Add m4/uint32_t.m4.
55898         * modules/sha1: Renamed from modules/sha.
55899         (Files):
55900         Rename lib/sha.h to lib/sha1.h.
55901         Rename lib/sha.c to lib/sha1.c.
55902         Rename m4/sha.m4 to m4/sha1.m4.
55903         (lib_SOURCES): Likewise.
55904         (configure.ac): Rename gl_SHA to gl_SHA1.
55905         (Include): sha.h -> sha1.h.
55906
55907 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55908
55909         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
55910         * m4/sha1.m4: Renamed from sha.m4.
55911         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
55912
55913 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
55914
55915         * lib/obstack.h (obstack_empty_p):
55916         Don't assume that chunk->contents is suitably aligned.
55917         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
55918         Likewise. Problem reported by Benno in
55919         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
55920
55921         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
55922         readable.  This could be improved further but it'd take some work.
55923
55924 2004-08-08  Simon Josefsson  <jas@extundo.com>
55925
55926         * modules/xgethostname (Depends-on): Remove exit and error (not
55927         used).
55928
55929         * modules/getpass-gnu: Add getpass.h.
55930         (Depends-on): Add stdbool.
55931         * modules/getpass: Add getpass.h.
55932
55933 2004-08-08  Simon Josefsson  <jas@extundo.com>
55934
55935         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
55936         Check getpass declaration.
55937
55938 2004-08-08  Simon Josefsson  <jas@extundo.com>
55939
55940         * lib/xgethostname.c: Don't include error.h (not used).
55941
55942         * lib/getpass.h: Add.
55943         * lib/getpass.c: Include getpass.h first.
55944
55945 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
55946
55947         * lib/xalloc-die.c: New file.
55948         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
55949         All uses removed.
55950         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
55951         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
55952         xalloc-die.c.
55953         (_, N_, xalloc_die): Move to xalloc-die.c.
55954         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
55955         so that we needn't mess with xalloc_msg_memory_exhausted.
55956
55957         * lib/sha1.h: Renamed from sha.h.
55958         (SHA1_H): Renamed from _SHA_H.
55959         (sha1_ctx): Renamed from sha_ctx.
55960         (sha1_init_ctx): Renamed from sha_init_ctx.
55961         (sha1_process_block): Renamed from sha_process_block.
55962         (sha1_process_bytes): Renamed from sha_process_bytes.
55963         (sha1_finish_ctx): Renamed from sha_finish_ctx.
55964         (sha1_read_ctx): Renamed from sha_read_ctx.
55965         (sha1_stream): Renamed from sha_stream.
55966         (sha1_buffer): Renamed from sha_buffer.
55967         * lib/sha1.c: Likewise; renamed from sha.c.
55968         Do not include <sys/types.h>.
55969         Include <stddef.h> rather than <stdlib.h>.
55970
55971 2004-08-08  Bruno Haible  <bruno@clisp.org>
55972
55973         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
55974         FILESYSTEM_PREFIX_LEN.
55975         * lib/progreloc.c: Likewise.
55976         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
55977
55978 2004-08-06  Simon Josefsson  <jas@extundo.com>
55979
55980         * modules/progname (Depends-on): Don't depend on stdbool.
55981
55982 2004-08-06  Simon Josefsson  <jas@extundo.com>
55983
55984         * modules/getsubopt: New file.
55985         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55986         getsubopt.
55987
55988 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55989
55990         More merge from coreutils.
55991
55992         * m4/utimens.m4, m4/utimecmp.m4: New files.
55993         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
55994         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
55995         prereq.m4, sha.m4: Import changes from coreutils.
55996
55997 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55998
55999         More merge from coreutils.
56000         * modules/raise, modules/readtokens0, modules/utimens:
56001         * modules/utimecmp, module/xnanosleep: New files.
56002         * modules/strftime: Add lib/strftime.h.
56003         Change include from <time.h> to "strftime.h".
56004         * modules/yesno: Add lib/yesno.h.
56005         * modules/backupfile: Remove lib/addext.c.
56006         * modules/euidaccess: Add stat-macros.h.
56007         * modules/canonicalize, modules/euidaccess,
56008         modules/filemode, modules/lchown, modules/makepath,
56009         modules/rmdir, modules/stat: Likewise.
56010
56011 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56012
56013         Merge from tar.
56014         * lib/argp-help.c (make_hol, hol_append): Don't assume that
56015         SIZE_MAX is a valid preprocessor constant.
56016         (__argp_basename): Change from "#ifndef _LIBC"
56017         to "#ifndef __argp_short_program_name", so that
56018         we don't compile these functions for tar.
56019
56020         More merges from coreutils.
56021         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
56022         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
56023         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
56024         * lib/addext.c: Remove; no longer needed.
56025         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
56026         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
56027         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
56028         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
56029         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
56030         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
56031         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
56032         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
56033         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
56034         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
56035         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
56036         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
56037         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
56038         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
56039         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
56040         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
56041         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
56042         Import changes from coreutils.
56043
56044 2004-08-05  Simon Josefsson  <jas@extundo.com>
56045
56046         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
56047
56048 2004-08-05  Simon Josefsson  <jas@extundo.com>
56049
56050         * m4/getsubopt.m4: New file.
56051
56052 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56053
56054         Merge from coreutils.
56055
56056         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
56057         * m4/getcwd-path-max.m4: New files.
56058
56059         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
56060         FILESYSTEM_PREFIX_LEN ->
56061         FILE_SYSTEM_PREFIX_LEN.
56062         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
56063         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
56064         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
56065         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
56066
56067         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
56068         prerequisite modules now handle the DOS stuff.
56069         Don't check for unistd.h.
56070
56071 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56072
56073         Merge from coreutils.
56074
56075         * lib/.gdb-history: Remove; this doesn't belong here.
56076
56077         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
56078         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
56079         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
56080         * lib/getcwd.c: New files.
56081
56082         * lib/dirname.h: Include <stdbool.h>.
56083         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
56084         for consistency with POSIX terminology.  All uses changed.
56085         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
56086         (strip_trailing_slashes): Use bool for booleans.
56087         * lib/stripslash.c (strip_trailing_slashes): Likewise.
56088
56089         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
56090         sometimes returns a positive errno value even when it succeeds.
56091         (print_errno_message) [!LIBC]: Fall back on strerror if
56092         __strerror_r fails.
56093
56094         * lib/path-concat.c (mempcpy): Don't define if a system header defines
56095         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
56096         (longest_relative_suffix): New function.
56097         (path_concat): Use it.  Assume first argument is not NULL.
56098         Port to DOS.  Omit redundant separators.
56099         Report an error instead of returning NULL.
56100         Use mempcpy instead of memcpy.
56101         (xpath_concat): Remove: not declared or used.
56102
56103         * lib/same.h: Include <stdbool.h>
56104         (same_name): Return bool, not int.
56105         * lib/same.c (same_name): Likewise.
56106         (errno): Don't declare; we assume C89 or better now.
56107
56108         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
56109         if not already defined.
56110
56111         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
56112         * lib/dup-safer.c (errno): Likewise.
56113
56114 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56115
56116         Merge from coreutils.
56117         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
56118         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
56119         * modules/path-concat: Don't depend on strdup.
56120
56121 2004-08-03  Simon Josefsson  <jas@extundo.com>
56122
56123         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
56124         * lib/progname.h: Don't include stdbool.h.
56125
56126 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56127
56128         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
56129         * MODULES.html.sh (func_all_modules): Remove fatal.
56130
56131 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56132
56133         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
56134
56135 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56136
56137         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
56138         working.
56139
56140 2004-08-02  Simon Josefsson  <jas@extundo.com>
56141
56142         * lib/getsubopt.h: New file, with comments from Bruno Haible.
56143         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
56144         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
56145
56146 2004-08-01  Simon Josefsson  <jas@extundo.com>
56147
56148         * lib/xgetdomainname.c: Include stdlib.h, for free().
56149
56150 2004-07-19  Bruno Haible  <bruno@clisp.org>
56151
56152         * MODULES.html.sh (func_all_modules): Add dummy.
56153
56154 2004-07-16  Simon Josefsson  <jas@extundo.com>
56155
56156         * modules/dummy: New file.
56157
56158 2004-07-16  Simon Josefsson  <jas@extundo.com>
56159
56160         * lib/dummy.c: New file.
56161
56162 2004-07-16  Bruno Haible  <bruno@clisp.org>
56163
56164         * lib/backupfile.h: Add extern "C" for C++.
56165         * lib/closeout.h: Likewise.
56166         * lib/copy-file.h: Likewise.
56167         * lib/findprog.h: Likewise.
56168         * lib/full-write.h: Likewise.
56169         * lib/pathname.h: Likewise.
56170         * lib/progname.h: Likewise.
56171         * lib/stpcpy.h: Likewise.
56172         * lib/stpncpy.h: Likewise.
56173         * lib/strcase.h: Likewise.
56174         * lib/strstr.h: Likewise.
56175         * lib/xalloc.h: Likewise.
56176
56177         * lib/mbswidth.h: Add extern "C" for C++.
56178         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
56179
56180 2004-07-13  Robert Millan  <robertmh@gnu.org>
56181
56182         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
56183
56184 2004-07-09  Simon Josefsson  <jas@extundo.com>
56185
56186         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
56187         failed without this.)
56188
56189 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
56190
56191         * modules/chown (Files): Add lib/fchown-stub.c, since
56192         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
56193
56194 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
56195
56196         * lib/fchown-stub.c: New file.
56197
56198 2004-06-24  Jim Meyering  <jim@meyering.net>
56199
56200         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
56201
56202 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56203
56204         * modules/argz: Omit "#include".
56205
56206         * MODULES.html.sh (func_all_modules): Add calloc, to match
56207         2004-06-01 addition of calloc module.
56208
56209 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56210
56211         * m4/argz.m4: New file, which is autoupdated from libtool.
56212
56213 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56214
56215         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
56216         libtool.
56217
56218 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56219
56220         * config/srclist-update: Don't insist on "USA." before the
56221         close-comment, as libtool omits the period and puts the */ on a
56222         separate line.
56223         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
56224         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
56225
56226 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
56227
56228         * modules/argz: New file.
56229         * MODULES.html.sh (func_all_modules): Add argz.
56230
56231 2004-06-12  Jim Meyering  <jim@meyering.net>
56232         and  Paul Eggert  <eggert@cs.ucla.edu>
56233
56234         * modules/hash (Files): Add lib/xalloc.h.
56235         * modules/pipe (Depends-on): Add wait-process.
56236         * modules/stat (Depends-on): Add xalloc.
56237         * modules/userspec (Files): Add lib/userspec.h.
56238         * modules/xstrto
56239
56240         Upgrade from gettext-0.13.
56241         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
56242         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
56243         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
56244
56245 2004-06-10  Jim Meyering  <jim@meyering.net>
56246
56247         * lib/calloc.c: New file.
56248
56249 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
56250
56251         * lib/getdate.y (yylex): Allow space between sign and number.
56252         Problem reported by Dan Jacobson.
56253
56254 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
56255
56256         Merge from coreutils CVS.
56257
56258         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
56259         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
56260         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
56261         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
56262         xstrtol.m4: Fix copyright date and/or serial number.
56263
56264         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
56265         See if we need an fchown replacement.
56266         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
56267         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
56268         and use the replacement function if we detect either defect.
56269
56270         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
56271         gl_UTIMECMP.
56272
56273 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
56274         and  Jim Meyering  <jim@meyering.net>
56275
56276         Merge from coreutils CVS.
56277
56278         * lib/stat-macros.h: New file, with contents from file-type.h
56279         and coreutils' system.h.
56280         * lib/file-type.c: Include "stat-macros.h".
56281         * lib/file-type.h (file_type): Move all macro definitions to new file,
56282         stat-macros.h.
56283
56284         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
56285         Wrap old code with this conditional.
56286         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
56287         function that does not dereference symlinks.
56288         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
56289
56290         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
56291         dependency problems.
56292         (xreadlink): Accept new arg SIZE, for efficiency.
56293         All decls and uses changed.
56294         * lib/xreadlink.h: Include <stddef.h>, for size_t.
56295
56296         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
56297         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
56298
56299         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
56300         sysexits.h.
56301
56302 2004-06-01  Jim Meyering  <jim@meyering.net>
56303
56304         * m4/calloc.m4: New file.
56305
56306 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
56307
56308         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
56309         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
56310         Also, fix a typo in a diagnostic.
56311
56312 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
56313
56314         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
56315         or AC_FUNC_REALLOC.
56316
56317 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
56318
56319         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
56320         macros to be defined.
56321         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
56322         the allocator returns NULL because the requested size is zero.
56323
56324 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
56325
56326         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
56327         var.  Add comment explaining why libc still defines it.  This
56328         merges the following patch from glibc:
56329         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
56330
56331 2004-05-20  Andreas Schwab  <schwab@suse.de>
56332
56333         * m4/free.m4: Replace free if it not known to work, not the other
56334         way round.
56335
56336 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
56337
56338         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
56339         present in glibc since revision 1.1 of this file.
56340         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
56341         obstack_alignment_mask, obstack_alloc, obstack_base,
56342         obstack_blank, obstack_blank_fast, obstack_chunk_size,
56343         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
56344         obstack_grow0, obstack_init, obstack_int_grow,
56345         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
56346         obstack_next_free, obstack_object_size, obstack_ptr_grow,
56347         obstack_ptr_grow_fast, obstack_room): Remove declarations of
56348         nonexistent functions.
56349
56350 2004-05-18  Karl Berry  <karl@gnu.org>
56351
56352         * config/srclist.txt: break link for vasnprintf.c.
56353
56354 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
56355
56356         Port obstack to the AS/400, where pointers are 16 bytes wide and
56357         you cannot cast an integer to a valid pointer.  This patch is
56358         currently waiting to be integrated into glibc; see
56359         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
56360
56361         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
56362         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
56363         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
56364         (struct obstack): temp member is now a union of a pointer and
56365         an integer, instead of an integer.  All integer uses changed.
56366         This does not affect the physical layout of struct obstack,
56367         except on hosts (like the AS/400) where the size or alignment of
56368         void * is greater than that of ptrdiff_t.
56369         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
56370         __STDC__)]: Store temporary in pointer member of union, not
56371         integer member.
56372         * lib/obstack.c: Include <stddef.h>, for offsetof.
56373         (struct fooalign): Remove; it doesn't need a name.
56374         (union fooround): Change double to long double, and add void *.
56375         (DEFAULT_ALIGNMENT): Use offsetof to compute.
56376         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
56377         not a macro.  Hence the values are always int; so remove all
56378         casts-to-int in uses.
56379
56380 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
56381
56382         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
56383         we can get this patch merged into glibc.
56384
56385 2004-05-17  Derek R. Price  <derek@ximbiot.com>
56386             Paul Eggert  <eggert@cs.ucla.edu>
56387
56388         * m4/argp: Depend on alloca.
56389
56390 2004-05-17  Derek R. Price  <derek@ximbiot.com>
56391             Paul Eggert  <eggert@cs.ucla.edu>
56392
56393         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
56394         freecoding.
56395
56396 2004-05-17  Bruno Haible  <bruno@clisp.org>
56397
56398         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
56399         precision that consists of a '.' followed by an empty digit string.
56400         Patch by Tor Lillqvist <tml@iki.fi>.
56401
56402 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
56403
56404         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
56405         for backward compatibility with older code.  We need our own
56406         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
56407         it under some other name, and our alloca.h will define it.
56408
56409 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
56410             Derek Price  <derek@ximbiot.com>
56411
56412         * lib/alloca.c: Include <alloca.h>, to get our interface.
56413         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
56414         include <alloca.h> first.  Use C89 prototype for alloca; this
56415         requires including <stddef.h> for size_t.  Use extern "C" if C++.
56416         Use #elif for simplicity, since we can assume C89 now.
56417         Don't try to source the system alloca.h since it will not be found
56418         and to prevent recursively including its replacement.
56419         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
56420         * lib/regex.c: Likewise.
56421
56422 2004-05-16  Derek Price  <derek@ximbiot.com>
56423             Paul Eggert  <eggert@cs.ucla.edu>
56424
56425         getline cleanup.  This changes the getndelim2 API: both order of
56426         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
56427         no delimiter).
56428
56429         * lib/getline.c: Don't include stddef.h or stdio.h, since our
56430         interface does that.
56431         (getline): Always use getdelim, so that we don't have two
56432         copies of this code.
56433         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
56434         if available.
56435         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
56436         (GETNDELIM2_MAXIMUM): New macro.
56437         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
56438         instead of the old practice of delim2==0.  All callers changed.
56439         Return -1 on overflow, instead of returning junk.
56440         Do not set *linesize unless allocation succeeds.
56441         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
56442         that we include sys/types.h.
56443         * lib/getnline.h: Likewise.
56444         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
56445         (getndelim2): Reorder arguments.
56446         * lib/getnline.c (getnline, getndelim):
56447         Don't discard the NMAX argument.
56448         (getnline): Invoke getndelim, to avoid code duplication.
56449         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
56450         of (size_t) -1 by callers of the getnline family.
56451
56452 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
56453
56454         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
56455         Check for gettimeofday.
56456         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
56457         Check for settimeofday, stime.
56458
56459 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
56460
56461         * lib/nanosleep.c (suspended): Change its type from int to
56462         sig_atomic_t volatile.
56463         (first_call): Make it private to rpl_nanosleep, and have it
56464         be zero initially as that's a bit faster.
56465         (my_usleep): Round up fractional times instead of truncating them,
56466         as this is the usual meaning for 'sleep'.
56467
56468         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
56469         doesn't work.
56470         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
56471         (ENOSYS): Define if not defined.
56472         (settime): Fall back on stime if it exists and settimeofday fails.
56473         But don't bother with fallbacks if a method fails with errno == EPERM.
56474
56475 2004-05-11  Jim Meyering  <jim@meyering.net>
56476
56477         Prior to this change, the save_cwd caller required read access to the
56478         current directory on most systems (ones with the fchdir function).
56479
56480         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
56481         fails, try write-only, and finally, resort to using xgetcwd.
56482
56483 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
56484
56485         * lib/obstack.c, obstack.h: Import changes from libc.
56486
56487 2004-04-28  Bruno Haible  <bruno@clisp.org>
56488
56489         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
56490         also implicitly appends .exe to executables.
56491         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
56492         accepts Windows pathnames.
56493         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
56494         Treat Cygwin like Windows, since it now accepts Windows pathnames.
56495         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
56496         Treat Cygwin like Windows, since it now accepts Windows pathnames.
56497         Reported by Derek Robert Price <derek@ximbiot.com>.
56498
56499 2004-04-21  Karl Berry  <karl@gnu.org>
56500
56501         * config/srclist.txt (localcharset.c): break sync.
56502
56503 2004-04-20  Paul Eggert  <eggert@twinsun.com>
56504
56505         * m4/host-os.m4: Add a copyright notice.
56506
56507 2004-04-20  Jim Meyering  <jim@meyering.net>
56508
56509         Change UTILS_ to gl_ in AC_DEFINE'd names.
56510         Change utils_- and jm_-prefixed variables, too.
56511         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
56512         UTILS_FUNC_MKDIR_TRAILING_SLASH.
56513         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
56514
56515         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
56516         Don't emit trailing blanks.
56517         Also rename jm_-prefixed variables to have gl_ prefix.
56518
56519         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
56520         Also rename jm_-prefixed variables to have gl_ prefix.
56521
56522         * m4/jm-macros.m4: Reflect the renamings.
56523         * m4/prereq.m4: Likewise.
56524
56525 2004-04-20  Jim Meyering  <jim@meyering.net>
56526
56527         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
56528         memory.
56529
56530 2004-04-20  Jim Meyering  <jim@meyering.net>
56531             Bruno Haible  <bruno@clisp.org>
56532
56533         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
56534         memory when realloc fails.
56535
56536 2004-04-19  Jim Meyering  <jim@meyering.net>
56537
56538         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
56539         now that readutmp.c may call `free (0)'.
56540
56541 2004-04-19  Bruno Haible  <bruno@clisp.org>
56542
56543         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
56544         * m4/inttypes_h.m4: Likewise.
56545         * m4/stdint_h.m4: Likewise.
56546         * m4/intmax_t.m4: Likewise.
56547         * m4/uintmax_t.m4: Likewise.
56548
56549 2004-04-18  Jim Meyering  <jim@meyering.net>
56550
56551         * m4/prereq.m4: Don't forbid jm_ prefix.
56552
56553         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
56554         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
56555         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
56556         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
56557         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
56558         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
56559         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
56560         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
56561         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
56562         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
56563         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
56564         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
56565         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
56566         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
56567         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
56568         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
56569         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
56570         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
56571         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
56572
56573 2004-04-18  Jim Meyering  <jim@meyering.net>
56574
56575         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
56576         failure, don't leak memory and do call END_UTMP_ENT.
56577
56578 2004-04-16  Jim Meyering  <jim@meyering.net>
56579
56580         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
56581         coreutils' stat program.
56582         (gl_PREREQ): Don't require jm_PREREQ_STAT.
56583
56584 2004-04-11  Paul Eggert  <eggert@twinsun.com>
56585
56586         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
56587         C89.
56588         (CHAR_BIT): Remove, since we assume C89.
56589         Include <stdint.h> if available, as per current Autoconf CVS advice.
56590
56591 2004-03-31  Jim Meyering  <jim@meyering.net>
56592
56593         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
56594         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
56595         * m4/xalloc.m4: Likewise.
56596
56597 2004-03-30  Paul Eggert  <eggert@twinsun.com>
56598
56599         Merge from coreutils.
56600
56601         * m4/inttostr.m4: New file.
56602         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
56603         Require AM_STDBOOL_H and gl_TIMESPEC instead.
56604         Require gl_CLOCK_TIME.
56605         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
56606
56607 2004-03-30  Paul Eggert  <eggert@twinsun.com>
56608
56609         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
56610         not bool, to be more consistent with Unix conventions.
56611         Suggested by Bruno Haible.
56612
56613         Merge from coreutils.
56614
56615         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
56616         * lib/umaxtostr.c: New files.
56617
56618         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
56619         the usual <time.h> dance.
56620         (get_date): Change signature to support fractional time stamps.
56621         All callers changed.
56622         * lib/getdate.y: Include "getdate.h" first, as we can now
56623         assume C89 and don't need to worry about 'const'.
56624         Similarly, include "unlocked-io.h" near start, not in middle.
56625         Include <limits.h>.
56626         (textint.value): Use long int rather than int.
56627         (textint.digits): Use size_t rather than int.
56628         (BILLION, LOG10_BILLION): New constants.
56629         (parser_control): New member rel_ns.  Members day_ordinal,
56630         time_zone, month, day, hour, minutes, rel_year, rel_month,
56631         rel_day, rel_hour, rel_minutes, rel_seconds
56632         are now long int, not int.  Member seconds is now struct timespec,
56633         not int.  New member timespec_seen.  Members dates_seen, days_seen,
56634         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
56635         not int.
56636         (%union.intval): Now long int, not int.
56637         New member timespec.
56638         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
56639         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
56640         (spec): Now is a timespec or an item list.
56641         (timespec, items): New nonterminals.
56642         (time, rel, relunit, number, get_date):
56643         Add support for fractional seconds.
56644         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
56645         (gmtime, localtime, mktime): Remove decls; not needed with C89.
56646         (to_hour): First arg is now long int, not int.
56647         (to_year): Returns long int, not int.
56648         Don't treat year -70 like 70.
56649         (tm_diff): Returns long int, not int.
56650         (lookup_word): Use bool instead of int when appropriate.
56651         (yylex): Use size_t for count, not int.
56652         Detect overflow when parsing large integer constants.
56653         Add support for fractions.
56654         (get_date): Make pointers 'const' if possible.
56655         Use more-portable code to detect integer overflow.
56656         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
56657         Don't use ctime; it's not reliable if the year has >4 digits.
56658
56659         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
56660         This is for compatibility with BSD.
56661
56662         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
56663         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
56664         From coreutils' system.h.
56665
56666         * lib/userspec.c: Don't include "posixver.h".
56667         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
56668         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
56669         compatible extension.  Simplify code by removing a boolean int
56670         that was always nonzero if a string was nonnull.
56671
56672 2004-03-30  Jim Meyering  <jim@meyering.net>
56673
56674         Merge from coreutils.
56675
56676         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
56677         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
56678         on some systems one must include <grp.h> before it.
56679         Reported by Christian Krackowizer.
56680
56681 2004-03-30  Jim Meyering  <jim@meyering.net>
56682
56683         Merge from coreutils.
56684
56685         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
56686
56687         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
56688         an empty input stream.
56689
56690         * lib/readtokens.c: Include <stdbool.h>.
56691         (readtoken): Use `size_t' rather than int/long.
56692         All callers adjusted.
56693         Use `bool' rather than `int' where appropriate.
56694         Use memset rather than an explicit loop.
56695         Use x2nrealloc rather than xrealloc.
56696         Allow the use of `\0' as a delimiter.
56697         (readtokens): Likewise.
56698         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
56699
56700 2004-03-30  Jim Meyering  <jim@meyering.net>
56701
56702         * m4/realloc.m4: Remove file, since now it does no more than
56703         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
56704         the `configure.ac' section of module/realloc.
56705         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
56706
56707 2004-03-30  Bruno Haible  <bruno@clisp.org>
56708
56709         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
56710         nonnull.
56711
56712 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56713
56714         Merge changes to getloadavg.c from coreutils and Emacs.
56715
56716         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
56717         Define to an expression, not to the empty string.
56718         Include cloexec.h and xalloc.h.
56719         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
56720         Use set_cloexec_flag rather than rolling our own.
56721         * lib/cloexec.c, lib/cloexec.h: New files.
56722
56723 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56724
56725         * m4/cloexec.m4: New file.
56726
56727 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56728
56729         * lib/getopt.h: Sync with libc CVS.
56730
56731 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56732             Bruno Haible  <bruno@clisp.org>
56733
56734         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
56735         mbswidth.
56736
56737 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56738             Bruno Haible  <bruno@clisp.org>
56739
56740         * lib/mbswidth.h: Include <wchar.h> only if
56741         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
56742         <wchar.h>.
56743         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
56744
56745 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56746
56747         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
56748         Sync with libc CVS.
56749         * lib/getopt_int.h: New file, also synced from libc.
56750
56751 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56752
56753         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
56754         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
56755         Bring back getopt.c, getopt.h, getopt1.c.
56756
56757 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56758
56759         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
56760         All uses changed.  Check for sa_sigaction member; this fixes
56761         a bug first reported by Jason Andrade in
56762         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56763
56764 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56765
56766         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
56767         '#if' expressions.  Unlike the code it replaces, it does not
56768         depend on (defined _SC_PAGESIZE).  However, it does depend on
56769         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
56770         first reported by Jason Andrade in
56771         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56772
56773 2004-02-25  Simon Josefsson  <jas@extundo.com>
56774
56775         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
56776
56777 2004-02-25  Simon Josefsson  <jas@extundo.com>
56778
56779         * lib/strdup.h: New file.
56780         * lib/strdup.c: Include it.
56781         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
56782         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
56783
56784 2004-02-23  Karl Berry  <karl@gnu.org>
56785
56786         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
56787         (from fencepost.gnu.org:/gd/gnuorg).
56788
56789 2004-02-23  Karl Berry  <karl@gnu.org>
56790
56791         * config/srclistvars.sh (GNUORG) [karl]: redefine.
56792         * config/srclist.txt: add maintain/standards documents.
56793
56794 2004-02-18  Bruno Haible  <bruno@clisp.org>
56795
56796         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
56797         Reported by Derek Robert Price <derek@ximbiot.com>.
56798
56799 2004-02-16  Karl Berry  <karl@gnu.org>
56800
56801         * config/mkinstalldirs, install-sh: update from automake.
56802
56803 2004-02-06  Karl Berry  <karl@gnu.org>
56804
56805         * m4/po.m4: update from gettext 0.14.1.
56806
56807 2004-02-06  Karl Berry  <karl@gnu.org>
56808
56809         * lib/config.charset: update from gettext 0.14.1.
56810
56811 2004-02-05  Paul Eggert  <eggert@twinsun.com>
56812
56813         Add comments and code, prompted by suggestions from Bruno Haible
56814         for sh-quote.
56815         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
56816         describing the enum quoting_style values.
56817         * lib/quotearg.c (quotearg_alloc): New function.
56818         (quotearg_buffer_restyled): Treat lone { and } as special.
56819         Treat = as special.  Work around bug with older shells
56820         that "see" a '\' that is really the 2nd byte of a multibyte char.
56821         Quote empty string with shell_quoting_style.
56822
56823 2004-02-03  Bruno Haible  <bruno@clisp.org>
56824
56825         * m4/pipe.m4: New file, from GNU gettext.
56826
56827 2004-02-03  Bruno Haible  <bruno@clisp.org>
56828
56829         * lib/pipe.h: New file, from GNU gettext.
56830         * lib/pipe.c: New file, from GNU gettext.
56831
56832 2004-01-27  Bruno Haible  <bruno@clisp.org>
56833
56834         * m4/execute.m4: New file, from GNU gettext.
56835
56836 2004-01-27  Bruno Haible  <bruno@clisp.org>
56837
56838         * lib/execute.h: New file, from GNU gettext.
56839         * lib/execute.c: New file, from GNU gettext.
56840         * lib/w32spawn.h: New file, from GNU gettext.
56841
56842 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56843
56844         Merge from diffutils.
56845
56846         * lib/file-type.c (file_type): Add typed memory objects.
56847         * lib/file-type.h (S_TYPEISTMO): New macro.
56848
56849         * lib/c-stack.h (c_stack_action): Remove argv argument.
56850         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
56851         (die): Don't calculate message unless segv_action returns.
56852         (get_stack_location, min_address_from_argv, max_address_from_argv,
56853         volatile stack_base, volatile_stack_size): Remove.
56854         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
56855         that every segmentation violation is a stack overflow.  (Ouch!)
56856         See Debian bug 136249 (still outstanding) for more info about why
56857         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
56858
56859 2004-01-24  Paul Eggert  <eggert@twinsun.com>
56860
56861         Exit-status fix from coreutils.
56862
56863         Use exit_failure consistently in place of EXIT_FAILURE,
56864         so that program exit statuses are consistent on failure.
56865
56866         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
56867         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
56868         * lib/argmatch.h: Comment fix to match the above.
56869         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
56870         Now a macro referring to exit_failure, instead of a separate
56871         variable.  Include "exitfail.h" to get it.
56872         * lib/xstrtol.h: Include "exitfail.h".
56873         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
56874
56875         * lib/long-options.c (parse_long_options): Use prototype
56876         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
56877         for clarity.
56878
56879 2004-01-21  Jim Meyering  <jim@meyering.net>
56880
56881         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
56882         so as not to conflict with a different-sized __mktime_internal
56883         function in GNU libc.
56884         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
56885         Problem building statically-linked `ls' reported by Michael Brunnbauer.
56886
56887 2004-01-20  Karl Berry  <karl@gnu.org>
56888
56889         * config/config.guess: update from config.
56890
56891         * config/srclistvars.sh: GNUWWWLICENSES for karl.
56892
56893 2004-01-20  Bruno Haible  <bruno@clisp.org>
56894
56895         Safer stack allocation.
56896         * lib/setenv.c: Include allocsa.h.
56897         (alloca): Remove fallback definition.
56898         (freea): Remove macro.
56899         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
56900         instead of freea.
56901
56902 2004-01-20  Bruno Haible  <bruno@clisp.org>
56903
56904         * m4/eealloc.m4: New file, from GNU gettext.
56905
56906 2004-01-20  Bruno Haible  <bruno@clisp.org>
56907
56908         * m4/allocsa.m4: New file, from GNU gettext.
56909
56910 2004-01-20  Bruno Haible  <bruno@clisp.org>
56911
56912         * lib/xallocsa.h: New file, from GNU gettext.
56913         * lib/xallocsa.c: New file, from GNU gettext.
56914
56915 2004-01-20  Bruno Haible  <bruno@clisp.org>
56916
56917         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
56918
56919 2004-01-20  Bruno Haible  <bruno@clisp.org>
56920
56921         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
56922         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
56923         specially.
56924
56925 2004-01-20  Bruno Haible  <bruno@clisp.org>
56926
56927         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
56928         patch.
56929
56930 2004-01-20  Bruno Haible  <bruno@clisp.org>
56931
56932         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
56933
56934 2004-01-20  Bruno Haible  <bruno@clisp.org>
56935
56936         * lib/eealloc.h: New file.
56937
56938 2004-01-20  Bruno Haible  <bruno@clisp.org>
56939
56940         * lib/binary-io.h: Avoid warnings on Cygwin.
56941
56942 2004-01-20  Bruno Haible  <bruno@clisp.org>
56943
56944         * lib/allocsa.h: New file, from GNU gettext.
56945         * lib/allocsa.c: New file, from GNU gettext.
56946
56947 2004-01-18  Karl Berry  <karl@gnu.org>
56948
56949         * doc/gpl.texi, doc/lgpl.texi: new files.
56950
56951 2004-01-18  Karl Berry  <karl@gnu.org>
56952
56953         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
56954         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
56955
56956 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56957
56958         Merge from coreutils.
56959
56960         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
56961         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
56962         (gl_DEFAULT_POSIX2_VERSION): Move
56963         the documentation from 'configure' into 'config.hin',
56964         so that 'configure --help' isn't burdened by it and
56965         we don't have to worry about its formatting there.
56966         Reword the documentation so that it's more succinct
56967         and can be run together into a single paragraph.
56968         * m4/same.m4 (gl_SAME): Check for pathconf.
56969
56970 2004-01-15  Paul Eggert  <eggert@twinsun.com>
56971
56972         Merge from coreutils.
56973
56974         * lib/posixver.c: Include posixver.h.
56975
56976         * lib/same.c: Include <stdbool.h>, <limits.h>.
56977         (_POSIX_NAME_MAX): Define if not defined.
56978         (MIN): New macro.
56979         (same_name): If file names are silently truncated, report
56980         that the file names are the same if they are the same after
56981         the silent truncation.
56982
56983         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
56984         conversion function.
56985         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
56986         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
56987         longer needed.
56988
56989 2004-01-15  Jim Meyering  <jim@meyering.net>
56990
56991         Merge from coreutils.
56992
56993         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
56994         if no library is required.
56995         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
56996         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
56997         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
56998         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
56999         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
57000         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
57001         value, $ac_cv_search_crypt, if it's "none required".
57002         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
57003         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
57004         not gl_FUNC_GETLOADAVG.
57005         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
57006         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
57007
57008 2004-01-15  Jim Meyering  <jim@meyering.net>
57009
57010         Merge from coreutils.
57011
57012         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
57013         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
57014         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
57015
57016         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
57017         optional configure-time default.
57018
57019         * lib/version-etc.c (version_etc_copyright): Update copyright date.
57020
57021         * lib/xreadlink.c (xreadlink): Correct outdated comment.
57022
57023 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
57024
57025         Merge from coreutils.
57026
57027         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
57028         value, $ac_cv_search_nanosleep, if it's "none required".
57029
57030 2004-01-14  Paul Eggert  <eggert@twinsun.com>
57031
57032         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
57033         with like-named macro in fnmatch.c.
57034         (EXT): Use an internal constant instead.
57035
57036         Merge fnmatch patches from glibc.
57037         * lib/fnmatch.c (mbsinit): Remove define.
57038         Add libc_hidden_ver (__fnmatch, fnmatch).
57039         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
57040         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
57041
57042 2004-01-14  Karl Berry  <karl@gnu.org>
57043
57044         * config/install-sh: update from automake.
57045
57046 2004-01-13  Karl Berry  <karl@gnu.org>
57047
57048         * config/install-sh: update from automake.
57049
57050 2004-01-09  Karl Berry  <karl@gnu.org>
57051
57052         * config/install-sh: update from automake.
57053
57054 2004-01-05  Karl Berry  <karl@gnu.org>
57055
57056         * config/config.{sub,guess}: update from config.
57057
57058 2003-12-31  Karl Berry  <karl@gnu.org>
57059
57060         * config/depcomp: update from automake.
57061
57062 2003-12-14  Karl Berry  <karl@gnu.org>
57063
57064         * lib/config.charset: update from gettext-runtime.
57065
57066 2003-12-03  Paul Eggert  <eggert@twinsun.com>
57067
57068         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
57069         Bug reported by Alfred M. Szmidt.
57070
57071 2003-12-03  Bruno Haible  <bruno@clisp.org>
57072
57073         * m4/gettext.m4: Upgrade from gettext-0.13.
57074         * m4/po.m4: Upgrade from gettext-0.13.
57075         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
57076         * m4/intmax.m4: New file, from gettext-0.13.
57077         * m4/printf-posix.m4: New file, from gettext-0.13.
57078
57079 2003-11-29  Karl Berry  <karl@gnu.org>
57080
57081         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
57082
57083 2003-11-25  Paul Eggert  <eggert@twinsun.com>
57084             Bruno Haible  <bruno@clisp.org>
57085
57086         * lib/printf-parse.h: Don't include sys/types.h.
57087         (ARG_NONE): New macro.
57088         (char_directive): Change type of *arg_index fields to size_t.
57089         * lib/printf-parse.c: Don't include sys/types.h.
57090         (SSIZE_MAX): Remove macro.
57091         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
57092         Remove unnecessary overflow check.
57093         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
57094         fields.
57095
57096 2003-11-25  Bruno Haible  <bruno@clisp.org>
57097
57098         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
57099
57100 2003-11-25  Bruno Haible  <bruno@clisp.org>
57101
57102         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
57103         gt_TYPE_SSIZE_T.
57104
57105 2003-11-24  Paul Eggert  <eggert@twinsun.com>
57106
57107         * modules/alloca: Remove dependency on xalloc.
57108
57109 2003-11-24  Paul Eggert  <eggert@twinsun.com>
57110
57111         * lib/alloca.c: Remove dependency on xalloc module.
57112         (xalloc_die): Remove.
57113         (memory_full) [!defined emacs]: New macro.
57114         [!defined emacs]: Don't include xalloc.h.
57115         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
57116         address arithmetic overflows.  Change datatypes a bit to avoid
57117         unnecessary casts.
57118
57119 2003-11-22  Jim Meyering  <jim@meyering.net>
57120
57121         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
57122         s/size/size_t/.
57123
57124 2003-11-21  Karl Berry  <karl@gnu.org>
57125
57126         * config/config.{sub,guess}: update from config.
57127
57128 2003-11-18  Karl Berry  <karl@gnu.org>
57129
57130         * config/config.{sub,guess}: update from config.
57131
57132         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
57133
57134 2003-11-17  Paul Eggert  <eggert@twinsun.com>
57135
57136         * README: Mention that S+T cannot overflow if S is the size of
57137         an existing object and T is sufficiently small.
57138
57139 2003-11-17  Jim Meyering  <jim@meyering.net>
57140
57141         On systems without utime and without a utimes function capable of
57142         dealing with a NULL struct utimbuf* argument, this utime replacement
57143         could -- in unusual circumstances -- leak a file descriptor.
57144         * lib/utime.c: Include <unistd.h> and <errno.h>.
57145         (utime_null): Be sure to close `fd' and to preserve errno.
57146         Reported by Geoff Collyer via Arnold Robbins.
57147
57148 2003-11-17  Bruno Haible  <bruno@clisp.org>
57149
57150         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
57151         (Depends-on): Add xsize.
57152
57153 2003-11-17  Bruno Haible  <bruno@clisp.org>
57154
57155         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
57156
57157 2003-11-17  Bruno Haible  <bruno@clisp.org>
57158
57159         * lib/vasnprintf.c (alloca): Remove fallback definition.
57160         (freea): Remove definition.
57161         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
57162         Reported by Paul Eggert.
57163
57164 2003-11-16  Paul Eggert  <eggert@twinsun.com>
57165             Bruno Haible  <bruno@clisp.org>
57166
57167         Protect against address arithmetic overflow.
57168         * lib/printf-args.h: Include stddef.h.
57169         (arguments): Change type of field 'count' to size_t.
57170         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
57171         'unsigned int' where appropriate.
57172         * lib/printf-parse.h: Include sys/types.h.
57173         (char_directive): Change type of *arg_index fields to ssize_t.
57174         (char_directives): Change type of fields 'count', max_*_length to
57175         size_t.
57176         * lib/printf-parse.c: Include sys/types.h and xsize.h.
57177         (SSIZE_MAX): Define fallback value.
57178         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
57179         instead of 'int' where appropriate. Check a_allocated, d_allocated
57180         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
57181         * lib/vasnprintf.c: Include xsize.h.
57182         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
57183         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
57184         overflow. Avoid wraparound when converting a width or precision from
57185         decimal to binary.
57186
57187 2003-11-16  Bruno Haible  <bruno@clisp.org>
57188
57189         Update from GNU gettext.
57190         * lib/printf-parse.c: Generalize to it can be compiled for wide
57191         strings.
57192         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
57193         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
57194         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
57195         SNPRINTF): New macros.
57196         Don't include <alloca.h> if the file is used inside libintl.
57197         (local_wcslen): New function, for Solaris 2.5.1.
57198         (VASNPRINTF): Use it instead of wcslen.
57199
57200 2003-11-16  Bruno Haible  <bruno@clisp.org>
57201
57202         * lib/xsize.h (xmax): New function.
57203         (xsum, xsum3, xsum4): Declare as "pure" functions.
57204
57205 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57206
57207         * modules/xalloc (Files): Undo latest change, since xalloc.h
57208         no longer needs SIZE_MAX or PTRDIFF_MAX.
57209
57210 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57211
57212         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
57213         gl_PTRDIFF_MAX.
57214
57215 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57216
57217         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
57218         "return", to pacify some unknown compiler.  Problem reported
57219         by Joerg Schilling.
57220
57221 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57222
57223         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
57224         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
57225         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
57226         heuristic is just as accurate as far as we know, and it removes a
57227         dependency on size_max.m4 and ptrdiff_max.m4.
57228
57229 2003-11-11  Bruno Haible  <bruno@clisp.org>
57230
57231         * modules/xsize (Files): Add m4/size_max.m4.
57232         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
57233
57234 2003-11-11  Bruno Haible  <bruno@clisp.org>
57235
57236         * m4/size_max.m4: New file.
57237         * m4/ptrdiff_max.m4: New file.
57238         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
57239         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
57240         (gl_XALLOC): Invoke it.
57241
57242 2003-11-11  Bruno Haible  <bruno@clisp.org>
57243
57244         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
57245         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
57246         defined.
57247
57248 2003-11-10  Paul Eggert  <eggert@twinsun.com>
57249
57250         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
57251         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
57252         rejected some allocations of exactly SIZE_MAX - 2 bytes.
57253         From Bruno Haible.
57254         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
57255         not (size_t) -1, since it's defined here.
57256
57257 2003-11-09  Karl Berry  <karl@gnu.org>
57258
57259         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
57260
57261 2003-11-06  Paul Eggert  <eggert@twinsun.com>
57262
57263         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
57264         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
57265         Reject sizes of exactly SIZE_MAX bytes.
57266         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
57267         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
57268
57269 2003-11-05  Bruno Haible  <bruno@clisp.org>
57270
57271         * lib/xsize.h: Include limits.h, to avoid a possible collision with
57272         SIZE_MAX defined in <limits.h> on Solaris.
57273
57274 2003-11-04  Jim Meyering  <jim@meyering.net>
57275
57276         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
57277         variable names, rather than @VAR@.
57278         * modules/poll: Likewise.
57279
57280 2003-11-04  Bruno Haible  <bruno@clisp.org>
57281
57282         * modules/xsize: New file.
57283         * modules/linebreak: Depend on xsize.
57284         * MODULES.html.sh (func_all_modules): Add xsize.
57285
57286 2003-11-04  Bruno Haible  <bruno@clisp.org>
57287
57288         * m4/xsize.m4: New file.
57289
57290 2003-11-04  Bruno Haible  <bruno@clisp.org>
57291
57292         * lib/xsize.h: New file.
57293         * lib/linebreak.c: Include xsize.h.
57294         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
57295         argument for overflow.
57296         Suggested by Paul Eggert.
57297
57298 2003-11-03  Karl Berry  <karl@gnu.org>
57299
57300         * config/config.{guess,sub}: update from config.
57301
57302 2003-11-03  Jim Meyering  <jim@meyering.net>
57303
57304         * modules/userspec (lib_SOURCES): Add userspec.h.
57305         (Include): Add "userspec.h".
57306         Improve description.
57307
57308 2003-11-03  Jim Meyering  <jim@meyering.net>
57309
57310         * lib/userspec.c: Include "userspec.h".
57311         * lib/userspec.h: New file.
57312
57313 2003-11-03  Bruno Haible  <bruno@clisp.org>
57314
57315         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
57316
57317 2003-11-03  Bruno Haible  <bruno@clisp.org>
57318
57319         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
57320         available, to avoid (extremely rare) race condition.
57321         Suggested by Paul Eggert.
57322
57323 2003-11-02  Karl Berry  <karl@gnu.org>
57324
57325         * config/srclist.txt (vasprintf.c): sync broken, sigh.
57326
57327 2003-10-31  Paul Eggert  <eggert@twinsun.com>
57328
57329         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
57330         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
57331         (read_filesystem_list): Set and use me_type_malloced.
57332         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
57333         whatever the type happens to be), for brevity and consistency.
57334         Check for size calculation overflow on Alphas running OSF/1.
57335
57336 2003-10-31  Jim Meyering  <jim@meyering.net>
57337
57338         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
57339
57340         * lib/linebuffer.c: Include <string.h> for declaration of memset.
57341
57342 2003-10-30  Paul Eggert  <eggert@twinsun.com>
57343             Bruno Haible  <bruno@clisp.org>
57344
57345         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
57346         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
57347
57348 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
57349
57350         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
57351         netbsd*-gnu*.  Suggested by Robert Millan.
57352
57353 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57354
57355         * modules/group-member: Depend on stdbool.
57356
57357 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57358
57359         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
57360
57361 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57362
57363         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
57364         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
57365         after the 'gnu' in these cases.  This fixes some bugs in the
57366         previous change, and is based on suggestions by Robert Millan.
57367
57368 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57369
57370         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
57371         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
57372         no longer needed.
57373         * lib/quotearg.c (quotearg_n_options): Use it.
57374         * lib/group-member.c: Include <stdbool.h>.
57375         (free_group_info): Arg is now const *; don't free arg.
57376         (get_group_info): Now returns bool and accepts struct group_info *,
57377         rather than returning a malloc'ed struct group_info *.
57378         All uses changed.  Check for overflow in internal size calculation.
57379
57380         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
57381         rather than xmalloc/xrealloc.
57382         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
57383         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
57384         conformance bug: the old code used a pointer after freeing the
57385         storage that it addressed.
57386         * lib/hash.c (hash_initialize): Simplify the code by using
57387         xalloc_oversized rather than doing it by hand.
57388         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
57389         the buffer preserved.  Use free and xmalloc instead.
57390         * lib/quotearg.c (quotearg_n_options): Likewise.
57391         Use a simpler test for size overflow.  Don't use xalloc_oversized
57392         because unsigned int might be wider than size_t (!); this suggests
57393         that we should switch from unsigned int to size_t for slot numbers.
57394
57395 2003-10-28  Paul Eggert  <eggert@twinsun.com>
57396
57397         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
57398         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
57399         NetBSD kernels.  Requested by Richard Stallman.
57400
57401 2003-10-27  Paul Eggert  <eggert@twinsun.com>
57402
57403         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
57404         to allocate the returned structure.  Do not allocate a subarray,
57405         as x2nrealloc will do that.
57406         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
57407         instead of xnrealloc.
57408         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
57409
57410 2003-10-27  Bruno Haible  <bruno@clisp.org>
57411
57412         * lib/stdbool_.h: Better support for BeOS.
57413
57414 2003-10-26  Paul Eggert  <eggert@twinsun.com>
57415
57416         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
57417         now uses inline.
57418
57419 2003-10-26  Paul Eggert  <eggert@twinsun.com>
57420
57421         * lib/xalloc.h (xalloc_oversized): New static inline function, for
57422         callers that want to do their own size-overflow checking.  Include
57423         <stdbool.h>, since xalloc_oversized returns bool.
57424         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
57425         to use xalloc_oversized.
57426
57427         Add two functions x2realloc, x2nrealloc, for programs that grow
57428         arrays dynamically by doubling their sizes.
57429         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
57430         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
57431         New functions.
57432
57433         Port to C99 semantics for 'inline' of external functions.
57434         Bug reported by Bruno Haible.
57435         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
57436         with the old contents of xnmalloc.
57437         (xnmalloc, xmalloc): Use it.
57438         (xnrealloc_inline): New static inline function,
57439         with the old contents of xnrealloc.
57440         (xnrealloc, xrealloc): Use it.
57441
57442         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
57443         that.
57444
57445 2003-10-26  Karl Berry  <karl@gnu.org>
57446
57447         * config/srclist.txt (COPYING.DOC): no longer available from
57448         /gd/gnuorg; don't know where the ultimate source is.
57449
57450 2003-10-25  Paul Eggert  <eggert@twinsun.com>
57451
57452         Fix several address-calculation bugs in the hash modules,
57453         plus some minor code cleanup.
57454
57455         * lib/hash.h: Include <stdbool.h>, for bool.
57456         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
57457         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
57458         hash_get_n_entries, hash_get_max_bucket_length,
57459         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
57460         hash_rehash): Use size_t rather than unsigned.
57461         * lib/hash.c (struct hash_table, hash_get_n_buckets,
57462         hash_get_n_buckets_used, hash_get_n_entries,
57463         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
57464         hash_get_entries, hash_do_for_each, hash_string, is_prime,
57465         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
57466         Likewise.
57467         (SIZE_MAX): Define if not defined.
57468         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
57469         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
57470         hash_print):
57471         Use const * when possible.
57472         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
57473         (check_tuning): Fix bug: if tuning parameters were very close to
57474         0 or 1, rounding errors could have caused subscript violations.
57475         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
57476         (hash_initialize): Add 'fail:' label
57477         to free table and return NULL, and use it to simplify code.
57478         Use calloc rather than clearing the storage ourself.
57479         (hash_initialize, hash_rehash): Check for arithmetic overflow in
57480         buffer size calculations.
57481         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
57482         Include <stddef.h>, for size_t.
57483         * lib/hash-pjw.c (hash_pjw): Likewise.
57484         Switch to method described by Bruno Haible.
57485         Include <limits.h>, for CHAR_BIT.
57486         (SIZE_BITS): New macro.
57487
57488 2003-10-23  Paul Eggert  <eggert@twinsun.com>
57489
57490         * m4/getline.m4 (AM_FUNC_GETLINE):
57491         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
57492         hosts.  Problem reported by Derek Robert Price in
57493         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
57494         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
57495         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
57496
57497 2003-10-21  Paul Eggert  <eggert@twinsun.com>
57498
57499         * lib/getndelim2.c (getndelim2): When size calculation overflows,
57500         ceiling the allocation at NMAX bytes rather than silently
57501         discarding input bytes before NMAX is reached.  This makes
57502         a difference only if NMAX exceeds SIZE_MAX / 2.
57503
57504         * lib/obstack.c: Merge from glibc.
57505         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
57506         Add libc_hidden_def (_obstack_newchunk).
57507         (_obstack_free) [! defined _LIBC]: Remove.
57508         [defined _LIBC]: Make a strong alias from obstack_free, rather than
57509         a clone of the function body.
57510         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
57511         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
57512
57513         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
57514         glibc.
57515         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
57516         arg to memcpy.
57517
57518         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
57519         (obstack_ptr_grow_fast, obstack_int_grow_fast):
57520         Don't use lvalue casts, as GCC plans to remove support for them
57521         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
57522         was also present in the non-GCC version, indicating that this
57523         code had always been buggy and had never been widely used.
57524         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
57525         Use the fast variant of each macro, rather than copying the
57526         definiens of the fast variant; that way, we'll be more likely to
57527         catch future bugs in the fast variants.
57528
57529 2003-10-20  Bruno Haible  <bruno@clisp.org>
57530
57531         * modules/wait-process: New file.
57532         * MODULES.html.sh (func_all_modules): Add wait-process.
57533
57534 2003-10-20  Bruno Haible  <bruno@clisp.org>
57535
57536         * m4/wait-process.m4: New file.
57537
57538 2003-10-20  Bruno Haible  <bruno@clisp.org>
57539
57540         * lib/wait-process.h: New file, from GNU gettext.
57541         * lib/wait-process.c: New file, from GNU gettext.
57542
57543 2003-10-19  Jim Meyering  <jim@meyering.net>
57544
57545         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
57546         HPUX 10.20.
57547
57548 2003-10-18  Karl Berry  <karl@gnu.org>
57549
57550         * config/config.guess: update from config.
57551
57552 2003-10-16  Paul Eggert  <eggert@twinsun.com>
57553
57554         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
57555         (getgroups): First arg is int, not size_t.
57556         Don't let 'free' mangle errno.
57557
57558 2003-10-16  Paul Eggert  <eggert@twinsun.com>
57559
57560         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
57561
57562 2003-10-16  Karl Berry  <karl@gnu.org>
57563
57564         * config/config.{guess,sub}: update from config.
57565
57566 2003-10-16  Jim Meyering  <jim@meyering.net>
57567
57568         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
57569         memcpy.
57570
57571 2003-10-15  Paul Eggert  <eggert@twinsun.com>
57572
57573         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
57574         (SIZE_MAX): Remove.
57575         (new_exclude, add_exclude_file): Initial size no longer needs to
57576         be a power of 2.
57577         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
57578         our own address arithmetic overflow checking.
57579
57580         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
57581         (fnmatch): Do not alloca more than 2000 wide characters;
57582         instead, use malloc for large buffers.
57583         Check for address arithmetic overflow, and return -1
57584         with errno set to ENOMEM in that case.
57585         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
57586         (NEW_PATTERN): Do not alloca more than 8000 bytes;
57587         instead, return -1.  Check for address arithmetic overflow.
57588
57589 2003-10-14  Paul Eggert  <eggert@twinsun.com>
57590
57591         Handle invalid suffixes and overflow independently, so that
57592         callers can treat them independently as needed.  Fix some bugs in
57593         suffix handling, e.g., "100k@" was not diagnosed as an invalid
57594         suffix for a human-readable blocksize.  The major caller-visible
57595         change is the addition of a new
57596         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
57597         that both overflow and suffix chars were found.
57598
57599         * lib/human.c (humblock): Don't check separately for invalid suffix
57600         char; that is xstrtoumax's job (now that its bug is fixed).
57601         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
57602         INTMAX_MAX]: New macros.
57603         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
57604         TYPE_MAXIMUM): New macros.
57605         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
57606         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
57607         if overflow occurs, as it's what __strtol does and it's more useful
57608         in practice.
57609         (__xstrtol): If __strtol reports some error other than ERANGE,
57610         reflect it to the caller as LONGINT_INVALID.  If it reports
57611         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
57612         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
57613         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
57614         value.
57615         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
57616         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
57617         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
57618         [defined UINTMAX_MAX]: New macros.
57619
57620 2003-10-14  Bruno Haible  <bruno@clisp.org>
57621
57622         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
57623
57624 2003-10-14  Bruno Haible  <bruno@clisp.org>
57625
57626         * m4/sig_atomic_t: New file, from GNU gettext.
57627         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
57628
57629 2003-10-14  Bruno Haible  <bruno@clisp.org>
57630
57631         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
57632         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
57633         Also use volatile where needed.
57634
57635 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57636
57637         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
57638         Change maintainer from Bruno Haible to 'all'.
57639
57640 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57641
57642         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
57643
57644 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57645
57646         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
57647         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
57648         and define in terms of the other primitives.
57649         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
57650         (SIZE_MAX): Define if not already defined.
57651         (array_size_overflow): New function.
57652         (xalloc_die): Abort instead of exiting if 'error' returns.
57653         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
57654         (xmalloc, xrealloc): Use them.
57655         (xcalloc): Check for address arithmetic overflow.
57656         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
57657         a bit faster than strcpy.
57658
57659 2003-10-10  Simon Josefsson  <jas@extundo.com>
57660
57661         * modules/argp (Depends-on): Add restrict and strcase.
57662
57663 2003-10-10  Simon Josefsson  <jas@extundo.com>
57664
57665         * m4/argp.m4: Add AC_C_INLINE.
57666
57667 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57668
57669         Merge getpass from libc, plus a few fixes.
57670
57671         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
57672         Include <stdbool.h>.
57673         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
57674         __fsetlocking to empty.
57675         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
57676         do include <bits/libc-lock.h>.
57677         Do not include <fcntl.h>; not needed.
57678         [_LIBC]: Include <wchar.h>.
57679         (NOTCANCEL_MODE): New macro.
57680         (flockfile, funlockfile) [_LIBC]: New macros.
57681         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
57682         [!_LIBC]: New macros.
57683         (call_fclose): New function.
57684         (getpass): Use it.  Save tty stream separately; this simplifies the
57685         code and makes it more reliable if stdin happens to equal stdout.
57686         Invoke __fsetlocking on tty.
57687         Handle thread cancellation if needed.
57688         Namespace cleanup (use __tcgetattr, __getline).
57689         Use bool for Booleans.
57690         [USE_IN_LIBIO]: Handle wide streams.
57691         [!_LIBC]: Unconditionally do the fseek, since we don't know what
57692         stream might go where.
57693
57694         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
57695         doesn't have to include <stdio.h> before us.
57696         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
57697         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
57698         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
57699         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
57700         if not declared, so that we can use getpass.c code from libc without
57701         rewriting it.
57702         (flockfile, ftrylockfile, funlockfile): New macros.
57703
57704 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57705
57706         * modules/getpass: Depend on stdbool.
57707
57708 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57709
57710         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
57711
57712 2003-10-07  Karl Berry  <karl@gnu.org>
57713
57714         * config/config.{guess,sub}: update from config.
57715
57716 2003-10-06  Jim Meyering  <jim@meyering.net>
57717             Bruno Haible  <bruno@clisp.org>
57718
57719         This lets translators provide better translations for the
57720         "Written by ..." part of --version output.
57721         * lib/version-etc.h: Include stdarg.h.
57722         (version_etc_copyright): Declare as readonly.
57723         (version_etc): Make this function variadic with a NULL-terminated list
57724         of author name strings.
57725         (version_etc_va): New declaration.
57726         * lib/version-etc.c: Include stdarg.h, stdlib.h.
57727         (version_etc_copyright): Declare as readonly.
57728         (version_etc_va): New function. Provide a different translatable string
57729         for each possible number of authors < 10. Abbreviate when there are 10
57730         authors or more.
57731         (version_etc): Make this function variadic. Call version_etc_va.
57732         Suggestion from Gary V. Vaughan.
57733
57734         * lib/long-options.h (parse_long_options): Change prototype: the
57735         authors string is moved to the end and becomes variadic.
57736         * lib/long-options.c: Include stdarg.h.
57737         (parse_long_options): Make this function variadic, too.
57738         Call version_etc_va, not version_etc.
57739
57740 2003-10-06  Bruno Haible  <bruno@clisp.org>
57741
57742         * modules/version-etc-2: Remove file.
57743         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
57744
57745 2003-10-06  Bruno Haible  <bruno@clisp.org>
57746
57747         * modules/fatal-signal: New file.
57748         * MODULES.html.sh (func_all_modules): Add fatal-signal.
57749
57750 2003-10-06  Bruno Haible  <bruno@clisp.org>
57751
57752         * m4/fatal-signal.m4: New file.
57753         * m4/signalblocking.m4: New file, from GNU gettext.
57754
57755 2003-10-06  Bruno Haible  <bruno@clisp.org>
57756
57757         * lib/version-etc-2.h: Remove file.
57758         * lib/version-etc-2.c: Remove file.
57759
57760 2003-10-06  Bruno Haible  <bruno@clisp.org>
57761
57762         * lib/fatal-signal.h: New file, from GNU gettext.
57763         * lib/fatal-signal.c: New file, from GNU gettext.
57764
57765 2003-10-05  Paul Eggert  <eggert@twinsun.com>
57766
57767         * README: Rework advice for preventing empty .o files.
57768         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
57769         not <sys/types.h>.
57770
57771 2003-10-04  Karl Berry  <karl@gnu.org>
57772
57773         * lib/argp*: update from libc.
57774
57775 2003-10-04  Karl Berry  <karl@gnu.org>
57776
57777         * config/config.{guess,sub}: update from config.
57778
57779 2003-10-02  Bruno Haible  <bruno@clisp.org>
57780
57781         * modules/lchown (Include): Add lchown.h.
57782         * modules/time_r (Include): Use "..." syntax.
57783         * modules/xgetdomainname (Include): Add xgetdomainname.h.
57784
57785 2003-10-01  Simon Josefsson  <jas@extundo.com>
57786
57787         * MODULES.html.sh (func_all_modules): Move gethostname from section
57788         'based on' to section 'lacking' POSIX:2001.
57789
57790 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
57791
57792         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
57793         to output mode on the same stream.
57794
57795 2003-09-29  Paul Eggert  <eggert@twinsun.com>
57796
57797         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
57798         Fix arg typo in previous patch.
57799
57800 2003-09-28  Jim Meyering  <jim@meyering.net>
57801
57802         * lib/error.c: Correct cpp indentation.
57803
57804 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57805
57806         * modules/free: New file.
57807
57808 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57809
57810         * m4/free.m4: New file.
57811
57812 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57813
57814         * lib/minmax.h (MIN, MAX)
57815         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
57816         Omit the special code that used __typeof__, since we worry that
57817         it could be more trouble than it's worth.  See:
57818         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
57819         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
57820
57821         * lib/free.c: New file.
57822
57823 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
57824
57825         Trivial fixes to Makefile.am parts of module listings.
57826         * modules/strstr: Append strstr.h to lib_SOURCES.
57827         * modules/strcase: Likewise, for strcase.h.
57828
57829 2003-09-27  Karl Berry  <karl@gnu.org>
57830
57831         * config/mkinstalldirs: update from automake.
57832
57833 2003-09-26  Paul Eggert  <eggert@twinsun.com>
57834
57835         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
57836         (error_tail): Do not loop, reallocating temporary buffer, since
57837         the output cannot contain more wide characters than the input
57838         contains bytes, the size must be big enough already.  This avoids
57839         one potential size overflow calculation.  Check for size overflow
57840         when calculating temporary buffer size.  Free temporary buffer
57841         when done, if it was allocated with malloc; this plugs a memory
57842         leak.  Remove casts from void * to pointers, that are no longer
57843         needed now that we're assuming C89 or better.
57844
57845         Merge error changes from glibc.
57846
57847         * lib/error.c, error.h: Update copyright notice header to match glibc.
57848         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
57849         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
57850         Disable cancellation while printing error.
57851         * lib/error.h: Prepend __ to parameter names.
57852
57853 2003-09-26  Jim Meyering  <jim@meyering.net>
57854
57855         * lib/error.c (error_tail): Move some declarations
57856         into inner scope where the local variables are used.
57857
57858 2003-09-26  Bruno Haible  <bruno@clisp.org>
57859
57860         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
57861         stpncpy().
57862         Don't define stpncpy through config.h; it's now done through stpncpy.h.
57863
57864 2003-09-26  Bruno Haible  <bruno@clisp.org>
57865
57866         * lib/stpncpy.h (gnu_stpncpy): New declaration.
57867         (stpncpy): Define as alias for gnu_stpncpy.
57868         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
57869
57870 2003-09-25  Simon Josefsson  <jas@extundo.com>
57871
57872         * lib/xgetdomainname.h: New file.
57873         * lib/xgetdomainname.c: New file.
57874
57875 2003-09-25  Simon Josefsson  <jas@extundo.com>
57876             Bruno Haible  <bruno@clisp.org>
57877
57878         * modules/getdomainname: New file.
57879         * modules/xgetdomainname: New file.
57880         * MODULES.html.sh (func_all_modules): Add getdomainname,
57881         xgetdomainname.
57882
57883 2003-09-25  Simon Josefsson  <jas@extundo.com>
57884             Bruno Haible  <bruno@clisp.org>
57885
57886         * m4/getdomainname.m4: New file.
57887
57888 2003-09-25  Simon Josefsson  <jas@extundo.com>
57889             Bruno Haible  <bruno@clisp.org>
57890
57891         * lib/getdomainname.h: New file.
57892         * lib/getdomainname.c: New file.
57893
57894 2003-09-25  Karl Berry  <karl@gnu.org>
57895
57896         * lib/argp-fmtstream.c, argp-help.c: update from libc.
57897
57898 2003-09-25  Karl Berry  <karl@gnu.org>
57899
57900         * config/install-sh: update from automake.
57901
57902 2003-09-25  Bruno Haible  <bruno@clisp.org>
57903
57904         * modules/version-etc-2: New file, from modules/version-etc with
57905         modifications.
57906         * MODULES.html.sh (func_all_modules): Add version-etc-2.
57907
57908 2003-09-25  Bruno Haible  <bruno@clisp.org>
57909
57910         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
57911         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
57912
57913 2003-09-24  Simon Josefsson  <jas@extundo.com>
57914
57915         * modules/xgethostname: Add xgethostname.h.
57916
57917 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57918
57919         * lib/linebuffer.c (freebuffer): Don't free the argument, just
57920         the buffer associated with the argument.  Bug reported by
57921         Simon Josefsson.
57922
57923 2003-09-24  Paul Eggert  <eggert@twinsun.com>
57924
57925         * README: Document assumptions that 'int' is at least 32 bits
57926         wide, that integer arithmetic is 2's complement without overflow,
57927         that there are no holes in integer values, that adding sizes of
57928         two nonoverlapping objects can't overflow, and that all-bits-zero
57929         yields scalar zero.  Fix spelling and capitalization typos.
57930
57931 2003-09-19  Karl Berry  <karl@gnu.org>
57932
57933         * lib/argp.h: update from libc.
57934
57935 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57936
57937         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
57938         to avoid spurious warnings like "AC_RUN_IFELSE was called before
57939         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
57940
57941 2003-09-17  Paul Eggert  <eggert@twinsun.com>
57942
57943         * gnulib-tool: Use "test -h", not "test -L", for portability
57944         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
57945         (tags_regexp): Remove, since \| doesn't conform to POSIX.
57946         (sed_extract_prog): Issue s commands one-by-one, rather than
57947         using \| in one s command.
57948
57949 2003-09-16  Paul Eggert  <eggert@twinsun.com>
57950
57951         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
57952         input error, instead of returning NULL the next time we are called
57953         (and therefore losing track of errno).
57954
57955 2003-09-16  Bruno Haible  <bruno@clisp.org>
57956
57957         * gnulib-tool (func_create_testdir): Warn about duplicated
57958         dependencies.
57959
57960 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57961
57962         * modules/argmatch, modules/fatal, modules/obstack,
57963         modules/xalloc, modules/xgethostname: Sort dependencies by
57964         importance, not alphabetically.
57965
57966 2003-09-15  Paul Eggert  <eggert@twinsun.com>
57967
57968         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
57969         fails, so that the caller gets the proper errno.
57970
57971         * lib/readutmp.c (read_utmp): Likewise.
57972         Check for fstat error.  Close stream and free storage
57973         when failing.
57974
57975 2003-09-14  Karl Berry  <karl@gnu.org>
57976
57977         * config/srclist.txt (strdup.c): disable for c89 changes.
57978
57979 2003-09-14  Jim Meyering  <jim@meyering.net>
57980
57981         * lib/getloadavg.c: Correct cpp indentation.
57982         * lib/strdup.c: Likewise.
57983         * lib/vasnprintf.c: Likewise.
57984
57985 2003-09-14  Bruno Haible  <bruno@clisp.org>
57986
57987         * modules/fwriteerror: New file.
57988         * MODULES.html.sh (func_all_modules): Add fwriteerror.
57989
57990 2003-09-14  Bruno Haible  <bruno@clisp.org>
57991
57992         * lib/fwriteerror.h: New file.
57993         * lib/fwriteerror.c: New file.
57994
57995 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57996
57997         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
57998         modules/xgethostname, modules/xalloc: Depend on exit.
57999
58000 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58001
58002         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
58003
58004         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
58005         and AC_MINIX, too, so that their extensions are available.
58006
58007         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
58008         This macro has been superseded by gl_BACKUPFILE.
58009
58010         More patches to assume C89 or better.
58011
58012         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
58013
58014         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
58015         unconditionally.
58016         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
58017         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
58018         Include <string.h>, <stdlib.h> unconditionally.
58019         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
58020         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
58021         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
58022         headers or for string.h.
58023         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
58024         or strtoul.
58025
58026         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
58027         headers.
58028         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
58029         * m4/userspec.m4 (gl_USERSPEC): Likewise.
58030         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
58031         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
58032         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
58033         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
58034         memcpy, memset.
58035         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
58036         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
58037         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
58038         strtol.
58039         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
58040         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
58041         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
58042         strtoul.
58043
58044 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58045
58046         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
58047         * lib/obstack.c [!defined _LIBC]: Likewise.
58048         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
58049         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
58050         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
58051
58052         More changes to assume C89 or better.
58053
58054         * lib/error.c (error_tail): Assume vprintf.
58055
58056         * lib/argmatch.c (getenv): Remove decl.
58057         * lib/progreloc.c (get_full_program_name): Define via prototype.
58058         * lib/setenv.c (clearenv): Likewise.
58059         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
58060         needed.
58061         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
58062         (malloc, memcpy): Remove decls.
58063         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
58064         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
58065         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
58066         (memcpy): Remove macro.
58067         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
58068         (__P): Remove.  All uses removed.
58069         (PTR): Remove.  All uses changed to void *.
58070         (CHAR_BIT, NULL): Remove.
58071         (spaces, zeros, memset_space, memset_zero)
58072         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
58073         Remove.
58074         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
58075         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
58076         Define with prototype.
58077         Remove now-unnecessary prototype decl.
58078         (extra_args_spec): Assume ANSI C.  All uses changed.
58079         (extra_args_spec_iso): Remove.
58080         (my_strftime, emacs_strftimeu): Define via prototype.
58081         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
58082         unconditionally.
58083         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
58084         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
58085         (strtoul, strtol): Remove decls.
58086         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
58087         LONG_MAX): Remove.
58088         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
58089         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
58090         (LOCALE_PARAM_PROTO): New macro.
58091         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
58092         (INTERNAL (strtol), strtol): Define with a prototype.
58093         (PARAMS): Remove.  All uses removed.
58094         * lib/tempname.c: Include <string.h> unconditionally.
58095         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
58096         * lib/xgethostname.c (main): Define with a prototype.
58097         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
58098         Include <stdlib.h> unconditionally.
58099         (calloc, malloc, realloc, free): Remove decls.
58100         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
58101         Include <stdlib.h> unconditionally.  Sort include file names.
58102         (strtod): Remove.
58103         (xstrtod): Define with a prototype.
58104         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
58105         (strtol, strtoul): Remove decls.
58106
58107 2003-09-11  Paul Eggert  <eggert@twinsun.com>
58108
58109         More patches to assume C89 or better.
58110         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
58111         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
58112         string.h, memchr, STDC_HEADERS.
58113
58114 2003-09-11  Paul Eggert  <eggert@twinsun.com>
58115
58116         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
58117         Include <stdlib.h>, <string.h> unconditionally.
58118         Remove now-unnecessary cast to char *.
58119         * lib/strnlen.c: Include <string.h> unconditionally.
58120         * lib/yesno.c (yesno): Define with a prototype.
58121
58122 2003-09-11  Bruno Haible  <bruno@clisp.org>
58123
58124         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
58125
58126 2003-09-10  Jim Meyering  <jim@meyering.net>
58127
58128         * lib/error.c: Correct indentation of cpp directives.
58129
58130 2003-09-10  Bruno Haible  <bruno@clisp.org>
58131
58132         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
58133         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
58134         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
58135         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
58136         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
58137         <stdlib.h> and <string.h> checks.
58138         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
58139         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
58140
58141 2003-09-10  Bruno Haible  <bruno@clisp.org>
58142
58143         * lib/strcspn.c: Include <string.h> unconditionally.
58144         * lib/strpbrk.c: Include <string.h> unconditionally.
58145         * lib/strstr.c: Include <string.h> unconditionally.
58146         * lib/unicodeio.c: Include <string.h> unconditionally.
58147         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
58148         * lib/unsetenv.c: Likewise.
58149         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
58150         * lib/yesno.c: Include <stdlib.h> unconditionally.
58151         (rpmatch): Add prototype.
58152
58153 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58154
58155         More patches to assume C89 or better.
58156         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
58157         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
58158         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
58159         or for string.h.
58160         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
58161         stdlib.h.
58162         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
58163         C headers.
58164         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
58165         string.h.
58166         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
58167         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
58168         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
58169         or for string.h.
58170         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
58171         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
58172         C headers.
58173         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
58174         memcpy.
58175         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
58176         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
58177         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
58178         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
58179         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
58180         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
58181         string.h, free.
58182         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
58183         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
58184         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
58185         C headers, or for string.h.
58186         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
58187         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
58188         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
58189         headers, memory.h, stdlib.h, string.h, strings.h.
58190         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
58191         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
58192         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
58193         strchr.
58194         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
58195         headers, memory.h, string.h.
58196         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
58197         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
58198         free.
58199         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
58200         headers.
58201         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
58202         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
58203         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
58204         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
58205         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
58206
58207 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58208
58209         More K&R removal.
58210
58211         * lib/acosl.c (main): Use a prototype.
58212         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
58213         tanl.c: Likewise.
58214
58215         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
58216
58217         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
58218         (getopt, etopt_long, getopt_long_only, _getopt_internal)
58219         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
58220         with a prototype.
58221         * lib/getopt.c (const): Remove macro.
58222         Include <string.h> unconditionally.
58223         (my_index): Remove; all uses changed to strchr.
58224         (strlen): Remove decl.
58225         (exchange): Remove forward decl; no longer needed.
58226         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
58227         Define with prototype.
58228         * lib/getopt1.c (const): Remove macro.
58229         (getopt_long, getopt_long_only, main): Define with prototype.
58230
58231         * lib/getugroups.c: Include <string.h> unconditionally.
58232
58233         * lib/getusershell.c: Include <stdlib.h> unconditionally.
58234         (getusershell, setusershell, endusershell, readname, main):
58235         Define with prototypes.
58236
58237         * lib/group-member.c: Include group-member.h first.
58238         Include <stdlib.h> unconditionally.
58239
58240         * lib/hard-locale.c: Include hard-locale.h first.
58241         Include <stdlib.h>, <string.h> unconditionally.
58242
58243         * lib/hash.c (free, malloc): Remove decls.
58244         Include <stdlib.h> unconditionally.
58245
58246         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
58247         (getenv): Do not declare.
58248
58249         * lib/idcache.c: Include <string.h> unconditionally.
58250
58251         * lib/long-options.c: Include long-options.h first, to test interface.
58252         Include <stdlib.h> unconditionally.
58253
58254         * lib/makepath.c: Include makepath.h first, to test interface.
58255         Include <stdlib.h> and <string.h> unconditionally.
58256
58257         * lib/linebuffer.c: Include <stdlib.h>.
58258         (free): Remove decl.
58259
58260         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
58261         stddef.h. rpl_malloc returns void *, not char *.
58262         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
58263         prototype.
58264
58265         * lib/md5.h: Include <limits.h> unconditionally.
58266         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
58267         (__P): Remove; all uses removed.
58268         * lib/md5.c: Include "md5.h" first.
58269         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
58270         md5_buffer, md5_process_bytes, md5_process_block):
58271         Define with prototypes.
58272         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
58273         * lib/sha.c: Include "sha.h" first.
58274         Include <stdlib.h>, <string.h> unconditionally.
58275
58276         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
58277         * lib/memcmp.c (__ptr_t): Likewise.
58278         * lib/memrchr.c (__ptr_t): Likewise.
58279         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
58280         Include <string.h> unconditionally.
58281         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
58282         * lib/memchr.c: Include <stdlib.h> unconditionally.
58283         * lib/memchr.c (LONG_MAX): Remove.
58284         * lib/memrchr.c (LONG_MAX): Likewise.
58285         * lib/memchr.c (__memchr): Define via a prototype.
58286         * lib/memrchr.c (__memrchr): Likewise.
58287         * lib/memcmp.c (__P): Remove, and remove all uses.
58288         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
58289         Remove forward decls; no longer needed.
58290         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
58291         Use types required by C89 in prototype.
58292
58293         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
58294         * lib/savedir.c: Likewise.
58295         * lib/mkdir.c (free): Remove decl.
58296         * lib/rmdir.c (rmdir): Define with a prototype.
58297         * lib/savedir.c: Include savedir.h first, to test interface.
58298
58299         * lib/mktime.c (STDC_HEADERS): Remove.
58300         Include <stdlib.h>, <string.h> unconditionally.
58301
58302         * lib/modechange.c: Include <stdlib.h> unconditionally.
58303         (malloc): Remove decl.
58304
58305         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
58306         (free): Remove decl.
58307
58308         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
58309         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
58310         (This type really should be intptr_t, but that's a C99ism.)
58311         (_obstack_memcpy): Remove: all uses changed to memcpy.
58312         Include <string.h> unconditionally.
58313         (struct obstack): Assume __STDC__ for types of members
58314         chunkfun, freefun, extra_arg.
58315         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
58316         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
58317         obstack_begin, obstack_specify_allocation,
58318         obstack_specify_allocation_with_arg, obstack_chunkfun,
58319         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
58320         Remove unprototyped decls and the macros that use them.
58321         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
58322         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
58323         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
58324         (defined __STDC__ && __STDC__)]:
58325         Remove nonprototyped code.
58326         Include <stdlib.h> unconditionally.
58327         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
58328         _obstack_allocated_p, _obstack_free, obstack_free,
58329         _obstack_memory_used, print_and_abort):
58330         Define using prototypes.
58331         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
58332         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
58333         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
58334         obstack_next_free, obstack_object_size, obstack_room) [0]:
58335         Remove unused, unprototyped code.
58336
58337         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
58338
58339         * lib/physmem.c (physmem_total, physmem_available, main): Define
58340         with prototypes.
58341
58342         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
58343         (main): Define with a prototype.
58344
58345         * lib/posixver.c (getenv): Remove decl.
58346
58347         * lib/putenv.c (malloc): Returns void *, not char *.
58348         Include <string.h> unconditionally.
58349         (strchr, memcpy, NULL): Do not define.
58350
58351         * lib/readtokens.c: Include readtokens.h first, to test interface.
58352         Include <stdlib.h>, <string.h> unconditionally.
58353         (init_tokenbuffer): Define with a prototype.
58354
58355         * lib/regex.c (PARAMS): Remove.  All uses removed.
58356         All uses of _RE_ARGS removed, too.
58357         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
58358         unconditionally.
58359         (bzero): Assume memset exists.
58360         (memcmp, memcpy, NULL): Remove.
58361         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
58362         char, or assignments to local vars of type signed char.
58363         (init_syntax_once, PREFIX(extract_number_and_incr),
58364         PREFIX(print_partial_compiled_pattern),
58365         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
58366         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
58367         PREFIX(regex_grow_registers), PREFIX(regex_compile),
58368         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
58369         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
58370         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
58371         wcs_compile_range, byte_compile_range, truncate_wchar,
58372         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
58373         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
58374         count_mbs_length, wcs_re_match_2_internal,
58375         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
58376         PREFIX(alt_match_null_string_p),
58377         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
58378         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
58379         regfree, PREFIX(extract_number)): Define with prototype.  Remove
58380         now-unnecessary declaration, if any.
58381         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
58382         regcomp, regexec):
58383         Remove now-unnecessary casts among pointer types.
58384         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
58385
58386         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
58387         (free): Remove decl.
58388
58389         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
58390
58391         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
58392         (free): Remove decl.
58393
58394         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
58395         * lib/xgetcwd.c: Likewise.
58396
58397         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
58398         (free): Remove decl.
58399
58400         * lib/strchrnul.c (strchrnul): Define with a prototype.
58401         Fix bug: c_in was not converted to char before searching.
58402
58403         The following changes are not K&R related:
58404
58405         * lib/group-member.h: Include <sys/types.h>, so that this file is
58406         self-contained.
58407         * lib/makepath.h: Likewise.
58408
58409         * lib/getusershell.c (readname, default_index, line_size, readname):
58410         Use size_t, not int, for sizes.
58411         (readname): If the size overflows, report an error instead of
58412         looping forever.
58413
58414 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58415
58416         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
58417         libc.
58418
58419 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58420
58421         * README: New section: portability guidelines.
58422
58423 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
58424
58425         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
58426         C89 spec.
58427
58428 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
58429
58430         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
58431
58432 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58433
58434         Assume C89 or better; remove K&R cruft.
58435         A few of these changes were first proposed by Derek Robert Price
58436         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
58437
58438         * lib/addext.c: Include <string.h> unconditionally.
58439         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
58440         Don't declare getenv or malloc.
58441
58442         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
58443         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
58444         (NULL): Remove.
58445         (find_stack_direction, alloca): Use prototypes.
58446
58447         * lib/atexit.c (atexit): Define using a prototype.
58448
58449         * lib/basename.c, dirname.c, stripslash.c:
58450         Include <string.h> unconditionally.
58451
58452         * lib/bcopy.c: Include <stddef.h>.
58453         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
58454
58455         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
58456
58457         * lib/error.h (error, error_at_line, error_print_progname)
58458         [! (defined (__STDC__) && __STDC__)]: Remove decls.
58459         * lib/error.c: Include error.h first, to check interface.
58460         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
58461         (VA_START): Remove; all uses changeed to va_start.
58462         (exit, strerror): Remove decls.
58463         (error_print_progname): Prototype uncondionally.
58464         Don't include <errno.h>; no longer needed.
58465         (private_strerror): Remove.
58466         (error_tail): Always define.
58467         (error, error_at_line): Assume C89 or better; always use prototypes.
58468         * lib/fatal.c: Include "fatal.h" first, to test interface.
58469         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
58470         (VA_START): Remove; all uses changed to va_start.
58471         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
58472         this case.
58473         (exit): Remove decl.
58474         (fatal): Prototype unconditionally.  Assume va_start works.
58475         Abort at end, to pacify gcc.
58476
58477         * lib/euidaccess.c (main): Define with a prototype.
58478
58479         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
58480
58481         * lib/exitfail.c: Include <stdlib.h> unconditionally.
58482
58483         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
58484         prototypes.
58485         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
58486         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
58487         (getenv): Remove decl.
58488         (fnmatch): Define using a prototype.
58489         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
58490         (FCT): Define using a prototype.
58491
58492         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
58493
58494         * lib/gethostname.c: Include <stddef.h>.
58495         (gethostname): Define with prototype.  Length is size_t, not int.
58496
58497 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58498
58499         Assume C89 or better; remove K&R cruft.
58500         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
58501         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
58502         string.h, getenv, malloc.
58503         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
58504         headers.
58505         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
58506         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
58507         do not check for strerror.
58508         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
58509         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
58510         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
58511         do not check for doprnt or vprintf.
58512         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
58513         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
58514
58515 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58516
58517         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
58518         getversion.c should have been removed then, but was accidentally
58519         preserved.
58520
58521         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
58522         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
58523
58524 2003-09-08  Karl Berry  <karl@gnu.org>
58525
58526         * config/config.sub, config.guess, srclistvars.sh: update from savannah
58527                 config, forget about prep.
58528
58529         * config/depcomp, missing: update from automake.
58530
58531 2003-09-07  Paul Eggert  <eggert@twinsun.com>
58532
58533         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
58534         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
58535
58536 2003-09-07  Paul Eggert  <eggert@twinsun.com>
58537
58538         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
58539         copy_tm_result.  Bug reported by Simon Josefsson in
58540         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
58541
58542 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58543
58544         * m4/time_r.m4: New file.
58545         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
58546         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
58547         is. Check for timegm declaration.
58548         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
58549         Do not check for gmtime_r.
58550         Replace mktime if __mktime_internal does not exist and if mktime
58551         hasn't been replaced already.
58552
58553 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58554
58555         * lib/time_r.c, lib/time_r.h: New files.
58556
58557         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
58558         __localtime_r.
58559         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
58560         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
58561
58562         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
58563         __gmtime_r.
58564         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
58565         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
58566         Include <time_r.h>.
58567
58568         * lib/timegm.c: Switch to glibc implementation, with the following
58569         changes:
58570         [defined HAVE_CONFIG_H]: Include <config.h>.
58571         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
58572         (__mktime_internal) [!defined _LIBC]: New decl.
58573         (__gmtime_r) [!defined _LIBC]: New macro and function.
58574         (timegm): Use a prototype, since gnulib assumes C89.
58575         Do not bother declaring tmp to be const, as it's not really usefu.
58576         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
58577         (timegm): Declare only if HAVE_DECL_TIMEGM.
58578
58579 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58580
58581         * MODULES.html.sh (func_all_modules): Add time_r.
58582         * modules/time_r: New file.
58583         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
58584         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
58585
58586 2003-09-03  Paul Eggert  <eggert@twinsun.com>
58587
58588         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
58589         Bug reported by Lute Kamstra in
58590         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
58591
58592         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
58593         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
58594         course with correspondingly smaller numbers for tomorrow and
58595         yesterday.  From Tadayoshi Funaba.  Originally installed into
58596         sh-utils on 1999-08-07, but the patch got lost (I guess during the
58597         coreutils merge?).
58598
58599 2003-08-31  Simon Josefsson  <jas@extundo.com>
58600
58601         * modules/timegm: New file.
58602         * MODULES.html.sh (func_all_modules): Add timegm.
58603
58604 2003-08-31  Simon Josefsson  <jas@extundo.com>
58605
58606         * m4/timegm.m4: New file.
58607
58608 2003-08-31  Simon Josefsson  <jas@extundo.com>
58609
58610         * lib/timegm.h: New file.
58611         * lib/timegm.c: New file.  Based on
58612         wget-1.8.2/src/http.c:mktime_from_utc.
58613
58614 2003-08-31  Karl Berry  <karl@gnu.org>
58615
58616         * lib/argp.h: update from libc.
58617
58618 2003-08-28  Bruno Haible  <bruno@clisp.org>
58619
58620         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
58621         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
58622         followed by '#define fnmatch fnmatch_posix' gives an error.
58623
58624 2003-08-28  Bruno Haible  <bruno@clisp.org>
58625
58626         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
58627         warning on QNX, which defines O_BINARY to 000000.
58628
58629 2003-08-27  Jim Meyering  <jim@meyering.net>
58630
58631         * m4/mkstemp.m4: Require that the system mkstemp be able to create
58632         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
58633         would fail after 32.  Reported by Danny Levinson.  Details here:
58634         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
58635
58636 2003-08-24  Bruno Haible  <bruno@clisp.org>
58637
58638         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
58639         MSVC7 <stdio.h> is included later.
58640
58641 2003-08-22  Simon Josefsson  <jas@extundo.com>
58642
58643         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
58644
58645 2003-08-20  Karl Berry  <karl@gnu.org>
58646
58647         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
58648
58649 2003-08-20  Bruno Haible  <bruno@clisp.org>
58650
58651         * modules/progname: New file.
58652         * MODULES.html.sh (func_all_modules): Add progname.
58653
58654 2003-08-20  Bruno Haible  <bruno@clisp.org>
58655
58656         * lib/progname.h: New file, from GNU gettext.
58657         * lib/progname.c: New file, from GNU gettext.
58658         * lib/progreloc.c: New file, from GNU gettext.
58659
58660 2003-08-19  Jim Meyering  <jim@meyering.net>
58661
58662         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
58663         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
58664
58665 2003-08-19  Bruno Haible  <bruno@clisp.org>
58666
58667         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
58668         more.
58669
58670 2003-08-19  Bruno Haible  <bruno@clisp.org>
58671
58672         * lib/xstrdup.c: Assume <string.h> exists.
58673
58674 2003-08-18  Paul Eggert  <eggert@twinsun.com>
58675
58676         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
58677         in makefile rules.
58678
58679 2003-08-18  Jim Meyering  <jim@meyering.net>
58680
58681         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
58682         * m4/lib-ld.m4: Likewise.
58683
58684 2003-08-18  Jim Meyering  <jim@meyering.net>
58685
58686         * lib/setenv.h: Indent nested cpp directive.
58687         * lib/vasnprintf.c: Remove trailing blanks.
58688
58689 2003-08-17  Simon Josefsson  <jas@extundo.com>
58690
58691         * modules/xstrndup: New file.
58692         * MODULES.html.sh (func_all_modules): Add xstrndup.
58693
58694 2003-08-17  Simon Josefsson  <jas@extundo.com>
58695
58696         * modules/argp: Fix autoconf macro name. Add more dependencies.
58697
58698 2003-08-17  Simon Josefsson  <jas@extundo.com>
58699
58700         * m4/xstrndup.m4: New file.
58701
58702 2003-08-17  Simon Josefsson  <jas@extundo.com>
58703
58704         * m4/argp.m4: New file.
58705
58706 2003-08-17  Simon Josefsson  <jas@extundo.com>
58707             Bruno Haible  <bruno@clisp.org>
58708
58709         * lib/xstrndup.h: New file.
58710         * lib/xstrndup.c: New file.
58711
58712 2003-08-17  Bruno Haible  <bruno@clisp.org>
58713
58714         * modules/strndup (Files, Include): Add lib/strndup.h.
58715
58716 2003-08-17  Bruno Haible  <bruno@clisp.org>
58717
58718         * modules/euidaccess (Files): Add lib/euidaccess.h.
58719
58720 2003-08-17  Bruno Haible  <bruno@clisp.org>
58721
58722         * lib/strndup.h: New file.
58723
58724 2003-08-17  Bruno Haible  <bruno@clisp.org>
58725
58726         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
58727         like AC_GNU_SOURCE.
58728         * modules/extensions (configure.ac): Comment out the invocation of
58729         gl_USE_SYSTEM_EXTENSIONS.
58730
58731 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58732
58733         Merges from coreutils, etc.
58734         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
58735         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
58736         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
58737         fixing a typo.
58738         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
58739         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
58740
58741 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58742
58743         Document merge from coreutils.
58744         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
58745         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
58746         * modules/utime: Add m4/utimes-null.m4.
58747
58748 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58749
58750         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
58751         space, undoing this 2003-08-12 change:
58752         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58753
58754 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58755
58756         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
58757         strtoul.c from libc, undoing this 2003-08-12 change:
58758         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58759
58760 2003-08-16  Jim Meyering  <jim@meyering.net>
58761
58762         Merges from coreutils.
58763         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
58764         prefix.  Adjust cache variables similarly.  Create 500 rather than
58765         just 300 files, to exercise bug on Darwin6.5, too.
58766         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
58767         $missing_dir.
58768         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
58769         AM_SYS_POSIX_TERMIOS.
58770         Reported by mkc@mathdogs.com.
58771         Also change use of $am_cv_sys_posix_termios
58772         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
58773         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
58774         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
58775         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
58776         in /proc/mounts until it finds one with matching device number.  This
58777         is unnecessary when the FILE argument *is* a mount point.  No stat call
58778         is necessary in that case.  So, disable the statvfs-testing code on
58779         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
58780         as RedHat bug# 84846.
58781         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58782         to 1MB, so as not to render systems with no stack size limit (e.g.,
58783         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58784         Include <unistd.h>.  On some systems,
58785         it is required for the definition of _SC_PAGESIZE.
58786
58787 2003-08-16  Jim Meyering  <jim@meyering.net>
58788
58789         Merge from coreutils.
58790         * lib/xstrtoimax.c: #else #if -> #elif.
58791         * lib/xstrtoumax.c: Likewise.
58792
58793 2003-08-16  Jim Meyering  <jim@meyering.net>
58794
58795         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
58796         * m4/utimes.m4: Removed.
58797         * m4/utimes-null.m4: Renamed from utimes.m4.
58798
58799         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58800         to 1MB, so as not to render systems with no stack size limit (e.g.,
58801         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58802         Include <unistd.h>.  On some systems,
58803         it is required for the definition of _SC_PAGESIZE.
58804
58805 2003-08-16  Jim Meyering  <jim@meyering.net>
58806         and Paul Eggert  <eggert@cs.ucla.edu>
58807
58808         Merges from coreutils, etc.
58809
58810         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
58811         using the latest version from cvs.  This avoids problems with #line
58812         directives using a vendor (Sun) compiler.
58813         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
58814         Don't set GETGROUPS_LIB here; now it's
58815         done via getgroups.m4's wrapper function.
58816         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
58817         rather than just in sh-util/configure.in, so that the
58818         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
58819         same.
58820         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
58821         AC_FUNC_GETLOADAVG where to find getloadavg.c.
58822         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
58823         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
58824         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
58825         Remove code that is now done by the newly-required macros.
58826         Append $(EXEEXT) to DF_PROG.
58827         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
58828         Do not invoke or require the following here,
58829         since prereq.m4 or some gnulib .m4 now does this for us:
58830         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
58831         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
58832         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
58833         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
58834         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
58835         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
58836         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
58837         AC_FUNC_OBSTACK.
58838         Do not replace the following functions, as this is now the job
58839         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
58840         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
58841         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
58842         atexit getpass, strdup, getpagesize.
58843         Replace 'raise'.
58844         Do not check for the following functions, as this is now the job
58845         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
58846         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
58847         setregid.
58848         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
58849         Check for sys/sysctl.h.
58850         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
58851         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
58852         of checking for ssize_t ourselves.
58853
58854         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
58855         Require every macro that gnulib/modules/* suggests for us.
58856         (jm_PREREQ_ADDEXT): New macro.
58857         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
58858         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
58859
58860         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
58861         (gl_PHYSMEM): Use it.
58862         Also check for `table' function.
58863         Check for new headers and functions.
58864         Add check for sys/sysmp.h.
58865         With suggestions from Kaveh Ghazi.
58866         Ignore headers that are present but cannot be compiled.  This
58867         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
58868         C 5.4.
58869
58870 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58871
58872         Document merge from coreutils.
58873         * modules/userspec: Depend on posixver.
58874         * modules/strftime: Depend on tzset.
58875
58876 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58877
58878         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
58879         rather than tab, after '#' in shell-script copyright notices.
58880         Suggested by Bruno Haible.
58881
58882 2003-08-15  Paul Eggert  <eggert@twinsun.com>
58883
58884         * config/srclist-update: Use three spaces, rather than tab, after '#'
58885         in shell-script copyright notices.  Suggested by Bruno Haible.
58886         Remove unnecessary parenthesization in regular expression.
58887
58888 2003-08-15  Jim Meyering  <jim@meyering.net>
58889
58890         Merge from coreutils.
58891         * lib/xgethostname.c: Include <stdlib.h>.
58892         (xghostname): Don't exit for anything other than memory-related
58893         failure; just return NULL.
58894         * lib/userspec.c: Include "posixver.h".
58895         (parse_user_spec): Accept `.' as a separator only
58896         in pre-POSIX-200112 mode.
58897         * lib/strtoimax.c: Use #elif rather than #else #if.
58898         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
58899         Remove function, now that we can rely on a working tzset function.
58900         [!_LIBC]: Ensure that the required autoconf test has been run.
58901         [!defined _NL_CURRENT && HAVE_STRFTIME]:
58902         Use underlying_strftime for %r.
58903         * lib/sha.c: Merge in some clean-up and optimization changes from
58904         glibc.
58905         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
58906         Ensure that it is a multiple of 64.
58907         Rearrange loop exit tests so as to avoid performing an
58908         additional fread after encountering an error or EOF.
58909         * lib/realloc.c: Update copyright date.
58910
58911 2003-08-15  Jim Meyering  <jim@meyering.net>
58912         and Paul Eggert  <eggert@twinsun.com>
58913
58914         Merge from coreutils.
58915         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
58916         member but strut utmpx does not.  Needed for AIX 4.3.3.
58917         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
58918
58919 2003-08-15  Jim Meyering  <jim@meyering.net>
58920         and Paul Eggert  <eggert@cs.ucla.edu>
58921
58922         Merges from coreutils, etc.
58923         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
58924         Require gl_FUNC_TZSET_CLOBBER.
58925         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
58926         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
58927         members.
58928
58929 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58930
58931         Help the merge from coreutils.
58932         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
58933         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
58934         * m4/tzset.m4: Use it too.
58935
58936 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58937
58938         * modules/tzset: New file.
58939
58940 2003-08-14  Jim Meyering  <jim@meyering.net>
58941
58942         Merges from coreutils.
58943         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
58944         variable names, rather than @FNMATCH_H@.
58945         * modules/alloca: Likewise for $(ALLOCA_H).
58946
58947         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
58948         the three copies of the literal target, `fnmatch.h'.
58949         * modules/alloca (alloca.h): Likewise.
58950
58951 2003-08-14  Jim Meyering  <jim@meyering.net>
58952
58953         Merge from coreutils.
58954         * m4/tzset.m4: New file.
58955         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
58956         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
58957         otherwise, AIX 5.1 systems would end up using the latter.
58958         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
58959         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
58960         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
58961         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
58962
58963 2003-08-14  Jim Meyering  <jim@meyering.net>
58964
58965         Merge from coreutils.
58966         * lib/obstack.h: Whitespace changes.
58967         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
58968         and xcalloc return values.
58969         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
58970         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
58971         hang on OSF/1 5.1 for DIR on both local and remote file systems.
58972         Reported by (and fix confirmed by) Nelson H. F. Beebe.
58973         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
58974         error from mntctl.
58975         Use mntctl's return value to drive the entry-processing loop, since
58976         we can't rely on the value of the vmt_length member in the last
58977         entry.  On some systems doing so could result in exhausting
58978         virtual memory.  Based in part on a patch from Mike Jetzer.
58979
58980 2003-08-14  Jim Meyering  <jim@meyering.net>
58981         and Paul Eggert  <eggert@twinsun.com>
58982
58983         Merges from coreutils, plus other fixes.
58984         * lib/physmem.c: Merge in portability changes from gcc/libiberty
58985         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
58986         for credits and details.  Thanks to Kaveh Ghazi for helping
58987         to keep these files in sync.
58988         (ARRAY_SIZE): Define it.
58989         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
58990         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
58991         (memcasecmp): Don't assume size_t fits in unsigned int.
58992         Remove casts and duplicate code.
58993         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
58994         (memcpy): Remove definition.
58995         Merge in some clean-up and optimization changes from glibc.
58996         [BLOCKSIZE]: Move definition to top of file.
58997         Ensure that it is a multiple of 64.
58998         Rearrange loop exit tests so as to avoid performing an
58999         additional fread after encountering an error or EOF.
59000         * lib/md5.h (md5_uintptr): Define.
59001         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
59002         return to the initial working directory.  Preserve errno
59003         for caller.
59004         * lib/idcache.c: Include "xalloc.h".
59005         (xmalloc, xrealloc): Remove decls.
59006         (getuser): Remove casts no longer required in C89.
59007         * lib/human.c: Include stdio.h, for sprintf.
59008         * lib/group-member.c: Include "xalloc.h".
59009         (xmalloc, xrealloc): Remove decls.
59010         (get_group_info): Remove casts no longer required in C89.
59011         * lib/getusershell.c (readname): Remove casts no longer required in
59012         C89.
59013         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
59014         * lib/getline.c: Whitespace fix, from coreutils.
59015
59016 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59017
59018         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
59019         Check for isascii.
59020
59021         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
59022         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
59023         Undo previous (whitespace-only) change.
59024
59025 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59026
59027         * lib/exclude.c: Include <ctype.h>
59028         (IN_CTYPE_DOMAIN): New macro.
59029         (is_space): New fn.
59030         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
59031         and empty lines.
59032
59033         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
59034         Undo previous (whitespace-only) change.
59035
59036 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59037
59038         * config/srclist-update: Change update back to the old behavior,
59039         leaving whitespace alone.  Use one 'sed' command rather than a
59040         pipeline.
59041         (fixlicense): Now a variable, not a function.
59042         (remove_trailing_blanks): Remove.
59043         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
59044         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
59045         Undo previous (whitespace-only) change.
59046
59047 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59048
59049         Merge from coreutils.
59050         * modules/euidaccess: Add lib_SOURCES, include for new
59051         file euidaccess.h
59052
59053 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59054
59055         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
59056         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
59057         Normalize leading white space and remove trailing white space.
59058
59059         Merge from coreutils
59060         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
59061
59062         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
59063         0.12.1.  These files are now being upgraded automatically by
59064         ../config/srclist-update.
59065
59066 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59067
59068         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
59069         Normalize leading white space and remove trailing white space.
59070         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
59071         notice, as per ../config/srclist-update.
59072
59073         Merge from coreutils.
59074         * lib/euidaccess.h: New file.
59075         * lib/euidaccess.c: Include it.
59076         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
59077         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
59078         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
59079
59080 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59081
59082         * config/srclist-update: Add copyright notice.
59083         (remove_id_lines, remove_trailing_blanks): New constants.
59084         (fixfile): Use them to normalize spacing a bit in copied files.
59085         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
59086         Normalize leading white space and remove trailing white space.
59087
59088         * config/texinfo.tex: Sync with texinfo.
59089
59090         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
59091         strtoul.c from libc, to merge coreutils whitespace changes.
59092
59093         * config/srclist.txt: Get the following m4 files from gettext:
59094         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
59095         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
59096         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
59097         wint_t.m4.
59098
59099 2003-08-12  Karl Berry  <karl@gnu.org>
59100
59101         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
59102         been made.
59103
59104 2003-08-11  Paul Eggert  <eggert@twinsun.com>
59105
59106         * modules/gnu-source, m4/gnu-source.m4:
59107         Remove; we're assuming Autoconf 2.54 or later now.
59108         Suggested by Bruno Haible.
59109         * MODULES.html.sh (func_all_modules): Remove gnu-source.
59110
59111 2003-08-11  Bruno Haible  <bruno@clisp.org>
59112
59113         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
59114
59115 2003-08-11  Bruno Haible  <bruno@clisp.org>
59116
59117         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
59118         (vasnprintf): Use it instead of wcslen.
59119
59120 2003-08-11  Bruno Haible  <bruno@clisp.org>
59121
59122         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
59123         value to ensure that _Bool promotes to int. Use #define for _Bool when
59124         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
59125
59126 2003-08-10  Karl Berry  <karl@gnu.org>
59127
59128         * lib/regex.h: update from libc (whitespace fix).
59129
59130 2003-08-09  Paul Eggert  <eggert@twinsun.com>
59131
59132         Merge some files from coreutils.  These changes were
59133         originally made by Jim Meyering.
59134         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
59135         many older Unixes require this.
59136         * lib/alloca.c (alloca): Remove cast to argument of free;
59137         no longer needed in C89.
59138         * lib/alloca_.h, regex.h: Fix white space to match
59139         what GNU indent does.
59140
59141 2003-08-09  Paul Eggert  <eggert@twinsun.com>
59142
59143         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
59144         apparently Emacs's Unicode mode got confused before my 2003-08-05
59145         checkin.
59146
59147 2003-08-08  Paul Eggert  <eggert@twinsun.com>
59148
59149         * m4/extensions.m4: New file.
59150         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
59151         Require gl_USE_SYSTEM_EXTENSIONS.
59152         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
59153         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
59154
59155 2003-08-08  Paul Eggert  <eggert@twinsun.com>
59156
59157         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
59158         * modules/extensions, modules/gnu-source: New files.
59159         * modules/timespec, modules/unlocked-io: Depend on extensions.
59160
59161 2003-08-07  Paul Eggert  <eggert@twinsun.com>
59162
59163         * modules/restrict: New file.
59164         * MODULES.html.sh (func_all_modules): Add restrict.
59165         * modules/regex: Depend on restrict.
59166
59167 2003-08-07  Paul Eggert  <eggert@twinsun.com>
59168
59169         * m4/restrict.m4: New file.
59170         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
59171
59172 2003-08-07  Bruno Haible  <bruno@clisp.org>
59173
59174         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
59175         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
59176
59177 2003-08-07  Bruno Haible  <bruno@clisp.org>
59178
59179         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
59180         makes the module 'getndelim2' compatible with the module 'getline'.
59181
59182 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59183
59184         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
59185         byte with "\201" to avoid glitches when editing that source file
59186         with multi-gnome-terminal.
59187
59188 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59189
59190         * lib/bumpalloc.h: Remove.
59191
59192 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59193
59194         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
59195         * modules/bumpalloc: Remove.
59196
59197 2003-08-04  Paul Eggert  <eggert@twinsun.com>
59198
59199         * lib/getloadavg.c: Change copyright notice and spacing to conform to
59200         GNU coding style.
59201
59202         Merge from coreutils.
59203         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
59204         1. From glibc.
59205         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
59206         from Karl Berry, implemented by Jim Meyering.
59207         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
59208         from Dmitry V. Levin.
59209         Remove anachronistic cast of xrealloc.
59210         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
59211         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
59212         type. Otherwise, it wouldn't compile with at least /bin/cc on
59213         ymp-cray-unicos9.0.2.X.
59214         Combine two mostly-identical uses of alloca into one.
59215         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
59216
59217 2003-08-04  Dave Love  <d.love@dl.ac.uk>
59218
59219         [From Emacs.]
59220
59221         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
59222         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
59223         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
59224         obsolete NLIST_NAME_UNION.
59225         [__GNU__]: Undef BSD and FSCALE.
59226         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
59227
59228 2003-08-03  Paul Eggert  <eggert@twinsun.com>
59229
59230         * lib/stdbool_.h (_Bool): Make it signed char, instead of
59231         an enum type, so that it's guaranteed to promote to int.  See:
59232         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
59233
59234 2003-08-03  Karl Berry  <karl@gnu.org>
59235
59236         * config/depcomp: update from automake.
59237
59238 2003-07-31  Paul Eggert  <eggert@twinsun.com>
59239
59240         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
59241         (strerror): Don't assume that a printable int fits in 14 bytes.
59242
59243 2003-07-31  Bruno Haible  <bruno@clisp.org>
59244
59245         * modules/getpass-gnu: New file.
59246         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
59247
59248 2003-07-31  Bruno Haible  <bruno@clisp.org>
59249
59250         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
59251
59252 2003-07-24  Karl Berry  <karl@gnu.org>
59253
59254         * config/missing: update from automake.
59255
59256 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
59257             Bruno Haible  <bruno@clisp.org>
59258
59259         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
59260         * lib/getline.c (getline, getdelim): Likewise.
59261         Remove _GNU_SOURCE define; now it's defined in config.h through
59262         m4/getline.m4.
59263
59264 2003-07-23  Karl Berry  <karl@gnu.org>
59265
59266         * config/config.sub: update from prep.
59267
59268 2003-07-22  Paul Eggert  <eggert@twinsun.com>
59269
59270         * modules/xalloc (Depends-on): Add exitfail.
59271         * modules/xmemcoll: Likewise.
59272
59273 2003-07-22  Paul Eggert  <eggert@twinsun.com>
59274
59275         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
59276         over-parenthesization in macros.
59277
59278         Sync with coreutils.
59279
59280         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
59281         required by C99.
59282
59283         Use `exit_failure' for xalloc and xmemcoll instead of their own
59284         private exit-failure variables.
59285         * lib/xalloc.h (xalloc_exit_failure): Remove.
59286         * lib/xmalloc.c: Likewise.  Include exitfail.h.
59287         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
59288         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
59289         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
59290         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
59291
59292 2003-07-20  Jim Meyering  <jim@meyering.net>
59293
59294         * modules/closeout (Depends-on): Add exitfail.
59295         Suggestion from Bruno Haible.
59296
59297 2003-07-19  Karl Berry  <karl@gnu.org>
59298
59299         * config/config.sub: update from prep.
59300
59301 2003-07-18  Paul Eggert  <eggert@twinsun.com>
59302
59303         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
59304         Remove.
59305         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
59306         to test that it can stand by itself.  Include "exitfail.h".
59307         Clients should set exit_failure instead.
59308         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
59309
59310 2003-07-18  Bruno Haible  <bruno@clisp.org>
59311
59312         * modules/getndelim2: New file.
59313         * modules/getline: Share files with module getndelim2.
59314         * modules/getnline: Depend on getndelim2 instead of sharing files with
59315         it. Add getnline.c to lib_SOURCES.
59316         * MODULES.html.sh (func_all_modules): Add getndelim2.
59317
59318 2003-07-18  Bruno Haible  <bruno@clisp.org>
59319
59320         * m4/getndelim2.m4: New file.
59321         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
59322         invoke gl_PREREQ_GETNDELIM2.
59323         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
59324         gl_PREREQ_GETNDELIM2.
59325         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
59326         gl_GETNDELIM2.
59327
59328 2003-07-18  Bruno Haible  <bruno@clisp.org>
59329
59330         * lib/getndelim2.h: New file.
59331         * lib/getndelim2.c: Make into a module of its own. Include config.h,
59332         getndelim2.h.
59333         (getndelim2): Make non-static. Change return type to ssize_t.
59334         * lib/getline.h: Change argument names.
59335         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
59336         * lib/getnline.c: Include getndelim2.h.
59337
59338 2003-07-18  Andreas Schwab  <schwab@suse.de>
59339
59340         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
59341
59342 2003-07-17  Karl Berry  <karl@gnu.org>
59343
59344         * config/config.sub: update from prep.
59345
59346 2003-07-17  Bruno Haible  <bruno@clisp.org>
59347
59348         * modules/getnline: New file.
59349         * modules/getline: Add lib/getndelim2.c to source file list.
59350         * MODULES.html.sh (func_all_modules): Add getnline.
59351
59352 2003-07-17  Bruno Haible  <bruno@clisp.org>
59353
59354         * m4/getnline.m4: New file.
59355
59356 2003-07-17  Bruno Haible  <bruno@clisp.org>
59357
59358         * m4/Makefile.am.in: Remove file.
59359         * m4/Makefile.am: Remove file.
59360         * m4/Makefile.in: Remove file.
59361
59362 2003-07-17  Bruno Haible  <bruno@clisp.org>
59363
59364         * lib/getnline.h: New file.
59365         * lib/getnline.c: New file.
59366         * lib/getndelim2.c: New file, extracted from getline.c.
59367         (getndelim2): Renamed from getdelim2, with added nmax argument.
59368         * lib/getline.c: Include getndelim2.c.
59369         (getdelim2): Moved out to getndelim2.c.
59370         (getline, getdelim): Update.
59371
59372 2003-07-17  Bruno Haible  <bruno@clisp.org>
59373
59374         * lib/Makefile.am: Remove file.
59375         * lib/Makefile.in: Remove file.
59376
59377 2003-07-17  Bruno Haible  <bruno@clisp.org>
59378
59379         * configure.in: Remove file.
59380         * Makefile.in: Remove file.
59381
59382 2003-07-17  Bruno Haible  <bruno@clisp.org>
59383
59384         * MODULES.html.sh: Put the </BODY> right before </HTML>.
59385
59386 2003-07-16  Karl Berry  <karl@gnu.org>
59387
59388         * config/srclist-update: was running fixlicense twice, which caused
59389                 texinfo.tex to be nullified for some reason.  Simplify,
59390                 $gplsrc is no longer needed as far as I can see?
59391
59392 2003-07-16  Jim Meyering  <jim@meyering.net>
59393
59394         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
59395
59396 2003-07-15  Paul Eggert  <eggert@twinsun.com>
59397
59398         * config/srclist.txt: Get the following files from gettext-runtime/intl
59399         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
59400         ref-del.sin.  From Bruno Haible.
59401         * config/srclist-update (fixfile): Change grep pattern again, since the
59402         previous fix didn't work (there was another trailing $).  Use
59403         '[$]' to escape the $s.
59404
59405 2003-07-15  Karl Berry  <karl@gnu.org>
59406
59407         * lib/vasnprintf.c: update from gettext.
59408
59409 2003-07-15  Karl Berry  <karl@gnu.org>
59410
59411         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
59412         gets expanded when surrounded by '$'.
59413
59414 2003-07-15  Jim Meyering  <jim@meyering.net>
59415
59416         * modules/save-cwd: Don't depend on error.  From Derek Price.
59417
59418 2003-07-15  Jim Meyering  <jim@meyering.net>
59419
59420         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
59421
59422 2003-07-14  Simon Josefsson  <jas@extundo.com>
59423
59424         * modules/mempcpy: New file.
59425         * MODULES.html.sh (func_all_modules): Add mempcpy.
59426
59427 2003-07-14  Simon Josefsson  <jas@extundo.com>
59428
59429         * m4/mempcpy.m4: New file.
59430
59431 2003-07-14  Simon Josefsson  <jas@extundo.com>
59432
59433         * lib/mempcpy.h: New file.
59434         * lib/mempcpy.c: New file.
59435
59436 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59437
59438         * modules/getdate, modules/posixtm: Depend on mktime.
59439
59440 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59441
59442         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
59443         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
59444         unicodeio.c, unicodeio.h, unlocked-io.h:
59445         Switch from LGPL to GPL.
59446
59447 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59448
59449         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
59450         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
59451         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
59452         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
59453         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
59454         updated automatically by ../config/srclist-update.  This changes
59455         their license from LPGL to GPL.
59456
59457 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59458
59459         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
59460         assumed to refer to the root of the most recent stable gettext version.
59461         * config/srclistvars.sh: Add defaults for eggert.
59462         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
59463         Match "This program" as well as "The program".  This is needed
59464         for gettext.
59465
59466 2003-07-14  Jim Meyering  <jim@meyering.net>
59467
59468         Don't emit diagnostics.  Let callers do that.
59469         * lib/save-cwd.c: Don't include "error.h".
59470         (save_cwd): Don't call error.  Ensure that errno is valid
59471         when returning nonzero.
59472
59473         * lib/save-cwd.h (restore_cwd): Update prototype.
59474         * lib/save-cwd.c (restore_cwd): Remove two parameters.
59475         Simplify.  Don't call error upon failure.  Let callers do that.
59476         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
59477         when auditing is enabled.  But don't bother updating the #if.
59478
59479 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
59480
59481         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
59482         it breaks C++ compilation.
59483         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
59484
59485 2003-07-10  Simon Josefsson  <jas@extundo.com>
59486
59487         * modules/strchrnul (Makefile.am): Add strchrnul.h.
59488
59489 2003-07-10  Jim Meyering  <jim@meyering.net>
59490
59491         * m4/clock_time.m4: Remove trailing blank.
59492         * m4/intmax_t.m4: Likewise.
59493
59494 2003-07-10  Jim Meyering  <jim@meyering.net>
59495
59496         * lib/vasnprintf.c: Remove trailing blanks.
59497         Make cpp indentation consistent.
59498
59499 2003-07-09  Paul Eggert  <eggert@twinsun.com>
59500
59501         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
59502         posixver.c, strftime.c, strnlen.c, strverscmp.c:
59503         Switch from LGPL to GPL.
59504
59505 2003-07-09  Paul Eggert  <eggert@twinsun.com>
59506
59507         * config/srclist.txt: Sort sublists.  Add
59508         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
59509         that differ from gnulib for one reason or another; we'd like this list
59510         to be smaller but for now let's document what we have.
59511
59512 2003-07-08  Paul Eggert  <eggert@twinsun.com>
59513
59514         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
59515         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
59516         and sweeter "eval x=$x".
59517         * config/srclist.txt: Get lib/argp* from glibc.
59518
59519 2003-07-07  Paul Eggert  <eggert@twinsun.com>
59520
59521         * lib/mktime.c: Fix some boundary cases and remove need for floating
59522         point.
59523
59524         Issue a compile-time diagnostic if time_t is floating point, or if
59525         two's complement arithmetic is not in effect, or if arithmetic
59526         right shift does not propagate the sign.  These assumptions were
59527         all in the original code but they weren't checked.
59528
59529         (TIME_T_MIDPOINT, verify): New macros.
59530         (__isleap): Remove; it has integer overflow problems.
59531         (leapyear): New function, without those problems.
59532         (ydhms_tm_diff): Remove; splitting into two parts.
59533         (ydhms_diff): New function, containing the arithmetic part of
59534         the old ydhms_tm_diff function.  Issue a compile-time
59535         diagnostic if we are not using C99 integer division.
59536         Avoid casts when possible.
59537         (guess_time_tm): New function, containing the checking part of
59538         the old ydhms_tm_diff function.  Return the new value, rather than
59539         the difference between it and the old.  Accept a new argument T
59540         so that *T specifies the old value.  Check for overflow in the result.
59541
59542         (__mktime_internal): Use a time_t offset, not a long int offset.
59543         This undoes the 2003-06-04 change, which is no longer needed now
59544         that we have better overflow checking.
59545         (localtime_offset): Likewise.
59546
59547         (__mktime_internal): Avoid harmful overflow on hosts where time_t
59548         and long are 64-bit but int is only 32-bit.
59549         (ydhms_diff): Use long int to store year1 and yday1.
59550         Issue a compile-time diagnostic if long int is not wide enough.
59551
59552         (__mktime_internal): Use long int to store adjusted year and yday.
59553         Use plain C rather than preprocessor commands, if that doesn't
59554         affect efficiency.
59555         Check for overflow (and try to repair) after each probe
59556         rather than checking only at the very end.  This avoids some bugs
59557         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
59558         does not equal GMT offset at maximum time).
59559         Use integer to check for overflow rather than floating point; this
59560         is more portable to non-IEEE hosts, and is a tad faster.
59561         When we detect that we are oscillating between two values,
59562         don't check whether tm_isdst has the requested value, since
59563         we already know the answer.  When tm_isdst has the wrong value,
59564         use a different heuristic to find the right one, based on the
59565         extreme values actually observed in practice in tz2003a,
59566         rather than the (overly optimistic) "previous 3 calendar quarters".
59567
59568         (not_equal_tm, print_tm, check_result): Use "const T" rather than
59569         "T const" to accommodate glibc style.
59570         (check_result): Use less-confusing report format.  "long" -> "long int.
59571         (main): Likewise.
59572         Don't loop if the iteration overflows time_t.
59573         Allow a negative step in the iteration.
59574
59575 2003-07-06  Karl Berry  <karl@gnu.org>
59576
59577         * config/depcomp: update from automake.
59578         * config/config.sub: update from prep.
59579
59580 2003-07-03  Karl Berry  <karl@gnu.org>
59581
59582         * config/config.guess: update from prep.
59583
59584 2003-07-01  Paul Eggert  <eggert@twinsun.com>
59585
59586         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
59587         xreadlink.c now includes it unconditionally.
59588
59589 2003-07-01  Paul Eggert  <eggert@twinsun.com>
59590
59591         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
59592         having it depend on HAVE_SYS_TYPES_H.
59593
59594 2003-07-01  Bruno Haible  <bruno@clisp.org>
59595
59596         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
59597         <sys/types.h> should be sufficient.
59598         Reported by Paul Eggert.
59599
59600 2003-06-26  Karl Berry  <karl@gnu.org>
59601
59602         * config/depcomp: update from automake.
59603
59604 2003-06-26  Bruno Haible  <bruno@clisp.org>
59605
59606         * modules/human: Depend on module stdbool.
59607
59608 2003-06-25  Bruno Haible  <bruno@clisp.org>
59609
59610         * modules/readlink: New file.
59611         * modules/xreadlink: Depend on it.
59612         * MODULES.html.sh (func_all_modules): Add readlink.
59613
59614 2003-06-25  Bruno Haible  <bruno@clisp.org>
59615
59616         * m4/readlink.m4: New file.
59617
59618 2003-06-25  Bruno Haible  <bruno@clisp.org>
59619
59620         * lib/readlink.c: New file.
59621
59622 2003-06-22  Karl Berry  <karl@gnu.org>
59623
59624         * config/srclist.txt: update mkinstalldirs from automake.
59625         * config/mkinstalldirs: update.
59626
59627 2003-06-22  Bruno Haible  <bruno@clisp.org>
59628
59629         Portability to mingw32.
59630         * m4/ssize_t.m4: New file, from GNU gettext.
59631         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
59632         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
59633
59634 2003-06-22  Bruno Haible  <bruno@clisp.org>
59635
59636         * modules/safe-read: Add m4/ssize_t.m4.
59637         * modules/xreadlink: Add m4/ssize_t.m4.
59638
59639 2003-06-20  Bruno Haible  <bruno@clisp.org>
59640
59641         Assume C89, so PARAMS isn't needed.
59642         * lib/unicodeio.h (PARAMS): Remove.
59643         * lib/unicodeio.c: Don't use PARAMS.
59644
59645 2003-06-18  Karl Berry  <karl@gnu.org>
59646
59647         * config/config.{guess,sub}: update from prep.
59648
59649 2003-06-18  Jim Meyering  <jim@meyering.net>
59650
59651         Merge changes from coreutils.
59652         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
59653         Remove explicit declarations of xmalloc and realloc.
59654         Include xalloc.h.
59655         (read_utmp): Remove anachronistic cast of xmalloc.
59656
59657 2003-06-17  Paul Eggert  <eggert@twinsun.com>
59658
59659         Assume C89, so PARAMS isn't needed.
59660         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
59661         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
59662         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
59663         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
59664         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
59665         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
59666         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
59667         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
59668         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
59669         lib/xstrtod.h, lib/xstrtol.h: Likewise.
59670         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
59671         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
59672         no longer needed. Anyway, config.h should always be included before any
59673         other file.
59674
59675 2003-06-11  Simon Josefsson  <jas@extundo.com>
59676
59677         * modules/sysexits: New file.
59678         * MODULES.html.sh (func_all_modules): Add sysexits.
59679
59680 2003-06-11  Simon Josefsson  <jas@extundo.com>
59681
59682         * lib/sysexit_.h: New file.
59683
59684 2003-06-11  Derek Price  <derek@ximbiot.com>
59685
59686         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
59687         necessary.
59688
59689 2003-06-11  Bruno Haible  <bruno@clisp.org>
59690
59691         * m4/sysexits.m4: New file.
59692
59693 2003-06-10  Simon Josefsson  <jas@extundo.com>
59694
59695         * lib/argp.h: New file, from glibc.
59696         * lib/argp-ba.c: New file, from glibc.
59697         * lib/argp-eexst.c: New file, from glibc.
59698         * lib/argp-fmtstream.c: New file, from glibc.
59699         * lib/argp-fmtstream.h: New file, from glibc.
59700         * lib/argp-fs-xinl.c: New file, from glibc.
59701         * lib/argp-help.c: New file, from glibc.
59702         * lib/argp-namefrob.h: New file, from glibc.
59703         * lib/argp-parse.c: New file, from glibc.
59704         * lib/argp-pv.c: New file, from glibc.
59705         * lib/argp-pvh.c: New file, from glibc.
59706         * lib/argp-xinl.c: New file, from glibc.
59707
59708 2003-06-10  Simon Josefsson  <jas@extundo.com>
59709
59710         * modules/strchrnul: New file.
59711
59712 2003-06-10  Simon Josefsson  <jas@extundo.com>
59713
59714         * modules/argp: New file.
59715
59716 2003-06-10  Simon Josefsson  <jas@extundo.com>
59717
59718         * m4/strchrnul.m4: New file.
59719
59720 2003-06-10  Simon Josefsson  <jas@extundo.com>
59721
59722         * lib/strchrnul.h: New file.
59723         * lib/strchrnul.c: New file.
59724
59725 2003-06-10  Bruno Haible  <bruno@clisp.org>
59726
59727         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
59728
59729 2003-06-07  Karl Berry  <karl@gnu.org>
59730
59731         * config/config.{guess,sub}: update from prep.
59732
59733 2003-06-07  Jim Meyering  <jim@meyering.net>
59734
59735         * modules/strtod: Use $(...) notation, not @...@ for
59736         AC_REPLACE'd variables.
59737         * modules/localcharset: Likewise.
59738
59739 2003-06-07  Jim Meyering  <jim@meyering.net>
59740
59741         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
59742         in place of my name in the copyright comment.
59743         Remove definition and uses of __P.
59744
59745         From coreutils.
59746         * lib/stat.c: Don't declare xmalloc explicitly.
59747         Instead, include "xalloc.h".
59748         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
59749         xrealloc, and xcalloc return values.
59750         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
59751         Improve comment.
59752         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
59753
59754 2003-06-07  Bruno Haible  <bruno@clisp.org>
59755
59756         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
59757         avoid AC_CONFIG_LINKS.
59758         * modules/fnmatch (Makefile.am): Use explicit creation rule for
59759         fnmatch.h, to avoid AC_CONFIG_LINKS.
59760         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
59761
59762 2003-06-07  Bruno Haible  <bruno@clisp.org>
59763
59764         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
59765         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
59766         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59767         directory.
59768         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
59769         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59770         directory.
59771
59772 2003-06-06  Jim Meyering  <jim@meyering.net>
59773
59774         Merge from coreutils.
59775         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
59776         Consolidate declarations and initializations of *_base* locals.
59777
59778         Merge from coreutils.
59779         This avoids a core dump on systems without GNU putenv,
59780         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
59781         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
59782         (unsetenv): New static function, from GNU libc.
59783         (rpl_putenv): Use it.
59784
59785         * lib/modechange.c: Remove trailing blanks.
59786
59787         Merge from coreutils.
59788         * lib/fsusage.c: Remove declaration of statfs.
59789         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
59790
59791         * lib/posixtm.c: Include <stdbool.h> unconditionally.
59792
59793 2003-06-06  Jim Meyering  <jim@meyering.net>
59794
59795         * lib/stdbool_.h: Renamed from stdbool.h.in.
59796
59797 2003-06-06  Jim Meyering  <jim@meyering.net>
59798             Bruno Haible  <bruno@clisp.org>
59799
59800         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
59801         Adjust Makefile.am snippet not to redirect directly to target.
59802         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
59803
59804 2003-06-05  Paul Eggert  <eggert@twinsun.com>
59805
59806         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
59807         mismatch, look in future quarters as well as past.  This fixes a
59808         bug when processing fall-backwards gaps immediately after a long
59809         period of daylight-saving time.
59810
59811         * lib/mktime.c: Assume freestanding C89 or better.
59812         (HAVE_LIMITS_H): Remove.  Assume it's 1.
59813         (__P): Remove; not used.
59814         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
59815         (mktime, not_equal_tm, print_tm, check_result,
59816         main): Use prototypes.  Use const * where appropriate.
59817         (main): Fix typo in testing code that uncovered by above changes.
59818         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
59819
59820 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59821
59822         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
59823         locale.h, localeconv.  This merges changes from coreutils.
59824
59825         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
59826         It can be removed after the next Autoconf is released.
59827         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
59828         needed.
59829
59830 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59831
59832         * lib/mktime.c: Fix Debian bug 177940
59833         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
59834         (localtime_offset): Now long int, not time_t, because we want it
59835         to be guaranteed to be signed.  All uses changed.
59836         (__mktime_internal): If overflow would occur when adding offset,
59837         don't add it.
59838
59839         Merge 'human' changes from coreutils.  Rewrite to support
59840         locale-specific notations like thousands separators.
59841         * lib/human.c: Simplify authorship notice.
59842         Include human.h immediately after config.h.
59843         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
59844         <limits.h>: Do not include, since human.h does.
59845         (SIZE_MAX, UINTMAX_MAX): New macros.
59846         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
59847         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
59848         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
59849         (power_letter): Renamed from suffixes.
59850         (generate_suffix_backwards): Remove.
59851         (adjust_value): Now takes int style (because of human.h changes)
59852         and long double value (for greater precision on some platforms).
59853         (group_number): New function.
59854         (human_readable): Use it.  Use integer options, not enum.
59855         Put the options before the sizes in the arg list.
59856         Support all the new options.
59857         The old human_readable function has been removed;
59858         use inttostr.h instead.
59859         (human_readable, default_block_size, humblock):
59860         Use uintmax_t, not int, for block sizes.
59861         (human_readable_inexact, block_size_types): Remove.
59862         (block_size_opts): New constant.
59863         (human_options): Renamed from human_block_size, with new signature
59864         that allows block sizes up to UINTMAX_MAX.  All callers changed.
59865         * lib/human.h: Add copyright and authorship notice.
59866         Include <limits.h> and <stdbool.h> unconditionally.
59867         (PARAMS): Remove.  All uses removed.
59868         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
59869         (enum human_inexact_style): Remove tag; now a nameless enum.
59870         (human_floor, human_ceiling, human_round_to_even): Now have
59871         values 2, 0, 1 rather than -1, 1, 0.
59872         (human_group_digits, human_suppress_point_zero, human_autoscale,
59873         human_base_1024, human_SI, human_B): New constants.
59874         (human_readable_inexact, human_block_size): Remove.
59875         (human_readable): Size args are now uintmax_t, not int.
59876         (human_options): New decl.
59877
59878         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
59879         unnecessary now that we assume C89 or better.  This change
59880         imported from coreutils.
59881
59882         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59883         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
59884         in the 2003-05-30 sync from glibc.
59885
59886         .h files should stand alone, but we shouldn't include <sys/types.h>
59887         if we can get away with just <stddef.h>.
59888
59889         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
59890         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
59891         rather than <sys/types.h>, as we merely need size_t.
59892         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
59893         to get size_t.
59894         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
59895         Include <stdio.h>, to get FILE.
59896         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
59897         memcasecmp.h has included <stddef.h> and all we need is size_t.
59898         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
59899         our interface, instead of including <sys/types.h>
59900
59901 2003-06-04  Paul Eggert  <eggert@twinsun.com>
59902
59903         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
59904         now, as glibc mktime is buggy on non-glibc systems.
59905
59906 2003-06-03  Karl Berry  <karl@gnu.org>
59907
59908         * config/config.sub: update from prep.
59909
59910 2003-06-02  Paul Eggert  <eggert@twinsun.com>
59911
59912         [from coreutils]
59913         Fix some minor time-related bugs with POSIX time arguments.
59914         Some valid time stamps were being rejected (notably -1, and
59915         time stamps before 1900 on 64-bit hosts).  And some invalid
59916         time stamps were being accepted, e.g. September 31.
59917
59918         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
59919         that we can return (time_t) -1 successfully.
59920         * lib/posixtm.c: Likewise.
59921         [HAVE_STDBOOL_H]: Include <stdbool.h>.
59922         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
59923         (t): Remove static var.
59924         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
59925         of static var.  All uses changed.
59926         (year): Do not reject years before 1900; they can occur with
59927         64-bit time_t.
59928         (posix_time_parse): Do not check for out-of-range components;
59929         that is now the caller's responsibility, since our checks were
59930         only approximations.
59931         (posixtime): Use mktime to check for out-of-range components,
59932         since it knows them exactly.
59933         If mktime returns (time_t) -1, check whether an error actually occurred
59934         by invoking localtime on -1.
59935         (main) [TEST_POSIXTIME]: Check for input data errors, and report
59936         posixtime failures better.
59937         Improve the test data (in comments only).
59938
59939 2003-06-02  Karl Berry  <karl@gnu.org>
59940
59941         * config/mkinstalldirs (version): new variable.
59942         (--version): new option.
59943         (usage): improve message.
59944
59945 2003-05-30  Karl Berry  <karl@gnu.org>
59946
59947         * lib/mktime.c: update from libc.
59948
59949 2003-05-30  Bruno Haible  <bruno@clisp.org>
59950
59951         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
59952         * config/config.rpath: Upgrade to gettext-0.12.1.
59953
59954 2003-05-30  Bruno Haible  <bruno@clisp.org>
59955
59956         * m4/gettext.m4: Upgrade to gettext-0.12.1.
59957         * m4/nls.m4: New file, from gettext-0.12.1.
59958         * m4/po.m4: New file, from gettext-0.12.1.
59959         * m4/progtest.m4: Upgrade to gettext-0.12.1.
59960
59961 2003-05-30  Bruno Haible  <bruno@clisp.org>
59962
59963         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
59964         * lib/localcharset.h: Likewise.
59965         * lib/localcharset.c: Likewise.
59966
59967 2003-05-29  Karl Berry  <karl@gnu.org>
59968
59969         * config/config.rpath: update from gettext.
59970
59971 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59972
59973         Assume the headers required for C89 freestanding compilers.
59974         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
59975         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
59976         * m4/human.m4 (gl_HUMAN): Likewise.
59977         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
59978         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
59979         * m4/userspec.m4 (gl_USERSPEC): Likewise.
59980         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
59981         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
59982         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
59983
59984 2003-05-28  Paul Eggert  <eggert@twinsun.com>
59985
59986         Assume the headers required for C89 freestanding compilers.
59987         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
59988         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
59989         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
59990         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
59991         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
59992         define, since <limits.h> is guaranteed to do that.
59993         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
59994         * lib/exclude.c: Include <stdbool.h> unconditionally.
59995         * lib/tempname.c: Include <stddef.h> unconditionally.
59996         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
59997         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
59998         <stddef.h> does that.
59999         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
60000         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
60001         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
60002         needed.
60003         * lib/xstrtol.c: Likewise.
60004         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
60005         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
60006
60007         * lib/addext.c (addext): Use assignment rather than cast, to avoid
60008         warnings on some platforms.
60009
60010         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
60011         arbitrarily.
60012
60013 2003-05-26  Jim Meyering  <jim@meyering.net>
60014
60015         Merge in a change from coreutils:
60016         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
60017         that is guaranteed to be `no'.  Use `no_such_member' to indicate
60018         that condition, rather than `-1' which is slightly misleading.
60019         Change the name of the cache variable to have the gl_ prefix.
60020         Prompted by a patch from Richard Dawe for DJGPP.
60021
60022 2003-05-24  Karl Berry  <karl@gnu.org>
60023
60024         * config/config.guess: update from prep.
60025
60026 2003-05-22  Karl Berry  <karl@gnu.org>
60027
60028         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
60029
60030 2003-05-20  Karl Berry  <karl@gnu.org>
60031
60032         * config/config.guess: update from prep.
60033
60034 2003-05-18  Karl Berry  <karl@gnu.org>
60035
60036         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
60037         might actually be set by the user.
60038
60039         * config/depcomp, install-sh, mdate-sh: update from automake.
60040
60041 2003-05-17  Bruno Haible  <bruno@clisp.org>
60042
60043         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
60044         invalid expansion for AC_EGREP_CPP.
60045         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
60046         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
60047         Suggested by Akim Demaille <akim@epita.fr> in
60048         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
60049
60050 2003-05-12  Jim Meyering  <jim@meyering.net>
60051
60052         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
60053         the space-padded-by-default conversion specifiers, %e, %k, %l.
60054
60055 2003-05-12  Bruno Haible  <bruno@clisp.org>
60056
60057         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
60058         the string is longer than 4 KB.
60059
60060 2003-05-11  Karl Berry  <karl@gnu.org>
60061
60062         * config/config.{guess,sub}: update from prep.
60063
60064 2003-05-09  Bruno Haible  <bruno@clisp.org>
60065
60066         * modules/error: Add m4/strerror_r.m4 to file list.
60067
60068 2003-05-03  Bruno Haible  <bruno@clisp.org>
60069
60070         Upgrade to Unicode-4.0.
60071         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
60072         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
60073         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
60074         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
60075         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
60076         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
60077         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
60078         Change width of U+E0100..U+E01EF from 1 to 0.
60079
60080 2003-04-25  Jim Meyering  <jim@meyering.net>
60081
60082         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
60083         of type size_t, not int.
60084
60085 2003-04-25  Bruno Haible  <bruno@clisp.org>
60086
60087         * lib/copy-file.c: Include <stddef.h>, for size_t.
60088
60089 2003-04-21  Paul Eggert  <eggert@twinsun.com>
60090
60091         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
60092         code which expansion is under static control.  Patch imported from
60093         Akim Demaille's patch to Bison; see
60094         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
60095
60096 2003-04-14  Bruno Haible  <bruno@clisp.org>
60097
60098         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
60099
60100 2003-04-11  Jim Meyering  <jim@meyering.net>
60101
60102         Merge changes from Coreutils.
60103
60104         2003-03-22  Jim Meyering  <jim@meyering.net>
60105
60106         * lib/strftime.c (widen): Cast alloca return value to proper type.
60107
60108         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
60109
60110         From GNU libc.
60111         * lib/strftime.c (my_strftime): Handle very large width
60112         specifications for numeric values correctly.  Improve checks for
60113         overflow.
60114
60115         2003-01-19  Jim Meyering  <jim@meyering.net>
60116
60117         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
60118         definitions.
60119         (nl_get_alt_digit) [! defined my_strftime]: Define.
60120         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
60121         _nl_get_alt_digit and _nl_get_walt_digit.
60122
60123         * lib/strftime.c (my_strftime): Merge in locale-related changes from
60124         libc. These changes have no effect outside of _LIBC.
60125
60126 2003-04-10  Bruno Haible  <bruno@clisp.org>
60127
60128         * modules/findprog: New file.
60129         * MODULES.html.sh (func_all_modules): Add it.
60130
60131 2003-04-10  Bruno Haible  <bruno@clisp.org>
60132
60133         * m4/findprog.m4: New file.
60134         * m4/eaccess.m4: New file.
60135
60136 2003-04-10  Bruno Haible  <bruno@clisp.org>
60137
60138         * lib/findprog.h: New file, from GNU gettext.
60139         * lib/findprog.c: New file, from GNU gettext.
60140
60141 2003-04-05  Jim Meyering  <jim@meyering.net>
60142
60143         Merge changes from Coreutils.
60144
60145         * lib/exclude.h (PARAMS): Remove definition and uses.
60146         * lib/exclude.c: Remove uses of `PARAMS'.
60147
60148         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
60149         Add test-cases for DOS filenames. Declare program_name.
60150         (main): Set up program_name.  Patch by Rich Dawe.
60151
60152         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
60153         error from mntctl.
60154         Use mntctl's return value to drive the entry-processing loop, since
60155         we can't rely on the value of the vmt_length member in the last
60156         entry.  On some systems doing so could result in exhausting
60157         virtual memory.  Based in part on a patch from Mike Jetzer.
60158
60159 2003-04-04  Bruno Haible  <bruno@clisp.org>
60160
60161         * modules/linebreak: New file.
60162         * MODULES.html.sh (func_all_modules): Add it.
60163
60164 2003-04-04  Bruno Haible  <bruno@clisp.org>
60165
60166         * m4/linebreak.m4: New file.
60167
60168 2003-04-04  Bruno Haible  <bruno@clisp.org>
60169
60170         * lib/linebreak.h: New file, from GNU gettext.
60171         * lib/linebreak.c: New file, from GNU gettext with slight
60172         modifications.
60173         * lib/lbrkprop.h: New file, from GNU gettext.
60174
60175 2003-04-03  Bruno Haible  <bruno@clisp.org>
60176
60177         * modules/utf8-ucs4: New file.
60178         * modules/utf16-ucs4: New file.
60179         * modules/ucs4-utf8: New file.
60180         * modules/ucs4-utf16: New file.
60181         * MODULES.html.sh (func_all_modules): Add them.
60182
60183 2003-04-03  Bruno Haible  <bruno@clisp.org>
60184
60185         * m4/utf-ucs4.m4: New file.
60186         * m4/ucs4-utf.m4: New file.
60187
60188 2003-04-03  Bruno Haible  <bruno@clisp.org>
60189
60190         * lib/utf8-ucs4.h: New file, from GNU gettext.
60191         * lib/utf16-ucs4.h: New file, from GNU gettext.
60192         * lib/ucs4-utf8.h: New file, from GNU gettext.
60193         * lib/ucs4-utf16.h: New file, from GNU gettext.
60194
60195 2003-04-02  Bruno Haible  <bruno@clisp.org>
60196
60197         * modules/binary-io: New file.
60198         * MODULES.html.sh (func_all_modules): Add it.
60199
60200 2003-04-02  Bruno Haible  <bruno@clisp.org>
60201
60202         * lib/binary-io.h: New file, from GNU gettext.
60203
60204 2003-04-01  Bruno Haible  <bruno@clisp.org>
60205
60206         * modules/pathname: New file.
60207         * MODULES.html.sh (func_all_modules): Add it.
60208
60209 2003-04-01  Bruno Haible  <bruno@clisp.org>
60210
60211         * lib/pathname.h: New file, from GNU gettext.
60212         * lib/concatpath.c: New file, from GNU gettext.
60213
60214 2003-03-30  Bruno Haible  <bruno@clisp.org>
60215
60216         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
60217
60218 2003-03-30  Bruno Haible  <bruno@clisp.org>
60219
60220         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
60221         function chown() doesn't exist.
60222
60223 2003-03-28  Bruno Haible  <bruno@clisp.org>
60224
60225         * modules/copy-file: New file.
60226         * MODULES.html.sh (func_all_modules): Add it.
60227
60228 2003-03-28  Bruno Haible  <bruno@clisp.org>
60229
60230         * m4/copy-file.m4: New file.
60231
60232 2003-03-28  Bruno Haible  <bruno@clisp.org>
60233
60234         * lib/copy-file.h: New file, from GNU gettext.
60235         * lib/copy-file.c: New file, from GNU gettext.
60236
60237 2003-03-18  Jim Meyering  <jim@meyering.net>
60238
60239         * lib/quote.c (quote_n): Fix typo in comment.
60240
60241 2003-03-18  Bruno Haible  <bruno@clisp.org>
60242
60243         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
60244         checking.
60245         * m4/onceonly_2_57.m4: Likewise.
60246
60247 2003-03-17  Bruno Haible  <bruno@clisp.org>
60248
60249         * m4/onceonly.m4: Require autoconf 2.54 or newer.
60250         (m4_quote): Remove macro.
60251         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
60252
60253 2003-03-14  Jim Meyering  <jim@meyering.net>
60254
60255         Merge changes from Coreutils.
60256         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
60257         to be const, in order to avoid warnings.
60258         (obstack_room): Likewise.
60259         (obstack_empty_p): Likewise.
60260
60261 2003-03-14  Bruno Haible  <bruno@clisp.org>
60262
60263         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
60264         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
60265
60266 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60267
60268         Merge changes from Bison.
60269         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
60270         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
60271         when compiling Bison 1.875's `bitset bset = obstack_alloc
60272         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
60273         * lib/hash.c: Include <stdbool.h> unconditionally.
60274
60275 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60276
60277         * m4/onceonly.m4 (m4_quote): New macro.
60278         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
60279         Quote AC_FOREACH variable-expansions properly.
60280
60281 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60282
60283         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
60284
60285 2003-03-09  Paul Eggert  <eggert@twinsun.com>
60286
60287         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
60288         Reported by Bruce Becker; see:
60289         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
60290
60291 2003-03-03  Paul Eggert  <eggert@twinsun.com>
60292             Bruno Haible  <bruno@clisp.org>
60293
60294         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
60295         Reported by John Hughes, see
60296         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
60297
60298 2003-02-20  Bruno Haible  <bruno@clisp.org>
60299
60300         * MODULES.html.sh (func_all_modules): Add poll.
60301
60302 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60303
60304         * modules/poll: New file.
60305
60306 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60307
60308         * lib/poll_.h: New file.
60309         * lib/poll.c: New file.
60310
60311 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60312
60313         * m4/poll.m4: New file.
60314
60315 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60316
60317         * modules/mathl: New file.
60318
60319 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60320
60321         * lib/mathl.h: New file.
60322         * lib/acosl.c: New file.
60323         * lib/asinl.c: New file.
60324         * lib/atanl.c: New file.
60325         * lib/ceill.c: New file.
60326         * lib/cosl.c: New file.
60327         * lib/expl.c: New file.
60328         * lib/floorl.c: New file.
60329         * lib/frexpl.c: New file.
60330         * lib/ldexpl.c: New file.
60331         * lib/logl.c: New file.
60332         * lib/sincosl.c: New file.
60333         * lib/sinl.c: New file.
60334         * lib/sqrtl.c: New file.
60335         * lib/tanl.c: New file.
60336         * lib/trigl.c: New file.
60337         * lib/trigl.h: New file.
60338
60339 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60340
60341         * m4/mathl.m4: New file.
60342
60343 2003-02-18  Bruno Haible  <bruno@clisp.org>
60344
60345         * MODULES.html.sh (func_all_modules): Add mathl.
60346
60347 2003-02-17  Bruno Haible  <bruno@clisp.org>
60348
60349         * modules/mkdtemp: New module.
60350         * MODULES.html.sh (func_all_modules): Add it.
60351
60352 2003-02-17  Bruno Haible  <bruno@clisp.org>
60353
60354         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
60355
60356 2003-02-17  Bruno Haible  <bruno@clisp.org>
60357
60358         * lib/mkdtemp.h: New file, from GNU gettext.
60359         * lib/mkdtemp.c: New file, from GNU gettext.
60360
60361 2003-02-02  Jim Meyering  <jim@meyering.net>
60362
60363         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
60364         e.g. glibc-2.2.93.
60365
60366 2003-01-31  Bruno Haible  <bruno@clisp.org>
60367
60368         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
60369         'rpl_rename'.
60370         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
60371         'rpl_strnlen'.
60372         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
60373         'rpl_strtod'.
60374         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
60375         'rpl_utime'.
60376
60377 2003-01-31  Bruno Haible  <bruno@clisp.org>
60378
60379         * lib/rename.c: #undef rename before defining rpl_rename.
60380         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
60381
60382 2003-01-30  Bruno Haible  <bruno@clisp.org>
60383
60384         * modules/vasnprintf, modules/vasprintf: New modules.
60385         * MODULES.html.sh (func_all_modules): Add them.
60386
60387 2003-01-30  Bruno Haible  <bruno@clisp.org>
60388
60389         * m4/signed.m4: New file, from GNU gettext.
60390         * m4/longdouble.m4: New file, from GNU gettext.
60391         * m4/wchar_t.m4: New file, from GNU gettext.
60392         * m4/wint_t.m4: New file, from GNU gettext.
60393         * m4/vasnprintf.m4: New file.
60394         * m4/vasprintf.m4: New file.
60395
60396 2003-01-30  Bruno Haible  <bruno@clisp.org>
60397
60398         * lib/printf-args.h: New file, from GNU gettext.
60399         * lib/printf-args.c: New file, from GNU gettext.
60400         * lib/printf-parse.h: New file, from GNU gettext.
60401         * lib/printf-parse.c: New file, from GNU gettext.
60402         * lib/vasnprintf.h: New file, from GNU gettext.
60403         * lib/vasnprintf.c: New file, from GNU gettext.
60404         * lib/asnprintf.c: New file, from GNU gettext.
60405         * lib/vasprintf.h: New file, from GNU gettext with modifications.
60406         * lib/vasprintf.c: New file, from GNU gettext.
60407         * lib/asprintf.c: New file, from GNU gettext.
60408
60409 2003-01-29  Bruno Haible  <bruno@clisp.org>
60410
60411         * modules/stpncpy: New module.
60412         * MODULES.html.sh (func_all_modules): Add it.
60413
60414 2003-01-29  Bruno Haible  <bruno@clisp.org>
60415
60416         * m4/stpncpy.m4: New file.
60417
60418 2003-01-29  Bruno Haible  <bruno@clisp.org>
60419
60420         * lib/stpncpy.h: New file, from GNU gettext with modifications.
60421         * lib/stpncpy.c: New file, from GNU gettext with modifications.
60422
60423 2003-01-28  Bruno Haible  <bruno@clisp.org>
60424
60425         * modules/c-ctype: New module.
60426         * MODULES.html.sh (func_all_modules): Add it.
60427
60428 2003-01-28  Bruno Haible  <bruno@clisp.org>
60429
60430         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
60431         Paul Eggert.
60432         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
60433         Paul Eggert.
60434
60435 2003-01-27  Bruno Haible  <bruno@clisp.org>
60436
60437         * modules/xsetenv: New module.
60438         * MODULES.html.sh (func_all_modules): Add it.
60439
60440 2003-01-27  Bruno Haible  <bruno@clisp.org>
60441
60442         * lib/xsetenv.h: New file, from GNU gettext.
60443         * lib/xsetenv.c: New file, from GNU gettext.
60444
60445 2003-01-23  Jim Meyering  <jim@meyering.net>
60446
60447         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
60448         from working on systems without dirfd (at least Irix and OSF1/Tru64).
60449
60450 2003-01-23  Bruno Haible  <bruno@clisp.org>
60451
60452         * modules/minmax: New module.
60453         * MODULES.html.sh (func_all_modules): Add it.
60454
60455 2003-01-23  Bruno Haible  <bruno@clisp.org>
60456
60457         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
60458         Eggert.
60459
60460 2003-01-22  Bruno Haible  <bruno@clisp.org>
60461
60462         * modules/exit: New module.
60463         * MODULES.html.sh (func_all_modules): Add it.
60464
60465 2003-01-22  Bruno Haible  <bruno@clisp.org>
60466
60467         * lib/exit.h: New file, from GNU gettext.
60468
60469 2003-01-19  Bruno Haible  <bruno@clisp.org>
60470
60471         * gnulib-tool: Recognize option --extract-maintainer.
60472         (func_get_maintainer): New function.
60473         * modules/*: Add Maintainer entry.
60474
60475 2003-01-16  Jim Meyering  <jim@meyering.net>
60476
60477         * m4/regex.m4: The `regex' struct is both input and output.
60478         Initialize it before each use.  Patch by Tim Waugh.
60479
60480 2003-01-16  Bruno Haible  <bruno@clisp.org>
60481
60482         * MODULES.html.sh: Add a table of contents. Add the module name as
60483         leftmost column. Add hyperlinks.
60484
60485 2003-01-15  Bruno Haible  <bruno@clisp.org>
60486
60487         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
60488
60489 2003-01-15  Bruno Haible  <bruno@clisp.org>
60490
60491         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
60492         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
60493         suffix.
60494
60495 2003-01-15  Bruno Haible  <bruno@clisp.org>
60496
60497         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
60498
60499 2003-01-15  Bruno Haible  <bruno@clisp.org>
60500
60501         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
60502         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
60503
60504 2003-01-14  Jim Meyering  <jim@meyering.net>
60505
60506         * lib/same.c (same_name): Tweak a comment.
60507
60508 2003-01-14  Bruno Haible  <bruno@clisp.org>
60509
60510         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
60511         when a string comparison is sufficient.
60512
60513 2003-01-14  Bruno Haible  <bruno@clisp.org>
60514
60515         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
60516         'unsigned int'.
60517
60518 2003-01-14  Bruno Haible  <bruno@clisp.org>
60519
60520         * lib/hash-pjw.c: Add comment about low quality of this function.
60521
60522 2003-01-13  Bruno Haible  <bruno@clisp.org>
60523
60524         * modules/stpcpy: Distribute lib/stpcpy.h.
60525         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
60526
60527 2003-01-13  Bruno Haible  <bruno@clisp.org>
60528
60529         * modules/*: Add a description.
60530         * modules/strpbrk: Fix Makefile.am snippet.
60531         * modules/strtoimax: Fix dependencies.
60532         * modules/strtoumax: Likewise.
60533
60534 2003-01-13  Bruno Haible  <bruno@clisp.org>
60535
60536         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
60537         * modules/alloca (Makefile.am): All object files depend on alloca.h.
60538         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
60539
60540 2003-01-13  Bruno Haible  <bruno@clisp.org>
60541
60542         * gnulib-tool (func_create_testdir): Store config/* files in the main
60543         directory.
60544         * config.rpath: Move to ...
60545         * config/config.rpath: ... here.
60546         * modules/gettext: Contains config/config.rpath, not config.rpath.
60547         * modules/iconv: Likewise.
60548
60549 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60550
60551         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60552         to avoid collisions with libcurses and libreadline.
60553
60554         * m4/getstr.m4: Remove.
60555         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
60556
60557 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60558
60559         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60560         to avoid collisions with libcurses and libreadline.
60561
60562         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
60563         * lib/getstr.h, getstr.c: Remove.
60564         * lib/getline.c: Include "getline.h", to check interface.
60565         Move body of old getstr.c here: this defines MIN_CHUNK and
60566         declares getdelim2, which is renamed from getstr.
60567         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
60568
60569         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
60570         All uses changed.
60571         * lib/linebuffer.h: Likewise.
60572         (readline): Remove backward-compatibility macro.
60573
60574 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60575
60576         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60577         to avoid collisions with libcurses and libreadline.
60578         * getstr: Remove.
60579         * MODULES.html.sh: Remove getstr.
60580         * modules/getline: Depend on unlocked-io, not getstr.
60581
60582 2003-01-12  Jim Meyering  <jim@meyering.net>
60583
60584         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
60585
60586 2003-01-10  Bruno Haible  <bruno@clisp.org>
60587
60588         * modules/alloca: Change Makefile.am requirements. Simplify Include
60589         requirements. Add lib/alloca_.h to file list.
60590
60591 2003-01-10  Bruno Haible  <bruno@clisp.org>
60592
60593         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
60594
60595 2003-01-10  Bruno Haible  <bruno@clisp.org>
60596
60597         * lib/alloca_.h: New file.
60598         * lib/getdate.y: Unconditionally include alloca.h.
60599         * lib/makepath.c: Likewise.
60600         * lib/setenv.c: Likewise.
60601         * lib/userspec.c: Likewise.
60602
60603 2003-01-09  Karl Berry  <karl@gnu.org>
60604
60605         * MODULES.html.sh: include `dirname $0` in PATH, to find
60606         gnulib-tool.
60607
60608 2003-01-09  Bruno Haible  <bruno@clisp.org>
60609
60610         * modules/stdbool: Change configure.ac, Makefile.am requirements.
60611         Simplify Include requirements. Add lib/stdbool.h.in to file list.
60612
60613 2003-01-09  Bruno Haible  <bruno@clisp.org>
60614
60615         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
60616
60617 2003-01-09  Bruno Haible  <bruno@clisp.org>
60618
60619         * lib/stdbool.h.in: New file.
60620
60621 2003-01-09  Bruno Haible  <bruno@clisp.org>
60622
60623         * gnulib-tool (func_all_modules): Ignore files ending in ~.
60624         * MODULES.html.sh: Likewise.
60625
60626 2003-01-08  Jim Meyering  <jim@meyering.net>
60627
60628         * lib/full-write.c: Undefine and define-away `const' after inclusion
60629         of errno.h, not before.  Suggestion from Bruno Haible.
60630
60631 2003-01-08  Bruno Haible  <bruno@clisp.org>
60632
60633         * modules/full-read: Depend on full-write.
60634
60635 2003-01-08  Bruno Haible  <bruno@clisp.org>
60636
60637         * lib/safe-read.c: Include specification header first, to ensure its
60638         selfcontainedness.
60639         * lib/full-write.c: Likewise.
60640
60641 2003-01-07  Jim Meyering  <jim@meyering.net>
60642
60643         * lib/full-write.c: Rework so that it may serve to define full_read,
60644         too.
60645         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
60646
60647 2003-01-07  Bruno Haible  <bruno@clisp.org>
60648
60649         * lib/strtoimax.c: Include <stdint.h> as an alternative to
60650         <inttypes.h>.
60651         * lib/xstrtol.h: Likewise.
60652         * lib/xstrtoimax.c: Likewise.
60653         * lib/xstrtoumax.c: Likewise.
60654         * lib/human.h: Likewise.
60655
60656         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
60657         on systems that have <inttypes.h> but not <stdint.h>.
60658
60659 2003-01-07  Bruno Haible  <bruno@clisp.org>
60660
60661         * MODULES.html.sh: Add copyright notice.
60662         (missed_files): Omit CVS directory entries.
60663         (func_module): Make it work with sed-3.02.
60664         * MODULES.txt: Remove file.
60665
60666 2003-01-06  Jim Meyering  <jim@meyering.net>
60667
60668         * lib/version-etc.c: Update year in translatable copyright string.
60669
60670 2003-01-03  Karl Berry  <karl@gnu.org>
60671
60672         * config/config.{guess,sub}: update from prep.
60673
60674 2003-01-02  Karl Berry  <karl@gnu.org>
60675
60676         * doc/COPYING.DOC: belatedly updated to 1.2.
60677
60678 2003-01-01  Karl Berry  <karl@gnu.org>
60679
60680         * gnulib-tool (func_verify_module): report module name $module in
60681         error message, not $1.
60682         * gnulib-tool (create-testdir): don't complain if destdir couldn't
60683         be created, only if it doesn't exist.
60684         * gnulib-tool (last_checkin_date): don't expand the $Date here.
60685
60686 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60687
60688         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
60689
60690 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60691
60692         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
60693         memcmp if strcoll doesn't work.
60694
60695 2002-12-31  Bruno Haible  <bruno@clisp.org>
60696
60697         * lib/utime.c (utime_null): No need to call ftruncate if the file was
60698         nonempty.
60699
60700 2002-12-31  Bruno Haible  <bruno@clisp.org>
60701
60702         * lib/memcoll.c (STRCOLL): New macro.
60703         (memcoll): Use it.
60704
60705 2002-12-31  Bruno Haible  <bruno@clisp.org>
60706
60707         * lib/localcharset.h: New file.
60708         * lib/localcharset.c: Include it.
60709         * lib/unicodeio.c: Likewise.
60710
60711 2002-12-31  Bruno Haible  <bruno@clisp.org>
60712
60713         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
60714         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
60715
60716 2002-12-31  Bruno Haible  <bruno@clisp.org>
60717
60718         * lib/getline.h: Include <stddef.h>, for size_t.
60719
60720         * lib/unicodeio.h: Include <stddef.h>, for size_t.
60721         * lib/unicodeio.c: Don't include <stddef.h>.
60722
60723 2002-12-31  Bruno Haible  <bruno@clisp.org>
60724
60725         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
60726         HAVE_TM_ZONE.
60727
60728 2002-12-24  Karl Berry  <karl@gnu.org>
60729
60730         * config/config.guess: update from prep.
60731
60732 2002-12-24  Bruno Haible  <bruno@clisp.org>
60733
60734         General infrasructure.
60735         * m4/README: Rewritten.
60736         * m4/onceonly.m4: New file.
60737         * m4/onceonly_2_57.m4: New file.
60738
60739         Module atexit.
60740         * m4/atexit.m4: New file.
60741
60742         Module strtod.
60743         * m4/strtod.m4: New file.
60744
60745         Module strtol.
60746         * m4/strtol.m4: New file.
60747
60748         Module strtoul.
60749         * m4/strtoul.m4: New file.
60750
60751         Module memchr.
60752         * m4/memchr.m4: New file.
60753
60754         Module memcmp.
60755         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
60756         (jm_FUNC_MEMCMP): Invoke it.
60757
60758         Module memcpy.
60759         * m4/memcpy.m4: New file.
60760
60761         Module memmove.
60762         * m4/memmove.m4: New file.
60763
60764         Module memset.
60765         * m4/memset.m4: New file.
60766
60767         Module strcspn.
60768         * m4/strcspn.m4: New file.
60769
60770         Module strpbrk.
60771         * m4/strpbrk.m4: New file.
60772
60773         Module strstr.
60774         * m4/strstr.m4: New file.
60775
60776         Module strerror.
60777         * m4/strerror.m4: New file.
60778
60779         Module mktime.
60780         * m4/mktime.m4: Renamed from jm-mktime.m4.
60781         (gl_PREREQ_MKTIME): New macro.
60782         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
60783
60784         Module malloc.
60785         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
60786         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
60787         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
60788
60789         Module realloc.
60790         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
60791         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
60792         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
60793
60794         Module strftime.
60795         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
60796         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
60797         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
60798         gl_TM_GMTOFF.
60799         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
60800
60801         Module xalloc.
60802         * m4/xalloc.m4: New file.
60803
60804         Module alloca.
60805         * m4/alloca.m4: New file.
60806
60807         Module putenv.
60808         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
60809         (jm_FUNC_PUTENV): Invoke it.
60810
60811         Module setenv.
60812         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
60813         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
60814         when invoked twice.
60815         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
60816         gt_FUNC_SETENV.
60817
60818         Module memrchr.
60819         * m4/memrchr.m4: New file.
60820
60821         Module stpcpy.
60822         * m4/stpcpy.m4: New file.
60823
60824         Module strcase.
60825         * m4/strcase.m4: New file.
60826
60827         Module strdup.
60828         * m4/strdup.m4: New file.
60829
60830         Module strnlen.
60831         * m4/strnlen.m4: New file.
60832
60833         Module strndup.
60834         * m4/strndup.m4: New file.
60835
60836         Module xstrtod.
60837         * m4/xstrtod.m4: New file.
60838
60839         Module xstrtol.
60840         * m4/xstrtol.m4: New file.
60841
60842         Module getdate.
60843         * m4/getdate.m4: New file.
60844
60845         Module unlocked-io.
60846         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
60847         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
60848         * m4/jm-glibc-io.m4n: Remove file.
60849
60850         Module long-options.
60851         * m4/long-options.m4: New file.
60852
60853         Module md5.
60854         * m4/md5.m4: New file.
60855
60856         Module sha.
60857         * m4/sha.m4: New file.
60858
60859         Module getstr.
60860         * m4/getstr.m4: New file.
60861
60862         Module getline.
60863         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
60864         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
60865         <sys/types.h>, for size_t. Use the function name gnu_getline, not
60866         simply getline. Infoke gl_PREREQ_GETLINE.
60867
60868         Module obstack.
60869         * m4/obstack.m4: New file.
60870
60871         Module hash.
60872         * m4/hash.m4: New file.
60873
60874         Module readtokens.
60875         * m4/readtokens.m4: New file.
60876
60877         Module strverscmp.
60878         * m4/strverscmp.m4: New file.
60879
60880         Module stdbool.
60881         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
60882         OSF/1.
60883
60884         Module strtoll.
60885         * m4/strtoll.m4: New file.
60886
60887         Module strtoull.
60888         * m4/strtoull.m4: New file.
60889
60890         Module strtoimax.
60891         * m4/strtoimax.m4: New file.
60892
60893         Module strtoumax.
60894         * m4/strtoumax.m4: New file.
60895
60896         Module xstrtoimax.
60897         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
60898         jm_AC_PREREQ_XSTRTOIMAX.
60899         Moved the strtol prerequisites to strtol.m4.
60900         Moved the strtoll prerequisites to strtoll.m4.
60901         Moved the strtoimax prerequisites to strtoimax.m4.
60902
60903         Module xstrtoumax.
60904         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
60905         jm_AC_PREREQ_XSTRTOUMAX.
60906         Moved the strtoul prerequisites to strtoul.m4.
60907         Moved the strtoull prerequisites to strtoull.m4.
60908         Moved the strtoumax prerequisites to strtoumax.m4.
60909
60910         Module chown.
60911         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
60912         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
60913
60914         Module dup2.
60915         * m4/dup2.m4: New file.
60916
60917         Module ftruncate.
60918         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
60919         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
60920
60921         Module getgroups.
60922         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
60923         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
60924
60925         Module gettimeofday.
60926         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
60927         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
60928         gl_PREREQ_GETTIMEOFDAY.
60929
60930         Module mkdir.
60931         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
60932         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
60933
60934         Module mkstemp.
60935         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
60936         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
60937         jm_AC_TYPE_UINTMAX_T.
60938         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
60939
60940         Module stat.
60941         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
60942         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
60943
60944         Module lstat.
60945         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
60946         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
60947
60948         Module timespec.
60949         * m4/timespec.m4 (gl_TIMESPEC): New macro.
60950         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
60951         * m4/st_mtim.m4: Indentation.
60952
60953         Module nanosleep.
60954         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
60955         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
60956         gl_PREREQ_NANOSLEEP.
60957
60958         Module regex.
60959         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
60960         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
60961         (gl_REGEX): New macro.
60962
60963         Module rename.
60964         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
60965         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
60966
60967         Module rmdir.
60968         * m4/rmdir.m4: New file.
60969
60970         Module utime.
60971         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
60972         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
60973         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
60974
60975         Module dirname.
60976         * m4/dirname.m4: New file.
60977
60978         Module getopt.
60979         * m4/getopt.m4: New file.
60980
60981         Module unistd-safer.
60982         * m4/unistd-safer.m4: New file.
60983
60984         Module fnmatch.
60985         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
60986         declaration.
60987         (gl_PREREQ_FNMATCH_EXTRA): New macro.
60988         (gl_FUNC_FNMATCH_POSIX): New macro.
60989         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
60990         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
60991         simply fnmatch.
60992
60993         Module exclude.
60994         * m4/exclude.m4: New file.
60995
60996         Module human.
60997         * m4/human.m4: New file.
60998
60999         Module acl.
61000         * m4/acl.m4: Nop.
61001
61002         Module backupfile.
61003         * m4/backupfile.m4: New file.
61004         * m4/d-ino.m4: Indentation.
61005
61006         Module fsusage.
61007         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
61008         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
61009         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
61010
61011         Module dirfd.
61012         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
61013         requirements.
61014
61015         Module euidaccess.
61016         * m4/euidaccess.m4: New file.
61017
61018         Module file-type.
61019         * m4/file-type.m4: New file.
61020
61021         Module fileblocks.
61022         * m4/fileblocks.m4: New file.
61023
61024         Module filemode.
61025         * m4/filemode.m4: New file.
61026
61027         Module isdir.
61028         * m4/isdir.m4: New file.
61029
61030         Module lchown.
61031         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
61032         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
61033
61034         Module makepath.
61035         * m4/makepath.m4: New file.
61036
61037         Module modechange.
61038         * m4/modechange.m4: New file.
61039
61040         Module mountlist.
61041         * m4/mountlist.m4: New file.
61042         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
61043         Indentation.
61044
61045         Module path-concat.
61046         * m4/path-concat.m4: New file.
61047
61048         Module pathmax.
61049         * m4/pathmax.m4: New file.
61050
61051         Module same.
61052         * m4/same.m4: New file.
61053
61054         Module save-cwd.
61055         * m4/save-cwd.m4: New file.
61056
61057         Module savedir.
61058         * m4/savedir.m4: New file.
61059
61060         Module xgetcwd.
61061         * m4/xgetcwd.m4: New file.
61062         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
61063
61064         Module xreadlink.
61065         * m4/xreadlink.m4: New file.
61066
61067         Module safe-read.
61068         * m4/safe-read.m4: New file.
61069
61070         Module safe-write.
61071         * m4/safe-write.m4: New file.
61072
61073         Module closeout.
61074         * m4/closeout.m4: New file.
61075
61076         Module stdio-safer.
61077         * m4/stdio-safer.m4: New file.
61078
61079         Module getpass.
61080         * m4/getpass.m4: New file.
61081
61082         Module getugroups.
61083         * m4/getugroups.m4: New file.
61084
61085         Module group-member.
61086         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
61087         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
61088
61089         Module idcache.
61090         * m4/idcache.m4: New file.
61091
61092         Module userspec.
61093         * m4/userspec.m4: New file.
61094
61095         Module gettime.
61096         * m4/clock_time.m4: New file.
61097         * m4/gettime.m4: New file.
61098
61099         Module settime.
61100         * m4/settime.m4: New file.
61101
61102         Module posixtm.
61103         * m4/posixtm.m4: New file.
61104
61105         Module gethostname.
61106         * m4/gethostname.m4: New file.
61107
61108         Module canon-host.
61109         * m4/canon-host.m4: New file.
61110
61111         Module gettext.
61112         * m4/codeset.m4: New file, from gettext-0.11.5.
61113         * m4/gettext.m4: New file, from gettext-0.11.5.
61114         * m4/glibc21.m4: New file, from gettext-0.11.5.
61115         * m4/iconv.m4: New file, from gettext-0.11.5.
61116         * m4/intdiv0.m4: New file, from gettext-0.11.5.
61117         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
61118         * m4/inttypes.m4: New file, from gettext-0.11.5.
61119         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
61120         * m4/isc-posix.m4: New file, from gettext-0.11.5.
61121         * m4/lcmessage.m4: New file, from gettext-0.11.5.
61122         * m4/lib-ld.m4: New file, from gettext-0.11.5.
61123         * m4/lib-link.m4: New file, from gettext-0.11.5.
61124         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
61125         * m4/progtest.m4: New file, from gettext-0.11.5.
61126         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
61127         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
61128         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
61129
61130         Module localcharset.
61131         * m4/localcharset.m4: New file.
61132
61133         Module hard-locale.
61134         * m4/hard-locale.m4: New file.
61135
61136         Module mbswidth.
61137         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
61138         onceonly macros.
61139         * m4/mbrtowc.m4: Add comment.
61140
61141         Module memcasecmp.
61142         * m4/memcasecmp.m4: New file.
61143
61144         Module memcoll.
61145         * m4/memcoll.m4: New file.
61146
61147         Module unicodeio.
61148         * m4/unicodeio.m4: New file.
61149
61150         Module rpmatch.
61151         * m4/rpmatch.m4: New file.
61152
61153         Module yesno.
61154         * m4/yesno.m4: New file.
61155
61156         Module exitfail.
61157         * m4/exitfail.m4: New file.
61158
61159         Module c-stack.
61160         * m4/c-stack.m4 (gl_C_STACK): New macro.
61161         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
61162
61163         Module error.
61164         * m4/error.m4 (gl_ERROR): New macro.
61165         (jm_PREREQ_ERROR): Use onceonly macros.
61166
61167         Module fatal.
61168         * m4/fatal.m4: New file.
61169
61170         Module getloadavg.
61171         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
61172         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
61173
61174         Module getpagesize.
61175         * m4/getpagesize.m4: New file.
61176
61177         Module getusershell.
61178         * m4/getusershell.m4: New file.
61179
61180         Module physmem.
61181         * m4/physmem.m4: New file.
61182
61183         Module posixver.
61184         * m4/posixver.m4: New file.
61185
61186         Module quotearg.
61187         * m4/quotearg.m4: New file.
61188
61189         Module quote.
61190         * m4/quote.m4: New file.
61191
61192         Module readutmp.
61193         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
61194
61195         Module sig2str.
61196         * m4/sig2str.m4: New file.
61197
61198         Other.
61199         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
61200         ulonglong.m4.
61201         * m4/intmax_t.m4: New file.
61202         * m4/d-type.m4: Indentation.
61203         * m4/jm-macros.m4: Update.
61204         * m4/prereq.m4 (jm_PREREQ): Update.
61205         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
61206         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
61207         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
61208         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
61209         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
61210         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
61211         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
61212         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
61213         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
61214         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
61215         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
61216         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
61217         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
61218         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
61219         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
61220         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
61221         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
61222         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
61223         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
61224
61225 2002-12-24  Bruno Haible  <bruno@clisp.org>
61226
61227         * MODULES.txt: Update according to m4/ changes.
61228
61229         Module gettext.
61230         * config.rpath: New file, from gettext-0.11.5.
61231
61232         * modules/*: New module descriptions.
61233         * gnulib-tool: New file.
61234         * MODULES.html.sh: New file.
61235
61236 2002-12-21  Karl Berry  <karl@gnu.org>
61237
61238         * doc/fdl.texi: update to version 1.2.
61239
61240 2002-12-19  Karl Berry  <karl@gnu.org>
61241
61242         * config/config.guess: update from prep.
61243
61244 2002-12-18  Bruno Haible  <bruno@clisp.org>
61245
61246         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
61247         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
61248
61249 2002-12-17  Bruno Haible  <bruno@clisp.org>
61250
61251         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
61252         stdlib.h, string.h.
61253
61254 2002-12-17  Bruno Haible  <bruno@clisp.org>
61255
61256         * lib/canon-host.c (strdup): Remove unused declaration.
61257
61258         * lib/fsusage.c: Include full_read.h.
61259         (get_fs_usage): Use full_read instead of safe_read.
61260
61261         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
61262
61263 2002-12-12  Karl Berry  <karl@gnu.org>
61264
61265         * config/config.guess: update from prep.
61266
61267 2002-12-11  Bruno Haible  <bruno@clisp.org>
61268
61269         * m4/setenv.m4: New file, from gettext-0.11.5.
61270
61271 2002-12-11  Bruno Haible  <bruno@clisp.org>
61272
61273         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
61274         not unsetenv().
61275         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
61276         modifications:
61277
61278         2002-12-11  Bruno Haible  <bruno@clisp.org>
61279
61280                 * setenv.c (alloca): Fall back to malloc.
61281                 (freea): New macro.
61282                 (setenv): Use freea() to free memory allocated with alloca().
61283
61284         2002-11-13  Bruno Haible  <bruno@clisp.org>
61285
61286                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
61287                 function declarations.
61288                 * unsetenv.c (unsetenv): Likewise.
61289
61290         2002-03-04  Bruno Haible  <bruno@clisp.org>
61291
61292                 Portability to AIX 4.3.3.
61293                 * unsetenv.c: New file, extracted from setenv.c.
61294                 * setenv.c: Move the unsetenv() function to unsetenv.c.
61295
61296         2001-12-20  Bruno Haible  <bruno@clisp.org>
61297
61298                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
61299                 use malloc instead. For SunOS 4.
61300
61301         2001-12-11  Bruno Haible  <bruno@clisp.org>
61302
61303                 * setenv.c: Declare alloca.
61304                 (compar_fn_t): New typedef.
61305                 (KNOWN_VALUE, STORE_VALUE): Use it.
61306
61307         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
61308         setenv.h.
61309
61310 2002-12-10  Paul Eggert  <eggert@twinsun.com>
61311
61312         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
61313         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
61314         Choose values that are less likely to collide with system fnmatch
61315         options.
61316         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
61317         defined (e.g., a pure POSIX system).
61318         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
61319         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
61320
61321 2002-12-06  Paul Eggert  <eggert@twinsun.com>
61322
61323         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
61324         a pain in practice to deal with generated m4 files.  This change
61325         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
61326
61327         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
61328         and jm-glibc-io.m4, as they are no longer a special case.
61329         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
61330         kludge and the auto-generation stuff.  Check only whether the
61331         functions are declared, not whether they exist, since older hosts
61332         that don't declare the functions can't use the optimization anyway.
61333
61334 2002-12-06  Jim Meyering  <jim@meyering.net>
61335
61336         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
61337
61338         Merge in changes from libc's misc/error.c, in preparation
61339         for the merge of gnulib's changes back into libc.
61340
61341         * lib/error.c (_): Define only if not already defined.
61342         Move definition to follow all #include directives.
61343         Include unlocked-io.h only if !_LIBC.
61344         [_LIBC]: Include <libio/libioP.h>.
61345         [USE_IN_LIBIO]: Include <libio/iolibio.h>
61346         (fflush): Tweak definition to use INTUSE.
61347         (putc): Define.
61348
61349 2002-12-05  Paul Eggert  <eggert@twinsun.com>
61350
61351         * lib/alloca.c [defined emacs]: Include "lisp.h".
61352         (xalloc_die) [defined emacs]: New macro.
61353         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
61354         [! defined emacs]: Include <xalloc.h>.
61355         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
61356         (pointer): Typedef to POINTER_TYPE *.
61357         (malloc): Remove decl; we now always use xmalloc.
61358         (alloca): Use old-style definition, since Emacs needs this.
61359         Check for arithmetic overflow when computing combined size.
61360
61361 2002-12-04  Paul Eggert  <eggert@twinsun.com>
61362
61363         Do not generate unlocked-io.h automatically, since it's easier to
61364         maintain it by hand.
61365
61366         * lib/unlocked-io.h: New file, from GNU diffutils,
61367         but with proper copyright notice and attribution.
61368         * lib/gen-uio: Remove.
61369         * lib/Makefile.am: Add copyright notice.
61370         (libfetish_a_SOURCES): Add unlocked-io.h.
61371         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
61372         (DISTCLEANFILES, io_functions): Remove macros.
61373         (EXTRA_DIST): Remove gen_uio.
61374         (unlocked-io.h): Remove rule.
61375
61376 2002-12-04  Jim Meyering  <jim@meyering.net>
61377
61378         Reflect the fact that stat.c and lstat.c are no longer generated.
61379         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
61380         (DISTCLEANFILES): Likewise.
61381         (EXTRA_DIST): Likewise.
61382         (all_local): Don't depend on stat.c or lstat.c.
61383         (stat.c, lstat.c): Remove rules.
61384         (EXTRA_DIST): Remove xstat.in.
61385
61386         * lib/xstat.in: Remove file.  Contents moved into stat.c.
61387         * lib/stat.c: New file.  Contents mostly from xstat.in.
61388         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
61389         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
61390
61391         * lib/safe-read.c: Rework so that it may serve to define safe_write,
61392         too.
61393         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
61394
61395 2002-12-03  Jim Meyering  <jim@meyering.net>
61396
61397         * lib/safe-read.c, safe-write.c: Change variable names and comments,
61398         but not semantics, to minimize the differences between these two files.
61399         (safe_read): Change comment to mention SAFE_READ_ERROR.
61400
61401         * lib/safe-read.c (IS_EINTR): Define.
61402         (safe_read): Use IS_EINTR in place of in-function cpp directives.
61403
61404 2002-12-02  Jim Meyering  <jim@meyering.net>
61405
61406         * lib/safe-read.c (EINTR): Define.
61407         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
61408         (INT_MAX): Provide fallback.
61409         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
61410
61411         * lib/safe-read.h (SAFE_READ_ERROR): Define.
61412
61413 2002-12-02  Bruno Haible  <bruno@clisp.org>
61414
61415         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
61416         Define, taken from safe-read.c.
61417         (INT_MAX): Provide fallback.
61418         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
61419         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
61420
61421         * lib/safe-read.c (EINTR): Remove definition.
61422         (safe_read): Don't use EINTR if it is absent.
61423
61424 2002-12-01  Jim Meyering  <jim@meyering.net>
61425
61426         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
61427         zero.
61428         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
61429
61430 2002-11-27  Paul Eggert  <eggert@twinsun.com>
61431
61432         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
61433         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
61434         with `if (! (value < limit)) abort ();', for readability.
61435
61436 2002-11-26  Karl Berry  <karl@gnu.org>
61437
61438         * lib/strdup.c: copy from libc again, with jim's ok.
61439         * lib/.cppi-disable: re-add strdup.c
61440
61441 2002-11-25  Karl Berry  <karl@gnu.org>
61442
61443         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
61444         instead of "strtol.c".
61445
61446 2002-11-25  Karl Berry  <karl@gnu.org>
61447
61448         * config/install-sh: update from automake for variable quoting, $0 in
61449         error msgs, etc.
61450
61451         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
61452         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
61453         entry.
61454
61455 2002-11-25  Jim Meyering  <jim@meyering.net>
61456
61457         * lib/mktime.c: Sync from libc, now that it has the latest fix.
61458
61459 2002-11-24  Karl Berry  <karl@gnu.org>
61460
61461         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
61462         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
61463
61464 2002-11-24  Jim Meyering  <jim@meyering.net>
61465
61466         Update from coreutils:
61467
61468         * lib/mktime.c: Merge in changes from libc.
61469
61470         Avoid a link-time failure on some Linux systems.
61471         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
61472         (otherwise).
61473         (__mon_yday): Declare with the STATIC attribute.
61474         (__mktime_internal): Likewise.
61475         Based on a report from Greg Schafer.
61476
61477 2002-11-23  Jim Meyering  <jim@meyering.net>
61478
61479         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
61480         Use `unsigned', not `int', as type of index.
61481
61482         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
61483
61484         * lib/fsusage.c: Remove unneeded parentheses around operands of
61485         `defined'.
61486
61487 2002-11-22  Paul Eggert  <eggert@twinsun.com>
61488
61489         * lib/quotearg.h: Allow multiple inclusion by surrounding with
61490         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
61491         so that we can be included first.
61492         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
61493         * lib/quotearg.c: Include quotearg.h immediately after config.h.
61494         No need to include stddef.h or sys/types.h any more.
61495         Surround local include files with "", not "<>".
61496         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
61497         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
61498         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
61499         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
61500         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
61501         (ISPRINT): Remove; no longer needed now that we assume C89.
61502
61503         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
61504         Preserve errno.
61505
61506         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
61507         quotearg_char): Use SIZE_MAX rather than
61508         (size_t) -1 when we are talking about "infinity".
61509
61510         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
61511
61512 2002-11-22  Paul Eggert  <eggert@twinsun.com>
61513
61514         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
61515         hint that one should use `if (! x) abort ();' rather than `assert
61516         (x);', and anyway it's one less thing to worry about configuring.
61517         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
61518         hash_rehash, hash_insert): Use abort rather than assert.
61519
61520 2002-11-22  Bruno Haible  <bruno@clisp.org>
61521
61522         * lib/safe-read.h: Assume C89. Add comments.
61523         (safe_read): Change return type to size_t.
61524         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
61525         byte counts > SSIZE_MAX correctly.
61526         * lib/safe-write.h: New file.
61527         * lib/safe-write.c: New file.
61528         * lib/full-read.h: New file.
61529         * lib/full-read.c: New file.
61530         * lib/full-write.h: Assume C89. Add comments.
61531         * lib/full-write.c: Include safe-write.h.
61532         (full_write): Rewritten to use safe_write.
61533         Suggested by Jim Meyering and Paul Eggert.
61534
61535 2002-11-21  Jim Meyering  <jim@meyering.net>
61536
61537         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
61538
61539         Merge in changes from the coreutils.
61540
61541         2002-09-25  Paul Eggert  <eggert@twinsun.com>
61542         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
61543         <stdint.h>.
61544         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
61545         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
61546         int.  Work more efficiently if X is the same width as uintmax_t.
61547         Do not compare X to -1, to avoid bogus compiler warning.
61548         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
61549         Don't assume that f_frsize and f_bsize are the same type.
61550
61551         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
61552         warning on FreeBSD.
61553
61554         * lib/makepath.c (make_path): Restore umask *before* creating the final
61555         component.
61556         (make_path): Minor reformatting.
61557
61558         * lib/xmalloc.c: Adjust to work with new autoconf macros,
61559         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
61560         HAVE_MALLOC/HAVE_REALLOC.
61561
61562         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
61563         dummy ones.  At least on GNU/Linux systems, `auto' means something
61564         else.
61565         From Michael Stone.
61566
61567 2002-11-21  Bruno Haible  <bruno@clisp.org>
61568
61569         Remove case insensitive option matching.
61570         * lib/argmatch.h (argcasematch): Remove declaration.
61571         (ARGCASEMATCH): Remove macro.
61572         (__xargmatch_internal): Remove case_sensitive argument.
61573         (XARGMATCH): Update.
61574         (XARGCASEMATCH): Remove macro.
61575         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
61576         case_sensitive argument.
61577         (argcasematch): Remove function.
61578         (__xargmatch_internal): Remove case_sensitive argument.
61579         (main): Use XARGMATCH instead of XARGCASEMATCH.
61580
61581         * lib/xmalloc.c: Change compile-time error message. Add comment about
61582         required autoconf version.
61583
61584 2002-11-20  Paul Eggert  <eggert@twinsun.com>
61585
61586         Merge argmatch cleanups from Bison.  Assume C89.
61587
61588         * lib/argmatch.c: Include config.h here, not in argmatch.h.
61589         Include stdlib.h, for EXIT_FAILURE.
61590         Always include <string.h>, since we assume C89.
61591         (EXIT_FAILURE): Remove pre-C89 bug workaround.
61592         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
61593         Include <stddef.h> instead, since it's all we need for size_t.
61594         (PARAMS): Remove.  All uses removed.
61595         (ARRAY_CARDINALITY): Do not bother to #undef.
61596         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
61597         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
61598         Remove unnecessary parentheses.
61599         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
61600         Insert necessary parentheses.
61601         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
61602         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
61603
61604 2002-11-19  Bruno Haible  <bruno@clisp.org>
61605
61606         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
61607         * lib/mbswidth.h: Include <stddef.h>, for size_t.
61608
61609         * lib/mbswidth.h (PARAMS): Remove macro.
61610         (mbswidth, mbsnwidth): Use ANSI C function declarations.
61611         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
61612
61613         * lib/gcd.h (PARAMS): Remove macro.
61614         (gcd): Use ANSI C function declarations.
61615         * lib/gcd.c (gcd): Likewise.
61616
61617 2002-11-15  Bruno Haible  <bruno@clisp.org>
61618
61619         * lib/strcspn.c: Include <stddef.h>.
61620         (strcspn): Use ANSI C function declaration. Change return type to
61621         size_t. Use NULL.
61622         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
61623         (strpbrk): Use NULL.
61624         * lib/strpbrk.h (PARAMS): Remove macro.
61625         (strpbrk): Use ANSI C function declaration.
61626         * lib/strstr.c: Don't include <sys/types.h>.
61627         * lib/strstr.h (PARAMS): Remove macro.
61628         (strstr): Use ANSI C function declarations.
61629
61630 2002-11-14  Karl Berry  <karl@gnu.org>
61631
61632         * config/mkinstalldirs: `do' on separate line, instead of
61633         `for var; do'.
61634
61635 2002-11-06  Bruno Haible  <bruno@clisp.org>
61636
61637         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
61638         * lib/gcd.c (gcd): Likewise.
61639
61640 2002-11-05  Bruno Haible  <bruno@clisp.org>
61641
61642         * lib/gcd.h: New file, from gettext-0.11.5.
61643         * lib/gcd.c: New file, from gettext-0.11.5.
61644
61645 2002-11-05  Bruno Haible  <bruno@clisp.org>
61646
61647         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61648         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61649         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61650         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61651
61652         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
61653         <libintl.h>.
61654         * lib/makepath.c: Include gettext.h instead of <locale.h> and
61655         <libintl.h>.
61656
61657         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
61658         * lib/human.c: Include gettext.h instead of <libintl.h>.
61659         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
61660         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
61661         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
61662         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
61663         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
61664         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
61665         (textdomain): Remove definition.
61666         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
61667
61668         * lib/long-options.c: Remove include of <libintl.h> and definition of
61669         _.
61670         * lib/same.c: Remove include of <libintl.h> and definition of _.
61671
61672 2002-11-04  Owen Taylor  <otaylor@redhat.com>
61673
61674         * lib/config.charset: A few additions for Solaris.
61675
61676 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
61677
61678         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
61679         * lib/localcharset.c (locale_charset): Declare as extern "C".
61680
61681 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
61682
61683         * lib/config.charset: msdos in uk_UA uses CP1125.
61684
61685 2002-11-04  Bruno Haible  <bruno@clisp.org>
61686
61687         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
61688         * lib/strcase.h: New file, from GNU gettext-0.11.5.
61689         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
61690         * lib/strstr.h: New file, from GNU gettext-0.11.5.
61691         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
61692
61693 2002-11-04  Bruno Haible  <bruno@clisp.org>
61694
61695         * lib/localcharset.c (locale_charset): Don't return an empty string.
61696
61697 2002-11-04  Bruno Haible  <bruno@clisp.org>
61698
61699         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
61700         aliases.
61701
61702 2002-11-04  Bruno Haible  <bruno@clisp.org>
61703
61704         * lib/config.charset: Update for newest glibc. Add canonical names
61705         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
61706
61707 2002-11-04  Bruno Haible  <bruno@clisp.org>
61708
61709         * lib/config.charset: Add support for NetBSD.
61710
61711 2002-11-04  Bruno Haible  <bruno@clisp.org>
61712
61713         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
61714
61715 2002-11-01  Bruno Haible  <bruno@clisp.org>
61716
61717         * configure.in: Add AC_CONFIG_AUX_DIR call.
61718         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
61719         test/Makefile.
61720         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
61721
61722 2002-09-28  Karl Berry  <karl@gnu.org>
61723
61724         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
61725         installed automake until the next release, since changes have been
61726         made.
61727
61728 2002-09-25  Karl Berry  <karl@gnu.org>
61729
61730         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
61731         * lib/getopt*: copy from libc/posix.
61732         * lib/gettext.h: copy from gettext.
61733         * lib/.cppi-disable: add strdup.c, gettext.h.
61734
61735 2002-09-25  Karl Berry  <karl@gnu.org>
61736
61737         * config/srclist.txt: enable gettext.h check.
61738         * config/config.{guess,sub}: update from prep.
61739         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
61740                 from automake 1.6.3.
61741         See srclist*.
61742
61743 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
61744
61745         * regex.c (PATFETCH): Remove the translating fetch.
61746         (PATFETCH_RAW): Rename to PATFETCH.
61747         (set_image_of_range): New fun.
61748         (SET_RANGE_TABLE_WORK_AREA): Use it.
61749         (regex_compile): Don't translate the pattern chars so eagerly.
61750         Only do it when inserting an `exactn' bytecode or when handling
61751         a char-range.
61752         (mutually_exclusive_p): Avoid empty statement.
61753
61754 2002-07-06  Jim Meyering  <meyering@lucent.com>
61755
61756         * m4/README: Don't mention Makefile.am.in.
61757         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
61758
61759 2002-07-01  Jim Meyering  <meyering@lucent.com>
61760
61761         * lib/c-stack.c: Include sys/time.h.
61762         From Volker Borchert.
61763
61764 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61765
61766         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
61767
61768 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61769
61770         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
61771         New macro.  Use it uniformly instead of
61772         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
61773         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
61774         reported by Vin Shelton.
61775
61776 2002-06-22  Paul Eggert  <eggert@twinsun.com>
61777
61778         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
61779         Do not assume SA_SIGINFO behavior.
61780         Bug reported by Jim Meyering on NetBSD 1.5.2.
61781
61782 2002-06-22  Jim Meyering  <meyering@lucent.com>
61783
61784         * m4/c-stack.m4: New file, from diffutils-2.8.2.
61785         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
61786
61787         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
61788         now that configure.ac uses AC_GNU_SOURCE.
61789         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
61790         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
61791
61792         Update to latest tools.  Suggestions from Paul Eggert.
61793         * m4/stdbool.m4: New file, from diffutils-2.8.2.
61794         * m4/gnu-source.m4: Update from diffutils-2.8.2.
61795         * m4/fnmatch.m4: Likewise.
61796         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
61797         to AC_HEADER_STDBOOL
61798
61799 2002-06-22  Jim Meyering  <meyering@lucent.com>
61800
61801         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
61802         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
61803
61804 2002-06-22  Jim Meyering  <meyering@lucent.com>
61805
61806         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
61807
61808         * lib/exitfail.c, exitfail.h: Likewise.
61809         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
61810
61811         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
61812         of fnmatch.h.
61813         (EXTRA_DIST): Add fnmatch_loop.c.
61814         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
61815
61816         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
61817         * lib/fnmatch.c: Update from diffutils-2.8.2.
61818         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
61819         * lib/fnmatch.h: Remove file.
61820
61821 2002-06-21  Jim Meyering  <meyering@lucent.com>
61822
61823         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
61824         * m4/mbrtowc.m4: Likewise.
61825
61826         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
61827         * m4/mbswidth.m4: Reflect name change:
61828         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
61829         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
61830
61831         * m4/lib-link.m4: Update from gettext-0.11.2.
61832         * m4/gettext.m4: Likewise.
61833
61834         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
61835         From Alfred M. Szmidt.
61836
61837 2002-06-18  Paul Eggert  <eggert@twinsun.com>
61838
61839         * lib/file-type.h: Report an error if neither S_ISREG nor
61840         S_IFREG is defined, instead of using a test specific to glibc
61841         2.2.  This should be safe, since POSIX requires S_ISREG and
61842         Unix Version 7 had S_IFREG.  We don't need to check for
61843         <sys/types.h> since we don't use any symbols that it defines.
61844
61845 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
61846
61847         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
61848         $@-t, so that each temporary file name is unique and valid in the first
61849         8 characters, for operation under DOS.
61850
61851 2002-06-15  Paul Eggert  <eggert@twinsun.com>
61852
61853         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
61854
61855 2002-06-15  Jim Meyering  <meyering@lucent.com>
61856
61857         Work even with DJGPP 2.03, which lacks support for symlinks.
61858         From Richard Dawe.
61859         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
61860         is defined.
61861         * lib/lchown.c (S_ISLNK): Likewise.
61862
61863 2002-06-15  Jim Meyering  <meyering@lucent.com>
61864
61865         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
61866         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
61867         have been included before this file.
61868
61869 2002-06-14  Jim Meyering  <meyering@lucent.com>
61870
61871         * lib/file-type.h: Use the version from diffutils-2.8.2.
61872         * lib/file-type.c: Likewise.
61873
61874 2002-06-07  Jim Meyering  <meyering@lucent.com>
61875
61876         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
61877         They're needed at least for NetBSD 1.5.2.
61878         ($statxfs_includes): Include those same headers.
61879         ($statxfs_includes): Include sys/vfs.h if available.
61880         ($statxfs_includes): Likewise for sys/statvfs.h.
61881         Check for the following members in both structs statfs and statvfs:
61882         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
61883
61884 2002-06-01  Jim Meyering  <meyering@lucent.com>
61885
61886         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
61887         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
61888
61889 2002-05-28  Jim Meyering  <meyering@lucent.com>
61890
61891         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
61892         Reported by Volker Borchert.
61893
61894 2002-05-27  Jim Meyering  <meyering@lucent.com>
61895
61896         Fix a problem seen only on nonconforming systems whereby ls.c's
61897         use of localtime, and then of gettimeofday would cause trouble:
61898         the localtime call used to initialize rpl_gettimeofday's save
61899         mechanism would clobber ls's current local time information so
61900         that in any long listing the first file would always be listed
61901         with date 1970-01-01.  Analysis by Volker Borchert.
61902
61903         * lib/gettimeofday.c (localtime): Undefine.
61904         (rpl_localtime): New function.
61905
61906 2002-05-27  Jim Meyering  <meyering@lucent.com>
61907
61908         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
61909         localtime.
61910
61911         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
61912         use the replacement function; it wouldn't resolve at link time.
61913         Reported by Volker Borchert.
61914
61915 2002-05-22  Jim Meyering  <meyering@lucent.com>
61916
61917         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
61918         file-type.h.
61919         * lib/file-type.h: New file.
61920         * lib/file-type.c (file_type): New file/function.  Extracted from
61921         diffutils.
61922
61923 2002-04-30  Jim Meyering  <meyering@lucent.com>
61924
61925         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
61926
61927 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61928
61929         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
61930
61931 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61932
61933         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
61934         Do not check for alloca.h (no longer used) or stdbool.h (was never
61935         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
61936
61937 2002-04-29  Paul Eggert  <eggert@twinsun.com>
61938
61939         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
61940
61941 2002-04-29  Jim Meyering  <meyering@lucent.com>
61942
61943         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
61944         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
61945         Use AC_FUNC_STRNLEN here instead.
61946
61947         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
61948         With autoconf-2.53a, it's part of AC_PROG_CC.
61949
61950 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61951
61952         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
61953         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
61954
61955 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61956
61957         * lib/sig2str.h, lib/sig2str.c: New files.
61958         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
61959
61960 2002-04-28  Paul Eggert  <eggert@twinsun.com>
61961
61962         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
61963         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
61964         of 127, since 64 is the largest conceivable number for ancient
61965         nonstandard hosts.
61966         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
61967
61968 2002-04-28  Jim Meyering  <meyering@lucent.com>
61969
61970         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
61971
61972 2002-04-24  Jim Meyering  <meyering@lucent.com>
61973
61974         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
61975         (jm_PREREQ): Use it.
61976
61977         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
61978         mach/mach.h fcntl.h.
61979         Check for this function: setlocale.
61980
61981 2002-04-24  Jim Meyering  <meyering@lucent.com>
61982
61983         * lib/gettext.h: New file, from Gettext.
61984         * lib/Makefile.am (INCLUDES): Remove -I../intl.
61985         (libfetish_a_SOURCES): Add gettext.h.
61986
61987 2002-04-16  Jim Meyering  <meyering@lucent.com>
61988
61989         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
61990         ut_pid, ut_id, ut_exit.
61991
61992 2002-04-16  Jim Meyering  <meyering@lucent.com>
61993
61994         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
61995         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
61996         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
61997
61998 2002-04-12  Jim Meyering  <meyering@lucent.com>
61999
62000         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
62001         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
62002         existence of the getmntinfo function.  Needed for Darwin 5.3.
62003
62004         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
62005         This is necessary at least on Darwin 5.3.
62006
62007         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
62008         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
62009         strnlen.o in the library, and that makes some versions of ranlib
62010         object.
62011
62012 2002-04-12  Jim Meyering  <meyering@lucent.com>
62013
62014         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
62015
62016 2002-04-09  Jim Meyering  <meyering@lucent.com>
62017
62018         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
62019         to be more precise.  Rather than saying we're checking whether the
62020         function `works', say what we're testing.
62021         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
62022         Reported by Bruno Haible.
62023
62024 2002-03-10  Jim Meyering  <meyering@lucent.com>
62025
62026         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
62027         Suggestion from Santiago Vila.
62028
62029 2002-03-08  Jim Meyering  <meyering@lucent.com>
62030
62031         * lib/rename.c: Mention that this wrapper is needed also on
62032         mips-dec-ultrix4.4 systems.
62033
62034 2002-03-02  Jim Meyering  <meyering@lucent.com>
62035
62036         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
62037         not HAVE_CLOCK_SETTIME.
62038
62039 2002-02-27  Paul Eggert  <eggert@twinsun.com>
62040
62041         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
62042         Check for clock_settime.
62043
62044 2002-02-27  Paul Eggert  <eggert@twinsun.com>
62045
62046         * lib/nanosleep.h: Rename to....
62047         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
62048
62049         * lib/gettime.c: New file.
62050         * lib/settime.c: New file.
62051         * lib/stime.c: Remove.
62052
62053         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
62054         timespec.h.  Remove nanosleep.h.
62055
62056 2002-02-25  Paul Eggert  <eggert@twinsun.com>
62057
62058         * m4/acl.m4: New file.
62059         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
62060         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
62061
62062 2002-02-25  Paul Eggert  <eggert@twinsun.com>
62063
62064         * lib/acl.c, lib/acl.h: New files.
62065         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
62066
62067 2002-02-24  Jim Meyering  <meyering@lucent.com>
62068
62069         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
62070         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
62071         cause trouble.  Reported by Nelson Beebe.
62072
62073 2002-02-23  Paul Eggert  <eggert@twinsun.com>
62074
62075         * lib/path-concat.c (xpath_concat): Reorder code to pacify
62076         compilers that don't know that xalloc_die never returns.
62077
62078 2002-02-20  Jim Meyering  <meyering@lucent.com>
62079
62080         * lib/getdate.c: Regenerate using bison-1.33.
62081
62082 2002-02-17  Jim Meyering  <meyering@lucent.com>
62083
62084         * config/config.guess (main): Don't use `head -1'; it's no longer
62085         portable. Use `sed 1q' instead.
62086
62087 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
62088
62089         * m4/codeset.m4: Upgrade to gettext-0.11.
62090         * m4/gettext.m4: Upgrade to gettext-0.11.
62091         * m4/glibc21.m4: Upgrade to gettext-0.11.
62092         * m4/iconv.m4: Upgrade to gettext-0.11.
62093         * m4/isc-posix.m4: Upgrade to gettext-0.11.
62094         * m4/lcmessage.m4: Upgrade to gettext-0.11.
62095         * m4/lib-ld.m4: New file, from gettext-0.11.
62096         * m4/lib-link.m4: New file, from gettext-0.11.
62097         * m4/lib-prefix.m4: New file, from gettext-0.11.
62098         * m4/progtest.m4: Upgrade to gettext-0.11.
62099
62100 2002-02-15  Paul Eggert  <eggert@twinsun.com>
62101
62102         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
62103         (jm_PREREQ): Use it.
62104
62105 2002-02-15  Paul Eggert  <eggert@twinsun.com>
62106
62107         * lib/posixver.c, lib/posixver.h: New files.
62108         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
62109
62110 2002-02-02  Paul Eggert  <eggert@twinsun.com>
62111             Bruno Haible  <bruno@clisp.org>
62112
62113         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
62114         (fwrite_success_callback): New declaration.
62115         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
62116         print_unicode_char. Call failure callback instead of error.
62117         (fwrite_success_callback): New function.
62118         (exit_failure_callback): New function.
62119         (fallback_failure_callback): New function.
62120         (print_unicode_char): Call unicode_to_mb.
62121
62122 2002-01-26  Jim Meyering  <meyering@lucent.com>
62123
62124         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
62125         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
62126
62127 2002-01-26  Jim Meyering  <meyering@lucent.com>
62128
62129         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
62130
62131 2002-01-22  Paul Eggert  <eggert@twinsun.com>
62132
62133         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
62134
62135 2002-01-22  Jim Meyering  <meyering@lucent.com>
62136
62137         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
62138         Otherwise, some versions of automake would omit the rule that makes
62139         Makefile from Makefile.in.
62140
62141 2002-01-21  Paul Eggert  <eggert@twinsun.com>
62142
62143         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
62144         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
62145         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
62146         (memcoll): Set errno to zero if there is no error.
62147
62148         * lib/quotearg.c (quotearg_buffer_restyled):
62149         Fix bug with quoting buffers containing NUL when backslashing escapes.
62150         This bug was exposed by the other changes in this patch.
62151         (quotearg_n_options): New arg ARGSIZE.
62152         All callers changed.
62153         (quoting_options_from_style): New function.
62154         (quotearg_n_style): Use it.
62155         (quotearg_n_style_mem): New function.
62156
62157         * lib/quotearg.h (quotearg_n_style_mem): New function.
62158
62159 2002-01-19  Jim Meyering  <meyering@lucent.com>
62160
62161         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
62162         Remove useless quotes: DF_PROG="df".
62163         * m4/strnlen.m4: New file.
62164
62165 2002-01-16  Paul Eggert  <eggert@twinsun.com>
62166
62167         * lib/backupfile.c (ISDIGIT): Comment fix.
62168         * lib/getdate.y (ISDIGIT): Likewise.
62169         * lib/posixtm.c (ISDIGIT, year): Likewise.
62170         * lib/strverscmp.c (ISDIGIT): Likewise.
62171         * lib/userspec.c (ISDIGIT): Likewise.
62172
62173 2002-01-16  Jim Meyering  <meyering@lucent.com>
62174
62175         * lib/getdate.y: Add three semicolons, each just before a closing
62176         brace. Bison (as of version 1.31) no longer papers over that mistake.
62177
62178 2002-01-05  Jim Meyering  <meyering@lucent.com>
62179
62180         * lib/version-etc.c (version_etc_copyright): Update copyright year.
62181
62182 2001-12-19  Paul Eggert  <eggert@twinsun.com>
62183
62184         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
62185         not silently exit merely because the output buffer happens to
62186         have nothing pending.
62187
62188 2001-12-18  Paul Eggert  <eggert@twinsun.com>
62189
62190         See the big note in ../ChangeLog.
62191         * lib/human.c (suffixes): Prefer K to k for 1024.
62192         (generate_suffix_backwards): New function.
62193         (human_readable_inexact): Use it.
62194         * lib/xstrtol.c (__xstrtol): If there is no number but there
62195         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
62196         Accept 'K' as well as 'k'.
62197
62198 2001-12-15  Jim Meyering  <meyering@lucent.com>
62199
62200         * lib/regex.h (__restrict_arr): Update from libc.
62201
62202         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
62203         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
62204         (STREQ): Define.
62205
62206 2001-12-14  Jim Meyering  <meyering@lucent.com>
62207
62208         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
62209         Suggestion from Bruno Haible.
62210
62211 2001-12-10  Jim Meyering  <meyering@lucent.com>
62212
62213         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
62214         xrealloc, Instead, include "xalloc.h".
62215         (initbuffer): Don't cast xmalloc return value to char*.
62216         (readline): Reword comment.
62217         Don't cast xrealloc return value to char*
62218         Return NULL, not 0.
62219
62220 2001-12-09  Jim Meyering  <meyering@lucent.com>
62221
62222         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
62223         about `signed and unsigned type in conditional expression'.
62224         * lib/posixtm.c (posix_time_parse): Likewise.
62225
62226         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
62227
62228         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
62229         to avoid a pedantic warning.
62230
62231         * lib/getstr.c: Don't include assert.h.
62232         (getstr): Remove warning-evoking assertions.
62233         Return -1 if offset parameter is out of bounds.
62234         Change the type of a local from int to size_t.
62235
62236         * lib/strftime.c (my_strftime_localtime_r): Include this function
62237         definition in the `#if ! HAVE_TM_GMTOFF' block.
62238
62239         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
62240         Include xalloc.h instead.
62241
62242 2001-12-02  Jim Meyering  <meyering@lucent.com>
62243
62244         * lib/tempname.c: Don't declare getenv, thus reverting the change of
62245         2001-11-18.  It's no longer necessary, now that stdlib.h is always
62246         included.
62247
62248         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
62249         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
62250
62251 2001-11-30  Akim Demaille  <akim@epita.fr>
62252
62253         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
62254         before being defined.
62255
62256 2001-11-27  Paul Eggert  <eggert@twinsun.com>
62257
62258         * lib/quotearg.h (quotearg_n, quotearg_n_style):
62259         First arg is int, not unsigned.
62260         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
62261         (SIZE_MAX, UINT_MAX): New macros.
62262         (quotearg_n_options): Abort if N is negative.
62263         Avoid overflow check on hosts where size_t is 64 bits and int
62264         is 32 bits, as overflow is impossible there.
62265         Fix off-by-one typo that caused unnecessary reallocation.
62266
62267 2001-11-27  Jim Meyering  <meyering@lucent.com>
62268
62269         * lib/tempname.c: Merge with version from libc.
62270         * lib/regex.c: Likewise.
62271
62272         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
62273         systems for which STDC_HEADERS is 0, it was not included, resulting in
62274         a warning about an integer-to-pointer conversion problem with getenv.
62275         Reported by Volker Borchert.
62276
62277 2001-11-26  Jim Meyering  <meyering@lucent.com>
62278
62279         * lib/gtod.h: Remove file.
62280         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
62281         * lib/gettimeofday.c: Don't include gtod.h.
62282         (GTOD_init): Remove function.
62283         (rpl_gettimeofday): Do its job here instead, rather than aborting.
62284         Suggestion from Volker Borchert.
62285
62286 2001-11-23  Jim Meyering  <meyering@lucent.com>
62287
62288         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
62289         it.
62290         * lib/hash.c (struct hash_table): Define it here instead.
62291
62292 2001-11-22  Jim Meyering  <meyering@lucent.com>
62293
62294         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
62295
62296 2001-11-20  Jim Meyering  <meyering@lucent.com>
62297
62298         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
62299         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
62300
62301 2001-11-19  Jim Meyering  <meyering@lucent.com>
62302
62303         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
62304         directory.  Use "conftestXXXXXX" as the template.
62305         Suggestion from Paul Eggert.
62306
62307         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
62308         immediately, so the test doesn't mistakenly hit the max-open-files
62309         limit.
62310
62311 2001-11-18  Paul Eggert  <eggert@twinsun.com>
62312
62313         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
62314         (TEMPORARIES): New macro.
62315         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
62316         removes an artificial limitation (e.g. HP-UX 10.20, where
62317         TMP_MAX is 17576).
62318
62319 2001-11-18  Jim Meyering  <meyering@lucent.com>
62320
62321         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
62322
62323 2001-11-18  Jim Meyering  <meyering@lucent.com>
62324
62325         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
62326         on SunOS 4.
62327
62328         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
62329         files will be created before anything else.
62330
62331 2001-11-17  Paul Eggert  <eggert@twinsun.com>
62332
62333         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
62334         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
62335
62336 2001-11-17  Jim Meyering  <meyering@lucent.com>
62337
62338         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
62339         Prompted by a report from Bob Proulx.
62340
62341         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
62342         Instead, require UTILS_FUNC_MKSTEMP.
62343
62344 2001-11-17  Jim Meyering  <meyering@lucent.com>
62345
62346         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
62347         Now, that's done as part of AC_FUNC_STRTOD.
62348
62349 2001-11-17  Jim Meyering  <meyering@lucent.com>
62350
62351         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
62352         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
62353         rather than group writable.  Patch by Juan F. Codagnone.
62354
62355         * lib/readtokens.c: Remove explicit declarations of xmalloc and
62356         xrealloc, Instead, include "xalloc.h".
62357
62358         * lib/mountlist.c: Include unlocked-io.h after all system headers.
62359         Remove explicit declarations of xmalloc, xrealloc,
62360         and xstrdup.  Instead, include "xalloc.h".
62361
62362         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
62363         unlocked-io.h.
62364         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
62365         Likewise.
62366         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
62367
62368         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
62369         Reported by Padraig Brady.
62370
62371         * lib/mkstemp.c: #undef mkstemp.
62372         Include config.h.
62373         (rpl_mkstemp): Rename from mkstemp.
62374         Protoize.
62375
62376 2001-11-16  Jim Meyering  <meyering@lucent.com>
62377
62378         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
62379         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
62380         determine the amount of total physical memory, use pstat_getstatic.
62381         HPUX-11 doesn't define _SC_PHYS_PAGES.
62382         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
62383         If sysconf couldn't be used to determine the amount of available
62384         physical memory, use both pstat_getstatic and pstat_getdynamic.
62385         Based on a patch from Bob Proulx.
62386
62387 2001-11-10  Jim Meyering  <meyering@lucent.com>
62388
62389         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
62390         (jm_PREREQ): Use it.
62391
62392 2001-11-09  Jim Meyering  <meyering@lucent.com>
62393
62394         * m4/jm-macros.m4: Require autoconf-2.52f.
62395         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
62396         Use these AC_-prefixed names, not the AM_-prefixed ones.
62397
62398         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
62399
62400 2001-11-05  Jim Meyering  <meyering@lucent.com>
62401
62402         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
62403
62404 2001-11-04  Jim Meyering  <meyering@lucent.com>
62405
62406         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
62407         $DEFS.
62408
62409 2001-11-03  Jim Meyering  <meyering@lucent.com>
62410
62411         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
62412         of AC_DEFUN.
62413
62414         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
62415         know the name of the variable in the macro definition.
62416
62417 2001-11-03  Jim Meyering  <meyering@lucent.com>
62418
62419         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
62420         in argmatch_to_argument call.
62421
62422         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
62423         argument.
62424
62425         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
62426         e.g., a fault due to an attempt to free a NULL pointer.
62427
62428 2001-11-01  Jim Meyering  <meyering@lucent.com>
62429
62430         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
62431         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
62432
62433 2001-11-01  Jim Meyering  <meyering@lucent.com>
62434
62435         * lib/dirfd.c, lib/dirfd.h: New files.
62436         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
62437
62438         * lib/hash.c (hash_print) [TESTING]: Clean up.
62439
62440 2001-10-22  Paul Eggert  <eggert@twinsun.com>
62441
62442         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
62443         to avoid a warning if -Wall.
62444
62445 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
62446
62447         * README: New file
62448         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
62449         (per RMS's instructions, this is now the canonical source)
62450         * lgpl/, gpl/: New directories.
62451
62452 2001-10-21  Paul Eggert  <eggert@twinsun.com>
62453
62454         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
62455
62456 2001-10-21  Jim Meyering  <meyering@lucent.com>
62457
62458         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
62459         this code would end up calling gettext even in packages built
62460         with --disable-nls.
62461         * lib/getopt.c (_): Likewise.
62462         * lib/regex.c (_): Likewise.
62463
62464 2001-10-20  Paul Eggert  <eggert@twinsun.com>
62465
62466         * m4/error.m4 (jm_PREREQ_ERROR):
62467         Do not invoke AC_CHECK_FUNCS with strerror_r, as
62468         AC_FUNC_STRERROR_R does that.
62469         Check for strerror declaration.
62470
62471         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
62472         are supposed to have them these days.
62473         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
62474         Merge changes from latest Autoconf CVS.
62475         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
62476         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
62477         POSIX decided to standardize on the int flavor of strerror_r.
62478
62479 2001-10-20  Paul Eggert  <eggert@twinsun.com>
62480
62481         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
62482         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
62483         Use strerror_r that is only a macro, even if it is not a function.
62484         (strerror): Check for HAVE_DECL_STRERROR before declaring.
62485         (private_strerror): Use prototypes, not old-style function definition.
62486         (print_errno_message): New function.
62487         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
62488         char*-flavored one.
62489         (error_tail, error, error_at_line): Use it.
62490
62491 2001-10-11  Jim Meyering  <meyering@lucent.com>
62492
62493         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
62494         and quote_n (1, ... to avoid clobbering a buffer.
62495
62496 2001-10-05  Jim Meyering  <meyering@lucent.com>
62497
62498         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
62499         hash-pjw.h.
62500         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
62501         * lib/hash-pjw.h: New file.
62502
62503 2001-09-30  Jim Meyering  <meyering@lucent.com>
62504
62505         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
62506         `struct fsstat' has the `f_fstypename' member.
62507         Use that to define FS_TYPE, which is now used to make
62508         the getfsstat link test tighter.
62509
62510 2001-09-30  Jim Meyering  <meyering@lucent.com>
62511
62512         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
62513         Include <sys/ucred.h>, for Apple Darwin.
62514         Include sys/mount.h and sys/fs_types.h only if available.
62515         (FS_TYPE): Define.
62516         (read_filesystem_list): Use FS_TYPE.
62517
62518 2001-09-29  Paul Eggert  <eggert@twinsun.com>
62519
62520         * lib/exclude.c (excluded_filename): 0 -> false, since it's
62521         a boolean context.
62522
62523 2001-09-29  Jim Meyering  <meyering@lucent.com>
62524
62525         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
62526         [one-argument getmntent function]): Include stdio.h before mntent.h.
62527         SunOS 4.1.x needs it for the declaration of `FILE'.
62528         Patch by Volker Borchert.
62529
62530         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
62531         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
62532         sys/fs_types.h, and make the link-test for getfsstat guard #include
62533         directives with appropriate #if HAVE_*_H tests so that we can
62534         detect getfsstat on Apple Darwin1.3.7 systems.
62535         Reported by Nelson Beebe.
62536         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
62537
62538 2001-09-28  Paul Eggert  <eggert@twinsun.com>
62539
62540         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
62541         #defines strtoimax.  Also treat the other strto* functions
62542         like strtoimax.
62543
62544         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62545         Check for strtoul and strtoumax,
62546         as those declarations are made even in the signed case.
62547         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
62548         Likewise, for strtol and strtoimax.
62549
62550 2001-09-28  Paul Eggert  <eggert@twinsun.com>
62551
62552         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
62553         #defines strtoimax.  Also treat the other strto* functions
62554         like strtoimax.
62555
62556         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
62557         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
62558         (strtoimax, strtoumax): Do not declare if already defined as a macro.
62559
62560 2001-09-26  Jim Meyering  <meyering@lucent.com>
62561
62562         Most macros in unlocked-io.h had the wrong number of arguments.
62563         * lib/gen-uio: New script.
62564         (USE_UNLOCKED_IO): Define to 1 if not already defined.
62565         * lib/unlocked-io.hin: Remove file.
62566         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
62567         rather than trying to embed it here.
62568         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
62569         Reported by Padraig Brady.
62570
62571 2001-09-25  Volker Borchert  <bt@teknon.de>
62572
62573         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
62574         `result'.
62575
62576 2001-09-24  Jim Meyering  <meyering@lucent.com>
62577
62578         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
62579
62580 2001-09-23  Jim Meyering  <meyering@lucent.com>
62581
62582         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
62583         instead of the mere test for existence of mntent.h.  The latter
62584         would get a false-positive on AIX 3.4 systems.
62585         In the outer getmntent if-block, don't die if neither of the getmntent
62586         tests succeeds.  Instead, just fall through and continue with the
62587         remaining tests.
62588
62589 2001-09-23  Jim Meyering  <meyering@lucent.com>
62590
62591         * lib/mountlist.c: Remove useless parentheses in #if directives.
62592         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
62593         the deprecated MOUNTED symbol is no longer defined in mntent.h.
62594
62595 2001-09-22  Jim Meyering  <meyering@lucent.com>
62596
62597         * m4/gettext.m4: New file.  From gettext.
62598         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
62599         * m4/progtest.m4: Likewise
62600         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
62601         * m4/glibc21.m4: Likewise.
62602
62603         * m4/libintl.m4: Remove.  No longer used.
62604
62605 2001-09-22  Jim Meyering  <meyering@lucent.com>
62606
62607         * lib/localcharset.c: Update from latest gettext.
62608         * lib/config.charset: Likewise.
62609
62610 2001-09-20  Jim Meyering  <meyering@lucent.com>
62611
62612         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
62613         strtoimax.
62614         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
62615         strtoumax.
62616
62617 2001-09-20  Jim Meyering  <meyering@lucent.com>
62618
62619         * lib/xstrtol.c (strtoimax): Guard declaration with
62620         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
62621         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
62622         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
62623         (strtoumax): Likewise, for completeness (it wasn't necessary).
62624
62625 2001-09-17  Paul Eggert  <eggert@twinsun.com>
62626
62627         * lib/strtoimax.c (HAVE_LONG_LONG):
62628         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
62629         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
62630         to work around bug in IBM C compiler.
62631
62632 2001-09-17  Jim Meyering  <meyering@lucent.com>
62633
62634         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
62635         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
62636         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
62637         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
62638         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
62639         whenever the right hand side need not be expanded by the shell.
62640
62641 2001-09-16  Paul Eggert  <eggert@twinsun.com>
62642
62643         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
62644         library.  It's not correct, as some older glibcs are buggy.
62645         fnmatch wasn't fixed until glibc 2.2.
62646
62647         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
62648         special shell magic here.
62649
62650 2001-09-16  Jim Meyering  <meyering@lucent.com>
62651
62652         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
62653         * m4/jm-macros.m4: Require it.
62654
62655 2001-09-16  Jim Meyering  <meyering@lucent.com>
62656
62657         * lib/mkdir.c: New file.
62658
62659 2001-09-15  Jim Meyering  <meyering@lucent.com>
62660
62661         * m4/jm-macros.m4: Check for help2man.
62662
62663 2001-09-11  Jim Meyering  <meyering@lucent.com>
62664
62665         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
62666         The body, by Paul Eggert, was moved here from configure.in.
62667         * m4/jm-macros.m4: Require UTILS_HOST_OS.
62668
62669 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62670
62671         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
62672         (jm_PREREQ): Use it.
62673
62674 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62675
62676         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
62677         Use ssize_t, not int, to store result of readlink.
62678         Check for ssize_t overflow as well as size_t overflow,
62679         as POSIX says the result of readlink is implementation-defined
62680         when ssize_t overflows.
62681         Remove unnecessary cast to char*.
62682         Use free+malloc instead of realloc, as the storage doesn't need
62683         to be preserved and it's clearer and can be more efficient that way.
62684         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
62685         * lib/xreadlink.h (xreadlink): Update prototype.
62686
62687 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62688
62689         * lib/xgetcwd.c: Revert some of the previous change; intead,
62690         fix the HAVE_GETCWD_NULL code to behave more like the
62691         !HAVE_GETCWD_NULL code used to.
62692
62693         Include "xalloc.h".
62694         (xgetcwd): Do not return NULL when memory is exhausted; instead,
62695         invoke xalloc_die.
62696
62697 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62698
62699         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
62700         sys/param.h, as pathmax.h includes them.
62701
62702 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62703
62704         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
62705         (jm_PREREQ_XGETCWD): New macro.
62706
62707         * m4/getcwd.m4: New file.
62708
62709 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62710
62711         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
62712         like the HAVE_GETCWD_NULL code.
62713         Include pathmax.h if not HAVE_GETCWD.
62714         Do not include xalloc.h.
62715         (INITIAL_BUFFER_SIZE): New symbol.
62716         Do not use xmalloc / xrealloc, since the caller is responsible for
62717         handling errors.  Preserve errno around `free' during failure.
62718         Do not overrun buffer when using getwd.
62719
62720 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62721
62722         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
62723         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
62724         getcwd (NULL, 0).
62725
62726 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62727
62728         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
62729         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
62730         spotted by Jim Meyering.
62731
62732 2001-09-03  Jim Meyering  <meyering@lucent.com>
62733
62734         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
62735         failure.
62736
62737 2001-09-02  Jim Meyering  <meyering@lucent.com>
62738
62739         * lib/error.c: Update from GNU libc.
62740
62741 2001-09-01  Jim Meyering  <meyering@lucent.com>
62742
62743         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
62744         Used by df.
62745
62746 2001-09-01  Jim Meyering  <meyering@lucent.com>
62747
62748         * lib/xreadlink.c: New file.
62749         * lib/xreadlink.h: New file.
62750         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
62751         xreadlink.h.
62752
62753         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
62754         doesn't conflict with sparc Solaris 7's definition in
62755         /usr/include/sys/int_types.h.
62756
62757         * lib/exclude.c: Use `""', not `<>' to #include non-system header
62758         files.
62759         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
62760         and strncasecmp as r-values.  Unixware didn't have declarations.
62761
62762 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62763
62764         * lib/xstrtol.h: Add copyright notice.
62765         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
62766         LONGINT_INVALID_SUFFIX_CHAR.
62767
62768 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62769
62770         * lib/xstrtol.c (strtoimax): New decl.
62771
62772 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62773
62774         * lib/xgetcwd.c: Don't include pathmax.h.
62775         Include stdlib.h and unistd.h if available.
62776         Include xalloc.h.
62777         (xmalloc, xstrdup, free): Remove decls.
62778         (xgetcwd): Don't assume sizes fit in unsigned.
62779         Check for overflow when computing sizes.
62780         Simplify reallocation code.
62781
62782 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62783
62784         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
62785         a directory's st_size can have an arbitrary value, so the old
62786         usage could waste an arbitrary amount of memory.  All uses
62787         changed.
62788         * lib/savedir.h: Update prototype.
62789
62790 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62791
62792         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
62793
62794         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
62795         old strtoimax.c.
62796
62797         Also, make the following further changes to make this file's
62798         configuration more similar to that of strtol.c:
62799         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
62800         (strtoumax, uintmax_t, strtoull, strtol): Remove.
62801         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
62802         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
62803         changed to signed values.
62804
62805         And make the following changes as well:
62806         Fix copyright notice, as 1999 was missing.
62807         (verify): New macro.
62808         (strtoimax): Check sizes at compile-time, not run-time.
62809         Prefer strtol to strtoll if both work.
62810         (main): Remove; it was not that useful and was a pain to maintain.
62811
62812         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
62813
62814 2001-08-31  Jim Meyering  <meyering@lucent.com>
62815
62816         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
62817         Use an initial, malloc'd, buffer of length 128 rather than
62818         a statically allocated one of length 1024.
62819
62820 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62821
62822         Simplify code, partly by assuming autoconf 2.52 semantics.
62823
62824         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
62825
62826         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
62827         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
62828         All uses removed.
62829         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
62830         Move AC_REQUIRE to next-to-top level, to avoid confusion.
62831         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
62832         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
62833         jm_AC_HEADER_INTTYPES_H.
62834         * m4/jm-macros.m4 (jm_MACROS): Likewise.
62835
62836         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
62837
62838         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62839         Quote first arg of AC_DEFUN.
62840         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
62841         since they are needed to parse the include file even if we need
62842         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
62843         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
62844         but with opposite signedness.
62845
62846 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62847
62848         Merge 'exclude' changes from tar 1.13.22.
62849         This fixes one or two unlikely storage allocation overflow bugs,
62850         but doesn't change user-visible behavior otherwise.
62851
62852 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62853
62854         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
62855         (jm_PREREQ_EXCLUDE): New macro.
62856
62857 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62858
62859         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
62860         tm to be declared.
62861
62862 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62863
62864         * lib/hash.c: Remove '2001' from copyright notice.
62865
62866 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62867
62868         * lib/full-write.h: New file.
62869         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
62870         * lib/full-write.c: Correct credits, as cccp.c no longer
62871         exists and anyway it was so heavily changed from the old cccp
62872         code as to be unrecognizable.  Include full-write.h.
62873         (full_write) Return size_t, with short writes meaning failure.
62874         All callers changed.  This fixes a bug with large buffers
62875         on 64-bit hosts.
62876         * lib/utime.c: Include full-write.h.
62877
62878 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62879
62880         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
62881         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
62882         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
62883         Include if available.
62884         (<xalloc.h>): Include
62885         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
62886         (verify): New macro.  Use it to verify that EXCLUDE macros do not
62887         collide with FNM macros.
62888         (struct patopts): New struct.
62889         (struct exclude): Use it, as exclude patterns now come with options.
62890         (new_exclude): Support above changes.
62891         (new_exclude, add_exclude_file):
62892         Initial size must now be a power of two to simplify overflow checking.
62893         (free_exclude, fnmatch_no_wildcards): New function.
62894         (excluded_filename): No longer requires options arg, as the options
62895         are determined by add_exclude.  Now returns bool, not int.
62896         (excluded_filename, add_exclude):
62897         Add support for the fancy new exclusion options.
62898         (add_exclude, add_exclude_file): Now takes int options arg.
62899         Check for arithmetic overflow when computing sizes.
62900         (add_exclude_file): xrealloc might modify errno, so don't
62901         realloc until after errno might be used.
62902
62903         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
62904         New macros.
62905         (free_exclude): New decl.
62906         (add_exclude, add_exclude_file): Now takes int options arg.
62907         (excluded_filename): No longer requires options arg, as the options
62908         are determined by add_exclude.  Now returns bool, not int.
62909
62910 2001-08-30  Paul Eggert  <eggert@twinsun.com>
62911
62912         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
62913
62914 2001-08-27  Jim Meyering  <meyering@lucent.com>
62915
62916         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
62917
62918         * lib/version-etc.c (N_): Remove definition.
62919         Revert most of last change.
62920         Instead, simply don't mark the `Copyright...' string for translation.
62921         Based on advice from Paul Eggert.
62922
62923         * lib/strtoxmax.c: Tweak comment.
62924
62925 2001-08-26  Jim Meyering  <meyering@lucent.com>
62926
62927         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
62928
62929         * m4/xstrtoimax.m4: New file.
62930         * m4/xstrtoumax.m4: Add comments explaining why we
62931         AC_REPLACE_FUNCS(strtol).
62932
62933 2001-08-26  Jim Meyering  <meyering@lucent.com>
62934
62935         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
62936         of copyright with `%s' so translators don't get an untranslated
62937         message in 2002.
62938         (COPYRIGHT_YEAR): Define.
62939         (version_etc): Use fprintf rather than fputs.
62940         Suggestion from Ulrich Drepper.
62941
62942         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
62943
62944         * lib/strtoll.c: New file, from GNU libc.
62945         * lib/xstrtoimax.c: New file.
62946
62947         * lib/xstrtol.h: Add xstrtoimax.
62948         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
62949         * lib/strtoimax.c: New file.  Likewise, but first define
62950         STRTOUXMAX_SIGNED.
62951
62952         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
62953         ...
62954         * lib/strtoxmax.c: ... then renamed to this.
62955
62956 2001-08-18  Paul Eggert  <eggert@twinsun.com>
62957
62958         * m4/inttypes.m4: Add AC_PREREQ(2.13).
62959         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
62960         (jm_AC_TYPE_INTMAX_T): New macro.
62961         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
62962
62963         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
62964
62965         * m4/longlong.m4: Renamed from ulonglong.m4.
62966         * m4/inttypes.m4: Renamed from inttypes_h.m4.
62967         * m4/uintmax_t.m4: Removed.
62968
62969 2001-08-13  Paul Eggert  <eggert@twinsun.com>
62970
62971         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
62972         Port to Solaris 8, where 'sed' requires a space after the 'r'
62973         command, and where sh dislikes "$/".  Clean up the spacing a bit.
62974         Redirect output to $tmp just once.
62975
62976 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
62977
62978         * lib/addext.c (<errno.h>): Include.
62979         (errno): Declare if not defined.
62980         (addext): Work correctly when pathconf returns -1 and leaves
62981         errno alone because there is no limit.  Also, work even if
62982         pathconf returns a value greater than SIZE_MAX.
62983
62984 2001-08-12  Jim Meyering  <meyering@lucent.com>
62985
62986         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
62987         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
62988         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
62989         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
62990         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
62991         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
62992         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
62993         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
62994         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
62995         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
62996         utime.m4, utimes.m4, xstrtoumax.m4:
62997         Quote the first argument in each use of AC_DEFUN.
62998
62999 2001-08-12  Jim Meyering  <meyering@lucent.com>
63000
63001         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
63002         Simply `return getcwd (NULL, 0);'.
63003         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
63004         Use 1300 as initial value for length, not PATH_MAX.
63005
63006         * lib/pathmax.h: Clean up cpp syntax.
63007
63008 2001-08-12  Jim Meyering  <meyering@lucent.com>
63009
63010         * lib/gettimeofday.c: New file.
63011         * lib/gtod.h: New file.
63012         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
63013
63014 2001-08-05  Jim Meyering  <meyering@lucent.com>
63015
63016         * m4/jm-macros.m4: Require autoconf-2.52.
63017
63018 2001-08-04  Jim Meyering  <meyering@lucent.com>
63019
63020         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
63021         stmt, to get in sync with glibc.
63022
63023 2001-08-03  Paul Eggert  <eggert@twinsun.com>
63024
63025         The following changes are from gettext 0.10.39 as maintained by
63026         Bruno Haible.
63027
63028         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
63029         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
63030         with inverted sense.  All uses changed.
63031
63032         * lib/mbswidth.c: Don't include <limits.h>.
63033         Include <stdlib.h> and <string.h> unconditionally.
63034         (iswcntrl, mbsinit, ISCNTRL): New macros.
63035         (mbsnwidth): Use K&R style function declarations.
63036         Don't bother checking for MB_LEN_MAX == 1, since the compiler
63037         can optimize it when MB_CUR_MAX == 1.
63038         The width of control characters is zero, not 1.
63039
63040 2001-08-03  Paul Eggert  <eggert@twinsun.com>
63041
63042         The following changes are from gettext 0.10.39 as maintained by
63043         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
63044
63045         * m4/codeset.m4: Upgrade to serial AM1.
63046         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
63047         all uses changed.  Quote first arg of AC_DEFUN.
63048         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
63049
63050         * m4/iconv.m4: Upgrade to serial AM2.
63051         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
63052         Add --with-libconv-prefix.
63053         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
63054         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
63055         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
63056         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
63057         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
63058
63059         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
63060         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
63061         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
63062         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
63063         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
63064         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
63065         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
63066         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
63067         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
63068
63069         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
63070         string.h any more.
63071
63072         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
63073         not the default value.
63074
63075         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
63076         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
63077         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
63078         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
63079         Also check for iswcntrl, used for wcwidth fallback.
63080         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
63081         to Autoconf 2.13.
63082
63083 2001-08-03  Jim Meyering  <meyering@lucent.com>
63084
63085         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
63086         as it was in the original.  Reported by Paul Eggert.
63087
63088 2001-07-16  Jim Meyering  <meyering@lucent.com>
63089
63090         * m4/gettimeofday.m4: New file.
63091         Prompted by a report from Bernhard Baehr.
63092
63093 2001-07-15  Jim Meyering  <meyering@lucent.com>
63094
63095         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
63096         stuff. Now it's in ../Makefile.cfg.
63097
63098 2001-07-15  Jim Meyering  <meyering@lucent.com>
63099
63100         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
63101         (BUILT_SOURCES): Add unlocked-io.h.
63102         (io_functions): Define.
63103         (unlocked-io.h): New rule.
63104         (DISTCLEANFILES): Add unlocked-io.h.
63105         (all-local): Depend on unlocked-io.h, to ensure it is created.
63106
63107         * lib/unlocked-io.hin: New file
63108
63109         * lib/regex.c: Update from glibc.
63110
63111 2001-07-05  Jim Meyering  <meyering@lucent.com>
63112
63113         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
63114         recommendation.
63115         (libfetish_a_SOURCES): Put all .h files here instead.
63116         Remove a thus-exposed (better checks in automake) duplicate and
63117         two unnecessary .h files.
63118
63119 2001-07-04  Jim Meyering  <meyering@lucent.com>
63120
63121         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
63122         that generates jm-glibc-io.m4 so that it doesn't trigger any make
63123         distcheck failure.
63124
63125 2001-07-02  Jim Meyering  <meyering@lucent.com>
63126
63127         The following changes were prompted by suggestions from Bruno Haible.
63128
63129         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
63130         is now generated.
63131         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
63132         definition of EXTRA_DIST.
63133         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
63134         ensure that the generated file is created/updated whenever the list
63135         of $(unlocked_functions) is changed.
63136         (jm-glibc-io.m4): New rule.
63137         (unlocked-io.h): New rule -- currently unused.
63138
63139 2001-06-24  Jim Meyering  <meyering@lucent.com>
63140
63141         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
63142         unmatched right bracket, rather than kludging it with an extra,
63143         falsely-matching quote in a comment.  Patch by Akim Demaille.
63144
63145 2001-06-11  Jim Meyering  <meyering@lucent.com>
63146
63147         * lib/regex.c: Update from GNU libc.
63148
63149 2001-05-27  Jim Meyering  <meyering@lucent.com>
63150
63151         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
63152         Check for ut_type in struct utmp.
63153
63154 2001-05-27  Jim Meyering  <meyering@lucent.com>
63155
63156         * lib/readutmp.h (UT_TYPE): Define.
63157
63158 2001-05-24  Jim Meyering  <meyering@lucent.com>
63159
63160         * lib/argmatch.c: Include "quote.h".
63161         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
63162         quote function.  Reported by Göran Uddeborg.
63163
63164 2001-05-22  Jim Meyering  <meyering@lucent.com>
63165
63166         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
63167         now that we use the package-supplied version unconditionally.
63168         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
63169
63170 2001-05-21  Jim Meyering  <meyering@lucent.com>
63171
63172         * m4/regex.m4: Change a couple backticks to single quotes to avoid
63173         shell syntax errors.
63174
63175 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
63176
63177         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
63178
63179 2001-05-20  Paul Eggert  <eggert@twinsun.com>
63180
63181         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
63182         Don't bother to check library strftime, since
63183         we'll be using our own my_strftime function anyway.
63184         Define my_strftime instead of strftime.
63185
63186 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
63187
63188         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
63189         which is not yet declared.
63190
63191 2001-05-15  Jim Meyering  <meyering@lucent.com>
63192
63193         * m4/regex.m4: Use proper quoting so brackets appear in the test
63194         program.
63195         Reported by, and with help from, Bruno Haible.
63196
63197 2001-05-13  Jim Meyering  <meyering@lucent.com>
63198
63199         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
63200         undefined.
63201
63202 2001-05-11  Paul Eggert  <eggert@twinsun.com>
63203
63204         dirname code cleanup.  base_name now behaves more compatibly
63205         with POSIX basename when given file names that have trailing
63206         slashes, and similarly for dir_name.  Add new primitives
63207         base_len and dir_len.  Put the directory-name-related decls
63208         into dirname.h.
63209
63210         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
63211         * lib/backupfile.c (base_name): Likewise.
63212         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
63213         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
63214         * lib/makepath.c (strip_trailing_slashes): Likewise.
63215         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
63216         ISSLASH): Likewise.
63217         * lib/rename.c (strip_trailing_slashes): Likewise.
63218         * lib/same.c (base_name): Likewise.
63219         * lib/stripslash.c (ISSLASH): Likewise.
63220
63221         * lib/addext.c: Include <dirname.h> after size_t is defined.
63222         * lib/backupfile.c: Likewise.
63223
63224         * lib/addext.c (addext): Use base_len to trim redundant
63225         trailing slashes instead of doing it ourselves.
63226         But do not trim the last slash if it is not redundant.
63227
63228         * lib/backupfile.c (find_backup_file_name,
63229         max_backup_version): Use base_len instead of rolling it ourselves.
63230         Handle the case of "" and (on DOS) "C:" correctly.
63231
63232         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
63233         needed. Include <string.h>, <dirname.h>.
63234         (base_name): Allow file names ending in slashes, other than names
63235         that are all slashes.  In this case, return the basename followed
63236         by the slashes.  This is more general, and can be used in places
63237         where the original base_name purposely had an assertion failure.
63238         (base_len): New function.
63239
63240         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
63241         Do not include <assert.h>; no longer needed.
63242         Include xalloc.h.
63243         (memrchr): Remove decl.
63244         (dir_name_r): Remove.
63245         (dir_len): Renamed from dirlen.  All callers changed.
63246         Rewrite in terms of base_name, for simplicity and consistency.
63247         (dir_name): Never return NULL.  All callers changed.
63248         Do not include <stdlib.h> in test program; no longer needed.
63249         return 0; is fine for test program.
63250
63251         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
63252         New macros.
63253         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
63254
63255         * lib/path-concat.c (path_concat): Use base_len to compute
63256         base length, not strlen; this means we cannot rely on memcpy
63257         to null-terminate.
63258
63259         * lib/same.c (STREQ): Remove.
63260         (same_name): Handle the case where the basename ends in trailing '/'.
63261
63262         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
63263         a slash was stripped.  Do not strip the last slash after a
63264         file system prefix.
63265
63266 2001-05-11  Paul Eggert  <eggert@twinsun.com>
63267
63268         * lib/Makefile.am (libfetish_a_SOURCES):
63269         Add strftime.c, since we now compile it on all hosts.
63270
63271         * lib/strftime.c (my_strftime):
63272         Define to nstrftime if emacs, but only if my_strftime is not defined.
63273         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
63274         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
63275         Add one more extra argument: a nanoseconds value.
63276         All uses changed.
63277         (ns): New macro.
63278         (my_strftime function): Add %N format.
63279         (emacs_strftimeu): Renamed from emacs_strftime,
63280         with extra ut argument.
63281
63282 2001-05-09  Paul Eggert  <eggert@twinsun.com>
63283
63284         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
63285
63286 2001-04-21  Jim Meyering  <meyering@lucent.com>
63287
63288         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
63289         doesn't interfere.
63290
63291 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
63292
63293         * m4/ftruncate.m4: Check for chsize.
63294         Link with ftruncate.o unconditionally if ftruncate is missing.
63295         This was required when cross-compiling to i586-mingw32msvc.
63296
63297 2001-04-08  Jim Meyering  <meyering@lucent.com>
63298
63299         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
63300         recomputed; that's necessary when the offset spans a DST transition.
63301         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
63302
63303 2001-04-02  Jim Meyering  <meyering@lucent.com>
63304
63305         * lib/regex.h, regex.c: Update from GNU libc.
63306
63307 2001-03-24  Jim Meyering  <meyering@lucent.com>
63308
63309         * m4/jm-macros.m4: Require autoconf-2.49d.
63310
63311 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
63312
63313         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
63314
63315 2001-03-19  Paul Eggert  <eggert@twinsun.com>
63316
63317         * lib/version-etc.c (version_etc_copyright): Update to 2001.
63318
63319 2001-03-17  Jim Meyering  <meyering@lucent.com>
63320
63321         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
63322         now that the version in autoconf is equivalent.
63323         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
63324
63325         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
63326         Suggestion from Akim Demaille.
63327
63328         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
63329         (jm_PREREQ_TEMPNAME): New function.
63330
63331 2001-03-16  Paul Eggert  <eggert@twinsun.com>
63332
63333         * lib/tempname.c (uint64_t): Define to uintmax_t if
63334         not defined, and if UINT64_MAX is not defined.
63335         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
63336         Reported by John David Anglin.
63337
63338 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
63339
63340         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
63341         resolve alias if codeset is empty.
63342         * lib/config.charset (BeOS): Use wildcard syntax.
63343
63344 2001-03-13  Jim Meyering  <meyering@lucent.com>
63345
63346         * lib/path-concat.c (path_concat)
63347         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
63348         concatenating e.g., `C:' and `foo'.
63349         From Bruno Haible.
63350
63351 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
63352
63353         * lib/localcharset.c (locale_charset): Don't use
63354         setlocale(LC_CTYPE,NULL). Don't return NULL.
63355         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
63356
63357 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
63358
63359         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
63360         support for DOS/DJGPP.
63361
63362 2001-03-01  Paul Eggert  <eggert@twinsun.com>
63363
63364         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
63365         lacks mkstemp.  Compile our own tempname.c if we compile our own
63366         mkstemp.c, as mkstemp relies on tempname.
63367
63368 2001-03-01  Jim Meyering  <meyering@lucent.com>
63369
63370         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
63371         AH_VERBATIM really does output its argument verbatim.
63372
63373 2001-02-28  Paul Eggert  <eggert@twinsun.com>
63374
63375         * lib/Makefile.am (libfetish_a_SOURCES):
63376         Add dup-safer.c, fopen-safer.c.
63377         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
63378
63379         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
63380         * lib/unistd-safer.h: New files.
63381
63382 2001-02-25  Paul Eggert  <eggert@twinsun.com>
63383
63384         The mkstemp replacement is taken from glibc 2.2.2, with some
63385         portability fixes for use outside glibc, as follows:
63386
63387         * lib/tempname.c (struct_stat64): New macro.
63388         (direxists, __gen_tempname): Use it.
63389         This avoids a portability problem with Solaris 8.
63390
63391         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
63392         (<stddef.h>, <stdint.h>, <string.h>):
63393         Include only if STDC_HEADERS || _LIBC.
63394         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
63395         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
63396         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
63397         (__set_errno): Define this macro if <errno.h> doesn't.
63398         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
63399         Define these macros if <stdio.h> doesn't.
63400         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
63401         Define these macros if <sys/stat.h>
63402         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
63403         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
63404         __xstat64): Define if not _LIBC.
63405         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
63406         (__gen_tempname): Invoke gettimeofday only if
63407         HAVE_GETTIMEOFDAY || _LIBC;
63408         otherwise, fall back on plain "time".
63409         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
63410
63411         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
63412
63413         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
63414
63415 2001-02-18  Paul Eggert  <eggert@twinsun.com>
63416
63417         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
63418
63419 2001-02-17  Paul Eggert  <eggert@twinsun.com>
63420
63421         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
63422         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
63423         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
63424         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
63425
63426 2001-02-17  Paul Eggert  <eggert@twinsun.com>
63427
63428         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
63429         Remove workaround macros for hosts that have mbrtowc but not
63430         mbstate_t, as we now insist on proper declarations for both
63431         before using mbrtowc.
63432
63433 2001-02-17  Jim Meyering  <meyering@lucent.com>
63434
63435         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
63436         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
63437         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
63438         UnixWare 7.1.1.
63439
63440         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
63441         rather than AC_CACHE_VAL.
63442
63443 2001-02-17  Jim Meyering  <meyering@lucent.com>
63444
63445         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
63446         around included file name.
63447
63448         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
63449
63450         * lib/strftime.c: Update from GNU libc (the only changes were to
63451         comments).
63452
63453 2001-02-17  Jim Meyering  <meyering@lucent.com>
63454
63455         * lib/regex.c: Update from libc.
63456
63457 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
63458
63459         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
63460         clash.
63461
63462 2001-02-16  Paul Eggert  <eggert@twinsun.com>
63463
63464         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
63465         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
63466         Reported by Mark Hounschell via Paul Eggert.
63467
63468 2001-02-07  Jim Meyering  <meyering@lucent.com>
63469
63470         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
63471
63472 2001-02-05  Jim Meyering  <meyering@lucent.com>
63473
63474         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
63475         it includes the patch required for `large file' support with at least
63476         HP-UX's 10.20 /bin/cc.
63477
63478 2001-02-03  Jim Meyering  <meyering@lucent.com>
63479
63480         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
63481         AS_IF, now that it works once again (mysteriously).
63482         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
63483
63484 2001-01-30  Jim Meyering  <meyering@lucent.com>
63485
63486         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
63487         * m4/chown.m4: Rename conftestchown to conftest.chown.
63488         * m4/rename.m4: s/conftestdir/conftest.d1/ and
63489         s/conftestdir2/conftest.d2/.
63490         * m4/utimes.m4: s/conftestdata/conftest.data/
63491         Inspired by Pavel Roskin's change in autoconf.
63492
63493 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
63494
63495         * lib/config.charset: Update for FreeBSD 4.2.
63496
63497 2001-01-27  Jim Meyering  <meyering@lucent.com>
63498
63499         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
63500         a use of AS_IF.
63501         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
63502
63503 2001-01-26  Jim Meyering  <meyering@lucent.com>
63504
63505         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
63506         quotearg.c includes it.
63507
63508 2001-01-26  Jim Meyering  <meyering@lucent.com>
63509
63510         * lib/quotearg.c: Include stddef.h.
63511         * lib/quote.c: Include stddef.h.
63512         Reported by Axel Kittenberger.
63513
63514         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
63515         line in double quotes so that it evokes a better diagnostic.
63516         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
63517         Reported by Axel Kittenberger.
63518
63519 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
63520
63521         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
63522         as if it was a `charset'.
63523
63524 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
63525
63526         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
63527         has const.
63528
63529 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
63530
63531         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
63532         to avoid a warning.  Add back 'const' to inptr.
63533
63534 2001-01-20  Jim Meyering  <meyering@lucent.com>
63535
63536         Be sure that headers are checked before used in code compiled
63537         for the type checks.
63538         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
63539         In place of that, invoke jm_CHECK_ALL_TYPES.
63540         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
63541         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
63542         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
63543         The check for ssize_t was mistakenly run before the test for unistd.h.
63544
63545         The configure-time check for stdbool.h was missing.
63546         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
63547         (jm_PREREQ_HASH): New function.
63548
63549 2001-01-17  Jim Meyering  <meyering@lucent.com>
63550
63551         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
63552         for autoconf-2.49c.
63553         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
63554
63555 2001-01-16  Jim Meyering  <meyering@lucent.com>
63556
63557         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
63558         From Bruno Haible.
63559
63560 2001-01-14  Jim Meyering  <meyering@lucent.com>
63561
63562         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
63563         foo and bar.  Create conftestdir/ in the script, not in the C code.
63564         Remove directories in the script, not in the C code.
63565         Remove conftestdir{,2} before trying to create the directory.
63566         Make the entire configure script fail if the mkdir fails.
63567
63568 2001-01-14  Jim Meyering  <meyering@lucent.com>
63569
63570         * lib/rename.c: New file.  From Volker Borchert.
63571         Include stdlib.h, string.h or strings.h, and xalloc.h.
63572         Use strip_trailing_slashes rather than open-coding it.
63573
63574 2001-01-03  Paul Eggert  <eggert@twinsun.com>
63575
63576         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
63577
63578 2001-01-03  Jim Meyering  <meyering@lucent.com>
63579
63580         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
63581         of local `inptr' to avoid warning with some system declarations of
63582         iconv.
63583
63584 2001-01-02  Volker Borchert  <bt@teknon.de>
63585
63586         * m4/rename.m4: New file.
63587         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
63588
63589 2001-01-01  Jim Meyering  <meyering@lucent.com>
63590
63591         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
63592         even on systems with utmpx.h.  It's necessary for the declaration of
63593         utmp's ut_user member.  Reported by Andreas Jaeger.
63594
63595         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
63596         available. They are required for the declarations of getgrgid and
63597         getpwuid resp.
63598         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
63599         Reported by Andreas Jaeger.
63600
63601 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
63602
63603         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
63604         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
63605         so `make install' also works in VPATH builds.
63606
63607 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
63608
63609         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
63610         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
63611         can be used in subdirectories.
63612
63613 2000-12-29  Paul Eggert  <eggert@twinsun.com>
63614
63615         * lib/modechange.c: Do not assume that mode_t uses the
63616         traditional octal encoding.  E.g. "chmod 1 FOO" should set
63617         the other-execute bit of FOO even if S_IXOTH != 1.
63618
63619         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
63620         WOTH, XOTH, ALLM): New macros.
63621         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
63622          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
63623         Use them.
63624         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
63625         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
63626         (mode_compile):
63627         No need to use uintmax_t; unsigned long is long enough.
63628         Don't bother to get suffix since we don't use it.
63629
63630 2000-12-26  Jim Meyering  <meyering@lucent.com>
63631
63632         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
63633         better with autoheader.
63634
63635 2000-12-24  Jim Meyering  <meyering@lucent.com>
63636
63637         * lib/hash.c (is_prime): Return explicit boolean values.
63638         (hash_get_first): Return NULL to appease Irix5.6's 89.
63639         Reported by Nelson Beebe.
63640
63641 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
63642
63643         * lib/localcharset.c (locale_charset): Add support for Win32.
63644
63645 2000-12-18  Paul Eggert  <eggert@twinsun.com>
63646
63647         * lib/physmem.h, lib/physmem.c: New files.
63648
63649         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
63650         (noinst_HEADERS): Add physmem.h.
63651
63652         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
63653         't' for compatibility with Solaris 8 sort.
63654
63655 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
63656
63657         * lib/config.charset: Add support for BeOS.
63658
63659 2000-12-17  Jim Meyering  <meyering@lucent.com>
63660
63661         * m4/dos.m4 (jm_AC_DOS): New file and macro.
63662         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
63663
63664 2000-12-16  Jim Meyering  <meyering@lucent.com>
63665
63666         This bug had a serious impact on chown: `chown N:M FILE' (for integer
63667         N and M) would have treated it like `chown N:N FILE'.
63668
63669         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
63670
63671 2000-12-16  Jim Meyering  <meyering@lucent.com>
63672
63673         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
63674         SHELLS_FILE to a file name that's useful on djgpp systems.
63675         Include stdlib.h.
63676         (ADDITIONAL_DEFAULT_SHELLS): Define.
63677         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
63678         Based mostly on a patch from Prashant TR.
63679
63680 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
63681
63682         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
63683         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
63684         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
63685
63686 2000-12-08  Andreas Schwab  <schwab@suse.de>
63687
63688         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
63689         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
63690
63691 2000-12-07  Jim Meyering  <meyering@lucent.com>
63692
63693         * lib/stripslash.c (ISSLASH): Define.
63694         (strip_trailing_slashes): Use ISSLASH rather than comparing against
63695         `/'.
63696         From Prashant TR.
63697
63698         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
63699         (dir_name_r): Declare this function as static.
63700         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
63701         manifest itself on a name containing a mix of slashes and
63702         backslashes.
63703         Make this function work with names starting with a DOS-style
63704         drive letter and colon prefix.
63705         (dir_name): Append `.' if necessary.
63706         Based mostly on patches from Prashant TR and Eli Zaretskii.
63707
63708         * lib/dirname.h (dir_name_r): Remove prototype.
63709
63710 2000-12-06  Paul Eggert  <eggert@twinsun.com>
63711
63712         * m4/off_t-format.m4: Remove this file.
63713         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
63714
63715 2000-12-06  Jim Meyering  <meyering@lucent.com>
63716
63717         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
63718         replacement strtoull, we may well need the replacement strtoul, too.
63719         Check for declarations of strtoul and strtoull.
63720         Check for strtol.  Mainly as a cue to cause automake to include
63721         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
63722         Check for limits.h -- strtol.c needs it.
63723
63724 2000-12-05  Jim Meyering  <meyering@lucent.com>
63725
63726         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
63727
63728 2000-12-04  Jim Meyering  <meyering@lucent.com>
63729
63730         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
63731         Also include memory.h, stdlib.h, unistd.h if appropriate.
63732         Reported by Andreas Jaeger (conflicting declaration of malloc).
63733
63734 2000-12-02  Jim Meyering  <meyering@lucent.com>
63735
63736         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
63737         * m4/jm-macros.m4 (jm_MACROS): require it.
63738
63739 2000-12-02  Jim Meyering  <meyering@lucent.com>
63740
63741         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
63742
63743 2000-12-01  Paul Eggert  <eggert@twinsun.com>
63744
63745         * lib/memrchr.c: Include <config.h> before any system include file.
63746
63747 2000-11-30  Jim Meyering  <meyering@lucent.com>
63748
63749         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
63750
63751 2000-11-30  Jim Meyering  <meyering@lucent.com>
63752
63753         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
63754
63755 2000-11-29  Paul Eggert  <eggert@twinsun.com>
63756
63757         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
63758
63759 2000-11-26  Jim Meyering  <meyering@lucent.com>
63760
63761         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
63762
63763 2000-11-22  Paul Eggert  <eggert@twinsun.com>
63764
63765         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
63766         size of (size_t) -1; it's not portable.
63767
63768 2000-11-17  Jim Meyering  <meyering@lucent.com>
63769
63770         * lib/strstr.c: Update from GNU libc.
63771
63772 2000-11-17  Akim Demaille  <akim@epita.fr>
63773
63774         * lib/obstack.h: Formatting changes.
63775         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
63776         prevent type checking.
63777         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
63778         cast the value to (void *): assigning a `foo *' to a `void *'
63779         variable is valid.
63780         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
63781
63782 2000-11-16  Jim Meyering  <meyering@lucent.com>
63783
63784         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
63785
63786 2000-11-11  Jim Meyering  <meyering@lucent.com>
63787
63788         * lib/error.c: Add a couple #includes, merging from GNU libc version.
63789
63790 2000-11-10  Jim Meyering  <meyering@lucent.com>
63791
63792         * lib/obstack.h: Update from GNU libc.
63793         * lib/obstack.c: Likewise.
63794
63795 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
63796
63797         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
63798
63799 2000-11-06  Paul Eggert  <eggert@twinsun.com>
63800
63801         * lib/getusershell.c (setusershell): Use rewind rather than
63802         fseek/fseeko, to avoid configuration hassles with fseeko.
63803         Don't bother opening SHELLS_FILE if shellstream is NULL;
63804         it's not necessary.
63805
63806 2000-11-05  Jim Meyering  <meyering@lucent.com>
63807
63808         * lib/makepath.h (make_dir): Declare.
63809         * lib/makepath.c (make_dir): Remove `static' attribute.
63810         Tweak a comment.
63811
63812 2000-11-04  Jim Meyering  <meyering@lucent.com>
63813
63814         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
63815
63816 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
63817
63818         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
63819         last one in a bucket, advance to the next bucket.
63820
63821 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
63822
63823         * lib/fnmatch.c: Do not comment out all the code if we are using
63824         the GNU C library, because in some cases we are replacing buggy
63825         code in the GNU C library itself.
63826
63827 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
63828
63829         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
63830         (regex_compile): Catch bogus \(\1\).
63831
63832 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63833
63834         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
63835         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
63836         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
63837
63838 2000-10-30  Paul Eggert  <eggert@twinsun.com>
63839
63840         * lib/error.h, getline.h, modechange.h:
63841         Remove "2000" from Copyright line, as the file hasn't been
63842         changed this year other than in the copyright notice.
63843
63844         * lib/xalloc.h: Add "2000" to Copyright line, as this file
63845         was changed this year.
63846
63847 2000-10-29  Jim Meyering  <meyering@lucent.com>
63848
63849         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
63850         renaming.
63851         * m4/ls-mntd-fs.m4: Likewise
63852
63853 2000-10-29  Jim Meyering  <meyering@lucent.com>
63854
63855         * lib/xstat.in: Fix grammar in comment.
63856
63857 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
63858
63859         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
63860         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
63861         doesn't define __restrict_arr.
63862
63863 2000-10-28  Jim Meyering  <meyering@lucent.com>
63864
63865         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
63866         (jm_PREREQ_MEMCHR): New function.
63867
63868 2000-10-28  Jim Meyering  <meyering@lucent.com>
63869
63870         * lib/memchr.c: Update from libc.
63871         Adjust for portability:
63872         [HAVE_STDLIB_H]: Include stdlib.h.
63873         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
63874         Undef __memchr, too.
63875         [!weak_alias]: Define __memchr to memchr.
63876
63877         * lib/regex.c: Update from libc.
63878         * lib/regex.h: Likewise.
63879         * lib/getopt1.c: Likewise.
63880         * lib/memcmp.c: Likewise.
63881
63882         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
63883         Avoid using fseek, when possible -- it's broken by design.
63884         Patch by Ulrich Drepper.
63885
63886 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
63887
63888         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
63889         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
63890         Giving in to popular pressure to shut up the compiler with casts.
63891
63892 2000-10-26  Jim Meyering  <meyering@lucent.com>
63893
63894         * lib/strftime.c: Update from libc.
63895
63896 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
63897
63898         * regex.c: More `unsigned char' -> `re_char' changes.
63899         Also change several `int' into `re_wchar_t'.
63900         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
63901         (PUSH_FAILURE_POINTER): Don't cast any more.
63902         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
63903         We want GCC to complain, since this piece of code makes
63904         re_match non-reentrant, which *should* be fixed.
63905         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
63906         (EXTEND_BUFFER): Use RETALLOC.
63907         (SET_LIST_BIT): Don't cast.
63908         (re_wchar_t): New type.
63909         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
63910         that those two functions will always properly return.
63911         (IMMEDIATE_QUIT_CHECK): Cast to void.
63912         (analyse_first): Use recursion rather than an explicit stack.
63913         (re_compile_fastmap): Can't fail anymore.
63914         (re_search_2): Don't check re_compile_fastmap for failure.
63915         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
63916         Now also sets the new value (passed in a new argument).
63917         (re_match_2_internal): Use it.
63918         Also, use a new var `reg' of type size_t when looping through regs
63919         rather than reuse the inappropriate `mcnt'.
63920
63921 2000-10-25  Jim Meyering  <meyering@lucent.com>
63922
63923         * lib/obstack.c: Update from libc.
63924
63925 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
63926
63927         * regex.c (regex_compile): Change the way of handling a range from
63928         a char less than 256 to a char not less than 256.
63929
63930 2000-10-24  Andrew Innes  <andrewi@gnu.org>
63931
63932         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
63933         NT-Emacs only.
63934         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
63935         so that re_search functions only quit when callers expect them to.
63936
63937 2000-10-23  Jim Meyering  <meyering@lucent.com>
63938
63939         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
63940         wrong.  That set_locale call must not have any side effects.
63941         From Paul Eggert.
63942
63943 2000-10-22  Jim Meyering  <meyering@lucent.com>
63944
63945         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
63946         [CYCLIC]: Remove now-unused definition.
63947
63948         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
63949         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
63950         Suggestion from Ulrich Drepper.
63951
63952 2000-10-21  Jim Meyering  <meyering@lucent.com>
63953
63954         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
63955         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
63956         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
63957
63958 2000-10-21  Jim Meyering  <meyering@lucent.com>
63959
63960         * lib/dirname.c (memrchr): Declare if necessary.
63961         (dir_name): Remove the restriction that there be no
63962         trailing slashes.  Now, this code skips past them, effectively
63963         ignoring them.
63964         [TEST_DIRNAME] (main): New unit tests.
63965
63966         * lib/memrchr.c: New file from GNU libc.
63967         Undef __memrchr, too.
63968         [!weak_alias]: Define __memrchr to memrchr.
63969         Guard weak_alias use with `#ifdef weak_alias'.
63970
63971 2000-10-21  Jim Meyering  <meyering@lucent.com>
63972
63973         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
63974         (dir_name): Use dir_name_r.
63975         * lib/dirname.h (dir_name_r): Declare it.
63976
63977 2000-10-17  Jim Meyering  <meyering@lucent.com>
63978
63979         * lib/quote.h (PARAMS): Define and use.
63980         Reported by Akim Demaille.
63981
63982         * lib/getopt.c: Update from libc.
63983
63984 2000-10-16  Jim Meyering  <meyering@lucent.com>
63985
63986         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
63987         setlocale.
63988         From Jan Fedak.
63989
63990 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
63991
63992         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
63993
63994 2000-09-25  Jim Meyering  <meyering@lucent.com>
63995
63996         * lib/md5.h (rol): Define (from GnuPG).
63997
63998         * lib/sha.c: Give credit (GnuPG) where due.
63999         (M): Use rol rather than open-coding it.
64000         Add a FIXME comment.
64001
64002 2000-09-21  Jim Meyering  <meyering@lucent.com>
64003
64004         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
64005         Reported by Michael Stone.
64006
64007 2000-09-20  Jim Meyering  <meyering@lucent.com>
64008
64009         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
64010         (noinst_HEADERS): Add sha.h.
64011         Based on code from Scott G. Miller and from GnuPG.
64012
64013 2000-09-18  Jim Meyering  <meyering@lucent.com>
64014
64015         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
64016         LIBS. Otherwise, everyone ends up linking with -lelf for some
64017         configurations.
64018         Reported by Mike Stone.
64019
64020 2000-09-15  Jim Meyering  <meyering@lucent.com>
64021
64022         * lib/regex.c: Update from libc.
64023
64024 2000-09-10  Jim Meyering  <meyering@lucent.com>
64025
64026         * lib/getopt.c (_getopt_internal): Update from glibc.
64027
64028 2000-09-09  Jim Meyering  <meyering@lucent.com>
64029
64030         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
64031         think it should be used as a general replacement for isascii.
64032         * lib/fnmatch.c: Likewise.
64033         * lib/mbswidth.c: Likewise
64034         * lib/regex.c: Likewise.
64035
64036         Don't use atoi.
64037         * lib/userspec.c: Include sys/param.h and limits.h.
64038         Include xstrtol.h.
64039         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
64040         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
64041         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
64042         UID, GID.  Check range.
64043
64044 2000-09-06  Jim Meyering  <meyering@lucent.com>
64045
64046         * lib/getopt.c (_getopt_internal): Update from glibc.
64047
64048 2000-08-30  Jim Meyering  <meyering@lucent.com>
64049
64050         * lib/strftime.c: Merge in changes from GNU libc.
64051
64052 2000-08-26  Jim Meyering  <meyering@lucent.com>
64053
64054         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
64055         * m4/fpending.m4: New file.
64056
64057 2000-08-26  Jim Meyering  <meyering@lucent.com>
64058
64059         * lib/closeout.c: Include "__fpending.h".
64060         (close_stdout_status): Return right away if there's nothing to flush.
64061
64062         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
64063         * lib/__fpending.c: New file.
64064         * lib/__fpending.h: New file.
64065
64066 2000-08-20  Jim Meyering  <meyering@lucent.com>
64067
64068         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
64069         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
64070         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
64071
64072 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
64073
64074         Improve fileutils installation on systems where running
64075         programs (like install) can't be unlinked.
64076         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
64077         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
64078
64079 2000-08-07  Paul Eggert  <eggert@twinsun.com>
64080
64081         Standardize on "memory exhausted" instead of "Memory exhausted"
64082         or "virtual memory exhausted".
64083         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
64084         "virtual memory exhausted".
64085         * lib/same.c (same_name): Invoke xalloc_die instead of printing
64086         our own message.
64087         * lib/userspec.c (parse_user_spec): Likewise.
64088         * lib/bumpalloc.h: comment fix
64089         * lib/same.c, userspec.c: Include xalloc.h.
64090
64091         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
64092         not char *const and pointing to a constant array.
64093         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
64094         (xrealloc): Comment fix.
64095
64096         * lib/userspec.c (parse_user_spec):
64097         Don't translate a message until just before returning,
64098         to avoid unnecessary translation.
64099
64100 2000-08-07  Jim Meyering  <meyering@lucent.com>
64101
64102         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
64103         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
64104         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
64105         getgroups.c, gethostname.c, getopt.h, group-member.c,
64106         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
64107         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
64108         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
64109         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
64110         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
64111         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
64112         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
64113         yesno.c: Back out Copyright date changes for each file with no change
64114         this year.  This eases coordination with other programs using the same
64115         source code modules.  From Paul Eggert.
64116
64117 2000-08-06  Paul Eggert  <eggert@twinsun.com>
64118
64119         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
64120         not char, for compatibility with glibc 2.1.3 strftime.c.
64121
64122 2000-08-03  Greg McGary  <greg@mcgary.org>
64123
64124         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
64125         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
64126         (EXTEND_BUFFER): Use them.
64127
64128 2000-08-01  Jim Meyering  <meyering@lucent.com>
64129
64130         * lib/dirname.c (ISSLASH): Define.
64131         (BACKSLASH_IS_PATH_SEPARATOR): Define.
64132         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
64133         both `\' and `/' may be use as path separators.
64134         Based on a patch from Prashant TR.
64135
64136 2000-07-31  Paul Eggert  <eggert@twinsun.com>
64137
64138         * lib/quotearg.c (quotearg_n_options): Don't make the initial
64139         slot vector a constant, since it might get modified.
64140
64141 2000-07-31  Jim Meyering  <meyering@lucent.com>
64142
64143         * lib/xmalloc.c: Use `virtual memory exhausted', not
64144         `Memory exhausted'.
64145         * lib/obstack.c (print_and_abort): Likewise.
64146
64147 2000-07-30  Paul Eggert  <eggert@twinsun.com>
64148
64149         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
64150         buffer, so that the caller can always quote one small
64151         component of a "memory exhausted" message in slot 0.
64152         From a suggestion by Jim Meyering.
64153
64154 2000-07-30  Jim Meyering  <meyering@lucent.com>
64155
64156         * lib/makepath.c (make_path): Quote the other instance, too.
64157
64158         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
64159         (STATIC_BUF_SIZE): Define.
64160         (quotearg_n_options): Use only statically allocated storage when
64161         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
64162         than STATIC_BUF_SIZE.
64163
64164 2000-07-29  Jim Meyering  <meyering@lucent.com>
64165
64166         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
64167         * lib/dirname.c (dir_name): Likewise.
64168
64169         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
64170         `/'.
64171
64172         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
64173         (dir_name): Assert that there are no trailing slashes.
64174
64175 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
64176
64177         * lib/mbswidth.h (mbswidth): Add a flags argument.
64178         (mbswidth): New declaration.
64179         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
64180         * lib/mbswidth.c (mbswidth): Add a flags argument.
64181         (mbsnwidth): New function.
64182
64183 2000-07-24  Jim Meyering  <meyering@lucent.com>
64184
64185         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
64186
64187 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64188
64189         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
64190
64191 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64192
64193         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
64194         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
64195         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
64196         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
64197         invoke multibyte primitives.
64198
64199 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64200
64201         * lib/quotearg.c:
64202         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
64203         so that mbstate_t is always defined.
64204
64205         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
64206         be 1 in at least one GCC installation, and this configuration
64207         error is likely to be common.  Ignoring MB_LEN_MAX hurts
64208         performance on hosts that have mbrtowc but have only unibyte
64209         locales, but I assume these hosts are rare.
64210
64211 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64212
64213         * lib/mbswidth.c (_XOPEN_SOURCE):
64214         Don't define; this causes problems on Solaris 7.
64215         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
64216
64217 2000-07-23  Jim Meyering  <meyering@lucent.com>
64218
64219         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
64220         too: getgrgid, getpwuid, getuid.
64221
64222 2000-07-23  Jim Meyering  <meyering@lucent.com>
64223
64224         * lib/basename.c (base_name): Add an assertion.
64225
64226 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
64227
64228         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
64229         shadow its mbsinit function.
64230
64231 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
64232
64233         * lib/mbswidth.h: New file.
64234         * lib/mbswidth.c: New file.
64235         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
64236         (noinst_HEADERS): Add mbswidth.h.
64237
64238 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
64239
64240         * lib/config.charset: Add support for FreeBSD. Improve support for
64241         HP-UX and IRIX 6.
64242
64243 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
64244
64245         * m4/mbswidth.m4: New file.
64246         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
64247
64248 2000-07-15  Jim Meyering  <meyering@lucent.com>
64249
64250         * lib/makepath.c: Include quote.h.
64251         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
64252         corresponding argument in a `quote (...)' call.
64253         Give better diagnostics.
64254
64255         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
64256         (noinst_HEADERS): Add quote.h.
64257
64258         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
64259         from tar's src/misc.c.
64260         * lib/quote.h: New file.  Prototypes for same.
64261
64262 2000-07-14  Paul Eggert  <eggert@twinsun.com>
64263
64264         From a suggestion by Bruno Haible.
64265         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
64266         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
64267         to decide whether to define the BeOS workaround macro;
64268         this adjusts to the change to AC_MBSTATE_T.
64269
64270 2000-07-14  Jim Meyering  <meyering@lucent.com>
64271
64272         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
64273         jm_AC_TYPE_UINTMAX_T.
64274
64275 2000-07-13  Paul Eggert  <eggert@twinsun.com>
64276
64277         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
64278
64279         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
64280         quotearg_buffer_restyled): Add support for
64281         clocale_quoting_style.  Undo previous change to
64282         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
64283         and "{RIGHT QUOTATION MARK}" msgids.
64284
64285 2000-07-10  Paul Eggert  <eggert@twinsun.com>
64286
64287         From a suggestion by Bruno Haible.
64288         * m4/mbstate_t.m4 (AC_MBSTATE_T):
64289         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
64290         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
64291         and mbstate_t, to a single-part test that simply defines mbstate_t.
64292         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
64293         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
64294
64295 2000-07-10  Jim Meyering  <meyering@lucent.com>
64296
64297         * m4/strerror_r.m4: Mirror the correction made in autoconf.
64298
64299         * m4/gnu-source.m4: Output to confdefs.h directly.
64300         Suggestion from Akim Demaille.
64301
64302 2000-07-09  Paul Eggert  <eggert@twinsun.com>
64303
64304         The old behavior of quoting `like this' doesn't look good with
64305         newer, ISO-style fonts.  See:
64306         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
64307
64308         Instead, quote "like this" by default.  Let the translator
64309         tailor the locale-specific quoting behavior by providing
64310         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
64311
64312         * lib/quotearg.c (N_): New macro.
64313         (gettext_default): New function.
64314         (quotearg_buffer_restyled): Use
64315         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
64316         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
64317
64318 2000-07-09  Jim Meyering  <meyering@lucent.com>
64319
64320         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
64321         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
64322
64323         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
64324         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
64325
64326 2000-07-09  Jim Meyering  <meyering@lucent.com>
64327
64328         * lib/Most files: Update copyright dates to include 2000.
64329
64330 2000-07-08  Jim Meyering  <meyering@lucent.com>
64331
64332         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
64333         if not defined.
64334         (xgethostname): Remove now-unnecessary #ifdef.
64335         Move declaration of `err' into loop where it's used.
64336
64337 2000-07-05  Paul Eggert  <eggert@twinsun.com>
64338         and Bruno Haible  <haible@clisp.cons.org>
64339
64340         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
64341         only if the test for an object-type mbstate_t fails.  This
64342         prevents us from mistakenly reporting that mbstate_t is a
64343         system object type after we "#define mbstate_t int" to work
64344         around its lack.
64345
64346 2000-07-05  Paul Eggert  <eggert@twinsun.com>
64347         and Bruno Haible  <haible@clisp.cons.org>
64348
64349         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
64350
64351 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64352
64353         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
64354         to strerror_r.
64355         Include <ctype.h> for use of isalpha.
64356
64357 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64358
64359         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
64360         by allocating a larger buffer. Test the gethostname return value for
64361         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
64362         returns an error and ENAMETOOLONG isn't defined.
64363
64364 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64365
64366         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
64367         dimension.
64368
64369 2000-07-04  Jim Meyering  <meyering@lucent.com>
64370
64371         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
64372         of the deprecated AC_CHECKING.
64373
64374 2000-07-04  Jim Meyering  <meyering@lucent.com>
64375
64376         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
64377         Reported by Bruno Haible.
64378
64379 2000-07-04  Jim Meyering  <meyering@lucent.com>
64380
64381         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
64382         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
64383         lacks mbrtowc.
64384
64385 2000-07-03  Paul Eggert  <eggert@twinsun.com>
64386
64387         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
64388         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
64389
64390 2000-07-03  Paul Eggert  <eggert@twinsun.com>
64391         and Bruno Haible  <haible@clisp.cons.org>
64392
64393         * lib/quotearg.c (mbrtowc):
64394         Assign to *pwc, and return 1 only if result is nonzero.
64395         (iswprint): Use ISPRINT when substituting our own mbrtowc.
64396
64397 2000-07-03  Jim Meyering  <meyering@lucent.com>
64398
64399         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
64400
64401 2000-07-03  Jim Meyering  <meyering@lucent.com>
64402
64403         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
64404         This is necessary to get a definition of e.g., UTMP_FILE on
64405         HP-UX 10.20.
64406         From Bob Proulx.
64407
64408 2000-07-02  Jim Meyering  <meyering@lucent.com>
64409
64410         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
64411
64412         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
64413         AC_LIBOBJ(function_name).
64414         * m4/chown.m4: Likewise.
64415         * m4/fnmatch.m4: Likewise.
64416         * m4/ftruncate.m4: Likewise.
64417         * m4/getgroups.m4: Likewise.
64418         * m4/getline.m4: Likewise.
64419         * m4/group-member.m4: Likewise.
64420         * m4/jm-macros.m4: Likewise.
64421         * m4/lstat.m4: Likewise.
64422         * m4/malloc.m4: Likewise.
64423         * m4/memcmp.m4: Likewise.
64424         * m4/nanosleep.m4: Likewise.
64425         * m4/putenv.m4: Likewise.
64426         * m4/realloc.m4: Likewise.
64427         * m4/regex.m4: Likewise.
64428         * m4/stat.m4: Likewise.
64429         * m4/strftime.m4: Likewise.
64430
64431 2000-07-02  Jim Meyering  <meyering@lucent.com>
64432
64433         * lib/quotearg.c (mbstate_t): Don't define here.
64434
64435 2000-07-02  Jim Meyering  <meyering@lucent.com>
64436
64437         * lib/nanosleep.c (SIGCONT): Define if not already defined.
64438
64439 2000-07-01  Jim Meyering  <meyering@lucent.com>
64440
64441         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
64442
64443 2000-07-01  Jim Meyering  <meyering@lucent.com>
64444
64445         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
64446         problem.
64447
64448 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
64449
64450         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
64451         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
64452
64453 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
64454
64455         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
64456         per change in ../m4/ls-mntd-fs.m4.
64457         (read_filesystem_list): Ignore symbolic links.
64458
64459 2000-06-29  Jim Meyering  <meyering@lucent.com>
64460
64461         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
64462         for declaration of strcmp.
64463
64464         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
64465
64466         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
64467         Avoid warning by casting result to `char *' to remove `const'.
64468
64469 2000-06-28  Jim Meyering  <meyering@lucent.com>
64470
64471         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
64472         included by quotearg.c, for which we perform this test.  From
64473         Bruno Haible.
64474
64475 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
64476
64477         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
64478         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
64479         <utmpx.h> exists, put readutmp.o into LIBOBJS.
64480
64481 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
64482
64483         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
64484
64485 2000-06-26  Paul Eggert  <eggert@twinsun.com>
64486
64487         savedir now sets errno on failure and invokes xmalloc to get memory.
64488         Fix a couple of other minor bugs while we're at it.
64489
64490         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
64491         (NAMLEN): Remove macro.
64492         (malloc, realloc): Remove decls.
64493         (stpcpy): Likewise.
64494         ("xalloc.h"): Include.
64495         (NAME_SIZE_DEFAULT): New macro.
64496         (savedir): Use xmalloc / xrealloc to allocate memory.
64497         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
64498         Skip "" directory entries.
64499         Use strlen to calculate directory entry length, since the old method
64500         is rarely used these days and isn't worth supporting.
64501         Don't use a pointer after freeing it.
64502         Check for integer overflow when calculating allocation size.
64503         Use memcpy to copy entries, instead of stpcpy.
64504         Set errno properly when returning NULL.
64505         Check for readdir error.
64506
64507 2000-06-26  Jim Meyering  <meyering@lucent.com>
64508
64509         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
64510
64511 2000-06-25  Jim Meyering  <meyering@lucent.com>
64512
64513         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
64514         Linux header bug when _XOPEN_SOURCE is defined to 500.
64515
64516 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
64517
64518         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
64519         deficiency.
64520
64521 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
64522
64523         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
64524         Include xalloc.h.
64525         Don't include <stdlib.h>.  Don't declare malloc, realloc.
64526
64527 2000-06-24  Jim Meyering  <meyering@lucent.com>
64528
64529         * m4/strerror_r.m4: Revive this file -- to try out an experimental
64530         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
64531         for which strerror does return char*, but which lacks a conveniently
64532         accessible declaration of the function.  If the compile-test says
64533         strerror_r doesn't work, then resort to a `run'-test that works on
64534         BeOS and segfaults on DEC Unix.
64535
64536 2000-06-24  Jim Meyering  <meyering@lucent.com>
64537
64538         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
64539
64540 2000-06-23  Paul Eggert  <eggert@twinsun.com>
64541
64542         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
64543         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
64544
64545 2000-06-23  Paul Eggert  <eggert@twinsun.com>
64546
64547         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
64548         (mbrtowc, mbstate_t): Define substitutes if
64549         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
64550         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
64551         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
64552
64553 2000-06-23  Jim Meyering  <meyering@lucent.com>
64554
64555         * m4/afs.m4: Add missing AC_MSG_RESULT.
64556         Reported by Bruno Haible.
64557
64558         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
64559         Suggestion from Bruno Haible.
64560
64561 2000-06-23  Jim Meyering  <meyering@lucent.com>
64562
64563         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
64564
64565 2000-06-21  Jim Meyering  <meyering@lucent.com>
64566
64567         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
64568
64569 2000-06-21  Jim Meyering  <meyering@lucent.com>
64570
64571         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
64572         (noinst_HEADERS): Add getstr.h.
64573
64574         * lib/getline.c (getstr): Move into a separate file.
64575         * lib/getstr.c (getstr): New file, extracted from getline.c, with
64576         the following changes: new parameter, delim2; both delim[12]
64577         parameters have type `int', not `char'.  The latter would lose
64578         with 8-bit delimiters.
64579         * lib/getstr.h: New file.
64580
64581 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64582
64583         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
64584         than 1024, return a memory chunk of least possible size, instead
64585         of size PATH_MAX + 2. In the loop, increment the size proportionally.
64586         Use free/xmalloc instead of xrealloc to avoid copying for very long
64587         paths.
64588
64589 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64590
64591         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
64592         the empty string.
64593
64594 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64595
64596         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
64597         address, not strdup.  Include <stdlib.h> and don't declare free().
64598
64599 2000-06-19  Jim Meyering  <meyering@lucent.com>
64600
64601         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
64602
64603 2000-06-18  Jim Meyering  <meyering@lucent.com>
64604
64605         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
64606
64607         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
64608         `checking whether...' message to be consistent with that of the
64609         lstat test.
64610
64611 2000-06-18  Jim Meyering  <meyering@lucent.com>
64612
64613         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
64614         Besides, these days every porting target provides a mkdir function.
64615
64616         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
64617         needed. (this snippet comes from src/system.h).
64618
64619 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
64620
64621         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
64622
64623 2000-06-15  Paul Eggert  <eggert@twinsun.com>
64624
64625         * lib/human.c (adjust_value): New function.
64626         (human_readable_inexact): Apply rounding style even when
64627         printing approximate values.
64628
64629 2000-06-14  Paul Eggert  <eggert@twinsun.com>
64630
64631         * lib/human.c (human_readable_inexact): Allow an input block
64632         size that is not a multiple of the output block size, and vice versa.
64633         Reported by Piergiorgio Sartor.
64634
64635 2000-06-14  Paul Eggert  <eggert@twinsun.com>
64636
64637         * lib/getdate.y (get_date): Apply relative times after time
64638         zone indicator, not before.  Reported by Todd A. Jacobs.
64639
64640 2000-06-13  Jim Meyering  <meyering@lucent.com>
64641
64642         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
64643
64644         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
64645
64646 2000-06-12  Paul Eggert  <eggert@twinsun.com>
64647
64648         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
64649
64650 2000-06-12  Jim Meyering  <meyering@lucent.com>
64651
64652         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
64653         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
64654         optional argument.
64655         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
64656         the optional argument, `lib'.
64657
64658 2000-06-08  Jim Meyering  <meyering@lucent.com>
64659
64660         * m4/largefile.m4: Remove file (now that it's part of autoconf).
64661
64662 2000-06-04  Paul Eggert  <eggert@twinsun.com>
64663
64664         Rewrite largefile configuration so that we don't need to run
64665         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
64666         AC_CANONICAL_HOST in configure.in -- jmm]
64667
64668         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
64669         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
64670         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
64671         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
64672         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
64673         All uses changed.
64674         Instead of inspecting the output of getconf, try to compile the
64675         test program without and with the macro definition.
64676         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
64677         for getconf.  Instead, check for the needed flags by compiling
64678         test programs.
64679
64680 2000-06-04  Paul Eggert  <eggert@twinsun.com>
64681
64682         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
64683
64684 2000-06-04  Jim Meyering  <meyering@lucent.com>
64685
64686         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
64687         SunOS 4.1.4 for which gid_t is an unsigned type.
64688
64689 2000-06-03  Jim Meyering  <meyering@lucent.com>
64690
64691         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
64692         now that autoconf requires that.
64693
64694         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
64695         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
64696         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
64697
64698 2000-06-03  Jim Meyering  <meyering@lucent.com>
64699
64700         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
64701
64702 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64703
64704         * m4/glibc21.m4: New file.
64705         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
64706
64707 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64708
64709         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
64710         newer, don't install charset.alias.
64711         * lib/config.charset: Change the Linux/glibc rules so they become empty
64712         on glibc-2.1 or newer.
64713
64714 2000-06-02  Jim Meyering  <meyering@lucent.com>
64715
64716         * lib/mountlist.c: Back out last change.  Instead, do this...
64717         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
64718         me_dummy member using the same `ignore'-testing code.
64719         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
64720         fs_type strings.
64721         From Mark D. Roth.
64722
64723 2000-05-29  Jim Meyering  <meyering@lucent.com>
64724
64725         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
64726         mounts with the `ignore' attribute.  Based on a patch from
64727         Mark D. Roth.
64728
64729 2000-05-28  Jim Meyering  <meyering@lucent.com>
64730
64731         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
64732         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64733         * m4/stat.m4: Likewise.
64734         * m4/lstat.m4: Likewise.
64735         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
64736
64737         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
64738         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
64739
64740 2000-05-26  Jim Meyering  <meyering@lucent.com>
64741
64742         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
64743
64744 2000-05-24  Jim Meyering  <meyering@lucent.com>
64745
64746         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
64747         autoconf requires that.
64748         * m4/lib-check.m4: Likewise.
64749         * m4/jm-macros.m4: Likewise.
64750         * m4/strftime.m4: Likewise.
64751
64752         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
64753         AC_CHECK_DECLS, now that autoconf requires that.
64754
64755 2000-05-22  Jim Meyering  <meyering@lucent.com>
64756
64757         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64758         * m4/lstat.m4: Likewise.
64759
64760 2000-05-22  Jim Meyering  <meyering@lucent.com>
64761
64762         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
64763
64764 2000-05-20  Jim Meyering  <meyering@lucent.com>
64765
64766         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
64767         (jm_PREREQ): Use it.
64768
64769 2000-05-18  Jim Meyering  <meyering@lucent.com>
64770
64771         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
64772         back, too, since it may have been modified by allocate_entry.
64773         (hash_delete): Rewrite to use neither the assignment operator
64774         nor the comma operator in an if-expression.
64775
64776 2000-05-15  Paul Eggert  <eggert@twinsun.com>
64777
64778         * lib/closeout.c:
64779         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
64780         Remove; no longer needed.
64781         "quotearg.h": Add include.
64782         (file_name): Do not bother to explicitly initialize to NULL; it's less
64783         efficient on some hosts.
64784         (close_stdout_status): Remove test as to whether stdout was already
64785         closed; it breaks for the case "echo x | sort >&-".
64786         Quote file name colons.
64787         Do not assume that _("write error") lacks format strings.
64788
64789 2000-05-15  Jim Meyering  <meyering@lucent.com>
64790
64791         * lib/version-etc.c (version_etc_copyright): Update the copyright
64792         string used in all --version output.
64793
64794 2000-05-14  Jim Meyering  <meyering@lucent.com>
64795
64796         * lib/closeout.c (close_stdout_set_file_name): New function.
64797         (close_stdout_status): Use new file-scoped global.
64798         Return right away if fstat says the stdout file descriptor is invalid.
64799         * lib/closeout.h (close_stdout_set_file_name): Declare.
64800
64801 2000-05-10  Jim Meyering  <meyering@lucent.com>
64802
64803         * lib/closeout.c [default_exit_status]: New file-scoped variable.
64804         (close_stdout_set_status): New function.
64805         * lib/closeout.h (close_stdout_set_status): Declare.
64806
64807 2000-05-09  Jim Meyering  <meyering@lucent.com>
64808
64809         * m4/gettext.m4: Rename this...
64810         * m4/libintl.m4: ...to this.
64811
64812 2000-05-08  Jim Meyering  <meyering@lucent.com>
64813
64814         * lib/long-options.c: Don't include closeout.h.
64815         (parse_long_options): Don't call close_stdout for --version.
64816
64817 2000-05-06  Paul Eggert  <eggert@twinsun.com>
64818
64819         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
64820         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
64821         2.1.3 bug.  This avoids a clash when files like regex.c define
64822         _GNU_SOURCE.
64823
64824 2000-05-06  Jim Meyering  <meyering@lucent.com>
64825
64826         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
64827         (AC_REPLACE_FUNCS): Add strnlen.
64828
64829         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
64830         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
64831
64832         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
64833         AC_SEARCH_LIBS call for nanosleep.
64834         (LIB_NANOSLEEP): Set and AC_SUBST.
64835
64836 2000-05-06  Jim Meyering  <meyering@lucent.com>
64837
64838         * lib/strnlen.c: Undefine __strnlen and strnlen.
64839         [!weak_alias]: Define __strnlen to strnlen.
64840
64841         * lib/atexit.c: New file, from libiberty.
64842
64843 2000-05-06  Jim Meyering  <meyering@lucent.com>
64844
64845         * lib/closeout.c (close_stdout_status): Also check for errors on the
64846         stderr stream.
64847
64848 2000-05-05  Jim Meyering  <meyering@lucent.com>
64849
64850         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
64851         AC_SEARCH_LIBS call for clock_gettime.
64852         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
64853
64854         * m4/search-libs.m4: Update from autoconf.
64855
64856         su doesn't work on Solaris 2.6.
64857         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
64858         <shadow.h>.  Reported by Dragos Harabor.
64859
64860 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
64861
64862         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
64863         memcpy instead of xmalloc, xrealloc, path_concat.
64864         (locale_charset): Treat empty environment variables as absent.
64865         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
64866
64867 2000-05-04  Jim Meyering  <meyering@lucent.com>
64868
64869         * lib/getopt.c: Update from glibc.
64870         * lib/obstack.c: Likewise.
64871         * lib/obstack.h: Likewise.
64872         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
64873         file
64874
64875         * lib/regex.h: Likewise.
64876         * lib/strndup.c: Likewise.
64877         * lib/strnlen.c: New file, from glibc.
64878
64879 2000-05-03  Jim Meyering  <meyering@lucent.com>
64880
64881         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
64882
64883 2000-05-02  Paul Eggert  <eggert@twinsun.com>
64884
64885         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
64886         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
64887         compile-time test, rather than inspecting host and OS, to
64888         decide whether to define _LARGEFILE_SOURCE.
64889
64890 2000-05-01  Jim Meyering  <meyering@lucent.com>
64891
64892         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
64893
64894         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
64895         Based on a patch from Bruno Haible.
64896
64897 2000-05-01  Jim Meyering  <meyering@lucent.com>
64898
64899         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
64900
64901 2000-04-29  Jim Meyering  <meyering@lucent.com>
64902
64903         * lib/path-concat.c: Declare strdup only if it's not defined.
64904         * lib/canon-host.c: Likewise.
64905
64906 2000-04-28  Jim Meyering  <meyering@lucent.com>
64907
64908         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
64909         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
64910         is included first, then limits.h is included by locale.h by libintl.h.
64911         From John David Anglin.
64912
64913 2000-04-25  Jim Meyering  <meyering@lucent.com>
64914
64915         * lib/makepath.c (S_IRWXUGO): Define.
64916         (make_path): Always perform explicit chmod if MODE specifies any
64917         of the `special' permission bits.  Prompted by a bug report against
64918         install from Mate Wierdl and Joost van Baal.
64919
64920 2000-04-18  Jim Meyering  <meyering@lucent.com>
64921
64922         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
64923         (jm_PREREQ): Use it.
64924
64925 2000-04-18  Jim Meyering  <meyering@lucent.com>
64926
64927         * lib/README: New file.
64928
64929         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
64930         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
64931
64932 2000-04-17  Jim Meyering  <meyering@lucent.com>
64933
64934         Get it right :-)
64935         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
64936         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
64937         Suggestion from Akim Demaille.
64938
64939 2000-04-17  Jim Meyering  <meyering@lucent.com>
64940
64941         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
64942         the definition of it to rpl_strftime also defined-away the system's
64943         declaration.
64944
64945 2000-04-15  Jim Meyering  <meyering@lucent.com>
64946
64947         Use `C' to denote so-called `contiguous' files, the same way
64948         that tar does.
64949         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
64950         (ftypelet): Use S_ISCTG.
64951         From Michael Deutschmann.
64952
64953 2000-04-14  Jim Meyering  <meyering@lucent.com>
64954
64955         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
64956         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
64957         clobbered.
64958
64959 2000-04-14  Jim Meyering  <meyering@lucent.com>
64960
64961         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
64962
64963 2000-04-13  Jim Meyering  <meyering@lucent.com>
64964
64965         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
64966         AH_VERBATIM to insert required #ifndef into config.h.in.
64967         Suggestion from Akim Demaille.
64968
64969 2000-04-12  Jim Meyering  <meyering@lucent.com>
64970
64971         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
64972         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
64973         Christian Krackowizer.
64974
64975         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
64976         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
64977         (AC_SYS_LARGEFILE): Require.
64978         (AM_C_PROTOTYPES): Require.
64979
64980 2000-04-08  Jim Meyering  <meyering@lucent.com>
64981
64982         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
64983         names don't conflict.  Reported by Eli Zaretskii.
64984
64985 2000-04-07  Jim Meyering  <meyering@lucent.com>
64986
64987         * lib/putenv.c: Move inclusion of errno.h so it follows that of
64988         sys/types.h, to work around system header problems on AIX 3.2.5.
64989         From Bruno Haible.
64990
64991 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
64992
64993         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
64994         bug.  Deal with the different error behavior of Irix iconv.
64995
64996 2000-04-05  Paul Eggert  <eggert@twinsun.com>
64997
64998         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
64999         IRIX if the installer said otherwise.
65000
65001 2000-04-05  Jim Meyering  <meyering@lucent.com>
65002
65003         Portability tweaks required for ultrix4.3.
65004         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
65005         (jm_CHECK_DECLS): Add getutent to the list of functions.
65006         (_jm_DECL_HEADERS): Add utmpx.h.
65007         From John David Anglin.
65008
65009         * m4/strftime.m4: Back out the 2000-04-02 change.
65010         Instead of that change, simply undefine putenv in the test program.
65011
65012 2000-04-05  Jim Meyering  <meyering@lucent.com>
65013
65014         Portability tweaks required for ultrix4.3.
65015         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
65016         getutent.
65017         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
65018         * lib/canon-host.c: Declare strdup.
65019         * lib/path-concat.c: Likewise.
65020         From John David Anglin.
65021
65022 2000-04-04  Jim Meyering  <meyering@lucent.com>
65023
65024         Be more DOS 8.3-friendly.
65025         * lib/ref-add.sin: Renamed from ref-add.sed.in.
65026         * lib/ref-del.sin: Renamed from ref-del.sed.in.
65027         * lib/Makefile.am: Reflect renaming.
65028         Reported by Eli Zaretskii.
65029
65030         Use a temporary file name that won't clash with `charset.alias'
65031         in the DOS 8.3 name space.
65032         * lib/Makefile.am (charset_tmp): Define.
65033         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
65034         (uninstall-local): Likewise.
65035         Reported by Eli Zaretskii.
65036
65037 2000-04-03  Jim Meyering  <meyering@lucent.com>
65038
65039         * m4/gettext.m4: Fix typo in comment.
65040
65041         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
65042         textutils/configure.in).  Suggestion from Paul Eggert.
65043         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
65044
65045 2000-04-02  Paul Eggert  <eggert@twinsun.com>
65046
65047         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
65048         variable in the shell rather than using putenv, which isn't
65049         portable.  This avoids the configure-time inter-test dependency
65050         on the potentially-renamed putenv function.
65051
65052 2000-03-30  Paul Eggert  <eggert@twinsun.com>
65053
65054         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
65055         before checking struct stat.st_blksize, so that
65056         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
65057
65058 2000-03-29  Paul Eggert  <eggert@twinsun.com>
65059
65060         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
65061         since strftime.c uses HAVE_STRFTIME to decide whether to use
65062         the underlying strftime.
65063
65064 2000-03-29  Paul Eggert  <eggert@twinsun.com>
65065
65066         * lib/time/strftime.c (my_strftime): Make sure we call the system
65067         strftime, not ourselves, when invoking the underlying strftime.
65068
65069 2000-03-24  Jim Meyering  <meyering@lucent.com>
65070
65071         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
65072         (charset_alias): Define.
65073         (install-exec-local): Factor out common code.
65074         (uninstall-local): Split lines longer than 80.
65075         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
65076         (SUFFIXES): Define.
65077         (.sed.in.sed): New rule.  Don't redirect directly to $@.
65078         (CLEANFILES): Add ref-add.sed and ref-del.sed.
65079
65080 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
65081
65082         * lib/config.charset: Output a line containing "Packages using this
65083         file".
65084         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
65085         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
65086         ref-del.sed): New rules.
65087
65088 2000-03-17  Jim Meyering  <meyering@lucent.com>
65089
65090         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
65091         Otherwise, include <strings.h>
65092
65093 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
65094
65095         * lib/unicodeio.c (utf8_wctomb): New function.
65096         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
65097         format instead of in UCS-4 with platform dependent endianness.
65098
65099 2000-03-10  Jim Meyering  <meyering@lucent.com>
65100
65101         * m4/lib-check.m4: Look for getspnam in -lgen, too.
65102         From Marco Franzen.
65103
65104 2000-03-07  Paul Eggert  <eggert@twinsun.com>
65105
65106         * lib/savedir.c (savedir): Work even if directory size is
65107         negative; this can happen with some screwy NFS configurations.
65108
65109 2000-03-06  Jim Meyering  <meyering@lucent.com>
65110
65111         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
65112         if it's NULL (because we ran out of memory).  From Bruno Haible.
65113
65114 2000-03-05  Jim Meyering  <meyering@lucent.com>
65115
65116         * lib/localcharset.c ("path-concat.h"): Include.
65117         (get_charset_aliases): Use path_concat instead of ANSI string
65118         concatenation.
65119
65120         * lib/unicodeio.h (PARAMS): Define.
65121         Use it to guard prototype.
65122
65123 2000-03-04  Jim Meyering  <meyering@lucent.com>
65124
65125         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
65126         for lib/localcharset.c.
65127
65128 2000-03-04  Jim Meyering  <meyering@lucent.com>
65129
65130         * lib/Makefile.am (install-exec-local): Create $(libdir) before
65131         installing into it.
65132         (uninstall-local): Uncomment this rule so `make distcheck' works
65133         once again.
65134
65135         * lib/unicodeio.c (<errno.h>): Include it.
65136         (errno): Declare if not defined.
65137
65138         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
65139
65140         * lib/config.charset: New version, incorporating remarks from a linux
65141         i18n mailing list.  From Bruno Haible.
65142
65143 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
65144
65145         * m4/codeset.m4: New file.
65146         * m4/iconv.m4: New file.
65147         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
65148
65149 2000-03-03  Jim Meyering  <meyering@lucent.com>
65150
65151         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
65152
65153 2000-03-02  Jim Meyering  <meyering@lucent.com>
65154
65155         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
65156         the messages come out on separate lines.
65157
65158         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
65159         rather than jm_CHECK_DECLARATIONS.
65160         * m4/decl.m4: Remove now-unused file.
65161
65162         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
65163         geteuid.
65164
65165 2000-03-02  Jim Meyering  <meyering@lucent.com>
65166
65167         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
65168
65169 2000-03-01  Jim Meyering  <meyering@lucent.com>
65170
65171         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
65172         * lib/unicodeio.c: Likewise.
65173
65174 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
65175
65176         * lib/config.charset: New file.
65177         * lib/localcharset.c: New file.
65178         * lib/unicodeio.h, lib/unicodeio.c: New files.
65179         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
65180         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
65181         (noinst_HEADERS): Add unicodeio.h.
65182         (all-local, install-exec-local, charset.alias): New targets.
65183
65184 2000-02-28  Paul Eggert  <eggert@twinsun.com>
65185
65186         * lib/quotearg.c (ALERT_CHAR): New macro.
65187         (quotearg_buffer_restyled): Use it.
65188
65189 2000-02-27  Jim Meyering  <meyering@lucent.com>
65190
65191         * m4/check-decl.m4: Add getenv to the list.
65192
65193 2000-02-27  Jim Meyering  <meyering@lucent.com>
65194
65195         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
65196         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
65197
65198         * lib/backupfile.c: Guard inclusion of stdlib.h with
65199         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
65200         Declare malloc if needed.
65201
65202         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
65203         `#ifndef HAVE_DECL..'
65204         now that autoconf always defines the HAVE_DECL_ symbols.
65205         * lib/human.c: Likewise.
65206         * lib/same.c: Likewise.
65207         * lib/strtoumax.c: Likewise.
65208
65209         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
65210         declaration check was not run.
65211         * lib/hash.c: Likewise.
65212         * lib/human.c: Likewise.
65213         * lib/same.c: Likewise.
65214         * lib/strtoumax.c: Likewise.
65215
65216         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
65217         `.', then first look up the entire `.'-containing string as a login
65218         name.
65219
65220 2000-02-23  Jim Meyering  <meyering@lucent.com>
65221
65222         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
65223         in place of my hack.
65224
65225 2000-02-18  Paul Eggert  <eggert@twinsun.com>
65226
65227         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
65228         (textint): New typedef.
65229         (parser_control): Member year changed from int to textint.
65230         All uses changed.
65231         (YYSTYPE): Removed; replaced by %union with int and textint members.
65232         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
65233         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
65234         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
65235         (tSNUMBER, tUNUMBER): Now of type <textintval>.
65236         (date, number, to_year): Use width of number in digits, not its value,
65237         to determine whether it's a 2-digit year, or a 2-digit time.
65238         (yylex): Store number of digits of numeric tokens.
65239         Reported by John Kendall.
65240
65241         (parser_control): Changed from struct parser_control to typedef (for
65242         consistency).  All uses changed.
65243
65244         (tID): Removed; not used.
65245         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
65246
65247 2000-02-14  Paul Eggert  <eggert@twinsun.com>
65248
65249         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
65250         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
65251
65252 2000-02-12  Jim Meyering  <meyering@lucent.com>
65253
65254         * lib/userspec.c (ISDIGIT): Define it.
65255         (isdigit): Remove definition.
65256         (is_number): Use ISDIGIT, not isdigit.
65257         <libintl.h>: Include.
65258         (_ and N_): Define.
65259         (parse_user_spec): Mark translatable strings.
65260
65261 2000-02-10  Jim Meyering  <meyering@lucent.com>
65262
65263         With these changes, nanosleep.[ch] are finally enough like the other
65264         lib/* replacement files to compile on a few more losing systems.
65265
65266         * lib/nanosleep.h: Don't include config.h.
65267         Remove prototype from declaration of nanosleep.
65268         (PARAMS): Remove now-unneeded definition.
65269         * lib/nanosleep.c: #undef nanosleep.
65270         (rpl_nanosleep): Rename from nanosleep.
65271
65272 2000-02-10  Jim Meyering  <meyering@lucent.com>
65273
65274         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
65275         gnu_nanosleep to rpl_nanosleep.
65276
65277 2000-02-09  Jim Meyering  <meyering@lucent.com>
65278
65279         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
65280         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
65281
65282 2000-02-08  Akim Demaille  <akim@epita.fr>
65283
65284         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
65285         `[' and `]' and remove uses of `changequote'.
65286         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
65287         (AC_SYS_LARGEFILE): Likewise.
65288         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
65289         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
65290         of changequote.
65291         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
65292         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
65293         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
65294         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
65295
65296 2000-02-05  Jim Meyering  <meyering@lucent.com>
65297
65298         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
65299         Remove explicit use of AC_HEADER_TIME.  It is required by
65300         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
65301         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
65302         in autoconf whereby the expansion of the latter ended up preceding
65303         the expansion of its prerequisite, AC_HEADER_TIME.
65304         Reported by Volker Borchert.
65305
65306 2000-02-03  Jim Meyering  <meyering@lucent.com>
65307
65308         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
65309
65310 2000-02-03  Jim Meyering  <meyering@lucent.com>
65311
65312         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
65313         rather than with `#if HAVE_UTMPNAME'.
65314
65315 2000-02-02  Jim Meyering  <meyering@lucent.com>
65316
65317         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
65318         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
65319         Reported by Eli Zaretskii.
65320
65321 2000-02-01  Jim Meyering  <meyering@lucent.com>
65322
65323         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
65324
65325 2000-01-31  Jim Meyering  <meyering@lucent.com>
65326
65327         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
65328         functions.  Add the time.h and sys/time.h headers along with the
65329         AC_REQUIRE'ment of AC_HEADER_TIME.
65330
65331 2000-01-31  Jim Meyering  <meyering@lucent.com>
65332
65333         * lib/nanosleep.h (nanosleep): Guard declaration with
65334         `#if ! HAVE_DECL_NANOSLEEP'.
65335         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
65336         the declaration in that vendor's sys/timers.h.
65337         Reported by Christian Krackowizer.
65338
65339         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
65340         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
65341         (ISPRINT): Likewise.
65342         Reported by Tom Tromey.
65343
65344 2000-01-30  Jim Meyering  <meyering@lucent.com>
65345
65346         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
65347
65348         * m4/prereq.m4 (utmp_includes): Define.
65349         Check for ut_user and ut_name members in both struct utmpx
65350         and struct utmp.
65351
65352 2000-01-30  Jim Meyering  <meyering@lucent.com>
65353
65354         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
65355         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
65356         header files where only utmpx.ut_user is declared.
65357
65358         * lib/readutmp.h (UT_USER): Define.
65359
65360 2000-01-29  Jim Meyering  <meyering@lucent.com>
65361
65362         * m4/lib-check.m4: New file containing library-related checks from
65363         fileutils and sh-utils (textutils had none).
65364
65365 2000-01-28  Jim Meyering  <meyering@lucent.com>
65366
65367         * m4/perl.m4: Change format of warning message to look more like that
65368         from the missing script.  Suggestion from François Pinard.
65369
65370 2000-01-25  Jim Meyering  <meyering@lucent.com>
65371
65372         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
65373         well as time.h in the compile check.
65374         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
65375         Fix typo in cross-compiling case: s/yes/no/.
65376
65377 2000-01-23  Jim Meyering  <meyering@lucent.com>
65378
65379         * m4/jm-macros.m4: Move df-related tests here from
65380         fileutils/configure.in
65381
65382         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
65383         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
65384
65385         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
65386         s/space/ac_fsusage_space/.
65387         (jm_FILE_SYSTEM_USAGE): Take two parameters.
65388
65389         * m4/ftruncate.m4: New file (derived from part of
65390         fileutils/configure.in).
65391         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
65392         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
65393
65394         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
65395         AC_SUBST these here, rather than just in sh-util/configure.in, so
65396         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
65397         all the same.
65398         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
65399         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
65400         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
65401         (AC_SUBST(POW_LIBM)): Likewise.
65402         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
65403
65404 2000-01-23  Jim Meyering  <meyering@lucent.com>
65405
65406         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
65407         obstack.c.
65408
65409 2000-01-22  Jim Meyering  <meyering@lucent.com>
65410
65411         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
65412
65413         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
65414
65415         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
65416         configure.in
65417         (AC_CHECK_HEADERS): Likewise for sh-utils.
65418         (AC_CHECK_HEADERS): Likewise for textutils.
65419         Merge the three lists of headers.
65420
65421         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
65422         from fileutils' configure.in.
65423
65424         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
65425         code. Moved tests into their own function (_jm_DECL_HEADERS) in
65426         check-decl.m4.
65427
65428         * m4/check-decl.m4: Use #if rather than #ifdef.
65429         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
65430         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
65431         (_jm_DECL_HEADERS): Define new function.
65432         (jm_CHECK_DECLARATIONS): Require it.
65433
65434 2000-01-22  Jim Meyering  <meyering@lucent.com>
65435
65436         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
65437         [! HAVE_DECL_STRTOULL]: Declare strtoull.
65438         Required for some AIX systems.  Reported by Christian Krackowizer.
65439         [TESTING] (main): New function.
65440
65441         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
65442         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
65443         letters.
65444
65445         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
65446         iswprint.
65447
65448         * lib/strverscmp.c (ISDIGIT): Define.
65449         (strverscmp): Use ISDIGIT, not isdigit.
65450
65451 2000-01-19  Jim Meyering  <meyering@lucent.com>
65452
65453         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
65454         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
65455         defines `struct timespec' in <sys/time.h>
65456
65457         * m4/c-bs-a.m4: Remove uses of changequote altogether.
65458         Thanks to Akim for explaining.
65459
65460 2000-01-17  Paul Eggert  <eggert@twinsun.com>
65461
65462         * lib/nanosleep.c (nanosleep):
65463         Don't use SA_INTERRUPT to decide whether to call sigaction, as
65464         POSIX.1 doesn't require SA_INTERRUPT and some systems
65465         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
65466         it's been part of POSIX.1 since day 1 (in 1988).
65467
65468 2000-01-17  Jim Meyering  <meyering@lucent.com>
65469
65470         * lib/interlock: Remove unused file.  Reported by François Pinard.
65471
65472 2000-01-16  Paul Eggert  <eggert@twinsun.com>
65473
65474         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
65475         alert, backslash, formfeed, and vertical tab unnecessarily in
65476         shell quoting style.
65477
65478 2000-01-16  Jim Meyering  <meyering@lucent.com>
65479
65480         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
65481         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
65482         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
65483         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
65484
65485 2000-01-16  Jim Meyering  <meyering@lucent.com>
65486
65487         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
65488         because the latter didn't work.
65489
65490 2000-01-15  Jim Meyering  <meyering@lucent.com>
65491
65492         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
65493         (AC_REPLACE_FUNCS): Add memcpy and memset.
65494         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
65495         Add strpbrk.
65496         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
65497
65498 2000-01-12  Jim Meyering  <meyering@lucent.com>
65499
65500         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
65501         (jm_PREREQ): Use it.
65502         (jm_PREREQ_READUTMP): New macro.
65503         (jm_PREREQ): Use it.
65504
65505 2000-01-11  Paul Eggert  <eggert@twinsun.com>
65506
65507         Quote multibyte characters correctly.
65508         * m4/c-bs-a.m4: New file.
65509         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
65510         (jm_PREREQ): Use it.
65511
65512 2000-01-11  Paul Eggert  <eggert@twinsun.com>
65513
65514         * m4/uintmax_t.m4: Port to autoconf 2.13.
65515
65516 2000-01-08  Jim Meyering  <meyering@ascend.com>
65517
65518         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
65519         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
65520
65521 2000-01-04  Jim Meyering  <meyering@ascend.com>
65522
65523         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
65524         jm_STRUCT_DIRENT_D_TYPE.
65525         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
65526         jm_STRUCT_DIRENT_D_INO.
65527         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
65528         jm_STRUCT_UTIMBUF.
65529         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
65530         renamings.
65531         * m4/utime.m4: Likewise.
65532
65533         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
65534         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
65535
65536 2000-01-03  Paul Eggert  <eggert@twinsun.com>
65537
65538         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
65539         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
65540
65541 2000-01-02  Jim Meyering  <meyering@ascend.com>
65542
65543         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
65544         remember if this is necessary.
65545
65546 1999-12-26  Jim Meyering  <meyering@ascend.com>
65547
65548         * m4/jm-macros.m4: Use it here.
65549         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
65550
65551 1999-12-23  Jim Meyering  <meyering@ascend.com>
65552
65553         * m4/jm-macros.m4: Check for clock_gettime (moved from
65554         fileutils/configure.in)
65555         Check for gettimeofday.
65556
65557 1999-12-20  Jim Meyering  <meyering@ascend.com>
65558
65559         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
65560         autoconf-2.14a-1999-12-20.
65561
65562 1999-12-19  Jim Meyering  <meyering@ascend.com>
65563
65564         * m4/lstat-slash.m4: New file.
65565         * m4/jm-macros.m4: Use the new macro:
65566         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
65567
65568 1999-12-07  Jim Meyering  <meyering@ascend.com>
65569
65570         * m4/perl.m4: Require that File::Compare be available, too.
65571         Too many systems seem to lack it.
65572
65573         * m4/strftime.m4: Add checks for most of the cpp macros tested in
65574         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
65575
65576 1999-11-18  Paul Eggert  <eggert@twinsun.com>
65577
65578         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
65579         problem with the QNX 4.25 shell, which doesn't propagate exit
65580         status of failed commands inside shell assignments.
65581
65582 1999-11-17  Jim Meyering  <meyering@ascend.com>
65583
65584         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
65585
65586 1999-11-07  Jim Meyering  <meyering@ascend.com>
65587
65588         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
65589
65590 1999-11-06  Jim Meyering  <meyering@ascend.com>
65591
65592         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
65593         * m4/jm-macros.m4 (jm_MACROS): Use it here.
65594
65595 1999-11-05  Jim Meyering  <meyering@ascend.com>
65596
65597         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
65598         configure.in of textutils, fileutils, and sh-utils into this one
65599         (shared between those packages) file.
65600         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
65601         AC_STRUCT_ST_BLKSIZE.
65602
65603 1999-11-03  Jim Meyering  <meyering@ascend.com>
65604
65605         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
65606         of AC_CHECK_TYPE checks includes unistd.h.
65607         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
65608         Suggestion from Akim Demaille.
65609
65610 1999-10-30  Jim Meyering  <meyering@ascend.com>
65611
65612         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
65613         m4-quoted string.
65614         * m4/ls-mntd-fs.m4: Likewise.
65615         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
65616         * m4/jm-winsz1.m4: Likewise.
65617
65618         * m4/const.m4: Remove file, since the fix made it into the experimental
65619         version of autoconf.
65620         * m4/mktime.m4: Likewise.
65621
65622         * m4/check-type.m4: Remove file, now that the latest version of
65623         AC_CHECK_TYPE takes a third arg to specify additional #includes.
65624
65625         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
65626         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
65627         AC_CHECK_TYPE.
65628
65629 1999-10-04  Jim Meyering  <meyering@ascend.com>
65630
65631         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
65632
65633 1999-09-22  Paul Eggert  <eggert@twinsun.com>
65634
65635         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
65636         2.95.1 bug with HP-UX 10.20.
65637
65638 1999-09-17  Jim Meyering  <meyering@ascend.com>
65639
65640         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
65641         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
65642         due to missing strdup (against sh-utils-2.0).
65643
65644 1999-08-29  Jim Meyering  <meyering@ascend.com>
65645
65646         * m4/jm-macros.m4: Require jm_BISON.
65647         * m4/bison.m4: New file.
65648
65649 1999-08-17  Paul Eggert  <eggert@twinsun.com>
65650
65651         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
65652         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
65653
65654 1999-08-05  Jim Meyering  <meyering@ascend.com>
65655
65656         * m4/getline.m4: Rename test file from conftestdata to conftest.data
65657         to avoid conflicts with `conftest' on 8+3 filesystems.
65658         Suggestion from Eli Zaretskii.
65659
65660 1999-08-04  Jim Meyering  <meyering@ascend.com>
65661
65662         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
65663         fileutils and sh-utils (textutils's getline test was inadequate).
65664         (AM_FUNC_GETLINE): Run this test.
65665         (AC_CHECK_FUNCS): Check for getdelim.
65666         Reported by Bob Proulx.
65667
65668 1999-08-02  Jim Meyering  <meyering@ascend.com>
65669
65670         * m4/jm-macros.m4: Add a comment.
65671
65672 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65673
65674         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
65675         <inttypes.h> defines strtoumax as a macro (and not as a
65676         function).
65677
65678 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65679
65680         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
65681         that we can shift, multiply and divide unsigned long long
65682         values; Ultrix cc can't do it.
65683
65684 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65685
65686         * m4/mktime.m4: New file, which is a preview of what should appear
65687         in the next public autoconf release.
65688
65689 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65690
65691         * m4/lfs.m4: Remove this file.
65692         * m4/largefile.m4: New file.  It contains the old contents of
65693         lfs.m4, except that all names with prefix AC_LFS have been
65694         changed to use the prefix AC_SYS_LARGEFILE instead, to be
65695         compatible with future autoconf versions.  Also, some minor m4
65696         quoting problems have been fixed.
65697
65698 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65699
65700         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
65701         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
65702         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
65703         and simplify the shell code.
65704
65705 1999-08-01  Jim Meyering  <meyering@ascend.com>
65706
65707         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
65708         m4.
65709
65710 1999-07-20  Jim Meyering  <meyering@ascend.com>
65711
65712         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
65713
65714 1999-07-15  Jim Meyering  <meyering@ascend.com>
65715
65716         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
65717
65718 1999-05-22  Jim Meyering  <meyering@ascend.com>
65719
65720         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
65721
65722 1999-05-20  Jim Meyering  <meyering@ascend.com>
65723
65724         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
65725         Add a colon after each `then' in case $4 is empty.
65726
65727 1999-05-16  Jim Meyering  <meyering@ascend.com>
65728
65729         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
65730
65731 1999-05-10  Jim Meyering  <meyering@ascend.com>
65732
65733         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
65734
65735         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
65736         AC_FUNC_MKTIME.
65737
65738 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
65739
65740         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
65741
65742 1999-05-04  Paul Eggert  <eggert@twinsun.com>
65743
65744         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
65745         not CPPFLAGS, so that linking works correctly in IRIX.
65746
65747 1999-04-30  Paul Eggert  <eggert@twinsun.com>
65748
65749         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
65750
65751 1999-04-20  Paul Eggert  <eggert@twinsun.com>
65752
65753         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
65754         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
65755         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
65756         jm_AC_TYPE_UNSIGNED_LONG_LONG.
65757         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
65758
65759         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
65760
65761 1999-04-20  Jim Meyering  <meyering@ascend.com>
65762
65763         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
65764         AC_REPLACE xstroull if necessary.  From Paul Eggert.
65765         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
65766
65767 1999-04-18  Jim Meyering  <meyering@ascend.com>
65768
65769         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
65770         * m4/jm-macros.m4: Use it.
65771
65772 1999-04-06  Jim Meyering  <meyering@ascend.com>
65773
65774         * m4/strftime.m4: Remove test for %f.
65775
65776 1999-03-29  Jim Meyering  <meyering@ascend.com>
65777
65778         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
65779         superset of the AC_TYPE_* checks in the textutils, fileutils,
65780         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
65781         AC_TYPE_PID_T.
65782
65783 1999-03-28  Jim Meyering  <meyering@ascend.com>
65784
65785         * m4/jm-macros.m4: Define GNU_PACKAGE here.
65786         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
65787         replaced e.g., in the *.sh files of the sh-utils.
65788
65789 1999-03-20  Jim Meyering  <meyering@ascend.com>
65790
65791         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
65792         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
65793         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
65794
65795 1999-03-19  Jim Meyering  <meyering@ascend.com>
65796
65797         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
65798
65799 1999-03-12  Jim Meyering  <meyering@ascend.com>
65800
65801         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
65802
65803 1999-03-07  Jim Meyering  <meyering@ascend.com>
65804
65805         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
65806         declared.
65807
65808 1999-02-17  Jim Meyering  <meyering@ascend.com>
65809
65810         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
65811         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
65812
65813 1999-02-07  Jim Meyering  <meyering@ascend.com>
65814
65815         * m4/group-member.m4: New file -- extracted from sh-utils'
65816         configure.in.
65817
65818         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
65819         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
65820
65821 1999-02-06  Jim Meyering  <meyering@ascend.com>
65822
65823         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
65824         * m4/fnmatch.m4: Likewise.
65825         * m4/getgroups.m4: Likewise.
65826         * m4/lstat.m4: Likewise.
65827         * m4/malloc.m4: Likewise.
65828         * m4/putenv.m4: Likewise.
65829         * m4/realloc.m4: Likewise.
65830         * m4/regex.m4: Likewise.
65831         * m4/stat.m4: Likewise.
65832         * m4/strftime.m4: Likewise.
65833         Suggestion from Alain Magloire.
65834
65835         * m4/chown.m4: Use `.$ac_objext', not `.o'.
65836         * m4/fnmatch.m4: Likewise.
65837         * m4/getgroups.m4: Likewise.
65838         * m4/getline.m4: Likewise.
65839         * m4/lstat.m4: Likewise.
65840         * m4/malloc.m4: Likewise.
65841         * m4/memcmp.m4: Likewise.
65842         * m4/putenv.m4: Likewise.
65843         * m4/realloc.m4: Likewise.
65844         * m4/regex.m4: Likewise.
65845         * m4/stat.m4: Likewise.
65846         * m4/strftime.m4: Likewise.
65847         Suggestion from Alain Magloire.
65848
65849         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
65850         an argument.
65851
65852         * m4/regex.m4: Add a run-time Test for proper operation of
65853         re_compile_pattern.
65854
65855 1999-01-31  Jim Meyering  <meyering@ascend.com>
65856
65857         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
65858
65859 1999-01-30  Jim Meyering  <meyering@ascend.com>
65860
65861         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
65862
65863         * m4/jm-mktime.m4: Make this a wrapper around the official
65864         AM_FUNC_MKTIME rather than my private copy, now that the official one
65865         is up to date.
65866         * m4/mktime.m4: Remove file.
65867
65868         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
65869         * m4/uptime.m4: Likewise.
65870         * m4/uintmax_t.m4: Likewise.
65871
65872 1999-01-28  Jim Meyering  <meyering@ascend.com>
65873
65874         * m4/jm-macros.m4: Use jm_AFS.
65875         * m4/afs.m4: New file (from fileutils' configure.in).
65876
65877         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
65878         * m4/chown.m4: Likewise.
65879         * m4/d-ino.m4: Likewise.
65880         * m4/d-type.m4: Likewise.
65881         * m4/fnmatch.m4: Likewise.
65882         * m4/getgroups.m4: Likewise.
65883         * m4/gettext.m4: Likewise.
65884         * m4/jm-mktime.m4: Likewise.
65885         * m4/jm-winsz2.m4: Likewise.
65886         * m4/lcmessage.m4: Likewise.
65887         * m4/ls-mntd-fs.m4: Likewise.
65888         * m4/malloc.m4: Likewise.
65889         * m4/memcmp.m4: Likewise.
65890         * m4/putenv.m4: Likewise.
65891         * m4/realloc.m4: Likewise.
65892         * m4/st_mtim.m4: Likewise.
65893         * m4/strftime.m4: Likewise.
65894
65895 1999-01-16  Jim Meyering  <meyering@ascend.com>
65896
65897         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
65898         (ARGMATCH_DIE_DECL): Define.
65899
65900 1999-01-12  Jim Meyering  <meyering@ascend.com>
65901
65902         * m4/Makefile.am.in: Rewrite to avoid using fmt.
65903         Reported by Lars Hecking.
65904
65905 1999-01-10  Jim Meyering  <meyering@ascend.com>
65906
65907         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
65908         gross kludge.
65909         * m4/inttypes_h.m4: Likewise.
65910         * m4/lstat.m4: Likewise.
65911         * m4/malloc.m4: Likewise.
65912         * m4/readdir.m4: Likewise.
65913         * m4/realloc.m4: Likewise.
65914         * m4/st_dm_mode.m4: Likewise.
65915         * m4/stat.m4: Likewise.
65916         * m4/utimbuf.m4: Likewise.
65917         * m4/utimes.m4: Likewise.
65918
65919         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
65920         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
65921         comments in config.h.in are meaningful.
65922
65923         * m4/jm-macros.m4: Require autoconf-2.13 here.
65924
65925         * m4/regex.m4: By default, don't use the included regex.c on systems
65926         with glibc 2.  Suggestion from Uli Drepper.
65927
65928 1999-01-02  Jim Meyering  <meyering@ascend.com>
65929
65930         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
65931
65932 1998-12-18  Jim Meyering  <meyering@ascend.com>
65933
65934         * m4/Makefile.am.in (Makefile.am): Simplify rule.
65935         Based on a suggestion from Lars Hecking.
65936
65937 1998-11-16  Paul Eggert  <eggert@twinsun.com>
65938
65939         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
65940
65941 1998-11-16  Jim Meyering  <meyering@ascend.com>
65942
65943         * m4/lfs.m4: Double-quote the `uname...` expression.
65944
65945 1998-11-14  Jim Meyering  <meyering@ascend.com>
65946
65947         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
65948         * m4/stat.m4: Likewise.
65949
65950 1998-11-03  Jim Meyering  <meyering@ascend.com>
65951
65952         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
65953         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
65954
65955 1998-10-18  Jim Meyering  <meyering@ascend.com>
65956
65957         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
65958
65959 1998-10-17  Jim Meyering  <meyering@ascend.com>
65960
65961         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
65962         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
65963         calls for those previously hard-coded headers.  Instead, take a new
65964         parameter.
65965         (jm_CHECK_DECLARATIONS): Reflect interface change.
65966         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
65967         (jm_CHECK_DECL_LOCALTIME_R): New macro.
65968
65969         * m4/mktime.m4: Test for spring-forward gap before long-running test.
65970
65971 1998-10-14  Jim Meyering  <meyering@ascend.com>
65972
65973         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
65974         instead of "TZ=America/Vancouver".  From Paul Eggert.
65975
65976 1998-10-11  Jim Meyering  <meyering@ascend.com>
65977
65978         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
65979         This adds a test for a recently added compatibility fix for mktime.c.
65980         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
65981
65982 1998-09-27  Jim Meyering  <meyering@ascend.com>
65983
65984         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
65985
65986         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
65987         ../configure.in, including a change from Gordon Matzigkeit to allow
65988         cross-compiling for the Hurd.
65989
65990         * m4/glibc.m4: New file/macro to test for the GNU C Library
65991         versions 1 and 2.  From Gordon Matzigkeit.
65992         Indent.
65993
65994 1998-09-21  Jim Meyering  <meyering@ascend.com>
65995
65996         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
65997
65998 1998-08-18  Paul Eggert  <eggert@twinsun.com>
65999
66000         Port nanosecond-resolution times to UnixWare 2.1.2 and
66001         pedantic Solaris 2.6.
66002
66003         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
66004         AC_STRUCT_ST_MTIM.
66005         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
66006         Generate name of ns member, instead of just 1 or undef.
66007         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
66008
66009 1998-08-15  Jim Meyering  <meyering@ascend.com>
66010
66011         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
66012         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
66013         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
66014         instead of jm_TYPE_SSIZE_T.
66015
66016 1998-08-12  Jim Meyering  <meyering@ascend.com>
66017
66018         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
66019
66020 1998-08-02  Jim Meyering  <meyering@ascend.com>
66021
66022         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
66023         in acconfig.h manually.
66024
66025 1998-07-31  Paul Eggert  <eggert@twinsun.com>
66026
66027         * m4/st_mtim.m4: New file.
66028
66029 1998-07-28  Jim Meyering  <meyering@ascend.com>
66030
66031         * m4/utimes.m4: Undef stat.
66032
66033 1998-07-25  Jim Meyering  <meyering@ascend.com>
66034
66035         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
66036         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
66037
66038 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
66039
66040         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
66041         uid and gid actually remain unchanged.
66042
66043 1998-07-07  Jim Meyering  <meyering@ascend.com>
66044
66045         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
66046
66047 1998-07-04  Jim Meyering  <meyering@ascend.com>
66048
66049         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
66050         to prove that this macro can be used in packages without regex.c.
66051
66052 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
66053
66054         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
66055         is to be used.
66056
66057 1998-07-03  Jim Meyering  <meyering@ascend.com>
66058
66059         * m4/gettext.m4: Add -lintl if it's found to be necessary.
66060
66061         * m4/gettext.m4: New file -- from gettext-0.10.35.
66062         * m4/lcmessage.m4: Likewise.
66063         * m4/progtest.m4: Likewise.
66064
66065         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
66066         * m4/jm-macros.m4: Require the new macro.
66067
66068 1998-06-29  Jim Meyering  <meyering@ascend.com>
66069
66070         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
66071         for the definition of NGROUPS (used in a system header included
66072         by sys/mount.h).
66073
66074 1998-06-28  Jim Meyering  <meyering@ascend.com>
66075
66076         * m4/ls-mntd-fs.m4: New file.
66077         * m4/fstypename.m4: New file.
66078
66079         * m4/jm-macros.m4: Require the new macro.
66080         * m4/jm-glibc-io.m4: New file.
66081
66082 1998-05-19  Jim Meyering  <meyering@ascend.com>
66083
66084         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
66085         * m4/lchown.m4: New file.
66086
66087         * m4/Makefile.am.in: New file.
66088         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
66089
66090 1998-05-14  Jim Meyering  <meyering@ascend.com>
66091
66092         * m4/Makefile.am (EXTRA_DIST): Add them.
66093         * m4/jm-macros.m4: New file.
66094         * m4/utimbuf.m4: New file.
66095
66096 1998-05-12  Jim Meyering  <meyering@ascend.com>
66097
66098         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
66099
66100 1998-05-11  Jim Meyering  <meyering@ascend.com>
66101
66102         * m4/isc-posix.m4: New file.
66103
66104 1998-05-10  Jim Meyering  <meyering@ascend.com>
66105
66106         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
66107
66108 1998-05-09  Jim Meyering  <meyering@ascend.com>
66109
66110         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
66111         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
66112         with automake.
66113
66114         * m4/ssize_t.m4: New file.
66115         * m4/mktime.m4: Remove file -- the new automake has this now.
66116
66117 1998-04-26  Jim Meyering  <meyering@ascend.com>
66118
66119         * m4/assert.m4: New file.
66120         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
66121
66122 1998-04-05  Jim Meyering  <meyering@ascend.com>
66123
66124         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
66125         (jm_PREREQ): Use it here.
66126
66127 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
66128
66129         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
66130         in acconfig.h.
66131
66132 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
66133
66134         * m4/prereq.m4: New file.
66135         * m4/error.m4: New file.
66136         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
66137
66138 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
66139
66140         * m4/getline.m4: Don't set am_cv_func_working_getline before the
66141         cache-check for the same variable -- that defeated the purpose of
66142         the test; the test program was never run.  This was a problem only
66143         on systems with losing getline functions -- HP-UX 10.20 is one.
66144         Reported by Bjorn Helgaas.
66145
66146 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
66147
66148         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
66149
66150 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
66151
66152         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
66153
66154         * m4/const.m4: New file.  Use an initializer in this declaration
66155         typedef int charset[2]; const charset x;
66156         Reported by Bob Glickstein.
66157
66158 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
66159
66160         * m4/chown.m4: Fix reversed types on -1 args to chown.
66161         From Kaveh Ghazi.
66162
66163 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
66164
66165         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
66166         Add lseek and memchr.
66167
66168         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
66169         T.E.Dickey <dickey@clark.net> said that some older preprocessors
66170         have a 20-character limit on names.
66171
66172 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
66173
66174         * m4/inttypes_h.m4: New file.
66175         * m4/uintmax_t.m4: New file.
66176         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
66177
66178
66179         -----
66180
66181         Local Variables:
66182         coding: utf-8
66183         End:
66184
66185         Copyright (C) 1997-2010 Free Software Foundation, Inc.
66186
66187         Copying and distribution of this file, with or without
66188         modification, are permitted provided the copyright notice
66189         and this notice are preserved.