maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
[pspp] / ChangeLog
1 2010-03-31  Eric Blake  <eblake@redhat.com>
2
3         maint.mk: check for [ as well as test
4         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
5         Based on a libvirt report by Matthias Bolte.
6
7         gnumakefile: don't squelch _version output
8         * top/GNUmakefile (_version): Create one-shot dependency rather
9         than using $(shell) when version must be regenerated.
10         (_autoreconf): Run verbosely, by default.
11
12         sys_time: avoid compiler warnings
13         * lib/sys_time.in.h (includes): Ensure gcc pragma is
14         unconditional, fixing regression from 2010-03-29.
15         Reported by Simon Josefsson.
16
17 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
18
19         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
20         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
21         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
22         (sc_cast_of_x_alloc_return_value): Likewise.
23         (sc_cast_of_alloca_return_value): Likewise.
24         (sc_space_tab): Likewise.
25         (sc_prohibit_atoi_atof): Likewise.
26         (sc_prohibit_magic_number_exit): Likewise.
27         (sc_error_exit_success): Likewise.
28         (sc_file_system): Likewise.
29         (sc_prohibit_have_config_h): Likewise.
30         (sc_require_config_h): Likewise.
31         (sc_prohibit_HAVE_MBRTOWC): Likewise.
32         (sc_obsolete_symbols): Likewise.
33         (sc_changelog): Likewise.
34         (sc_program_name): Likewise.
35         (sc_the_the): Likewise.
36         (sc_trailing_blank): Likewise.
37         (sc_two_space_separator_in_usage): Likewise.
38         (sc_useless_cpp_parens): Likewise.
39         (sc_GPL_version): Likewise.
40         (sc_GFDL_version): Likewise.
41         (sc_texinfo_acronym): Likewise.
42         (sc_prohibit_cvs_keyword): Likewise.
43         (sc_prohibit_stat_st_blocks): Likewise.
44         (sc_prohibit_S_IS_definition): Likewise.
45         (sc_redundant_const): Likewise.
46         (sc_makefile_TAB_only_indentation): Likewise.
47         (sc_m4_quote_check): Likewise.
48         (sc_makefile_path_separator_check): Likewise.
49         (sc_copyright_check): Likewise.
50         (sc_Wundef_boolean): Likewise.
51         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
52
53         maint.mk: match 0 or more whitespace-before-function-call '('
54         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
55         that have zero or two-and-more spaces between the function name
56         and the open parenthesis.
57         (sc_error_message_warn_fatal): Likewise.
58         (sc_error_message_uppercase): Likewise.
59         (sc_error_message_period): Likewise.
60
61         maint.mk: s/_header_without_use/_sc_header_without_use/
62         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
63         (sc_prohibit_assert_without_use): Use the new name.
64         (sc_prohibit_close_stream_without_use): Likewise.
65         (sc_prohibit_getopt_without_use): Likewise.
66         (sc_prohibit_quotearg_without_use): Likewise.
67         (sc_prohibit_quote_without_use): Likewise.
68         (sc_prohibit_long_options_without_use): Likewise.
69         (sc_prohibit_inttostr_without_use): Likewise.
70         (sc_prohibit_ignore_value_without_use): Likewise.
71         (sc_prohibit_error_without_use): Likewise.
72         (sc_prohibit_xalloc_without_use): Likewise.
73         (sc_prohibit_hash_without_use): Likewise.
74         (sc_prohibit_hash_pjw_without_use): Likewise.
75         (sc_prohibit_safe_read_without_use): Likewise.
76         (sc_prohibit_argmatch_without_use): Likewise.
77         (sc_prohibit_canonicalize_without_use): Likewise.
78         (sc_prohibit_root_dev_ino_without_use): Likewise.
79         (sc_prohibit_openat_without_use): Likewise.
80         (sc_prohibit_c_ctype_without_use): Likewise.
81         (sc_prohibit_signal_without_use): Likewise.
82         (sc_prohibit_intprops_without_use): Likewise.
83
84 2010-03-30  Eric Blake  <eblake@redhat.com>
85
86         maint: improve module indicators
87         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
88         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
89         columns, and avoid extra macro expansion.
90
91         fdopendir: work around FreeBSD bug
92         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
93         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
94         * modules/dirent (Makefile.am): Substitute it.
95         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
96         declaration.
97         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
98         fix.
99         Reported by Christian Weisgerber <naddy@mips.inka.de>.
100
101 2010-03-29  Bruno Haible  <bruno@clisp.org>
102
103         Emit #pragma system_header after the inclusion guard, not before.
104         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
105         guard that spans the entire file, not before. This enables an
106         optimization in GCC's preprocessor.
107         * lib/ctype.in.h: Likewise.
108         * lib/dirent.in.h: Likewise.
109         * lib/errno.in.h: Likewise.
110         * lib/float.in.h: Likewise.
111         * lib/getopt.in.h: Likewise.
112         * lib/iconv.in.h: Likewise.
113         * lib/langinfo.in.h: Likewise.
114         * lib/locale.in.h: Likewise.
115         * lib/math.in.h: Likewise.
116         * lib/netdb.in.h: Likewise.
117         * lib/netinet_in.in.h: Likewise.
118         * lib/pty.in.h: Likewise.
119         * lib/sched.in.h: Likewise.
120         * lib/se-selinux.in.h: Likewise.
121         * lib/search.in.h: Likewise.
122         * lib/spawn.in.h: Likewise.
123         * lib/stdarg.in.h: Likewise.
124         * lib/stdint.in.h: Likewise.
125         * lib/string.in.h: Likewise.
126         * lib/strings.in.h: Likewise.
127         * lib/sys_file.in.h: Likewise.
128         * lib/sys_ioctl.in.h: Likewise.
129         * lib/sys_time.in.h: Likewise.
130         * lib/sys_times.in.h: Likewise.
131         * lib/sys_utsname.in.h: Likewise.
132         * lib/sys_wait.in.h: Likewise.
133         * lib/sysexits.in.h: Likewise.
134         * lib/wctype.in.h: Likewise.
135
136 2010-03-28  James Youngman  <jay@gnu.org>
137
138         save-cwd: don't leak a file descriptor when the caller execs.
139         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
140         saved file descriptor.
141         * modules/save-cwd (Depends-on): Depend on cloexec.
142
143 2010-03-29  Bruno Haible  <bruno@clisp.org>
144
145         Remove vestiges of fts-lgpl module.
146         * lib/fts_.h: Assume GNULIB_FTS is 1.
147         * lib/fts.c: Likewise.
148         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
149
150 2010-03-28  Bruno Haible  <bruno@clisp.org>
151
152         Fix definition of tests witness macro.
153         * gnulib-tool (func_import): Fix definition of witness macro.
154
155 2010-03-28  Bruno Haible  <bruno@clisp.org>
156
157         Fix ioctl's protoype on glibc systems.
158         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
159         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
160         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
161         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
162         signature. If not, arrange to replace the ioctl function.
163         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
164         REPLACE_IOCTL.
165         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
166         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
167         Reported by Ludovic Courtès <ludo@gnu.org>.
168
169 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
170
171         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
172         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
173         made it so grep -r --include=GLOB* ... did not work.
174
175 2010-03-26  Jim Meyering  <meyering@redhat.com>
176             Eric Blake  <eblake@redhat.com>
177
178         maint.mk: prohibit use of test's -o and -a operators
179         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
180
181 2010-03-28  Bruno Haible  <bruno@clisp.org>
182
183         Remove unused GNULIB_XYZ macro definitions.
184         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
185         invocation.
186
187 2010-03-28  Bruno Haible  <bruno@clisp.org>
188
189         Mark privileged tests modules.
190         * modules/idpriv-drop-tests (Status): New section.
191         * modules/idpriv-droptemp-tests (Status): New section.
192
193 2010-03-28  Bruno Haible  <bruno@clisp.org>
194
195         Split C++ tests into separate tests modules.
196         * modules/dirent-c++-tests: New file, extracted from
197         modules/dirent-tests.
198         * modules/dirent-tests: Depend on it.
199         * modules/fcntl-h-c++-tests: New file, extracted from
200         modules/fcntl-h-tests.
201         * modules/fcntl-h-tests: Depend on it.
202         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
203         * modules/glob-tests: Depend on it.
204         * modules/iconv-h-c++-tests: New file, extracted from
205         modules/iconv-h-tests.
206         * modules/iconv-h-tests: Depend on it.
207         * modules/langinfo-c++-tests: New file, extracted from
208         modules/langinfo-tests.
209         * modules/langinfo-tests: Depend on it.
210         * modules/locale-c++-tests: New file, extracted from
211         modules/locale-tests.
212         * modules/locale-tests: Depend on it.
213         * modules/math-c++-tests: New file, extracted from modules/math-tests.
214         * modules/math-tests: Depend on it.
215         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
216         * modules/pty-tests: Depend on it.
217         * modules/search-c++-tests: New file, extracted from
218         modules/search-tests.
219         * modules/search-tests: Depend on it.
220         * modules/signal-c++-tests: New file, extracted from
221         modules/signal-tests.
222         * modules/signal-tests: Depend on it.
223         * modules/spawn-c++-tests: New file, extracted from
224         modules/spawn-tests.
225         * modules/spawn-tests: Depend on it.
226         * modules/stdio-c++-tests: New file, extracted from
227         modules/stdio-tests.
228         * modules/stdio-tests: Depend on it.
229         * modules/stdlib-c++-tests: New file, extracted from
230         modules/stdlib-tests.
231         * modules/stdlib-tests: Depend on it.
232         * modules/string-c++-tests: New file, extracted from
233         modules/string-tests.
234         * modules/string-tests: Depend on it.
235         * modules/sys_ioctl-c++-tests: New file, extracted from
236         modules/sys_ioctl-tests.
237         * modules/sys_ioctl-tests: Depend on it.
238         * modules/sys_select-c++-tests: New file, extracted from
239         modules/sys_select-tests.
240         * modules/sys_select-tests: Depend on it.
241         * modules/sys_socket-c++-tests: New file, extracted from
242         modules/sys_socket-tests.
243         * modules/sys_socket-tests: Depend on it.
244         * modules/sys_stat-c++-tests: New file, extracted from
245         modules/sys_stat-tests.
246         * modules/sys_stat-tests: Depend on it.
247         * modules/sys_time-c++-tests: New file, extracted from
248         modules/sys_time-tests.
249         * modules/sys_time-tests: Depend on it.
250         * modules/time-c++-tests: New file, extracted from modules/time-tests.
251         * modules/time-tests: Depend on it.
252         * modules/unistd-c++-tests: New file, extracted from
253         modules/unistd-tests.
254         * modules/unistd-tests: Depend on it.
255         * modules/wchar-c++-tests: New file, extracted from
256         modules/wchar-tests.
257         * modules/wchar-tests: Depend on it.
258         * modules/wctype-c++-tests: New file, extracted from
259         modules/wctype-tests.
260         * modules/wctype-tests: Depend on it.
261         Reported by Simon Josefsson.
262
263 2010-03-28  Bruno Haible  <bruno@clisp.org>
264
265         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
266         * gnulib-tool (func_exists_module): New function, extracted from
267         func_verify_module.
268         (func_verify_module): Use it.
269         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
270         'foo' only if 'foo' exists.
271         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
272         module.
273
274 2010-03-28  Bruno Haible  <bruno@clisp.org>
275
276         gnulib-tool: Add support for special categories of tests.
277         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
278         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
279         (func_usage): Document them.
280         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
281         inc_unportable_tests, inc_all_tests): New variables.
282         (func_acceptable): Consider these variables.
283         (func_modules_transitive_closure): Make it work when the 'Status' field
284         consists of multiple words.
285         (func_import): Store and restore the values of inc_cxx_tests,
286         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
287         inc_all_tests in gnulib-comp.m4.
288         (func_create_testdir): Set inc_all_tests to true.
289         * doc/gnulib.texi (Extra tests modules): New section.
290         Suggested by Jim Meyering.
291
292 2010-03-28  Bruno Haible  <bruno@clisp.org>
293
294         ansi-c++-opt: Allow turning off the C++ build by default.
295         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
296         gl_CXX_CHOICE_DEFAULT_NO is defined.
297         Requested by Eric Blake.
298
299 2010-03-28  Bruno Haible  <bruno@clisp.org>
300
301         unistd: Avoid #define replacements in C++ mode.
302         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
303         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
304         setsockopt, shutdown, select): In C++, attach a warning to the function
305         if possible, rather than #defining the symbol to a dysfunctional alias.
306         Reported by John W. Eaton <jwe@gnu.org>.
307
308 2010-03-28  Bruno Haible  <bruno@clisp.org>
309
310         Fix link errors on mingw.
311         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
312         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
313         $(LIBSOCKET).
314         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
315         $(LIBSOCKET).
316
317 2010-03-28  Bruno Haible  <bruno@clisp.org>
318             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
319
320         lib-ignore: Determine different options for different compilers.
321         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
322         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
323         Add comments.
324         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
325         * NEWS: Mention the change.
326
327 2010-03-27  Bruno Haible  <bruno@clisp.org>
328
329         Remove unused GNULIB_XYZ macro definitions.
330         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
331         * modules/fseek (configure.ac): Likewise.
332         * modules/ioctl (configure.ac): Likewise.
333         * modules/open (configure.ac): Likewise.
334         * modules/stdlib-safer (configure.ac): Likewise.
335
336 2010-03-27  Bruno Haible  <bruno@clisp.org>
337
338         Add a remark about certain modules.
339         * modules/malloc (Comment): New section.
340         * modules/realloc (Comment): Likewise.
341         * modules/sigpipe (Comment): Likewise.
342
343 2010-03-27  Bruno Haible  <bruno@clisp.org>
344
345         Resolve conflict between the two kinds of module indicators.
346         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
347         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
348         * modules/canonicalize (configure.ac): Invoke
349         gl_MODULE_INDICATOR_FOR_TESTS.
350         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
351         GNULIB_XYZ.
352         * tests/test-dirent-c++.cc: Likewise.
353         * tests/test-dirent-safer.c: Likewise.
354         * tests/test-dup2.c: Likewise.
355         * tests/test-fchdir.c: Likewise.
356         * tests/test-fcntl-h-c++.cc: Likewise.
357         * tests/test-getopt.c: Likewise.
358         * tests/test-getopt.h: Likewise.
359         * tests/test-langinfo-c++.cc: Likewise.
360         * tests/test-locale-c++.cc: Likewise.
361         * tests/test-math-c++.cc: Likewise.
362         * tests/test-pty-c++.cc: Likewise.
363         * tests/test-search-c++.cc: Likewise.
364         * tests/test-signal-c++.cc: Likewise.
365         * tests/test-spawn-c++.cc: Likewise.
366         * tests/test-stdio-c++.cc: Likewise.
367         * tests/test-stdlib-c++.cc: Likewise.
368         * tests/test-string-c++.cc: Likewise.
369         * tests/test-sys_ioctl-c++.cc: Likewise.
370         * tests/test-sys_select-c++.cc: Likewise.
371         * tests/test-sys_socket-c++.cc: Likewise.
372         * tests/test-sys_stat-c++.cc: Likewise.
373         * tests/test-sys_time-c++.cc: Likewise.
374         * tests/test-time-c++.cc: Likewise.
375         * tests/test-unistd-c++.cc: Likewise.
376         * tests/test-wchar-c++.cc: Likewise.
377         * tests/uninorm/test-u8-nfc.c: Likewise.
378         * tests/uninorm/test-u8-nfd.c: Likewise.
379         * tests/uninorm/test-u8-nfkc.c: Likewise.
380         * tests/uninorm/test-u8-nfkd.c: Likewise.
381         * tests/uninorm/test-u16-nfc.c: Likewise.
382         * tests/uninorm/test-u16-nfd.c: Likewise.
383         * tests/uninorm/test-u16-nfkc.c: Likewise.
384         * tests/uninorm/test-u16-nfkd.c: Likewise.
385         * tests/uninorm/test-u32-nfc.c: Likewise.
386         * tests/uninorm/test-u32-nfc-big.c: Likewise.
387         * tests/uninorm/test-u32-nfd.c: Likewise.
388         * tests/uninorm/test-u32-nfd-big.c: Likewise.
389         * tests/uninorm/test-u32-nfkc.c: Likewise.
390         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
391         * tests/uninorm/test-u32-nfkd.c: Likewise.
392         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
393         * tests/uninorm/test-u32-normalize-big.c: Likewise.
394
395 2010-03-27  Bruno Haible  <bruno@clisp.org>
396
397         Distinguish two kinds of module indicators.
398         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
399         gl_MODULE_INDICATOR.
400         (gl_MODULE_INDICATOR): New macro.
401         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
402         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
403         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
404         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
405         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
406         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
407         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
408         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
409         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
410         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
411         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
412         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
413         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
414         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
415         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
416         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
417         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
418         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
419         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
420         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
421         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
422         * modules/cloexec (configure.ac): Likewise.
423         * modules/getopt-gnu (configure.ac): Likewise.
424         * modules/uninorm/u8-normalize (configure.ac): Likewise.
425         * modules/uninorm/u16-normalize (configure.ac): Likewise.
426         * modules/uninorm/u32-normalize (configure.ac): Likewise.
427         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
428
429 2010-03-27  Bruno Haible  <bruno@clisp.org>
430
431         New module description field 'Comment'.
432         * gnulib-tool: New option --extract-comment.
433         (func_usage): Document it.
434         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
435         (func_get_comment): New function.
436         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
437
438 2010-03-27  Bruno Haible  <bruno@clisp.org>
439
440         Addendum to 2010-02-07 commit.
441         * gnulib-tool (func_usage): Document --extract-applicability option.
442
443 2010-03-27  Bruno Haible  <bruno@clisp.org>
444
445         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
446         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
447         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
448         rather than link errors.
449
450 2010-03-27  Bruno Haible  <bruno@clisp.org>
451
452         Avoid side effects from tests-related modules on the compilation of lib.
453         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
454         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
455         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
456         parameter. Emit into AM_CPPFLAGS a definition of the designated C
457         macro.
458         (func_import): Define a witness macro. Assign it a value that depends
459         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
460         tests-related modules.
461         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
462         Reported by Jim Meyering.
463
464 2010-03-27  Bruno Haible  <bruno@clisp.org>
465
466         Factorize common .m4 code.
467         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
468         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
469         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
470         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
471         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
472         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
473         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
474         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
475         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
476         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
477         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
478         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
479         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
480         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
481         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
482         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
483         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
484         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
485         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
486         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
487         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
488         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
489         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
490         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
491         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
492         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
493         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
494         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
495         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
496         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
497         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
498         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
499
500 2010-03-27  Bruno Haible  <bruno@clisp.org>
501
502         Fix a compilation error on Cygwin with g++ >= 4.3.
503         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
504         if it is undefined or if we alias it to chmod.
505         (lstat): Don't warn about the use of this function if it is undefined
506         or if we alias it to stat.
507         Reported by Simon Josefsson.
508
509 2010-03-27  Bruno Haible  <bruno@clisp.org>
510
511         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
512         * modules/getlogin (configure.ac): Update.
513
514         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
515         * modules/getlogin_r (configure.ac): Update.
516
517         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
518         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
519         * modules/inet_ntop (configure.ac): Update.
520
521         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
522         * modules/inet_pton (configure.ac): Update.
523
524         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
525         * modules/mbslen (configure.ac): Update.
526
527         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
528         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
529         * modules/forkpty (configure.ac): Update.
530         * modules/openpty (configure.ac): Update.
531
532 2010-03-26  Simon Josefsson  <simon@josefsson.org>
533
534         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
535         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
536
537 2010-03-25  Eric Blake  <eblake@redhat.com>
538
539         maint: use pragma consistently across replacement headers
540         * lib/ctype.in.h (system_header): Hoist for consistent placement.
541         * lib/dirent.in.h (system_header): Likewise.
542         * lib/errno.in.h (system_header): Likewise.
543         * lib/float.in.h (system_header): Likewise.
544         * lib/getopt.in.h (system_header): Likewise.
545         * lib/iconv.in.h (system_header): Likewise.
546         * lib/inttypes.in.h (system_header): Likewise.
547         * lib/langinfo.in.h (system_header): Likewise.
548         * lib/locale.in.h (system_header): Likewise.
549         * lib/math.in.h (system_header): Likewise.
550         * lib/netdb.in.h (system_header): Likewise.
551         * lib/netinet_in.in.h (system_header): Likewise.
552         * lib/pty.in.h (system_header): Likewise.
553         * lib/sched.in.h (system_header): Likewise.
554         * lib/se-selinux.in.h (system_header): Likewise.
555         * lib/search.in.h (system_header): Likewise.
556         * lib/spawn.in.h (system_header): Likewise.
557         * lib/stdarg.in.h (system_header): Likewise.
558         * lib/stdint.in.h (system_header): Likewise.
559         * lib/string.in.h (system_header): Likewise.
560         * lib/strings.in.h (system_header): Likewise.
561         * lib/sys_file.in.h (system_header): Likewise.
562         * lib/sys_ioctl.in.h (system_header): Likewise.
563         * lib/sys_socket.in.h (system_header): Likewise.
564         * lib/sys_times.in.h (system_header): Likewise.
565         * lib/sys_utsname.in.h (system_header): Likewise.
566         * lib/sys_wait.in.h (system_header): Likewise.
567         * lib/sysexits.in.h (system_header): Likewise.
568         * lib/unistd.in.h (system_header): Likewise.
569         * lib/wctype.in.h (system_header): Likewise.
570
571         arpa/inet: fix mingw compilation warning
572         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
573         Reported by Matthew Bolte.
574
575 2010-03-25  Bruno Haible  <bruno@clisp.org>
576
577         Avoid collision between gnulib wrapper and libintl wrapper.
578         * lib/printf.c (printf): Don't define if a printf wrapper is already
579         defined in intl/printf.c.
580         Reported by Michel Boaventura <michel@michelboaventura.com>.
581
582 2010-03-25  Bruno Haible  <bruno@clisp.org>
583
584         Use ANSI C.
585         * lib/readutmp.h (getutent): Provide ANSI C prototype.
586
587 2010-03-25  Bruno Haible  <bruno@clisp.org>
588
589         Minor formatting changes.
590         * lib/acosl.c: Insert space before function argument list.
591         * lib/argz.c: Likewise.
592         * lib/asinl.c: Likewise.
593         * lib/expl.c: Likewise.
594         * lib/gen-uni-tables.c: Likewise.
595         * lib/gettext.h: Likewise.
596         * lib/glthread/lock.h: Likewise.
597         * lib/tanl.c: Likewise.
598         * lib/uniname/uniname.c: Likewise.
599         * tests/test-idpriv-drop.c: Likewise.
600         * tests/test-idpriv-droptemp.c: Likewise.
601         * tests/test-lock.c: Likewise.
602         * tests/test-tls.c: Likewise.
603         * lib/argp-help.c: Insert space before function-like macro argument
604         list.
605         * lib/memcmp.c: Likewise.
606         * tests/test-base64.c: Likewise.
607         * lib/localename.c: Insert space before sizeof's argument list.
608         * lib/safe-alloc.h: Likewise.
609         * lib/file-set.h: Insert space before macro argument list.
610         * tests/test-argp.c: Likewise.
611         * lib/argp-namefrob.h: Insert space before function parameter list.
612         * lib/getaddrinfo.c: Likewise.
613         * lib/netdb.in.h: Likewise.
614         * lib/parse-duration.h: Likewise.
615         * lib/parse-duration.c: Likewise.
616         * lib/poll.c: Likewise.
617         * lib/select.c: Likewise.
618         * lib/trim.h: Likewise.
619         * tests/test-usleep.c: Likewise.
620         * lib/ldexpl.c: Insert space before function parameter list and before
621         function argument list.
622         * lib/logl.c: Likewise.
623         * lib/sqrtl.c: Likewise.
624         * lib/trim.c: Likewise.
625         * lib/cosl.c: Use GNU style indentation. Insert space before function
626         argument list.
627         * lib/sinl.c: Likewise.
628         * lib/tsearch.c: Insert space after 'for'.
629         Reported by Jim Meyering.
630
631 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
632
633         * maint.mk (sc_Wundef_boolean): Check for the presence of the
634         config header before grepping, as it's not present before
635         autoreconf/configure are run.  Reported by Simon Josefsson.
636
637 2010-03-23  Bruno Haible  <bruno@clisp.org>
638
639         pt_chown: Make it work with automake < 1.11.
640         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
641         Reported by Simon Josefsson.
642
643 2010-03-23  Bruno Haible  <bruno@clisp.org>
644
645         pt_chown: Don't depend on GPLed modules.
646         * lib/pt_chown.c: Don't include idpriv.h.
647         (main): Don't drop privileges.
648         * modules/pt_chown (Depends-on): Remove idpriv-drop.
649         Reported by Simon Josefsson.
650
651 2010-03-24  Simon Josefsson  <simon@josefsson.org>
652
653         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
654         suggestions from karl@freefriends.org (Karl Berry).
655
656 2010-03-22  Eric Blake  <eblake@redhat.com>
657
658         gethostname: further tweaks
659         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
660         are overriding gethostname.
661         Suggested by Bruno Haible.
662
663 2010-03-21  Bruno Haible  <bruno@clisp.org>
664
665         Fix comments.
666         * lib/forkpty.c (rpl_forkpty): Fix comment.
667         * lib/openpty.c (rpl_openpty): Likewise.
668         Reported by Eric Blake.
669
670 2010-03-22  Eric Blake  <eblake@redhat.com>
671
672         gethostname: fix build on mingw
673         * lib/unistd.in.h (includes): Work around fact that mingw
674         <winsock2.h> re-includes <unistd.h>, by avoiding any
675         redeclarations if we are being included by <winsock2.h>.
676         Reported by Matthias Bolte.
677
678 2010-03-21  Bruno Haible  <bruno@clisp.org>
679
680         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
681         * lib/forkpty.c (forkpty): New replacement function, from glibc with
682         modifications.
683         * lib/pty.in.h (forkpty): Update declaration. Add comments.
684         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
685         provide the replacement.
686         * modules/forkpty (Depends-on): Add openpty, login_tty.
687         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
688         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
689         * doc/glibc-functions/forkpty.texi: More supported platforms.
690         * config/srclist.txt: Add forkpty.c (commented).
691
692 2010-03-21  Bruno Haible  <bruno@clisp.org>
693
694         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
695         (Makefile.am): Verify that PTY_LIB is defined.
696
697         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
698
699 2010-03-21  Bruno Haible  <bruno@clisp.org>
700
701         Tests for module 'login_tty'.
702         * modules/login_tty-tests: New file.
703         * tests/test-login_tty.c: New file.
704
705         New module 'login_tty'.
706         * lib/login_tty.c: New file.
707         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
708         * modules/login_tty: New file.
709         * doc/glibc-functions/login_tty.texi: Mention the new module.
710
711 2010-03-21  Bruno Haible  <bruno@clisp.org>
712
713         login_tty: Documentation.
714         * doc/glibc-functions/login_tty.texi: New file.
715         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
716
717 2010-03-21  Bruno Haible  <bruno@clisp.org>
718
719         pty: Consistent macro naming.
720         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
721         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
722         * modules/pty (configure.ac): Update.
723
724 2010-03-21  Bruno Haible  <bruno@clisp.org>
725
726         Tests for openpty: Make stricter.
727         * tests/test-openpty.c (main): Add test of canonical processing and
728         erase.
729         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
730
731         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
732         * lib/openpty.c (openpty): New replacement function.
733         * lib/pty.in.h: Include <termios.h>.
734         (openpty): Update declaration. Add comments.
735         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
736         is not declared, arrange to provide the replacement. Check for _getpty
737         and posix_openpt.
738         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
739         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
740         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
741         * modules/pty-tests (test_pty_c___LDADD): New variable.
742         * doc/glibc-functions/openpty.texi: More supported platforms.
743
744 2010-03-21  Bruno Haible  <bruno@clisp.org>
745
746         setenv: Tweaks.
747         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
748         the test program.
749         * doc/posix-functions/setenv.texi: Update platforms list.
750
751 2010-03-21  Bruno Haible  <bruno@clisp.org>
752
753         New module 'unlockpt'.
754         * lib/unlockpt.c: New file, from glibc with modifications.
755         * m4/unlockpt.m4: New file.
756         * modules/unlockpt: New file.
757         * lib/stdlib.in.h (unlockpt): New declaration.
758         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
759         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
760         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
761         HAVE_UNLOCKPT.
762         * doc/posix-functions/unlockpt.texi: Mention the new module.
763         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
764         * config/srclist.txt: Add unlockpt.c (commented).
765
766 2010-03-21  Jim Meyering  <meyering@redhat.com>
767
768         maint.mk: prohibit inclusion of "intprops.h" without use
769         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
770
771 2010-03-21  Bruno Haible  <bruno@clisp.org>
772
773         New module 'grantpt'.
774         * lib/grantpt.c: New file, from glibc with modifications.
775         * m4/grantpt.m4: New file.
776         * modules/grantpt: New file.
777         * lib/stdlib.in.h (grantpt): New declaration.
778         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
779         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
780         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
781         HAVE_GRANTPT.
782         * doc/posix-functions/grantpt.texi: Mention the new module.
783         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
784         * config/srclist.txt: Add grantpt.c (commented).
785
786 2010-03-21  Bruno Haible  <bruno@clisp.org>
787
788         New module 'pt_chown'.
789         * lib/pt_chown.c: New file, from glibc with modifications.
790         * lib/pty-private.h: New file, from glibc with modifications.
791         * modules/pt_chown: New file.
792         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
793
794 2010-03-21  Bruno Haible  <bruno@clisp.org>
795
796         Tests for module 'ptsname'.
797         * modules/ptsname-tests: New file.
798         * tests/test-ptsname.c: New file.
799
800         New module 'ptsname'.
801         * lib/ptsname.c: New file, from glibc with modifications.
802         * m4/ptsname.m4: New file.
803         * modules/ptsname: New file.
804         * lib/stdlib.in.h (ptsname): New declaration.
805         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
806         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
807         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
808         HAVE_PTSNAME.
809         * doc/posix-functions/ptsname.texi: Mention the new module.
810         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
811         * config/srclist.txt: Add ptsname.c (commented).
812
813 2010-03-21  Bruno Haible  <bruno@clisp.org>
814
815         Tests for module 'ttyname_r'.
816         * modules/ttyname_r-tests: New file.
817         * tests/test-ttyname_r.c: New file.
818
819         New module 'ttyname_r'.
820         * lib/ttyname_r.c: New file.
821         * m4/ttyname_r.m4: New file.
822         * modules/ttyname_r: New file.
823         * lib/unistd.in.h (ttyname_r): New declaration.
824         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
825         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
826         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
827         HAVE_TTYNAME_R.
828         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
829         * doc/posix-functions/ttyname_r.texi: Mention the new module.
830
831 2010-03-20  Bruno Haible  <bruno@clisp.org>
832
833         signal: Undefine macro definitions in C++ mode.
834         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
835         sigfillset): Undefine macro definitions from the system header in C++
836         mode.
837         Reported by John W. Eaton <jwe@gnu.org>.
838
839 2010-03-20  Bruno Haible  <bruno@clisp.org>
840
841         Ensure no #include statements inside extern "C" { ... }.
842         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
843         contain #include statements.
844         * lib/time.in.h: Likewise.
845
846 2010-03-20  Bruno Haible  <bruno@clisp.org>
847
848         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
849         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
850         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
851         Reported by John W. Eaton <jwe@gnu.org>.
852
853 2010-03-20  Bruno Haible  <bruno@clisp.org>
854
855         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
856         Reported by Jim Meyering.
857
858 2010-03-20  Bruno Haible  <bruno@clisp.org>
859
860         pipe: Set errno upon failure.
861         * lib/pipe.h: Specify that when -1 is returned, errno is set.
862         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
863         errno value in error message.
864
865 2010-03-20  Bruno Haible  <bruno@clisp.org>
866             Jim Meyering  <meyering@redhat.com>
867
868         lchown: Avoid "unused variable" warning.
869         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
870
871 2010-03-20  Bruno Haible  <bruno@clisp.org>
872
873         Work around unlink() bug on MacOS X 10.5.6.
874         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
875         attempting to unlink a parent directory.
876         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
877         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
878         activate for the replacement function.
879         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
880
881 2010-03-20  Bruno Haible  <bruno@clisp.org>
882
883         Fix link errors on Solaris 8.
884         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
885         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
886
887 2010-03-19  Jim Meyering  <meyering@redhat.com>
888
889         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
890         The _LIBC implementation of build_range_exp correctly honors the
891         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
892         However, the non-_LIBC implementation would ignore that syntax-bit
893         flag and return REG_ERANGE unconditionally.
894         This change makes it honor that flag.
895         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
896         Make two pointer parameters "const".
897         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
898         (parse_bracket_exp): Update caller.
899
900         regex.m4: correct the reversed range endpoint ([b-a]) test
901         * m4/regex.m4: When requiring that [b-a] evoke failure,
902         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
903         test pass once again for x86-based systems.
904
905 2010-03-19  Bruno Haible  <bruno@clisp.org>
906
907         scandir: Fix link error on Solaris 8.
908         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
909         macros.
910
911 2010-03-19  Bruno Haible  <bruno@clisp.org>
912
913         getusershell: Fix documentation.
914         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
915         module.
916         * doc/glibc-functions/setusershell.texi: Likewise.
917
918         getusershell: Provide declaration, missing on Solaris 9.
919         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
920         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
921         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
922         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
923         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
924         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
925         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
926         HAVE_GETUSERSHELL.
927         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
928
929 2010-03-19  Bruno Haible  <bruno@clisp.org>
930
931         wctype: Provide iswblank function.
932         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
933         exists and is fine.
934         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
935         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
936         * tests/test-wctype.c (main): Re-enable the iswblank tests.
937         * doc/posix-functions/iswblank.texi: Update.
938
939 2010-03-19  Bruno Haible  <bruno@clisp.org>
940
941         Tests of module 'pty' in C++ mode.
942         * modules/pty-tests: New file.
943         * tests/test-pty-c++.cc: New file.
944         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
945
946 2010-03-19  Eric Blake  <eblake@redhat.com>
947
948         logb: fix documentation
949         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
950         1.5 declaration bug.
951
952         forkpty, openpty: prefer glibc's const-safe prototype
953         * lib/forkpty.c (rpl_forkpty): New file.
954         * lib/openpty.c (rpl_openpty): Likewise.
955         * modules/forkpty (Files): Distribute it.
956         * modules/openpty (Files): Likewise.
957         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
958         check...
959         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
960         replacement for for non-const BSD signature.
961         * modules/pty (Makefile.am): Substitute witnesses.
962         * lib/pty.in.h (forkpty, openpty): Declare replacements.
963         * tests/test-forkpty.c: Update signature check.
964         * tests/test-openpty.c: Likewise.
965         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
966         * doc/glibc-functions/openpty.texi (openpty): Likewise.
967
968         forkpty, openpty: split functions into new modules
969         * modules/pty (Makefile.am): Substitute new witnesses.
970         (Libraries): Move library detection...
971         * modules/forkpty: ...into new module.
972         * modules/openpty: Another new module.
973         * modules/pty-tests: Rename and split...
974         * modules/forkpty-tests: ...to this...
975         * modules/openpty-tests: ...and this.
976         * tests/test-pty.c: Rename and split...
977         * tests/test-forkpty.c: ...to this...
978         * tests/test-openpty.c: ...and this.
979         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
980         (gl_PTY): Split library searching...
981         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
982         (gl_FORKPTY, gl_OPENPTY): New macros.
983         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
984         * NEWS: Mention the split.
985         * MODULES.html.sh (Misc): Document the modules.
986         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
987         * doc/glibc-functions/openpty.texi (openpty): Likewise.
988
989         pty: improve replacement header
990         * lib/pty.in.h: New file.
991         * modules/pty (Files): Ship it.
992         (Makefile.am): Always build replacement.
993         * m4/pty.m4: Rename...
994         * m4/pty_h.m4: ...to this.
995         (gl_PTY): Modernize setting of witness macros; update check of
996         forkpty to take proper advantage of cache.
997         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
998
999         getopt: avoid compiler warning
1000         * lib/getopt.c (attribute_hidden): Remove unused macro.
1001
1002 2010-03-18  Bruno Haible  <bruno@clisp.org>
1003
1004         Fix link errors on Solaris 8.
1005         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
1006         * modules/search-tests (test_search_c___LDADD): Likewise.
1007         * modules/signal-tests (test_signal_c___LDADD): Likewise.
1008         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
1009         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
1010         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
1011         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
1012         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
1013         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
1014
1015 2010-03-18  Bruno Haible  <bruno@clisp.org>
1016
1017         Fix bug introduced on 2010-03-14.
1018         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
1019         (gl_SPAWN_H): Require it.
1020         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
1021         Reported by Simon Josefsson.
1022
1023 2010-03-18  Bruno Haible  <bruno@clisp.org>
1024
1025         Fix typo introduced on 2009-12-31.
1026         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
1027         posix_spawn_file_actions_adddup2.
1028
1029 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
1030         and Eric Blake  <eblake@redhat.com>
1031
1032         test-vc-list-files-git: make more robust
1033         * tests/test-vc-list-files-git.sh: Unset problematic environment
1034         variables.  Chain commands together.
1035
1036 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
1037
1038         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
1039         `AC_CHECK_DECL' invocation.
1040
1041 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
1042
1043         * lib/inttostr.c (inttostr): Make sure the invocation of verify
1044         appears before executable statements. Suggested by Petr Sumbera
1045         <Petr.Sumbera@Sun.COM>.
1046
1047 2010-03-14  Bruno Haible  <bruno@clisp.org>
1048
1049         * tests/test-flock.c (test_exclusive): Comment out a test that causes
1050         portability problems. Instead use a simpler test.
1051         (main): Check that invalid arguments are rejected only on Linux.
1052
1053 2010-03-14  Bruno Haible  <bruno@clisp.org>
1054
1055         Fix bug introduced on 2009-12-31.
1056         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
1057         gl_PREREQ_SYS_H_WINSOCK2 always.
1058         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
1059         SYS_SOCKET_H variable.
1060         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
1061         Update comments.
1062         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
1063         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1064         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1065         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1066         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
1067
1068 2010-03-14  Bruno Haible  <bruno@clisp.org>
1069
1070         Fix values returned by sinl, cosl.
1071         * lib/trigl.h: Add specification comments.
1072         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
1073         that combines the values from the precomputed table with the values of
1074         the Chebyshev polynomials.
1075
1076 2010-03-14  Bruno Haible  <bruno@clisp.org>
1077
1078         Fix compilation error when modules 'posix_spawn[p]' are not used.
1079         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
1080         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
1081
1082 2010-03-14  Bruno Haible  <bruno@clisp.org>
1083
1084         Fix compilation error on mingw when module 'time_r' is not used.
1085         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
1086         is 1.
1087         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
1088         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1089         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
1090         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
1091
1092 2010-03-14  Bruno Haible  <bruno@clisp.org>
1093
1094         Fix compilation error with Sun C.
1095         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
1096         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
1097         instead of GCC specific ULONG_LONG_MAX.
1098         * lib/xstrtoll.c: Likewise.
1099         * lib/xstrtoull.c: Likewise.
1100
1101 2010-03-13  Bruno Haible  <bruno@clisp.org>
1102
1103         Allow the user to disable C++ code and tests.
1104         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
1105         (gl_PROG_ANSI_CXX): Require it.
1106
1107 2010-03-13  Bruno Haible  <bruno@clisp.org>
1108
1109         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
1110         cases.
1111
1112 2010-03-13  Bruno Haible  <bruno@clisp.org>
1113
1114         Test that gnulib does not break the standard C++ headers.
1115         * tests/test-locale-c++2.cc: New file.
1116         * modules/locale-tests (Files): Add it.
1117         (Makefile.am): Compile it for test-locale-c++.
1118         * tests/test-math-c++2.cc: New file.
1119         * modules/math-tests (Files): Add it.
1120         (Makefile.am): Compile it for test-math-c++.
1121         * tests/test-signal-c++2.cc: New file.
1122         * modules/signal-tests (Files): Add it.
1123         (Makefile.am): Compile it for test-signal-c++.
1124         * tests/test-stdio-c++2.cc: New file.
1125         * modules/stdio-tests (Files): Add it.
1126         (Makefile.am): Compile it for test-stdio-c++.
1127         * tests/test-stdlib-c++2.cc: New file.
1128         * modules/stdlib-tests (Files): Add it.
1129         (Makefile.am): Compile it for test-stdlib-c++.
1130         * tests/test-string-c++2.cc: New file.
1131         * modules/string-tests (Files): Add it.
1132         (Makefile.am): Compile it for test-string-c++.
1133         * tests/test-time-c++2.cc: New file.
1134         * modules/time-tests (Files): Add it.
1135         (Makefile.am): Compile it for test-time-c++.
1136         Reported by John W. Eaton <jwe@gnu.org>.
1137
1138 2010-03-13  Bruno Haible  <bruno@clisp.org>
1139
1140         * gnulib-tool (func_usage): Clarify which options are available for
1141         --create-testdir and --create-megatestdir.
1142
1143 2010-03-13  Bruno Haible  <bruno@clisp.org>
1144
1145         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
1146         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
1147         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
1148         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1149         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1150         when appropriate.
1151         Reported by Jim Meyering.
1152
1153 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1154
1155         * gnulib-tool (func_import): Explain origin of code.
1156
1157 2010-03-12  Bruno Haible  <bruno@clisp.org>
1158
1159         Fix problem with automake's definition of CXXLINK.
1160         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1161         Reported by Simon Josefsson and Ludovic Courtès.
1162
1163 2010-03-12  Bruno Haible  <bruno@clisp.org>
1164
1165         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
1166         stable releases.
1167
1168 2010-03-11  Bruno Haible  <bruno@clisp.org>
1169
1170         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
1171         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
1172         whether the system provides one variant or multiple variants of the
1173         function.
1174         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
1175         C++ compilers.
1176         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
1177         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
1178         Reported by Jim Meyering.
1179
1180 2010-03-09  Simon Josefsson  <simon@josefsson.org>
1181
1182         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
1183
1184 2010-03-08  Bruno Haible  <bruno@clisp.org>
1185
1186         gnulib-tool: Add support for --libtool in --create-testdir.
1187         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
1188         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
1189
1190 2010-03-08  Eric Blake  <eblake@redhat.com>
1191
1192         gnulib-tool.texi: mention possibility of git submodule
1193         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
1194         submodules.
1195         * doc/.gitignore: Ignore another generated file.
1196
1197 2010-03-08  Karl Berry  <karl@gnu.org>
1198
1199         * doc/gnulib-tool.texi (VCS Issues): Mention third option
1200         of committing gnulib files while skipping others.
1201
1202 2010-03-07  Bruno Haible  <bruno@clisp.org>
1203
1204         Tests of module 'wctype' in C++ mode.
1205         * tests/test-wctype-c++.cc: New file.
1206         * modules/wctype-tests (Files): Add it and tests/signature.h.
1207         (Depends-on): Add ansi-c++-opt.
1208         (Makefile.am): Arrange to compile and run test-wctype-c++.
1209
1210         Tests of module 'wchar' in C++ mode.
1211         * tests/test-wchar-c++.cc: New file.
1212         * modules/wchar-tests (Files): Add it and tests/signature.h.
1213         (Depends-on): Add ansi-c++-opt.
1214         (Makefile.am): Arrange to compile and run test-wchar-c++.
1215         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
1216         gl_MODULE_INDICATOR.
1217
1218         Tests of module 'unistd' in C++ mode.
1219         * tests/test-unistd-c++.cc: New file.
1220         * modules/unistd-tests (Files): Add it and tests/signature.h.
1221         (Depends-on): Add ansi-c++-opt.
1222         (Makefile.am): Arrange to compile and run test-unistd-c++.
1223         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
1224         gl_MODULE_INDICATOR.
1225
1226         Tests of module 'time' in C++ mode.
1227         * tests/test-time-c++.cc: New file.
1228         * modules/time-tests (Files): Add it and tests/signature.h.
1229         (Depends-on): Add ansi-c++-opt.
1230         (Makefile.am): Arrange to compile and run test-time-c++.
1231         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1232
1233         Tests of module 'sys_time' in C++ mode.
1234         * tests/test-sys_time-c++.cc: New file.
1235         * modules/sys_time-tests (Files): Add it and tests/signature.h.
1236         (Depends-on): Add ansi-c++-opt.
1237         (Makefile.am): Arrange to compile and run test-sys_time-c++.
1238         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
1239         gl_MODULE_INDICATOR.
1240
1241         Tests of module 'sys_stat' in C++ mode.
1242         * tests/test-sys_stat-c++.cc: New file.
1243         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
1244         (Depends-on): Add ansi-c++-opt.
1245         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
1246         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
1247         gl_MODULE_INDICATOR.
1248
1249         Tests of module 'sys_socket' in C++ mode.
1250         * tests/test-sys_socket-c++.cc: New file.
1251         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
1252         (Depends-on): Add ansi-c++-opt.
1253         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
1254         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
1255         gl_MODULE_INDICATOR.
1256
1257         Tests of module 'sys_select' in C++ mode.
1258         * tests/test-sys_select-c++.cc: New file.
1259         * modules/sys_select-tests (Files): Add it and tests/signature.h.
1260         (Depends-on): Add ansi-c++-opt.
1261         (Makefile.am): Arrange to compile and run test-sys_select-c++.
1262         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
1263         gl_MODULE_INDICATOR.
1264
1265         Tests of module 'sys_ioctl' in C++ mode.
1266         * tests/test-sys_ioctl-c++.cc: New file.
1267         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
1268         (Depends-on): Add ansi-c++-opt.
1269         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
1270         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
1271         gl_MODULE_INDICATOR.
1272
1273         Tests of module 'string' in C++ mode.
1274         * tests/test-string-c++.cc: New file.
1275         * modules/string-tests (Files): Add it and tests/signature.h.
1276         (Depends-on): Add ansi-c++-opt.
1277         (Makefile.am): Arrange to compile and run test-string-c++.
1278         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
1279         gl_MODULE_INDICATOR.
1280
1281         Tests of module 'stdlib' in C++ mode.
1282         * tests/test-stdlib-c++.cc: New file.
1283         * modules/stdlib-tests (Files): Add it and tests/signature.h.
1284         (Depends-on): Add ansi-c++-opt.
1285         (Makefile.am): Arrange to compile and run test-stdlib-c++.
1286         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
1287         gl_MODULE_INDICATOR.
1288
1289         Tests of module 'stdio' in C++ mode.
1290         * tests/test-stdio-c++.cc: New file.
1291         * modules/stdio-tests (Files): Add it and tests/signature.h.
1292         (Depends-on): Add ansi-c++-opt.
1293         (Makefile.am): Arrange to compile and run test-stdio-c++.
1294         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
1295         gl_MODULE_INDICATOR.
1296
1297         Tests of module 'spawn' in C++ mode.
1298         * tests/test-spawn-c++.cc: New file.
1299         * modules/spawn-tests (Files): Add it and tests/signature.h.
1300         (Depends-on): Add ansi-c++-opt.
1301         (Makefile.am): Arrange to compile and run test-spawn-c++.
1302         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
1303         gl_MODULE_INDICATOR.
1304
1305         Tests of module 'signal' in C++ mode.
1306         * tests/test-signal-c++.cc: New file.
1307         * modules/signal-tests (Files): Add it and tests/signature.h.
1308         (Depends-on): Add ansi-c++-opt.
1309         (Makefile.am): Arrange to compile and run test-signal-c++.
1310         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
1311         gl_MODULE_INDICATOR.
1312
1313         Tests of module 'search' in C++ mode.
1314         * tests/test-search-c++.cc: New file.
1315         * modules/search-tests (Files): Add it and tests/signature.h.
1316         (Depends-on): Add ansi-c++-opt.
1317         (Makefile.am): Arrange to compile and run test-search-c++.
1318         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
1319         gl_MODULE_INDICATOR.
1320
1321         Tests of module 'math' in C++ mode.
1322         * tests/test-math-c++.cc: New file.
1323         * modules/math-tests (Files): Add it and tests/signature.h.
1324         (Depends-on): Add ansi-c++-opt.
1325         (Makefile.am): Arrange to compile and run test-math-c++.
1326         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1327
1328         Tests of module 'locale' in C++ mode.
1329         * tests/test-locale-c++.cc: New file.
1330         * modules/locale-tests (Files): Add it and tests/signature.h.
1331         (Depends-on): Add ansi-c++-opt.
1332         (Makefile.am): Arrange to compile and run test-locale-c++.
1333         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
1334         gl_MODULE_INDICATOR.
1335
1336         Tests of module 'langinfo' in C++ mode.
1337         * tests/test-langinfo-c++.cc: New file.
1338         * modules/langinfo-tests (Files): Add it and tests/signature.h.
1339         (Depends-on): Add ansi-c++-opt.
1340         (Makefile.am): Arrange to compile and run test-langinfo-c++.
1341         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
1342         gl_MODULE_INDICATOR.
1343
1344         Tests of module 'iconv-h' in C++ mode.
1345         * tests/test-iconv-h-c++.cc: New file.
1346         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
1347         (Depends-on): Add ansi-c++-opt.
1348         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
1349
1350         Tests of module 'glob' in C++ mode.
1351         * tests/test-glob-c++.cc: New file.
1352         * modules/glob-tests (Files): Add it.
1353         (Depends-on): Add ansi-c++-opt.
1354         (Makefile.am): Arrange to compile and run test-glob-c++.
1355
1356         Tests of module 'fcntl-h' in C++ mode.
1357         * tests/test-fcntl-h-c++.cc: New file.
1358         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
1359         (Depends-on): Add ansi-c++-opt.
1360         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
1361         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
1362         gl_MODULE_INDICATOR.
1363
1364         Tests of module 'dirent' in C++ mode.
1365         * tests/test-dirent-c++.cc: New file.
1366         * modules/dirent-tests (Files): Add it and tests/signature.h.
1367         (Depends-on): Add ansi-c++-opt.
1368         (Makefile.am): Arrange to compile and run test-dirent-c++.
1369         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1370         gl_MODULE_INDICATOR.
1371
1372         New module 'ansi-c++-opt'.
1373         * modules/ansi-c++-opt: New file.
1374         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
1375
1376         Document C++ namespace mode.
1377         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
1378
1379         wctype: Avoid #define replacements in C++ mode.
1380         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
1381         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
1382         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
1383         In C++, define a namespaced alias symbol.
1384         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
1385         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
1386         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
1387         rule.
1388
1389         wchar: Avoid #define replacements in C++ mode.
1390         * lib/wchar.in.h: Include c++defs.h.
1391         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
1392         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
1393         symbol.
1394         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
1395         * modules/wchar (Depends-on): Add c++defs.
1396         (Makefile.am): Update wchar.h rule.
1397
1398         unistd: Avoid #define replacements in C++ mode.
1399         * lib/unistd.in.h: Include c++defs.h.
1400         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
1401         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
1402         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
1403         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
1404         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
1405         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
1406         symbol.
1407         (environ): Update.
1408         * modules/unistd (Depends-on): Add c++defs.
1409         (Makefile.am): Update unistd.h rule.
1410
1411         time: Avoid #define replacements in C++ mode.
1412         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
1413         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
1414         define a namespaced alias symbol.
1415         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
1416         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
1417         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
1418         * modules/time (Depends-on): Add c++defs, warn-on-use.
1419         (Makefile.am): Update time.h rule.
1420         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1421         * modules/nanosleep (configure.ac): Likewise.
1422         * modules/strptime (configure.ac): Likewise.
1423         * modules/timegm (configure.ac): Likewise.
1424
1425         sys_time: Avoid #define replacements in C++ mode.
1426         * lib/sys_time.in.h: Include c++defs.h.
1427         (gettimeofday): In C++, define a namespaced alias symbol.
1428         * modules/sys_time (Depends-on): Add c++defs.
1429         (Makefile.am): Update sys/time.h rule.
1430
1431         sys_stat: Avoid #define replacements in C++ mode.
1432         * lib/sys_stat.in.h: Include c++defs.h.
1433         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
1434         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
1435         namespaced alias symbol.
1436         In C++, define a namespaced alias symbol.
1437         * modules/sys_stat (Depends-on): Add c++defs.
1438         (Makefile.am): Update sys/stat.h rule.
1439
1440         sys_socket: Avoid #define replacements in C++ mode.
1441         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
1442         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
1443         definitions also when the system has a <sys/socket.h>.
1444         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1445         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
1446         In C++, define a namespaced alias symbol.
1447         * modules/sys_socket (Depends-on): Add c++defs.
1448         (Makefile.am): Update sys/socket.h rule.
1449
1450         sys_select: Avoid #define replacements in C++ mode.
1451         * lib/sys_select.in.h: Include c++defs.h. Enable the function
1452         definitions also when the system has a <sys/select.h>.
1453         (select): In C++, define a namespaced alias symbol.
1454         * modules/sys_select (Depends-on): Add c++defs.
1455         (Makefile.am): Update sys/select.h rule.
1456
1457         sys_ioctl: Avoid #define replacements in C++ mode.
1458         * lib/sys_ioctl.in.h: Include c++defs.h.
1459         (ioctl): In C++, define a namespaced alias symbol.
1460         * modules/sys_ioctl (Depends-on): Add c++defs.
1461         (Makefile.am): Update sys/ioctl.h rule.
1462
1463         string: Avoid #define replacements in C++ mode.
1464         * lib/string.in.h: Include c++defs.h.
1465         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
1466         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
1467         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
1468         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
1469         strsignal, strverscmp): In C++, define a namespaced alias symbol.
1470         * modules/string (Depends-on): Add c++defs.
1471         (Makefile.am): Update string.h rule.
1472
1473         stdlib: Avoid #define replacements in C++ mode.
1474         * lib/stdlib.in.h: Include c++defs.h.
1475         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
1476         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
1477         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
1478         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
1479         symbol.
1480         * modules/stdlib (Depends-on): Add c++defs.
1481         (Makefile.am): Update stdlib.h rule.
1482
1483         stdio: Avoid #define replacements in C++ mode.
1484         * lib/stdio.in.h: Include c++defs.h.
1485         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
1486         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
1487         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
1488         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
1489         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
1490         namespaced alias symbol.
1491         * modules/stdio (Depends-on): Add c++defs.
1492         (Makefile.am): Update stdio.h rule.
1493
1494         spawn: Avoid #define replacements in C++ mode.
1495         * lib/spawn.in.h: Include c++defs.h.
1496         (posix_spawn, posix_spawnp, posix_spawnattr_init,
1497         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
1498         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
1499         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
1500         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
1501         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
1502         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
1503         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
1504         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
1505         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
1506         In C++, define a namespaced alias symbol.
1507         * modules/spawn (Depends-on): Add c++defs.
1508         (Makefile.am): Update spawn.h rule.
1509
1510         signal: Avoid #define replacements in C++ mode.
1511         * lib/signal.in.h: Include c++defs.h.
1512         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
1513         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
1514         namespaced alias symbol.
1515         * modules/signal (Depends-on): Add c++defs.
1516         (Makefile.am): Update signal.h rule.
1517
1518         search: Avoid #define replacements in C++ mode.
1519         * lib/search.in.h: Include c++defs.h.
1520         (_gl_search_compar_fn, _gl_search_action_fn): New types.
1521         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
1522         symbol.
1523         * modules/search (Depends-on): Add c++defs.
1524         (Makefile.am): Update search.h rule.
1525
1526         math: Avoid #define replacements in C++ mode.
1527         * lib/math.in.h: Include c++defs.h.
1528         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
1529         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
1530         trunc, truncl): In C++, define a namespaced alias symbol.
1531         * modules/math (Depends-on): Add c++defs.
1532         (Makefile.am): Update math.h rule.
1533
1534         locale: Avoid #define replacements in C++ mode.
1535         * lib/locale.in.h: Include c++defs.h.
1536         (duplocale): In C++, define a namespaced alias symbol.
1537         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
1538         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
1539         * modules/locale (Depends-on): Add c++defs.
1540         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
1541
1542         langinfo: Avoid #define replacements in C++ mode.
1543         * lib/langinfo.in.h: Include c++defs.h.
1544         (nl_langinfo): In C++, define a namespaced alias symbol.
1545         * modules/langinfo (Depends-on): Add c++defs.
1546         (Makefile.am): Update langinfo.h rule.
1547
1548         iconv-h: Avoid #define replacements in C++ mode.
1549         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
1550         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
1551         symbol.
1552         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
1553         whenever iconv is present.
1554         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
1555         (Makefile.am): Update iconv.h rule.
1556
1557         glob: Avoid #define replacements in C++ mode.
1558         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
1559         (_gl_glob_errfunc_fn): New type.
1560         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
1561         symbol.
1562         * modules/glob (Depends-on): Add c++defs, warn-on-use.
1563         (Makefile.am): Update glob.h rule.
1564
1565         fcntl-h: Avoid #define replacements in C++ mode.
1566         * lib/fcntl.in.h: Include c++defs.h.
1567         (fcntl, open, openat): In C++, define a namespaced alias symbol.
1568         * modules/fcntl-h (Depends-on): Add c++defs.
1569         (Makefile.am): Update fcntl.h rule.
1570
1571         dirent: Avoid #define replacements in C++ mode.
1572         * lib/dirent.in.h: Include c++defs.h.
1573         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
1574         namespaced alias symbol.
1575         (dirfd): Update declaration.
1576         * modules/dirent (Depends-on): Add c++defs.
1577         (Makefile.am): Update dirent.h rule.
1578
1579         ctype: Make it usable in C++ code.
1580         * lib/ctype.in.h: Include c++defs.h.
1581         (isblank): Declare as extern "C".
1582         * modules/ctype (Depends-on): Add c++defs.
1583         (Makefile.am): Update ctype.h rule.
1584
1585         New module 'c++defs'.
1586         * modules/c++defs: New file.
1587         * build-aux/c++defs.h: New file.
1588         Reported by John W. Eaton <jwe@gnu.org>.
1589
1590 2010-03-07  Bruno Haible  <bruno@clisp.org>
1591
1592         logb: Provide missing declaration for Cygwin.
1593         * lib/math.in.h (logb): New declaration.
1594         * m4/logb.m4: New file.
1595         * modules/logb (Files): Add m4/logb.m4.
1596         (Depends-on): Add math.
1597         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
1598         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
1599         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
1600         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
1601         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
1602
1603 2010-03-07  Bruno Haible  <bruno@clisp.org>
1604
1605         Fix test-cond link error.
1606         * tests/test-cond.c: Include <stdio.h>.
1607
1608 2010-03-07  Bruno Haible  <bruno@clisp.org>
1609
1610         Fix test-dirent-safer link error.
1611         * modules/dirent-safer-tests (Makefile.am): Define
1612         test_dirent_safer_LDADD.
1613
1614 2010-03-07  Bruno Haible  <bruno@clisp.org>
1615
1616         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
1617         among default module list.
1618
1619 2010-03-07  Bruno Haible  <bruno@clisp.org>
1620
1621         Fix link error on platforms with GNU libiconv.
1622         * modules/unistr/u8-strcoll-tests (Makefile): Define
1623         test_u8_strcoll_LDADD.
1624         * modules/unistr/u16-strcoll-tests (Makefile): Define
1625         test_u16_strcoll_LDADD.
1626         * modules/unistr/u32-strcoll-tests (Makefile): Define
1627         test_u32_strcoll_LDADD.
1628
1629 2010-03-07  Bruno Haible  <bruno@clisp.org>
1630
1631         Use POSIX declarations for socket functions.
1632         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
1633         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
1634         rpl_sendto): Change declaration to match POSIX.
1635         * lib/connect.c (rpl_connect): Likewise.
1636         * lib/accept.c (rpl_accept): Likewise.
1637         * lib/bind.c (rpl_bind): Likewise.
1638         * lib/getpeername.c (rpl_getpeername): Likewise.
1639         * lib/getsockname.c (rpl_getsockname): Likewise.
1640         * lib/recv.c (rpl_recv): Likewise.
1641         * lib/send.c (rpl_send): Likewise.
1642         * lib/recvfrom.c (rpl_recvfrom): Likewise.
1643         * lib/sendto.c (rpl_sendto): Likewise.
1644
1645 2010-03-06  Bruno Haible  <bruno@clisp.org>
1646
1647         Clarify access, euidaccess, faccessat.
1648         * doc/posix-functions/faccessat.texi: Mention security problem under
1649         "Other problems", not "Portability problems".
1650         * doc/posix-functions/access.texi: Likewise. Mention a related security
1651         problem.
1652         * doc/glibc-functions/euidaccess.texi: Mention security problems.
1653         * lib/euidaccess.c: Add comments about platforms.
1654         * lib/unistd.in.h (access, euidaccess): Add warnings.
1655
1656 2010-03-07  Bruno Haible  <bruno@clisp.org>
1657
1658         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
1659         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
1660         (POSIX_SPAWN_SETSCHEDULER): Likewise.
1661         (POSIX_SPAWN_USEVFORK): Define in a way that works when
1662         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1663         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
1664         declare when POSIX_SPAWN_SETSCHEDULER is zero.
1665         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
1666         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
1667         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
1668         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
1669         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
1670         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
1671         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
1672         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
1673         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
1674         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
1675         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
1676         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
1677         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
1678         Likewise.
1679         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
1680         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
1681         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
1682         Likewise.
1683         * tests/test-spawn.c (main): Make it work when
1684         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1685
1686 2010-03-07  Bruno Haible  <bruno@clisp.org>
1687
1688         Fix incorrect Makefile.am generation in German locale.
1689         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1690         Execute sed command with character range in C locale.
1691
1692 2010-03-06  Bruno Haible  <bruno@clisp.org>
1693
1694         Tests for module 'iconv-h'.
1695         * modules/iconv-h-tests: New file.
1696         * tests/test-iconv-h.c: New file.
1697
1698         New module 'iconv-h'.
1699         * modules/iconv-h: New file.
1700         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
1701         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
1702         (configure.ac): Remove gl_ICONV_H.
1703         (Makefile.am): Remove rule for iconv.h.
1704
1705 2010-03-06  Bruno Haible  <bruno@clisp.org>
1706
1707         More consistent naming of *.m4 files.
1708         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
1709         * modules/wctype (Files): Update.
1710
1711         More consistent naming of *.m4 files.
1712         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
1713         * modules/wchar (Files): Update.
1714
1715 2010-03-06  Jim Meyering  <meyering@redhat.com>
1716
1717         euidaccess: relax license to LGPLv2+
1718         * modules/euidaccess (License): Relax to LGPLv2+.
1719
1720 2010-03-06  Bruno Haible  <bruno@clisp.org>
1721
1722         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
1723         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
1724         (Makefile.am): Augment lib_SOURCES instead.
1725
1726 2010-03-04  Jim Meyering  <meyering@redhat.com>
1727
1728         utime: remove obsolete module
1729         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
1730         unnecessary for years, and has been marked as obsolete for 10 months.
1731         * modules/utime: Remove file.
1732         * lib/utime.c: Remove file.
1733         * m4/utime.m4: Remove file.
1734         * m4/utimes-null.m4: Remove file.
1735         * doc/posix-functions/utime.texi (utime): Remove reference to
1736         the module.  Move the sole "fixed by gnulib" item into the
1737         "problems not fixed by Gnulib" list.
1738         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
1739
1740 2010-03-05  Simon Josefsson  <simon@josefsson.org>
1741
1742         * modules/exit (License): Relax license to LGPLv2+.
1743         (Status): Mark as obsolete.
1744         * NEWS: Mention deprecated 'exit' module.
1745         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
1746         of now obsolete 'exit'.
1747
1748 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1749
1750         fts-lgpl: remove unused module
1751         * modules/fts-lgpl: Remove.
1752         * MODULES.html.sh (func_all_modules): Adjust.
1753         * check-module (find_included_lib_files): Adjust.
1754         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
1755
1756 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
1757
1758         copy-acl: enhance Solaris ACL error handling
1759         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
1760         * lib/set-mode-acl.c (qset_acl): Likewise.
1761
1762 2010-03-02  Bruno Haible  <bruno@clisp.org>
1763
1764         spawn: Don't override the system defined values on FreeBSD 8.
1765         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
1766         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
1767         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
1768         if HAVE_POSIX_SPAWN is 1.
1769         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
1770
1771 2010-03-01  Bruno Haible  <bruno@clisp.org>
1772
1773         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
1774         regarding Automake.
1775
1776 2010-02-25  Bruno Haible  <bruno@clisp.org>
1777
1778         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
1779         * gnulib-tool: Define 'echo' as a function only before the ksh alias
1780         setting, not afterwards.
1781         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
1782
1783 2010-02-24  Eric Blake  <eblake@redhat.com>
1784
1785         bootstrap, git-version-gen: use timestamp
1786         * build-aux/git-version-gen (scriptversion): Force UTC.
1787         * build-aux/bootstrap (scriptversion): New variable.
1788
1789         bootstrap: allow older git
1790         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
1791         older than 1.6.4.  Requested by the libvirt project.
1792
1793 2010-02-23  Eric Blake  <eblake@redhat.com>
1794
1795         warn-on-use: work with old autoconf
1796         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
1797         AS_VAR semantics of autoconf 2.60.
1798         Reported by Bruno Haible.
1799
1800         bootstrap: improve some comments
1801         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
1802         clarification comments.
1803
1804         gettimeofday: provide correct function
1805         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
1806         when replacement is declared, otherwise provide gettimeofday.
1807         Reported by Michael Goffioul.
1808
1809 2010-02-23  Jim Meyering  <meyering@redhat.com>
1810
1811         lib-ignore: relax license to "unlimited", not LGPLv2+
1812         * modules/lib-ignore (License): Relax to "unlimited".
1813
1814 2010-02-23  Jim Meyering  <meyering@redhat.com>
1815
1816         lib-ignore: relax license to LGPLv2+
1817         * modules/lib-ignore (License): Relax to LGPLv2+.
1818
1819 2010-02-22  Eric Blake  <eblake@redhat.com>
1820
1821         lseek: avoid bash 3.2 broken pipe bug
1822         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
1823         warning from bash 3.2.
1824         Reported by Ben Pfaff, with analysis from Bruno Haible.
1825
1826         bootstrap: support non-FSF copyright holder
1827         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
1828         bootstrap.conf override of COPYRIGHT_HOLDER.
1829         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
1830
1831         bootstrap: interoperate with gettext 0.14.1
1832         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
1833
1834         bootstrap: allow for alternate submodule location
1835         * build-aux/bootstrap (gnulib_path): New variable; use instead of
1836         hardcoding submodule location.
1837         (gnulib_mk): Allow direct use of Makefile.am.
1838
1839         bootstrap: use GNULIB_SRCDIR to reduce disk usage
1840         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
1841         rather than reconfiguring where the submodule points.
1842
1843         gettimeofday: restore support for platforms that lack function
1844         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
1845         replacement if function is missing.
1846         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
1847         * modules/sys_time (Makefile.am): Substitute it.
1848         * lib/sys_time.in.h (gettimeofday): Check it.
1849         Reported by Michael Goffioul.
1850
1851 2010-02-21  Bruno Haible  <bruno@clisp.org>
1852
1853         * lib/stdio.in.h (obstack_printf): Fix typo.
1854
1855 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
1856
1857         vc-list-files: use bzr ls's -R option
1858         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
1859         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
1860
1861 2010-02-21  Jim Meyering  <meyering@redhat.com>
1862
1863         init.sh: fix EXEEXT shims to work also for names like test-prog
1864         * tests/init.sh: Re-exec a better shell, when needed.
1865         If the current shell lacks support for posix $(...), an init.sh-using
1866         test will now try to find a shell that supports that.  If EXEEXT is
1867         nonempty, we also require support for hyphen-in-alias-name and shell
1868         substitutions like ${var#glob}.  Failure to find such a shell results
1869         in a skipped test.
1870
1871 2010-02-21  Bruno Haible  <bruno@clisp.org>
1872
1873         Really work around around "broken pipe" error message from bash 3.2.
1874         * gnulib-tool (func_reset_sigpipe): Remove function.
1875         (echo): In bash 3.2, define to a function that uses printf.
1876         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
1877
1878 2010-02-20  Bruno Haible  <bruno@clisp.org>
1879
1880         Restore support for automake 1.9.6 with autoconf 2.61.
1881         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
1882         Reported by James Youngman <jay@gnu.org>.
1883
1884 2010-02-20  Bruno Haible  <bruno@clisp.org>
1885
1886         Improve *printf warning condition.
1887         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
1888         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
1889         and the function is overridden due to SIGPIPE emulation.
1890
1891 2010-02-20  Bruno Haible  <bruno@clisp.org>
1892
1893         * lib/stdio.in.h: Tweak comments.
1894
1895 2010-02-19  Bruno Haible  <bruno@clisp.org>
1896
1897         Make it easier to find modules. New gnulib-tool option '--find'.
1898         * gnulib-tool: New option --find.
1899         (func_usage): Document it.
1900         (func_sanitize_modulelist): New function, extracted from
1901         func_all_modules.
1902         (func_all_modules): Invoke it.
1903         * doc/gnulib-tool.texi (Which modules?): New node.
1904
1905 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
1906
1907         * lib/sys_select.in.h: Provide select replacement even if
1908         sys/select.h exists on a system, for Interix.
1909
1910 2010-02-18  Jim Meyering  <meyering@redhat.com>
1911
1912         init.sh: don't use $(...) just yet
1913         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
1914         to accommodate e.g., Solaris' /bin/sh.
1915
1916 2010-02-17  Bruno Haible  <bruno@clisp.org>
1917
1918         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
1919         Reported by Ludovic Courtès <ludo@gnu.org>.
1920
1921 2010-02-16  Simon Josefsson  <simon@josefsson.org>
1922
1923         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
1924         linking with -lintl.
1925
1926 2010-02-17  Simon Josefsson  <simon@josefsson.org>
1927
1928         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
1929         if not provided by the system's netdb.h.  Reported by
1930         ludo@gnu.org (Ludovic Courtès).
1931
1932 2010-02-15  Jim Meyering  <meyering@redhat.com>
1933
1934         init.sh: improve portability and efficiency
1935         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
1936         "dummy" in a for loop.
1937         Use '!', not '^' to select the complement of a character set used
1938         in a "case" statement.
1939         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
1940         Suggestions from Eric Blake.
1941
1942         init.sh: automatically accommodate programs with the .exe suffix
1943         Automatically arrange for an invocation of "prog" to execute the
1944         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
1945         may use the simpler "prog", yet still work when built on a system
1946         that requires specifying the added suffix.
1947         Do this by constructing a function named "prog" that invokes
1948         "prog.exe" for each .exe file in selected directories.
1949         * tests/init.sh (find_exe_basenames_): New function.
1950         (create_exe_shim_functions_): New function.
1951         (path_prepend_): Use it.
1952
1953         maint.mk: mark syntax-check sc_*.m rules as .PHONY
1954         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
1955         "make -t syntax-check" doesn't create a ton of sc_*.m files.
1956
1957 2010-02-14  Jim Meyering  <meyering@redhat.com>
1958
1959         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
1960         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
1961         (sc_prohibit_hash_pjw_without_use): New rule.
1962
1963         maint.mk: allow the default upload destination dir to be overridden
1964         * top/maint.mk (upload_dest_dir_): Define with a default that
1965         preserves the status quo.
1966         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
1967         Reported by Peter Simons.
1968
1969         maint.mk: prohibit inclusion of "hash.h" without_use
1970         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
1971
1972 2010-02-10  Jim Meyering  <meyering@redhat.com>
1973
1974         maint.mk: prohibit inclusion of "ignore-value.h" without_use
1975         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
1976
1977 2010-02-09  Eric Blake  <ebb9@byu.net>
1978         and Bruno Haible  <bruno@clisp.org>
1979
1980         obstack-printf-posix: ensure declaration
1981         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
1982         extracted from gl_FUNC_OBSTACK_PRINTF.
1983         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
1984         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
1985         Likewise.
1986         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
1987         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
1988         0.
1989
1990 2010-02-08  Bruno Haible  <bruno@clisp.org>
1991
1992         gnulib-tool: Fix typo in 2010-02-07 commit.
1993         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
1994         Reported by Eric Blake.
1995
1996 2010-02-07  Bruno Haible  <bruno@clisp.org>
1997
1998         gnulib-tool: Fix up caching patches.
1999         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
2000         option --no-cache. Use associative arrays when supported by the shell.
2001         (sed_comments): New variable.
2002         (modcache): Renamed from do_cache.
2003         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
2004         abbreviate unnecessarily.
2005         (have_associative): New variable.
2006         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
2007         way also for ksh and zsh.
2008         (func_init_sed_convert_to_cache_statements): New function, extracted
2009         from func_cache_lookup_module. Add support for associative arrays.
2010         Don't set the c_MODULE_cached variable here. Ignore all lines before
2011         the first field header. Remove only the final newline, not all trailing
2012         newlines. Support empty fields correctly. Limit the use of 'eval' to
2013         assignments.
2014         (func_get_description, func_get_status, func_get_notice,
2015         func_get_applicability, func_get_filelist, func_get_dependencies,
2016         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
2017         func_get_automake_snippet, func_get_include_directive,
2018         func_get_link_directive, func_get_license, func_get_maintainer):
2019         Update documentation. List the unoptimized code first. Add support for
2020         associative arrays. Limit the use of 'eval' to assignments.
2021         (func_get_applicability): Undo stylistic pessimisations.
2022         (func_get_automake_snippet, func_get_include_directive): Reduce code
2023         duplication.
2024         (func_modules_transitive_closure, func_modules_add_dummy,
2025         func_modules_notice, func_modules_to_filelist, func_add_file,
2026         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
2027         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
2028         func_create_testdir, func_create_megatestdir): Update documentation.
2029
2030 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2031
2032         * gnulib-tool (func_cache_lookup_module): Store the module name
2033         belonging to the cache variable; error out if two different
2034         module names map to the same cache variable name.
2035
2036 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2037
2038         gnulib-tool: Make caching optional.
2039         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
2040         Update matching short versions of --no-changelog.
2041         (func_usage): Update.
2042         (sed_extract_cache_prog): Renamed from ...
2043         (sed_extract_prog): ... this; revert to old extraction script.
2044         (func_get_description, func_get_status)
2045         (func_get_notice, func_get_applicability, func_get_filelist)
2046         (func_get_dependencies, func_get_autoconf_early_snippet)
2047         (func_get_autoconf_snippet, func_get_automake_snippet)
2048         (func_get_include_directive, func_get_link_directive)
2049         (func_get_license, func_get_maintainer): If $do_cache is false,
2050         use old, non-caching extraction scripts.
2051         Suggestion by Bruno Haible.
2052
2053 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2054
2055         gnulib-tool: cache module metainformation.
2056         * gnulib-tool (sed_extract_prog): Match newline before each
2057         header, and rewrite header to a shell variable suffix.
2058         (func_cache_var, func_cache_lookup_module): New functions,
2059         to turn a module name into a cache variable prefix, and to
2060         look up and cache module metainformation.
2061         (func_get_description, func_get_status)
2062         (func_get_notice, func_get_applicability, func_get_filelist)
2063         (func_get_dependencies, func_get_autoconf_early_snippet)
2064         (func_get_autoconf_snippet, func_get_automake_snippet)
2065         (func_get_include_directive, func_get_link_directive)
2066         (func_get_license, func_get_maintainer): Use
2067         func_cache_lookup_module.
2068
2069 2010-02-07  Bruno Haible  <bruno@clisp.org>
2070
2071         fnctl: Fix missing dependency.
2072         * modules/fcntl (Depends-on): Add getdtablesize.
2073         Reported by John W. Eaton <jwe@gnu.org>.
2074
2075 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2076
2077         Argp: fix recognition of short alias options.
2078
2079         * lib/argp-parse.c (convert_options): Fix improper use of
2080         `|' between character values.
2081         * tests/test-argp.c (group1_option): New alias option
2082         --read (-r).
2083         (group1_parser): Special handling for 'r'.
2084         (test15): New test case.
2085         (test_fun): Add test15.
2086         * tests/test-argp-2.sh: Update expected --help and --usage
2087         outputs.
2088
2089 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2090
2091         * tests/test-argp.c: Fix indentation.
2092
2093 2010-02-04  Eric Blake  <ebb9@byu.net>
2094
2095         gettimeofday: expose type of second argument
2096         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
2097         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
2098         * tests/test-gettimeofday.c: Use it to silence warning.
2099         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
2100         the issue.
2101
2102 2010-02-03  Jim Meyering  <meyering@redhat.com>
2103
2104         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
2105         * lib/regcomp.c (TYPE_SIGNED): Define.
2106         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
2107
2108         regcomp.c: avoid a new -Wshadow warning
2109         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
2110
2111 2010-02-01  Jim Meyering  <meyering@redhat.com>
2112
2113         removing useless parentheses in cpp #define directives
2114         For motivation, see commit c0221df4, "define STREQ(a,b)
2115         consistently, removing useless parentheses"
2116         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
2117         * lib/mountlist.c (MNT_IGNORE): Likewise.
2118         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
2119
2120 2010-02-01  Eric Blake  <ebb9@byu.net>
2121
2122         sys_time: use link-warning
2123         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
2124         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
2125         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
2126         * modules/sys_time (Depends-on): Add warn-on-use.
2127         (Makefile.am): Always build replacement.
2128         (configure.ac): Update substitutions.
2129         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
2130         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
2131         bother with SYS_TIME_H.
2132         * modules/gettimeofday (configure.ac): Declare indicator.
2133         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
2134         in use.
2135
2136         closein-tests: silence compiler warning
2137         * tests/test-closein.c (main): Ignore fread result.
2138         * modules/closein-tests (Depends-on): Add ignore-value.
2139
2140         tests: silence warning about system return
2141         * tests/test-areadlink-with-size.c (main): Ignore system result.
2142         * tests/test-areadlink.c (main): Likewise.
2143         * tests/test-areadlinkat-with-size.c (main): Likewise.
2144         * tests/test-areadlinkat.c (main): Likewise.
2145         * tests/test-canonicalize-lgpl.c (main): Likewise.
2146         * tests/test-canonicalize.c (main): Likewise.
2147         * tests/test-chown.c (main): Likewise.
2148         * tests/test-fchownat.c (main): Likewise.
2149         * tests/test-fdutimensat.c (main): Likewise.
2150         * tests/test-fstatat.c (main): Likewise.
2151         * tests/test-futimens.c (main): Likewise.
2152         * tests/test-lchown.c (main): Likewise.
2153         * tests/test-link.c (main): Likewise.
2154         * tests/test-linkat.c (main): Likewise.
2155         * tests/test-lstat.c (main): Likewise.
2156         * tests/test-mkdir.c (main): Likewise.
2157         * tests/test-mkdirat.c (main): Likewise.
2158         * tests/test-mkfifo.c (main): Likewise.
2159         * tests/test-mkfifoat.c (main): Likewise.
2160         * tests/test-mknod.c (main): Likewise.
2161         * tests/test-readlink.c (main): Likewise.
2162         * tests/test-remove.c (main): Likewise.
2163         * tests/test-rename.c (main): Likewise.
2164         * tests/test-renameat.c (main): Likewise.
2165         * tests/test-rmdir.c (main): Likewise.
2166         * tests/test-symlink.c (main): Likewise.
2167         * tests/test-symlinkat.c (main): Likewise.
2168         * tests/test-unlink.c (main): Likewise.
2169         * tests/test-unlinkat.c (main): Likewise.
2170         * tests/test-utimens.c (main): Likewise.
2171         * tests/test-utimensat.c (main): Likewise.
2172         * modules/areadlink-tests (Depends-on): Add ignore-value.
2173         * modules/areadlink-with-size-tests (Depends-on): Likewise.
2174         * modules/areadlinkat-tests (Depends-on): Likewise.
2175         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
2176         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2177         * modules/canonicalize-tests (Depends-on): Likewise.
2178         * modules/chown-tests (Depends-on): Likewise.
2179         * modules/fdutimensat-tests (Depends-on): Likewise.
2180         * modules/futimens-tests (Depends-on): Likewise.
2181         * modules/lchown-tests (Depends-on): Likewise.
2182         * modules/link-tests (Depends-on): Likewise.
2183         * modules/linkat-tests (Depends-on): Likewise.
2184         * modules/lstat-tests (Depends-on): Likewise.
2185         * modules/mkdir-tests (Depends-on): Likewise.
2186         * modules/mkfifo-tests (Depends-on): Likewise.
2187         * modules/mkfifoat-tests (Depends-on): Likewise.
2188         * modules/mknod-tests (Depends-on): Likewise.
2189         * modules/openat-tests (Depends-on): Likewise.
2190         * modules/readlink-tests (Depends-on): Likewise.
2191         * modules/remove-tests (Depends-on): Likewise.
2192         * modules/rename-tests (Depends-on): Likewise.
2193         * modules/renameat-tests (Depends-on): Likewise.
2194         * modules/rmdir-tests (Depends-on): Likewise.
2195         * modules/symlink-tests (Depends-on): Likewise.
2196         * modules/symlinkat-tests (Depends-on): Likewise.
2197         * modules/unlink-tests (Depends-on): Likewise.
2198         * modules/utimens-tests (Depends-on): Likewise.
2199         * modules/utimensat-tests (Depends-on): Likewise.
2200
2201 2010-01-31  Bruno Haible  <bruno@clisp.org>
2202
2203         Perform the same test for many <math.h> functions.
2204         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
2205         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
2206         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
2207         of gl_MATHFUNC.
2208         * modules/acos (configure.ac): Likewise.
2209         * modules/asin (configure.ac): Likewise.
2210         * modules/atan (configure.ac): Likewise.
2211         * modules/atan2 (configure.ac): Likewise.
2212         * modules/cbrt (configure.ac): Likewise.
2213         * modules/copysign (configure.ac): Likewise.
2214         * modules/cos (configure.ac): Likewise.
2215         * modules/cosh (configure.ac): Likewise.
2216         * modules/erf (configure.ac): Likewise.
2217         * modules/erfc (configure.ac): Likewise.
2218         * modules/exp (configure.ac): Likewise.
2219         * modules/fmod (configure.ac): Likewise.
2220         * modules/hypot (configure.ac): Likewise.
2221         * modules/j0 (configure.ac): Likewise.
2222         * modules/j1 (configure.ac): Likewise.
2223         * modules/jn (configure.ac): Likewise.
2224         * modules/lgamma (configure.ac): Likewise.
2225         * modules/log (configure.ac): Likewise.
2226         * modules/log10 (configure.ac): Likewise.
2227         * modules/log1p (configure.ac): Likewise.
2228         * modules/pow (configure.ac): Likewise.
2229         * modules/remainder (configure.ac): Likewise.
2230         * modules/sin (configure.ac): Likewise.
2231         * modules/sinh (configure.ac): Likewise.
2232         * modules/tan (configure.ac): Likewise.
2233         * modules/tanh (configure.ac): Likewise.
2234         * modules/y0 (configure.ac): Likewise.
2235         * modules/y1 (configure.ac): Likewise.
2236         * modules/yn (configure.ac): Likewise.
2237         Suggested by Paolo Bonzini.
2238
2239 2010-01-31  Bruno Haible  <bruno@clisp.org>
2240
2241         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
2242
2243 2010-01-31  Bruno Haible  <bruno@clisp.org>
2244
2245         Work around getdelim() bug on FreeBSD 8.0.
2246         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
2247         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
2248         not work.
2249         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
2250         is 1.
2251         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
2252         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
2253         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
2254         a non-zero size.
2255         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
2256
2257 2010-01-31  Bruno Haible  <bruno@clisp.org>
2258
2259         Work around getline() bug on FreeBSD 8.0.
2260         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
2261         and a non-zero size.
2262         * tests/test-getline.c (main): Likewise.
2263         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
2264         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
2265
2266 2010-01-28  Eric Blake  <ebb9@byu.net>
2267
2268         regex: fix build failure
2269         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
2270         platforms.
2271
2272 2010-01-28  Jim Meyering  <meyering@redhat.com>
2273
2274         regex: do not ignore memory allocation failure
2275         * lib/regex_internal.c (create_cd_newstate): Detect
2276         re_node_set_init_copy failure.   Extracted from glibc commit
2277         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2278
2279         regex: sync more white-space changes from libc
2280         * lib/regex_internal.c: White-space only changes.
2281         * lib/regexec.c: Likewise.
2282
2283         regex: add many uses of __attribute_warn_unused_result__
2284         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
2285         * lib/regexec.c: Likewise.
2286         Extracted from a messy glibc commit.
2287
2288         regcomp.c: spelling and merge-artifact from glibc
2289         * lib/regcomp.c: Merge remainder of glibc's
2290         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2291
2292         regcomp.c: sync white-space changes from glibc
2293         * lib/regcomp.c: Merge to accommodate white space
2294         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2295
2296         regcomp.c: do not ignore internal return values
2297         * lib/regcomp.c: Do not ignore internal return values.
2298         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
2299         but without its white-space changes and spelling fixes.
2300
2301         regex_internal.h: define __attribute_warn_unused_result__
2302         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
2303
2304         maint: add a syntax-check rule to check for vulnerable Makefile.in
2305         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
2306
2307 2010-01-27  Jim Meyering  <meyering@redhat.com>
2308
2309         ncftpput-ftp: clean up spaces
2310         * build-aux/ncftpput-ftp: Make Copyright line consistent.
2311         Remove trailing blanks.
2312
2313 2010-01-27  Simon Josefsson  <simon@josefsson.org>
2314
2315         * build-aux/git-version-gen: Fix copyright statement.
2316         * build-aux/gnupload: Likewise.
2317         * tests/test-arcfour.c: Likewise.
2318         * tests/test-arctwo.c: Likewise.
2319         * tests/test-count-one-bits.c: Likewise.
2320         * tests/test-crc.c: Likewise.
2321         * tests/test-des.c: Likewise.
2322         * tests/test-gc-arcfour.c: Likewise.
2323         * tests/test-gc-arctwo.c: Likewise.
2324         * tests/test-gc-des.c: Likewise.
2325         * tests/test-gc-hmac-md5.c: Likewise.
2326         * tests/test-gc-hmac-sha1.c: Likewise.
2327         * tests/test-gc-md2.c: Likewise.
2328         * tests/test-gc-md4.c: Likewise.
2329         * tests/test-gc-md5.c: Likewise.
2330         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2331         * tests/test-gc-rijndael.c: Likewise.
2332         * tests/test-gc-sha1.c: Likewise.
2333         * tests/test-gc.c: Likewise.
2334         * tests/test-gethostname.c: Likewise.
2335         * tests/test-gettimeofday.c: Likewise.
2336         * tests/test-hash.c: Likewise.
2337         * tests/test-hmac-md5.c: Likewise.
2338         * tests/test-hmac-sha1.c: Likewise.
2339         * tests/test-md2.c: Likewise.
2340         * tests/test-md4.c: Likewise.
2341         * tests/test-md5.c: Likewise.
2342         * tests/test-memchr.c: Likewise.
2343         * tests/test-memchr2.c: Likewise.
2344         * tests/test-memcmp.c: Likewise.
2345         * tests/test-memmem.c: Likewise.
2346         * tests/test-memrchr.c: Likewise.
2347         * tests/test-rawmemchr.c: Likewise.
2348         * tests/test-read-file.c: Likewise.
2349         * tests/test-rijndael.c: Likewise.
2350         * tests/test-sockets.c: Likewise.
2351         * tests/test-strchrnul.c: Likewise.
2352         * tests/test-strstr.c: Likewise.
2353         * tests/test-strtod.c: Likewise.
2354         * build-aux/ncftpput-ftp: Likewise.
2355
2356 2010-01-26  Eric Blake  <ebb9@byu.net>
2357
2358         ignore-value: update recommended header name
2359         * modules/ignore-value (Include): Only use <> for headers that
2360         exist in glibc.
2361
2362 2010-01-26  Jim Meyering  <meyering@redhat.com>
2363
2364         test-userspec.c: avoid compiler warnings
2365         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
2366         and "initialization discards qualifiers..." warnings.
2367         Put the first "uid" in its own scope, and make char* members "const".
2368
2369 2010-01-25  Bruno Haible  <bruno@clisp.org>
2370
2371         gnulib-tool: Make warning diagnostics consistent.
2372         * gnulib-tool (func_warning): New function.
2373         Use it everywhere where gnulib-tool produces output to stderr and it is
2374         not a fatal error.
2375
2376 2010-01-25  Bruno Haible  <bruno@clisp.org>
2377
2378         Fix test dependencies.
2379         * modules/xstrtol-tests (Depends-on): Add inttypes.
2380         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
2381
2382 2010-01-25 Pádraig Brady <P@draigBrady.com>
2383
2384         syntax-check: detect incorrect boolean macro values in config.h
2385         * modules/maintainer-makefile (configure.ac): Parameterize the location
2386         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
2387         The logic is from Eric Blake and the location indicated by Jim Meyering.
2388         Note the more natural CONFIG_HEADER name is prohibited by automake
2389         for backwards compatibility reasons.
2390         * top/maint.mk (sc_Wundef_boolean): New rule.
2391
2392 2010-01-25  Jim Meyering  <meyering@redhat.com>
2393
2394         bootstrap: detect MacOS 10.6's shasum, too
2395         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
2396         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
2397
2398 2010-01-23  Jim Meyering  <meyering@redhat.com>
2399
2400         xstrtoll: new module
2401         * modules/xstrtoll: New file.
2402         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
2403         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
2404         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
2405         ./configure fails if you use this module and lack "long long".
2406         * modules/xstrtoll-tests: New module.
2407         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
2408         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
2409         new init.sh-based test framework.
2410
2411 2010-01-24  Bruno Haible  <bruno@clisp.org>
2412
2413         Tests for module 'yn'.
2414         * modules/yn-tests: New file.
2415         * tests/test-yn.c: New file.
2416
2417         Tests for module 'y1'.
2418         * modules/y1-tests: New file.
2419         * tests/test-y1.c: New file.
2420
2421         Tests for module 'y0'.
2422         * modules/y0-tests: New file.
2423         * tests/test-y0.c: New file.
2424
2425         Tests for module 'tanh'.
2426         * modules/tanh-tests: New file.
2427         * tests/test-tanh.c: New file.
2428
2429         Tests for module 'tan'.
2430         * modules/tan-tests: New file.
2431         * tests/test-tan.c: New file.
2432
2433         Tests for module 'sqrt'.
2434         * modules/sqrt-tests: New file.
2435         * tests/test-sqrt.c: New file.
2436
2437         Tests for module 'sinh'.
2438         * modules/sinh-tests: New file.
2439         * tests/test-sinh.c: New file.
2440
2441         Tests for module 'sin'.
2442         * modules/sin-tests: New file.
2443         * tests/test-sin.c: New file.
2444
2445         Tests for module 'rint'.
2446         * modules/rint-tests: New file.
2447         * tests/test-rint.c: New file.
2448
2449         Tests for module 'remainder'.
2450         * modules/remainder-tests: New file.
2451         * tests/test-remainder.c: New file.
2452
2453         Tests for module 'pow'.
2454         * modules/pow-tests: New file.
2455         * tests/test-pow.c: New file.
2456
2457         Tests for module 'nextafter'.
2458         * modules/nextafter-tests: New file.
2459         * tests/test-nextafter.c: New file.
2460
2461         Tests for module 'modf'.
2462         * modules/modf-tests: New file.
2463         * tests/test-modf.c: New file.
2464
2465         Tests for module 'logb'.
2466         * modules/logb-tests: New file.
2467         * tests/test-logb.c: New file.
2468
2469         Tests for module 'log1p'.
2470         * modules/log1p-tests: New file.
2471         * tests/test-log1p.c: New file.
2472
2473         Tests for module 'log10'.
2474         * modules/log10-tests: New file.
2475         * tests/test-log10.c: New file.
2476
2477         Tests for module 'log'.
2478         * modules/log-tests: New file.
2479         * tests/test-log.c: New file.
2480
2481         Tests for module 'lgamma'.
2482         * modules/lgamma-tests: New file.
2483         * tests/test-lgamma.c: New file.
2484
2485         Tests for module 'ldexp'.
2486         * modules/ldexp-tests: New file.
2487         * tests/test-ldexp.c: New file.
2488
2489         Tests for module 'jn'.
2490         * modules/jn-tests: New file.
2491         * tests/test-jn.c: New file.
2492
2493         Tests for module 'j1'.
2494         * modules/j1-tests: New file.
2495         * tests/test-j1.c: New file.
2496
2497         Tests for module 'j0'.
2498         * modules/j0-tests: New file.
2499         * tests/test-j0.c: New file.
2500
2501         Tests for module 'hypot'.
2502         * modules/hypot-tests: New file.
2503         * tests/test-hypot.c: New file.
2504
2505         Tests for module 'fmod'.
2506         * modules/fmod-tests: New file.
2507         * tests/test-fmod.c: New file.
2508
2509         Tests for module 'fabs'.
2510         * modules/fabs-tests: New file.
2511         * tests/test-fabs.c: New file.
2512
2513         Tests for module 'exp'.
2514         * modules/exp-tests: New file.
2515         * tests/test-exp.c: New file.
2516
2517         Tests for module 'erfc'.
2518         * modules/erfc-tests: New file.
2519         * tests/test-erfc.c: New file.
2520
2521         Tests for module 'erf'.
2522         * modules/erf-tests: New file.
2523         * tests/test-erf.c: New file.
2524
2525         Tests for module 'cosh'.
2526         * modules/cosh-tests: New file.
2527         * tests/test-cosh.c: New file.
2528
2529         Tests for module 'cos'.
2530         * modules/cos-tests: New file.
2531         * tests/test-cos.c: New file.
2532
2533         Tests for module 'copysign'.
2534         * modules/copysign-tests: New file.
2535         * tests/test-copysign.c: New file.
2536
2537         Tests for module 'cbrt'.
2538         * modules/cbrt-tests: New file.
2539         * tests/test-cbrt.c: New file.
2540
2541         Tests for module 'atan2'.
2542         * modules/atan2-tests: New file.
2543         * tests/test-atan2.c: New file.
2544
2545         Tests for module 'atan'.
2546         * modules/atan-tests: New file.
2547         * tests/test-atan.c: New file.
2548
2549         Tests for module 'asin'.
2550         * modules/asin-tests: New file.
2551         * tests/test-asin.c: New file.
2552
2553         Tests for module 'acos'.
2554         * modules/acos-tests: New file.
2555         * tests/test-acos.c: New file.
2556
2557 2010-01-24  Bruno Haible  <bruno@clisp.org>
2558
2559         Fix tests for common <math.h> functions.
2560         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
2561         code snippet that references the function pointer, rather than merely
2562         calling the function. Substitute the FUNC_LIBM variable.
2563         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
2564         * modules/acos (configure.ac): Likewise.
2565         * modules/asin (configure.ac): Likewise.
2566         * modules/atan (configure.ac): Likewise.
2567         * modules/atan2 (configure.ac): Likewise.
2568         * modules/cbrt (configure.ac): Likewise.
2569         * modules/copysign (configure.ac): Likewise.
2570         * modules/cos (configure.ac): Likewise.
2571         * modules/cosh (configure.ac): Likewise.
2572         * modules/erf (configure.ac): Likewise.
2573         * modules/erfc (configure.ac): Likewise.
2574         * modules/exp (configure.ac): Likewise.
2575         * modules/fabs (configure.ac): Likewise.
2576         * modules/fmod (configure.ac): Likewise.
2577         * modules/hypot (configure.ac): Likewise.
2578         * modules/j0 (configure.ac): Likewise.
2579         * modules/j1 (configure.ac): Likewise.
2580         * modules/jn (configure.ac): Likewise.
2581         * modules/ldexp (configure.ac): Likewise.
2582         * modules/lgamma (configure.ac): Likewise.
2583         * modules/log (configure.ac): Likewise.
2584         * modules/log10 (configure.ac): Likewise.
2585         * modules/log1p (configure.ac): Likewise.
2586         * modules/logb (configure.ac): Likewise.
2587         * modules/modf (configure.ac): Likewise.
2588         * modules/nextafter (configure.ac): Likewise.
2589         * modules/pow (configure.ac): Likewise.
2590         * modules/remainder (configure.ac): Likewise.
2591         * modules/rint (configure.ac): Likewise.
2592         * modules/sin (configure.ac): Likewise.
2593         * modules/sinh (configure.ac): Likewise.
2594         * modules/tan (configure.ac): Likewise.
2595         * modules/tanh (configure.ac): Likewise.
2596         * modules/y0 (configure.ac): Likewise.
2597         * modules/y1 (configure.ac): Likewise.
2598         * modules/yn (configure.ac): Likewise.
2599
2600 2010-01-24  Bruno Haible  <bruno@clisp.org>
2601
2602         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
2603         * tests/test-acosl.c (x): New variable.
2604         (main): Store argument in x and fetch it from x.
2605         * tests/test-asinl.c (x): New variable.
2606         (main): Store argument in x and fetch it from x.
2607         * tests/test-atanl.c (x): New variable.
2608         (main): Store argument in x and fetch it from x.
2609         * tests/test-cosl.c (x): New variable.
2610         (main): Store argument in x and fetch it from x.
2611         * tests/test-expl.c (x): New variable.
2612         (main): Store argument in x and fetch it from x.
2613         * tests/test-logl.c (x): New variable.
2614         (main): Store argument in x and fetch it from x.
2615         * tests/test-sinl.c (x): New variable.
2616         (main): Store argument in x and fetch it from x.
2617         * tests/test-sqrtl.c (x): New variable.
2618         (main): Store argument in x and fetch it from x.
2619         * tests/test-tanl.c (x): New variable.
2620         (main): Store argument in x and fetch it from x.
2621
2622 2010-01-24  Bruno Haible  <bruno@clisp.org>
2623
2624         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
2625         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
2626         assignments to the initial TESTS_ENVIRONMENT.
2627         * doc/gnulib.texi (Unit test modules): Document it.
2628         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
2629         TESTS_ENVIRONMENT.
2630         * modules/btowc-tests (Makefile.am): Likewise.
2631         * modules/c-stack-tests (Makefile.am): Likewise.
2632         * modules/c-strcase-tests (Makefile.am): Likewise.
2633         * modules/copy-file-tests (Makefile.am): Likewise.
2634         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
2635         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
2636         * modules/mbrtowc-tests (Makefile.am): Likewise.
2637         * modules/mbscasecmp-tests (Makefile.am): Likewise.
2638         * modules/mbscasestr-tests (Makefile.am): Likewise.
2639         * modules/mbschr-tests (Makefile.am): Likewise.
2640         * modules/mbscspn-tests (Makefile.am): Likewise.
2641         * modules/mbsinit-tests (Makefile.am): Likewise.
2642         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
2643         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
2644         * modules/mbspbrk-tests (Makefile.am): Likewise.
2645         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
2646         * modules/mbsrchr-tests (Makefile.am): Likewise.
2647         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
2648         * modules/mbsspn-tests (Makefile.am): Likewise.
2649         * modules/mbsstr-tests (Makefile.am): Likewise.
2650         * modules/nl_langinfo-tests (Makefile.am): Likewise.
2651         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
2652         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
2653         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
2654         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
2655         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
2656         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
2657         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
2658         * modules/wcrtomb-tests (Makefile.am): Likewise.
2659         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
2660         * modules/wcsrtombs-tests (Makefile.am): Likewise.
2661         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
2662         assignments from TESTS_ENVIRONMENT.
2663         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
2664         augmentation.
2665         * modules/argp-version-etc-tests (Makefile.am): Likewise.
2666         * modules/atexit-tests (Makefile.am): Likewise.
2667         * modules/binary-io-tests (Makefile.am): Likewise.
2668         * modules/closein-tests (Makefile.am): Likewise.
2669         * modules/dprintf-posix-tests (Makefile.am): Likewise.
2670         * modules/exclude-tests (Makefile.am): Likewise.
2671         * modules/fflush-tests (Makefile.am): Likewise.
2672         * modules/fpending-tests (Makefile.am): Likewise.
2673         * modules/fprintf-posix-tests (Makefile.am): Likewise.
2674         * modules/freadahead-tests (Makefile.am): Likewise.
2675         * modules/freadptr-tests (Makefile.am): Likewise.
2676         * modules/freadseek-tests (Makefile.am): Likewise.
2677         * modules/fseek-tests (Makefile.am): Likewise.
2678         * modules/fseeko-tests (Makefile.am): Likewise.
2679         * modules/ftell-tests (Makefile.am): Likewise.
2680         * modules/ftello-tests (Makefile.am): Likewise.
2681         * modules/idpriv-drop-tests (Makefile.am): Likewise.
2682         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
2683         * modules/lseek-tests (Makefile.am): Likewise.
2684         * modules/parse-duration-tests (Makefile.am): Likewise.
2685         * modules/perror-tests (Makefile.am): Likewise.
2686         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
2687         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
2688         * modules/pipe-tests (Makefile.am): Likewise.
2689         * modules/pread-tests (Makefile.am): Likewise.
2690         * modules/printf-posix-tests (Makefile.am): Likewise.
2691         * modules/select-tests (Makefile.am): Likewise.
2692         * modules/sigpipe-tests (Makefile.am): Likewise.
2693         * modules/tsearch-tests (Makefile.am): Likewise.
2694         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
2695         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
2696         * modules/uniname/uniname-tests (Makefile.am): Likewise.
2697         * modules/uniwidth/width-tests (Makefile.am): Likewise.
2698         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
2699         * modules/version-etc-tests (Makefile.am): Likewise.
2700         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
2701         * modules/vprintf-posix-tests (Makefile.am): Likewise.
2702         * modules/xalloc-die-tests (Makefile.am): Likewise.
2703         * modules/xprintf-posix-tests (Makefile.am): Likewise.
2704         * modules/xstrtoimax-tests (Makefile.am): Likewise.
2705         * modules/xstrtol-tests (Makefile.am): Likewise.
2706         * modules/xstrtoumax-tests (Makefile.am): Likewise.
2707         * modules/yesno-tests (Makefile.am): Likewise.
2708         Suggested by Jim Meyering.
2709
2710 2010-01-24  Bruno Haible  <bruno@clisp.org>
2711
2712         More documentation.
2713         * doc/gnulib.texi (Writing modules): New chapter.
2714         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
2715         the new chapter.
2716
2717 2010-01-24  Jim Meyering  <meyering@redhat.com>
2718
2719         maint.mk: do not prepend "./" after filtering
2720         * top/maint.mk (_prepend_srcdir_prefix): New variable
2721         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
2722         "./" when $(srcdir) is ".".
2723
2724         define STREQ(a,b) consistently, removing useless parentheses
2725         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
2726         since the only risk is that "a" or "b" contains an unparenthesized
2727         comma, but if either did that, STREQ would have 3 or more arguments.
2728         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
2729         * lib/fts.c (STREQ): Remove unnecessary parentheses.
2730         * lib/hash-triple.c (STREQ): Likewise.
2731         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
2732         * lib/getugroups.c (STREQ): Likewise.
2733
2734 2010-01-23  Jim Meyering  <meyering@redhat.com>
2735
2736         maint.mk: fix syntax-check in a non-srcdir build directory
2737         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
2738         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
2739
2740 2010-01-22  Jim Meyering  <meyering@redhat.com>
2741
2742         userspec: add unit tests
2743         * tests/test-userspec.c: New file.
2744         * modules/userspec-tests: Likewise.
2745
2746 2010-01-21  Jim Meyering  <meyering@redhat.com>
2747
2748         maint.mk: handle source file names containing "." robustly
2749         * top/maint.mk (_dot_escaped_srcdir): Define.
2750         (VC_LIST): Use it in LHS of sed substitution.
2751
2752 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
2753
2754         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
2755         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
2756         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
2757         from a non-srcdir build.
2758
2759 2010-01-20  Eric Blake  <ebb9@byu.net>
2760
2761         warn-on-use: use instead of link-warning
2762         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
2763         * modules/unistd (Depends-on, Makefile.am): Likewise.
2764         * modules/arpa_inet (Depends-on): Replace link-warning with
2765         warn-on-use.
2766         (Makefile.am): Update rules accordingly.
2767         * modules/ctype (Depends-on, Makefile.am): Likewise.
2768         * modules/dirent (Depends-on, Makefile.am): Likewise.
2769         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
2770         * modules/inttypes (Depends-on, Makefile.am): Likewise.
2771         * modules/langinfo (Depends-on, Makefile.am): Likewise.
2772         * modules/locale (Depends-on, Makefile.am): Likewise.
2773         * modules/math (Depends-on, Makefile.am): Likewise.
2774         * modules/search (Depends-on, Makefile.am): Likewise.
2775         * modules/signal (Depends-on, Makefile.am): Likewise.
2776         * modules/spawn (Depends-on, Makefile.am): Likewise.
2777         * modules/stdlib (Depends-on, Makefile.am): Likewise.
2778         * modules/string (Depends-on, Makefile.am): Likewise.
2779         * modules/strings (Depends-on, Makefile.am): Likewise.
2780         * modules/sys_file (Depends-on, Makefile.am): Likewise.
2781         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
2782         * modules/sys_select (Depends-on, Makefile.am): Likewise.
2783         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
2784         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
2785         * modules/sys_times (Depends-on, Makefile.am): Likewise.
2786         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
2787         * modules/wchar (Depends-on, Makefile.am): Likewise.
2788         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
2789         should be poisoned.
2790         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
2791         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
2792         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
2793         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
2794         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
2795         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
2796         * m4/math_h.m4 (gl_MATH_H): Likewise.
2797         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
2798         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
2799         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
2800         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
2801         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
2802         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
2803         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
2804         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
2805         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
2806         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2807         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
2808         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
2809         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
2810         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
2811         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
2812         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
2813         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
2814         GL_LINK_WARNING.
2815         * lib/ctype.in.h: Likewise.
2816         * lib/dirent.in.h: Likewise.
2817         * lib/fcntl.in.h: Likewise.
2818         * lib/inttypes.in.h: Likewise.
2819         * lib/langinfo.in.h: Likewise.
2820         * lib/locale.in.h: Likewise.
2821         * lib/math.in.h: Likewise.
2822         * lib/search.in.h: Likewise.
2823         * lib/signal.in.h: Likewise.
2824         * lib/spawn.in.h: Likewise.
2825         * lib/stdio.in.h: Likewise.
2826         * lib/stdlib.in.h: Likewise.
2827         * lib/string.in.h: Likewise.
2828         * lib/strings.in.h: Likewise.
2829         * lib/sys_file.in.h: Likewise.
2830         * lib/sys_ioctl.in.h: Likewise.
2831         * lib/sys_select.in.h: Likewise.
2832         * lib/sys_socket.in.h: Likewise.
2833         * lib/sys_stat.in.h: Likewise.
2834         * lib/sys_times.in.h: Likewise.
2835         * lib/sys_utsname.in.h: Likewise.
2836         * lib/unistd.in.h: Likewise.
2837         * lib/wchar.in.h: Likewise.
2838
2839 2010-01-20  Bruno Haible  <bruno@clisp.org>
2840
2841         Avoid duplicate -lm.
2842         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
2843         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
2844         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
2845         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
2846         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
2847         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
2848         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
2849         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
2850         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
2851         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
2852         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
2853         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
2854         Reported by Paolo Bonzini.
2855
2856 2010-01-19  Bruno Haible  <bruno@clisp.org>
2857
2858         langinfo, nl_langinfo: Relicense under LGPLv2+.
2859         * modules/langinfo (License): Change to LGPLv2+.
2860         * modules/nl_langinfo (License): Likewise.
2861         Patch by David Lutterkort <lutter@redhat.com>.
2862
2863 2010-01-19  Bruno Haible  <bruno@clisp.org>
2864
2865         Avoid compilation error with cc on OSF/1 5.1.
2866         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
2867         statement, not before.
2868         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2869
2870 2010-01-18  Bruno Haible  <bruno@clisp.org>
2871
2872         Avoid a link error due to the __printf__ symbol.
2873         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
2874         and 2.6.x.
2875         (__format__, __printf__): Remove definitions.
2876         * lib/argp-fmtstream.h: Likewise.
2877         * lib/argp.h: Likewise.
2878         * lib/error.h: Likewise.
2879         * lib/vasnprintf.h: Likewise.
2880         * lib/xprintf.h: Likewise.
2881         * lib/xvasprintf.h: Likewise.
2882         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2883
2884 2010-01-18  Bruno Haible  <bruno@clisp.org>
2885
2886         Tests for module 'tanl'.
2887         * modules/tanl-tests: New file.
2888         * tests/test-tanl.c: New file.
2889
2890         Tests for module 'sqrtl'.
2891         * modules/sqrtl-tests: New file.
2892         * tests/test-sqrtl.c: New file.
2893
2894         Tests for module 'sinl'.
2895         * modules/sinl-tests: New file.
2896         * tests/test-sinl.c: New file.
2897
2898         Tests for module 'logl'.
2899         * modules/logl-tests: New file.
2900         * tests/test-logl.c: New file.
2901
2902         Tests for module 'expl'.
2903         * modules/expl-tests: New file.
2904         * tests/test-expl.c: New file.
2905
2906         Tests for module 'cosl'.
2907         * modules/cosl-tests: New file.
2908         * tests/test-cosl.c: New file.
2909
2910         Tests for module 'atanl'.
2911         * modules/atanl-tests: New file.
2912         * tests/test-atanl.c: New file.
2913
2914         Tests for module 'asinl'.
2915         * modules/asinl-tests: New file.
2916         * tests/test-asinl.c: New file.
2917
2918         Tests for module 'acosl'.
2919         * modules/acosl-tests: New file.
2920         * tests/test-acosl.c: New file.
2921
2922         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
2923         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
2924         tanl): Use the standard gnulib idiom.
2925         * lib/cosl.c: Don't include trigl.c and sincosl.c.
2926         * lib/sinl.c: Likewise.
2927         * lib/tanl.c: Don't include trigl.c.
2928         (kernel_tanl): Make static.
2929         * lib/sincosl.c: Include trigl.h first.
2930         * lib/trigl.c: Likewise.
2931         * m4/acosl.m4: New file.
2932         * m4/asinl.m4: New file.
2933         * m4/atanl.m4: New file.
2934         * m4/cosl.m4: New file.
2935         * m4/expl.m4: New file.
2936         * m4/logl.m4: New file.
2937         * m4/sinl.m4: New file.
2938         * m4/sqrtl.m4: New file.
2939         * m4/tanl.m4: New file.
2940         * m4/mathl.m4: Remove file.
2941         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
2942         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
2943         Don't initialize GNULIB_MATHL.
2944         * modules/acosl: New file.
2945         * modules/asinl: New file.
2946         * modules/atanl: New file.
2947         * modules/cosl: New file.
2948         * modules/expl: New file.
2949         * modules/logl: New file.
2950         * modules/sinl: New file.
2951         * modules/sqrtl: New file.
2952         * modules/tanl: New file.
2953         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
2954         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
2955         substitute GNULIB_MATHL.
2956         * modules/mathl: Rewritten.
2957         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
2958         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
2959         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
2960         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
2961         * doc/posix-functions/expl.texi: Mention the 'expl' module.
2962         * doc/posix-functions/logl.texi: Mention the 'logl' module.
2963         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
2964         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
2965         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
2966
2967 2010-01-18  Bruno Haible  <bruno@clisp.org>
2968
2969         sqrt: Make gl_FUNC_SQRT requirable.
2970         * m4/sqrt.m4: New file.
2971         * modules/sqrt (Files): Add it.
2972         (configure.ac): Invoke gl_FUNC_SQRT.
2973
2974 2010-01-18  Bruno Haible  <bruno@clisp.org>
2975
2976         New modules for common <math.h> functions.
2977         * m4/mathfunc.m4: New file.
2978         * modules/acos: New file.
2979         * modules/asin: New file.
2980         * modules/atan: New file.
2981         * modules/atan2: New file.
2982         * modules/cbrt: New file.
2983         * modules/copysign: New file.
2984         * modules/cos: New file.
2985         * modules/cosh: New file.
2986         * modules/erf: New file.
2987         * modules/erfc: New file.
2988         * modules/exp: New file.
2989         * modules/fabs: New file.
2990         * modules/fmod: New file.
2991         * modules/hypot: New file.
2992         * modules/j0: New file.
2993         * modules/j1: New file.
2994         * modules/jn: New file.
2995         * modules/ldexp: New file.
2996         * modules/lgamma: New file.
2997         * modules/log: New file.
2998         * modules/log10: New file.
2999         * modules/log1p: New file.
3000         * modules/logb: New file.
3001         * modules/modf: New file.
3002         * modules/nextafter: New file.
3003         * modules/pow: New file.
3004         * modules/remainder: New file.
3005         * modules/rint: New file.
3006         * modules/sin: New file.
3007         * modules/sinh: New file.
3008         * modules/sqrt: New file.
3009         * modules/tan: New file.
3010         * modules/tanh: New file.
3011         * modules/y0: New file.
3012         * modules/y1: New file.
3013         * modules/yn: New file.
3014         * doc/posix-functions/acos.texi: Mention the 'acos' module.
3015         * doc/posix-functions/asin.texi: Mention the 'asin' module.
3016         * doc/posix-functions/atan.texi: Mention the 'atan' module.
3017         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
3018         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
3019         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
3020         * doc/posix-functions/cos.texi: Mention the 'cos' module.
3021         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
3022         * doc/posix-functions/erf.texi: Mention the 'erf' module.
3023         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
3024         * doc/posix-functions/exp.texi: Mention the 'exp' module.
3025         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
3026         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
3027         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
3028         * doc/posix-functions/j0.texi: Mention the 'j0' module.
3029         * doc/posix-functions/j1.texi: Mention the 'j1' module.
3030         * doc/posix-functions/jn.texi: Mention the 'jn' module.
3031         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
3032         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
3033         * doc/posix-functions/log.texi: Mention the 'log' module.
3034         * doc/posix-functions/log10.texi: Mention the 'log10' module.
3035         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
3036         * doc/posix-functions/logb.texi: Mention the 'logb' module.
3037         * doc/posix-functions/modf.texi: Mention the 'modf' module.
3038         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
3039         * doc/posix-functions/pow.texi: Mention the 'pow' module.
3040         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
3041         * doc/posix-functions/rint.texi: Mention the 'rint' module.
3042         * doc/posix-functions/sin.texi: Mention the 'sin' module.
3043         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
3044         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
3045         * doc/posix-functions/tan.texi: Mention the 'tan' module.
3046         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
3047         * doc/posix-functions/y0.texi: Mention the 'y0' module.
3048         * doc/posix-functions/y1.texi: Mention the 'y1' module.
3049         * doc/posix-functions/yn.texi: Mention the 'yn' module.
3050
3051 2010-01-18  Jim Meyering  <meyering@redhat.com>
3052
3053         ignore-value: relax license to LGPLv2+
3054         * modules/ignore-value (License): Relax to LGPLv2+.
3055
3056         getdate: don't leak when TZ contains two or more '"'s
3057         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
3058         double quote in TZ after the first one.
3059
3060         readtokens: do not leak internal token_lengths buffer
3061         * lib/readtokens.c (readtokens): Free the local, lengths,
3062         when the supplied "token_lengths" parameter is NULL.
3063
3064 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3065
3066         Fix a couple of missing LIBTHREAD link failures on AIX.
3067         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
3068         $(LIBTHREAD).
3069         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
3070
3071         Link test-poll against INET_PTON_LIB.
3072         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
3073         for inet_pton on Solaris 10.
3074
3075 2010-01-17  Bruno Haible  <bruno@clisp.org>
3076
3077         unistdio/*-sprintf: Fix typo in module description.
3078         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
3079         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
3080         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
3081         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
3082         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
3083         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
3084         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
3085         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3086
3087 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3088
3089         gnulib-tool: fix filelist for AIX, HP-UX ksh.
3090         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
3091         variables in shell case patterns, for AIX and HP-UX ksh.
3092
3093         Split large sed scripts, for HP-UX sed.
3094         * modules/stdio: Split sed scripts around 50 sed commands,
3095         to avoid HP-UX limit of 99 commands, in the near future.
3096         * modules/string: Likewise.
3097         * modules/unistd: Likewise.
3098
3099         gnulib-tool: avoid writing in the current directory.
3100         * gnulib-tool (func_emit_lib_Makefile_am)
3101         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
3102         not in the current directory, so concurrent gnulib-tool
3103         instances do not interfere.
3104
3105 2010-01-16  Jim Meyering  <meyering@redhat.com>
3106
3107         doc: update users.txt
3108         * users.txt: Add grep.
3109         (diffutils, gzip): Update URLs.
3110
3111 2010-01-12  Bruno Haible  <bruno@clisp.org>
3112
3113         posix_spawn: Avoid test failure on Cygwin.
3114         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
3115         characters.
3116         Reported by Simon Josefsson.
3117
3118 2010-01-12  Bruno Haible  <bruno@clisp.org>
3119
3120         * tests/test-cond.c (main): When skipping the test, show the reason.
3121
3122 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3123
3124         * lib/striconv.c (str_cd_iconv): Avoid if before free.
3125
3126 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3127
3128         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
3129         VC_LIST_ALWAYS_EXCLUDE_REGEX.
3130
3131 2010-01-12  Eric Blake  <ebb9@byu.net>
3132
3133         build: guarantee AS_VAR_IF
3134         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
3135         (gl_AS_VAR_IF): Move...
3136         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
3137         Reported by Simon Josefsson.
3138
3139 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3140
3141         * lib/stdio.in.h: Fix typo.
3142
3143 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3144
3145         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
3146         libgpg-error.
3147
3148 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3149
3150         * tests/test-xalloc-die.sh: Use $EXEEXT.
3151
3152 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3153             Bruno Haible  <bruno@clisp.org>
3154
3155         getlogin, getlogin_r: Avoid test failure.
3156         * tests/test-getlogin.c: Include <stdio.h>.
3157         (main): Skip the test when the function fails because stdin is not a
3158         tty.
3159         * tests/test-getlogin_r.c: Include <stdio.h>.
3160         (main): Skip the test when the function fails because stdin is not a
3161         tty.
3162
3163 2010-01-11  Eric Blake  <ebb9@byu.net>
3164
3165         tests: avoid more large file warnings
3166         * tests/test-fflush.c: Avoid warning about ftell use.
3167         * tests/test-fseek.c: Avoid warning about fseek use.
3168
3169 2010-01-10  Bruno Haible  <bruno@clisp.org>
3170
3171         nproc: Work better on Linux when /proc and /sys are not mounted.
3172         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
3173         as lower bound when, on glibc/Linux systems,
3174         sysconf (_SC_NPROCESSORS_CONF) returns 1.
3175         Suggested by Pádraig Brady <P@draigbrady.com>.
3176         Reported by Dmitry V. Levin <ldv@altlinux.org>.
3177
3178         nproc: Refactor.
3179         * lib/nproc.c (num_processors_via_affinity_mask): New function,
3180         extracted from num_processors.
3181         (num_processors): Call it.
3182
3183 2010-01-11  Jim Meyering  <meyering@redhat.com>
3184
3185         utimecmp: avoid new warning from upcoming gcc-4.5.0
3186         * lib/utimecmp.c (BILLION): Define using #define rather than an
3187         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
3188
3189 2010-01-11  Eric Blake  <ebb9@byu.net>
3190
3191         math: add portability warnings for classification macros
3192         * modules/math (Depends-on): Add warn-on-use.
3193         (Makefile.am): Provide new substitutions.
3194         * m4/math_h.m4 (gl_MATH_H): Require inline.
3195         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
3196         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
3197         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
3198         implement warnings.
3199
3200         unistd: warn on use of environ without module
3201         * modules/unistd (Depends-on): Add warn-on-use.
3202         (Makefile.am): Provide new substitutions.
3203         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
3204         * lib/unistd.in.h (environ): Wrap with a warning helper function.
3205
3206         stdio: warn on suspicious uses
3207         * modules/stdio (Depends-on): Add warn-on-use.
3208         (Makefile.am): Provide new substitutions.
3209         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
3210         fseeko.
3211         * lib/stdio.in.h (gets): Always warn on use.
3212         (fseek, ftell): Adjust when warnings are issued, and honor
3213         _GL_NO_LARGE_FILES as a way to silence the warning.
3214         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
3215         any warning about large file offsets.
3216         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
3217         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
3218         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
3219         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
3220         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
3221         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
3222         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
3223         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
3224
3225         warn-on-use: new module
3226         * modules/warn-on-use: New file.
3227         * build-aux/warn-on-use.h: Likewise.
3228         * m4/warn-on-use.m4: Likewise.
3229         * MODULES.html.sh (Support for building): Mention it.
3230
3231 2010-01-10  Bruno Haible  <bruno@clisp.org>
3232
3233         Tests for module 'unistr/u32-strdup'.
3234         * modules/unistr/u32-strdup-tests: New file.
3235         * tests/unistr/test-u32-strdup.c: New file.
3236
3237         Tests for module 'unistr/u16-strdup'.
3238         * modules/unistr/u16-strdup-tests: New file.
3239         * tests/unistr/test-u16-strdup.c: New file.
3240
3241         Tests for module 'unistr/u8-strdup'.
3242         * modules/unistr/u8-strdup-tests: New file.
3243         * tests/unistr/test-u8-strdup.c: New file.
3244         * tests/unistr/test-strdup.h: New file.
3245
3246         Tests for module 'unistr/u32-strncmp'.
3247         * modules/unistr/u32-strncmp-tests: New file.
3248         * tests/unistr/test-u32-strncmp.c: New file.
3249
3250         Tests for module 'unistr/u16-strncmp'.
3251         * modules/unistr/u16-strncmp-tests: New file.
3252         * tests/unistr/test-u16-strncmp.c: New file.
3253
3254         Tests for module 'unistr/u8-strncmp'.
3255         * modules/unistr/u8-strncmp-tests: New file.
3256         * tests/unistr/test-u8-strncmp.c: New file.
3257         * tests/unistr/test-strncmp.h: New file.
3258
3259         Tests for module 'unistr/u32-strcoll'.
3260         * modules/unistr/u32-strcoll-tests: New file.
3261         * tests/unistr/test-u32-strcoll.c: New file.
3262
3263         Tests for module 'unistr/u16-strcoll'.
3264         * modules/unistr/u16-strcoll-tests: New file.
3265         * tests/unistr/test-u16-strcoll.c: New file.
3266
3267         Tests for module 'unistr/u8-strcoll'.
3268         * modules/unistr/u8-strcoll-tests: New file.
3269         * tests/unistr/test-u8-strcoll.c: New file.
3270
3271         Tests for module 'unistr/u32-strcmp'.
3272         * modules/unistr/u32-strcmp-tests: New file.
3273         * tests/unistr/test-u32-strcmp.c: New file.
3274         * tests/unistr/test-u32-strcmp.h: New file.
3275
3276         Tests for module 'unistr/u16-strcmp'.
3277         * modules/unistr/u16-strcmp-tests: New file.
3278         * tests/unistr/test-u16-strcmp.c: New file.
3279         * tests/unistr/test-u16-strcmp.h: New file.
3280
3281         Tests for module 'unistr/u8-strcmp'.
3282         * modules/unistr/u8-strcmp-tests: New file.
3283         * tests/unistr/test-u8-strcmp.c: New file.
3284         * tests/unistr/test-u8-strcmp.h: New file.
3285         * tests/unistr/test-strcmp.h: New file.
3286
3287         Tests for module 'unistr/u32-strncat'.
3288         * modules/unistr/u32-strncat-tests: New file.
3289         * tests/unistr/test-u32-strncat.c: New file.
3290
3291         Tests for module 'unistr/u16-strncat'.
3292         * modules/unistr/u16-strncat-tests: New file.
3293         * tests/unistr/test-u16-strncat.c: New file.
3294
3295         Tests for module 'unistr/u8-strncat'.
3296         * modules/unistr/u8-strncat-tests: New file.
3297         * tests/unistr/test-u8-strncat.c: New file.
3298         * tests/unistr/test-strncat.h: New file.
3299
3300         Tests for module 'unistr/u32-strcat'.
3301         * modules/unistr/u32-strcat-tests: New file.
3302         * tests/unistr/test-u32-strcat.c: New file.
3303
3304         Tests for module 'unistr/u16-strcat'.
3305         * modules/unistr/u16-strcat-tests: New file.
3306         * tests/unistr/test-u16-strcat.c: New file.
3307
3308         Tests for module 'unistr/u8-strcat'.
3309         * modules/unistr/u8-strcat-tests: New file.
3310         * tests/unistr/test-u8-strcat.c: New file.
3311         * tests/unistr/test-strcat.h: New file.
3312
3313         Tests for module 'unistr/u32-stpncpy'.
3314         * modules/unistr/u32-stpncpy-tests: New file.
3315         * tests/unistr/test-u32-stpncpy.c: New file.
3316
3317         Tests for module 'unistr/u16-stpncpy'.
3318         * modules/unistr/u16-stpncpy-tests: New file.
3319         * tests/unistr/test-u16-stpncpy.c: New file.
3320
3321         Tests for module 'unistr/u8-stpncpy'.
3322         * modules/unistr/u8-stpncpy-tests: New file.
3323         * tests/unistr/test-u8-stpncpy.c: New file.
3324         * tests/unistr/test-stpncpy.h: New file.
3325
3326         Tests for module 'unistr/u32-strncpy'.
3327         * modules/unistr/u32-strncpy-tests: New file.
3328         * tests/unistr/test-u32-strncpy.c: New file.
3329
3330         Tests for module 'unistr/u16-strncpy'.
3331         * modules/unistr/u16-strncpy-tests: New file.
3332         * tests/unistr/test-u16-strncpy.c: New file.
3333
3334         Tests for module 'unistr/u8-strncpy'.
3335         * modules/unistr/u8-strncpy-tests: New file.
3336         * tests/unistr/test-u8-strncpy.c: New file.
3337         * tests/unistr/test-strncpy.h: New file.
3338
3339         Tests for module 'unistr/u32-stpcpy'.
3340         * modules/unistr/u32-stpcpy-tests: New file.
3341         * tests/unistr/test-u32-stpcpy.c: New file.
3342
3343         Tests for module 'unistr/u16-stpcpy'.
3344         * modules/unistr/u16-stpcpy-tests: New file.
3345         * tests/unistr/test-u16-stpcpy.c: New file.
3346
3347         Tests for module 'unistr/u8-stpcpy'.
3348         * modules/unistr/u8-stpcpy-tests: New file.
3349         * tests/unistr/test-u8-stpcpy.c: New file.
3350         * tests/unistr/test-stpcpy.h: New file.
3351
3352         Tests for module 'unistr/u32-strcpy'.
3353         * modules/unistr/u32-strcpy-tests: New file.
3354         * tests/unistr/test-u32-strcpy.c: New file.
3355
3356         Tests for module 'unistr/u16-strcpy'.
3357         * modules/unistr/u16-strcpy-tests: New file.
3358         * tests/unistr/test-u16-strcpy.c: New file.
3359
3360         Tests for module 'unistr/u8-strcpy'.
3361         * modules/unistr/u8-strcpy-tests: New file.
3362         * tests/unistr/test-u8-strcpy.c: New file.
3363         * tests/unistr/test-strcpy.h: New file.
3364
3365         Tests for module 'unistr/u32-strnlen'.
3366         * modules/unistr/u32-strnlen-tests: New file.
3367         * tests/unistr/test-u32-strnlen.c: New file.
3368
3369         Tests for module 'unistr/u16-strnlen'.
3370         * modules/unistr/u16-strnlen-tests: New file.
3371         * tests/unistr/test-u16-strnlen.c: New file.
3372
3373         Tests for module 'unistr/u8-strnlen'.
3374         * modules/unistr/u8-strnlen-tests: New file.
3375         * tests/unistr/test-u8-strnlen.c: New file.
3376         * tests/unistr/test-strnlen.h: New file.
3377
3378         Tests for module 'unistr/u32-strlen'.
3379         * modules/unistr/u32-strlen-tests: New file.
3380         * tests/unistr/test-u32-strlen.c: New file.
3381
3382         Tests for module 'unistr/u16-strlen'.
3383         * modules/unistr/u16-strlen-tests: New file.
3384         * tests/unistr/test-u16-strlen.c: New file.
3385
3386         Tests for module 'unistr/u8-strlen'.
3387         * modules/unistr/u8-strlen-tests: New file.
3388         * tests/unistr/test-u8-strlen.c: New file.
3389
3390         Tests for module 'unistr/u32-prev'.
3391         * modules/unistr/u32-prev-tests: New file.
3392         * tests/unistr/test-u32-prev.c: New file.
3393
3394         Tests for module 'unistr/u16-prev'.
3395         * modules/unistr/u16-prev-tests: New file.
3396         * tests/unistr/test-u16-prev.c: New file.
3397
3398         Tests for module 'unistr/u8-prev'.
3399         * modules/unistr/u8-prev-tests: New file.
3400         * tests/unistr/test-u8-prev.c: New file.
3401
3402         Tests for module 'unistr/u32-next'.
3403         * modules/unistr/u32-next-tests: New file.
3404         * tests/unistr/test-u32-next.c: New file.
3405
3406         Tests for module 'unistr/u16-next'.
3407         * modules/unistr/u16-next-tests: New file.
3408         * tests/unistr/test-u16-next.c: New file.
3409
3410         Tests for module 'unistr/u8-next'.
3411         * modules/unistr/u8-next-tests: New file.
3412         * tests/unistr/test-u8-next.c: New file.
3413
3414         Tests for module 'unistr/u32-strmbtouc'.
3415         * modules/unistr/u32-strmbtouc-tests: New file.
3416         * tests/unistr/test-u32-strmbtouc.c: New file.
3417
3418         Tests for module 'unistr/u16-strmbtouc'.
3419         * modules/unistr/u16-strmbtouc-tests: New file.
3420         * tests/unistr/test-u16-strmbtouc.c: New file.
3421
3422         Tests for module 'unistr/u8-strmbtouc'.
3423         * modules/unistr/u8-strmbtouc-tests: New file.
3424         * tests/unistr/test-u8-strmbtouc.c: New file.
3425
3426         Tests for module 'unistr/u32-strmblen'.
3427         * modules/unistr/u32-strmblen-tests: New file.
3428         * tests/unistr/test-u32-strmblen.c: New file.
3429
3430         Tests for module 'unistr/u16-strmblen'.
3431         * modules/unistr/u16-strmblen-tests: New file.
3432         * tests/unistr/test-u16-strmblen.c: New file.
3433
3434         Tests for module 'unistr/u8-strmblen'.
3435         * modules/unistr/u8-strmblen-tests: New file.
3436         * tests/unistr/test-u8-strmblen.c: New file.
3437
3438         Tests for module 'unistr/u32-cpy-alloc'.
3439         * modules/unistr/u32-cpy-alloc-tests: New file.
3440         * tests/unistr/test-u32-cpy-alloc.c: New file.
3441
3442         Tests for module 'unistr/u16-cpy-alloc'.
3443         * modules/unistr/u16-cpy-alloc-tests: New file.
3444         * tests/unistr/test-u16-cpy-alloc.c: New file.
3445
3446         Tests for module 'unistr/u8-cpy-alloc'.
3447         * modules/unistr/u8-cpy-alloc-tests: New file.
3448         * tests/unistr/test-u8-cpy-alloc.c: New file.
3449         * tests/unistr/test-cpy-alloc.h: New file.
3450
3451         Tests for module 'unistr/u32-mbsnlen'.
3452         * modules/unistr/u32-mbsnlen-tests: New file.
3453         * tests/unistr/test-u32-mbsnlen.c: New file.
3454
3455         Tests for module 'unistr/u16-mbsnlen'.
3456         * modules/unistr/u16-mbsnlen-tests: New file.
3457         * tests/unistr/test-u16-mbsnlen.c: New file.
3458
3459         Tests for module 'unistr/u8-mbsnlen'.
3460         * modules/unistr/u8-mbsnlen-tests: New file.
3461         * tests/unistr/test-u8-mbsnlen.c: New file.
3462
3463         Tests for module 'unistr/u32-chr'.
3464         * modules/unistr/u32-chr-tests: New file.
3465         * tests/unistr/test-u32-chr.c: New file.
3466
3467         Tests for module 'unistr/u16-chr'.
3468         * modules/unistr/u16-chr-tests: New file.
3469         * tests/unistr/test-u16-chr.c: New file.
3470
3471         Tests for module 'unistr/u8-chr'.
3472         * modules/unistr/u8-chr-tests: New file.
3473         * tests/unistr/test-u8-chr.c: New file.
3474         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
3475
3476         Tests for module 'unistr/u32-cmp2'.
3477         * modules/unistr/u32-cmp2-tests: New file.
3478         * tests/unistr/test-u32-cmp2.c: New file.
3479
3480         Tests for module 'unistr/u16-cmp2'.
3481         * modules/unistr/u16-cmp2-tests: New file.
3482         * tests/unistr/test-u16-cmp2.c: New file.
3483
3484         Tests for module 'unistr/u8-cmp2'.
3485         * modules/unistr/u8-cmp2-tests: New file.
3486         * tests/unistr/test-u8-cmp2.c: New file.
3487         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
3488
3489         Tests for module 'unistr/u32-cmp'.
3490         * modules/unistr/u32-cmp-tests: New file.
3491         * tests/unistr/test-u32-cmp.c: New file.
3492
3493         Tests for module 'unistr/u16-cmp'.
3494         * modules/unistr/u16-cmp-tests: New file.
3495         * tests/unistr/test-u16-cmp.c: New file.
3496
3497         Tests for module 'unistr/u8-cmp'.
3498         * modules/unistr/u8-cmp-tests: New file.
3499         * tests/unistr/test-u8-cmp.c: New file.
3500         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
3501
3502         Tests for module 'unistr/u32-set'.
3503         * modules/unistr/u32-set-tests: New file.
3504         * tests/unistr/test-u32-set.c: New file.
3505
3506         Tests for module 'unistr/u16-set'.
3507         * modules/unistr/u16-set-tests: New file.
3508         * tests/unistr/test-u16-set.c: New file.
3509
3510         Tests for module 'unistr/u8-set'.
3511         * modules/unistr/u8-set-tests: New file.
3512         * tests/unistr/test-u8-set.c: New file.
3513         * tests/unistr/test-set.h: New file.
3514
3515         Tests for module 'unistr/u32-move'.
3516         * modules/unistr/u32-move-tests: New file.
3517         * tests/unistr/test-u32-move.c: New file.
3518
3519         Tests for module 'unistr/u16-move'.
3520         * modules/unistr/u16-move-tests: New file.
3521         * tests/unistr/test-u16-move.c: New file.
3522
3523         Tests for module 'unistr/u8-move'.
3524         * modules/unistr/u8-move-tests: New file.
3525         * tests/unistr/test-u8-move.c: New file.
3526         * tests/unistr/test-move.h: New file.
3527
3528         Tests for module 'unistr/u32-cpy'.
3529         * modules/unistr/u32-cpy-tests: New file.
3530         * tests/unistr/test-u32-cpy.c: New file.
3531
3532         Tests for module 'unistr/u16-cpy'.
3533         * modules/unistr/u16-cpy-tests: New file.
3534         * tests/unistr/test-u16-cpy.c: New file.
3535
3536         Tests for module 'unistr/u8-cpy'.
3537         * modules/unistr/u8-cpy-tests: New file.
3538         * tests/unistr/test-u8-cpy.c: New file.
3539         * tests/unistr/test-cpy.h: New file.
3540
3541 2010-01-09  Bruno Haible  <bruno@clisp.org>
3542
3543         Tests for module 'unistr/u32-uctomb'.
3544         * modules/unistr/u32-uctomb-tests: New file.
3545         * tests/unistr/test-u32-uctomb.c: New file.
3546
3547         Tests for module 'unistr/u16-uctomb'.
3548         * modules/unistr/u16-uctomb-tests: New file.
3549         * tests/unistr/test-u16-uctomb.c: New file.
3550
3551         Tests for module 'unistr/u8-uctomb'.
3552         * modules/unistr/u8-uctomb-tests: New file.
3553         * tests/unistr/test-u8-uctomb.c: New file.
3554
3555         Tests for module 'unistr/u32-mbtoucr'.
3556         * modules/unistr/u32-mbtoucr-tests: New file.
3557         * tests/unistr/test-u32-mbtoucr.c: New file.
3558
3559         Tests for module 'unistr/u16-mbtoucr'.
3560         * modules/unistr/u16-mbtoucr-tests: New file.
3561         * tests/unistr/test-u16-mbtoucr.c: New file.
3562
3563         Tests for module 'unistr/u8-mbtoucr'.
3564         * modules/unistr/u8-mbtoucr-tests: New file.
3565         * tests/unistr/test-u8-mbtoucr.c: New file.
3566
3567         Tests for module 'unistr/u32-mbtouc'.
3568         * modules/unistr/u32-mbtouc-tests: New file.
3569         * tests/unistr/test-u32-mbtouc.c: New file.
3570
3571         Tests for module 'unistr/u16-mbtouc'.
3572         * modules/unistr/u16-mbtouc-tests: New file.
3573         * tests/unistr/test-u16-mbtouc.c: New file.
3574
3575         Tests for module 'unistr/u8-mbtouc'.
3576         * modules/unistr/u8-mbtouc-tests: New file.
3577         * tests/unistr/test-u8-mbtouc.c: New file.
3578
3579         Tests for module 'unistr/u32-mbtouc-unsafe'.
3580         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
3581         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
3582         * tests/unistr/test-u32-mbtouc.h: New file.
3583
3584         Tests for module 'unistr/u16-mbtouc-unsafe'.
3585         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
3586         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
3587         * tests/unistr/test-u16-mbtouc.h: New file.
3588
3589         Tests for module 'unistr/u8-mbtouc-unsafe'.
3590         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
3591         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
3592         * tests/unistr/test-u8-mbtouc.h: New file.
3593
3594         Tests for module 'unistr/u32-mblen'.
3595         * modules/unistr/u32-mblen-tests: New file.
3596         * tests/unistr/test-u32-mblen.c: New file.
3597
3598         Tests for module 'unistr/u16-mblen'.
3599         * modules/unistr/u16-mblen-tests: New file.
3600         * tests/unistr/test-u16-mblen.c: New file.
3601
3602         Tests for module 'unistr/u8-mblen'.
3603         * modules/unistr/u8-mblen-tests: New file.
3604         * tests/unistr/test-u8-mblen.c: New file.
3605
3606         Tests for module 'unistr/u32-to-u16'.
3607         * modules/unistr/u32-to-u16-tests: New file.
3608         * tests/unistr/test-u32-to-u16.c: New file.
3609
3610         Tests for module 'unistr/u32-to-u8'.
3611         * modules/unistr/u32-to-u8-tests: New file.
3612         * tests/unistr/test-u32-to-u8.c: New file.
3613
3614         Tests for module 'unistr/u16-to-u32'.
3615         * modules/unistr/u16-to-u32-tests: New file.
3616         * tests/unistr/test-u16-to-u32.c: New file.
3617
3618         Tests for module 'unistr/u16-to-u8'.
3619         * modules/unistr/u16-to-u8-tests: New file.
3620         * tests/unistr/test-u16-to-u8.c: New file.
3621
3622         Tests for module 'unistr/u8-to-u32'.
3623         * modules/unistr/u8-to-u32-tests: New file.
3624         * tests/unistr/test-u8-to-u32.c: New file.
3625
3626         Tests for module 'unistr/u8-to-u16'.
3627         * modules/unistr/u8-to-u16-tests: New file.
3628         * tests/unistr/test-u8-to-u16.c: New file.
3629
3630         Tests for module 'unistr/u32-check'.
3631         * modules/unistr/u32-check-tests: New file.
3632         * tests/unistr/test-u32-check.c: New file.
3633
3634         Tests for module 'unistr/u16-check'.
3635         * modules/unistr/u16-check-tests: New file.
3636         * tests/unistr/test-u16-check.c: New file.
3637
3638         Tests for module 'unistr/u8-check'.
3639         * modules/unistr/u8-check-tests: New file.
3640         * tests/unistr/test-u8-check.c: New file.
3641
3642         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
3643         (category_equals): New function.
3644         (main): Add more tests.
3645         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
3646
3647         * tests/unictype/test-bidi_byname.c (main): Add more tests.
3648
3649 2010-01-10  Bruno Haible  <bruno@clisp.org>
3650
3651         unistr/u*-strcoll: Try harder to distinguish different strings.
3652         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
3653         compare s1 and s2 to see if they are different.
3654
3655 2010-01-10  Bruno Haible  <bruno@clisp.org>
3656
3657         unistr/u*-stpncpy: Fix the return value.
3658         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
3659         description of the return value consistent with stpncpy in glibc.
3660         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
3661         written non-NUL unit.
3662
3663 2010-01-10  Bruno Haible  <bruno@clisp.org>
3664
3665         unistr/u*-next: Add missing dependencies.
3666         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
3667         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
3668         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
3669
3670 2010-01-10  Bruno Haible  <bruno@clisp.org>
3671
3672         unistr/u8-mbsnlen: Fix return value for incomplete character.
3673         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
3674         u8_mblen.
3675         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
3676         Remove unistr/u8-mblen.
3677         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
3678         u16_mblen.
3679         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
3680         Remove unistr/u16-mblen.
3681
3682 2010-01-10  Bruno Haible  <bruno@clisp.org>
3683
3684         wchar: Fix compilation error when <wchar.h> is used from coreutils.
3685         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
3686         Reported by Brian Gough <bjg@gnu.org> and
3687         Chris Clayton <chris2553@googlemail.com> via
3688         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
3689
3690 2010-01-09  Bruno Haible  <bruno@clisp.org>
3691
3692         unistr/u16-to-u32: Reject invalid input.
3693         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
3694         u16_mbtouc.
3695         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
3696         Remove unistr/u16-mbtouc.
3697
3698         unistr/u16-to-u8: Reject invalid input.
3699         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
3700         u16_mbtouc.
3701         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
3702         Remove unistr/u16-mbtouc.
3703
3704         unistr/u8-to-u32: Reject invalid input.
3705         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
3706         u8_mbtouc.
3707         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
3708         Remove unistr/u8-mbtouc.
3709
3710         unistr/u8-to-u16: Reject invalid input.
3711         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
3712         u8_mbtouc.
3713         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
3714         Remove unistr/u8-mbtouc.
3715
3716 2010-01-09  Bruno Haible  <bruno@clisp.org>
3717
3718         Tests for module 'getlogin'.
3719         * modules/getlogin-tests: New file.
3720         * tests/test-getlogin.c: New file.
3721
3722         New module 'getlogin'.
3723         * lib/unistd.in.h (getlogin): New declaration.
3724         * lib/getlogin.c: New file.
3725         * m4/getlogin.m4: New file.
3726         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
3727         HAVE_GETLOGIN.
3728         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
3729         HAVE_GETLOGIN.
3730         * modules/getlogin: New file.
3731         * doc/posix-functions/getlogin.texi: Mention the new module.
3732         Reported by John W. Eaton <jwe@gnu.org>.
3733
3734 2010-01-09  Bruno Haible  <bruno@clisp.org>
3735
3736         getlogin_r: Support for native Windows.
3737         * lib/getlogin_r.c: Include <windows.h>
3738         (getlogin_r): Implement for native Windows.
3739         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
3740         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
3741         via John W. Eaton <jwe@gnu.org>.
3742
3743 2010-01-09  Bruno Haible  <bruno@clisp.org>
3744
3745         getlogin_r: Small fixes.
3746         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
3747         succeeds.
3748         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
3749         before testing whether getlogin_r is declared. No need to set
3750         HAVE_DECL_GETLOGIN_R to 1.
3751         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
3752
3753 2010-01-09  Bruno Haible  <bruno@clisp.org>
3754
3755         * lib/unistd.in.h (getlogin_r): Add comment.
3756
3757 2010-01-09  Bruno Haible  <bruno@clisp.org>
3758
3759         Tests for module 'getlogin_r'.
3760         * modules/getlogin_r-tests: New file.
3761         * tests/test-getlogin_r.c: New file.
3762
3763 2010-01-09  Jim Meyering  <meyering@redhat.com>
3764
3765         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
3766         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
3767         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
3768
3769 2010-01-08  Simon Josefsson  <simon@josefsson.org>
3770
3771         * lib/dup2.c (rpl_dup2): Improve comment.
3772
3773 2010-01-08  Eric Blake  <ebb9@byu.net>
3774
3775         maint.mk: allow packages to add makefile @@ exceptions
3776         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
3777         (sc_makefile_check): Rename...
3778         (sc_makefile_at_at_check): ...to this, and use hook.
3779
3780         dup2: work around mingw bug
3781         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
3782         Reported by Simon Josefsson.
3783
3784 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
3785
3786         glob: Fix C++ compilation.
3787         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
3788         C++.
3789
3790 2010-01-07  Bruno Haible  <bruno@clisp.org>
3791
3792         Fix indentation of wctype.in.h, broken since 2007-01-06.
3793         * lib/wctype.in.h: Fix indentation of preprocessor directives.
3794
3795 2010-01-07  Bruno Haible  <bruno@clisp.org>
3796
3797         mbslen: Avoid collision with system function.
3798         * lib/string.in.h [MirBSD]: Include <wchar.h>.
3799         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
3800         * m4/mbslen.m4: New file.
3801         * modules/mbslen (Files): Add it.
3802         (configure.ac): Invoke gl_MBSLEN.
3803         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
3804         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
3805         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
3806         via Ian Beckwith <ianb@erislabs.net>.
3807
3808 2010-01-07  Bruno Haible  <bruno@clisp.org>
3809
3810         dirent: Document the last fix.
3811         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
3812
3813 2010-01-07  Bruno Haible  <bruno@clisp.org>
3814
3815         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
3816         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
3817         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
3818         va_list are defined.
3819         * doc/posix-headers/stdio.texi: Document the bug of missing types.
3820         Reported by Eric Blake.
3821
3822 2010-01-07  Bruno Haible  <bruno@clisp.org>
3823
3824         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
3825         * modules/xlist (Depends-on): Add 'list',
3826         * modules/xoset (Depends-on): Add 'oset'.
3827         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3828
3829 2010-01-07  Bruno Haible  <bruno@clisp.org>
3830
3831         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
3832         * doc/posix-functions/strncasecmp.texi: Likewise.
3833
3834 2010-01-07  Bruno Haible  <bruno@clisp.org>
3835
3836         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
3837
3838 2010-01-07  John W. Eaton  <jwe@octave.org>
3839
3840         wctype: allow C++ use
3841         * lib/wctype.in.h: Add extern "C" block for C++.
3842
3843 2010-01-06  Eric Blake  <ebb9@byu.net>
3844
3845         maint.mk: detect incorrect GFDL usage
3846         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
3847
3848 2010-01-06  Jim Meyering  <meyering@redhat.com>
3849         and Eric Blake  <ebb9@byu.net>
3850
3851         maint.mk: ignore multi-line copyright in NEWS
3852         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
3853
3854 2010-01-06  Eric Blake  <ebb9@byu.net>
3855
3856         select: add missing dependency
3857         * modules/select-tests (Depends-on): Move sockets dependency...
3858         * modules/select (Depends-on): ...here.
3859         Reported by Ian Beckwith.
3860
3861         doc: regenerate INSTALL
3862         * doc/INSTALL: Reflect recent autoconf update.
3863         * doc/INSTALL.ISO: Likewise.
3864         * doc/INSTALL.UTF-8: Likewise.
3865
3866         pread: fix compilation on glibc
3867         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
3868         Reported by Ralf Wildenhues.
3869
3870         dirent: fix test failure
3871         * lib/dirent.in.h (includes): Guarantee ino_t.
3872         Reported by Ralf Wildenhues.
3873
3874 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
3875
3876         linkat, renameat: avoid bad free
3877         * lib/at-func2.c (at_func2): Fix typo.
3878         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
3879
3880 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3881
3882         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
3883         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
3884         to avoid failure of symlink test later.
3885
3886 2010-01-06  Eric Blake  <ebb9@byu.net>
3887
3888         stdio, unistd: guarantee ssize_t
3889         * lib/unistd.in.h (includes): Ensure that types required by POSIX
3890         2008 are exposed when needed.
3891         * lib/stdio.in.h (includes): Likewise.
3892         Reported by Ralf Wildenhues.
3893
3894 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
3895
3896         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
3897         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
3898         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
3899
3900 2010-01-06  Jim Meyering  <meyering@redhat.com>
3901
3902         readtokens: this module *does* require xalloc.h
3903         It uses only functions that were omitted by the old syntax-check rule.
3904         * lib/readtokens.c: Include "xalloc.h" once again.
3905         * modules/readtokens (Depends-on): Add xalloc.
3906         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
3907
3908 2010-01-05  Eric Blake  <ebb9@byu.net>
3909
3910         maint: support 'make announcement' from a VPATH build
3911         * top/maint.mk (announcement): Look for correct NEWS file.
3912
3913 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
3914
3915         utimens (fdutimens): ignore a negative FD, per contract
3916         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
3917         when we have a valid file descriptor.  Otherwise, using a brand
3918         new glibc (with just-patched futimens that now fails with EBADF)
3919         would cause this function to fail with ENOSYS.
3920         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
3921         See also http://bugzilla.redhat.com/552320.
3922
3923 2010-01-05  Eric Blake  <ebb9@byu.net>
3924
3925         strcase: document what it provides
3926         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
3927         gnulib module.
3928         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
3929         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
3930
3931 2010-01-05  Jim Meyering  <meyering@redhat.com>
3932
3933         maint: remove useless inclusions of "xalloc.h"
3934         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
3935         * lib/readtokens.c: Likewise.
3936         * lib/same.c: Likewise.
3937         * modules/getloadavg (Depends-on): Remove xalloc.
3938         * modules/readtokens: Likewise.
3939         * modules/same: Likewise.
3940
3941         maint.mk: include 4 more function names in alloca.h-checking regexp
3942         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
3943         regexp.  Before, we would give a false-positive (saying alloca.h
3944         is included unnecessarily) when the only uses involved omitted symbols.
3945
3946         xalloc.h: use consistent formatting
3947         * lib/xalloc.h: Move declarations to start in the first column.
3948
3949 2010-01-05  Eric Blake  <ebb9@byu.net>
3950
3951         mkdir: avoid xalloc
3952         * lib/mkdir.c (includes): Drop unused header.
3953         Reported by John W. Eaton.
3954
3955 2010-01-04  Jim Meyering  <meyering@redhat.com>
3956
3957         nl_langinfo: avoid configure-time syntax error
3958         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
3959         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
3960         the empty string.  Don't let that provoke a shell syntax error.
3961
3962         regcomp, regexec, fnmatch: avoid array bounds read error
3963         * lib/regcomp.c (build_equiv_class): From glibc:
3964         Use only the low 24 bits of a findidx return value as an index
3965         into the weights array.  Patch by Ulrich Drepper:
3966         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
3967         * lib/regexec.c (check_node_accept_bytes): Likewise.
3968         * lib/fnmatch_loop.c (FCT): Likewise.
3969
3970         regcomp: skip collseq lookup when there are no rules
3971         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
3972         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
3973
3974         regcomp: recognize ill-formed { } expressions
3975         * lib/regcomp.c (parse_dup_op): From glibc:
3976         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
3977
3978         regcomp: fix typo in comment
3979         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
3980         s/satisfy/satisfies/.
3981
3982         regcomp: sync from glibc: remove dead store
3983         * lib/regcomp.c (duplicate_node_closure): Remove useless
3984         search_duplicated_node call and dead store.
3985
3986         regcomp: sync from glibc; always use nl_langinfo
3987         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
3988         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
3989         * modules/regex (Depends-on): Add nl_langinfo.
3990
3991 2010-01-04  Eric Blake  <ebb9@byu.net>
3992
3993         fdopendir: fix configure test
3994         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
3995
3996 2010-01-01  Bruno Haible  <bruno@clisp.org>
3997
3998         wchar: Remove unused configure check.
3999         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
4000
4001 2010-01-01  Eric Blake  <ebb9@byu.net>
4002
4003         headers: make check of system header explicit
4004         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
4005         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
4006         ourselves.
4007         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4008         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4009         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
4010         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
4011         internals.
4012         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
4013         missing.
4014         Suggested by Bruno Haible.
4015
4016 2010-01-01  Jim Meyering  <meyering@redhat.com>
4017
4018         ChangeLog: tweak to eliminate unnecessary copyright line
4019         * ChangeLog: Remove a copyright line that was mistakenly updated
4020         by today's update-copyright run.  Reported by Eric Blake.
4021
4022         test-update-copyright: don't let envvar setting cause test failure
4023         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4024
4025 2010-01-01  Bruno Haible  <bruno@clisp.org>
4026
4027         localename: Avoid gcc warning.
4028         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
4029         function if it is not used.
4030
4031 2010-01-01  Jim Meyering  <meyering@redhat.com>
4032
4033         update nearly all FSF copyright year lists to include 2010
4034         Use the same procedure as for 2009, outlined in
4035         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
4036
4037         version-etc: set COPYRIGHT_YEAR to 2010
4038         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
4039
4040 2009-12-31  Eric Blake  <ebb9@byu.net>
4041
4042         doc: correct availability of cygwin 1.5.x getopt
4043         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
4044         variables.
4045         * doc/posix-functions/opterr.texi (opterr): Likewise.
4046         * doc/posix-functions/optind.texi (optind): Likewise.
4047         * doc/posix-functions/optopt.texi (optopt): Likewise.
4048         * doc/posix-functions/tzname.texi (tzname): Likewise.
4049
4050         openat: update maintainer
4051         * modules/openat (Maintainer): Add myself.
4052
4053         utimens: avoid shadowing warning
4054         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
4055         buffers into one, to avoid shadowing, as well as avoiding a
4056         redundant stat.
4057         Reported by Jim Meyering.
4058
4059         test-dup2: avoid compiler warning
4060         * tests/test-dup2.c (is_inheritable): Only define if used.
4061
4062 2010-01-01  Bruno Haible  <bruno@clisp.org>
4063
4064         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
4065         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
4066         defined, use wctomb instead of wcrtomb.
4067
4068 2010-01-01  Bruno Haible  <bruno@clisp.org>
4069
4070         iconv: Reject native Solaris iconv.
4071         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
4072         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
4073
4074 2009-12-31  Bruno Haible  <bruno@clisp.org>
4075
4076         * tests/test-signal.c (main): Remove test of 'SIG'.
4077
4078 2009-12-31  Bruno Haible  <bruno@clisp.org>
4079
4080         spawn: Fix incomplete fix.
4081         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4082         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4083         warnings for GNULIB_POSIXCHECK again.
4084         Reported by Eric Blake.
4085
4086 2009-12-31  Bruno Haible  <bruno@clisp.org>
4087
4088         Avoid namespace pollution on glibc systems.
4089         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
4090         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
4091         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
4092         glibc systems.
4093
4094 2009-12-31  Bruno Haible  <bruno@clisp.org>
4095
4096         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
4097         (gl_REPLACE_WCHAR_H): Turn into a no-op.
4098         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
4099         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
4100         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
4101         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
4102         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
4103
4104 2009-12-31  Bruno Haible  <bruno@clisp.org>
4105
4106         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
4107         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
4108         afterwards.
4109
4110 2009-12-31  Bruno Haible  <bruno@clisp.org>
4111
4112         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
4113         SYS_UTSNAME_H.
4114
4115 2009-12-31  Bruno Haible  <bruno@clisp.org>
4116
4117         spawn: Fix misapplied patch.
4118         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4119         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4120         warnings for GNULIB_POSIXCHECK.
4121
4122 2009-12-31  Bruno Haible  <bruno@clisp.org>
4123
4124         times: Update after sys_times changed.
4125         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
4126         * modules/times (Files): Add it.
4127         (configure.ac): Invoke gl_FUNC_TIMES.
4128
4129 2009-12-31  Bruno Haible  <bruno@clisp.org>
4130
4131         Use AC_C_INLINE where necessary.
4132         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
4133         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4134         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4135         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4136         * m4/mbfile.m4 (gl_MBFILE): Likewise.
4137         * m4/mbiter.m4 (gl_MBITER): Likewise.
4138         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4139         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4140         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
4141         * modules/u64 (configure.ac): Likewise.
4142
4143 2009-12-31  Bruno Haible  <bruno@clisp.org>
4144
4145         Use AC_C_INLINE instead of module 'inline' where possible.
4146         * modules/inline (Description): Clarify purpose.
4147         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
4148         * modules/count-one-bits (Depends-on): Remove inline.
4149         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4150         * modules/openat (Depends-on): Remove inline.
4151         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4152         instead of depending on module 'inline'.
4153         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4154         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4155         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4156         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4157         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4158         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4159         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4160         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4161         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4162         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
4163         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
4164         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
4165         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
4166         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
4167         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
4168         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
4169         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
4170         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
4171         Likewise.
4172         * modules/unictype/property-ascii-hex-digit (Depends-on,
4173         configure.ac): Likewise.
4174         * modules/unictype/property-bidi-arabic-digit (Depends-on,
4175         configure.ac): Likewise.
4176         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
4177         configure.ac): Likewise.
4178         * modules/unictype/property-bidi-block-separator (Depends-on,
4179         configure.ac): Likewise.
4180         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
4181         configure.ac): Likewise.
4182         * modules/unictype/property-bidi-common-separator (Depends-on,
4183         configure.ac): Likewise.
4184         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
4185         Likewise.
4186         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
4187         configure.ac): Likewise.
4188         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
4189         configure.ac): Likewise.
4190         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
4191         configure.ac): Likewise.
4192         * modules/unictype/property-bidi-european-digit (Depends-on,
4193         configure.ac): Likewise.
4194         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
4195         configure.ac): Likewise.
4196         * modules/unictype/property-bidi-left-to-right (Depends-on,
4197         configure.ac): Likewise.
4198         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
4199         configure.ac): Likewise.
4200         * modules/unictype/property-bidi-other-neutral (Depends-on,
4201         configure.ac): Likewise.
4202         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
4203         Likewise.
4204         * modules/unictype/property-bidi-segment-separator (Depends-on,
4205         configure.ac): Likewise.
4206         * modules/unictype/property-bidi-whitespace (Depends-on,
4207         configure.ac): Likewise.
4208         * modules/unictype/property-combining (Depends-on, configure.ac):
4209         Likewise.
4210         * modules/unictype/property-composite (Depends-on, configure.ac):
4211         Likewise.
4212         * modules/unictype/property-currency-symbol (Depends-on,
4213         configure.ac): Likewise.
4214         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
4215         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
4216         Likewise.
4217         * modules/unictype/property-default-ignorable-code-point (Depends-on,
4218         configure.ac): Likewise.
4219         * modules/unictype/property-deprecated (Depends-on, configure.ac):
4220         Likewise.
4221         * modules/unictype/property-diacritic (Depends-on, configure.ac):
4222         Likewise.
4223         * modules/unictype/property-extender (Depends-on, configure.ac):
4224         Likewise.
4225         * modules/unictype/property-format-control (Depends-on, configure.ac):
4226         Likewise.
4227         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
4228         Likewise.
4229         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
4230         Likewise.
4231         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
4232         Likewise.
4233         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
4234         Likewise.
4235         * modules/unictype/property-hyphen (Depends-on, configure.ac):
4236         Likewise.
4237         * modules/unictype/property-id-continue (Depends-on, configure.ac):
4238         Likewise.
4239         * modules/unictype/property-id-start (Depends-on, configure.ac):
4240         Likewise.
4241         * modules/unictype/property-ideographic (Depends-on, configure.ac):
4242         Likewise.
4243         * modules/unictype/property-ids-binary-operator (Depends-on,
4244         configure.ac): Likewise.
4245         * modules/unictype/property-ids-trinary-operator (Depends-on,
4246         configure.ac): Likewise.
4247         * modules/unictype/property-ignorable-control (Depends-on,
4248         configure.ac): Likewise.
4249         * modules/unictype/property-iso-control (Depends-on, configure.ac):
4250         Likewise.
4251         * modules/unictype/property-join-control (Depends-on, configure.ac):
4252         Likewise.
4253         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
4254         Likewise.
4255         * modules/unictype/property-line-separator (Depends-on, configure.ac):
4256         Likewise.
4257         * modules/unictype/property-logical-order-exception (Depends-on,
4258         configure.ac): Likewise.
4259         * modules/unictype/property-lowercase (Depends-on, configure.ac):
4260         Likewise.
4261         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
4262         * modules/unictype/property-non-break (Depends-on, configure.ac):
4263         Likewise.
4264         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
4265         Likewise.
4266         * modules/unictype/property-numeric (Depends-on, configure.ac):
4267         Likewise.
4268         * modules/unictype/property-other-alphabetic (Depends-on,
4269         configure.ac): Likewise.
4270         * modules/unictype/property-other-default-ignorable-code-point
4271         (Depends-on, configure.ac): Likewise.
4272         * modules/unictype/property-other-grapheme-extend (Depends-on,
4273         configure.ac): Likewise.
4274         * modules/unictype/property-other-id-continue (Depends-on,
4275         configure.ac): Likewise.
4276         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
4277         Likewise.
4278         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
4279         Likewise.
4280         * modules/unictype/property-other-math (Depends-on, configure.ac):
4281         Likewise.
4282         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
4283         Likewise.
4284         * modules/unictype/property-paired-punctuation (Depends-on,
4285         configure.ac): Likewise.
4286         * modules/unictype/property-paragraph-separator (Depends-on,
4287         configure.ac): Likewise.
4288         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
4289         Likewise.
4290         * modules/unictype/property-pattern-white-space (Depends-on,
4291         configure.ac): Likewise.
4292         * modules/unictype/property-private-use (Depends-on, configure.ac):
4293         Likewise.
4294         * modules/unictype/property-punctuation (Depends-on, configure.ac):
4295         Likewise.
4296         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
4297         Likewise.
4298         * modules/unictype/property-radical (Depends-on, configure.ac):
4299         Likewise.
4300         * modules/unictype/property-sentence-terminal (Depends-on,
4301         configure.ac): Likewise.
4302         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
4303         Likewise.
4304         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
4305         * modules/unictype/property-terminal-punctuation (Depends-on,
4306         configure.ac): Likewise.
4307         * modules/unictype/property-titlecase (Depends-on, configure.ac):
4308         Likewise.
4309         * modules/unictype/property-unassigned-code-value (Depends-on,
4310         configure.ac): Likewise.
4311         * modules/unictype/property-unified-ideograph (Depends-on,
4312         configure.ac): Likewise.
4313         * modules/unictype/property-uppercase (Depends-on, configure.ac):
4314         Likewise.
4315         * modules/unictype/property-variation-selector (Depends-on,
4316         configure.ac): Likewise.
4317         * modules/unictype/property-white-space (Depends-on, configure.ac):
4318         Likewise.
4319         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
4320         Likewise.
4321         * modules/unictype/property-xid-start (Depends-on, configure.ac):
4322         Likewise.
4323         * modules/unictype/property-zero-width (Depends-on, configure.ac):
4324         Likewise.
4325         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
4326         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
4327         Likewise.
4328
4329 2009-12-31  Bruno Haible  <bruno@clisp.org>
4330
4331         Remove unnecessary AC_C_INLINE invocation.
4332         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
4333         since 2009-08-21.
4334
4335 2009-12-31  Jim Meyering  <meyering@redhat.com>
4336
4337         maint.mk: don't require explicit gpg_key_ID in cfg.mk
4338         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
4339         With this change, we can all remove the gpg_key_ID = ... definition
4340         from our respective cfg.mk files.
4341
4342         maint.mk: create announcement template in ~/, not in /tmp
4343         * top/maint.mk (emit_upload_commands): Adjust.
4344         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
4345         Remove temporary file, .ci-msg.
4346
4347 2009-12-31  Eric Blake  <ebb9@byu.net>
4348
4349         link-warning: always build headers with link warnings
4350         * modules/arpa_inet (Makefile.am): Always build replacement
4351         header.
4352         * modules/ctype (Makefile.am): Likewise.
4353         * modules/dirent (Makefile.am): Likewise.
4354         * modules/inttypes (Makefile.am): Likewise.
4355         * modules/langinfo (Makefile.am): Likewise.
4356         * modules/locale (Makefile.am): Likewise.
4357         * modules/spawn (Makefile.am): Likewise.
4358         * modules/sys_file (Makefile.am): Likewise.
4359         * modules/sys_ioctl (Makefile.am): Likewise.
4360         * modules/sys_select (Makefile.am): Likewise.
4361         * modules/sys_socket (Makefile.am): Likewise.
4362         * modules/sys_times (Makefile.am): Likewise.
4363         * modules/sys_utsname (Makefile.am): Likewise.
4364         * modules/sys_wait (Makefile.am): Likewise.
4365         * modules/wchar (Makefile.am): Likewise.
4366         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
4367         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
4368         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
4369         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
4370         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
4371         Likewise.
4372         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4373         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4374         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
4375         Likewise.
4376         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
4377         Likewise.
4378         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
4379         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
4380         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
4381         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4382         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4383         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4384         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4385         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
4386         (gl_WCHAR_H_DEFAULTS): Likewise.
4387
4388 2009-12-31  Eric Blake  <ebb9@byu.net>
4389
4390         signal, spawn: use link warnings
4391         * lib/signal.in.h (sigset_t): Make unconditional.
4392         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
4393         (sigpending, sigprocmask, sigaction): Add link warnings.
4394         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
4395         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
4396         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
4397         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
4398         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
4399         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
4400         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
4401         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
4402         (posix_spawn_file_actions_destroy)
4403         (posix_spawn_file_actions_addopen)
4404         (posix_spawn_file_actions_addclose)
4405         (posix_spawn_file_actions_adddup2): Likewise.
4406         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
4407         * tests/test-signal.c (main): Enhance test.
4408
4409         spawn: improve wrapper support
4410         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
4411         (gl_SPAWN_H_DEFAULTS): New defaults.
4412         * modules/spawn (Makefile.am): Substitute them.
4413         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
4414         Only declare if missing or broken.
4415
4416         sys_times, sys_utsname: use include_next
4417         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
4418         header.
4419         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
4420         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4421         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4422         * modules/sys_times (Depends-on): Add include_next.
4423         (Makefile.am): Substitute additional values.
4424         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4425         * lib/sys_times.in.h (includes): Include native header, if
4426         available.
4427         * lib/sys_utsname.in.h (includes): Likewise.
4428         * tests/test-sys_times.c (main): Enhance test.
4429
4430         fdutimensat: revert prior patch
4431         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
4432         utimens.h.
4433         Reported by Bruno Haible.
4434
4435 2009-12-30  Eric Blake  <ebb9@byu.net>
4436
4437         sys_wait: drop link-warning dependency
4438         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
4439         link-warning efforts.
4440         * lib/sys_wait.in.h: Likewise.
4441
4442         fdutimensat: remove bogus dependency
4443         * modules/fdutimensat (Depends-on): Drop inline.
4444
4445         unistd: fix typo
4446         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
4447
4448 2009-12-30  Bruno Haible  <bruno@clisp.org>
4449
4450         Fix compilation error with Solaris cc.
4451         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
4452         * lib/unicase/u16-is-invariant.c: Likewise.
4453         * lib/unicase/u32-is-invariant.c: Likewise.
4454         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4455
4456 2009-12-30  Bruno Haible  <bruno@clisp.org>
4457
4458         Fix test crash.
4459         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
4460         locales.
4461         Reported by Simon Josefsson <simon@josefsson.org>.
4462
4463 2009-12-30  Bruno Haible  <bruno@clisp.org>
4464
4465         Fix compilation error on most platforms.
4466         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
4467         Reported by Simon Josefsson <simon@josefsson.org>
4468         and Nelson H. F. Beebe <beebe@math.utah.edu>.
4469
4470 2009-12-30  Eric Blake  <ebb9@byu.net>
4471
4472         futimens, utimensat: work around ntfs-3g bug
4473         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
4474         a ctime bug is present, and expand workaround to cover ntfs-3g.
4475         * lib/utimens.c (fdutimens, lutimens): Likewise.
4476         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
4477         (validate_timespec): Adjust return value.
4478         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
4479         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4480         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
4481
4482 2009-12-29  Eric Blake  <ebb9@byu.net>
4483
4484         link-warning: make usage consistent
4485         * modules/ctype (Depends-on): Add link-warning.
4486         (Makefile.am): Update rules accordingly.
4487         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4488         * modules/locale (Depends-on, Makefile.am): Likewise.
4489         * modules/sys_file (Makefile.am): Likewise.
4490         * modules/getopt-posix (Makefile.am): Delete unused link warning
4491         efforts.
4492         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
4493         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
4494         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
4495         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
4496
4497         stdio: remove unused variables
4498         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
4499         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
4500         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
4501
4502         tests: test more substitute headers
4503         * modules/ctype-tests: New file.
4504         * modules/dirent-tests: Likewise.
4505         * modules/spawn-tests: Likewise.
4506         * modules/sys_file-tests: Likewise.
4507         * modules/sys_ioctl-tests: Likewise.
4508         * modules/sys_wait-tests: Likewise.
4509         * tests/test-ctype.c: Likewise.
4510         * tests/test-dirent.c: Likewise.
4511         * tests/test-spawn.c: Likewise.
4512         * tests/test-sys_file.c: Likewise.
4513         * tests/test-sys_ioctl.c: Likewise.
4514         * tests/test-sys_wait.c: Likewise.
4515         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
4516         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
4517         whether or not flock is in use.
4518
4519         tests: remove License section from module
4520         * modules/arpa_inet-tests: Remove unneeded section.
4521         * modules/byteswap-tests: Likewise.
4522         * modules/ceilf-tests: Likewise.
4523         * modules/ceill-tests: Likewise.
4524         * modules/crypto/des-tests: Likewise.
4525         * modules/crypto/gc-arcfour-tests: Likewise.
4526         * modules/crypto/gc-arctwo-tests: Likewise.
4527         * modules/crypto/gc-des-tests: Likewise.
4528         * modules/crypto/gc-hmac-md5-tests: Likewise.
4529         * modules/crypto/gc-hmac-sha1-tests: Likewise.
4530         * modules/crypto/gc-md2-tests: Likewise.
4531         * modules/crypto/gc-md4-tests: Likewise.
4532         * modules/crypto/gc-md5-tests: Likewise.
4533         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
4534         * modules/crypto/gc-rijndael-tests: Likewise.
4535         * modules/crypto/gc-sha1-tests: Likewise.
4536         * modules/crypto/gc-tests: Likewise.
4537         * modules/crypto/md2-tests: Likewise.
4538         * modules/crypto/md4-tests: Likewise.
4539         * modules/fcntl-h-tests: Likewise.
4540         * modules/floorf-tests: Likewise.
4541         * modules/floorl-tests: Likewise.
4542         * modules/frexp-nolibm-tests: Likewise.
4543         * modules/frexp-tests: Likewise.
4544         * modules/frexpl-nolibm-tests: Likewise.
4545         * modules/frexpl-tests: Likewise.
4546         * modules/getaddrinfo-tests: Likewise.
4547         * modules/inttypes-tests: Likewise.
4548         * modules/isfinite-tests: Likewise.
4549         * modules/isinf-tests: Likewise.
4550         * modules/ldexpl-tests: Likewise.
4551         * modules/locale-tests: Likewise.
4552         * modules/math-tests: Likewise.
4553         * modules/netdb-tests: Likewise.
4554         * modules/netinet_in-tests: Likewise.
4555         * modules/printf-frexp-tests: Likewise.
4556         * modules/printf-frexpl-tests: Likewise.
4557         * modules/priv-set-tests: Likewise.
4558         * modules/random_r-tests: Likewise.
4559         * modules/round-tests: Likewise.
4560         * modules/roundf-tests: Likewise.
4561         * modules/roundl-tests: Likewise.
4562         * modules/search-tests: Likewise.
4563         * modules/select-tests: Likewise.
4564         * modules/signal-tests: Likewise.
4565         * modules/stdbool-tests: Likewise.
4566         * modules/stddef-tests: Likewise.
4567         * modules/stdint-tests: Likewise.
4568         * modules/stdio-tests: Likewise.
4569         * modules/stdlib-tests: Likewise.
4570         * modules/string-tests: Likewise.
4571         * modules/strings-tests: Likewise.
4572         * modules/sys_select-tests: Likewise.
4573         * modules/sys_socket-tests: Likewise.
4574         * modules/sys_stat-tests: Likewise.
4575         * modules/sys_time-tests: Likewise.
4576         * modules/sys_utsname-tests: Likewise.
4577         * modules/sysexits-tests: Likewise.
4578         * modules/time-tests: Likewise.
4579         * modules/trunc-tests: Likewise.
4580         * modules/truncf-tests: Likewise.
4581         * modules/truncl-tests: Likewise.
4582         * modules/tsearch-tests: Likewise.
4583         * modules/unistd-tests: Likewise.
4584         * modules/wchar-tests: Likewise.
4585         * modules/wctype-tests: Likewise.
4586
4587         tests: fix license on several tests
4588         * tests/test-des.c: Update to GPLv3+.
4589         * tests/test-flock.c: Likewise.
4590         * tests/test-fsync.c: Likewise.
4591         * tests/test-futimens.h: Likewise.
4592         * tests/test-gc-arcfour.c: Likewise.
4593         * tests/test-gc-arctwo.c: Likewise.
4594         * tests/test-gc-des.c: Likewise.
4595         * tests/test-gc-hmac-md5.c: Likewise.
4596         * tests/test-gc-hmac-sha1.c: Likewise.
4597         * tests/test-gc-md2.c: Likewise.
4598         * tests/test-gc-md4.c: Likewise.
4599         * tests/test-gc-md5.c: Likewise.
4600         * tests/test-gc-pbkdf2-sha1.c: Likewise.
4601         * tests/test-gc-rijndael.c: Likewise.
4602         * tests/test-gc-sha1.c: Likewise.
4603         * tests/test-gc.c: Likewise.
4604         * tests/test-getcwd.c: Likewise.
4605         * tests/test-link.c: Likewise.
4606         * tests/test-link.h: Likewise.
4607         * tests/test-lutimens.h: Likewise.
4608         * tests/test-md2.c: Likewise.
4609         * tests/test-md4.c: Likewise.
4610         * tests/test-mkdir.h: Likewise.
4611         * tests/test-rename.c: Likewise.
4612         * tests/test-rename.h: Likewise.
4613         * tests/test-safe-alloc.c: Likewise.
4614         * tests/test-utimens-common.h: Likewise.
4615         * tests/test-utimens.h: Likewise.
4616
4617         maint: sync license texts
4618         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
4619         * doc/gpl-3.0.texi: Revert copyright year update.
4620         * doc/lgpl-3.0.texi: Likewise.
4621
4622 2009-12-29  Jim Meyering  <meyering@redhat.com>
4623
4624         update nearly all FSF copyright year lists to include 2009
4625         The files named by the following are exempted:
4626             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
4627               test -f "$dst" && { echo "$dst"; continue; }
4628               test -d "$dst" || continue
4629               echo "$dst"/$(basename "$src")
4630             done > exempt
4631             git ls-files tests/unictype >> exempt
4632         In the remaining files, convert to all-interval notation if
4633         - there is already at least one year interval like 2000-2003
4634         - the file is maintained by me
4635         - the file is in lib/uni*/, where that style already prevails
4636         Otherwise, use update-copyright's default.
4637
4638 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4639         and Eric Blake  <ebb9@byu.net>
4640
4641         tests: don't require debug system() to pass
4642         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
4643         * tests/test-rmdir.h (test_rmdir_func): Likewise.
4644         * tests/test-unlink.h (test_unlink_func): Likewise.
4645         * tests/test-fstatat.c (main): ...into callers.
4646         * tests/test-lstat.c (main): Likewise.
4647         * tests/test-rmdir.c (main): Likewise.
4648         * tests/test-unlink.c (main): Likewise.
4649         * tests/test-unlinkat.c (main): Likewise.
4650         * tests/test-areadlink-with-size.c (main): Don't require a
4651         debug-only system call to pass, aiding cross-testing to mingw.
4652         * tests/test-areadlink.c (main): Likewise.
4653         * tests/test-areadlinkat-with-size.c (main): Likewise.
4654         * tests/test-areadlinkat.c (main): Likewise.
4655         * tests/test-canonicalize-lgpl.c (main): Likewise.
4656         * tests/test-canonicalize.c (main): Likewise.
4657         * tests/test-chown.c (main): Likewise.
4658         * tests/test-fchownat.c (main): Likewise.
4659         * tests/test-lchown.c (main): Likewise.
4660         * tests/test-fdutimensat.c (main): Likewise.
4661         * tests/test-futimens.c (main): Likewise.
4662         * tests/test-link.c (main): Likewise.
4663         * tests/test-linkat.c (main): Likewise.
4664         * tests/test-mkdir.c (main): Likewise.
4665         * tests/test-mkdirat.c (main): Likewise.
4666         * tests/test-mkfifo.c (main): Likewise.
4667         * tests/test-mkfifoat.c (main): Likewise.
4668         * tests/test-mknod.c (main): Likewise.
4669         * tests/test-readlink.c (main): Likewise.
4670         * tests/test-remove.c (main): Likewise.
4671         * tests/test-rename.c (main): Likewise.
4672         * tests/test-renameat.c (main): Likewise.
4673         * tests/test-symlink.c (main): Likewise.
4674         * tests/test-symlinkat.c (main): Likewise.
4675         * tests/test-utimens.c (main): Likewise.
4676         * tests/test-utimensat.c (main): Likewise.
4677
4678 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4679
4680         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
4681         on $(UNUSED_PARAMETER_H) to avoid build failure.
4682
4683 2009-12-28  Jim Meyering  <meyering@redhat.com>
4684
4685         update-copyright: you may specify a max. line length other than 72
4686         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4687
4688         maint: use consistent FSF copyright line syntax
4689         * lib/posixtm.c: Add missing comma in FSF copyright line.
4690         * lib/posixtm.h: Likewise.
4691         * lib/getugroups.c: Add missing ", Inc.".
4692
4693         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
4694         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
4695         FSF copyright line.  Remove trailing blanks.
4696
4697 2009-12-28  Eric Blake  <ebb9@byu.net>
4698
4699         test-dup2: reduce dependencies
4700         * modules/cloexec (Configure.ac): Set witness.
4701         * modules/dup2-tests (Depends-on): Drop cloexec.
4702         * tests/test-dup2.c (main): Skip portion of test if cloexec module
4703         not present.
4704         Suggested by Bruno Haible.
4705
4706 2009-12-26  Bruno Haible  <bruno@clisp.org>
4707
4708         Remove an unneeded dependency.
4709         * modules/fseterr (Depends-on): Remove dup2.
4710
4711 2009-12-26  Eric Blake  <ebb9@byu.net>
4712
4713         tests: use macros.h in more places
4714         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
4715         (ASSERT_STREAM): Provide default of stderr.
4716         * tests/test-dirent-safer.c: Include macros.h, using alternate
4717         stream for assertions.
4718         * tests/test-dup-safer.c: Likewise.
4719         * tests/test-freopen-safer.c: Likewise.
4720         * tests/test-getopt.c: Likewise.
4721         * tests/test-openat-safer.c: Likewise.
4722         * tests/test-pipe.c: Likewise.
4723         * tests/test-popen-safer.c: Likewise.
4724         * modules/dirent-safer-tests (Files): Include macros.h.
4725         * modules/unistd-safer-tests (Files): Likewise.
4726         * modules/freopen-safer-tests (Files): Likewise.
4727         * modules/getopt-posix-tests (Files): Likewise.
4728         * modules/openat-safer-tests (Files): Likewise.
4729         * modules/pipe-tests (Files): Likewise.
4730
4731 2009-12-26  Bruno Haible  <bruno@clisp.org>
4732
4733         javacomp: Portability fix.
4734         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
4735         that it also works on Solaris.
4736
4737 2009-12-26  Bruno Haible  <bruno@clisp.org>
4738
4739         localename: Fix storage allocation of gl_locale_name_thread's result.
4740         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
4741         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
4742         all platforms that have 'uselocale'.
4743         (gl_locale_name_thread_unsafe): New function, extracted from
4744         gl_locale_name_thread.
4745         (gl_locale_name_thread): Call struniq on all platforms that have
4746         'uselocale'.
4747         * tests/test-localename.c (test_locale_name_thread): Check that the
4748         resulting strings are permanently allocated.
4749         * modules/localename-tests (Depends-on): Add strdup.
4750
4751 2009-12-26  Bruno Haible  <bruno@clisp.org>
4752
4753         * tests/test-localename.c (categories): Fill in the strings.
4754
4755 2009-12-26  Jim Meyering  <meyering@redhat.com>
4756
4757         isdir: complete the removal of m4/isdir.m4
4758         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
4759
4760         isdir: clean up, since at least grep still uses it
4761         * lib/isdir.c: Include "isdir.h".
4762         (S_ISDIR): Remove now-unneeded definition.
4763         * modules/isdir (Files): Add lib/isdir.h.
4764         * lib/isdir.h: New file, with declaration.
4765         * m4/isdir.m4: Remove file -- unneeded.
4766
4767 2009-12-25  Bruno Haible  <bruno@clisp.org>
4768
4769         selinux-h: Make generated .h files standalone.
4770         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
4771         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
4772         * lib/se-selinux.in.h: Likewise.
4773         * modules/selinux-h (Depends-on): Add unused-parameter.
4774         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
4775         selinux/selinux.h and selinux/context.h.
4776         Suggested by Eric Blake.
4777
4778 2009-12-25  Bruno Haible  <bruno@clisp.org>
4779
4780         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
4781         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
4782         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
4783         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
4784         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
4785
4786 2009-12-24  Bruno Haible  <bruno@clisp.org>
4787
4788         openat: Fix warning.
4789         * lib/openat-proc.c: Include <unistd.h>.
4790
4791 2009-12-24  Bruno Haible  <bruno@clisp.org>
4792
4793         New module 'unused-parameter'.
4794         * build-aux/unused-parameter.h: New file, extracted from earlier
4795         gnulib-common.m4.
4796         * modules/unused-parameter: New file.
4797         * lib/unistr.h: Include unused-parameter.h.
4798         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
4799         _GL_UNUSED.
4800         * modules/unistr/base (Depends-on): Add unused-parameter.
4801
4802 2009-12-24  Bruno Haible  <bruno@clisp.org>
4803
4804         Add missing dependencies to 'extensions' module.
4805         * m4/extensions.m4: Add comment.
4806         * modules/accept4 (Depends-on): Add extensions.
4807         * modules/dup3 (Depends-on): Likewise.
4808         * modules/fcntl (Depends-on): Likewise.
4809         * modules/futimens (Depends-on): Likewise.
4810         * modules/mknod (Depends-on): Likewise.
4811         * modules/pipe2 (Depends-on): Likewise.
4812         * modules/stat-time (Depends-on): Likewise.
4813         * modules/strcasestr-simple (Depends-on): Likewise.
4814         * modules/strsignal (Depends-on): Likewise.
4815         * modules/utimensat (Depends-on): Likewise.
4816         * modules/localcharset (Depends-on): Likewise. Needed because of
4817         gl_FCNTL_O_FLAGS.
4818         * modules/wcrtomb (Depends-on): Likewise. Needed because of
4819         AC_TYPE_MBSTATE_T.
4820         * modules/wcsnrtombs (Depends-on): Likewise.
4821         * modules/wcsrtombs (Depends-on): Likewise.
4822
4823 2009-12-24  Bruno Haible  <bruno@clisp.org>
4824
4825         binary-io: Avoid gcc warning due to SET_BINARY.
4826         * lib/binary-io.h (SET_BINARY): Cast the result to void.
4827         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
4828
4829 2009-12-24  Bruno Haible  <bruno@clisp.org>
4830
4831         Avoid future namespace pollution on glibc systems.
4832         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
4833         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
4834         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
4835         glibc systems.
4836
4837 2009-12-24  Bruno Haible  <bruno@clisp.org>
4838
4839         Refactor common macros used in tests.
4840         * tests/macros.h: New file.
4841         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
4842         and/or <stdlib.h>, if appropriate.
4843         (ASSERT, SIZEOF): Remove macros.
4844         * tests/test-areadlink-with-size.c: Likewise.
4845         * tests/test-areadlinkat.c: Likewise.
4846         * tests/test-areadlinkat-with-size.c: Likewise.
4847         * tests/test-argmatch.c: Likewise.
4848         * tests/test-argv-iter.c: Likewise.
4849         * tests/test-array-mergesort.c: Likewise.
4850         * tests/test-array_list.c: Likewise.
4851         * tests/test-array_oset.c: Likewise.
4852         * tests/test-avltree_list.c: Likewise.
4853         * tests/test-avltree_oset.c: Likewise.
4854         * tests/test-avltreehash_list.c: Likewise.
4855         * tests/test-base64.c: Likewise.
4856         * tests/test-binary-io.c: Likewise.
4857         * tests/test-bitrotate.c: Likewise.
4858         * tests/test-btowc.c: Likewise.
4859         * tests/test-byteswap.c: Likewise.
4860         * tests/test-c-ctype.c: Likewise.
4861         * tests/test-c-stack.c: Likewise.
4862         * tests/test-c-strcasecmp.c: Likewise.
4863         * tests/test-c-strcasestr.c: Likewise.
4864         * tests/test-c-strncasecmp.c: Likewise.
4865         * tests/test-c-strstr.c: Likewise.
4866         * tests/test-canonicalize-lgpl.c: Likewise.
4867         * tests/test-canonicalize.c: Likewise.
4868         * tests/test-carray_list.c: Likewise.
4869         * tests/test-ceilf1.c: Likewise.
4870         * tests/test-ceilf2.c: Likewise.
4871         * tests/test-ceill.c: Likewise.
4872         * tests/test-chown.c: Likewise.
4873         * tests/test-cloexec.c: Likewise.
4874         * tests/test-copy-acl.c: Likewise.
4875         * tests/test-copy-file.c: Likewise.
4876         * tests/test-count-one-bits.c: Likewise.
4877         * tests/test-dprintf-posix.c: Likewise.
4878         * tests/test-dup2.c: Likewise.
4879         * tests/test-dup3.c: Likewise.
4880         * tests/test-duplocale.c: Likewise.
4881         * tests/test-fbufmode.c: Likewise.
4882         * tests/test-fchdir.c: Likewise.
4883         * tests/test-fchownat.c: Likewise.
4884         * tests/test-fcntl-safer.c: Likewise.
4885         * tests/test-fcntl.c: Likewise.
4886         * tests/test-fdopendir.c: Likewise.
4887         * tests/test-fdutimensat.c: Likewise.
4888         * tests/test-fflush2.c: Likewise.
4889         * tests/test-file-has-acl.c: Likewise.
4890         * tests/test-filevercmp.c: Likewise.
4891         * tests/test-flock.c: Likewise.
4892         * tests/test-floorf1.c: Likewise.
4893         * tests/test-floorf2.c: Likewise.
4894         * tests/test-floorl.c: Likewise.
4895         * tests/test-fnmatch.c: Likewise.
4896         * tests/test-fopen.h: Likewise.
4897         * tests/test-fpending.c: Likewise.
4898         * tests/test-fprintf-posix.c: Likewise.
4899         * tests/test-fpurge.c: Likewise.
4900         * tests/test-freadable.c: Likewise.
4901         * tests/test-freadahead.c: Likewise.
4902         * tests/test-freading.c: Likewise.
4903         * tests/test-freadptr.c: Likewise.
4904         * tests/test-freadptr2.c: Likewise.
4905         * tests/test-freadseek.c: Likewise.
4906         * tests/test-freopen.c: Likewise.
4907         * tests/test-frexp.c: Likewise.
4908         * tests/test-frexpl.c: Likewise.
4909         * tests/test-fseek.c: Likewise.
4910         * tests/test-fseeko.c: Likewise.
4911         * tests/test-fstatat.c: Likewise.
4912         * tests/test-fstrcmp.c: Likewise.
4913         * tests/test-fsync.c: Likewise.
4914         * tests/test-ftell.c: Likewise.
4915         * tests/test-ftello.c: Likewise.
4916         * tests/test-func.c: Likewise.
4917         * tests/test-futimens.c: Likewise.
4918         * tests/test-fwritable.c: Likewise.
4919         * tests/test-fwriting.c: Likewise.
4920         * tests/test-getcwd.c: Likewise.
4921         * tests/test-getdate.c: Likewise.
4922         * tests/test-getdelim.c: Likewise.
4923         * tests/test-getdtablesize.c: Likewise.
4924         * tests/test-getgroups.c: Likewise.
4925         * tests/test-getline.c: Likewise.
4926         * tests/test-getndelim2.c: Likewise.
4927         * tests/test-glob.c: Likewise.
4928         * tests/test-hash.c: Likewise.
4929         * tests/test-i-ring.c: Likewise.
4930         * tests/test-iconv-utf.c: Likewise.
4931         * tests/test-iconv.c: Likewise.
4932         * tests/test-idpriv-drop.c: Likewise.
4933         * tests/test-idpriv-droptemp.c: Likewise.
4934         * tests/test-inet_ntop.c: Likewise.
4935         * tests/test-inet_pton.c: Likewise.
4936         * tests/test-isblank.c: Likewise.
4937         * tests/test-isfinite.c: Likewise.
4938         * tests/test-isinf.c: Likewise.
4939         * tests/test-isnan.c: Likewise.
4940         * tests/test-isnand.h: Likewise.
4941         * tests/test-isnanf.h: Likewise.
4942         * tests/test-isnanl.h: Likewise.
4943         * tests/test-lchown.c: Likewise.
4944         * tests/test-ldexpl.c: Likewise.
4945         * tests/test-link.c: Likewise.
4946         * tests/test-linkat.c: Likewise.
4947         * tests/test-linked_list.c: Likewise.
4948         * tests/test-linkedhash_list.c: Likewise.
4949         * tests/test-localename.c: Likewise.
4950         * tests/test-lseek.c: Likewise.
4951         * tests/test-lstat.c: Likewise.
4952         * tests/test-mbmemcasecmp.c: Likewise.
4953         * tests/test-mbmemcasecoll.c: Likewise.
4954         * tests/test-mbrtowc.c: Likewise.
4955         * tests/test-mbscasecmp.c: Likewise.
4956         * tests/test-mbscasestr1.c: Likewise.
4957         * tests/test-mbscasestr2.c: Likewise.
4958         * tests/test-mbscasestr3.c: Likewise.
4959         * tests/test-mbscasestr4.c: Likewise.
4960         * tests/test-mbschr.c: Likewise.
4961         * tests/test-mbscspn.c: Likewise.
4962         * tests/test-mbsinit.c: Likewise.
4963         * tests/test-mbsncasecmp.c: Likewise.
4964         * tests/test-mbsnrtowcs.c: Likewise.
4965         * tests/test-mbspbrk.c: Likewise.
4966         * tests/test-mbspcasecmp.c: Likewise.
4967         * tests/test-mbsrchr.c: Likewise.
4968         * tests/test-mbsrtowcs.c: Likewise.
4969         * tests/test-mbsspn.c: Likewise.
4970         * tests/test-mbsstr1.c: Likewise.
4971         * tests/test-mbsstr2.c: Likewise.
4972         * tests/test-mbsstr3.c: Likewise.
4973         * tests/test-memchr.c: Likewise.
4974         * tests/test-memchr2.c: Likewise.
4975         * tests/test-memcmp.c: Likewise.
4976         * tests/test-memmem.c: Likewise.
4977         * tests/test-memrchr.c: Likewise.
4978         * tests/test-mkdir.c: Likewise.
4979         * tests/test-mkdirat.c: Likewise.
4980         * tests/test-mkfifo.c: Likewise.
4981         * tests/test-mkfifoat.c: Likewise.
4982         * tests/test-mknod.c: Likewise.
4983         * tests/test-nanosleep.c: Likewise.
4984         * tests/test-nl_langinfo.c: Likewise.
4985         * tests/test-obstack-printf.c: Likewise.
4986         * tests/test-open.c: Likewise.
4987         * tests/test-openat.c: Likewise.
4988         * tests/test-pipe-filter-gi1.c: Likewise.
4989         * tests/test-pipe-filter-gi2-main.c: Likewise.
4990         * tests/test-pipe-filter-ii1.c: Likewise.
4991         * tests/test-pipe-filter-ii2-main.c: Likewise.
4992         * tests/test-pipe2.c: Likewise.
4993         * tests/test-popen.h: Likewise.
4994         * tests/test-posixtm.c: Likewise.
4995         * tests/test-pread.c: Likewise.
4996         * tests/test-printf-frexp.c: Likewise.
4997         * tests/test-printf-frexpl.c: Likewise.
4998         * tests/test-printf-posix.c: Likewise.
4999         * tests/test-priv-set.c: Likewise.
5000         * tests/test-quotearg.c: Likewise.
5001         * tests/test-random_r.c: Likewise.
5002         * tests/test-rawmemchr.c: Likewise.
5003         * tests/test-rbtree_list.c: Likewise.
5004         * tests/test-rbtree_oset.c: Likewise.
5005         * tests/test-rbtreehash_list.c: Likewise.
5006         * tests/test-readlink.c: Likewise.
5007         * tests/test-remove.c: Likewise.
5008         * tests/test-rename.c: Likewise.
5009         * tests/test-renameat.c: Likewise.
5010         * tests/test-rmdir.c: Likewise.
5011         * tests/test-round1.c: Likewise.
5012         * tests/test-roundf1.c: Likewise.
5013         * tests/test-roundl.c: Likewise.
5014         * tests/test-safe-alloc.c: Likewise.
5015         * tests/test-sameacls.c: Likewise.
5016         * tests/test-set-mode-acl.c: Likewise.
5017         * tests/test-setenv.c: Likewise.
5018         * tests/test-sigaction.c: Likewise.
5019         * tests/test-signbit.c: Likewise.
5020         * tests/test-sleep.c: Likewise.
5021         * tests/test-snprintf-posix.c: Likewise.
5022         * tests/test-snprintf.c: Likewise.
5023         * tests/test-sprintf-posix.c: Likewise.
5024         * tests/test-stat-time.c: Likewise.
5025         * tests/test-stat.c: Likewise.
5026         * tests/test-strcasestr.c: Likewise.
5027         * tests/test-strchrnul.c: Likewise.
5028         * tests/test-strerror.c: Likewise.
5029         * tests/test-striconv.c: Likewise.
5030         * tests/test-striconveh.c: Likewise.
5031         * tests/test-striconveha.c: Likewise.
5032         * tests/test-strsignal.c: Likewise.
5033         * tests/test-strstr.c: Likewise.
5034         * tests/test-strtod.c: Likewise.
5035         * tests/test-strverscmp.c: Likewise.
5036         * tests/test-symlink.c: Likewise.
5037         * tests/test-symlinkat.c: Likewise.
5038         * tests/test-trunc1.c: Likewise.
5039         * tests/test-trunc2.c: Likewise.
5040         * tests/test-truncf1.c: Likewise.
5041         * tests/test-truncf2.c: Likewise.
5042         * tests/test-truncl.c: Likewise.
5043         * tests/test-uname.c: Likewise.
5044         * tests/test-unlink.c: Likewise.
5045         * tests/test-unlinkat.c: Likewise.
5046         * tests/test-unsetenv.c: Likewise.
5047         * tests/test-usleep.c: Likewise.
5048         * tests/test-utimens.c: Likewise.
5049         * tests/test-utimensat.c: Likewise.
5050         * tests/test-vasnprintf-posix.c: Likewise.
5051         * tests/test-vasnprintf-posix2.c: Likewise.
5052         * tests/test-vasnprintf.c: Likewise.
5053         * tests/test-vasprintf-posix.c: Likewise.
5054         * tests/test-vasprintf.c: Likewise.
5055         * tests/test-vdprintf-posix.c: Likewise.
5056         * tests/test-vfprintf-posix.c: Likewise.
5057         * tests/test-vprintf-posix.c: Likewise.
5058         * tests/test-vsnprintf-posix.c: Likewise.
5059         * tests/test-vsnprintf.c: Likewise.
5060         * tests/test-vsprintf-posix.c: Likewise.
5061         * tests/test-wcrtomb.c: Likewise.
5062         * tests/test-wcsnrtombs.c: Likewise.
5063         * tests/test-wcsrtombs.c: Likewise.
5064         * tests/test-wctype.c: Likewise.
5065         * tests/test-wcwidth.c: Likewise.
5066         * tests/test-xfprintf-posix.c: Likewise.
5067         * tests/test-xmemdup0.c: Likewise.
5068         * tests/test-xprintf-posix.c: Likewise.
5069         * tests/test-xvasprintf.c: Likewise.
5070         * tests/unicase/test-locale-language.c: Likewise.
5071         * tests/unicase/test-mapping-part1.h: Likewise.
5072         * tests/unicase/test-predicate-part1.h: Likewise.
5073         * tests/unicase/test-u8-casecmp.c: Likewise.
5074         * tests/unicase/test-u8-casecoll.c: Likewise.
5075         * tests/unicase/test-u8-casefold.c: Likewise.
5076         * tests/unicase/test-u8-is-cased.c: Likewise.
5077         * tests/unicase/test-u8-is-casefolded.c: Likewise.
5078         * tests/unicase/test-u8-is-lowercase.c: Likewise.
5079         * tests/unicase/test-u8-is-titlecase.c: Likewise.
5080         * tests/unicase/test-u8-is-uppercase.c: Likewise.
5081         * tests/unicase/test-u8-tolower.c: Likewise.
5082         * tests/unicase/test-u8-totitle.c: Likewise.
5083         * tests/unicase/test-u8-toupper.c: Likewise.
5084         * tests/unicase/test-u16-casecmp.c: Likewise.
5085         * tests/unicase/test-u16-casecoll.c: Likewise.
5086         * tests/unicase/test-u16-casefold.c: Likewise.
5087         * tests/unicase/test-u16-is-cased.c: Likewise.
5088         * tests/unicase/test-u16-is-casefolded.c: Likewise.
5089         * tests/unicase/test-u16-is-lowercase.c: Likewise.
5090         * tests/unicase/test-u16-is-titlecase.c: Likewise.
5091         * tests/unicase/test-u16-is-uppercase.c: Likewise.
5092         * tests/unicase/test-u16-tolower.c: Likewise.
5093         * tests/unicase/test-u16-totitle.c: Likewise.
5094         * tests/unicase/test-u16-toupper.c: Likewise.
5095         * tests/unicase/test-u32-casecmp.c: Likewise.
5096         * tests/unicase/test-u32-casecoll.c: Likewise.
5097         * tests/unicase/test-u32-casefold.c: Likewise.
5098         * tests/unicase/test-u32-is-cased.c: Likewise.
5099         * tests/unicase/test-u32-is-casefolded.c: Likewise.
5100         * tests/unicase/test-u32-is-lowercase.c: Likewise.
5101         * tests/unicase/test-u32-is-titlecase.c: Likewise.
5102         * tests/unicase/test-u32-is-uppercase.c: Likewise.
5103         * tests/unicase/test-u32-tolower.c: Likewise.
5104         * tests/unicase/test-u32-totitle.c: Likewise.
5105         * tests/unicase/test-u32-toupper.c: Likewise.
5106         * tests/unicase/test-ulc-casecmp.c: Likewise.
5107         * tests/unicase/test-ulc-casecoll.c: Likewise.
5108         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5109         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5110         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5111         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5112         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5113         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5114         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5115         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5116         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5117         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5118         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5119         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5120         * tests/unictype/test-bidi_byname.c: Likewise.
5121         * tests/unictype/test-bidi_name.c: Likewise.
5122         * tests/unictype/test-bidi_of.c: Likewise.
5123         * tests/unictype/test-bidi_test.c: Likewise.
5124         * tests/unictype/test-block_list.c: Likewise.
5125         * tests/unictype/test-block_of.c: Likewise.
5126         * tests/unictype/test-block_test.c: Likewise.
5127         * tests/unictype/test-categ_and.c: Likewise.
5128         * tests/unictype/test-categ_and_not.c: Likewise.
5129         * tests/unictype/test-categ_byname.c: Likewise.
5130         * tests/unictype/test-categ_name.c: Likewise.
5131         * tests/unictype/test-categ_none.c: Likewise.
5132         * tests/unictype/test-categ_of.c: Likewise.
5133         * tests/unictype/test-categ_or.c: Likewise.
5134         * tests/unictype/test-categ_test_withtable.c: Likewise.
5135         * tests/unictype/test-combining.c: Likewise.
5136         * tests/unictype/test-decdigit.c: Likewise.
5137         * tests/unictype/test-digit.c: Likewise.
5138         * tests/unictype/test-mirror.c: Likewise.
5139         * tests/unictype/test-numeric.c: Likewise.
5140         * tests/unictype/test-pr_byname.c: Likewise.
5141         * tests/unictype/test-pr_test.c: Likewise.
5142         * tests/unictype/test-predicate-part1.h: Likewise.
5143         * tests/unictype/test-scripts.c: Likewise.
5144         * tests/unictype/test-sy_c_ident.c: Likewise.
5145         * tests/unictype/test-sy_java_ident.c: Likewise.
5146         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
5147         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
5148         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5149         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5150         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5151         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5152         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5153         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5154         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5155         * tests/uninorm/test-compat-decomposition.c: Likewise.
5156         * tests/uninorm/test-composition.c: Likewise.
5157         * tests/uninorm/test-decomposing-form.c: Likewise.
5158         * tests/uninorm/test-decomposition.c: Likewise.
5159         * tests/uninorm/test-u8-nfc.c: Likewise.
5160         * tests/uninorm/test-u8-nfd.c: Likewise.
5161         * tests/uninorm/test-u8-nfkc.c: Likewise.
5162         * tests/uninorm/test-u8-nfkd.c: Likewise.
5163         * tests/uninorm/test-u8-normcmp.c: Likewise.
5164         * tests/uninorm/test-u8-normcoll.c: Likewise.
5165         * tests/uninorm/test-u16-nfc.c: Likewise.
5166         * tests/uninorm/test-u16-nfd.c: Likewise.
5167         * tests/uninorm/test-u16-nfkc.c: Likewise.
5168         * tests/uninorm/test-u16-nfkd.c: Likewise.
5169         * tests/uninorm/test-u16-normcmp.c: Likewise.
5170         * tests/uninorm/test-u16-normcoll.c: Likewise.
5171         * tests/uninorm/test-u32-nfc.c: Likewise.
5172         * tests/uninorm/test-u32-nfd.c: Likewise.
5173         * tests/uninorm/test-u32-nfkc.c: Likewise.
5174         * tests/uninorm/test-u32-nfkd.c: Likewise.
5175         * tests/uninorm/test-u32-normalize-big.c: Likewise.
5176         * tests/uninorm/test-u32-normcmp.c: Likewise.
5177         * tests/uninorm/test-u32-normcoll.c: Likewise.
5178         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
5179         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5180         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5181         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5182         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5183         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5184         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5185         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5186         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5187         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5188         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5189         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5190         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5191         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5192         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5193         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5194         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5195         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5196         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5197         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5198         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5199         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5200         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5201         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5202         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5203         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5204         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5205         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5206         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5207         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
5208         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
5209         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
5210         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
5211         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5212         * tests/uniwidth/test-u8-width.c: Likewise.
5213         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5214         * tests/uniwidth/test-u16-width.c: Likewise.
5215         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5216         * tests/uniwidth/test-u32-width.c: Likewise.
5217         * tests/uniwidth/test-uc_width.c: Likewise.
5218         * tests/uniwidth/test-uc_width2.c: Likewise.
5219         * modules/acl-tests (Files): Add tests/macros.h.
5220         * modules/areadlink-tests (Files): Likewise.
5221         * modules/areadlink-with-size-tests (Files): Likewise.
5222         * modules/areadlinkat-tests (Files): Likewise.
5223         * modules/areadlinkat-with-size-tests (Files): Likewise.
5224         * modules/argmatch-tests (Files): Likewise.
5225         * modules/argv-iter-tests (Files): Likewise.
5226         * modules/array-list-tests (Files): Likewise.
5227         * modules/array-mergesort-tests (Files): Likewise.
5228         * modules/array-oset-tests (Files): Likewise.
5229         * modules/avltree-list-tests (Files): Likewise.
5230         * modules/avltree-oset-tests (Files): Likewise.
5231         * modules/avltreehash-list-tests (Files): Likewise.
5232         * modules/base64-tests (Files): Likewise.
5233         * modules/binary-io-tests (Files): Likewise.
5234         * modules/bitrotate-tests (Files): Likewise.
5235         * modules/btowc-tests (Files): Likewise.
5236         * modules/byteswap-tests (Files): Likewise.
5237         * modules/c-ctype-tests (Files): Likewise.
5238         * modules/c-stack-tests (Files): Likewise.
5239         * modules/c-strcase-tests (Files): Likewise.
5240         * modules/c-strcasestr-tests (Files): Likewise.
5241         * modules/c-strstr-tests (Files): Likewise.
5242         * modules/canonicalize-lgpl-tests (Files): Likewise.
5243         * modules/canonicalize-tests (Files): Likewise.
5244         * modules/carray-list-tests (Files): Likewise.
5245         * modules/ceilf-tests (Files): Likewise.
5246         * modules/ceill-tests (Files): Likewise.
5247         * modules/chown-tests (Files): Likewise.
5248         * modules/cloexec-tests (Files): Likewise.
5249         * modules/copy-file-tests (Files): Likewise.
5250         * modules/count-one-bits-tests (Files): Likewise.
5251         * modules/dprintf-posix-tests (Files): Likewise.
5252         * modules/dup2-tests (Files): Likewise.
5253         * modules/dup3-tests (Files): Likewise.
5254         * modules/duplocale-tests (Files): Likewise.
5255         * modules/fbufmode-tests (Files): Likewise.
5256         * modules/fchdir-tests (Files): Likewise.
5257         * modules/fcntl-safer-tests (Files): Likewise.
5258         * modules/fcntl-tests (Files): Likewise.
5259         * modules/fdopendir-tests (Files): Likewise.
5260         * modules/fdutimensat-tests (Files): Likewise.
5261         * modules/fflush-tests (Files): Likewise.
5262         * modules/filevercmp-tests (Files): Likewise.
5263         * modules/flock-tests (Files): Likewise.
5264         * modules/floorf-tests (Files): Likewise.
5265         * modules/floorl-tests (Files): Likewise.
5266         * modules/fnmatch-tests (Files): Likewise.
5267         * modules/fopen-safer-tests (Files): Likewise.
5268         * modules/fopen-tests (Files): Likewise.
5269         * modules/fpending-tests (Files): Likewise.
5270         * modules/fprintf-posix-tests (Files): Likewise.
5271         * modules/fpurge-tests (Files): Likewise.
5272         * modules/freadable-tests (Files): Likewise.
5273         * modules/freadahead-tests (Files): Likewise.
5274         * modules/freading-tests (Files): Likewise.
5275         * modules/freadptr-tests (Files): Likewise.
5276         * modules/freadseek-tests (Files): Likewise.
5277         * modules/freopen-tests (Files): Likewise.
5278         * modules/frexp-nolibm-tests (Files): Likewise.
5279         * modules/frexp-tests (Files): Likewise.
5280         * modules/frexpl-nolibm-tests (Files): Likewise.
5281         * modules/frexpl-tests (Files): Likewise.
5282         * modules/fseek-tests (Files): Likewise.
5283         * modules/fseeko-tests (Files): Likewise.
5284         * modules/fstrcmp-tests (Files): Likewise.
5285         * modules/fsync-tests (Files): Likewise.
5286         * modules/ftell-tests (Files): Likewise.
5287         * modules/ftello-tests (Files): Likewise.
5288         * modules/func-tests (Files): Likewise.
5289         * modules/futimens-tests (Files): Likewise.
5290         * modules/fwritable-tests (Files): Likewise.
5291         * modules/fwriting-tests (Files): Likewise.
5292         * modules/getcwd-tests (Files): Likewise.
5293         * modules/getdate-tests (Files): Likewise.
5294         * modules/getdelim-tests (Files): Likewise.
5295         * modules/getdtablesize-tests (Files): Likewise.
5296         * modules/getgroups-tests (Files): Likewise.
5297         * modules/getline-tests (Files): Likewise.
5298         * modules/getndelim2-tests (Files): Likewise.
5299         * modules/glob-tests (Files): Likewise.
5300         * modules/hash-tests (Files): Likewise.
5301         * modules/i-ring-tests (Files): Likewise.
5302         * modules/iconv-tests (Files): Likewise.
5303         * modules/iconv_open-utf-tests (Files): Likewise.
5304         * modules/idpriv-drop-tests (Files): Likewise.
5305         * modules/idpriv-droptemp-tests (Files): Likewise.
5306         * modules/inet_ntop-tests (Files): Likewise.
5307         * modules/inet_pton-tests (Files): Likewise.
5308         * modules/isblank-tests (Files): Likewise.
5309         * modules/isfinite-tests (Files): Likewise.
5310         * modules/isinf-tests (Files): Likewise.
5311         * modules/isnan-tests (Files): Likewise.
5312         * modules/isnand-nolibm-tests (Files): Likewise.
5313         * modules/isnand-tests (Files): Likewise.
5314         * modules/isnanf-nolibm-tests (Files): Likewise.
5315         * modules/isnanf-tests (Files): Likewise.
5316         * modules/isnanl-nolibm-tests (Files): Likewise.
5317         * modules/isnanl-tests (Files): Likewise.
5318         * modules/lchown-tests (Files): Likewise.
5319         * modules/ldexpl-tests (Files): Likewise.
5320         * modules/link-tests (Files): Likewise.
5321         * modules/linkat-tests (Files): Likewise.
5322         * modules/linked-list-tests (Files): Likewise.
5323         * modules/linkedhash-list-tests (Files): Likewise.
5324         * modules/localename-tests (Files): Likewise.
5325         * modules/lseek-tests (Files): Likewise.
5326         * modules/lstat-tests (Files): Likewise.
5327         * modules/mbmemcasecmp-tests (Files): Likewise.
5328         * modules/mbmemcasecoll-tests (Files): Likewise.
5329         * modules/mbrtowc-tests (Files): Likewise.
5330         * modules/mbscasecmp-tests (Files): Likewise.
5331         * modules/mbscasestr-tests (Files): Likewise.
5332         * modules/mbschr-tests (Files): Likewise.
5333         * modules/mbscspn-tests (Files): Likewise.
5334         * modules/mbsinit-tests (Files): Likewise.
5335         * modules/mbsncasecmp-tests (Files): Likewise.
5336         * modules/mbsnrtowcs-tests (Files): Likewise.
5337         * modules/mbspbrk-tests (Files): Likewise.
5338         * modules/mbspcasecmp-tests (Files): Likewise.
5339         * modules/mbsrchr-tests (Files): Likewise.
5340         * modules/mbsrtowcs-tests (Files): Likewise.
5341         * modules/mbsspn-tests (Files): Likewise.
5342         * modules/mbsstr-tests (Files): Likewise.
5343         * modules/memchr-tests (Files): Likewise.
5344         * modules/memchr2-tests (Files): Likewise.
5345         * modules/memcmp-tests (Files): Likewise.
5346         * modules/memmem-tests (Files): Likewise.
5347         * modules/memrchr-tests (Files): Likewise.
5348         * modules/mkdir-tests (Files): Likewise.
5349         * modules/mkfifo-tests (Files): Likewise.
5350         * modules/mkfifoat-tests (Files): Likewise.
5351         * modules/mknod-tests (Files): Likewise.
5352         * modules/nanosleep-tests (Files): Likewise.
5353         * modules/nl_langinfo-tests (Files): Likewise.
5354         * modules/obstack-printf-tests (Files): Likewise.
5355         * modules/open-tests (Files): Likewise.
5356         * modules/openat-tests (Files): Likewise.
5357         * modules/pipe-filter-gi-tests (Files): Likewise.
5358         * modules/pipe-filter-ii-tests (Files): Likewise.
5359         * modules/pipe2-tests (Files): Likewise.
5360         * modules/popen-safer-tests (Files): Likewise.
5361         * modules/popen-tests (Files): Likewise.
5362         * modules/posixtm-tests (Files): Likewise.
5363         * modules/pread-tests (Files): Likewise.
5364         * modules/printf-frexp-tests (Files): Likewise.
5365         * modules/printf-frexpl-tests (Files): Likewise.
5366         * modules/printf-posix-tests (Files): Likewise.
5367         * modules/priv-set-tests (Files): Likewise.
5368         * modules/quotearg-tests (Files): Likewise.
5369         * modules/random_r-tests (Files): Likewise.
5370         * modules/rawmemchr-tests (Files): Likewise.
5371         * modules/rbtree-list-tests (Files): Likewise.
5372         * modules/rbtree-oset-tests (Files): Likewise.
5373         * modules/rbtreehash-list-tests (Files): Likewise.
5374         * modules/readlink-tests (Files): Likewise.
5375         * modules/remove-tests (Files): Likewise.
5376         * modules/rename-tests (Files): Likewise.
5377         * modules/renameat-tests (Files): Likewise.
5378         * modules/rmdir-tests (Files): Likewise.
5379         * modules/round-tests (Files): Likewise.
5380         * modules/roundf-tests (Files): Likewise.
5381         * modules/roundl-tests (Files): Likewise.
5382         * modules/safe-alloc-tests (Files): Likewise.
5383         * modules/setenv-tests (Files): Likewise.
5384         * modules/sigaction-tests (Files): Likewise.
5385         * modules/signbit-tests (Files): Likewise.
5386         * modules/sleep-tests (Files): Likewise.
5387         * modules/snprintf-posix-tests (Files): Likewise.
5388         * modules/snprintf-tests (Files): Likewise.
5389         * modules/sprintf-posix-tests (Files): Likewise.
5390         * modules/stat-tests (Files): Likewise.
5391         * modules/stat-time-tests (Files): Likewise.
5392         * modules/strcasestr-tests (Files): Likewise.
5393         * modules/strchrnul-tests (Files): Likewise.
5394         * modules/strerror-tests (Files): Likewise.
5395         * modules/striconv-tests (Files): Likewise.
5396         * modules/striconveh-tests (Files): Likewise.
5397         * modules/striconveha-tests (Files): Likewise.
5398         * modules/strsignal-tests (Files): Likewise.
5399         * modules/strstr-tests (Files): Likewise.
5400         * modules/strtod-tests (Files): Likewise.
5401         * modules/strverscmp-tests (Files): Likewise.
5402         * modules/symlink-tests (Files): Likewise.
5403         * modules/symlinkat-tests (Files): Likewise.
5404         * modules/trunc-tests (Files): Likewise.
5405         * modules/truncf-tests (Files): Likewise.
5406         * modules/truncl-tests (Files): Likewise.
5407         * modules/uname-tests (Files): Likewise.
5408         * modules/unicase/cased-tests (Files): Likewise.
5409         * modules/unicase/ignorable-tests (Files): Likewise.
5410         * modules/unicase/locale-language-tests (Files): Likewise.
5411         * modules/unicase/tolower-tests (Files): Likewise.
5412         * modules/unicase/totitle-tests (Files): Likewise.
5413         * modules/unicase/toupper-tests (Files): Likewise.
5414         * modules/unicase/u8-casecmp-tests (Files): Likewise.
5415         * modules/unicase/u8-casecoll-tests (Files): Likewise.
5416         * modules/unicase/u8-casefold-tests (Files): Likewise.
5417         * modules/unicase/u8-is-cased-tests (Files): Likewise.
5418         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
5419         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
5420         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
5421         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
5422         * modules/unicase/u8-tolower-tests (Files): Likewise.
5423         * modules/unicase/u8-totitle-tests (Files): Likewise.
5424         * modules/unicase/u8-toupper-tests (Files): Likewise.
5425         * modules/unicase/u16-casecmp-tests (Files): Likewise.
5426         * modules/unicase/u16-casecoll-tests (Files): Likewise.
5427         * modules/unicase/u16-casefold-tests (Files): Likewise.
5428         * modules/unicase/u16-is-cased-tests (Files): Likewise.
5429         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
5430         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
5431         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
5432         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
5433         * modules/unicase/u16-tolower-tests (Files): Likewise.
5434         * modules/unicase/u16-totitle-tests (Files): Likewise.
5435         * modules/unicase/u16-toupper-tests (Files): Likewise.
5436         * modules/unicase/u32-casecmp-tests (Files): Likewise.
5437         * modules/unicase/u32-casecoll-tests (Files): Likewise.
5438         * modules/unicase/u32-casefold-tests (Files): Likewise.
5439         * modules/unicase/u32-is-cased-tests (Files): Likewise.
5440         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
5441         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
5442         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
5443         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
5444         * modules/unicase/u32-tolower-tests (Files): Likewise.
5445         * modules/unicase/u32-totitle-tests (Files): Likewise.
5446         * modules/unicase/u32-toupper-tests (Files): Likewise.
5447         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
5448         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
5449         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
5450         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
5451         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
5452         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
5453         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
5454         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
5455         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
5456         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
5457         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
5458         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
5459         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
5460         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
5461         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
5462         * modules/unictype/bidicategory-name-tests (Files): Likewise.
5463         * modules/unictype/bidicategory-of-tests (Files): Likewise.
5464         * modules/unictype/bidicategory-test-tests (Files): Likewise.
5465         * modules/unictype/block-list-tests (Files): Likewise.
5466         * modules/unictype/block-of-tests (Files): Likewise.
5467         * modules/unictype/block-test-tests (Files): Likewise.
5468         * modules/unictype/category-C-tests (Files): Likewise.
5469         * modules/unictype/category-Cc-tests (Files): Likewise.
5470         * modules/unictype/category-Cf-tests (Files): Likewise.
5471         * modules/unictype/category-Cn-tests (Files): Likewise.
5472         * modules/unictype/category-Co-tests (Files): Likewise.
5473         * modules/unictype/category-Cs-tests (Files): Likewise.
5474         * modules/unictype/category-L-tests (Files): Likewise.
5475         * modules/unictype/category-Ll-tests (Files): Likewise.
5476         * modules/unictype/category-Lm-tests (Files): Likewise.
5477         * modules/unictype/category-Lo-tests (Files): Likewise.
5478         * modules/unictype/category-Lt-tests (Files): Likewise.
5479         * modules/unictype/category-Lu-tests (Files): Likewise.
5480         * modules/unictype/category-M-tests (Files): Likewise.
5481         * modules/unictype/category-Mc-tests (Files): Likewise.
5482         * modules/unictype/category-Me-tests (Files): Likewise.
5483         * modules/unictype/category-Mn-tests (Files): Likewise.
5484         * modules/unictype/category-N-tests (Files): Likewise.
5485         * modules/unictype/category-Nd-tests (Files): Likewise.
5486         * modules/unictype/category-Nl-tests (Files): Likewise.
5487         * modules/unictype/category-No-tests (Files): Likewise.
5488         * modules/unictype/category-P-tests (Files): Likewise.
5489         * modules/unictype/category-Pc-tests (Files): Likewise.
5490         * modules/unictype/category-Pd-tests (Files): Likewise.
5491         * modules/unictype/category-Pe-tests (Files): Likewise.
5492         * modules/unictype/category-Pf-tests (Files): Likewise.
5493         * modules/unictype/category-Pi-tests (Files): Likewise.
5494         * modules/unictype/category-Po-tests (Files): Likewise.
5495         * modules/unictype/category-Ps-tests (Files): Likewise.
5496         * modules/unictype/category-S-tests (Files): Likewise.
5497         * modules/unictype/category-Sc-tests (Files): Likewise.
5498         * modules/unictype/category-Sk-tests (Files): Likewise.
5499         * modules/unictype/category-Sm-tests (Files): Likewise.
5500         * modules/unictype/category-So-tests (Files): Likewise.
5501         * modules/unictype/category-Z-tests (Files): Likewise.
5502         * modules/unictype/category-Zl-tests (Files): Likewise.
5503         * modules/unictype/category-Zp-tests (Files): Likewise.
5504         * modules/unictype/category-Zs-tests (Files): Likewise.
5505         * modules/unictype/category-and-not-tests (Files): Likewise.
5506         * modules/unictype/category-and-tests (Files): Likewise.
5507         * modules/unictype/category-byname-tests (Files): Likewise.
5508         * modules/unictype/category-name-tests (Files): Likewise.
5509         * modules/unictype/category-none-tests (Files): Likewise.
5510         * modules/unictype/category-of-tests (Files): Likewise.
5511         * modules/unictype/category-or-tests (Files): Likewise.
5512         * modules/unictype/category-test-withtable-tests (Files): Likewise.
5513         * modules/unictype/combining-class-tests (Files): Likewise.
5514         * modules/unictype/ctype-alnum-tests (Files): Likewise.
5515         * modules/unictype/ctype-alpha-tests (Files): Likewise.
5516         * modules/unictype/ctype-blank-tests (Files): Likewise.
5517         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
5518         * modules/unictype/ctype-digit-tests (Files): Likewise.
5519         * modules/unictype/ctype-graph-tests (Files): Likewise.
5520         * modules/unictype/ctype-lower-tests (Files): Likewise.
5521         * modules/unictype/ctype-print-tests (Files): Likewise.
5522         * modules/unictype/ctype-punct-tests (Files): Likewise.
5523         * modules/unictype/ctype-space-tests (Files): Likewise.
5524         * modules/unictype/ctype-upper-tests (Files): Likewise.
5525         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
5526         * modules/unictype/decimal-digit-tests (Files): Likewise.
5527         * modules/unictype/digit-tests (Files): Likewise.
5528         * modules/unictype/mirror-tests (Files): Likewise.
5529         * modules/unictype/numeric-tests (Files): Likewise.
5530         * modules/unictype/property-alphabetic-tests (Files): Likewise.
5531         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
5532         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
5533         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
5534         Likewise.
5535         * modules/unictype/property-bidi-block-separator-tests (Files):
5536         Likewise.
5537         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
5538         Likewise.
5539         * modules/unictype/property-bidi-common-separator-tests (Files):
5540         Likewise.
5541         * modules/unictype/property-bidi-control-tests (Files): Likewise.
5542         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
5543         Likewise.
5544         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
5545         Likewise.
5546         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
5547         Likewise.
5548         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
5549         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
5550         Likewise.
5551         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
5552         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
5553         Likewise.
5554         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
5555         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
5556         * modules/unictype/property-bidi-segment-separator-tests (Files):
5557         Likewise.
5558         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
5559         * modules/unictype/property-byname-tests (Files): Likewise.
5560         * modules/unictype/property-combining-tests (Files): Likewise.
5561         * modules/unictype/property-composite-tests (Files): Likewise.
5562         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
5563         * modules/unictype/property-dash-tests (Files): Likewise.
5564         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
5565         * modules/unictype/property-default-ignorable-code-point-tests (Files):
5566         Likewise.
5567         * modules/unictype/property-deprecated-tests (Files): Likewise.
5568         * modules/unictype/property-diacritic-tests (Files): Likewise.
5569         * modules/unictype/property-extender-tests (Files): Likewise.
5570         * modules/unictype/property-format-control-tests (Files): Likewise.
5571         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
5572         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
5573         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
5574         * modules/unictype/property-hex-digit-tests (Files): Likewise.
5575         * modules/unictype/property-hyphen-tests (Files): Likewise.
5576         * modules/unictype/property-id-continue-tests (Files): Likewise.
5577         * modules/unictype/property-id-start-tests (Files): Likewise.
5578         * modules/unictype/property-ideographic-tests (Files): Likewise.
5579         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
5580         * modules/unictype/property-ids-trinary-operator-tests (Files):
5581         Likewise.
5582         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
5583         * modules/unictype/property-iso-control-tests (Files): Likewise.
5584         * modules/unictype/property-join-control-tests (Files): Likewise.
5585         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
5586         * modules/unictype/property-line-separator-tests (Files): Likewise.
5587         * modules/unictype/property-logical-order-exception-tests (Files):
5588         Likewise.
5589         * modules/unictype/property-lowercase-tests (Files): Likewise.
5590         * modules/unictype/property-math-tests (Files): Likewise.
5591         * modules/unictype/property-non-break-tests (Files): Likewise.
5592         * modules/unictype/property-not-a-character-tests (Files): Likewise.
5593         * modules/unictype/property-numeric-tests (Files): Likewise.
5594         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
5595         * modules/unictype/property-other-default-ignorable-code-point-tests
5596         (Files): Likewise.
5597         * modules/unictype/property-other-grapheme-extend-tests (Files):
5598         Likewise.
5599         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
5600         * modules/unictype/property-other-id-start-tests (Files): Likewise.
5601         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
5602         * modules/unictype/property-other-math-tests (Files): Likewise.
5603         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
5604         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
5605         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
5606         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
5607         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
5608         * modules/unictype/property-private-use-tests (Files): Likewise.
5609         * modules/unictype/property-punctuation-tests (Files): Likewise.
5610         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
5611         * modules/unictype/property-radical-tests (Files): Likewise.
5612         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
5613         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
5614         * modules/unictype/property-space-tests (Files): Likewise.
5615         * modules/unictype/property-terminal-punctuation-tests (Files):
5616         Likewise.
5617         * modules/unictype/property-test-tests (Files): Likewise.
5618         * modules/unictype/property-titlecase-tests (Files): Likewise.
5619         * modules/unictype/property-unassigned-code-value-tests (Files):
5620         Likewise.
5621         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
5622         * modules/unictype/property-uppercase-tests (Files): Likewise.
5623         * modules/unictype/property-variation-selector-tests (Files): Likewise.
5624         * modules/unictype/property-white-space-tests (Files): Likewise.
5625         * modules/unictype/property-xid-continue-tests (Files): Likewise.
5626         * modules/unictype/property-xid-start-tests (Files): Likewise.
5627         * modules/unictype/property-zero-width-tests (Files): Likewise.
5628         * modules/unictype/scripts-tests (Files): Likewise.
5629         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
5630         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
5631         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
5632         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
5633         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
5634         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
5635         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
5636         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
5637         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
5638         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
5639         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
5640         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
5641         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
5642         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
5643         * modules/uninorm/composition-tests (Files): Likewise.
5644         * modules/uninorm/decomposing-form-tests (Files): Likewise.
5645         * modules/uninorm/decomposition-tests (Files): Likewise.
5646         * modules/uninorm/filter-tests (Files): Likewise.
5647         * modules/uninorm/nfc-tests (Files): Likewise.
5648         * modules/uninorm/nfd-tests (Files): Likewise.
5649         * modules/uninorm/nfkc-tests (Files): Likewise.
5650         * modules/uninorm/nfkd-tests (Files): Likewise.
5651         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
5652         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
5653         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
5654         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
5655         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
5656         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
5657         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
5658         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
5659         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
5660         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
5661         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
5662         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
5663         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
5664         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
5665         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
5666         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
5667         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
5668         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
5669         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
5670         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
5671         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
5672         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
5673         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
5674         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
5675         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
5676         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
5677         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
5678         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
5679         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
5680         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
5681         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
5682         * modules/uniwidth/u8-width-tests (Files): Likewise.
5683         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
5684         * modules/uniwidth/u16-width-tests (Files): Likewise.
5685         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
5686         * modules/uniwidth/u32-width-tests (Files): Likewise.
5687         * modules/uniwidth/width-tests (Files): Likewise.
5688         * modules/unlink-tests (Files): Likewise.
5689         * modules/unsetenv-tests (Files): Likewise.
5690         * modules/usleep-tests (Files): Likewise.
5691         * modules/utimens-tests (Files): Likewise.
5692         * modules/utimensat-tests (Files): Likewise.
5693         * modules/vasnprintf-posix-tests (Files): Likewise.
5694         * modules/vasnprintf-tests (Files): Likewise.
5695         * modules/vasprintf-posix-tests (Files): Likewise.
5696         * modules/vasprintf-tests (Files): Likewise.
5697         * modules/vdprintf-posix-tests (Files): Likewise.
5698         * modules/vfprintf-posix-tests (Files): Likewise.
5699         * modules/vprintf-posix-tests (Files): Likewise.
5700         * modules/vsnprintf-posix-tests (Files): Likewise.
5701         * modules/vsnprintf-tests (Files): Likewise.
5702         * modules/vsprintf-posix-tests (Files): Likewise.
5703         * modules/wcrtomb-tests (Files): Likewise.
5704         * modules/wcsnrtombs-tests (Files): Likewise.
5705         * modules/wcsrtombs-tests (Files): Likewise.
5706         * modules/wctype-tests (Files): Likewise.
5707         * modules/wcwidth-tests (Files): Likewise.
5708         * modules/xmemdup0-tests (Files): Likewise.
5709         * modules/xprintf-posix-tests (Files): Likewise.
5710         * modules/xvasprintf-tests (Files): Likewise.
5711
5712 2009-12-24  Eric Blake  <ebb9@byu.net>
5713
5714         test-nanosleep: fix typo
5715         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
5716         patch.
5717         Reported by Bruno Haible.
5718
5719 2009-12-24  Bruno Haible  <bruno@clisp.org>
5720
5721         Reduce namespace pollution on glibc systems.
5722         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
5723         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
5724         systems.
5725         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
5726         <getopt.h> on glibc systems.
5727         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
5728         systems.
5729         * lib/fcntl.c: Include <unistd.h> here instead.
5730
5731 2009-12-24  Bruno Haible  <bruno@clisp.org>
5732
5733         * lib/stdlib.in.h (includes): Fix typo in today's commit.
5734
5735 2009-12-24  Eric Blake  <ebb9@byu.net>
5736
5737         tests: add signature checks
5738         * tests/signature.h (SIGNATURE_CHECK): New file.
5739         * modules/atexit-tests (Files): Use it.
5740         * modules/btowc-tests (Files): Likewise.
5741         * modules/canonicalize-lgpl-tests (Files): Likewise.
5742         * modules/ceilf-tests (Files): Likewise.
5743         * modules/ceill-tests (Files): Likewise.
5744         * modules/chown-tests (Files): Likewise.
5745         * modules/dprintf-posix-tests (Files): Likewise.
5746         * modules/dup2-tests (Files): Likewise.
5747         * modules/dup3-tests (Files): Likewise.
5748         * modules/duplocale-tests (Files): Likewise.
5749         * modules/fchdir-tests (Files): Likewise.
5750         * modules/fcntl-tests (Files): Likewise.
5751         * modules/fdopendir-tests (Files): Likewise.
5752         * modules/fflush-tests (Files): Likewise.
5753         * modules/flock-tests (Files): Likewise.
5754         * modules/floorf-tests (Files): Likewise.
5755         * modules/floorl-tests (Files): Likewise.
5756         * modules/fnmatch-tests (Files): Likewise.
5757         * modules/fopen-tests (Files): Likewise.
5758         * modules/fprintf-posix-tests (Files): Likewise.
5759         * modules/freopen-tests (Files): Likewise.
5760         * modules/frexp-nolibm-tests (Files): Likewise.
5761         * modules/frexp-tests (Files): Likewise.
5762         * modules/frexpl-nolibm-tests (Files): Likewise.
5763         * modules/frexpl-tests (Files): Likewise.
5764         * modules/fseek-tests (Files): Likewise.
5765         * modules/fseeko-tests (Files): Likewise.
5766         * modules/fsync-tests (Files): Likewise.
5767         * modules/ftell-tests (Files): Likewise.
5768         * modules/ftello-tests (Files): Likewise.
5769         * modules/futimens-tests (Files): Likewise.
5770         * modules/getaddrinfo-tests (Files): Likewise.
5771         * modules/getcwd-tests (Files): Likewise.
5772         * modules/getdelim-tests (Files): Likewise.
5773         * modules/getdtablesize-tests (Files): Likewise.
5774         * modules/getgroups-tests (Files): Likewise.
5775         * modules/gethostname-tests (Files): Likewise.
5776         * modules/getline-tests (Files): Likewise.
5777         * modules/getopt-posix-tests (Files): Likewise.
5778         * modules/gettimeofday-tests (Files): Likewise.
5779         * modules/glob-tests (Files): Likewise.
5780         * modules/iconv-tests (Files): Likewise.
5781         * modules/inet_ntop-tests (Files): Likewise.
5782         * modules/inet_pton-tests (Files): Likewise.
5783         * modules/isblank-tests (Files): Likewise.
5784         * modules/lchown-tests (Files): Likewise.
5785         * modules/ldexpl-tests (Files): Likewise.
5786         * modules/link-tests (Files): Likewise.
5787         * modules/linkat-tests (Files): Likewise.
5788         * modules/lseek-tests (Files): Likewise.
5789         * modules/lstat-tests (Files): Likewise.
5790         * modules/mbrtowc-tests (Files): Likewise.
5791         * modules/mbsinit-tests (Files): Likewise.
5792         * modules/mbsnrtowcs-tests (Files): Likewise.
5793         * modules/mbsrtowcs-tests (Files): Likewise.
5794         * modules/memchr-tests (Files): Likewise.
5795         * modules/memcmp-tests (Files): Likewise.
5796         * modules/memmem-tests (Files): Likewise.
5797         * modules/memrchr-tests (Files): Likewise.
5798         * modules/mkdir-tests (Files): Likewise.
5799         * modules/mkfifo-tests (Files): Likewise.
5800         * modules/mkfifoat-tests (Files): Likewise.
5801         * modules/mknod-tests (Files): Likewise.
5802         * modules/nanosleep-tests (Files): Likewise.
5803         * modules/nl_langinfo-tests (Files): Likewise.
5804         * modules/obstack-printf-tests (Files): Likewise.
5805         * modules/open-tests (Files): Likewise.
5806         * modules/openat-tests (Files): Likewise.
5807         * modules/perror-tests (Files): Likewise.
5808         * modules/pipe2-tests (Files): Likewise.
5809         * modules/poll-tests (Files): Likewise.
5810         * modules/popen-tests (Files): Likewise.
5811         * modules/posix_spawn-tests (Files): Likewise.
5812         * modules/posix_spawnp-tests (Files): Likewise.
5813         * modules/pread-tests (Files): Likewise.
5814         * modules/printf-posix-tests (Files): Likewise.
5815         * modules/pty-tests (Files): Likewise.
5816         * modules/random_r-tests (Files): Likewise.
5817         * modules/rawmemchr-tests (Files): Likewise.
5818         * modules/readlink-tests (Files): Likewise.
5819         * modules/remove-tests (Files): Likewise.
5820         * modules/rename-tests (Files): Likewise.
5821         * modules/renameat-tests (Files): Likewise.
5822         * modules/rmdir-tests (Files): Likewise.
5823         * modules/round-tests (Files): Likewise.
5824         * modules/roundf-tests (Files): Likewise.
5825         * modules/roundl-tests (Files): Likewise.
5826         * modules/select-tests (Files): Likewise.
5827         * modules/setenv-tests (Files): Likewise.
5828         * modules/sigaction-tests (Files): Likewise.
5829         * modules/sleep-tests (Files): Likewise.
5830         * modules/snprintf-posix-tests (Files): Likewise.
5831         * modules/snprintf-tests (Files): Likewise.
5832         * modules/sprintf-posix-tests (Files): Likewise.
5833         * modules/stat-tests (Files): Likewise.
5834         * modules/strcasestr-tests (Files): Likewise.
5835         * modules/strchrnul-tests (Files): Likewise.
5836         * modules/strerror-tests (Files): Likewise.
5837         * modules/strsignal-tests (Files): Likewise.
5838         * modules/strstr-tests (Files): Likewise.
5839         * modules/strtod-tests (Files): Likewise.
5840         * modules/strverscmp-tests (Files): Likewise.
5841         * modules/symlink-tests (Files): Likewise.
5842         * modules/symlinkat-tests (Files): Likewise.
5843         * modules/times-tests (Files): Likewise.
5844         * modules/trunc-tests (Files): Likewise.
5845         * modules/truncf-tests (Files): Likewise.
5846         * modules/truncl-tests (Files): Likewise.
5847         * modules/tsearch-tests (Files): Likewise.
5848         * modules/uname-tests (Files): Likewise.
5849         * modules/unlink-tests (Files): Likewise.
5850         * modules/unsetenv-tests (Files): Likewise.
5851         * modules/usleep-tests (Files): Likewise.
5852         * modules/utimensat-tests (Files): Likewise.
5853         * modules/vasprintf-tests (Files): Likewise.
5854         * modules/vdprintf-posix-tests (Files): Likewise.
5855         * modules/vfprintf-posix-tests (Files): Likewise.
5856         * modules/vprintf-posix-tests (Files): Likewise.
5857         * modules/vsnprintf-posix-tests (Files): Likewise.
5858         * modules/vsnprintf-tests (Files): Likewise.
5859         * modules/vsprintf-posix-tests (Files): Likewise.
5860         * modules/wcrtomb-tests (Files): Likewise.
5861         * modules/wcsnrtombs-tests (Files): Likewise.
5862         * modules/wcsrtombs-tests (Files): Likewise.
5863         * modules/wcwidth-tests (Files): Likewise.
5864         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
5865         * tests/test-isinf.c (isinf): Likewise.
5866         * tests/test-isnan.c (isnan): Likewise.
5867         * tests/test-signbit.c (signbit): Likewise.
5868         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
5869         declaration, either as macro or with correct signature.
5870         (select): Ensure function under test is declared with correct
5871         signature in correct header.
5872         * tests/test-atexit.c (atexit): Likewise.
5873         * tests/test-btowc.c (btowc): Likewise.
5874         * tests/test-canonicalize-lgpl.c (realpath)
5875         (canonicalize_file_name): Likewise.
5876         * tests/test-ceilf1.c (ceilf): Likewise.
5877         * tests/test-ceill.c (ceill): Likewise.
5878         * tests/test-chown.c (chown): Likewise.
5879         * tests/test-dprintf-posix.c (dprintf): Likewise.
5880         * tests/test-dup2.c (dup2): Likewise.
5881         * tests/test-dup3.c (dup3): Likewise.
5882         * tests/test-duplocale.c (duplocale): Likewise.
5883         * tests/test-fchdir.c (fchdir): Likewise.
5884         * tests/test-fchownat.c (fchownat): Likewise.
5885         * tests/test-fcntl.c (fcntl): Likewise.
5886         * tests/test-fdopendir.c (fdopendir): Likewise.
5887         * tests/test-fflush.c (fflush): Likewise.
5888         * tests/test-flock.c (flock): Likewise.
5889         * tests/test-floorf1.c (floorf): Likewise.
5890         * tests/test-floorl.c (floorl): Likewise.
5891         * tests/test-fnmatch.c (fnmatch): Likewise.
5892         * tests/test-fopen.c (fopen): Likewise.
5893         * tests/test-fprintf-posix.c (fprintf): Likewise.
5894         * tests/test-freopen.c (freopen): Likewise.
5895         * tests/test-frexp.c (frexp): Likewise.
5896         * tests/test-frexpl.c (frexpl): Likewise.
5897         * tests/test-fseek.c (fseek): Likewise.
5898         * tests/test-fseeko.c (fseeko): Likewise.
5899         * tests/test-fstatat.c (fstatat): Likewise.
5900         * tests/test-fsync.c (fsync): Likewise.
5901         * tests/test-ftell.c (ftell): Likewise.
5902         * tests/test-ftello.c (ftello): Likewise.
5903         * tests/test-futimens.c (futimens): Likewise.
5904         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
5905         (gai_strerror): Likewise.
5906         * tests/test-getcwd.c (getcwd): Likewise.
5907         * tests/test-getdelim.c (getdelim): Likewise.
5908         * tests/test-getdtablesize.c (getdtablesize): Likewise.
5909         * tests/test-getgroups.c (getgroups): Likewise.
5910         * tests/test-gethostname.c (gethostname): Likewise.
5911         * tests/test-getline.c (getline): Likewise.
5912         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
5913         Likewise.
5914         * tests/test-gettimeofday.c (gettimeofday): Likewise.
5915         * tests/test-glob.c (glob, globfree): Likewise.
5916         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
5917         * tests/test-inet_ntop.c (inet_ntop): Likewise.
5918         * tests/test-inet_pton.c (inet_pton): Likewise.
5919         * tests/test-isblank.c (isblank): Likewise.
5920         * tests/test-lchown.c (lchown): Likewise.
5921         * tests/test-ldexpl.c (ldexpl): Likewise.
5922         * tests/test-link.c (link): Likewise.
5923         * tests/test-linkat.c (linkat): Likewise.
5924         * tests/test-lseek.c (lseek): Likewise.
5925         * tests/test-lstat.c (lstat): Likewise.
5926         * tests/test-mbrtowc.c (mbrtowc): Likewise.
5927         * tests/test-mbsinit.c (mbsinit): Likewise.
5928         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
5929         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
5930         * tests/test-memchr.c (memchr): Likewise.
5931         * tests/test-memcmp.c (memcmp): Likewise.
5932         * tests/test-memmem.c (memmem): Likewise.
5933         * tests/test-memrchr.c (memrchr): Likewise.
5934         * tests/test-mkdir.c (mkdir): Likewise.
5935         * tests/test-mkdirat.c (mkdirat): Likewise.
5936         * tests/test-mkfifo.c (mkfifo): Likewise.
5937         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
5938         * tests/test-mknod.c (mknod): Likewise.
5939         * tests/test-nanosleep.c (nanosleep): Likewise.
5940         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
5941         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
5942         Likewise.
5943         * tests/test-open.c (open): Likewise.
5944         * tests/test-openat.c (openat): Likewise.
5945         * tests/test-perror.c (perror): Likewise.
5946         * tests/test-pipe2.c (pipe2): Likewise.
5947         * tests/test-poll.c (poll): Likewise.
5948         * tests/test-popen.c (popen, pclose): Likewise.
5949         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
5950         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
5951         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
5952         (posix_spawn_file_actions_destroy)
5953         (posix_spawn_file_actions_addclose)
5954         (posix_spawn_file_actions_addopen)
5955         (posix_spawn_file_actions_adddup2): Likewise.
5956         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
5957         * tests/test-pread.c (pread): Likewise.
5958         * tests/test-printf-posix.c (printf): Likewise.
5959         * tests/test-pty.c (openpty, forkpty): Likewise.
5960         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
5961         (random_r): Likewise.
5962         * tests/test-rawmemchr.c (rawmemchr): Likewise.
5963         * tests/test-readlink.c (readlink): Likewise.
5964         * tests/test-remove.c (remove): Likewise.
5965         * tests/test-rename.c (rename): Likewise.
5966         * tests/test-renameat.c (renameat): Likewise.
5967         * tests/test-rmdir.c (rmdir): Likewise.
5968         * tests/test-round1.c (round): Likewise.
5969         * tests/test-roundf1.c (roundf): Likewise.
5970         * tests/test-roundl.c (roundl): Likewise.
5971         * tests/test-setenv.c (setenv): Likewise.
5972         * tests/test-sigaction.c (sigaction): Likewise.
5973         * tests/test-sleep.c (sleep): Likewise.
5974         * tests/test-snprintf.c (snprintf): Likewise.
5975         * tests/test-sprintf-posix.c (sprintf): Likewise.
5976         * tests/test-stat.c (stat): Likewise.
5977         * tests/test-stpncpy.c (stpncpy): Likewise.
5978         * tests/test-strcasestr.c (strcasestr): Likewise.
5979         * tests/test-strchrnul.c (strchrnul): Likewise.
5980         * tests/test-strerror.c (strerror): Likewise.
5981         * tests/test-strsignal.c (strsignal): Likewise.
5982         * tests/test-strstr.c (strstr): Likewise.
5983         * tests/test-strtod.c (strtod): Likewise.
5984         * tests/test-strverscmp.c (strverscmp): Likewise.
5985         * tests/test-symlink.c (symlink): Likewise.
5986         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
5987         * tests/test-times.c (times): Likewise.
5988         * tests/test-trunc1.c (trunc): Likewise.
5989         * tests/test-truncf1.c (truncf): Likewise.
5990         * tests/test-truncl.c (truncl): Likewise.
5991         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
5992         Likewise.
5993         * tests/test-uname.c (uname): Likewise.
5994         * tests/test-unlink.c (unlink): Likewise.
5995         * tests/test-unlinkat.c (unlinkat): Likewise.
5996         * tests/test-unsetenv.c (unsetenv): Likewise.
5997         * tests/test-usleep.c (usleep): Likewise.
5998         * tests/test-utimensat.c (utimensat): Likewise.
5999         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
6000         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
6001         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
6002         * tests/test-vprintf-posix.c (vprintf): Likewise.
6003         * tests/test-vsnprintf.c (vsnprintf): Likewise.
6004         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
6005         * tests/test-wcrtomb.c (wcrtomb): Likewise.
6006         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
6007         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
6008         * tests/test-wcwidth.c (wcwidth): Likewise.
6009
6010         build: pull in conditional headers during GNULIB_POSIXCHECK
6011         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
6012         definitions from any conditionally-included headers.
6013         * lib/stdlib.in.h (includes): Likewise.
6014         * lib/unistd.in.h (includes): Likewise.
6015
6016 2009-12-24  Bruno Haible  <bruno@clisp.org>
6017
6018         * tests/test-argv-iter.c: Include header file being tested immediately
6019         after config.h.
6020         * tests/test-base64.c: Likewise.
6021         * tests/test-flock.c: Likewise.
6022         * tests/test-fsync.c: Likewise.
6023         * tests/test-getdate.c: Likewise.
6024         * tests/test-getndelim2.c: Likewise.
6025         * tests/test-isfinite.c: Likewise.
6026         * tests/test-isinf.c: Likewise.
6027         * tests/test-strerror.c: Likewise.
6028         * tests/test-strsignal.c: Likewise.
6029
6030 2009-12-23  Eric Blake  <ebb9@byu.net>
6031
6032         unistd: work around cygwin bug
6033         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
6034         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
6035         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6036
6037 2009-12-23  Bruno Haible  <bruno@clisp.org>
6038
6039         localename: More tests.
6040         * tests/test-localename.c (SIZEOF): New macro.
6041         (categories): New variable.
6042         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
6043         test_locale_name_default): Add test w.r.t. thread locale.
6044         (test_locale_name_thread): New function.
6045         (main): Invoke it.
6046
6047         localename: Make aware of thread locale.
6048         * lib/localename.h (gl_locale_name_thread): New declaration.
6049         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
6050         behaviour with respect to thread locale.
6051         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
6052         <langinfo.h>, glthread/lock.h.
6053         (SIZE_BITS): New macro.
6054         (string_hash): New function.
6055         (struct hash_node): New type.
6056         (HASH_TABLE_SIZE): New macro.
6057         (struniq_hash_table, struniq_lock): New variables.
6058         (struniq): New function.
6059         (gl_locale_name_thread): New function.
6060         (gl_locale_name): Invoke it.
6061         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
6062         * modules/localename (Depends-on): Add lock.
6063         Reported by Mike Gran <spk121@yahoo.com>.
6064
6065 2009-12-23  Eric Blake  <ebb9@byu.net>
6066
6067         va-args: new module
6068         * modules/va-args: New file.
6069         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
6070         * MODULES.html.sh (Core language properties): Mention it.
6071
6072         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
6073         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
6074         named alias for __attribute__((__unused__)).
6075         * lib/chown.c: Update client.
6076         * lib/fchmodat.c: Likewise.
6077         * lib/fts.c: Likewise.
6078         * lib/getdate.y: Likewise.
6079         * lib/getgroups.c: Likewise.
6080         * lib/getopt.c: Likewise.
6081         * lib/getugroups.c: Likewise.
6082         * lib/mkdir.c: Likewise.
6083         * lib/mkfifo.c: Likewise.
6084         * lib/mkfifoat.c: Likewise.
6085         * lib/mknod.c: Likewise.
6086         * lib/mknodat.c: Likewise.
6087         * lib/readlink.c: Likewise.
6088         * lib/se-context.in.h: Likewise.
6089         * lib/se-selinux.in.h: Likewise.
6090         * lib/sockets.c: Likewise.
6091         * lib/symlink.c: Likewise.
6092         * lib/symlinkat.c: Likewise.
6093         * lib/unicodeio.c: Likewise.
6094         * lib/unistr.h: Likewise.
6095         * tests/test-areadlink.c: Likewise.
6096         * tests/test-areadlinkat.c: Likewise.
6097         * tests/test-filenamecat.c: Likewise.
6098         * tests/test-fseeko.c: Likewise.
6099         * tests/test-ftello.c: Likewise.
6100         * tests/test-getdate.c: Likewise.
6101         * tests/test-getgroups.c: Likewise.
6102         * tests/test-gethostname.c: Likewise.
6103         * tests/test-quotearg.c: Likewise.
6104         * tests/test-version-etc.c: Likewise.
6105         * tests/test-xalloc-die.c: Likewise.
6106         * tests/test-xfprintf-posix.c: Likewise.
6107         * tests/test-xprintf-posix.c: Likewise.
6108         * tests/test-xvasprintf.c: Likewise.
6109
6110         tests: avoid compiler warnings
6111         * tests/test-fcntl.c (main): Delete unused parameters.
6112         * tests/test-freopen-safer.c (main): Likewise.
6113         * tests/test-xalloc-die.c (main): Mark unused parameters.
6114         * tests/test-fseeko.c (main): Likewise.
6115         * tests/test-ftello.c (main): Likewise.
6116         * tests/test-nanosleep.c (main): Avoid declaration warning.
6117         * tests/test-sleep.c (main): Likewise.
6118         * tests/test-unsetenv.c (main): Silence warning about string
6119         literal.
6120         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
6121
6122 2009-12-23  Bruno Haible  <bruno@clisp.org>
6123
6124         * tests/test-localename.c (test_locale_name): New function, extracted
6125         from main. Also test mixed situations.
6126         (test_locale_name_posix, test_locale_name_environ,
6127         test_locale_name_default): New functions.
6128         (main): Invoke them all.
6129         * modules/localename-tests (configure.ac): Test for newlocale.
6130
6131 2009-12-23  Bruno Haible  <bruno@clisp.org>
6132
6133         unistd: Ensure getcwd gets declared before being overridden.
6134         * lib/unistd.in.h: Conditionally include <io.h>.
6135
6136 2009-12-22  Bruno Haible  <bruno@clisp.org>
6137
6138         wchar: Diagnose broken combination of glibc and gcc versions and flags.
6139         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
6140         (gl_WCHAR_H): Invoke it.
6141         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
6142         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
6143         Reported by Karl Berry <karl@freefriends.org>.
6144
6145 2009-12-22  Eric Blake  <ebb9@byu.net>
6146
6147         math, unistd: avoid redundant includes
6148         * lib/math.in.h (isnan): No need to re-include <math.h>.
6149         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6150
6151         getsubopt: work around cygwin bug
6152         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6153         avoid conflicting with system getsubopt.
6154         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6155         bug.
6156
6157         getopt: synchronize from glibc
6158         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6159         parameter order.  Adjust all callers.
6160         (_getopt_internal_r, main): Adjust quoting in error messages.
6161         Drop considerations for outdated POSIX 1003.2 error message.
6162         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
6163         callers.
6164         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
6165
6166         test-getopt: test stderr behavior
6167         * modules/getopt-posix-tests (Depends-on): Add dup2.
6168         * tests/test-getopt.c (ASSERT): Avoid stderr.
6169         (main): Move stderr to a temporary file.
6170         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
6171         Instead, add parameter to inform caller if output occurred.
6172         (test_getopt): Adjust all existing tests to expect silence, and
6173         add new tests of leading ":".
6174         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6175         glibc shortcomings with leading "-:" or "+:" in optstring.
6176         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6177         Likewise.
6178         * doc/posix-functions/getopt.texi (getopt): Likewise.
6179
6180         test-getopt: enhance test
6181         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
6182         supports optind=0.
6183         * tests/test-getopt.c (OPTIND_MIN): Move...
6184         * tests/test-getopt.h (OPTIND_MIN): ...here.
6185         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
6186         Require that optind=0 works, since modern BSD supports it in
6187         addition to optreset, and since coreutils expects it.
6188         (test_getopt_long_only): New test.
6189         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6190         glibc shortcomings with 'W;', and enforcement of optind=0.
6191         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6192         Likewise.
6193
6194 2009-12-21  Bruno Haible  <bruno@clisp.org>
6195
6196         localename: Improvements for MacOS X and Cygwin.
6197         * lib/localename.h (gl_locale_name_environ): New declaration.
6198         * lib/localename.c (gl_locale_name_environ): New function, extracted from
6199         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
6200         (gl_locale_name_posix): Invoke it.
6201         (gl_locale_name_default): Add comments. Use Windows native API also on
6202         Cygwin.
6203
6204 2009-12-21  Bruno Haible  <bruno@clisp.org>
6205
6206         Update list of Win32 locale ids.
6207         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
6208         (LANG_SAMI): Renamed from LANG_SAAMI.
6209         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
6210         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
6211         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
6212         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
6213         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
6214         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
6215         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
6216         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
6217         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
6218         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
6219         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
6220         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
6221         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
6222         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
6223         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
6224         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
6225         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
6226         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
6227         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
6228         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
6229         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
6230         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
6231         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
6232         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
6233         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
6234         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
6235         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
6236         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
6237         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
6238         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
6239         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
6240         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
6241         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
6242         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
6243         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
6244         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
6245         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
6246         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
6247         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
6248         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
6249         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
6250         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
6251         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
6252         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
6253         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
6254         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
6255         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
6256         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
6257         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
6258         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
6259         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
6260         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
6261         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
6262         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
6263         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
6264         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
6265         Add more languages and countries for Sami, Sorbian. Add more countries
6266         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
6267         for Pashto. Change country for Syriac, Tswana.
6268
6269 2009-12-21  Eric Blake  <ebb9@byu.net>
6270
6271         test-utimens: avoid spurious failure
6272         * tests/test-chown.h (nap): Factor...
6273         * tests/nap.h: ...into new file.
6274         * tests/test-lchown.h (nap): Avoid duplication.
6275         * tests/test-utimens-common.h (nap): Use shared implementation,
6276         necessary on file systems with 1-second resolution.
6277         * modules/chown-tests (Files): Include new file.
6278         * modules/fdutimensat-tests (Files): Likewise.
6279         * modules/futimens-tests (Files): Likewise.
6280         * modules/lchown-tests (Files): Likewise.
6281         * modules/openat-tests (Files): Likewise.
6282         * modules/utimens-tests (Files): Likewise.
6283         * modules/utimensat-tests (Files): Likewise.
6284
6285 2009-12-19  Eric Blake  <ebb9@byu.net>
6286
6287         futimens, utimensat: work around Linux bug
6288         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
6289         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6290         * lib/utimensat.c (rpl_utimensat): Work around it.
6291         * lib/futimens.c (rpl_futimens): Adjust comment.
6292
6293         utimens: work around Linux ctime bug
6294         * lib/utimens.c (detect_ctime_bug): New helper function.
6295         (update_timespec): Differentiate between workaround needed for
6296         this bug vs. what is needed for systems that lack utimensat.
6297         (fdutimens, lutimens): Work around bug.
6298
6299         utimens: check for ctime update
6300         * tests/test-utimens-common.h (check_ctime): Define.
6301         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
6302         * tests/test-futimens.h (test_futimens): Likewise.
6303         * tests/test-lutimens.h (test_lutimens): Likewise.
6304         * doc/posix-functions/futimens.texi (futimens): Document the bug.
6305         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6306
6307 2009-12-19  Bruno Haible  <bruno@clisp.org>
6308
6309         dprintf-posix: Check against memory leak fixed on 2009-12-15.
6310         * tests/test-dprintf-posix2.sh: New file.
6311         * tests/test-dprintf-posix2.c: New file.
6312         * modules/dprintf-posix-tests (Files): Add them.
6313         (configure.ac): Check for getrlimit and setrlimit.
6314         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6315
6316 2009-12-19  Bruno Haible  <bruno@clisp.org>
6317
6318         fprintf-posix: Check against memory leak fixed on 2009-12-15.
6319         * tests/test-fprintf-posix3.sh: New file.
6320         * tests/test-fprintf-posix3.c: New file.
6321         * modules/fprintf-posix-tests (Files): Add them.
6322         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6323
6324 2009-12-19  Eric Blake  <ebb9@byu.net>
6325
6326         dirfd: fix prototype
6327         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
6328         * lib/dirfd.c (dirfd): Likewise.
6329
6330         canonicalize: reduce memory usage
6331         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
6332         allocation to size.
6333         Reported by Solar Designer <solar@openwall.com>.
6334
6335 2009-12-19  Bruno Haible  <bruno@clisp.org>
6336
6337         New module attribute 'Applicability'.
6338         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
6339         * gnulib-tool: New option --extract-applicability.
6340         (func_usage): Document it.
6341         (sed_extract_prog): Recognize it.
6342         (func_get_applicability): New function.
6343         (func_import): Generalize handling of 'link-warning' module.
6344         * modules/link-warning (Applicability): New section.
6345         * modules/arg-nonnull (Applicability): New section.
6346         Repoted by Simon Josefsson <simon@josefsson.org>.
6347
6348 2009-12-19  Bruno Haible  <bruno@clisp.org>
6349
6350         fflush: tweak
6351         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
6352         * lib/fseeko.c (rpl_fseeko): Likewise.
6353
6354 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
6355
6356         * lib/gl_list.h: Fix typo in comment.
6357
6358 2009-12-16  Eric Blake  <ebb9@byu.net>
6359
6360         fcntl: use to simplify other modules
6361         * modules/cloexec (Depends-on): Add fcntl.
6362         * modules/fchdir (Depends-on): Likewise.
6363         * modules/fd-safer-flag (Depends-on): Likewise.
6364         * modules/unistd-safer (Depends-on): Likewise.
6365         * modules/dup3 (configure.ac): Set module indicator.
6366         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
6367         missing.
6368         * lib/fchdir.c (_gl_register_dup): Fix comment.
6369         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
6370         * lib/dup-safer.c (dup_safer): Likewise.
6371         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
6372         * lib/dup3.c (dup3): Likewise.
6373         * tests/test-fchdir.c (main): Enhance test.
6374         Fixes a dup_cloexec bug reported by Ondřej Vašík.
6375
6376         fcntl: port portions of fcntl to mingw
6377         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
6378         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6379         replacement for mingw.
6380         * modules/fcntl (Description): Update.
6381         (Depends-on): Add dup2.
6382         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
6383         * modules/fcntl-h (Makefile.am): Substitute it.
6384         * lib/fcntl.in.h (fcntl): Update declaration.
6385         (F_DUPFD, F_GETFD): New macros, when needed.
6386         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6387         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
6388         * tests/test-fcntl.c (check_flags, main): Enhance test for items
6389         we now guarantee.
6390
6391         fcntl: work around cygwin bug in F_DUPFD
6392         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
6393         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
6394         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
6395         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
6396         * doc/posix-functions/fcntl.texi (fcntl): Document it.
6397
6398         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
6399         * modules/fcntl (Files): List new files.
6400         (configure.ac): Run a test.
6401         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
6402         * lib/fcntl.c (rpl_fcntl): Likewise.
6403         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
6404         (gl_FCNTL_H): Always replace fcntl.h.
6405         * modules/fcntl-h (Makefile.am): Substitute witnesses.
6406         * lib/fcntl.in.h (fcntl): Declare replacement.
6407         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
6408         needed, plus a witness.
6409         * doc/posix-functions/fcntl.texi (fcntl): Document this.
6410         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6411         * tests/test-fcntl.c: New file.
6412         * modules/fcntl-tests: Likewise.
6413
6414         binary-io: avoid potential compilation warning
6415         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
6416         directives.
6417
6418         fflush: avoid compilation error on NetBSD
6419         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
6420         between off_t and fpos_t, since the latter is sometimes a struct.
6421         * lib/fseeko.c (rpl_fseeko): Likewise.
6422         Reported by Alexander Nasonov <alnsn@yandex.ru>.
6423
6424 2009-12-15  Eric Blake  <ebb9@byu.net>
6425
6426         fcntl-h, stdio, sys_ioctl: fix declarations
6427         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
6428         function must not take arguments.
6429         * lib/sys_ioctl.in.h (ioctl): Likewise.
6430         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
6431         (open): Add a link warning.
6432
6433 2009-12-15  Jim Meyering  <meyering@redhat.com>
6434
6435         areadlink, areadlink-with-size: relax license to LGPLv2+
6436         * modules/areadlink (License): Relax to LGPLv2+.
6437         * modules/areadlink-with-size (License): Likewise.
6438
6439 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
6440             Bruno Haible  <bruno@clisp.org>
6441
6442         *printf: Fix memory leak.
6443         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
6444         * lib/vfprintf.c (vfprintf): Likewise.
6445         * lib/dprintf.c (dprintf): Likewise.
6446         * lib/vdprintf.c (vdprintf): Likewise.
6447
6448 2009-12-14  Eric Blake  <ebb9@byu.net>
6449
6450         accept4: adjust module dependencies
6451         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
6452
6453         utimens: one more try at avoiding compiler warning
6454         * lib/utimens.c (lutimens): Lower scope of result.
6455
6456 2009-12-13  Bruno Haible  <bruno@clisp.org>
6457
6458         Move the malloc checking from module 'list' to new module 'xlist'.
6459         * modules/xlist: New file.
6460         * lib/gl_xlist.h: New file.
6461         * lib/gl_xlist.c: New file.
6462         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
6463         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
6464         gl_list_add_last, gl_list_add_before, gl_list_add_after,
6465         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
6466         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
6467         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
6468         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
6469         gl_sortedlist_nx_add): New declarations.
6470         (struct gl_list_implementation): Rename and change methods accordingly.
6471         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
6472         (gl_list_nx_create): Renamed from gl_list_create.
6473         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6474         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6475         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6476         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6477         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6478         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6479         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6480         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6481         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
6482         gl_list_create_empty.
6483         (gl_list_nx_create): Renamed from gl_list_create.
6484         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6485         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6486         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6487         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6488         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6489         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6490         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6491         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6492         * lib/gl_array_list.c: Don't include xalloc.h.
6493         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
6494         NULL upon out-of-memory.
6495         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
6496         out-of-memory.
6497         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
6498         Change return type to 'int'.
6499         (gl_array_nx_set_at): Renamed from gl_array_set_at.
6500         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6501         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
6502         upon out-of-memory.
6503         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
6504         upon out-of-memory.
6505         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
6506         upon out-of-memory.
6507         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
6508         upon out-of-memory.
6509         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
6510         out-of-memory.
6511         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
6512         Update.
6513         (gl_array_list_implementation): Update.
6514         * lib/gl_carray_list.c: Don't include xalloc.h.
6515         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
6516         Return NULL upon out-of-memory.
6517         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
6518         out-of-memory.
6519         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
6520         Change return type to 'int'.
6521         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
6522         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6523         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
6524         upon out-of-memory.
6525         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
6526         upon out-of-memory.
6527         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
6528         out-of-memory.
6529         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
6530         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
6531         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
6532         Update.
6533         (gl_carray_list_implementation): Update.
6534         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
6535         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
6536         gl_linked_create_empty. Return NULL upon out-of-memory.
6537         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
6538         out-of-memory.
6539         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
6540         Change return type to 'int'. Return -1 upon out-of-memory.
6541         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
6542         out-of-memory.
6543         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
6544         upon out-of-memory.
6545         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
6546         upon out-of-memory.
6547         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
6548         NULL upon out-of-memory.
6549         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
6550         upon out-of-memory.
6551         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
6552         out-of-memory.
6553         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
6554         Update.
6555         * lib/gl_linked_list.c: Don't include xalloc.h.
6556         (gl_linked_list_implementation): Update.
6557         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
6558         (add_to_bucket): Change return type to 'int'.
6559         (gl_linkedhash_list_implementation): Update.
6560         * lib/gl_anytree_list1.h (free_subtree): New function.
6561         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
6562         gl_tree_create_empty. Return NULL upon out-of-memory.
6563         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
6564         Change return type to 'int'. Return -1 upon out-of-memory.
6565         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
6566         out-of-memory.
6567         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
6568         (gl_tree_remove_node): New function, moved here from
6569         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
6570         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
6571         Update.
6572         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
6573         malloc, not xmalloc. Return NULL upon out-of-memory.
6574         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6575         out-of-memory.
6576         (gl_tree_remove_node_from_tree): New function, extracted from
6577         gl_tree_remove_node.
6578         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6579         upon out-of-memory.
6580         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6581         out-of-memory.
6582         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6583         upon out-of-memory.
6584         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6585         upon out-of-memory.
6586         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6587         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
6588         not xmalloc. Return NULL upon out-of-memory.
6589         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6590         out-of-memory.
6591         (gl_tree_remove_node_from_tree): New function, extracted from
6592         gl_tree_remove_node.
6593         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6594         upon out-of-memory.
6595         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6596         out-of-memory.
6597         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6598         upon out-of-memory.
6599         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6600         upon out-of-memory.
6601         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6602         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
6603         gl_anytree_list1.h before gl_anyavltree_list2.h.
6604         (gl_avltree_list_implementation): Update.
6605         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
6606         gl_anytree_list1.h before gl_anyavltree_list2.h.
6607         (gl_rbtree_list_implementation): Update.
6608         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
6609         Change return type to 'int'. Return -1 upon out-of-memory. Use
6610         __builtin_expect.
6611         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
6612         (gl_avltreehash_list_implementation): Update.
6613         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
6614         (gl_rbtreehash_list_implementation): Update.
6615         * modules/array-list (Depends-on): Remove xalloc.
6616         * modules/carray-list (Depends-on): Likewise.
6617         * modules/linked-list (Depends-on): Likewise.
6618         * modules/linkedhash-list (Depends-on): Likewise.
6619         * modules/avltree-list (Depends-on): Likewise.
6620         * modules/rbtree-list (Depends-on): Likewise.
6621         * modules/avltreehash-list (Depends-on): Likewise.
6622         * modules/rbtreehash-list (Depends-on): Likewise.
6623
6624         * modules/xsublist: New file.
6625         * lib/gl_xsublist.h: New file.
6626         * lib/gl_xsublist.c: New file.
6627         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
6628         (gl_sublist_nx_create): New declaration.
6629         * lib/gl_sublist.c: Don't include xalloc.h.
6630         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
6631         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
6632         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
6633         Change return type to 'int'. Return -1 upon out-of-memory.
6634         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
6635         upon out-of-memory.
6636         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
6637         NULL upon out-of-memory.
6638         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
6639         upon out-of-memory.
6640         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
6641         NULL upon out-of-memory.
6642         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
6643         NULL upon out-of-memory.
6644         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
6645         upon out-of-memory.
6646         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
6647         (gl_sublist_list_implementation): Update.
6648         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
6649         upon out-of-memory.
6650         * modules/sublist (Depends-on): Remove xalloc.
6651
6652         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
6653         * tests/test-carray_list.c: Likewise.
6654         * tests/test-linked_list.c: Likewise.
6655         * tests/test-linkedhash_list.c: Likewise.
6656         * tests/test-avltree_list.c: Likewise.
6657         * tests/test-rbtree_list.c: Likewise.
6658         * tests/test-avltreehash_list.c: Likewise.
6659         * tests/test-rbtreehash_list.c: Likewise.
6660         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
6661         * modules/carray-list-tests (Makefile.am): Likewise.
6662         * modules/linked-list-tests (Makefile.am): Likewise.
6663         * modules/linkedhash-list-tests (Makefile.am): Likewise.
6664         * modules/avltree-list-tests (Makefile.am): Likewise.
6665         * modules/rbtree-list-tests (Makefile.am): Likewise.
6666         * modules/avltreehash-list-tests (Makefile.am): Likewise.
6667         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
6668
6669         * NEWS: Mention the changes.
6670
6671         * lib/clean-temp.c: Include gl_xlist.h.
6672         * modules/clean-temp (Depends-on): Add xlist.
6673
6674         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
6675         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
6676
6677         * tests/test-array_oset.c: Include gl_xlist.h.
6678         * modules/array-oset-tests (Depends-on): Add xlist.
6679
6680         Reported by José E. Marchesi <jemarch@gnu.org>.
6681
6682 2009-12-13  Bruno Haible  <bruno@clisp.org>
6683
6684         Move the malloc checking from module 'oset' to new module 'xoset'.
6685         * modules/xoset: New file.
6686         * lib/gl_xoset.h: New file.
6687         * lib/gl_xoset.c: New file.
6688         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
6689         declarations.
6690         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
6691         (struct gl_oset_implementation): Rename and change methods accordingly.
6692         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
6693         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6694         'int'. Mark as __warn_unused_result__.
6695         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
6696         gl_oset_create_empty.
6697         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6698         'int'.
6699         * lib/gl_array_oset.c: Don't include xalloc.h.
6700         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
6701         malloc, not xmalloc.
6702         (grow): Change return type to 'int'. Don't call xalloc_die.
6703         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
6704         to 'int'.
6705         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
6706         'int'.
6707         (gl_array_oset_implementation): Update.
6708         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
6709         gl_tree_create_empty.
6710         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
6711         'int'.
6712         * lib/gl_avltree_oset.c: Don't include xalloc.h.
6713         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
6714         xmalloc.
6715         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
6716         not xmalloc.
6717         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
6718         xmalloc.
6719         (gl_avltree_oset_implementation): Update.
6720         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
6721         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
6722         xmalloc.
6723         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
6724         not xmalloc.
6725         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
6726         xmalloc.
6727         (gl_rbtree_oset_implementation): Update.
6728         * modules/array-oset (Depends-on): Remove xalloc.
6729         * modules/avltree-oset (Depends-on): Likewise.
6730         * modules/rbtree-oset (Depends-on): Likewise.
6731         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
6732         * tests/test-avltree_oset.c: Likewise.
6733         * tests/test-rbtree_oset.c: Likewise.
6734         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
6735         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
6736         * modules/rbtree-oset-tests (Makefile.am): Likewise.
6737         * NEWS: Mention the change.
6738
6739 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
6740
6741         maint.mk: allow a project to override release-prep commands
6742         * top/maint.mk (alpha, beta, stable): Move release-preparatory
6743         commands into a new rule.
6744         (release-prep): New rule.
6745         (release-prep-hook): New overridable variable.
6746
6747 2009-12-13  Bruno Haible  <bruno@clisp.org>
6748
6749         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
6750
6751 2009-12-13  Jim Meyering  <meyering@redhat.com>
6752
6753         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
6754         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
6755
6756 2009-12-12  Bruno Haible  <bruno@clisp.org>
6757
6758         duplocale: Tweak.
6759         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
6760
6761 2009-12-12  Karl Berry  <karl@gnu.org>
6762
6763         * config/srclist.txt (strtoll.c): tab changes, no more sync.
6764
6765 2009-12-12  Bruno Haible  <bruno@clisp.org>
6766
6767         * m4/po.m4: Undo incorrect untabification.
6768
6769 2009-12-12  Bruno Haible  <bruno@clisp.org>
6770
6771         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
6772         * modules/c-strtod (Depends-on): Add locale.
6773         * modules/c-strtold (Depends-on): Likewise.
6774
6775 2009-12-12  Bruno Haible  <bruno@clisp.org>
6776
6777         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
6778
6779 2009-12-11  Eric Blake  <ebb9@byu.net>
6780
6781         setenv: relax requirement in light of POSIX ruling
6782         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
6783         not NULL.
6784         * tests/test-setenv.c (main): Relax test.
6785         * tests/test-unsetenv.c (main): Likewise.
6786         * doc/posix-functions/setenv.texi (setenv): Document this.
6787         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
6788
6789 2009-12-11  Bruno Haible  <bruno@clisp.org>
6790
6791         New module 'fd-safer-flag'.
6792         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
6793         * lib/dup-safer.c (dup_safer_flag): Remove function.
6794         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
6795         * lib/fd-safer.c (fd_safer_flag): Remove function.
6796         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
6797         * modules/cloexec (configure.ac): Drop indicator macro.
6798         * modules/fd-safer-flag: New file.
6799         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
6800         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
6801         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
6802
6803 2009-12-11  Bruno Haible  <bruno@clisp.org>
6804
6805         Tests for module 'nl_langinfo'.
6806         * modules/nl_langinfo-tests: New file.
6807         * tests/test-nl_langinfo.sh: New file.
6808         * tests/test-nl_langinfo.c: New file.
6809
6810         New module 'nl_langinfo'.
6811         * lib/nl_langinfo.c: New file.
6812         * m4/nl_langinfo.m4: New file.
6813         * modules/nl_langinfo: New file.
6814         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
6815
6816 2009-12-11  Bruno Haible  <bruno@clisp.org>
6817
6818         Tests for module 'langinfo'.
6819         * modules/langinfo-tests: New file.
6820         * tests/test-langinfo.c: New file.
6821
6822         New module 'langinfo'.
6823         * lib/langinfo.in.h: New file.
6824         * m4/langinfo_h.m4: New file.
6825         * modules/langinfo: New file.
6826         * doc/posix-headers/langinfo.texi: Mention the new module.
6827
6828 2009-12-11  Bruno Haible  <bruno@clisp.org>
6829
6830         * lib/config.charset: Untabify.
6831
6832 2009-12-11  Bruno Haible  <bruno@clisp.org>
6833
6834         * modules/unistd-safer (configure.ac): Drop indicator macro.
6835
6836 2009-12-11  Bruno Haible  <bruno@clisp.org>
6837
6838         Move pipe2-safer code to its own file.
6839         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
6840         * lib/pipe-safer.c (pipe2_safer): Remove function.
6841         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
6842         (Makefile.am): Add it to lib_SOURCES.
6843
6844 2009-12-10  Bruno Haible  <bruno@clisp.org>
6845
6846         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
6847
6848 2009-12-10  Bruno Haible  <bruno@clisp.org>
6849
6850         Declare which arguments expect non-NULL values, for GCC and clang.
6851         * build-aux/arg-nonnull.h: New file.
6852         * modules/arg-nonnull: New file.
6853         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
6854         (inet_ntop, inet_pton): Use it.
6855         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
6856         (closedir, dirfd, opendir, scandir, alphasort): Use it.
6857         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
6858         (open, openat): Use it.
6859         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
6860         (fnmatch): Use it.
6861         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
6862         (getopt, getopt_long, getopt_long_only): Use it.
6863         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
6864         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
6865         Use it.
6866         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
6867         (iconv_open): Use it.
6868         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
6869         (strtoimax, strtoumax): Use it.
6870         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
6871         (duplocale): Use it.
6872         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
6873         (frexp, frexpl): Use it.
6874         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
6875         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
6876         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
6877         (tsearch, tfind, tdelete, twalk): Use it.
6878         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
6879         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
6880         sigpending): Use it.
6881         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
6882         (posix_spawn, posix_spawnp, posix_spawnattr_init,
6883         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
6884         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
6885         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
6886         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
6887         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
6888         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
6889         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
6890         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
6891         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
6892         Use it.
6893         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
6894         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
6895         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
6896         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
6897         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
6898         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
6899         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
6900         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
6901         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
6902         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
6903         strtoull, unsetenv): Use it.
6904         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
6905         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
6906         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
6907         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
6908         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
6909         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
6910         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
6911         (strcasecmp, strncasecmp): Use it.
6912         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
6913         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
6914         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
6915         rpl_setsockopt): Use it.
6916         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
6917         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
6918         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
6919         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
6920         (gettimeofday): Use it.
6921         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
6922         (times): Use it.
6923         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
6924         (uname): Use it.
6925         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
6926         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
6927         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
6928         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
6929         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
6930         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
6931         unlinkat, write): Use it.
6932         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
6933         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
6934         * lib/argv-iter.h: Include arg-nonnull.h.
6935         (_ATTRIBUTE_NONNULL_): Remove macro.
6936         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
6937         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
6938         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
6939         optimization.
6940         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
6941         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
6942         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
6943         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
6944         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
6945         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
6946         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
6947         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
6948         * modules/arpa_inet (Depends-on): Add arg-nonnull.
6949         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
6950         * modules/dirent (Depends-on): Add arg-nonnull.
6951         (Makefile.am): Insert arg-nonnull.h into dirent.h.
6952         * modules/fcntl-h (Depends-on): Add arg-nonnull.
6953         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
6954         * modules/fnmatch (Depends-on): Add arg-nonnull.
6955         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
6956         * modules/getopt-posix (Depends-on): Add arg-nonnull.
6957         (Makefile.am): Insert arg-nonnull.h into getopt.h.
6958         * modules/glob (Depends-on): Add arg-nonnull.
6959         (Makefile.am): Insert arg-nonnull.h into glob.h.
6960         * modules/iconv_open (Depends-on): Add arg-nonnull.
6961         (Makefile.am): Insert arg-nonnull.h into iconv.h.
6962         * modules/inttypes (Depends-on): Add arg-nonnull.
6963         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
6964         * modules/locale (Depends-on): Add arg-nonnull.
6965         (Makefile.am): Insert arg-nonnull.h into locale.h.
6966         * modules/math (Depends-on): Add arg-nonnull.
6967         (Makefile.am): Insert arg-nonnull.h into math.h.
6968         * modules/netdb (Depends-on): Add arg-nonnull.
6969         (Makefile.am): Insert arg-nonnull.h into netdb.h.
6970         * modules/search (Depends-on): Add arg-nonnull.
6971         (Makefile.am): Insert arg-nonnull.h into search.h.
6972         * modules/signal (Depends-on): Add arg-nonnull.
6973         (Makefile.am): Insert arg-nonnull.h into signal.h.
6974         * modules/spawn (Depends-on): Add arg-nonnull.
6975         (Makefile.am): Insert arg-nonnull.h into spawn.h.
6976         * modules/stdio (Depends-on): Add arg-nonnull.
6977         (Makefile.am): Insert arg-nonnull.h into stdio.h.
6978         * modules/stdlib (Depends-on): Add arg-nonnull.
6979         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
6980         * modules/string (Depends-on): Add arg-nonnull.
6981         (Makefile.am): Insert arg-nonnull.h into string.h.
6982         * modules/strings (Depends-on): Add arg-nonnull.
6983         (Makefile.am): Insert arg-nonnull.h into strings.h.
6984         * modules/sys_socket (Depends-on): Add arg-nonnull.
6985         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
6986         * modules/sys_stat (Depends-on): Add arg-nonnull.
6987         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
6988         * modules/sys_time (Depends-on): Add arg-nonnull.
6989         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
6990         * modules/sys_times (Depends-on): Add arg-nonnull.
6991         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
6992         * modules/sys_utsname (Depends-on): Add arg-nonnull.
6993         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
6994         * modules/time (Depends-on): Add arg-nonnull.
6995         (Makefile.am): Insert arg-nonnull.h into time.h.
6996         * modules/unistd (Depends-on): Add arg-nonnull.
6997         (Makefile.am): Insert arg-nonnull.h into unistd.h.
6998         * modules/wchar (Depends-on): Add arg-nonnull.
6999         (Makefile.am): Insert arg-nonnull.h into wchar.h.
7000         * modules/argv-iter (Depends-on): Add arg-nonnull.
7001         * tests/test-canonicalize.c (null_ptr): New function.
7002         (main): Use it.
7003         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
7004         (main): Use it.
7005         * tests/test-memmem.c (null_ptr): New function.
7006         (main): Use it.
7007         Reported by Jim Meyering.
7008
7009 2009-12-10  Bruno Haible  <bruno@clisp.org>
7010
7011         Use spaces for indentation, not tabs.
7012         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
7013         * m4/*.m4: Untabify.
7014         * build-aux/*.h: Untabify.
7015         * tests/**/*.[hc]: Untabify.
7016         * README: New section "Indent with spaces, not TABs", based on
7017         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
7018         * NEWS: Mention the change.
7019
7020 2009-12-10  Bruno Haible  <bruno@clisp.org>
7021
7022         pty test: Fix link error.
7023         * modules/pty-tests (Makefile.am): Add the default LDADD value to
7024         test_pty_LDADD.
7025
7026 2009-12-07  Simon Josefsson  <simon@josefsson.org>
7027
7028         * modules/pty: New file.
7029         * modules/pty-tests: New file.
7030         * m4/pty.m4: New file.
7031         * tests/test-pty.c: New file.
7032         * doc/glibc-headers/pty.texi: Modified.
7033         * doc/glibc-functions/forkpty.texi: Modified.
7034         * doc/glibc-functions/openpty.texi: Modified.
7035
7036 2009-12-10  Bruno Haible  <bruno@clisp.org>
7037
7038         Avoid syntax error in C++ mode.
7039         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
7040
7041 2009-12-10  Bruno Haible  <bruno@clisp.org>
7042
7043         Use sed with option -e.
7044         * gnulib-tool (func_version, func_emit_copyright_notice,
7045         func_emit_initmacro_end, func_import, func_create_testdir): Pass
7046         option -e to sed.
7047         * modules/link-warning (Makefile.am): Likewise.
7048
7049 2009-12-10  Jim Meyering  <meyering@redhat.com>
7050
7051         mgetgroups: do not write bytes beyond end of malloc'd buffer
7052         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
7053         username, we call getgroups with a one-element-shorter buffer,
7054         but still told it the length was original, max_n_groups.
7055
7056 2009-12-09  Eric Blake  <ebb9@byu.net>
7057
7058         cloexec: relax license
7059         * modules/cloexec (Maintainer): Add myself.
7060         (License): Use LGPL, not GPL.
7061
7062         link-warning: optimize generation
7063         * modules/link-warning (Makefile.am): Reduce process usage.
7064
7065 2009-12-09  Bruno Haible  <bruno@clisp.org>
7066
7067         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
7068         workaround was added on 2009-11-17.
7069
7070 2009-12-09  Jim Meyering  <meyering@redhat.com>
7071             Bruno Haible  <bruno@clisp.org>
7072
7073         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
7074         * modules/link-warning (Makefile.am): Make the comment-removing sed
7075         command more robust in the face of bootstrap-prepended comment lines.
7076
7077 2009-12-09  Bruno Haible  <bruno@clisp.org>
7078
7079         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
7080         most one group.
7081
7082 2009-12-09  Simon Josefsson <simon@josefsson.org>
7083             Bruno Haible  <bruno@clisp.org>
7084
7085         * build-aux/link-warning.h: Add copyright notice.
7086         * modules/link-warning (Makefile.am): Generate link-warning.h from
7087         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
7088         * NEWS: Mention change in link-warning module.
7089         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
7090         * modules/dirent (Makefile.am): Add dependency to dirent.h.
7091         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
7092         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
7093         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
7094         * modules/math (Makefile.am): Add dependency to math.h.
7095         * modules/search (Makefile.am): Add dependency to search.h.
7096         * modules/signal (Makefile.am): Add dependency to signal.h.
7097         * modules/spawn (Makefile.am): Add dependency to spawn.h.
7098         * modules/stdio (Makefile.am): Add dependency to stdio.h.
7099         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
7100         * modules/string (Makefile.am): Add dependency to string.h.
7101         * modules/strings (Makefile.am): Add dependency to strings.h.
7102         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
7103         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
7104         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
7105         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
7106         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
7107         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
7108         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
7109         * modules/unistd (Makefile.am): Add dependency to unistd.h.
7110         * modules/wchar (Makefile.am): Add dependency to wchar.h.
7111
7112 2009-12-09  Bruno Haible  <bruno@clisp.org>
7113
7114         fchdir: Optimize away rpl_fstat when possible.
7115         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
7116         REPLACE_OPEN_DIRECTORY.
7117         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
7118
7119 2009-12-09  Bruno Haible  <bruno@clisp.org>
7120
7121         * lib/fchdir.c: Update comment.
7122
7123 2009-12-09  Bruno Haible  <bruno@clisp.org>
7124
7125         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
7126
7127 2009-12-08  Eric Blake  <ebb9@byu.net>
7128
7129         fchdir: avoid memory leak on re-registration.
7130         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
7131
7132 2009-12-08  Jim Meyering  <meyering@redhat.com>
7133
7134         init.sh: avoid Solaris 10 /bin/sh portability problem
7135         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
7136         sourced script:
7137           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
7138           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
7139           bar
7140         tests/init.sh relied on that, accepting a --set-path=DIR argument,
7141         and two tests used that idiom.
7142         * tests/init.sh: Update suggested usage comments.
7143         (path_prepend_): New function, to be used in place
7144         of the --src-path=DIR option.
7145         (setup_): Move PATH-prepending code into path_prepend_.
7146         * tests/test-pread.sh: Adapt to new usage.
7147         * tests/test-xalloc-die.sh: Likewise.
7148
7149 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7150
7151         * doc/gnulib.texi (Glibc pty.h): Add.
7152         * doc/glibc-functions/forkpty.texi: Add.
7153         * doc/glibc-functions/openpty.texi: Add.
7154         Suggested by Bruno Haible.
7155
7156 2009-12-08  Eric Blake  <ebb9@byu.net>
7157
7158         fchdir: fix logic bugs
7159         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7160         * tests/test-fchdir.c (main): Enhance test.
7161         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7162         is in use.
7163
7164         dup2: fix logic bugs
7165         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
7166         REPLACE_DUP2 to decide when rpl_dup2 is needed.
7167         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
7168         exists.
7169         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
7170
7171 2009-12-07  Eric Blake  <ebb9@byu.net>
7172
7173         unlink: fix m4 detection
7174         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
7175
7176         unistd-safer: add unit test
7177         * modules/unistd-safer-tests: New file.
7178         * tests/test-dup-safer.c: Likewise.
7179         * tests/test-cloexec.c (setmode): Avoid compiler warning.
7180         * tests/test-dup2.c (setmode): Likewise.
7181         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
7182
7183         cloexec: preserve text vs. binary across dup_cloexec
7184         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
7185         mode.
7186         * modules/dup2-tests (Depends-on): Add binary-io.
7187         * modules/cloexec-tests (Depends-on): Likewise.
7188         * tests/test-dup2.c (setmode, is_mode): New helpers.
7189         (main): Add tests that translation mode is preserved.
7190         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
7191         Reported by Bruno Haible.
7192
7193         mgetgroups: reduce duplicate listings
7194         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
7195         resulting array.
7196         * tests/test-chown.h (test_chown): Simplify client.
7197         * tests/test-lchown.h (test_lchown): Likewise.
7198
7199 2009-12-06  Bruno Haible  <bruno@clisp.org>
7200
7201         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
7202         value.
7203
7204 2009-12-06  Bruno Haible  <bruno@clisp.org>
7205
7206         * lib/progname.c: Include stdio.h, stdlib.h.
7207         (set_program_name): Reject a NULL argument.
7208
7209 2009-12-05  Eric Blake  <ebb9@byu.net>
7210
7211         pipe2-safer: new module
7212         * modules/pipe2-safer: New file.
7213         * lib/unistd-safer.h (pipe2_safer): New prototype.
7214         * lib/unistd--.h (pipe2): New wrapper.
7215         * lib/pipe-safer.c (pipe2_safer): New function.
7216         * modules/pipe (Depends-on): Add pipe2-safer.
7217         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
7218
7219         stdlib-safer: preserve cloexec flag for mkostemp[s]
7220         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
7221         fd_safer_flag.
7222
7223         unistd-safer: allow preservation of cloexec status via flag
7224         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
7225         prototypes.
7226         * lib/dup-safer.c (dup_safer_flag): New function.
7227         * lib/fd-safer.c (fd_safer_flag): Likewise.
7228         * modules/cloexec (configure.ac): Set witness.
7229
7230         test-dup2: enhance test
7231         * modules/dup2-tests (Depends-on): Add cloexec.
7232         * tests/test-dup2.c (main): Enhance test.
7233
7234         cloexec: add dup_cloexec
7235         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
7236         header and comments.
7237         * lib/cloexec.c (set_cloexec_flag): Add comments.
7238         (dup_cloexec): New function, with mingw implementation borrowed
7239         from...
7240         * lib/w32spawn.h (dup_noinherit): ...here.
7241         * modules/execute (Depends-on): Add cloexec.
7242         * modules/pipe (Depends-on): Likewise.
7243         * modules/cloexec (Depends-on): Add dup2.
7244         * modules/cloexec-tests (Files): New file.
7245         * tests/test-cloexec.c: Likewise.
7246
7247         test-xalloc-die: fix test for mingw
7248         * modules/xalloc-die-tests (Files): Add tests/init.sh.
7249         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
7250         directory and .exe suffix off argv[0] output.
7251
7252         test-fseeko: fix test for mingw
7253         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
7254         than undefining fseek, so test will pass on mingw.
7255
7256 2009-12-05  Bruno Haible  <bruno@clisp.org>
7257
7258         * lib/progname.h (set_program_name): Clarify specification.
7259         * lib/progname.c (set_program_name): Likewise.
7260         Reported by Jim Meyering.
7261
7262 2009-12-05  Jim Meyering  <meyering@redhat.com>
7263
7264         maint.mk: backslash-escape parens in default regexp
7265         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
7266         backslash-escape the literal parentheses.
7267
7268         maint.mk: news-date-check: use grep -E
7269         * top/maint.mk (today): Define a Make variable, not a...
7270         (news-date-check): ...shell variable.
7271         (news-date-regexp): Use the Make variable.
7272         Use grep's -E option.  Change the failing diagnostic to mention
7273         the variable, $(news-date-regexp).
7274
7275 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
7276
7277         maintainer-makefile: allow customization of NEWS entry format
7278         * top/maint.mk (news-date-regexp): New overridable variable.
7279         (news-date-check): Use it.
7280
7281 2009-12-04  Eric Blake  <ebb9@byu.net>
7282
7283         mgetgroups: add xgetgroups, and avoid ENOSYS failures
7284         * lib/mgetgroups.h (xgetgroups): New prototype.
7285         * lib/mgetgroups.c (xgetgroups): New wrapper.
7286         (mgetgroups): Handle ENOSYS.
7287         * modules/mgetgroups (Depends-on): Add realloc.
7288         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
7289
7290         mgetgroups: avoid argument promotion issues with -1
7291         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
7292         for invalid gid_t.
7293         * tests/test-chown.h (getegid, test_chown): Likewise.
7294         * tests/test-lchown.h (getegid, test_lchown): Likewise.
7295
7296 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
7297
7298         exclude: Fix header file problems.
7299         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
7300
7301 2009-12-01  Jim Meyering  <meyering@redhat.com>
7302
7303         fts: fts_open: do not let an empty string cause immediate failure
7304         This is required in support of GNU rm, for which the command
7305         "rm A '' B" must process and remove both A and B, in spite of
7306         the empty string argument.
7307         * lib/fts.c (fts_open): Do not let the presence of an empty string
7308         cause fts_open to fail immediately.  Most fts-using tools must be
7309         able to process all arguments, in order, and can be expected to
7310         diagnose such arguments themselves.
7311
7312 2009-11-30  Eric Blake  <ebb9@byu.net>
7313
7314         utimens: fix compilation error
7315         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
7316         Declare variable at right scope.
7317
7318 2009-11-29  Jim Meyering  <meyering@redhat.com>
7319
7320         bootstrap: handle perl-5.11's changed --version output
7321         * build-aux/bootstrap (get_version): Handle perl separately,
7322         since perl-5.11's --version output is different.
7323
7324 2009-11-28  Jim Meyering  <meyering@redhat.com>
7325
7326         userspec: depend on the inttostr module, too
7327         * modules/userspec (Depends-on): Add inttostr.
7328
7329         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
7330         * lib/userspec.c (parse_with_separator): Do not accept a user ID
7331         number of MAXUID when it evaluates to (uid_t) -1.
7332         Likewise for group ID.  Reported by Matt McCutchen in
7333         <http://savannah.gnu.org/bugs/?28113>
7334
7335         userspec: reformat to use spaces, not TABs
7336         * lib/userspec.c: Expand TABs to spaces.
7337         Add Emacs' "indent-tabs-mode: nil" hint.
7338
7339 2009-11-27  Eric Blake  <ebb9@byu.net>
7340
7341         getopt-gnu: flush out another BSD bug
7342         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
7343         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
7344         flush out BSD bug.
7345         * tests/test-getopt.h (test_getopt): End lists with NULL.
7346         * tests/test-getopt_long.h (test_getopt_long): Likewise.
7347         (test_getopt_long_posix): Enhance test.
7348         * modules/getopt-posix-tests (Depends-on): Add stdbool.
7349         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
7350         getopt-gnu.
7351         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7352         Likewise.
7353
7354 2009-11-27  Simon Josefsson  <simon@josefsson.org>
7355
7356         * modules/idpriv-droptemp-tests (Notice): Fix text.
7357
7358 2009-11-27  Jim Meyering  <meyering@redhat.com>
7359
7360         test-xalloc-die: avoid spurious failure due to libtool argv difference
7361         In a libtool-enabled project, this test would fail due to a difference
7362         in the emitted program name, e.g.,
7363         -test-xalloc-die: memory exhausted
7364         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
7365         Use program to avoid that.
7366         * modules/xalloc-die-tests (Depends-on): Add progname.
7367         * tests/test-xalloc-die.c: Include progname.h".
7368         (program_name): Remove decl.
7369         (main): Call set_program_name.
7370         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
7371
7372 2009-11-26  Richard Jones  <rjones@redhat.com>
7373
7374         w32sock: leave win32 error in place.
7375         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
7376
7377 2009-11-26  Eric Blake  <ebb9@byu.net>
7378
7379         init.sh: suggest to use skip_ and fail_ functions in comments
7380         * tests/init.sh: Add a sentence.
7381
7382 2009-11-25  Bruno Haible  <bruno@clisp.org>
7383
7384         init.sh: add documentation in comments
7385         * tests/init.sh: Add some developer and user documentation.
7386
7387 2009-11-26  Jim Meyering  <meyering@redhat.com>
7388
7389         init.sh: accommodate even those who specify bogus srcdir manually
7390         * tests/init.sh: Normally, srcdir is guaranteed by automake and
7391         configure-time tests to be sanitized, so that there is no need to
7392         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
7393         (with no double quotes) suffices.  However, since tests may be
7394         invoked manually, and since you may explicitly set srcdir to the
7395         name of a directory containing spaces, do quote its uses here.
7396         * tests/test-pread.sh: Likewise.
7397         Suggested by Bruno Haible.
7398
7399         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
7400         * tests/test-pread.sh: Write no data into the pipe, because
7401         test-pread actually reads none.  This avoids a diagnostic,
7402         "bash: echo: write error: Broken pipe", that arises in the unusual
7403         event something is ignoring SIGPIPE, and might be interpreted
7404         as some sort of failure.  Reported by Bruno Haible.
7405
7406 2009-11-25  Jim Meyering  <meyering@redhat.com>
7407
7408         test-pread: cover failure with ESPIPE and EINVAL
7409         * tests/test-pread.c (main): Test for failure, too.
7410         * tests/test-pread.sh: Invoke with stdin on a pipe.
7411         Suggested by Eric Blake.
7412
7413         pread: improvement and fix
7414         * modules/pread (Depends-on): Depend on lseek, for portability to
7415         e.g., mingw.  Suggested by Eric Blake.
7416         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
7417
7418         unistd.in.h: correct declaration of pread
7419         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
7420         Reported by Richard W.M. Jones.
7421
7422         test-pread.sh: distribute the test script
7423         * modules/pread-tests (Files): Include test-pread.sh.
7424
7425         test-pread.sh: clean up
7426         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
7427         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
7428         That is unnecessary, since it's always ".".
7429         Suggestion from Eric Blake.
7430
7431         test-pread.sh: make executable
7432         * tests/test-pread.sh: Set executable bit.
7433         Reported by Eric Blake.
7434
7435         correct typo in test-pread.sh
7436         * tests/test-pread.sh: Add #! line.
7437
7438         test pread
7439         * tests/test-pread.c: New file.
7440         * tests/test-pread.sh: Likewise.
7441         * modules/pread-tests: Likewise.
7442
7443         pread: new module
7444         * modules/pread: New file.
7445         * lib/unistd.in.h (pread): Define/declare.
7446         * lib/pread.c (pread): New file.
7447         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
7448         * modules/unistd (Makefile.am): Substitute witnesses.
7449         * doc/posix-functions/pread.texi (pread): Update.
7450         * MODULES.html.sh: Add pread.
7451
7452 2009-11-25  Jim Meyering  <meyering@redhat.com>
7453
7454         tests/init.sh: new file to be used via most *.sh tests
7455         * tests/init.sh: New file.
7456
7457 2009-11-25  Eric Blake  <ebb9@byu.net>
7458
7459         utimens: work around older Linux failure with symlinks
7460         * lib/utimens.c (lutimensat_works_really): New variable.
7461         (fdutimens, lutimens): Use it to manage kernels that support
7462         nanosecond times on files, but not on symlinks.
7463         Reported by Ondřej Vašík.
7464
7465         utimes: fix configure grammar
7466         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
7467
7468 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
7469
7470         regex: Fix fastmap for multibyte character ranges.
7471         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
7472         characters when a multibyte character range is included.
7473
7474 2009-11-22  Andy Wingo  <wingo@pobox.com>
7475
7476         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
7477         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
7478
7479 2009-11-24  Bruno Haible  <bruno@clisp.org>
7480
7481         doc: Most *_l functions exist in MacOS X 10.5.
7482         * doc/posix-functions/duplocale.texi: Update platforms list.
7483         * doc/posix-functions/freelocale.texi: Likewise.
7484         * doc/posix-functions/newlocale.texi: Likewise.
7485         * doc/posix-functions/uselocale.texi: Likewise.
7486         * doc/posix-functions/isalnum_l.texi: Likewise.
7487         * doc/posix-functions/isalpha_l.texi: Likewise.
7488         * doc/posix-functions/isblank_l.texi: Likewise.
7489         * doc/posix-functions/iscntrl_l.texi: Likewise.
7490         * doc/posix-functions/isdigit_l.texi: Likewise.
7491         * doc/posix-functions/isgraph_l.texi: Likewise.
7492         * doc/posix-functions/islower_l.texi: Likewise.
7493         * doc/posix-functions/isprint_l.texi: Likewise.
7494         * doc/posix-functions/ispunct_l.texi: Likewise.
7495         * doc/posix-functions/isspace_l.texi: Likewise.
7496         * doc/posix-functions/isupper_l.texi: Likewise.
7497         * doc/posix-functions/iswalnum_l.texi: Likewise.
7498         * doc/posix-functions/iswalpha_l.texi: Likewise.
7499         * doc/posix-functions/iswblank_l.texi: Likewise.
7500         * doc/posix-functions/iswcntrl_l.texi: Likewise.
7501         * doc/posix-functions/iswctype_l.texi: Likewise.
7502         * doc/posix-functions/iswdigit_l.texi: Likewise.
7503         * doc/posix-functions/iswgraph_l.texi: Likewise.
7504         * doc/posix-functions/iswlower_l.texi: Likewise.
7505         * doc/posix-functions/iswprint_l.texi: Likewise.
7506         * doc/posix-functions/iswpunct_l.texi: Likewise.
7507         * doc/posix-functions/iswspace_l.texi: Likewise.
7508         * doc/posix-functions/iswupper_l.texi: Likewise.
7509         * doc/posix-functions/iswxdigit_l.texi: Likewise.
7510         * doc/posix-functions/isxdigit_l.texi: Likewise.
7511         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
7512         * doc/posix-functions/strcasecmp_l.texi: Likewise.
7513         * doc/posix-functions/strcoll_l.texi: Likewise.
7514         * doc/posix-functions/strfmon_l.texi: Likewise.
7515         * doc/posix-functions/strftime_l.texi: Likewise.
7516         * doc/posix-functions/strncasecmp_l.texi: Likewise.
7517         * doc/posix-functions/strxfrm_l.texi: Likewise.
7518         * doc/posix-functions/tolower_l.texi: Likewise.
7519         * doc/posix-functions/toupper_l.texi: Likewise.
7520         * doc/posix-functions/towctrans_l.texi: Likewise.
7521         * doc/posix-functions/towlower_l.texi: Likewise.
7522         * doc/posix-functions/towupper_l.texi: Likewise.
7523         * doc/posix-functions/wcscoll_l.texi: Likewise.
7524         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
7525         * doc/posix-functions/wctrans_l.texi: Likewise.
7526         * doc/posix-functions/wctype_l.texi: Likewise.
7527         * doc/glibc-functions/strptime_l.texi: Likewise.
7528         * doc/glibc-functions/strtod_l.texi: Likewise.
7529         * doc/glibc-functions/strtof_l.texi: Likewise.
7530         * doc/glibc-functions/strtol_l.texi: Likewise.
7531         * doc/glibc-functions/strtold_l.texi: Likewise.
7532         * doc/glibc-functions/strtoll_l.texi: Likewise.
7533         * doc/glibc-functions/strtoul_l.texi: Likewise.
7534         * doc/glibc-functions/strtoull_l.texi: Likewise.
7535         * doc/glibc-functions/wcsftime_l.texi: Likewise.
7536         * doc/glibc-functions/wcstod_l.texi: Likewise.
7537         * doc/glibc-functions/wcstof_l.texi: Likewise.
7538         * doc/glibc-functions/wcstol_l.texi: Likewise.
7539         * doc/glibc-functions/wcstold_l.texi: Likewise.
7540         * doc/glibc-functions/wcstoll_l.texi: Likewise.
7541         * doc/glibc-functions/wcstoul_l.texi: Likewise.
7542         * doc/glibc-functions/wcstoull_l.texi: Likewise.
7543
7544 2009-11-24  Bruno Haible  <bruno@clisp.org>
7545
7546         duplocale: Fix logic bug.
7547         * lib/duplocale.c: Don't include <langinfo.h>.
7548         (_NL_LOCALE_NAME): Remove macro.
7549         (rpl_duplocale): Use setlocale instead of nl_langinfo.
7550         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
7551
7552 2009-11-23  Jim Meyering  <meyering@redhat.com>
7553
7554         test-update-copyright: don't hard-code /usr/bin/perl
7555         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
7556         perl to print the current year.  Gilles Espinasse reported that
7557         the replaced use of perl was hard-coded as /usr/bin/perl.
7558
7559 2009-11-23  Bruno Haible  <bruno@clisp.org>
7560
7561         duplocale: Add support for glibc 2.3.x.
7562         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
7563
7564 2009-11-22  Bruno Haible  <bruno@clisp.org>
7565
7566         vasnprintf: Tiny optimization.
7567         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
7568         MacOS X.
7569
7570 2009-11-22  Bruno Haible  <bruno@clisp.org>
7571
7572         Tests for module 'duplocale'.
7573         * modules/duplocale-tests: New file.
7574         * tests/test-duplocale.c: New file.
7575
7576         New module 'duplocale'.
7577         * m4/duplocale.m4: New file.
7578         * lib/locale.in.h (duplocale): New declaration.
7579         * lib/duplocale.c: New file.
7580         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
7581         gl_LOCALE_H_DEFAULTS): New macros.
7582         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
7583         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
7584         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
7585         REPLACE_DUPLOCALE.
7586         * modules/duplocale: New file.
7587         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
7588
7589 2009-11-22  Bruno Haible  <bruno@clisp.org>
7590
7591         * modules/locale-tests (configure.ac): Test for newlocale function.
7592         * tests/test-locale.c: When the system has extended locale functions,
7593         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
7594
7595         locale: Make locale_t available when possible.
7596         * lib/locale.in.h: Include <xlocale.h> when it exists.
7597         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
7598         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
7599         * modules/locale (Depends-on): Add extensions.
7600         (Makefile.am): Also substitute HAVE_XLOCALE_H.
7601         * doc/posix-headers/locale.texi: Document the problem with locale_t.
7602
7603 2009-11-22  Bruno Haible  <bruno@clisp.org>
7604
7605         Add comments.
7606         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
7607         invocation.
7608         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
7609         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
7610         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7611
7612 2009-11-22  Bruno Haible  <bruno@clisp.org>
7613
7614         error: account for the possibility of freopen (stdout).
7615         * lib/error.c: Include <unistd.h>.
7616         (flush_stdout): New function, extracted from error and error_at_line.
7617         Determine stdout's fd dynamically.
7618         (error, error_at_line): Invoke flush_stdout.
7619         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
7620         * modules/error (Depends-on): Add unistd.
7621
7622 2009-11-22  Bruno Haible  <bruno@clisp.org>
7623
7624         diffseq: Add comment.
7625         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
7626
7627 2009-11-22  Jim Meyering  <meyering@redhat.com>
7628
7629         c-stack: avoid defining an unused static function
7630         * lib/c-stack.c (find_stack_direction): Do not define this function
7631         when it will not be used.
7632
7633         diffseq: avoid spurious gcc warnings
7634         * lib/diffseq.h (IF_LINT2): Define.
7635         (compareseq): Use it to initialize two members of "part".
7636         This avoids two used-uninitialized warnings.
7637
7638 2009-11-21  Jim Meyering  <meyering@redhat.com>
7639
7640         c-stack: avoid "ignoring return value of `write'" warning
7641         * lib/c-stack.c: Include "ignore-value.h".
7642         (die): Explicitly ignore each write return value.
7643         * modules/c-stack (Depends-on): Add ignore-value.
7644
7645 2009-11-21  Bruno Haible  <bruno@clisp.org>
7646
7647         diffseq: reduce scope of variable 'best'.
7648         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
7649         variable, earlier used for two different purposes.
7650
7651 2009-11-21  Jim Meyering  <meyering@redhat.com>
7652
7653         diffseq: remove useless assignment to "best"
7654         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
7655         assignment.  At that point "best" is already guaranteed to be zero.
7656
7657 2009-11-20  Eric Blake  <ebb9@byu.net>
7658
7659         build: mention ftp redirector in release announcements
7660         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
7661         values that used to come from cfg.mk; mention FTP redirect URL.
7662         * build-aux/announce-gen: Mention the mirror list.
7663         Suggested by Karl Berry.
7664
7665         nanosleep: improve port to mingw
7666         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
7667         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
7668         LIB_NANOSLEEP, but only when needed.
7669         * modules/select (Link): Document LIBSOCKET.
7670         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
7671         enough.
7672
7673         nanosleep: work around cygwin bug
7674         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
7675         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
7676         bug.
7677         (getnow): Delete, not needed.
7678         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
7679         LIB_CLOCK_GETTIME.
7680         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
7681         clock-time, gettime.
7682         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
7683         bug.
7684         * modules/nanosleep-tests: New test.
7685         * tests/test-nanosleep.c: New file.
7686
7687         sleep: work around cygwin bug
7688         * lib/sleep.c (rpl_sleep): Work around the bug.
7689         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
7690         (gl_PREREQ_SLEEP): Delete unused macro.
7691         * modules/sleep (Depends-on): Add verify.
7692         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
7693         * modules/unistd (Makefile.am): Substitute witness.
7694         * lib/unistd.in.h (sleep): Update prototype.
7695         * doc/posix-functions/sleep.texi (sleep): Document the bug.
7696         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
7697         * modules/sleep-tests (Depends-on): Check for alarm.
7698
7699 2009-11-20  Jim Meyering  <meyering@redhat.com>
7700
7701         maint.mk: improve sc_prohibit_magic_number_exit
7702         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
7703         so it does not match uses like System.exit(1).
7704         Add comments showing how to correct all offenders.
7705
7706 2009-11-19  Eric Blake  <ebb9@byu.net>
7707
7708         xalloc-die-tests: add missing library
7709         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
7710
7711         test-xvasprintf: silence compiler warnings
7712         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
7713         empty string from gcc.
7714
7715 2009-11-19  Jim Meyering  <meyering@redhat.com>
7716
7717         xfreopen: new module, from coreutils
7718         * modules/xfreopen: New module.
7719         * lib/xfreopen.c: New file.
7720         * lib/xfreopen.h: New file.
7721         * MODULES.html.sh (File stream based Input/Output"): Add it.
7722
7723 2009-11-19  Eric Blake  <ebb9@byu.net>
7724
7725         manywarnings: depend on warnings
7726         * modules/manywarnings (Depends-on): Add warnings.
7727
7728         build: avoid compiler warnings
7729         * lib/select.c (rpl_select): Delete unused variable.
7730         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
7731
7732 2009-11-18  Eric Blake  <ebb9@byu.net>
7733
7734         tests: avoid false negative with --with-packager
7735         * tests/test-version-etc.sh: Discard packager information.
7736         * tests/test-argp-version-etc-1.sh: Likewise.
7737         Reported by Mike Frysinger.
7738
7739         utimens: fix regression on Solaris
7740         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
7741         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
7742         can only change fd timestamps via futimesat.  Instead, use an
7743         additional witness macro to avoid BSD bug.
7744         Reported by Jim Meyering.
7745
7746 2009-11-17  Eric Blake  <ebb9@byu.net>
7747
7748         usleep: use it to simplify tests
7749         * modules/stat-time-tests (Depends-on): Add usleep.
7750         (configure.ac): Drop usleep check.
7751         * modules/chown-tests (Depends-on, configure.ac): Likewise.
7752         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
7753         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
7754         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
7755         * modules/openat-tests (Depends-on, configure.ac): Likewise.
7756         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
7757         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
7758         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
7759         Likewise.
7760         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
7761         * tests/test-lchown.h (nap): Likewise.
7762         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
7763         * tests/test-stat-time.c (nap): Likewise.
7764         * tests/test-utimens-common.h (nap): Update comments.
7765
7766         usleep: new module
7767         * modules/usleep: New file.
7768         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
7769         * lib/usleep.c (usleep): Likewise.
7770         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
7771         * modules/unistd (Makefile.am): Substitute witnesses.
7772         * lib/unistd.in.h (usleep): Add declaration.
7773         * doc/pastposix-functions/usleep.texi (usleep): Document this.
7774         * MODULES.html.sh (Date and time): Likewise.
7775         * modules/usleep-tests (Depends-on): New test.
7776         * tests/test-usleep.c: New file.
7777
7778         chown: work around OpenBSD bug
7779         * lib/chown.c (rpl_chown): Work around the bug.
7780         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
7781         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
7782         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
7783         * modules/chown (Depends-on): Add stdbool.
7784         * modules/lchown (Depends-on): Likewise.
7785         * doc/posix-functions/chown.texi (chown): Document the bug.
7786         * doc/posix-functions/lchown.texi (lchown): Likewise.
7787         * tests/test-lchown.h (test_chown): Relax test.
7788
7789         mkstemp: avoid conflict with C++ keyword template
7790         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
7791         * lib/mkostemp.c (mkostemp): Likewise.
7792         * lib/mkostemps.c (mkostemps): Likewise.
7793         * lib/mkstemp.c (mkstemp): Likewise.
7794         * lib/mkstemps.c (mkstemps): Likewise.
7795
7796         xalloc-die-tests: optimize
7797         * tests/test-xalloc-die.sh: Reduce number of processes.
7798
7799 2009-11-17  Simon Josefsson  <simon@josefsson.org>
7800
7801         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
7802         patch from ludo@gnu.org (Ludovic Courtès).
7803
7804 2009-11-17  Jim Meyering  <meyering@redhat.com>
7805
7806         version-etc: use proper license string
7807         * modules/version-etc (License): Use LGPL, not LGPLv3+.
7808         * modules/version-etc-fsf: Likewise.
7809
7810 2009-11-17  Simon Josefsson  <simon@josefsson.org>
7811
7812         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
7813         printed to stdout.  Deal with EOL differences.
7814
7815 2009-11-17  Eric Blake  <ebb9@byu.net>
7816
7817         unsetenv: work around Solaris bug
7818         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
7819         * lib/unsetenv.c (rpl_unsetenv): Work around it.
7820         Reported by Jim Meyering.
7821
7822         vasnprintf: avoid compiler warnings
7823         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
7824         variables.
7825         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
7826
7827 2009-11-17  Simon Josefsson  <simon@josefsson.org>
7828
7829         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
7830         settings since xalloc-die is no longer the self test,
7831         xalloc-die.sh is.
7832
7833 2009-11-17  Jim Meyering  <meyering@redhat.com>
7834
7835         test-xalloc-die.sh: make the code agree with the commit log
7836         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
7837         at the end, just in case you happen to have a test-xalloc-die
7838         program in some other PATH directory.
7839
7840         test-xalloc-die.sh: fix a portability bug
7841         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
7842         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
7843         Otherwise, argv[0] (as often seen in diagnostics) would be too
7844         system-dependent, sometimes with, and sometimes without the leading "./".
7845
7846         version-etc-fsf: relax license to LGPLv3+
7847         * modules/version-etc-fsf (License): Relax license.
7848
7849 2009-11-16  Eric Blake  <ebb9@byu.net>
7850
7851         xalloc-die-tests: avoid printing null pointer
7852         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
7853         shell script.
7854         * tests/test-xalloc-die.c (program_name): Declare.
7855         * tests/test-xalloc-die.sh (tmpfiles): New file.
7856
7857         setenv, unsetenv: work around various bugs
7858         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
7859         (setenv) [HAVE_SETENV]: Work around bugs.
7860         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
7861         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
7862         for bugs.
7863         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
7864         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
7865         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
7866         * modules/stdlib (Makefile.am): Update substitutions.
7867         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
7868         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
7869         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7870         * modules/setenv-tests: New test.
7871         * modules/unsetenv-tests: Likewise.
7872         * tests/test-setenv.c: New file.
7873         * tests/test-unsetenv.c: Likewise.
7874
7875 2009-11-16  Jim Meyering  <meyering@redhat.com>
7876
7877         version-etc: relax license to LGPLv3+
7878         * modules/version-etc (License): Relax license.
7879
7880         better AC_REQUIRE expanded-before-required-warning avoidance
7881         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
7882         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
7883         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
7884         which is no longer needed.
7885
7886 2009-11-16  Eric Blake  <ebb9@byu.net>
7887
7888         test-freading: clean up temporary file
7889         * tests/test-freading.c (main): Remove file on success, and use
7890         ASSERT more liberally.
7891         Reported by Jim Meyering.
7892
7893 2009-11-16  Jim Meyering  <meyering@redhat.com>
7894
7895         avoid new AC_REQUIRE expanded-before-required warnings
7896         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
7897         merely using it.
7898         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
7899         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
7900
7901 2009-11-15  Simon Josefsson  <simon@josefsson.org>
7902
7903         * tests/test-xalloc-die.c: New file.
7904         * modules/xalloc-die-tests: New file.
7905         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
7906         XFAIL_TESTS so it can be appended by modules.
7907
7908 2009-11-15  Simon Josefsson  <simon@josefsson.org>
7909
7910         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
7911         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
7912
7913 2009-11-14  Eric Blake  <ebb9@byu.net>
7914
7915         fnmatch: avoid compiler warning
7916         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
7917         to silence compiler warning about mismatch signedness in ?:.
7918         Reported by Robert Millan.
7919
7920         intprops: add double-inclusion guard
7921         * lib/intprops.h: Allow idempotent includes.
7922         Suggested by Bruce Korb.
7923
7924         openat: detect Solaris fchownat bug
7925         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
7926         penalizing glibc chownat when only lchownat is broken.
7927         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
7928         trailing slash bugs.
7929         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
7930         * modules/openat-tests (Files): Include more files.
7931         (Depends-on): Add mgetgroups, sleep, stat-time.
7932         (configure.ac): Add additional checks.
7933         (Makefile.am): Build new test.
7934         * tests/test-fchownat.c: New file.
7935
7936         lchown: detect Solaris and FreeBSD bug
7937         * lib/lchown.c (rpl_lchown): Work around bug.
7938         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
7939         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7940         * modules/unistd (Makefile.am): Populate it.
7941         * lib/unistd.in.h (lchown): Update declaration.
7942         * doc/posix-functions/lchown.texi (lchown): Document the bug.
7943         * modules/lchown-tests: New file.
7944         * tests/test-lchown.h (test_lchown): Likewise.
7945         * tests/test-lchown.c (main): Likewise.
7946
7947         chown: detect Solaris and FreeBSD bug
7948         * lib/chown.c (rpl_chown): Work around bug.
7949         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
7950         (gl_PREREQ_CHOWN): Delete.
7951         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7952         * modules/unistd (Makefile.am): Populate it.
7953         * lib/unistd.in.h (chown): Update declaration.
7954         * lib/lchown.c (chown): Update client.
7955         * modules/lchown (Depends-on): Add lstat.
7956         * doc/posix-functions/chown.texi (chown): Document the bug.
7957         * doc/posix-functions/getgroups.texi (getgroups): Document
7958         getgroups pitfall.
7959         * modules/chown-tests: New file.
7960         * tests/test-chown.h (test_chown): Likewise.
7961         * tests/test-chown.c (main): Likewise.
7962
7963 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
7964
7965         gnulib-tool: correctly detect absence of m4 directories
7966         * gnulib-tool: Avoid extra newline on data passed to wc -l.
7967
7968 2009-11-14  Jim Meyering  <meyering@redhat.com>
7969
7970         maint.mk: Prohibit inclusion of "xalloc.h" without use.
7971         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
7972
7973 2009-11-14  John W. Eaton  <jwe@gnu.org>
7974
7975         strftime.h: wrap funtion declaration in extern "C" block
7976         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
7977
7978 2009-11-13  Eric Blake  <ebb9@byu.net>
7979
7980         getgroups: avoid compiler warning
7981         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
7982
7983         getgroups: work around FreeBSD bug
7984         * lib/getgroups.c (rpl_getgroups): Work around the bug.
7985         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
7986         * doc/posix-functions/getgroups.texi (getgroups): Document it.
7987         * tests/test-getgroups.c (main): Fix buffer overrun.
7988
7989         getgroups: avoid compilation failure
7990         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
7991         * modules/getgroups (Depends-on): Add stdint.
7992
7993 2009-11-13  Jim Meyering  <meyering@redhat.com>
7994
7995         test-getgroups: avoid compilation failure
7996         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
7997
7998 2009-11-13  Eric Blake  <ebb9@byu.net>
7999
8000         mgetgroups: new module, taken from coreutils
8001         * modules/mgetgroups: New file.
8002         * lib/mgetgroups.h: Likewise.
8003         * lib/mgetgroups.c (mgetgroups): Likewise.
8004         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
8005         * MODULES.html.sh (Users and groups): Mention it.
8006
8007         getgroups: don't expose GETGROUPS_T to user
8008         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
8009         an element at a time if GETGROUPS_T is wrong size.
8010         * lib/getugroups.h (getugroups): Change signature.
8011         * lib/unistd.in.h (getgroups): Likewise.
8012         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
8013         signature needs fixing.
8014         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
8015         AC_TYPE_GETGROUPS.
8016         * modules/group-member (Depends-on): Add getgroups.
8017         * lib/group-member.c (group_info, get_group_info): Use gid_t.
8018         (group_member): Rely on getgroups replacement.
8019         * lib/getugroups.c (getugroups): Use gid_t.
8020         * tests/test-getgroups.c (main): Likewise.
8021         * NEWS: Mention the signature change.
8022         * doc/posix-functions/getgroups.texi (getgroups): Mention the
8023         problem with signature.
8024         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
8025         GETGROUPS_T is still useful for setgroups.
8026
8027         getgroups, getugroups: provide stubs for mingw
8028         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
8029         * lib/getugroups.c (getugroups): Likewise.
8030         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
8031         function.  Modernize replacement scheme.
8032         (gl_PREREQ_GETGROUPS): Delete.
8033         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
8034         * modules/getgroups (configure.ac): Declare witness.
8035         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8036         * modules/unistd (Depends-on): Substitute witness.
8037         * lib/unistd.in.h (getgroups): Declare replacement.
8038
8039         getgroups: avoid calling exit
8040         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
8041         drop xalloc.
8042         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
8043         dependencies.
8044         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
8045         exiting, in the rare case of malloc failure.
8046
8047         getgroups: fix logic error
8048         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
8049         has more than 20 groups.
8050         * modules/getgroups-tests: New test.
8051         * tests/test-getgroups.c: New file.
8052
8053 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8054
8055         * tests/test-base64.c: Improve.
8056
8057 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8058
8059         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
8060         Blake <ebb9@byu.net>.
8061
8062 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8063
8064         * tests/test-xvasprintf.c: Add %s%s related checks.
8065
8066 2009-11-12  Eric Blake  <ebb9@byu.net>
8067
8068         version-etc: match standards.texi style
8069         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
8070         and use <> only for URLs.
8071
8072 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
8073
8074         fts: do not fail on a submount during traversal
8075         * lib/fts.c (fts_build): Read the stat info again after opening
8076         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
8077         Original report at http://bugzilla.redhat.com/501848.
8078
8079 2009-11-12  Jim Meyering  <meyering@redhat.com>
8080
8081         bootstrap: sync from coreutils
8082         * build-aux/bootstrap (bootstrap_epilogue): New function.
8083         Use git_modules_config in one more place.  This make bootstrap's
8084         --gnulib-srcdir option more useful for testing.
8085
8086         bootstrap: generalize autoheader check
8087         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
8088         AC_CONFIG_HEADERS.
8089
8090 2009-11-11  Eric Blake  <ebb9@byu.net>
8091
8092         mkfifoat: use new modules for Solaris and BSD bugs
8093         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
8094         * lib/mkfifoat.c (mknodat): Split...
8095         * lib/mknodat.c (mknodat): ...into new file.
8096         * modules/mkfifoat (Files): Ship new file.
8097         (Depends-on): Add mkfifo, mknod.
8098         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
8099         (Depends-on): Add symlink.
8100         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
8101         redundant with test_mkfifo.h.
8102         (do_mkfifoat, do_mknodat): New helpers.
8103
8104         mknod: new module
8105         * modules/mknod: New file.
8106         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
8107         * lib/mknod.c (mknod): Likewise.
8108         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8109         defaults.
8110         * modules/sys_stat (Makefile.am): Substitute them.
8111         * lib/sys_stat.in.h (mknod): Declare replacement.
8112         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8113         Document it.
8114         * doc/posix-functions/mknod.texi (mknod): Likewise.
8115         * modules/mknod-tests: New test.
8116         * tests/test-mknod.c: Likewise.
8117
8118         mkfifo: new module
8119         * modules/mkfifo: New file.
8120         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
8121         * lib/mkfifo.c (mkfifo): Likewise.
8122         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8123         defaults.
8124         * modules/sys_stat (Makefile.am): Substitute them.
8125         * lib/sys_stat.in.h (mkfifo): Declare replacement.
8126         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8127         Document it.
8128         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
8129         * modules/mkfifo-tests: New test.
8130         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
8131         from test-mkfifoat.c.
8132         * tests/test-mkfifo.c: New file.
8133
8134         readlink: detect FreeBSD bug
8135         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
8136         slash on symlink.
8137         * doc/posix-functions/readlink.texi (readlink): Document the bug.
8138         * tests/test-readlink.h (test_readlink): Enhance test.
8139
8140         symlink: detect FreeBSD bug
8141         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
8142         slash on symlink.
8143         * doc/posix-functions/symlink.texi (symlink): Document the bug.
8144         * tests/test-symlink.h (test_symlink): Enhance test.
8145
8146 2009-11-10  Eric Blake  <ebb9@byu.net>
8147
8148         link: detect FreeBSD bug
8149         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8150         symlink.
8151         * doc/posix-functions/link.texi (link): Document the bug.
8152         * tests/test-link.h (test_link): Enhance test.
8153         * tests/test-linkat.c (main): Update caller.
8154
8155         unlink, remove: detect FreeBSD bug
8156         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8157         slash on symlink.
8158         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8159         * doc/posix-functions/remove.texi (remove): Likewise.
8160         * tests/test-unlink.h (test_unlink): Enhance test.
8161         * tests/test-remove.c (main): Likewise.
8162
8163 2009-11-09  Eric Blake  <ebb9@byu.net>
8164
8165         rename: detect FreeBSD bug
8166         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
8167         slash on symlink.
8168         * modules/renameat-tests (Depends-on): Add filenamecat.
8169         * tests/test-rename.h (test_rename): Allow one more errno.
8170         * tests/test-renameat.c (main): Likewise.
8171         * doc/posix-functions/rename.texi (rename): Document the bug.
8172
8173         open: detect FreeBSD bug
8174         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
8175         symlink.
8176         * doc/posix-functions/open.texi (open): Document the bug.
8177         * doc/posix-functions/utimes.texi (utimes): Likewise.
8178         * tests/test-open.h (test_open): Add parameters, and test symlink
8179         handling.
8180         * tests/test-open.c (main): Adjust caller.
8181         * tests/test-fcntl-safer.c (main): Likewise.
8182         * modules/open-tests (Depends-on): Add stdbool, symlink.
8183         * modules/fcntl-safer-tests (Depends-on): Likewise.
8184         * tests/test-openat.c (main): Add test-open tests.
8185
8186         stat: detect FreeBSD bug
8187         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
8188         symlink.
8189         * doc/posix-functions/stat.texi (stat): Document the bug.
8190         * tests/test-stat.h (test_stat_func): Add argument.
8191         * tests/test-stat.c (main): Adjust caller.
8192         * tests/test-fstatat.c (main): Likewise.
8193         * modules/stat-tests (Depends-on): Add stdbool, symlink.
8194         Reported by Jim Meyering.
8195
8196 2009-11-09  James Youngman  <jay@gnu.org>
8197
8198         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
8199         * lib/strftime.c: Correct placement of #include "ignore-value.h".
8200
8201 2009-11-08  Jim Meyering  <meyering@redhat.com>
8202
8203         utimens: remove invalid futimesat call
8204         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
8205         It used the file descriptor of the target file as the DIR_FD
8206         parameter and NULL as the file name.  That caused failure with
8207         errno == EFAULT on FreeBSD-8.0-rc2
8208
8209 2009-11-07  Eric Blake  <ebb9@byu.net>
8210
8211         fflush, freadseek: use fseeko, not fseek
8212         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
8213         (clear_ungetc_buffer): Avoid potential problems on large files.
8214         * lib/freadseek.c (freadseek): Likewise.
8215         * modules/freadseek (Depends-on): Add fseeko.
8216         * modules/fseek (configure.ac): Set a witness.
8217         * tests/test-fflush.c (main): Use fseeko.
8218         * tests/test-fpurge.c (fseek): Disable link warning.
8219         * tests/test-freadable.c (fseek): Likewise.
8220         * tests/test-freading.c (fseek): Likewise.
8221         * tests/test-fseeko.c (fseek): Likewise.
8222         * tests/test-ftell.c (fseek): Likewise.
8223         * tests/test-ftello.c (fseek): Likewise.
8224         * tests/test-fwritable.c (fseek): Likewise.
8225         * tests/test-fwriting.c (fseek): Likewise.
8226
8227 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8228
8229         * modules/memchr (Depends-on): Drop getpagesize dependency.
8230
8231 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8232
8233         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
8234         Reported by Ludovic Courtès.
8235         * build-aux/pmccabe2html: Improve example usage.
8236         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
8237
8238 2009-11-06  Jim Meyering  <meyering@redhat.com>
8239
8240         do-release-commit-and-tag: New module.
8241         Automate the release-commit and tag process.
8242         * build-aux/do-release-commit-and-tag: New script, from coreutils.
8243         * modules/do-release-commit-and-tag: New file.
8244         * MODULES.html.sh (Support for maintaining and releasing): Add it.
8245
8246 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8247
8248         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
8249         because test-select.c uses inet_pton.
8250
8251 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8252
8253         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
8254         GETADDRINFO_LIB.  Bump serial number.
8255         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
8256         Suggested by Eric Blake <ebb9@byu.net>.
8257
8258 2009-11-05  Eric Blake  <ebb9@byu.net>
8259
8260         strtod: detect darwin bug
8261         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
8262         Reported by Leo Davis.
8263
8264         freopen-safer: new module
8265         * modules/freopen-safer: New module.
8266         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
8267         * lib/freopen-safer.c (freopen_safer): New file.
8268         * lib/stdio-safer.h (freopen_safer): New declaration.
8269         * lib/stdio--.h (freopen): New override.
8270         * MODULES.html.sh (File stream based Input/Output): Mention it.
8271         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
8272         freopen-safer module.
8273         * doc/posix-functions/stderr.texi (stderr): Likewise.
8274         * doc/posix-functions/stdin.texi (stdin): Likewise.
8275         * doc/posix-functions/stdout.texi (stdout): Likewise.
8276         * modules/freopen-safer-tests: New test.
8277         * tests/test-reopen-safer.c: New file.
8278
8279 2009-11-05  Jim Meyering  <meyering@redhat.com>
8280
8281         maint.mk: Prohibit inclusion of "close-stream.h" without use.
8282         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8283
8284 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8285
8286         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
8287
8288 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8289
8290         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
8291
8292 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8293
8294         Fix link error.
8295         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8296         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8297
8298 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8299
8300         * tests/test-func.c: Also test value of __func__.
8301
8302 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8303
8304         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
8305         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
8306
8307 2009-11-05  Bruno Haible  <bruno@clisp.org>
8308
8309         Fix link error.
8310         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8311         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8312         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
8313
8314 2009-11-05  Bruno Haible  <bruno@clisp.org>
8315
8316         Tests for module 'inet_pton'.
8317         * modules/inet_pton-tests: New file.
8318         * tests/test-inet_pton.c: New file.
8319
8320 2009-11-05  Bruno Haible  <bruno@clisp.org>
8321
8322         Tests for module 'inet_ntop'.
8323         * modules/inet_ntop-tests: New file.
8324         * tests/test-inet_ntop.c: New file.
8325
8326 2009-11-04  Eric Blake  <ebb9@byu.net>
8327
8328         stdlib-safer: wrap all mkstemp variants
8329         * modules/mkostemp (configure.ac): Set witness.
8330         * modules/mkostemps (configure.ac): Likewise.
8331         * modules/mkstemps (configure.ac): Likewise.
8332         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
8333         (mkstemps_safer): Wrap more functions.
8334         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
8335         wrapping.
8336         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
8337         (mkstemps_safer): Implement the wrappers.
8338
8339         mkstemps, mkostemps: new modules
8340         * modules/mkostemps: New module.
8341         * modules/mkstemps: Likewise.
8342         * lib/mkostemps.c (mkostemps): New file.
8343         * lib/mkstemps.c (mkstemps): Likewise.
8344         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
8345         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
8346         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
8347         * modules/stdlib (Makefile.am): Substitute them.
8348         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
8349         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
8350         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
8351         * doc/gnulib.texi (Glibc stdlib.h): Include them.
8352         * MODULES.html.sh (File system functions): Mention them.
8353
8354         tempname: resync from glibc
8355         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
8356         same values for __GT_FILE as glibc.  Abort even when assertions
8357         are disabled.
8358         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
8359         match its value otherwise.  Allow idempotent inclusion.
8360         * lib/mkdtemp.c (mkdtemp): Adjust caller.
8361         * lib/mkostemp.c (mkostemp): Likewise.
8362         * lib/mkstemp.c (mkstemp): Likewise.
8363         * lib/tmpfile.c (tmpfile): Likewise.
8364         * NEWS: Document this.
8365
8366         utimens: fix use of futimens on older Linux
8367         * lib/utimens.c (fdutimens): Use updated, rather than original,
8368         timespec to avoid bug in older Linux kernel.
8369         Reported by Simon Josefsson.
8370
8371 2009-11-04  Bruno Haible  <bruno@clisp.org>
8372
8373         Make num_processors more flexible and consistent.
8374         * lib/nproc.h (enum nproc_query): New type.
8375         (num_processors): Add a 'query' argument.
8376         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
8377         (num_processors): Add a 'query' argument. Test the value of the
8378         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
8379         mingw, count the number of CPUs available for the current process.
8380         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
8381         Check for sched_getaffinity and sched_getaffinity_np.
8382         * modules/nproc (Depends-on): Add c-ctype, extensions.
8383         * NEWS: Mention the change.
8384
8385 2009-11-03  Bruno Haible  <bruno@clisp.org>
8386
8387         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
8388
8389 2009-11-03  Jim Meyering  <meyering@redhat.com>
8390
8391         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
8392         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
8393         if it is defined.
8394
8395 2009-11-02  Eric Blake  <ebb9@byu.net>
8396
8397         mktime, timegm: share common declaration
8398         * lib/mktime-internal.h: New file.
8399         * lib/mktime.c: Use it rather than open-coding a declaration.
8400         * lib/timegm.c: Likewise.
8401         * modules/mktime (Files): Ship it.
8402         * modules/timegm (Files): Likewise.
8403         Suggested by Bruno Haible.
8404
8405         test-update-copyright: update test to match script changes
8406         * tests/test-update-copyright.sh: Avoid hard-coding perl
8407         location.  Don't update *.bak created by earlier runs.
8408
8409 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
8410             Simon Josefsson  <simon@josefsson.org>
8411             Bruno Haible  <bruno@clisp.org>
8412
8413         Fix link error on Solaris 8.
8414         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
8415         also in libnsl. Define also INET_PTON_LIB.
8416         * modules/inet_pton (Link): New section.
8417
8418 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8419             Bruno Haible  <bruno@clisp.org>
8420
8421         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
8422         * modules/inet_ntop (Link): New section.
8423         Reported by Boyan Kasarov <bkasarov@gmail.com>.
8424
8425 2009-11-02  Eric Blake  <ebb9@byu.net>
8426
8427         maint: avoid compiler warnings in m4 macros
8428         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
8429         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
8430
8431 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8432
8433         * m4/pmccabe2html.m4: Remove file.
8434         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
8435         function.  Change maintainer.
8436         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
8437         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
8438         Courtès).
8439
8440 2009-10-31  Eric Blake  <ebb9@byu.net>
8441
8442         fseeko: fix m4 regression
8443         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
8444         regression from 2009-10-27.
8445         Reported by Ralf Wildenhues.
8446
8447 2009-10-31  Jim Meyering  <meyering@redhat.com>
8448
8449         inttostr: aesthetics and improved (compile-time) safety
8450         Define inttype_is_signed rather than inttype_is_unsigned,
8451         since the sole use is via "#if inttype_is_signed".
8452         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
8453         inttype_is_unsigned.
8454         * lib/offtostr.c (inttype_is_signed): Likewise.
8455         * lib/uinttostr.c (inttype_is_signed): Likewise.
8456         * lib/umaxtostr.c (inttype_is_signed): Likewise.
8457         * lib/inttostr.c (inttostr): Use verify to cross-check the
8458         inttype_is_signed value and the signedness of the actual type.
8459         * modules/inttostr (Depends-on): Add verify.
8460
8461 2009-10-30  Eric Blake  <ebb9@byu.net>
8462
8463         build: avoid compiler warnings
8464         * lib/fchmodat.c (lchmod): Mark unused variables.
8465         * lib/getopt.c (_getopt_initialize): Likewise.
8466         * lib/mktime.c (__mktime_internal): Provide prototype.
8467         * lib/inttostr.c (inttostr): Avoid compiler warning even with
8468         older gcc that do not understand #pragma GCC diagnostic.
8469         * lib/uinttostr.c (inttype_is_unsigned): Define.
8470         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
8471
8472 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
8473
8474         stat: fix compilation on AIX
8475         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
8476         only see struct stat64.
8477
8478 2009-10-30  Eric Blake  <ebb9@byu.net>
8479
8480         exclude: make more robust
8481         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
8482         rather than masking a coding bug.
8483         Suggested by Bruno Haible.
8484
8485 2009-10-30  Jim Meyering  <meyering@redhat.com>
8486
8487         perl scripts: remove #!/usr/bin/perl in favor of more portable...
8488         Rather than putting #!/usr/bin/perl on the first line,
8489         start with a variant of what's recommended by "man perlrun" that
8490         invokes the first "perl" program from your shell's search path.
8491         * build-aux/gitlog-to-changelog: Replace #!... as above.
8492         Add a "Local Variables" perl mode setting.
8493         Prompted by a patch from Ludovic Courtès.
8494         Improved by Eric Blake.
8495         * build-aux/useless-if-before-free: Likewise.
8496         * build-aux/announce-gen: Likewise.
8497         * build-aux/update-copyright: Likewise.
8498
8499 2009-10-29  Eric Blake  <ebb9@byu.net>
8500
8501         filenamecat-lgpl: adjust clients
8502         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
8503         filenamecat.
8504         * modules/renameat (Depends-on): Likewise.
8505
8506         filenamecat: split into filenamecat-lgpl
8507         * modules/filenamecat-lgpl: New module.
8508         * modules/filenamecat (Files): Move library-safe files into
8509         filenamecat-lgpl.
8510         (Depends-on): Add filenamecat-lgpl.
8511         (configure.ac): Declare witness.
8512         * lib/filenamecat.h (file_name_concat): Only declare when using
8513         GPL module.
8514         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
8515         Move...
8516         * lib/filenamecat-lgpl.c: ...into new file.
8517         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
8518         (gl_FILE_NAME_CONCAT): Use it.
8519         * MODULES.html.sh (File system functions): Mention new module.
8520
8521         argp: avoid memory leak
8522         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
8523         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
8524         base_name, since the latter malloc()s and can call exit().
8525         Leak introduced 2006-07-03.
8526
8527         dirname-lgpl: adjust clients that don't need full dirname
8528         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
8529         * modules/filenamecat (Depends-on): Likewise.
8530         * modules/linkat (Depends-on): Likewise.
8531         * modules/mkancesdirs (Depends-on): Likewise.
8532         * modules/mkdir (Depends-on): Likewise.
8533         * modules/openat (Depends-on): Likewise.
8534         * modules/savewd (Depends-on): Likewise.
8535         * modules/rename (Depends-on): Likewise.
8536         (License): Relax license.
8537         * modules/mkdir-tests (Depends-on): Drop progname.
8538         (Makefile.am): Delete unneeded LDADD.
8539         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
8540
8541         dirname: split into dirname-lgpl
8542         * modules/dirname-lgpl: New module.
8543         * modules/dirname (Files): Move library-safe files into
8544         dirname-lgpl.
8545         (Depends-on): Add dirname-lgpl.
8546         (configure.ac): Declare witness.
8547         * modules/double-slash-root (License): Relax license.
8548         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
8549         module.
8550         * lib/dirname.c (dir_len, mdir_name): Move...
8551         * lib/dirname-lgpl.c: ...into new file.
8552         * lib/basename.c (last_component, base_len): Move...
8553         * lib/basename-lgpl.c: ...into new file.
8554         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
8555         (gl_DIRNAME): Use it.
8556         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
8557         Mention new module.
8558         * modules/dirname-tests (Depends-on): Add progname.
8559         * tests/test-dirname.c (program_name): Delete.
8560
8561         mkdir: make safe for libraries
8562         * modules/mkdir (Depends-on): Drop xalloc.
8563         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
8564         exit.
8565
8566         tests: avoid some compiler warnings
8567         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
8568         literals.
8569         * tests/test-memchr.c (main): Avoid type mismatch.
8570         * tests/test-arpa_inet.c (main): Avoid unused parameters.
8571         * tests/test-base64.c (main): Likewise.
8572         * tests/test-getdelim.c (main): Likewise.
8573         * tests/test-gethostname.c (main): Likewise.
8574         * tests/test-getline.c (main): Likewise.
8575         * tests/test-netinet_in.c (main): Likewise.
8576         * tests/test-select.c (open_server_socket, main): Likewise.
8577         * tests/test-select-stdin.c (main): Likewise.
8578         * tests/test-sockets.c (main): Likewise.
8579         * tests/test-strsignal.c (main): Likewise.
8580         * tests/test-sys_select.c (main): Likewise.
8581         * tests/test-sys_socket.c (main): Likewise.
8582         * tests/test-u64.c (main): Likewise.
8583         * tests/test-xfprintf-posix.c (main): Likewise.
8584         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
8585
8586         sockets: avoid compiler warning
8587         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
8588
8589         maint: detect usage(1) and other suspicious exits
8590         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
8591
8592 2009-10-29  Jim Meyering  <meyering@redhat.com>
8593
8594         timespec: long-to-int truncation could make timespec_cmp malfunction
8595         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
8596         a multiple of 2^32 nanoseconds as no difference.
8597
8598 2009-10-28  Jim Meyering  <meyering@redhat.com>
8599
8600         fprintftime: wrap macro code argument in "do {...} while(0)"
8601         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
8602         cpy macro must be a statement that can be followed by a semicolon.
8603         Now that the else clause contains a comment and is hence longer
8604         than one line, I require curly braces.  That in turn requires
8605         that we wrap this code block in the standard do...while(0).
8606
8607         fprintftime: remove stray semicolon from previous change
8608         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
8609
8610         fprintftime: avoid a warning about ignored fwrite return value
8611         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
8612         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
8613         that is unsafe.
8614         * modules/fprintftime (Depends-on): Add ignore-value.
8615
8616         exclude: avoid an unwarranted warning
8617         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
8618
8619 2009-10-27  Eric Blake  <ebb9@byu.net>
8620
8621         fseek: avoid compilation failure when fflush is replaced
8622         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
8623         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
8624         module is in use.
8625         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
8626         module is not in use; since REPLACE_FSEEK worked otherwise.
8627         (GNULIB_FTELLO): Likewise for ftell.
8628         Reported by Ian Beckwith and others.
8629
8630 2009-10-27  Bruno Haible  <bruno@clisp.org>
8631
8632         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
8633         Reported by Jim Meyering.
8634
8635 2009-10-27  Jim Meyering  <jim@meyering.net>
8636             Bruno Haible  <bruno@clisp.org>
8637
8638         Avoid warning despite dropping the return value of fwrite.
8639         * lib/unicodeio.c: Include ignore-value.h.
8640         (fwrite_success_callback): Explicitly ignore fwrite's return value.
8641         * modules/unicodeio (Depends-on): Add ignore-value.
8642
8643 2009-10-26  Eric Blake  <ebb9@byu.net>
8644
8645         areadlinkat: fix fallback path
8646         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
8647         pointer and zero.
8648
8649 2009-10-22  Pádraig Brady  <P@draigBrady.com>
8650
8651         Use a better IO block size for modern systems
8652         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
8653         * lib/md2.c: Likewise.
8654         * lib/md4.c: Likewise.
8655         * lib/md5.c: Likewise.
8656         * lib/sha1.c: Likewise.
8657         * lib/sha256.c: Likewise.
8658         * lib/sha512.c: Likewise.
8659
8660 2009-10-22  Eric Blake  <ebb9@byu.net>
8661
8662         tests: avoid several compiler warnings
8663         * tests/test-getcwd.c (main): Avoid buffer underflow.
8664         * tests/test-getdate.c (main): String literals are not safe with
8665         putenv, so use setenv.  Declare unused argument.
8666         * modules/getdate-tests (Depends-on): Add setenv.
8667         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
8668         problems with string literals in char *.
8669         * tests/test-hash.c (main): Avoid shadowing declaration.
8670         (insert_new): Treat string literals as char const *.
8671         * tests/test-getopt.h (test_getopt): Likewise.
8672         (getopt_loop): Alter types to minimize casting elsewhere.
8673         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
8674         (test_getopt_long_posix): Likewise.
8675         (do_getopt_long): Add wrapper to minimize casting.
8676         * tests/test-atexit.c (clear_temp_file): Use void.
8677         * tests/test-areadlink-with-size.c (main): Declare unused
8678         arguments.
8679         * tests/test-areadlink.c (main): Likewise.
8680         * tests/test-areadlinkat-with-size.c (main): Likewise.
8681         * tests/test-areadlinkat.c (main): Likewise.
8682         * tests/test-canonicalize-lgpl.c (main): Likewise.
8683         * tests/test-canonicalize.c (main): Likewise.
8684         * tests/test-dirent-safer.c (main): Likewise.
8685         * tests/test-dirname.c (main): Likewise.
8686         * tests/test-dup2.c (main): Likewise.
8687         * tests/test-fchdir.c (main): Likewise.
8688         * tests/test-fcntl-h.c (main): Likewise.
8689         * tests/test-fcntl-safer.c (main): Likewise.
8690         * tests/test-fdopendir.c (main): Likewise.
8691         * tests/test-fdutimensat.c (main): Likewise.
8692         * tests/test-fflush.c (main): Likewise.
8693         * tests/test-filenamecat.c (main): Likewise.
8694         * tests/test-filevercmp.c (main): Likewise.
8695         * tests/test-fopen-safer.c (main): Likewise.
8696         * tests/test-fopen.c (main): Likewise.
8697         * tests/test-fpending.c (main): Likewise.
8698         * tests/test-fpurge.c (main): Likewise.
8699         * tests/test-freading.c (main): Likewise.
8700         * tests/test-fstatat.c (main): Likewise.
8701         * tests/test-fsync.c (main): Likewise.
8702         * tests/test-futimens.c (main): Likewise.
8703         * tests/test-getndelim2.c (main): Likewise.
8704         * tests/test-gettimeofday.c (main): Likewise.
8705         * tests/test-getopt.c (main): Likewise.
8706         * tests/test-i-ring.c (main): Likewise.
8707         * tests/test-inttypes.c (main): Likewise.
8708         * tests/test-link.c (main): Likewise.
8709         * tests/test-lstat.c (main): Likewise.
8710         * tests/test-math.c (main): Likewise.
8711         * tests/test-md5.c (main): Likewise.
8712         * tests/test-memchr2.c (main): Likewise.
8713         * tests/test-memrchr.c (main): Likewise.
8714         * tests/test-mkdir.c (main): Likewise.
8715         * tests/test-mkdirat.c (main): Likewise.
8716         * tests/test-mkfifoat.c (main): Likewise.
8717         * tests/test-open.c (main): Likewise.
8718         * tests/test-openat-safer.c (main): Likewise.
8719         * tests/test-openat.c (main): Likewise.
8720         * tests/test-quotearg.c (main): Likewise.
8721         * tests/test-rawmemchr.c (main): Likewise.
8722         * tests/test-readlink.c (main): Likewise.
8723         * tests/test-remove.c (main): Likewise.
8724         * tests/test-rename.c (main): Likewise.
8725         * tests/test-renameat.c (main): Likewise.
8726         * tests/test-rmdir.c (main): Likewise.
8727         * tests/test-sha1.c (main): Likewise.
8728         * tests/test-signal.c (main): Likewise.
8729         * tests/test-sigaction.c (main): Likewise.
8730         * tests/test-stat.c (main): Likewise.
8731         * tests/test-stat-time.c (main): Likewise.
8732         * tests/test-stddef.c (main): Likewise.
8733         * tests/test-stdint.c (main): Likewise.
8734         * tests/test-stdio.c (main): Likewise.
8735         * tests/test-stdlib.c (main): Likewise.
8736         * tests/test-strchrnul.c (main): Likewise.
8737         * tests/test-strerror.c (main): Likewise.
8738         * tests/test-string.c (main): Likewise.
8739         * tests/test-strtod.c (main): Likewise.
8740         * tests/test-strverscmp.c (main): Likewise.
8741         * tests/test-symlink.c (main): Likewise.
8742         * tests/test-symlinkat.c (main): Likewise.
8743         * tests/test-sys_stat.c (main): Likewise.
8744         * tests/test-sys_time.c (main): Likewise.
8745         * tests/test-time.c (main): Likewise.
8746         * tests/test-unistd.c (main): Likewise.
8747         * tests/test-unlink.c (main): Likewise.
8748         * tests/test-unlinkat.c (main): Likewise.
8749         * tests/test-utimens.c (main): Likewise.
8750         * tests/test-utimensat.c (main): Likewise.
8751         * tests/test-version-etc.c (main): Likewise.
8752         * tests/test-wchar.c (main): Likewise.
8753         * tests/test-wctype.c (main): Likewise.
8754         * tests/test-xprintf-posix.c (main): Likewise.
8755         * tests/test-posixtm.c (main): Likewise.
8756         (STREQ): Delete unused macro.
8757         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
8758         shadowed variables.
8759         * tests/test-memchr.c (main): Likewise.
8760
8761 2009-10-21  Eric Blake  <ebb9@byu.net>
8762
8763         areadlinkat: avoid failure on older glibc
8764         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
8765         rather than mis-comparing 0 against FUNC_RESULT of char*.
8766
8767 2009-10-21  Bruno Haible  <bruno@clisp.org>
8768
8769         * modules/stpncpy (License): Relicense under LGPLv2+.
8770         Reported by David Lutterkort <lutter@redhat.com>.
8771
8772 2009-10-20  Eric Blake  <ebb9@byu.net>
8773
8774         utimensat: work around Solaris 9 bug
8775         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
8776         has trailing slash bugs.
8777         * tests/test-lutimens.h (test_lutimens): Enhance test.
8778         * tests/test-utimens.h (test_utimens): Likewise.
8779         * doc/posix-functions/utime.texi (utime): Enhance documentation.
8780         * doc/posix-functions/utimes.texi (utimes): Likewise.
8781         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
8782         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
8783         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
8784         * doc/posix-functions/futimens.texi (futimens): Likewise.
8785
8786         fdutimensat: new module
8787         * modules/fdutimensat: New file.
8788         * lib/fdutimensat.c (fdutimensat): Likewise.
8789         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
8790         * MODULES.html.sh (File system functions): Mention module.
8791         * modules/fdutimensat-tests: New test.
8792         * tests/test-fdutimensat.c: Likewise.
8793
8794         doc: regenerate INSTALL
8795         * doc/INSTALL: Reflect recent autoconf update.
8796         * doc/INSTALL.ISO: Likewise.
8797         * doc/INSTALL.UTF-8: Likewise.
8798
8799 2009-10-20  Pádraig Brady  <P@draigBrady.com>
8800
8801         acl: warn if ACL support is not detected
8802         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
8803
8804 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
8805
8806         * lib/nproc.h: Add extern "C" block for C++.
8807
8808 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
8809             Bruno Haible  <bruno@clisp.org>
8810
8811         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
8812         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
8813         * doc/posix-functions/isalpha.texi: Likewise.
8814         * doc/posix-functions/isblank.texi: Likewise.
8815         * doc/posix-functions/iscntrl.texi: Likewise.
8816         * doc/posix-functions/isdigit.texi: Likewise.
8817         * doc/posix-functions/isgraph.texi: Likewise.
8818         * doc/posix-functions/islower.texi: Likewise.
8819         * doc/posix-functions/isprint.texi: Likewise.
8820         * doc/posix-functions/ispunct.texi: Likewise.
8821         * doc/posix-functions/isspace.texi: Likewise.
8822         * doc/posix-functions/isupper.texi: Likewise.
8823         * doc/posix-functions/isxdigit.texi: Likewise.
8824
8825 2009-10-18  Bruno Haible  <bruno@clisp.org>
8826
8827         Tests for module 'isblank'.
8828         * modules/isblank-tests: New file.
8829         * tests/test-isblank.c: New file.
8830
8831         New module 'isblank'.
8832         * lib/isblank.c: New file.
8833         * m4/isblank.m4: New file.
8834         * modules/isblank: New file.
8835         * doc/posix-functions/isblank.texi: Mention the new module.
8836
8837 2009-10-18  Bruno Haible  <bruno@clisp.org>
8838
8839         New module 'ctype'.
8840         * lib/ctype.in.h: New file.
8841         * m4/ctype.m4: New file.
8842         * modules/ctype: New file.
8843         * doc/posix-headers/ctype.texi: Mention the new module.
8844
8845 2009-10-18  Jim Meyering  <meyering@redhat.com>
8846
8847         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
8848         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
8849         right after its initialization, rather than farther down.
8850         Keeping these in close proximity makes it easier to ensure
8851         that each such variable is initialized.  E.g.,
8852
8853             LIB_CLOCK_GETTIME=
8854             AC_SUBST([LIB_CLOCK_GETTIME])
8855
8856         This change also increments these serial numbers.
8857         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
8858         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8859         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8860
8861 2009-10-18  Bruno Haible  <bruno@clisp.org>
8862
8863         Don't let environment variables perturb build.
8864         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
8865         (gl_PREREQ_GETHRXTIME): ... not here.
8866
8867 2009-10-18  Bruno Haible  <bruno@clisp.org>
8868
8869         Avoid symlink attack in localcharset module.
8870         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
8871         (O_NOFOLLOW): Define fallback.
8872         (get_charset_aliases): Don't open the file if it is a symbolic link.
8873         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
8874         gl_FCNTL_H.
8875         (gl_FCNTL_H): Require it.
8876         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
8877         * modules/localcharset (Files): Add m4/fcntl_h.m4.
8878         Reported by Fergal Glynn <fglynn@veracode.com>.
8879
8880 2009-10-18  Bruno Haible  <bruno@clisp.org>
8881
8882         Implement nproc for mingw.
8883         * lib/nproc.c: Include <windows.h>
8884         (num_processors): On native Windows platforms, try GetSystemInfo.
8885
8886 2009-10-18  Bruno Haible  <bruno@clisp.org>
8887
8888         Implement nproc for IRIX.
8889         * lib/nproc.c: Include <sys/sysmp.h>.
8890         (num_processors): On IRIX systems, try sysmp.
8891         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
8892
8893 2009-10-18  Bruno Haible  <bruno@clisp.org>
8894
8895         Implement nproc for HP-UX.
8896         * lib/nproc.c: Include <sys/pstat.h>
8897         (num_processors): On HP-UX systems, try pstat_getdynamic.
8898         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
8899         pstat_getdynamic.
8900
8901 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
8902             Bruno Haible  <bruno@clisp.org>
8903
8904         Implement nproc for NetBSD, OpenBSD.
8905         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
8906         (ARRAY_SIZE): New macro.
8907         (num_processors): On BSD systems, try sysctl of HW_NCPU.
8908         * m4/nproc.m4: New file.
8909         * modules/nproc (Files): Add m4/nproc.m4.
8910         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
8911         (Makefile.am): Instead, augment lib_SOURCES.
8912
8913 2009-10-18  Bruno Haible  <bruno@clisp.org>
8914
8915         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
8916         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
8917         sys/param.h.
8918
8919 2009-10-16  Eric Blake  <ebb9@byu.net>
8920
8921         utimensat: new module
8922         * modules/utimensat: New file.
8923         * lib/utimensat.c (utimensat): Likewise.
8924         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
8925         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
8926         so we can work around Linux bugs.
8927         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
8928         * modules/sys_stat (Makefile.am): Substitute them.
8929         * lib/sys_stat.in.h (utimensat): Declare it.
8930         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8931         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
8932         * modules/utimensat-tests: New test.
8933         * tests/test-utimensat.c: Likewise.
8934
8935         utimens: let lutimens work on non-symlinks
8936         * lib/utimens.c (lutimens): Fall back to utimens rather than
8937         failing with ENOSYS, when file is not a symlink.
8938         (utimens): Reduce redirection.
8939         * tests/test-lutimens.h (test_lutimens): Update test to cover
8940         non-symlinks.
8941         * tests/test-utimens.h (test_utimens): Update test to cover
8942         symlinks.
8943         * tests/test-utimens.c (main): Update caller.
8944
8945         utimens: cache whether utimensat syscall works
8946         * lib/utimens.c (utimensat_works_really): New cache variable.
8947         (fdutimens, lutimens): Use it to avoid failing syscall.
8948
8949         test-stat-time, test-utimens: improve portability
8950         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
8951         ext4 on alpha, and for cygwin.
8952         * tests/test-utimens-common.h: New file.
8953         (nap): Factor delays into single function.
8954         * tests/test-lutimens.h (test_lutimens): Use new header.
8955         * tests/test-futimens.h (test_futimens): Likewise.
8956         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
8957         timestamps to occur from same machine, as was done previously for
8958         test_utimens.
8959         * modules/utimens-tests (Files): Ship new file.
8960         * modules/futimens-tests (Files): Likewise.
8961         Reported in part by Jim Meyering.
8962
8963         sys_stat: sort replacement declarations
8964         * lib/sys_stat.in.h: Sort declarations.
8965         * lib/futimens.c (futimens): Fix typo.
8966
8967 2009-10-15  Jim Meyering  <meyering@redhat.com>
8968
8969         don't let environment settings perturb build
8970         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
8971         could cause a configure-time and/or build-time malfunction.
8972         Typically, a configure-time function-in-library test is performed
8973         via code like this:
8974
8975           LIB_VAR=
8976           AC_SUBST([LIB_VAR])
8977           prefix_saved_LIBS=$LIBS
8978             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
8979                        [test "$ac_cv_search_FUNC" = "none required" ||
8980                         LIB_VAR=$ac_cv_search_FUNC])
8981           LIBS=$prefix_saved_LIBS
8982
8983         However, in each of the files affected by this change, the LIB_VAR=
8984         initialization was omitted.  Thus, when set in the environment, its
8985         value would propagate into generated Makefiles when FUNC is not found
8986         in LIB_NAME.
8987         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
8988         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8989         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8990
8991 2009-10-14  Eric Blake  <ebb9@byu.net>
8992
8993         fchdir: avoid infinite recursion in mingw
8994         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
8995         recursing.
8996
8997         test-stat-time: port to mingw
8998         * tests/test-stat-time.c (force_unlink): Return a value.
8999         (test_ctime) [W32]: Fix compilation error.
9000         (nap): Don't call usleep with too large an argument.  Use
9001         force_unlink.
9002         * doc/pastposix-functions/usleep.texi (usleep): Document the
9003         portability issue.
9004
9005 2009-10-13  Jim Meyering  <meyering@redhat.com>
9006
9007         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
9008         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
9009         * modules/pipe-filter-ii: Likewise.
9010         * modules/sys_socket-tests: Likewise.
9011         * modules/tsearch-tests: Likewise.
9012         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
9013         (check): Depend on it.
9014
9015 2009-10-12  Eric Blake  <ebb9@byu.net>
9016
9017         utimens-tests: port to NFS file systems
9018         * tests/test-utimens.h (test_utimens): Refactor utimecmp
9019         comparisons to avoid spurious failures from timestamp drift
9020         between NFS machines.
9021
9022 2009-10-12  Eric Blake  <ebb9@byu.net>
9023
9024         stat-time-tests: minor cleanups
9025         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
9026         * tests/test-stat-time.c (nap): Separate assignment from call.
9027         Suggested by Paolo Bonzini and Bruno Haible.
9028
9029         sys_stat: guarantee struct timespec
9030         * lib/sys_stat.in.h (includes): Always include <time.h>
9031         * modules/sys_stat (Depends-on): Add time.
9032         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
9033         mode_t permission values.
9034         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
9035         get at subsecond timestamps.
9036
9037 2009-10-10  Eric Blake  <ebb9@byu.net>
9038
9039         futimens: new module
9040         * modules/futimens: New file.
9041         * lib/futimens.c (futimens): Likewise.
9042         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
9043         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
9044         we can work around Linux bugs.
9045         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9046         * modules/sys_stat (Makefile.am): Substitute them.
9047         * lib/sys_stat.in.h (futimens): Declare it.
9048         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9049         * doc/posix-functions/futimens.texi (futimens): Likewise.
9050         * modules/futimens-tests: New test.
9051         * tests/test-futimens.c: Likewise.
9052
9053         utimens: introduce fdutimens
9054         * lib/utimens.h (fdutimens): New prototype.
9055         * lib/utimens.c (gl_futimens): Move guts...
9056         (fdutimens): ...to new interface.
9057         * tests/test-utimens.c (do_fdutimens): Use it.
9058
9059         utimens: add UTIME_NOW and UTIME_OMIT support
9060         * lib/utimens.c (validate_timespec, update_timespec): New helper
9061         functions.
9062         (gl_futimens, lutimens): Use them.
9063         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
9064         stdbool, sys_stat.
9065         (Link): Mention resulting library dependency.
9066         * modules/utimecmp (Link): Likewise.
9067         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
9068         (Makefile.am): Pick up library dependency.
9069         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
9070         definition.
9071         * tests/test-sys_stat.c: Test the definitions.
9072         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
9073         * NEWS: Document library dependency.
9074
9075         utimecmp: support symlink timestamps
9076         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
9077         hashing when possible.  Use pathconf when available.
9078         (SYSCALL_RESOLUTION): Recognize tighter resolution.
9079         * modules/utimecmp (Depends-on): Add lstat.
9080
9081         utimens: add lutimens interface
9082         * lib/utimens.c (lutimens): New function.
9083         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
9084         * lib/utimens.h (lutimens): Declare new interface.
9085         * tests/test-utimens.c (main): Enhance test.
9086         * tests/test-lutimens.h (test_lutimens): New file.
9087         * modules/utimens-tests (Files): Distribute it.
9088         (Depends-on): Add symlink.
9089         (configure.ac): Check for usleep.
9090
9091         utimens: validate futimens usage
9092         * lib/utimens.c (gl_futimens): Require valid fd up front, using
9093         fewer syscalls on failure later on.  Avoid compiler warning on
9094         mingw.
9095         * modules/utimens (Depends-on): Add dup2.
9096
9097         utimens: add test
9098         * modules/utimens-tests: New test.
9099         * tests/test-utimens.h: New file.
9100         * tests/test-futimens.h: Likewise.
9101         * tests/test-utimens.c: Likewise.
9102
9103         doc: mention timestamp portability issues
9104         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
9105         instead.
9106         * doc/posix-functions/utime.texi (utime): Likewise.
9107         * doc/posix-functions/utimes.texi (utimes): Likewise.
9108         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
9109         instead.
9110         * doc/posix-functions/futimens.texi (futimens): Mention utimens
9111         module.
9112         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9113         Mention weakness with symlink timestamps.
9114         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
9115         to utimensat/futimens instead.
9116         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
9117
9118         test-dup2: enhance test
9119         * tests/test-dup2.c (main): Also check AT_FDCWD.
9120
9121         test-stat-time: avoid more spurious failures
9122         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
9123         xfs; and avoid race if the two timestamps cross quantization edge.
9124
9125         relocatable: prefer 'file system' over 'filesystem'
9126         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
9127         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
9128         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
9129         * doc/relocatable.texi (Enabling Relocatability): Likewise.
9130         * lib/relocatable.c (compute_curr_prefix): Likewise.
9131
9132 2009-10-10  Jim Meyering  <meyering@redhat.com>
9133
9134         stat-time-tests: check for the usleep function
9135         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
9136
9137 2009-10-10  Bruno Haible  <bruno@clisp.org>
9138
9139         * modules/xnanosleep: Put the Link section after the Include section.
9140
9141 2009-10-09  Eric Blake  <ebb9@byu.net>
9142
9143         dup2: work around FreeBSD 6.1 bug
9144         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
9145         * doc/posix-functions/dup2.texi (dup2): Document it.
9146         Reported by Nelson H. F. Beebe and Jim Meyering.
9147
9148         test-stat-time: port to buggy NFS clients
9149         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9150         (test_ctime): Also skip test if mtime and ctime are skewed.
9151
9152         maint: prefer 'file system' over 'filesystem'
9153         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9154         * doc/posix-functions/lstat.texi (lstat): Likewise.
9155         * lib/file-has-acl.c (file_has_acl): Likewise.
9156         * lib/fwriteerror.c [TEST]: Likewise.
9157         * tests/test-areadlink.h (test_areadlink): Likewise.
9158         * tests/test-areadlinkat-with-size.c (main): Likewise.
9159         * tests/test-areadlinkat.c (main): Likewise.
9160         * tests/test-canonicalize-lgpl.c (main): Likewise.
9161         * tests/test-canonicalize.c (main): Likewise.
9162         * tests/test-fstatat.c (main): Likewise.
9163         * tests/test-linkat.c (main): Likewise.
9164         * tests/test-lstat.h (test_lstat_func): Likewise.
9165         * tests/test-mkdir.h (test_mkdir): Likewise.
9166         * tests/test-readlink.h (test_readlink): Likewise.
9167         * tests/test-remove.c (main): Likewise.
9168         * tests/test-rename.h (test_rename): Likewise.
9169         * tests/test-renameat.c (main): Likewise.
9170         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9171         * tests/test-symlink.h (test_symlink): Likewise.
9172         * tests/test-symlinkat.c (main): Likewise.
9173         * tests/test-unlink.h (test_unlink_func): Likewise.
9174         * tests/test-unlinkat.c (main): Likewise.
9175
9176         maint: make realtime library usage explicit
9177         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
9178         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
9179         * modules/settime (Link): Likewise.
9180         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
9181
9182         test-stat-time: speed up execution
9183         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
9184         warning on mingw.
9185         (nap): New helper function.
9186         (prepare_test): Use it to reduce sleep time.
9187         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
9188         execution.
9189         * modules/stat-time-tests (configure.ac): Check for usleep.
9190
9191 2009-10-09  Jim Meyering  <meyering@redhat.com>
9192
9193         selinux-h: always use getfilecon wrappers
9194         * lib/getfilecon.c: New file.
9195         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
9196         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
9197         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
9198         (fgetfilecon): Provide a stub.
9199         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
9200         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
9201         file unconditionally.
9202         When <selinux/selinux.h> is found, arrange to use wrappers.
9203         * modules/selinux-h (Files): Add getfilecon.c.
9204         (Makefile.am): Substitute include-next-related bits
9205         into the now-always-generated selinux/selinux.h file.
9206         * doc/glibc-functions/lgetfilecon.texi: New file.
9207         * doc/glibc-functions/fgetfilecon.texi: New file.
9208         * doc/glibc-functions/getfilecon.texi: New file.
9209         * doc/glibc-functions/getfilecon-desc.texi: New file.
9210         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
9211         which to pull in the new files.
9212         * MODULES.html.sh (Misc): Add selinux-h.
9213
9214 2009-10-08  Jim Meyering  <meyering@redhat.com>
9215
9216         unistd: fix comment typo
9217         * lib/unistd.in.h (euidaccess): Fix a comment typo.
9218
9219 2009-10-08  Eric Blake  <ebb9@byu.net>
9220
9221         areadlink: use SIZE_MAX consistently
9222         * modules/areadlink (Depends-on): Add stdint.
9223         * modules/areadlink-with-size (Depends-on): Likewise.
9224         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
9225         gives NULL; drop sys/types, since unistd gives size_t; and add
9226         stdint for SIZE_MAX.
9227         (SIZE_MAX): Rely on headers.
9228         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
9229         and add stdint.
9230         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
9231         (SIZE_MAX): Likewise.
9232         (INITIAL_BUF_SIZE): Turn into enum.
9233         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
9234
9235 2009-10-08  Jim Meyering  <meyering@redhat.com>
9236
9237         areadlinkat: avoid compilation failure
9238         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
9239         Fix typo in comment.
9240
9241 2009-10-07  Eric Blake  <ebb9@byu.net>
9242
9243         areadlinkat-with-size: new module
9244         * modules/areadlinkat-with-size: New module.
9245         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
9246         * lib/areadlink.h (areadlinkat): Declare it.
9247         * MODULES.html.sh (File system functions): Mention it.
9248         * modules/areadlinkat-with-size-tests: New test.
9249         * tests/test-areadlinkat-with-size.c: New file.
9250
9251         xreadlinkat: new module
9252         * modules/xreadlinkat: New module.
9253         * lib/xreadlinkat.c (xreadlinkat): New file.
9254         * lib/xreadlink.h (xreadlinkat): Declare it.
9255         * MODULES.html.sh (File system functions): Mention it.
9256
9257         areadlinkat: new module
9258         * lib/at-func.c (FUNC_FAIL): New define.
9259         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
9260         * modules/areadlinkat: New module.
9261         * lib/linkat.c (areadlinkat): Move...
9262         * lib/areadlinkat.c (areadlinkat): ...to new file.
9263         * lib/areadlink.h (areadlinkat): Declare it.
9264         * modules/linkat (Depends-on): Add areadlinkat.
9265         * MODULES.html.sh (File system functions): Mention it.
9266         * modules/areadlinkat-tests: New test.
9267         * tests/test-areadlinkat.c: New file.
9268
9269         areadlink, areadlink-with-size: add tests
9270         * modules/areadlink-tests: New test.
9271         * modules/areadlink-with-size-tests: Likewise.
9272         * tests/test-areadlink.h: New file.
9273         * tests/test-areadlink.c: Likewise.
9274         * tests/test-areadlink-with-size.c: Likewise.
9275
9276         maint: minor cleanups
9277         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
9278         _UNUSED_PARAMETER_ instead.
9279         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
9280         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
9281         * modules/linkat-tests (Files): Distribute test-link.h.
9282
9283         openat, utimens: whitespace cleanup
9284         * lib/openat.c: Prefer space throughout, rather than mix of 8
9285         spaces vs. tabs.
9286         * lib/at-func.c: Likewise.
9287         * lib/utimens.c: Likewise.
9288
9289         openat: avoid using wrong fd
9290         * lib/openat.c (openat_permissive): Reject user's fd if saving the
9291         working directory chooses same fd.
9292         * lib/at-func.c (AT_FUNC_NAME): Likewise.
9293
9294         mkdir, mkdirat: fix cygwin 1.5.x bug
9295         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
9296         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
9297         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
9298         bug.
9299         (gl_PREREQ_MKDIR): Delete unused macro.
9300         * modules/mkdir (Files): Track file rename.
9301         (configure.ac): Update macro name.
9302         * modules/openat (Depends-on): Add mkdir.
9303         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
9304
9305         mkdir, mkdirat: add tests
9306         * modules/mkdir-tests: New test.
9307         * tests/test-mkdir.h: New file.
9308         * tests/test-mkdir.c: Likewise.
9309         * tests/test-mkdirat.c: Likewise.
9310         * modules/openat-tests (Files): Add new files.
9311         (Makefile.am): Run new test.
9312
9313 2009-10-06  Eric Blake  <ebb9@byu.net>
9314
9315         doc: tweak *at function documentation
9316         * doc/posix-functions/faccessat.texi (faccessat): Mention
9317         known issue with replacement.
9318         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
9319         * doc/posix-functions/linkat.texi (linkat): Likewise.
9320         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9321         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9322         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9323         * doc/posix-functions/renameat.texi (renameat): Likewise.
9324         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9325
9326         openat: fix GNU/Hurd bug in unlinkat
9327         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
9328         broken.
9329         * doc/posix-functions/unlink.texi (unlink): Document this.
9330         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
9331
9332         fdopendir: fix GNU/Hurd bug
9333         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
9334         allowing non-directory fds.
9335         * lib/fdopendir.c (rpl_fdopendir): Work around it.
9336         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
9337         * modules/dirent (Makefile.am): Substitute it.
9338         * lib/dirent.in.h (fdopendir): Declare replacement.
9339         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
9340         * tests/test-fdopendir.c (main): Test something other than
9341         /dev/null, since on Hurd that behaves like a directory.
9342
9343         test-symlink: port to GNU/Hurd
9344         * tests/test-symlink.h (test_symlink): Relax expected errno.
9345
9346         doc: tweak more cygwin information
9347         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
9348         now compatible with glibc.
9349         * doc/posix-functions/getopt.texi (getopt): Likewise.
9350
9351         getopt-gnu: add another test
9352         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
9353         guarantee behavior relied on by m4.
9354         * tests/test-getopt.c (main): Use it.
9355         * modules/getopt-posix-tests (Depends-on): Add setenv.
9356         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
9357
9358         getopt: fix compilation on darwin
9359         * lib/getopt.in.h (includes): Leave breadcrumbs during system
9360         include.
9361         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
9362         Reported by Ludovic Courtès.
9363
9364 2009-10-06  Bruno Haible  <bruno@clisp.org>
9365
9366         * modules/size_max (Description): Discourage its use.
9367         Reported by Simon Josefsson.
9368
9369 2009-10-06  Jim Meyering  <meyering@redhat.com>
9370
9371         linkat: avoid compilation failure
9372         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
9373
9374 2009-10-05  Eric Blake  <ebb9@byu.net>
9375
9376         linkat: support Linux 2.6.17
9377         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
9378         linkat on Linux, but allow cache variable override.
9379         * lib/linkat.c (rpl_linkat): Define override.
9380         * modules/linkat (Depends-on): Add symlinkat.
9381         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
9382         * modules/unistd (Makefile.am): Substitute it.
9383         * lib/unistd.in.h (linkat): Declare replacement.
9384         Reported by Pádraig Brady.
9385
9386         quotearg: port test to systems with C.UTF-8 locale
9387         * tests/test-quotearg.c (struct result_strings): Add another
9388         member, differentiating between C.ASCII and C.UTF-8 handling.
9389         (compare_strings): Add parameter.
9390         (main): Adjust all callers.
9391
9392         getopt: avoid clash with FreeBSD _getopt_internal
9393         * lib/getopt.in.h (_getopt_internal): Override the name.
9394         * lib/getopt_int.h (includes): Pick up any overrides.
9395         Reported by Reuben Thomas.
9396
9397         hash: allow C89 compilation
9398         * lib/hash.c (check_tuning): Move declaration before statement.
9399         Reported by Reuben Thomas.
9400
9401 2009-10-05  Karl Berry  <karl@gnu.org>
9402
9403         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
9404
9405 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
9406             Bruno Haible  <bruno@clisp.org>
9407
9408         * lib/uname.c (uname): Use a table-driven algorithm to compute
9409         Windows NT versions.
9410
9411 2009-10-04  Bruno Haible  <bruno@clisp.org>
9412
9413         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
9414         program_invocation_short_name.
9415         * modules/progname (configure.ac): Test for presence of
9416         program_invocation_short_name.
9417         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9418
9419 2009-10-04  Bruno Haible  <bruno@clisp.org>
9420
9421         * lib/progname.c (set_program_name): Fix comment.
9422         Reported by Jim Meyering.
9423
9424 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9425             Bruno Haible  <bruno@clisp.org>
9426
9427         * lib/uname.c: Include <string.h>.
9428         (uname): Do only one call to GetVersionEx in the common case.
9429
9430 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9431             Bruno Haible  <bruno@clisp.org>
9432
9433         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
9434         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
9435         (uname): Add support for Windows CE and various non-x86 CPU types.
9436
9437 2009-10-03  Bruno Haible  <bruno@clisp.org>
9438
9439         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
9440         invocation to tests/configure.ac.
9441         Reported by Ian Beckwith <ianb@erislabs.net>.
9442
9443 2009-10-02  Eric Blake  <ebb9@byu.net>
9444
9445         fchdir: avoid compiler warning
9446         * lib/fchdir.c (canonicalize_file_name)
9447         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
9448
9449         test-open: support mingw errno values
9450         * tests/test-open.h (test_open): Relax test.
9451         * tests/test-fopen.h (test_fopen): Likewise.
9452         * tests/test-openat-safer.c (main): Likewise.
9453
9454         open: fix opening directory on mingw
9455         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
9456
9457         test-open: on GNU/Hurd, /dev/null is a directory
9458         * tests/test-fopen.h (main): Rename...
9459         (test_fopen): ...to this.  Use a guaranteed non-directory when
9460         confirming open behavior on trailing slash.
9461         * tests/test-openat-safer.c (main): Likewise.
9462         * tests/test-open.h (main): Likewise....
9463         (test_open): ...to this.
9464         * tests/test-fopen.c (main): Adjust caller.
9465         * tests/test-fopen-safer.c (main): Likewise.
9466         * tests/test-open.c (main): Likewise.
9467         * tests/test-fcntl-safer.c (main): Likewise.
9468         Reported by Samuel Thibault.
9469
9470         rename, fchdir: don't ignore chdir failure
9471         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
9472         * lib/rename.c (rpl_rename) [W32]: Likewise.
9473         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
9474         an empty destination directory if source cannot be renamed,
9475         although there is still possibility for failure.
9476         * doc/posix-functions/rename.texi (rename): Document the race.
9477         Reported by Jim Meyering.
9478
9479         maint: cleanup whitespace in recent commits
9480         * lib/rename.c (rpl_rename): Remove tabs.
9481         * tests/test-link.h (test_link): Likewise.
9482         * lib/fchdir.c (get_name): Likewise.
9483         Reported by Jim Meyering.
9484
9485 2009-10-02  Ben Pfaff  <blp@gnu.org>
9486
9487         relocatable-prog-wrapper: Add missing dependency on
9488         double-slash-root.
9489         * modules/relocatable-prog-wrapper: Add dependency.
9490         Reported by Ian Beckwith <ianb@erislabs.net>.
9491
9492 2009-10-02  Eric Blake  <ebb9@byu.net>
9493
9494         renameat: fix Solaris bugs
9495         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
9496         needed fixing.
9497         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
9498         * modules/stdio (Makefile.am): Substitute it.
9499         * lib/stdio.in.h (renameat): Declare replacement.
9500         * lib/renameat.c (rpl_renameat): Implement fix.
9501
9502         renameat: new module
9503         * modules/renameat: New file.
9504         * lib/renameat.c (renameat): Likewise.
9505         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
9506         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9507         * modules/stdio (Makefile.am): Substitute them.
9508         * lib/stdio.in.h (renameat): Declare it.
9509         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9510         * doc/posix-functions/renameat.texi (renameat): Likewise.
9511         * modules/renameat-tests: New test.
9512         * tests/test-renameat.c: Likewise.
9513
9514         rename: fix mingw bugs
9515         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
9516         directory overwrite bugs.
9517
9518         rename: fix another cygwin 1.5 bug
9519         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
9520         checks.
9521         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
9522         unnecessary cygwin workarounds.  Also work around bug with moving
9523         full directory onto an empty one.
9524         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
9525
9526         rename-dest-slash: merge into rename module
9527         * modules/rename-dest-slash (Status): Mark obsolete.
9528         (Depends-on): Add rename.
9529         (Files): Let rename do it all.
9530         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
9531         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
9532         * m4/rename-dest-slash.m4: ...so this file can be deleted.
9533         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
9534         * lib/rename.c (rpl_rename): Update comments.
9535
9536         rename: fix cygwin 1.5.x bugs
9537         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
9538         * lib/rename.c (rpl_rename): Work around them.
9539         * modules/rename (Depends-on): Add same-inode.
9540
9541         rename: fix Solaris 10 bug
9542         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9543         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
9544         was the only bug.
9545
9546         rename: fix Solaris 9 bug
9547         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
9548         on non-directory.  Avoid calling exit.
9549         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
9550         strdup.
9551         * modules/rename-tests (Depends-on): Drop lstat.
9552         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9553         (gl_PREREQ_RENAME): Delete unused macro.
9554
9555         rename-dest-slash: fix NetBSD bug
9556         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
9557         links.
9558         * modules/rename-dest-slash (Depends-on): Add same-inode.
9559
9560         rename-tests: new test, exposes several platform bugs
9561         * modules/rename-tests: New file.
9562         * tests/test-rename.h: Likewise.
9563         * tests/test-rename.c: Likewise.
9564         * doc/posix-functions/rename.texi (rename): Improve documentation,
9565         including bugs that will eventually be fixed in gnulib.
9566
9567 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
9568
9569         * lib/uname.c: Include <stdlib.h>
9570         (uname): Assume version info is available.
9571
9572 2009-10-02  Jim Meyering  <meyering@redhat.com>
9573
9574         gnu-web-doc-update: correct --help output
9575         * build-aux/gnu-web-doc-update: Make --help output relevant.
9576
9577         gnu-web-doc-update: add standard options
9578         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
9579
9580         gnu-web-doc-update: New module.
9581         Use this script to automatically update the on-line web documentation
9582         for your GNU project at http://www.gnu.org/software/$pkg/manual/
9583         * modules/gnu-web-doc-update: New file, from coreutils.
9584         * build-aux/gnu-web-doc-update: New script.
9585
9586 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
9587
9588         link: LoadLibrary is not needed.
9589         * lib/link.c: Use GetModuleHandle.
9590
9591 2009-10-01  Eric Blake  <ebb9@byu.net>
9592
9593         getopt: bump serial number
9594         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
9595         change.
9596
9597         tests: tighten link, rmdir, and remove tests
9598         * tests/test-link.h (includes): No need to use <config.h> here.
9599         Clean up if directory hard link was created, otherwise test for
9600         trailing '.'.
9601         * tests/test-linkat.c (main): Simplify.
9602         * tests/test-remove.c (main): Enhance test for trailing '.'.
9603         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9604
9605 2009-10-01  Jim Meyering  <meyering@redhat.com>
9606
9607         maint.mk: requiring "make major" was annoying, for a "minor" release.
9608         What is intended is "stable", to contrast with alpha and beta,
9609         so require "make stable", not "make major".
9610         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
9611         (get_tool_versions): Likewise.
9612         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
9613
9614 2009-09-30  Ben Pfaff  <blp@gnu.org>
9615
9616         Fix broken build of replacement for Windows tmpfile().
9617         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
9618         flags argument added along with the 'mkostemp' module.
9619
9620 2009-09-28  Bruno Haible  <bruno@clisp.org>
9621
9622         Avoid identifier clash with POSIX function 'remove' defined as a macro.
9623         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
9624         to 'remove_elt'.
9625         (gl_list_remove): Update.
9626         * lib/gl_list.c (gl_list_remove): Update.
9627         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
9628         to 'remove_elt'.
9629         (gl_oset_remove): Update.
9630         * lib/gl_list.c (gl_oset_remove): Update.
9631         Reported by Eric Blake.
9632
9633 2009-09-28  Eric Blake  <ebb9@byu.net>
9634
9635         doc: mention yet more cygwin 1.7 status
9636         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
9637         cygwin.
9638         * doc/glibc-functions/execvpe.texi (execvpe): New file.
9639         * doc/gnulib.texi (Glibc unistd.h): Mention it.
9640
9641         argp: fix test failure
9642         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
9643         that are not upper-case.  Pass correct range to tolower.
9644
9645 2009-09-27  Jim Meyering  <meyering@redhat.com>
9646
9647         test-yesno: work around sparc-dash here-document infelicity
9648         Without this change, the literal \177 byte in a here document
9649         would make dash 0.5.5.1-3 access uninitialized memory.
9650         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
9651         Instead, use a marker, "@", and filter through tr to create the desired
9652         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
9653
9654 2009-09-27  Bruno Haible  <bruno@clisp.org>
9655
9656         Disable untested support for new flavours of ACLs on AIX.
9657         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
9658         progress.
9659         * lib/set-mode-acl.c (qset_acl): Likewise.
9660
9661 2008-12-07  Bruno Haible  <bruno@clisp.org>
9662
9663         Add support for new flavours of ACLs on AIX. (Untested.)
9664         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
9665         (file_has_acl): Add support for newer AIX.
9666         * lib/set-mode-acl.c (qset_acl): Likewise.
9667         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
9668         Rainer Tammer <tammer@tammer.net>.
9669
9670 2009-09-26  Eric Blake  <ebb9@byu.net>
9671
9672         argp: fix compilation of getopt
9673         * lib/getopt.in.h (includes): Use different guard than glibc.
9674         Reported by Sergey Poznyakoff.
9675
9676         doc: mention more cygwin 1.7 status
9677         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
9678         bug.
9679         * doc/posix-functions/execl.texi (execl): Likewise.
9680         * doc/posix-functions/execle.texi (execle): Likewise.
9681         * doc/posix-functions/execlp.texi (execlp): Likewise.
9682         * doc/posix-functions/execv.texi (execv): Likewise.
9683         * doc/posix-functions/execve.texi (execve): Likewise.
9684         * doc/posix-functions/execvp.texi (execvp): Likewise.
9685         * doc/glibc-functions/canonicalize_file_name.texi
9686         (canonicalize_file_name): Cygwin 1.7 now provides this.
9687         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
9688         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
9689         on AT_SYMLINK_NOFOLLOW.
9690
9691 2009-09-24  Eric Blake  <ebb9@byu.net>
9692
9693         test-linkat: make test more robust
9694         * tests/test-linkat.c (main): Avoid collision with EEXIST.
9695
9696         getopt: fix inclusion guards for cygwin
9697         * modules/getopt-posix (Depends-on): Add include-next.
9698         (Makefile.am): Substitute more items in replacement header.
9699         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
9700         <getopt.h>.
9701         * lib/getopt.in.h (includes): Use split inclusion guard, and
9702         prefer <getopt.h> over include <unistd.h> when one is present.
9703         (option): Also override name of 'struct option'.
9704
9705         same-inode: revert prior change; it is not yet ready
9706         * NEWS: Undo mention of this change.
9707         * lib/same-inode.h (same-inode.h): Undo tri-state change.
9708         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
9709         * lib/cycle-check.c (cycle_check): Likewise.
9710         * lib/same.c (same_name): Likewise.
9711         * lib/at-func2.c (at_func2): Likewise.
9712
9713 2009-09-23  Eric Blake  <ebb9@byu.net>
9714
9715         linkat: new module
9716         * modules/linkat: New file.
9717         * lib/at-func2.c (at_func2): Likewise.
9718         * lib/linkat.c (linkat): Likewise.
9719         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
9720         * lib/openat-priv.h (at_func2): Add declaration.
9721         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
9722         * modules/unistd (Makefile.am): Substitute them.
9723         * lib/unistd.in.h (linkat): Declare it.
9724         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9725         * doc/posix-functions/linkat.texi (linkat): Likewise.
9726         * doc/posix-functions/link.texi (link): Tweak wording.
9727         * tests/test-link.c (main): Move guts...
9728         * tests/test-link.h (test_link): ...into new file.
9729         * modules/linkat-tests: New test.
9730         * tests/test-linkat.c: Likewise.
9731         * modules/link-tests (Files): Ship new file.
9732         (Depends-on): Add stdbool.
9733
9734         dirname: add library-safe mdir_name
9735         * lib/dirname.h (mdir_name): New prototype.
9736         * lib/dirname.c (dir_name): Move guts...
9737         (mdir_name): ...to new function that avoids xalloc_die.
9738
9739         fchdir: another mingw fix
9740         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
9741         * lib/fchdir.c (get_name): New helper method; skips canonicalize
9742         on mingw (where it has not yet been ported), and make it optional
9743         elsewhere.
9744         (_gl_register_fd): Use it.
9745
9746         same-inode: make SAME_INODE tri-state, to port to mingw
9747         * NEWS: Mention this change.
9748         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
9749         st_ino always being 0.
9750         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
9751         * lib/cycle-check.c (cycle_check): Likewise.
9752         * lib/same.c (same_name): Likewise.
9753
9754         lstat: avoid mingw compilation error
9755         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
9756         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
9757         lstat ourselves.
9758         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
9759         was adequate.
9760         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
9761         the checks for lstat.
9762         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
9763
9764         link: fix test failure on Solaris 9
9765         * lib/link.c (rpl_link): Don't assume link will catch bogus
9766         trailing slash on source.
9767
9768         test-symlinkat: enhance test
9769         * tests/test-readlink.c (main): Move guts...
9770         * tests/test-readlink.h (test_readlink): ...into new file.
9771         * tests/test-symlink.c (main): Move guts...
9772         * tests/test-symlink.h (test_symlink): ...into new file.
9773         * tests/test-symlinkat.c (main): Use new files for further
9774         coverage.
9775         (do_symlink, do_readlink): New helper functions.
9776         * modules/symlink-tests (Files): Ship new file.
9777         (Depends-on): Add stdbool.
9778         * modules/readlink-tests (Files): Ship new file.
9779         (Depends-on): Add stdbool.
9780         * modules/symlinkat-tests (Files): Use new files.
9781
9782 2009-09-23  Eric Blake  <ebb9@byu.net>
9783
9784         readlink: document portability issue with symlink length
9785         * doc/posix-functions/lstat.texi (lstat): Mention that some file
9786         systems have bogus st_size on symlinks, and mention the
9787         areadlink-with-size module.
9788         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9789         * doc/posix-functions/readlink.texi (readlink): Mention the
9790         areadlink module, and ERANGE failure.
9791         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9792         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
9793
9794         readlink: fix Solaris 9 bug with trailing slash
9795         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
9796         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
9797         * doc/posix-functions/readlink.texi (readlink): Document this.
9798         * modules/readlink-tests: New test.
9799         * tests/test-readlink.c: Likewise.
9800
9801         readlink: fix cygwin 1.5.x bug with return type
9802         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
9803         * lib/unistd.in.h (readlink): Use ssize_t.
9804         * lib/readlink.c (readlink): Likewise.
9805         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9806         * modules/unistd (Makefile.am): Substitute it.
9807         * lib/unistd.in.h (readlink): Declare replacement.
9808         * doc/posix-functions/readlink.texi (readlink): Document this.
9809
9810         symlink: use throughout gnulib
9811         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
9812         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
9813         symlink is not used.
9814         * modules/symlinkat (Depends-on): Add symlink.
9815         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
9816         * modules/canonicalize-tests (Depends-on): Likewise.
9817         * modules/lstat-tests (Depends-on): Likewise.
9818         * modules/openat-tests (Depends-on): Likewise.
9819         * modules/remove-tests (Depends-on): Likewise.
9820         * modules/rmdir-tests (Depends-on): Likewise.
9821         * modules/unlink-tests (Depends-on): Likewise.
9822         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
9823         * tests/test-canonicalize.c (symlink): Likewise.
9824         * tests/test-fstatat.c (symlink): Likewise.
9825         * tests/test-lstat.c (symlink): Likewise.
9826         * tests/test-remove.c (symlink): Likewise.
9827         * tests/test-rmdir.c (symlink): Likewise.
9828         * tests/test-unlink.c (symlink): Likewise.
9829         * tests/test-unlinkat.c (symlink): Likewise.
9830
9831         symlink: new module, for Solaris 9 bug
9832         * modules/symlink: New file.
9833         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
9834         * lib/symlink.c: Likewise.
9835         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
9836         * modules/unistd (Makefile.am): Substitute them.
9837         * lib/unistd.in.h (symlink): Declare replacement.
9838         * MODULES.html.sh (File system functions): Mention it.
9839         * doc/posix-functions/symlink.texi (symlink): Likewise.
9840         * modules/symlink-tests: New test.
9841         * tests/test-symlink.c: Likewise.
9842
9843 2009-09-23  Bruno Haible  <bruno@clisp.org>
9844
9845         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
9846         when needed.
9847         Test case: gnulib-tool --import --with-tests atexit inttypes.
9848         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
9849
9850 2009-09-23  Bruno Haible  <bruno@clisp.org>
9851
9852         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
9853         subcommand, not in a subshell.
9854
9855 2009-09-22  Eric Blake  <ebb9@byu.net>
9856
9857         unistd: sort replacement declarations
9858         * lib/unistd.in.h: Sort declarations.
9859
9860         open, openat: minor optimization
9861         * lib/open.c (open): If open succeeded, len is non-zero.
9862         * lib/openat.c (rpl_openat): Likewise.
9863
9864         link-follow: ensure correct result
9865         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
9866         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
9867         distinguish between possible failures.
9868
9869 2009-09-21  Eric Blake  <ebb9@byu.net>
9870
9871         fts: avoid compiler warning
9872         * lib/fts.c (dirent_inode_sort_may_be_useful)
9873         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
9874
9875 2009-09-19  Bruno Haible  <bruno@clisp.org>
9876
9877         * lib/progreloc.c (canonicalize_file_name): New declaration.
9878
9879 2009-09-19  Eric Blake  <ebb9@byu.net>
9880
9881         link: fix quoting
9882         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
9883
9884         openat: fix openat bugs on Solaris 9
9885         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
9886         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
9887         * modules/openat (Depends-on): Add open.
9888         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
9889         * modules/fcntl-h (Makefile.am): Substitute it.
9890         * lib/fcntl.in.h (openat): Declare replacement.
9891         * doc/posix-functions/openat.texi (openat): Document this.
9892
9893         openat: move fstatat and unlinkat into correct files
9894         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
9895         compiled.
9896         * lib/openat.c (fstatat, unlinkat): Move...
9897         * lib/fstatat.c (fstatat): ...into correct files.
9898         * lib/unlinkat.c (unlinkat): Likewise.
9899
9900         openat: fix unlinkat bugs on Solaris 9
9901         * lib/unlinkat.c (unlinkat): New file.
9902         * modules/openat (Depends-on): Add unlink.
9903         (Files): Distribute it.
9904         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
9905         trailing slash behavior is broken.
9906         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9907         * modules/unistd (Makefile.am): Substitute it.
9908         * lib/unistd.in.h (unlinkat): Declare replacement.
9909         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
9910
9911         openat: fix fstatat bugs on Solaris 9
9912         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
9913         stat.
9914         * doc/posix-functions/fstatat.texi (fstatat): Document this.
9915
9916         test-unlinkat: enhance test, to expose Solaris 9 bug
9917         * tests/test-unlink.c (main): Factor guts...
9918         * tests/test-unlink.h (test_rmdir_func): ...into new file.
9919         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
9920         * tests/test-rmdir.c (main): Adjust caller.
9921         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
9922         (unlinker): New helper function.
9923         (rmdirat): Enhance check.
9924         * modules/rmdir-tests (Depends-on): Add stdbool.
9925         * modules/unlink-tests (Depends-on): Likewise.
9926         (Files): Add test-unlink.h.
9927         * modules/openat-tests (Files): Likewise.
9928         (Depends-on): Add unlinkdir.
9929
9930         test-fstatat: new test, to expose Solaris 9 bugs
9931         * tests/test-stat.c (main): Factor guts...
9932         * tests/test-stat.h (test_stat_func): ...into new file.
9933         * tests/test-lstat.c (main): Factor guts...
9934         * tests/test-lstat.h (test_lstat_func): ...into new file.
9935         * tests/test-fstatat.c: New file.
9936         * modules/stat-tests (Files): Add test-stat.h.
9937         * modules/lstat-tests (Files): Add test-lstat.h.
9938         (Depends-on): Add stdbool.
9939         * modules/openat-tests (Depends-on): Add pathmax.
9940         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
9941         (Makefile.am): Run new test.
9942
9943         remove: new module, for mingw and Solaris 9 bugs
9944         * modules/remove: New file.
9945         * lib/remove.c: Likewise.
9946         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
9947         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9948         * modules/stdio (Makefile.am): Use them.
9949         * lib/stdio.in.h (remove): Declare replacement.
9950         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9951         * doc/posix-functions/remove.texi (remove): Likewise.
9952         * modules/remove-tests: New test.
9953         * tests/test-remove.c: Likewise.
9954
9955         unlink: new module, for Solaris 9 bug
9956         * modules/unlink: New file.
9957         * lib/unlink.c: Likewise.
9958         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
9959         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
9960         * modules/unistd (Makefile.am): Use them.
9961         * lib/unistd.in.h (stat): Declare replacement.
9962         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9963         * doc/posix-functions/unlink.texi (unlink): Likewise.
9964         * modules/unlink-tests: New test.
9965         * tests/test-unlink.c: Likewise.
9966
9967         lstat: fix Solaris 9 bug
9968         * lib/lstat.c (lstat): Also check for trailing slash on
9969         non-symlink, non-directories.  Use stat module to simplify logic.
9970         * doc/posix-functions/lstat.texi (lstat): Document it.
9971         * modules/lstat-tests (Depends-on): Add errno, same-inode.
9972         (configure.ac): Check for symlink.
9973         * tests/test-lstat.c (main): Add more tests.
9974
9975         stat: add as dependency to other modules
9976         * modules/chown (Depends-on): Add stat.
9977         * modules/euidaccess (Depends-on): Likewise.
9978         * modules/fchdir (Depends-on): Likewise.
9979         * modules/isdir (Depends-on): Likewise.
9980         * modules/link (Depends-on): Likewise.
9981         * modules/lstat (Depends-on): Likewise.
9982         * modules/mkdir-p (Depends-on): Likewise.
9983         * modules/modechange (Depends-on): Likewise.
9984         * modules/open (Depends-on): Likewise.
9985         * modules/readlink (Depends-on): Likewise.
9986         * modules/same (Depends-on): Likewise.
9987
9988         stat: fix Solaris 9 bug
9989         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
9990         slash.
9991         * lib/stat.c (rpl_stat): Work around it.
9992         * doc/posix-functions/stat.texi (stat): Update documentation.
9993
9994         stat: new module, for mingw bug
9995         * modules/stat: New file.
9996         * lib/stat.c: Likewise.
9997         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
9998         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9999         * modules/sys_stat (Makefile.am): Use them.
10000         * lib/sys_stat.in.h (stat): Declare replacement.
10001         * lib/openat.c (fstatat): Deal with lstat and stat being function
10002         macros.
10003         * modules/openat (Depends-on): Add inline.
10004         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10005         * doc/posix-functions/stat.texi (stat): Likewise.
10006         * modules/stat-tests: New test.
10007         * tests/test-stat.c: Likewise.
10008
10009 2009-09-19  Jim Meyering  <meyering@redhat.com>
10010
10011         syntax-check: detect unnecessary inclusion of canonicalize.h
10012         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
10013
10014 2009-09-19  Eric Blake  <ebb9@byu.net>
10015
10016         canonicalize-lgpl: adjust clients to use correct header
10017         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10018         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
10019         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
10020         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
10021         * lib/progreloc.c (includes): Likewise.
10022
10023 2009-09-19  Jim Meyering  <meyering@redhat.com>
10024
10025         test-posixtm.c: correct a comment
10026         * tests/test-posixtm.c: Correct first-line comment.
10027         Spotted by Eric Blake.
10028
10029 2009-09-16  Jim Meyering  <meyering@redhat.com>
10030
10031         posixtm-tests: make T const-correct; add a test case
10032         * tests/test-posixtm.c (T): Declare const.
10033         Add a test for -(2^31+1).
10034         Remove useless can-succeed-only-in-2002 test.
10035
10036         posixtm-tests: adjust the sole failing test
10037         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
10038         expected output matches what mktime now produces.  Cross-checked via
10039         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
10040
10041         posixtm: move #ifdef'd tests into a new module
10042         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
10043         * tests/test-posixtm.c: ... this new file.
10044         * modules/posixtm-tests: New module.
10045
10046 2009-09-19  Eric Blake  <ebb9@byu.net>
10047
10048         openat: simplify use of at-func.c
10049         * lib/at-func.c (includes): Include prerequisites here, to
10050         simplify requirements on client files.
10051         * lib/openat-priv.h: Add double-inclusion guard.
10052         * lib/faccessat.c (includes): Simplify.
10053         * lib/fchmodat.c (includes): Likewise.
10054         * lib/fchownat.c (includes): Likewise.
10055         * lib/mkdirat.c (includes): Likewise.
10056         * lib/mkfifoat.c (includes): Likewise.
10057         * lib/symlinkat.c (includes): Likewise.
10058
10059         openat: allow return of fd 0
10060         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
10061         * modules/save-cwd (Depends-on): Replace fcntl-safer with
10062         unistd-safer.
10063         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
10064         <fcntl.h>; this module does not leak fds.
10065         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
10066         must be allowed to return 0, leaving openat_safer to add the
10067         safety.
10068         (openat_permissive): Avoid writing to just-opened fd 2 if
10069         restoring the current directory fails.
10070         * lib/openat-die.c (openat_restore_fail): Add comment.
10071         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
10072         (save_cwd): Guarantee safe fd, but without use of open_safer.
10073         * tests/test-openat.c: New test.
10074         * modules/openat-tests (Files, Makefile.am): Distribute and build
10075         new file.
10076
10077         relocatable-prog-wrapper: fix build
10078         * modules/relocatable-prog-wrapper (Files): Update name of
10079         canonicalize m4 file, broken on 2009-09-17.
10080         Reported by emad hajjar <aleppos@hotmail.com>.
10081
10082 2009-09-19  Bruno Haible  <bruno@clisp.org>
10083
10084         * lib/safe-alloc.h: Use the standard header with GPL copyright.
10085         * lib/safe-alloc.c: Likewise.
10086         Reported by Ian Beckwith <ianb@erislabs.net>.
10087
10088 2009-09-18  Bruno Haible  <bruno@clisp.org>
10089
10090         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
10091         Reported by <erobles@sensacd.com.mx>.
10092
10093 2009-09-17  Eric Blake  <ebb9@byu.net>
10094
10095         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
10096         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
10097         slashes when checking if last component is missing.
10098         * tests/test-canonicalize.c (main): Test this.
10099
10100         canonicalize, canonicalize-lgpl: honor // if distinct from /
10101         * modules/canonicalize (Files): Add double-slash-root.m4.
10102         * modules/canonicalize-lgpl (Files): Likewise.
10103         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10104         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
10105         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
10106         fallback definition.
10107         (canonicalize_filename_mode): Use it to protect //.
10108         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
10109         (__realpath): Likewise.
10110         * tests/test-canonicalize.c (main): Test this.
10111         * tests/test-canonicalize-lgpl.c (main): Likewise.
10112         * modules/canonicalize-tests (Depends-on): Add same-inode.
10113         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10114
10115         canonicalize-lgpl: fix glibc bug with trailing slash
10116         * m4/canonicalize-lgpl.m4: Move contents...
10117         * m4/canonicalize.m4: ...here.
10118         (gl_CANONICALIZE_LGPL): Factor realpath check...
10119         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
10120         glibc 2.3.5 bug, fixed 2005-04-27.
10121         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
10122         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
10123         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
10124         * modules/canonicalize-lgpl (Files): Manage file rename.
10125         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10126         * modules/stdlib (Makefile.am): Substitute witness.
10127         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
10128         is needed.
10129         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
10130         replacement is required.
10131         * lib/canonicalize.c (canonicalize_file_name): Likewise.
10132         * doc/glibc-functions/canonicalize_file_name.texi
10133         (canonicalize_file_name): Document this.
10134         * doc/posix-functions/realpath.texi (realpath): Likewise.
10135
10136         canonicalize-lgpl: reject non-directory with trailing slash
10137         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
10138         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
10139         catches failures in glibc 2.3.5.
10140         * tests/test-canonicalize.c (main): Likewise.
10141
10142         canonicalize-lgpl: use native realpath if it works
10143         * lib/canonicalize-lgpl.c (realpath): Guard with
10144         FUNC_REALPATH_WORKS.
10145         * lib/stdlib.in.h (realpath): Make declaration optional based on
10146         HAVE_REALPATH.
10147         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
10148         native realpath works.
10149         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10150         * modules/stdlib (Makefile.am): Substitute witness.
10151
10152         canonicalize, canonicalize-lgpl: use <stdlib.h>
10153         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10154         (Include): Mention <stdlib.h>.
10155         (configure.ac): Mention functions we provide.
10156         * modules/canonicalize (configure.ac): Likewise.
10157         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10158         realpath if canonicalize_file_name is missing.
10159         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10160         * modules/stdlib (Makefile.am): Substitute witnesses.
10161         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10162         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
10163         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
10164         * NEWS: Document this.
10165         * doc/glibc-functions/canonicalize_file_name.texi
10166         (canonicalize_file_name): Likewise.
10167         * doc/posix-functions/realpath.texi (realpath): Likewise.
10168         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
10169
10170         test-canonicalize: consolidate into single C program
10171         * tests/test-canonicalize.sh: Delete; move setup into...
10172         * tests/test-canonicalize.c (main): ...the program, making it
10173         easier to run in debugger.  Add some tests.
10174         * modules/canonicalize-tests (Files): Remove unused file.
10175         (Depends-on): Add progname.
10176         (configure.ac, Makefile.am): Simplify.
10177
10178         test-canonicalize-lgpl: consolidate into single C program
10179         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
10180         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
10181         easier to run in debugger.  Add some tests.
10182         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
10183         (configure.ac, Makefile.am): Simplify.
10184
10185         canonicalize: avoid resolvepath
10186         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
10187         unnecessary checks.
10188         * lib/canonicalize.c (includes): Simplify.
10189         (canonicalize_file_name): Drop resolvepath implementation.
10190         * modules/canonicalize (Depends-on): Drop filenamecat.
10191
10192         canonicalize: don't lose errno
10193         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
10194         over calls to free.
10195
10196         canonicalize: simplify errno handling
10197         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
10198         assignment.
10199
10200         canonicalize, canonicalize-lgpl: update module dependencies
10201         * modules/canonicalize (Depends-on): Add extensions, lstat,
10202         pathmax, stdlib.
10203         (Files): Drop pathmax.h.
10204         (configure.ac): Adjust macro name.
10205         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
10206         lstat, stdlib, sys_stat.
10207         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
10208         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
10209         extensions.
10210         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
10211         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
10212         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
10213         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
10214         declaration, if available.
10215         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
10216         we can rely on the readlink module.
10217         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
10218         (includes): Use <unistd.h> unconditionally.
10219
10220 2009-09-17  Eric Blake  <ebb9@byu.net>
10221
10222         maint: make Include sections of modules consistent
10223         * modules/alloca: Use only header name; no need to list #include.
10224         * modules/alloca-opt: Likewise.
10225         * modules/arpa_inet: Likewise.
10226         * modules/canon-host: Likewise.
10227         * modules/configmake: Likewise.
10228         * modules/dirent: Likewise.
10229         * modules/eealloc: Likewise.
10230         * modules/environ: Likewise.
10231         * modules/fchdir: Likewise.
10232         * modules/fcntl: Likewise.
10233         * modules/fcntl-h: Likewise.
10234         * modules/gethrxtime: Likewise.
10235         * modules/gettime: Likewise.
10236         * modules/ignore-value: Likewise.
10237         * modules/inet_ntop: Likewise.
10238         * modules/inet_pton: Likewise.
10239         * modules/inttypes: Likewise.
10240         * modules/isnand-nolibm: Likewise.
10241         * modules/isnanf-nolibm: Likewise.
10242         * modules/mbchar: Likewise.
10243         * modules/mbfile: Likewise.
10244         * modules/mbiter: Likewise.
10245         * modules/mbuiter: Likewise.
10246         * modules/netdb: Likewise.
10247         * modules/netinet_in: Likewise.
10248         * modules/nproc: Likewise.
10249         * modules/pagealign_alloc: Likewise.
10250         * modules/poll: Likewise.
10251         * modules/printf-frexp: Likewise.
10252         * modules/pthread: Likewise.
10253         * modules/putenv: Likewise.
10254         * modules/random_r: Likewise.
10255         * modules/relocatable-prog: Likewise.
10256         * modules/search: Likewise.
10257         * modules/select: Likewise.
10258         * modules/selinux-h: Likewise.
10259         * modules/settime: Likewise.
10260         * modules/signal: Likewise.
10261         * modules/size_max: Likewise.
10262         * modules/socklen: Likewise.
10263         * modules/ssize_t: Likewise.
10264         * modules/stdarg: Likewise.
10265         * modules/stdbool: Likewise.
10266         * modules/stddef: Likewise.
10267         * modules/stdint: Likewise.
10268         * modules/stdio: Likewise.
10269         * modules/stdlib: Likewise.
10270         * modules/string: Likewise.
10271         * modules/strings: Likewise.
10272         * modules/sys_file: Likewise.
10273         * modules/sys_ioctl: Likewise.
10274         * modules/sys_select: Likewise.
10275         * modules/sys_socket: Likewise.
10276         * modules/sys_stat: Likewise.
10277         * modules/sys_time: Likewise.
10278         * modules/sys_times: Likewise.
10279         * modules/sys_utsname: Likewise.
10280         * modules/sys_wait: Likewise.
10281         * modules/sysexits: Likewise.
10282         * modules/time: Likewise.
10283         * modules/times: Likewise.
10284         * modules/tmpfile: Likewise.
10285         * modules/trim: Likewise.
10286         * modules/unistd: Likewise.
10287         * modules/wchar: Likewise.
10288         * modules/wctype: Likewise.
10289
10290 2009-09-17  Bruno Haible  <bruno@clisp.org>
10291
10292         Make getdate.y compile on QNX and NetBSD 5 / i386.
10293         * m4/getdate.m4 (gl_GETDATE): Conditionally define
10294         TIME_T_FITS_IN_LONG_INT.
10295         * lib/getdate.y (long_time_t): New type.
10296         (relative_time): Change type of 'seconds' field to long_time_t.
10297         (get_date): Update types of local variables. Check against overflow
10298         during conversion from long_time_t to time_t.
10299         Reported by Matt Kraai <kraai@ftbfs.org>
10300         and Hasso Tepper <hasso@netbsd.org>.
10301
10302 2009-09-17  Bruno Haible  <bruno@clisp.org>
10303
10304         * modules/COPYING: Update copyright years.
10305         * modules/README: Likeiwse.
10306         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
10307         Reported by Ian Beckwith <ianb@erislabs.net>.
10308
10309 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10310
10311         * users.txt: Update references for gnuit package.
10312
10313 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10314
10315         * m4/getdelim.m4: Fix typo in copyright line.
10316
10317 2009-09-17  Bruno Haible  <bruno@clisp.org>
10318
10319         * lib/atoll.c: Use the standard header with GPL copyright.
10320         * lib/argz.in.h: Likewise.
10321         * lib/glob.c: Likewise.
10322         * lib/glob-libc.h: Likewise.
10323         * lib/random_r.c: Likewise.
10324         * lib/siglist.h: Likewise.
10325         * lib/strsignal.c: Likewise.
10326         Reported by Ian Beckwith <ianb@erislabs.net>.
10327
10328 2009-09-17  Eric Blake  <ebb9@byu.net>
10329
10330         rmdir: ensure correct dependency order
10331         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
10332
10333 2009-09-17  Bruno Haible  <bruno@clisp.org>
10334
10335         Disable assertion that fails on NetBSD 5 / i386.
10336         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
10337         Reported by Sam Steingold <sds@gnu.org>
10338         and Hasso Tepper <hasso@netbsd.org>.
10339
10340 2009-09-16  Eric Blake  <ebb9@byu.net>
10341
10342         unlinkdir: port to mingw
10343         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
10344         on which no one can unlink a directory.
10345
10346         stdlib: sort witness names
10347         * modules/stdlib (Makefile.am): Sort replacements.
10348         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10349         * lib/stdlib.in.h: Likewise.
10350
10351         parse-duration-tests: avoid link failure
10352         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
10353         LIBINTL.
10354         Reported by Tom G. Christensen.
10355
10356         openat-tests: ensure unlinkat behaves like rmdir
10357         * tests/test-rmdir.c (main): Factor guts...
10358         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
10359         * modules/rmdir-tests (Files): Ship new file.
10360         * modules/openat-tests: New test.
10361         * tests/test-unlinkat.c: Likewise.
10362
10363         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
10364         * modules/rmdir-errno (Status, Notice): Now obsolete.
10365
10366         rmdir: work around cygwin 1.5.x and mingw bugs
10367         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
10368         * lib/rmdir.c (rmdir): Work around it.
10369         * modules/rmdir (Status, Notice): No longer obsolete.
10370         (Files): Add dos.m4.
10371         (Depends-on): Add unistd.
10372         (configure.ac): Set witnesses.
10373         (License): Relax to LGPLv2+.
10374         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
10375         * modules/unistd (Makefile.am): Substitute witnesses.
10376         * lib/unistd.in.h (rmdir): Declare replacement.
10377         * doc/posix-functions/rmdir.texi (rmdir): Document this.
10378         * modules/rmdir-tests: New tests.
10379         * tests/test-rmdir.c: Likewise.
10380
10381 2009-09-15  Eric Blake  <ebb9@byu.net>
10382
10383         fchdir: improve use of replacement functions
10384         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
10385         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
10386         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
10387         REPLACE_CLOSEDIR.
10388         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
10389         * modules/sys_stat (Makefile.am): Substitute correct witness.
10390         * modules/dirent (Makefile.am): Likewise.
10391         * modules/unistd (Makefile.am): Likewise.
10392         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
10393         * lib/unistd.in.h (dup): Likewise.
10394         * lib/sys_stat.in.h (fstat): Likewise.
10395
10396         maint: ignore gnulib-tool temp files
10397         * .gitignore: Ignore files created during gnulib-tool --test.
10398
10399 2009-09-13  Jim Meyering  <meyering@redhat.com>
10400
10401         posixtm: don't reject a time that specify "60" as the number of seconds
10402         * lib/posixtm.c (posixtime): The code to reject invalid dates
10403         would also reject a time specified with the .60 suffix.
10404         But POSIX allows that, in order to accommodate leap seconds.
10405         So don't reject it.
10406         (main): Adjust tests accordingly.
10407         * modules/posixtm (Depends-on): Add stpcpy.
10408
10409 2009-09-11  Jim Meyering  <meyering@redhat.com>
10410
10411         announce-gen: include [$release_type] in emitted Subject:
10412         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
10413         e.g., [stable] in the emitted Subject: line.
10414
10415 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10416
10417         Remove obsolete macros from several modules.
10418         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
10419         obsolete Autoconf macros with their modern counterparts.
10420         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
10421         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
10422         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
10423         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10424         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
10425         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10426         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10427         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10428         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
10429         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
10430         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
10431         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
10432         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
10433         * m4/sockets.m4 (gl_SOCKETS): Likewise.
10434         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
10435         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
10436         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10437         * m4/time_r.m4 (gl_TIME_R): Likewise.
10438         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
10439         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
10440         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10441
10442         Fix copyright header in build-aux scripts.
10443         * build-aux/git-version-gen: Fix copyright header to match GPLv3
10444         recommendation.
10445         * build-aux/ncftpput-ftp: Likewise.
10446         * build-aux/update-copyright: Likewise.
10447
10448 2009-09-09  Eric Blake  <ebb9@byu.net>
10449
10450         test-link: allow Linux choice of errno
10451         * tests/test-link.c (main): Relax test for alternate error.
10452
10453         strndup: fix improper m4 caching
10454         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
10455         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
10456         (gl_PREREQ_STRNDUP): Delete.
10457         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
10458         * modules/string (Makefile.am): Substitute it.
10459         * lib/string.in.h (strndup): Modernize prototype.
10460
10461         getcwd: port to mingw
10462         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
10463         different from the POSIX assumptions made throughout the getcwd
10464         module; fortunately, the mingw getcwd does not need replacement.
10465         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
10466         * modules/getcwd-tests: New test.
10467         * tests/test-getcwd.c: Likewise.
10468
10469         link: fix platform bugs
10470         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
10471         * lib/link.c (link): Work around them.  Fix related mingw bug.
10472         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
10473         * modules/unistd (Makefile.am): Substitute it.
10474         * lib/unistd.in.h (link): Declare replacement.
10475         * doc/posix-functions/link.texi (link): Document this.
10476         * modules/link (Depends-on): Add strdup-posix, sys_stat.
10477
10478         test-link: consolidate into single C program, test more cases
10479         * tests/test-link.sh: Delete.
10480         * tests/test-link.c: Test more error conditions.  Exposes bugs on
10481         at least Cygwin and Solaris.
10482         * modules/link-tests (Files): Remove unused file.
10483         (Depends-on): Add errno, sys_stat.
10484         (Makefile.am): Simplify.
10485
10486 2009-09-08  Bruno Haible  <bruno@clisp.org>
10487
10488         Work around towlower, towupper bug on mingw.
10489         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
10490         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
10491         * doc/posix-functions/towlower.texi: Mention the mingw bug.
10492         * doc/posix-functions/towupper.texi: Likewise.
10493         Reported by Eric Blake.
10494
10495 2009-09-08  Jim Meyering  <meyering@redhat.com>
10496
10497         build: don't try to run autoheader if we don't use it
10498         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
10499         is not used in configure.ac.
10500
10501 2009-09-08  Eric Blake  <ebb9@byu.net>
10502
10503         euidaccess: fix compilation error
10504         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
10505
10506         rawmemchr: relax license
10507         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
10508         okay.
10509         Reported by Jim Meyering.
10510
10511         mkfifoat: new module
10512         * modules/mkfifoat: New file.
10513         * lib/mkfifoat.c: Likewise.
10514         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
10515         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10516         * modules/sys_stat (Makefile.am): Use them.
10517         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
10518         * MODULES.html.sh (File system functions): Mention module.
10519         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10520         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10521         * modules/mkfifoat-tests: New test.
10522         * tests/test-mkfifoat.c: Likewise.
10523
10524         strchrnul: relax license
10525         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
10526         okay.
10527         Reported by Jim Meyering.
10528
10529 2009-09-08  Eric Blake  <ebb9@byu.net>
10530
10531         fstatat: fix compilation on Solaris
10532         * lib/fstatat.c (includes): Add fcntl.h.
10533         Reported by Pádraig Brady.
10534
10535 2009-09-07  Eric Blake  <ebb9@byu.net>
10536
10537         rename: modernize replacement
10538         * modules/rename (Depends-on): Add stdio.
10539         (configure.ac): Declare witness.
10540         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
10541         stdio take care of replacement.
10542         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
10543         * modules/stdio (Makefile.am): Substitute them.
10544         * lib/stdio.in.h (rename): Declare replacement.
10545         * lib/rename.c (includes): Allow cross-compilation to non-windows
10546         machines.
10547         * doc/posix-functions/rename.texi (rename): Improve
10548         documentation.
10549
10550         stdio: sort witness names
10551         * modules/stdio (Makefile.am): Sort replacements.
10552         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10553         * lib/stdio.in.h: Likewise.
10554
10555         getcwd: minor cleanups
10556         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
10557         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
10558
10559         openat: provide more convenience names
10560         * modules/faccessat (configure.ac): Add C witness.
10561         * lib/unistd.in.h (readlinkat): Fix typo.
10562         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
10563         convenience wrappers.
10564         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
10565         wrappers in syntax checks.
10566
10567 2009-09-06  Eric Blake  <ebb9@byu.net>
10568
10569         doc: fix comments in recent patches
10570         * lib/faccessat.c: Mention correct function.
10571         * lib/fchmodat.c: Likewise.
10572         * lib/fchownat.c: Likewise.
10573         * lib/symlinkat.c: Likewise.
10574         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
10575         constants.
10576
10577         faccessat, symlinkat: continue cleanup of previous patch
10578         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
10579         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10580         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
10581         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
10582         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
10583         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
10584         set.
10585
10586 2009-09-06  Bruno Haible  <bruno@clisp.org>
10587
10588         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
10589         (fstatat): Declare if GNULIB_FSTATAT is set.
10590         (mkdirat): Declare if GNULIB_MKDIRAT is set.
10591         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
10592         (unlinkat): Declare if GNULIB_UNLINKAT is set.
10593         * modules/fcntl-h (Files): Remove m4/openat.m4.
10594         * modules/sys_stat (Files): Remove m4/openat.m4.
10595         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
10596         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
10597         * modules/unistd (Files): Remove m4/openat.m4.
10598         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
10599         GNULIB_OPENAT.
10600         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
10601         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
10602         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
10603         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
10604         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
10605         gl_OPENAT_DEFAULTS.
10606         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
10607         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
10608         Don't require gl_OPENAT_DEFAULTS.
10609         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
10610         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
10611         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
10612         (gl_OPENAT_DEFAULTS): Remove macro.
10613
10614 2009-09-06  Bruno Haible  <bruno@clisp.org>
10615
10616         * modules/openat (configure.ac): Remove unneeded witness.
10617
10618 2009-09-06  Bruno Haible  <bruno@clisp.org>
10619
10620         Set errno to ENOSYS when a function is entirely unsupported.
10621         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
10622         EOPNOTSUPP.
10623         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
10624         * modules/chown (Depends-on): Remove errno.
10625
10626 2009-09-06  Bruno Haible  <bruno@clisp.org>
10627
10628         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
10629
10630 2009-09-06  Bruno Haible  <bruno@clisp.org>
10631
10632         * lib/sys_stat.in.h: Fix preprocessor command indentation.
10633
10634 2009-09-06  Ben Pfaff  <blp@gnu.org>
10635             Bruno Haible  <bruno@clisp.org>
10636
10637         Work around a glibc bug in strtok_r.
10638         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
10639         Undefine if UNDEFINE_STRTOK_R is set.
10640         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
10641         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10642         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
10643         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
10644         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
10645         UNDEFINE_STRTOK_R.
10646         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
10647
10648 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
10649
10650         exclude: minor fix
10651         * lib/exclude.c: Include wctype.h
10652
10653 2009-09-06  Akim Demaille  <demaille@gostai.com>
10654
10655         bootstrap: improve error message
10656         * build-aux/bootstrap (find_tool): Upon failure, report the list
10657         of candidates.
10658         Honor the initial value of the envvar.
10659
10660 2009-09-05  Eric Blake  <ebb9@byu.net>
10661
10662         symlinkat: new module
10663         * modules/symlinkat: New file.
10664         * lib/symlinkat.c: Likewise.
10665         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
10666         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10667         * modules/unistd (Makefile.am): Use them.
10668         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
10669         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
10670         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
10671         * MODULES.html.sh (File system functions): Mention module.
10672         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10673         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10674         * modules/symlinkat-tests: New test.
10675         * tests/test-symlinkat.c: Likewise.
10676
10677         test-openat-safer: add more checks
10678         * tests/test-openat-safer.c (main): Check more code paths.
10679
10680 2009-09-05  Jim Meyering  <meyering@redhat.com>
10681
10682         syntax-check: detect unnecessary inclusion of openat.h
10683         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
10684
10685 2009-09-05  Bruno Haible  <bruno@clisp.org>
10686
10687         Support towlower, towupper.
10688         * doc/posix-functions/towlower.texi: Mention module wctype.
10689         * doc/posix-functions/towupper.texi: Likewise.
10690         * lib/wctype.in.h (towlower, towupper): New functions.
10691         * tests/test-wctype.c: Include stdio.h, stdlib.h.
10692         (ASSERT): New macro.
10693         (e): New variable.
10694         (main): Test also towlower, towupper. Test WEOF argument.
10695         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10696
10697 2009-09-05  Bruno Haible  <bruno@clisp.org>
10698
10699         Fix conversion behaviour when the input is invalid.
10700         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
10701         mark occurring in first pass of indirect conversion.
10702         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
10703         input.
10704         Found by clang's static analyzer.
10705
10706 2009-09-05  Bruno Haible  <bruno@clisp.org>
10707
10708         * tests/test-striconveh.c (main): Test indirect conversion on platforms
10709         where direct conversion is possible.
10710
10711 2009-09-04  Eric Blake  <ebb9@byu.net>
10712
10713         openat: fail with ENOENT on empty name
10714         * lib/openat-proc.c (openat_proc_name): Special-case the empty
10715         buffer.
10716
10717         link-follow: fix logic bug in prior patch
10718         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
10719         reversed sense of yes and no in prior patch.  Avoid confusing
10720         compilation failure with desired semantics.
10721
10722         link-follow: accomodate mingw and cross-compilation
10723         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
10724         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
10725         cross-compilation results to -1, to make linkat easier to
10726         implement when cross-compiling.  Trivially support mingw.
10727         * modules/link-follow (configure.ac): Call new name.
10728         * NEWS: Mention this.
10729
10730 2009-09-03  Eric Blake  <ebb9@byu.net>
10731
10732         faccessat: compile replacement
10733         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
10734         needed.
10735
10736         fts: fix compilation error
10737         * lib/fts.c (includes): Re-add "openat.h", for
10738         openat_needs_fchdir.
10739
10740         faccessat: new module
10741         * modules/faccessat: New file.
10742         * lib/faccessat.c: Likewise.
10743         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10744         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10745         * modules/unistd (Makefile.am): Use it.
10746         * lib/unistd.in.h (faccessat): Declare it.
10747         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
10748         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
10749         * MODULES.html.sh (File system functions): Mention it.
10750         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
10751         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
10752
10753         euidaccess: prefer POSIX over non-standard implementation
10754         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
10755         * lib/euidaccess.c (euidaccess): Use it if available.
10756
10757         openat: make template easier to use
10758         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
10759         AT_FUNC_F2 to be undefined.
10760         (VALIDATE_FLAG): New macro; use it to reject bad flags.
10761         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
10762         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
10763         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
10764         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
10765         Likewise.
10766         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
10767         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
10768         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
10769         Likewise.
10770
10771         openat: declare in POSIX headers
10772         * NEWS: Mention this.
10773         * modules/openat (configure.ac): Declare witnesses.
10774         (Depends-on): Add fcntl-h, sys_stat, unistd.
10775         (Include): Mention correct headers.
10776         * modules/fcntl-h (Depends-on): Add link-warning.
10777         (Files): Add openat.m4.
10778         (Makefile.am): Substitute witnesses.
10779         * modules/sys_stat (Files, Makefile.am): Likewise.
10780         * modules/unistd (Files, Makefile.am): Likewise.
10781         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
10782         (gl_OPENAT_DEFAULTS): New macro.
10783         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
10784         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
10785         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
10786         (SYS_STAT_H): Remove unused variable.
10787         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
10788         * lib/fcntl--.h (includes): Remove unneeded header.
10789         * lib/openat-safer.c (includes): Likewise.
10790         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
10791         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
10792         appropriate headers.
10793         (__OPENAT_PREFIX): Delete.
10794         * lib/fcntl.in.h (openat): Provide declaration.
10795         (AT_FDCWD): Fix Solaris bug.
10796         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
10797         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
10798         * lib/fchmodat.c (includes):  Adjust to find declaration.
10799         * lib/fchownat.c (includes): Likewise.
10800         * lib/mkdirat.c (includes): Likewise.
10801         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
10802         still visible.
10803
10804 2009-09-02  Eric Blake  <ebb9@byu.net>
10805
10806         errno: use consistently
10807         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
10808         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
10809         * lib/canonicalize.c (ELOOP): Likewise.
10810         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
10811         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
10812         * lib/lchown.c (EOPNOTSUPP): Likewise.
10813         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
10814         * lib/savewd.c (ESTALE): Likewise.
10815         * lib/settime.c (ENOSYS): Likewise.
10816         * lib/utimens.c (ENOSYS): Likewise.
10817         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
10818         * lib/chdir-safer.c (ELOOP): Likewise.
10819         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
10820         * modules/c-stack (Depends-on): Add errno.
10821         * modules/canonicalize (Depends-on): Likewise.
10822         * modules/chdir-safer (Depends-on): Likewise.
10823         * modules/fdopendir (Depends-on): Likewise.
10824         * modules/inet_ntop (Depends-on): Likewise.
10825         * modules/inet_pton (Depends-on): Likewise.
10826         * modules/lchown (Depends-on): Likewise.
10827         * modules/openat (Depends-on): Likewise.
10828         * modules/savewd (Depends-on): Likewise.
10829         * modules/settime (Depends-on): Likewise.
10830         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
10831
10832         fts: avoid leaking fds
10833         * modules/fts (Depends-on): Add cloexec.
10834         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
10835         flag.
10836
10837         fts: make directory fds more robust
10838         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
10839         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
10840
10841         backupfile, chdir-long, fts, savedir: make safer
10842         * lib/backupfile.c (includes): Use "dirent--.h", since
10843         numbered_backup can write to stderr during readdir.
10844         * lib/savedir.c (includes): Likewise.
10845         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
10846         emulation can write to stderr on failure.
10847         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
10848         * lib/getcwd.c: Document why opendir_safer is unused.
10849         * lib/glob.c: Likewise.
10850         * lib/scandir.c: Likewise.
10851         * lib/openat-proc.c: Likewise, for open_safer.
10852         * modules/backupfile (Depends-on): Add dirent-safer.
10853         * modules/savedir (Depends-on): Likewise.
10854         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
10855         * modules/chdir-long (Depends-on): Add openat-safer.
10856
10857         openat-safer: new module
10858         * modules/openat-safer: New file.
10859         * lib/openat-safer.c: Likewise.
10860         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
10861         * lib/fcntl-safer.h (openat_safer): Declare.
10862         * lib/fcntl--.h (openat): Override.
10863         * MODULES.html.sh (File descriptor based I/O): Mention it.
10864         * lib/openat.h: Add double-inclusion guards.
10865         * lib/openat.c (includes): Only include "fcntl-safer.h", not
10866         "fcntl--.h", so we can implement openat.
10867         * modules/openat-safer-tests: New test.
10868         * tests/test-openat-safer.c: New file.
10869
10870         dirent-safer: new module
10871         * modules/dirent-safer: New file.
10872         * lib/dirent--.h: Likewise.
10873         * lib/dirent-safer.h: Likewise.
10874         * lib/opendir-safer.c: Likewise.
10875         * m4/dirent-safer.m4: Likewise.
10876         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
10877         * modules/dirent-safer-tests: New test.
10878         * tests/test-dirent-safer.c: New file.
10879         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
10880
10881         fdopendir: optimize on mingw
10882         * lib/unistd.in.h (_gl_directory_name): New prototype.
10883         * lib/fchdir.c (_gl_directory_name): Implement it.
10884         (fchdir): Use it to simplify implementation.
10885         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
10886         fchdir, when available, to avoid calling [f]chdir().
10887
10888         fdopendir: split into its own module
10889         * lib/openat.c (fdopendir): Move...
10890         * lib/fdopendir.c: ...into new file.
10891         * modules/fdopendir: New module.
10892         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
10893         * modules/openat (Depends-on): Add fdopendir.
10894         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
10895         fdopendir here.
10896         * modules/savedir (Depends-on): Only need fdopendir, not full
10897         openat.
10898         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
10899         * lib/openat.h (fdopendir): Drop prototype.
10900         * lib/dirent.in.h (fdopendir): Provide prototype.
10901         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
10902         * modules/dirent (Makefile.am): Substitute them.
10903         * MODULES.html.sh (File system functions): Mention it.
10904         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
10905         * modules/fdopendir-tests: New file.
10906         * tests/test-fdopendir.c: Likewise.
10907
10908         fchdir: use more consistent macro convention
10909         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
10910         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
10911         REPLACE_FCHDIR, rather than relying on config.h macros.
10912         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
10913         inside a single make-time REPLACE_FCHDIR block, rather than using
10914         the config.h FCHDIR_REPLACEMENT.
10915         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
10916         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
10917         Manage fstat replacement.
10918         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
10919         REPLACE_FCHDIR.
10920         * modules/sys_stat (Files): Add m4/unistd_h.m4.
10921         (Makefile.am): Substitute REPLACE_FCHDIR.
10922         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
10923         FCHDIR_REPLACEMENT.
10924         * lib/dup-safer.c (dup_safer): Likewise.
10925         * lib/dup2.c (rpl_dup2): Likewise.
10926         * lib/dup3.c (rpl_dup3): Likewise.
10927         * lib/open.c (rpl_open): Likewise.
10928
10929         fchdir: simplify error handling, and support dup3
10930         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
10931         stdbool, malloc-posix, realloc-posix.
10932         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
10933         (ensure_dirs_slot): Return false on allocation failure.
10934         (rpl_dup2): Delete.
10935         (_gl_register_dup): New function.
10936         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
10937         (_gl_register_fd): Close fd on allocation failure.
10938         * lib/fcntl.in.h (_gl_register_fd): Update signature.
10939         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
10940         prototype.
10941         (rpl_dup2_fchdir): Delete prototype.
10942         * lib/open.c (open): Update caller.
10943         * lib/dup2.c (dup2): Track fchdir metadata.
10944         * lib/dup3.c (dup3): Likewise.
10945         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
10946         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
10947
10948 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10949
10950         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
10951         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
10952         don't pass arguments to AC_OUTPUT.
10953
10954 2009-09-02  Bruno Haible  <bruno@clisp.org>
10955
10956         * modules/mkdtemp (License): Relicense under LGPLv2+.
10957         Reported by Paolo Bonzini.
10958
10959 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10960
10961         Replace uses of obsolete autoconf macros in Jim's modules.
10962         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
10963         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
10964         can evoke a warning from autoconf when run with -Wobsolete
10965         enabled.  They were declared obsolete for good reasons (see
10966         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
10967         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
10968         should not continue using the deprecated macros.
10969         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
10970         obsolete Autoconf macros with modern counterparts.
10971         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10972         * m4/dos.m4 (gl_AC_DOS): Likewise.
10973         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
10974         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
10975         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
10976         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
10977         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
10978         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
10979         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
10980         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
10981         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
10982         Likewise.
10983         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
10984         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
10985         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
10986         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
10987         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
10988         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
10989
10990 2009-09-01  Eric Blake  <ebb9@byu.net>
10991
10992         fchdir: fix off-by-one bug in previous patch
10993         * lib/fchdir.c (rpl_fstat): Use correct bounds.
10994         (_gl_unregister_fd): Delete useless if.
10995
10996 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
10997
10998         maint.mk: sort the list of syntax-check rules
10999         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
11000         easier to get a sense of progress when the rules are run sequentially
11001         and take a long time.
11002
11003 2009-09-01  Simon Josefsson  <simon@josefsson.org>
11004
11005         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
11006         * modules/netinet_in: Likewise.
11007         * modules/sys_file: Likewise.
11008         * modules/sys_ioctl: Likewise.
11009         * modules/sys_select: Likewise.
11010         * modules/sys_socket: Likewise.
11011         * modules/sys_stat: Likewise.
11012         * modules/sys_time: Likewise.
11013         * modules/sys_times: Likewise.
11014         * modules/sys_utsname: Likewise.
11015         * modules/sys_wait: Likewise.
11016
11017 2009-09-01  Jim Meyering  <meyering@redhat.com>
11018
11019         fts: help ensure that return values are not ignored
11020         * lib/fts_.h (__GNUC_PREREQ): Define.
11021         (__attribute_warn_unused_result__): Define.
11022         (fts_children, fts_close, fts_open, fts_read): Declare with
11023         __attribute_warn_unused_result__.
11024
11025         fts: fts_close now fails also when closing a dir file descriptor fails
11026         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
11027         and propagate to caller, along with errno.
11028
11029         announce-gen: correct formatting in --help output
11030         * build-aux/announce-gen (usage): Move the one-line description in
11031         --help output "up", to where it belongs, just after Usage:.
11032
11033 2009-08-31  Eric Blake  <ebb9@byu.net>
11034
11035         fchdir: port to mingw
11036         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
11037         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
11038         opened, then use a substitute.
11039         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
11040         replacement.
11041         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
11042         (_gl_register_fd): No need to check stat if open already filters
11043         all directories.
11044         (fchdir): Fix error condition to match POSIX.
11045         * modules/fchdir (Depends-on): Add sys_stat.
11046         * doc/posix-functions/open.texi (open): Document the limitation.
11047         * modules/fchdir-tests: New file.
11048         * tests/test-fchdir.c: Likewise.
11049
11050         canonicalize: allow cross-testing from cygwin to mingw
11051         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
11052         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
11053         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
11054         Likewise.
11055         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
11056         target does not support symlinks.
11057         * tests/test-canonicalize-lgpl.sh: Likewise.
11058
11059         chown: avoid compilation warning on mingw
11060         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
11061         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
11062         mingw.
11063         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11064         * modules/chown (Depends-on): Add errno.
11065
11066 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
11067
11068         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
11069         command.
11070
11071 2009-08-31  Jim Meyering  <meyering@redhat.com>
11072
11073         canonicalize: remove useless initialization
11074         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
11075         initialization of local, "end".
11076
11077 2009-08-30  Bruno Haible  <bruno@clisp.org>
11078
11079         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
11080         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
11081         ENOSYS.
11082
11083 2009-08-30  Bruno Haible  <bruno@clisp.org>
11084
11085         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
11086         /usr/xpg4/bin/tr when it exists.
11087         * tests/test-pipe-filter-gi1.sh: Likewise.
11088
11089 2009-08-30  Bruno Haible  <bruno@clisp.org>
11090
11091         Work around deficient /usr/bin/id program on Solaris.
11092         * tests/test-file-has-acl.sh (ID): New variable.
11093         * tests/test-set-mode-acl.sh (ID): Likewise.
11094         * tests/test-copy-acl.sh (ID): Likewise.
11095         * tests/test-copy-file.sh (ID): Likewise.
11096
11097 2009-08-30  Bruno Haible  <bruno@clisp.org>
11098
11099         New module 'xstriconveh'.
11100         * lib/xstriconveh.h: New file.
11101         * lib/xstriconveh.c: New file.
11102         * modules/xstriconveh: New file.
11103
11104 2009-08-30  Bruno Haible  <bruno@clisp.org>
11105
11106         Make it easier to use mem_cd_iconveh.
11107         * lib/striconveh.h (iconveh_t): New type.
11108         (iconveh_open, iconveh_close): New declarations.
11109         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11110         with a single 'const iconveh_t *' argument.
11111         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
11112         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11113         with a single 'const iconveh_t *' argument.
11114         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
11115         * tests/test-striconveh.c (main): Update.
11116         * NEWS: Mention the change.
11117
11118 2009-08-30  Bruno Haible  <bruno@clisp.org>
11119
11120         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
11121         problem.
11122
11123 2009-08-30  Bruno Haible  <bruno@clisp.org>
11124
11125         Work around iconv_open problem on Solaris.
11126         * lib/iconv_open-solaris.gperf: New file.
11127         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
11128         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
11129         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
11130         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
11131         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
11132         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
11133
11134 2009-08-29  Jim Meyering  <meyering@redhat.com>
11135
11136         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
11137         * top/maint.mk (cvs-check): Remove target; it was just an alias
11138         to the better-named vc-diff-check.
11139         (maintainer-distcheck): Remove rule.  It was used only from
11140         the (alpha/beta/major) target, and all of its commands but one
11141         were coreutils-specific.
11142         (vc-dist): Remove rule.
11143         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
11144         Run vc-diff-check, not vc-dist.
11145         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
11146
11147 2009-08-27  Bruno Haible  <bruno@clisp.org>
11148
11149         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11150         of 0.
11151
11152 2009-08-27  Bruno Haible  <bruno@clisp.org>
11153
11154         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11155         compilers.
11156         * doc/func.texi: Document the SunPRO C bug.
11157
11158 2009-08-27  Bruno Haible  <bruno@clisp.org>
11159
11160         Fix link error on Solaris.
11161         * tests/test-parse-duration.c (xstrdup): Remove function.
11162
11163 2009-08-26  Pádraig Brady  <P@draigbrady.com>
11164
11165         ignore-value: handle pointer types, too
11166         * lib/ignore-value.h (__attribute__): Remove definition.
11167         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
11168         of a more concise and more-often effective "(void) i" statement.
11169         (ignore_ptr): New function to suppress warnings from functions that
11170         return pointers, and to make it explicit that one function doesn't
11171         handle all cases.
11172
11173 2009-08-25  Bruno Haible  <bruno@clisp.org>
11174
11175         dup2: work around a Linux bug.
11176         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
11177         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
11178         * doc/posix-functions/dup2.texi: Mention the Linux bug.
11179         Reported by Simon Josefsson.
11180
11181 2009-08-25  Jim Meyering  <meyering@redhat.com>
11182
11183         libguestfs uses gnulib
11184         * users.txt: Add libguestfs.
11185
11186 2009-08-24  Eric Blake  <ebb9@byu.net>
11187
11188         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
11189         * lib/pipe2.c (includes): Add binary-io.h.
11190         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
11191
11192 2009-08-24  Bruno Haible  <bruno@clisp.org>
11193
11194         Tolerate declared but missing accept4 syscall.
11195         * lib/accept4.c (accept4): Invoke original accept4 function first, if
11196         available.
11197         * lib/sys_socket.in.h (accept4): If the function is already present,
11198         override it.
11199         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
11200         * modules/accept4 (Makefile.am): Compile accept4.c always.
11201         Reported by Paolo Bonzini and Eric Blake.
11202
11203 2009-08-23  Bruno Haible  <bruno@clisp.org>
11204
11205         New module 'accept4'.
11206         * lib/sys_socket.in.h (accept4): New declaration.
11207         * lib/accept4.c: New file.
11208         * m4/accept4.m4: New file.
11209         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11210         GNULIB_ACCEPT4, HAVE_ACCEPT4.
11211         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
11212         HAVE_ACCEPT4.
11213         * modules/accept4: New file.
11214         * doc/glibc-functions/accept4.texi: Mention the new module.
11215
11216 2009-08-24  Jim Meyering  <meyering@redhat.com>
11217
11218         progname: also set global program_invocation_name, when possible
11219         Before this change, a libtool-enabled program that calls glibc's
11220         error function would report the program name as
11221         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
11222         * modules/progname (configure.ac): Check for a declaration of
11223         program_invocation_name.
11224         * lib/progname.c:  Include <errno.h>.
11225         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
11226         Set program_invocation_name.
11227
11228 2009-08-23  Bruno Haible  <bruno@clisp.org>
11229
11230         * lib/dup3.c: Include <string.h>.
11231
11232 2009-08-23  Bruno Haible  <bruno@clisp.org>
11233
11234         * lib/dup3.c (dup3): Test only once whether the system actually exists.
11235         * lib/pipe2.c (pipe2): Likewise.
11236         Suggested by Eric Blake.
11237
11238 2009-08-23  Bruno Haible  <bruno@clisp.org>
11239
11240         Tolerate declared but missing dup3 syscall.
11241         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
11242         * lib/unistd.in.h (dup3): If the function is already present,
11243         override it.
11244         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
11245         * modules/dup3 (Makefile.am): Compile dup3.c always.
11246         Reported by Paolo Bonzini.
11247
11248 2009-08-23  Bruno Haible  <bruno@clisp.org>
11249
11250         Tolerate declared but missing pipe2 syscall.
11251         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
11252         available.
11253         * lib/unistd.in.h (pipe2): If the function is already present,
11254         override it.
11255         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
11256         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
11257         Reported by Paolo Bonzini.
11258
11259 2009-08-23  Bruno Haible  <bruno@clisp.org>
11260
11261         * lib/pipe2.c (pipe2): Move #ifs inside function.
11262
11263 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11264
11265         quotearg: document limitations of quote_these_too
11266         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
11267         those limitations are created.
11268         * lib/quotearg.h (set_char_quoting): Document that digits and
11269         letters that are special after backslash are not permitted.
11270         (quotearg_char): Cross-reference set_char_quoting documentation.
11271
11272 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
11273
11274         quotearg: implement custom_quoting_style
11275         * lib/quotearg.c: (struct quoting_options): Add left_quote and
11276         right_quote fields.
11277         (set_custom_quoting): New public function.
11278         (quotearg_buffer_restyled): Add left_quote and right_quote
11279         arguments, handle them very much like locale quoting, and update
11280         all uses.
11281         (quotearg_n_custom): New public function.
11282         (quotearg_n_custom_mem): New public function.
11283         (quotearg_custom): New public function.
11284         (quotearg_custom_mem): New public function.
11285         * lib/quotearg.h: Prototype and document new public functions.
11286         (enum quoting_style): For escape_quoting_style and
11287         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
11288         ignored even though they're otherwise like c_quoting_style.
11289         Add custom_quoting_style member and document with comparison to
11290         clocale_quoting_style.
11291         * tests/test-quotearg.c (custom_quotes): New array.
11292         (custom_results): New array.
11293         (main): Extend to test custom quoting.
11294
11295 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11296
11297         quotearg: fix right quote escaping when it's in quote_these_too
11298         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
11299         quote, be sure to prepend only one backslash.
11300         * tests/test-quotearg.c (use_quote_double_quotes): New function.
11301         (main): Test it.
11302
11303 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11304
11305         quotearg-tests: test escaping of embedded locale quotes
11306         * tests/test-quotearg.c (struct result_strings): Add member for
11307         new input.
11308         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
11309         (inputs): Add new input.
11310         (results_g): Add expected results.
11311         (flag_results): Likewise.
11312         (locale_results): Likewise.
11313         (compare_strings): Check those.
11314
11315 2009-08-23  Bruno Haible  <bruno@clisp.org>
11316
11317         Tests for module 'dup3'.
11318         * modules/dup3-tests: New file.
11319         * tests/test-dup3.c: New file.
11320
11321         New module 'dup3'.
11322         * lib/unistd.in.h (dup3): New declaration.
11323         * lib/dup3.c: New file.
11324         * m4/dup3.m4: New file.
11325         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
11326         HAVE_DUP3.
11327         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
11328         * modules/dup3: New file.
11329         * doc/glibc-functions/dup3.texi: Mention the new module.
11330
11331 2009-08-23  Bruno Haible  <bruno@clisp.org>
11332
11333         Tweak the dup2 test.
11334         * tests/test-dup2.c (main): Create the test file empty. Verify that an
11335         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
11336         the test file is still empty. Fix argument order of lseek.
11337
11338 2009-08-23  Bruno Haible  <bruno@clisp.org>
11339
11340         Avoid test link errors when the modules getopt-gnu, gettext are used.
11341         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
11342         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11343
11344 2009-08-23  Bruno Haible  <bruno@clisp.org>
11345
11346         Fix getdtablesize() on mingw.
11347         * lib/getdtablesize.c (getdtablesize): Implement differently.
11348         * lib/unistd.in.h (getdtablesize): Improve comment.
11349
11350 2009-08-23  Bruno Haible  <bruno@clisp.org>
11351
11352         New module 'mkostemp'.
11353         Based on Ulrich Drepper's 2007-08-10 change in glibc.
11354         * lib/stdlib.in.h (mksotemp): New declaration.
11355         * lib/mkostemp.c: New file, from glibc with modifications.
11356         * lib/tempname.h (GT_FILE): Remove outdated comment.
11357         (gen_tempname): Add flags argument.
11358         * lib/tempname.c (__GT_BIGFILE): Remove macro.
11359         (__GT_FILE): Map to 1.
11360         (small_open, large_open): Remove macros.
11361         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
11362         * lib/mkstemp.c (mkstemp): Update.
11363         * lib/mkdtemp.c (mkdtemp): Likewise.
11364         * m4/mkostemp.m4: New file.
11365         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
11366         HAVE_MKOSTEMP.
11367         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
11368         HAVE_MKOSTEMP.
11369         * modules/mkostemp: New file, based on modules/mkstemp.
11370         * doc/glibc-functions/mkostemp.texi: Mention the new module.
11371         * NEWS: Mention the change.
11372
11373 2009-08-23  Bruno Haible  <bruno@clisp.org>
11374
11375         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
11376         Reported by Eric Blake.
11377
11378 2009-08-23  Bruno Haible  <bruno@clisp.org>
11379
11380         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
11381         Reported by Eric Blake.
11382
11383 2009-08-23  Bruno Haible  <bruno@clisp.org>
11384
11385         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
11386         * modules/pipe2 (Depends-on): Likewise.
11387
11388 2009-08-23  Eric Blake  <ebb9@byu.net>
11389
11390         fcntl-h: add O_TTY_INIT support
11391         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
11392         * tests/test-fcntl-h.c (o): Test it.
11393         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11394
11395         fcntl-h: rename from fcntl, in preparation for fcntl(2)
11396         * modules/fcntl: Move <fcntl.h> header replacement...
11397         * modules/fcntl-h: ...to new name, so as not to collide with
11398         like-named function.
11399         * tests/test-fcntl.c: Rename...
11400         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
11401         * modules/fcntl-tests: Rename...
11402         * modules/fcntl-h-tests: ...to this.  Update test file name.
11403         * modules/chdir-long (Depends-on): Update clients.
11404         * modules/chdir-safer (Depends-on): Likewise.
11405         * modules/fcntl-safer (Depends-on): Likewise.
11406         * modules/fts (Depends-on): Likewise.
11407         * modules/mkancesdirs (Depends-on): Likewise.
11408         * modules/mkdir-p (Depends-on): Likewise.
11409         * modules/open (Depends-on): Likewise.
11410         * modules/savewd (Depends-on): Likewise.
11411         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
11412         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11413
11414 2009-08-22  Bruno Haible  <bruno@clisp.org>
11415
11416         * modules/binary-io (License): Relicense under LGPL.
11417         * modules/pipe2 (License): Likewise.
11418
11419 2009-08-22  Bruno Haible  <bruno@clisp.org>
11420
11421         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
11422         return value.
11423         * lib/pipe-filter-gi.c (filter_init): Likewise.
11424         Reported by Eric Blake.
11425
11426 2009-08-22  Bruno Haible  <bruno@clisp.org>
11427
11428         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
11429         * modules/pipe (Depends-on): Add pipe2.
11430
11431 2009-08-22  Bruno Haible  <bruno@clisp.org>
11432
11433         Tests for module 'pipe2'.
11434         * modules/pipe2-tests: New file.
11435         * tests/test-pipe2.c: New file.
11436
11437         New module 'pipe2'.
11438         * lib/unistd.in.h (pipe2): New declaration.
11439         * lib/pipe2.c: New file.
11440         * m4/pipe2.m4: New file.
11441         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
11442         HAVE_PIPE2.
11443         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
11444         * modules/pipe2: New file.
11445         * doc/glibc-functions/pipe2.texi: Mention the new module.
11446
11447 2009-08-22  Bruno Haible  <bruno@clisp.org>
11448
11449         Reference some new glibc functions.
11450         * doc/glibc-functions/accept4.texi: New file.
11451         * doc/glibc-functions/dup3.texi: New file.
11452         * doc/glibc-functions/mkostemp.texi: New file.
11453         * doc/glibc-functions/pipe2.texi: New file.
11454         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
11455         (Glibc sys/socket.h): Refer to accept4.
11456         (Glibc unistd.h): Refer to dup3, pipe2.
11457         Reported by Eric Blake.
11458
11459 2009-08-22  Jim Meyering  <meyering@redhat.com>
11460             Bruno Haible  <bruno@clisp.org>
11461
11462         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
11463         This makes it so packages using automake-1.11's silent-rules option
11464         can print e.g., a single "GEN    configmake.h" line, rather than
11465         the 30+ statements that perform the job.  If you want to see the
11466         actual commands, you can still run "make V=1".
11467         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
11468         so that make output is abbreviated when those variables are defined
11469         appropriately.
11470         * modules/argz: Likewise.
11471         * modules/arpa_inet: Likewise.
11472         * modules/byteswap: Likewise.
11473         * modules/configmake: Likewise.
11474         * modules/dirent: Likewise.
11475         * modules/errno: Likewise.
11476         * modules/fcntl: Likewise.
11477         * modules/float: Likewise.
11478         * modules/fnmatch: Likewise.
11479         * modules/getopt-posix: Likewise.
11480         * modules/glob: Likewise.
11481         * modules/iconv_open: Likewise.
11482         * modules/inttypes: Likewise.
11483         * modules/localcharset: Likewise.
11484         * modules/locale: Likewise.
11485         * modules/math: Likewise.
11486         * modules/netdb: Likewise.
11487         * modules/netinet_in: Likewise.
11488         * modules/poll: Likewise.
11489         * modules/posix_spawnp-tests: Likewise.
11490         * modules/sched: Likewise.
11491         * modules/search: Likewise.
11492         * modules/selinux-h: Likewise.
11493         * modules/signal: Likewise.
11494         * modules/spawn: Likewise.
11495         * modules/stdarg: Likewise.
11496         * modules/stdbool: Likewise.
11497         * modules/stddef: Likewise.
11498         * modules/stdint: Likewise.
11499         * modules/stdio: Likewise.
11500         * modules/stdlib: Likewise.
11501         * modules/string: Likewise.
11502         * modules/strings: Likewise.
11503         * modules/sys_file: Likewise.
11504         * modules/sys_ioctl: Likewise.
11505         * modules/sys_select: Likewise.
11506         * modules/sys_socket: Likewise.
11507         * modules/sys_stat: Likewise.
11508         * modules/sys_time: Likewise.
11509         * modules/sys_times: Likewise.
11510         * modules/sys_utsname: Likewise.
11511         * modules/sys_wait: Likewise.
11512         * modules/sysexits: Likewise.
11513         * modules/time: Likewise.
11514         * modules/unistd: Likewise.
11515         * modules/wchar: Likewise.
11516         * modules/wctype: Likewise.
11517
11518 2009-08-22  Jim Meyering  <meyering@redhat.com>
11519
11520         announce-gen: detect write failure
11521         * build-aux/announce-gen: Add Coda at end.
11522         Remove equivalent-but-more-verbose block at top.
11523
11524 2009-08-19  Akim Demaille  <demaille@gostai.com>
11525
11526         bootstrap: --help to stdout.
11527         * bootstrap (usage): Don't send --help to stderr.
11528         Use a here doc instead of a long string.
11529
11530 2009-08-21  Eric Blake  <ebb9@byu.net>
11531
11532         test-popen-safer: split from test-popen
11533         * tests/test-popen.c (main): Move...
11534         * tests/test-popen.h: ...into new file.
11535         * tests/test-popen-safer2.c: New file.
11536         * modules/popen-tests (Files): Add test-popen.h.
11537         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
11538         Suggested by Bruno Haible.
11539
11540         test-fcntl-safer: split from test-open
11541         * tests/test-open.c (main): Move...
11542         * tests/test-open.h: ...into new file.
11543         * tests/test-fcntl-safer.c: New file.
11544         * modules/open-tests (Files): Add test-open.h.
11545         * modules/fcntl-safer-tests: New file.
11546         Suggested by Bruno Haible.
11547
11548         test-fopen-safer: split from test-fopen
11549         * tests/test-fopen.c (main): Move...
11550         * tests/test-fopen.h: ...into new file.
11551         * tests/test-fopen-safer.c: New file.
11552         * modules/fopen-tests (Files): Add test-fopen.h.
11553         * modules/fopen-safer-tests: New file.
11554         Suggested by Bruno Haible.
11555
11556 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11557
11558         popen-safer: test O_CLOEXEC at run-time.
11559         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
11560
11561 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11562
11563         fcntl: move more flags to the header
11564         * lib/cloexec.c: Do not define FD_CLOEXEC here.
11565         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
11566         * lib/fcntl.in.h: Do both things here.
11567
11568 2009-08-21  Jim Meyering  <meyering@redhat.com>
11569
11570         consistently remove $@-t before redirecting to it
11571         * modules/argz: Remove $@-t and $@ before redirecting to the former.
11572         * modules/alloca-opt: Likewise.
11573         * modules/byteswap: Likewise.
11574         * modules/fnmatch: Likewise.
11575         * modules/getopt-posix: Likewise.
11576         * modules/glob: Likewise.
11577         * modules/poll: Likewise.
11578         * modules/posix_spawnp-tests: Likewise.
11579         * modules/sys_socket: Likewise.
11580         * modules/sysexits: Likewise.
11581
11582 2009-08-21  Eric Blake  <ebb9@byu.net>
11583
11584         popen: simplify access to original popen
11585         * lib/popen.c (rpl_popen): No need to worry about popen being a
11586         macro.
11587         Reported by Bruno Haible.
11588
11589 2009-08-20  Eric Blake  <ebb9@byu.net>
11590
11591         build: avoid some compiler warnings
11592         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
11593         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
11594         type.
11595         (new_exclude_segment, excluded_file_pattern_p)
11596         (excluded_file_name_p): Reduce scope.
11597         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
11598         old-style declaration.
11599
11600 2009-08-20  Simon Josefsson  <simon@josefsson.org>
11601
11602         * tests/test-exclude1.sh: Handle Windows EOL.
11603         * tests/test-exclude2.sh: Likewise.
11604         * tests/test-exclude3.sh: Likewise.
11605         * tests/test-exclude4.sh: Likewise.
11606         * tests/test-exclude5.sh: Likewise.
11607         * tests/test-exclude6.sh: Likewise.
11608         * tests/test-exclude7.sh: Likewise.
11609
11610 2009-08-19  Akim Demaille  <demaille@gostai.com>
11611
11612         bootstrap: find sha1sum when named gsha1sum.
11613         * bootstrap (find_tool): New.
11614         ($SHA1SUM): New.
11615         Use it.
11616
11617 2009-08-20  Jim Meyering  <meyering@redhat.com>
11618
11619         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
11620         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
11621         expression that converts "." in a file name to "\." in the resulting
11622         regexp.  Start with a dummy statement, so that prior shell variable
11623         definitions are expanded portably.  Reported by Simon Josefsson.
11624
11625 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
11626
11627         Fix polling for writeability of a screen buffer.
11628         * lib/poll.c: Distinguish input and screen buffers for the
11629         Win32 implementation.
11630         * lib/select.c: Likewise.
11631
11632 2009-08-19  Eric Blake  <ebb9@byu.net>
11633
11634         popen-safer: prevent popen from clobbering std descriptors
11635         * modules/popen-safer: New file.
11636         * lib/popen-safer.c: Likewise.
11637         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
11638         * lib/stdio--.h (popen): Provide override.
11639         * lib/stdio-safer.h (popen_safer): Provide declaration.
11640         * tests/test-popen.c (includes): Partially test this.
11641         * modules/popen-safer-tests: New file, for more tests.
11642         * tests/test-popen-safer.c: Likewise.
11643         * MODULES.html.sh (file stream based Input/Output): Mention it.
11644
11645         tests: test some of the *-safer modules
11646         * modules/fopen-safer (Depends-on): Add fopen.
11647         * modules/fcntl-safer (Depends-on): Add fcntl.
11648         * modules/stdlib-safer (Depends-on): Add stdlib.
11649         (configure.ac): Set indicator.
11650         * modules/unistd-safer (configure.ac): Likewise.
11651         * modules/tmpfile-safer (configure.ac): Likewise.
11652         (Depends-on): Add tmpfile.
11653         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
11654         active.
11655         * tests/test-fopen.c (includes): Test safer versions when they are
11656         in use.
11657         * tests/test-open.c (includes): Likewise.
11658
11659         popen: fix cygwin 1.5 bug when stdin closed
11660         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
11661         * modules/popen: New file.
11662         * modules/popen-tests: Likewise.
11663         * tests/test-popen.c: Likewise.
11664         * m4/popen.m4: Likewise.
11665         * lib/popen.c: Likewise.
11666         * lib/stdio.in.h (popen): New declaration.
11667         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
11668         * modules/stdio (Makefile.am): Likewise.
11669         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
11670
11671 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
11672
11673         maint.mk: give full control over update-copyright exclusions
11674         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
11675         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
11676         (update-copyright): Don't force inclusion of top-level
11677         ChangeLog.  Don't force exclusion of all COPYING files, but make
11678         them the default exclusion instead.
11679
11680 2009-08-16  Bruno Haible  <bruno@clisp.org>
11681
11682         Fix test failures on Solaris 10.
11683         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
11684         tests when Solaris iconv() is used.
11685         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
11686         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
11687         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
11688         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
11689         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
11690
11691 2009-08-16  Bruno Haible  <bruno@clisp.org>
11692
11693         Fix test failures on Solaris 10.
11694         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
11695         'tr' program and pass it as first argument.
11696         * tests/test-pipe-filter-gi1.sh: Likewise.
11697         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
11698         program as first argument.
11699         * tests/test-pipe-filter-gi1.c (main): Likewise.
11700
11701 2009-08-16  Eric Blake  <ebb9@byu.net>
11702
11703         fpurge: fix previous commits
11704         * modules/fpurge (Makefile.am): Make replacement conditional,
11705         partially reverting 2007-04-29 change; missed in previous
11706         attempt.
11707         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
11708         is missing.
11709
11710 2009-08-16  Bruno Haible  <bruno@clisp.org>
11711
11712         Clarify fpurge's effect on the file position.
11713         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
11714         * tests/test-fpurge.c (main): Make a second pass for checking the file
11715         position.
11716
11717 2009-08-16  Bruno Haible  <bruno@clisp.org>
11718
11719         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
11720         declaration of fpurge is missing.
11721         * tests/test-fpurge.c (main): Check that the file has not more contents
11722         than expected. Close the file before removing it.
11723
11724 2009-08-15  Eric Blake  <ebb9@byu.net>
11725
11726         fpurge: don't wrap working cygwin implementation
11727         * lib/fpurge.c (fpurge): Fix comment typo.
11728         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
11729         1.7 to avoid replacement.
11730         * tests/test-fpurge.c (main): Enhance test.
11731
11732 2009-08-15  Eric Blake  <ebb9@byu.net>
11733         and Jim Meyering  <meyering@redhat.com>
11734
11735         test-update-copyright: skip if perl is insufficient
11736         * tests/test-update-copyright.sh: Failure to run maintainer tool
11737         should not cause testsuite failure on cygwin 1.5.
11738
11739 2009-08-14  Eric Blake  <ebb9@byu.net>
11740
11741         doc: mention more functions added in cygwin 1.7.0
11742         * doc/posix-headers/limits.texi (limits.h): Update for recent
11743         cygwin additions.
11744         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
11745         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
11746         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
11747         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
11748         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
11749
11750 2009-08-14  Eric Blake  <ebb9@byu.net>
11751
11752         maint.mk: simplify update-copyright rule
11753         * top/maint.mk (update-copyright-local): Delete, and document how
11754         to do it in cfg.mk instead.
11755         (update-copyright-exclude-regexp): Delete, and document how to do
11756         it in .x-update-copyright instead.
11757         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
11758         exclude ChangeLog.
11759
11760 2009-08-14  Bruno Haible  <bruno@clisp.org>
11761
11762         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
11763
11764 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
11765
11766         maint.mk: support update-copyright-env
11767         * top/maint.mk (update-copyright-env): Define place-holder.
11768         (update-copyright): Expand $(update-copyright-env) before
11769         invoking update-copyright.
11770
11771 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
11772
11773         update-copyright: implement forced reformatting
11774         * build-aux/update-copyright: Implement and document
11775         UPDATE_COPYRIGHT_FORCE.
11776         * tests/test-update-copyright.sh: Test it.
11777
11778 2009-08-14  Eric Blake  <ebb9@byu.net>
11779         and Bruno Haible  <bruno@clisp.org>
11780
11781         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
11782         * tests/test-locale.c: Revert previous patch related to NULL.
11783         * tests/test-stdio.c: Likewise.
11784         * tests/test-stdlib.c: Likewise.
11785         * tests/test-string.c: Likewise.
11786         * tests/test-unistd.c: Likewise.
11787         * modules/time-tests (Depends-on): Add verify.
11788         * modules/wchar-tests (Depends-on): Likewise.
11789         * tests/test-time.c: Test for NULL compliance.
11790         * tests/test-wchar.c: Likewise.
11791         * modules/locale (Depends-on): Add stddef.
11792         * modules/stdio (Depends-on): Likewise.
11793         * modules/stdlib (Depends-on): Likewise.
11794         * modules/string (Depends-on): Likewise.
11795         * modules/time (Depends-on): Likewise.
11796         * modules/unistd (Depends-on): Likewise.
11797         * modules/wchar (Depends-on): Likewise.
11798         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
11799         * lib/stdlib.in.h (includes): Likewise.
11800         * lib/string.in.h (includes): Likewise.
11801         * lib/time.in.h (includes): Likewise.
11802         * lib/unistd.in.h (includes): Likewise.
11803         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
11804         replaced.
11805         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
11806         * m4/stddef_h.m4: New file.
11807         * modules/stddef: Likewise.
11808         * lib/stddef.in.h: Likewise.
11809         * modules/stddef-tests: Likewise.
11810         * tests/test-stddef.c: Likewise.
11811         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
11812         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
11813         * doc/posix-headers/locale.texi (locale.h): Likewise.
11814         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
11815         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
11816         * doc/posix-headers/string.texi (string.h): Likewise.
11817         * doc/posix-headers/time.texi (time.h): Likewise.
11818         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
11819         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
11820
11821 2009-08-14  Eric Blake  <ebb9@byu.net>
11822
11823         doc: improve git diff of texinfo files
11824         * .gitattributes: Add rule for *.texi files, with hint on how to
11825         use it.
11826         Copied from m4, and based on a report by Bruno Haible.
11827
11828 2009-08-14  Bruno Haible  <bruno@clisp.org>
11829
11830         Disable multithread support by default on Cygwin 1.5.x for real.
11831         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
11832
11833 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
11834
11835         update-copyright: much ado about intervals
11836         * build-aux/update-copyright: Implement and document
11837         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
11838         of copyright year intervals.
11839         Also, document UPDATE_COPYRIGHT_YEAR.
11840         * tests/test-update-copyright.sh: Test it.
11841
11842         update-copyright: convert 2-digit to 4-digit years
11843         * build-aux/update-copyright: Implement and document.
11844         * tests/test-update-copyright.sh: Update.
11845
11846 2009-08-14  Jim Meyering  <meyering@redhat.com>
11847
11848         test-exclude: avoid coreutils "make check" failure
11849         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
11850         just as in test-argmatch.c.
11851
11852 2009-08-13  Eric Blake  <ebb9@byu.net>
11853
11854         test-dup2: fix bad assumption
11855         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
11856         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
11857
11858         test-version-etc: fix CRLF portability issue
11859         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
11860         recognize \r.
11861         * tests/test-argp-version-etc-1.sh: Likewise.
11862
11863         getopt: update client modules
11864         * modules/argp (Depends-on): Use getopt-gnu.
11865         * modules/git-merge-changelog (Depends-on): Likewise.
11866         * modules/long-options (Depends-on): Likewise.
11867         * modules/xstrtol (Depends-on): Likewise.
11868
11869 2009-08-13  Simon Josefsson  <simon@josefsson.org>
11870
11871         * tests/test-version-etc.sh: Don't fail on different
11872         project/version.  Don't fail on CRLF differences.  Rewrite to use
11873         multiple -e instead of multiple sed forks, suggested by Eric Blake
11874         <ebb9@byu.net>.
11875         * tests/test-argp-version-etc-1.sh: Likewise.
11876
11877 2009-08-13  Simon Josefsson  <simon@josefsson.org>
11878
11879         * tests/test-version-etc.sh: Don't fail on different
11880         project/version.
11881
11882 2009-08-12  Bruno Haible  <bruno@clisp.org>
11883
11884         Tests for modules 'getopt-posix', 'getopt-gnu'.
11885         * modules/getopt-posix-tests: New file.
11886         * tests/test-getopt.c: New file.
11887         * tests/test-getopt.h: New file.
11888         * tests/test-getopt_long.h: New file.
11889
11890         New modules 'getopt-posix', 'getopt-gnu'.
11891         * modules/getopt-gnu: New file, renamed from modules/getopt.
11892         * modules/getopt-posix: New file.
11893         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
11894         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
11895         (gl_GETOPT): Remove macro.
11896         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
11897         Disable the test against BSD systems that declare optreset. Test
11898         against mingw bug. Test against lack of support of optional arguments
11899         on many platforms.
11900         * doc/glibc-headers/getopt.texi: Update module name and list of
11901         relevant platforms.
11902         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
11903         'getopt-gnu' and more portability problems.
11904         * NEWS: Mention the changes.
11905
11906 2009-08-12  Bruno Haible  <bruno@clisp.org>
11907
11908         Ensure that optarg etc. get declared by <unistd.h>.
11909         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
11910         AC_USE_SYSTEM_EXTENSIONS.
11911         * modules/getopt (Depends-on): Add 'extensions'.
11912
11913 2009-08-12  Bruno Haible  <bruno@clisp.org>
11914
11915         Avoid test link errors.
11916         * modules/pipe-filter-ii-tests (Makefile.am): Define
11917         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
11918         * modules/pipe-filter-gi-tests (Makefile.am): Define
11919         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
11920         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11921
11922 2009-08-12  Bruno Haible  <bruno@clisp.org>
11923
11924         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
11925         gl_GETOPT_SUBSTITUTE before.
11926         (gl_GETOPT): Use it.
11927         * m4/argp.m4 (gl_ARGP): Update.
11928         Reported by Sergey Poznyakoff.
11929
11930         * m4/getopt.m4: Reorder macros.
11931         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
11932         (gl_GETOPT_SUBSTITUTE): Remove macro.
11933
11934 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11935
11936         Minor improvement in gitlog-to-changelog
11937
11938         * build-aux/gitlog-to-changelog: New option `--format' makes
11939         output format string configurable.
11940
11941 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11942
11943         Optimize exclude: use hash tables for non-wildcard patterns.
11944
11945         * lib/exclude.c: Include hash.h and mbuiter.h
11946         (struct exclude_pattern, exclude_segment): New data types.
11947         (struct exclude): Rewrite.
11948         (fnmatch_pattern_has_wildcards): New function.
11949         (new_exclude_segment, free_exclude_segment): New functions.
11950         (excluded_file_pattern_p, excluded_file_name_p): New functions.
11951         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
11952         * lib/exclude.h (is_fnmatch_pattern): New prototype.
11953         * modules/exclude: Depend on hash and mbuiter.
11954
11955         * modules/exclude-tests: New file.
11956         * tests/test-exclude.c: New file.
11957         * tests/test-exclude1.sh: New file.
11958         * tests/test-exclude2.sh: New file.
11959         * tests/test-exclude3.sh: New file.
11960         * tests/test-exclude4.sh: New file.
11961         * tests/test-exclude5.sh: New file.
11962         * tests/test-exclude6.sh: New file.
11963         * tests/test-exclude7.sh: New file.
11964
11965 2009-08-12  Bruno Haible  <bruno@clisp.org>
11966
11967         Ensure that getopt() gets declared by <unistd.h>.
11968         * lib/unistd.in.h: Conditionally include getopt.h.
11969         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
11970         Set GNULIB_UNISTD_H_GETOPT.
11971         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
11972         GNULIB_UNISTD_H_GETOPT.
11973         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
11974
11975 2009-08-12  Bruno Haible  <bruno@clisp.org>
11976
11977         Clarify logic.
11978         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
11979         gl_replace_getopt instead of GETOPT_H.
11980
11981 2009-08-12  Bruno Haible  <bruno@clisp.org>
11982
11983         * m4/getopt.m4: Add comments.
11984
11985 2009-08-12  Bruno Haible  <bruno@clisp.org>
11986
11987         Disable multithread support by default on Cygwin 1.5.x.
11988         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
11989         set gl_use_threads=no if not specified otherwise.
11990
11991 2009-08-11  Bruno Haible  <bruno@clisp.org>
11992
11993         Avoid compilation error on NetBSD 5.0.
11994         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
11995         * tests/test-stdio.c: Likewise.
11996         * tests/test-stdlib.c: Likewise.
11997         * tests/test-string.c: Likewise.
11998         * tests/test-unistd.c: Likewise.
11999         Reported by Greg Troxel <gdt@ir.bbn.com>
12000         at <https://savannah.gnu.org/support/?106973>.
12001
12002 2009-08-11  Bruno Haible  <bruno@clisp.org>
12003
12004         * modules/dup2-tests (Depends-on): Remove close.
12005
12006         Undo 2009-07-19 commit.
12007         * modules/acl-tests (Depends-on): Remove close.
12008         * modules/binary-io-tests (Depends-on): Likewise.
12009         * modules/closein-tests (Depends-on): Likewise.
12010         * modules/flock-tests (Depends-on): Likewise.
12011         * modules/fsync-tests (Depends-on): Likewise.
12012         * modules/lseek-tests (Depends-on): Likewise.
12013         * modules/pipe-tests (Depends-on): Likewise.
12014         * modules/posix_spawn-tests (Depends-on): Likewise.
12015         * modules/posix_spawnp-tests (Depends-on): Likewise.
12016         * modules/stat-time-tests (Depends-on): Likewise.
12017         * modules/yesno-tests (Depends-on): Likewise.
12018
12019 2009-08-10  Bruno Haible  <bruno@clisp.org>
12020
12021         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
12022
12023 2009-08-10  Bruno Haible  <bruno@clisp.org>
12024
12025         Fix a gcc warning.
12026         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
12027
12028 2009-08-10  Bruno Haible  <bruno@clisp.org>
12029
12030         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
12031         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
12032         not only the first time.
12033         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
12034         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
12035         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
12036         is 1, not only the the first time.
12037
12038 2009-08-10  Bruno Haible  <bruno@clisp.org>
12039
12040         Make it possible to use module 'gethostname' without module 'close'.
12041         * lib/unistd.in.h (close): Evoke a link error only if
12042         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12043         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12044         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12045         * modules/unistd (Makefile.am): Substitute
12046         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12047         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
12048         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12049         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
12050         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12051         * modules/sys_ioctl (Makefile.am): Substitute
12052         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12053         * modules/socket (configure.ac): On native Windows, set
12054         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
12055         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12056         Reported by Sam Steingold <sds@gnu.org>.
12057
12058 2009-08-10  Bruno Haible  <bruno@clisp.org>
12059
12060         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
12061         * modules/ioctl (configure.ac): Likewise.
12062
12063 2009-08-10  Bruno Haible  <bruno@clisp.org>
12064
12065         Avoid collision between gnulib wrapper and libintl wrapper.
12066         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
12067         already defined in intl/printf.c.
12068         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
12069         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
12070
12071 2009-08-09  Bruno Haible  <bruno@clisp.org>
12072
12073         Make <sys/select.h> really self-contained, also on Solaris 10.
12074         * lib/sys_select.in.h: Include <string.h>.
12075         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
12076         Solaris 10 problem.
12077         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
12078         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
12079         Reported by Jim Meyering.
12080
12081 2009-08-09  Bruno Haible  <bruno@clisp.org>
12082
12083         Avoid warnings from 'aclocal' that are due to a use of macro name
12084         AM_XGETTEXT_OPTION that is not defined in automake.
12085         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
12086         automake.
12087         * modules/error (configure.ac): Likewise.
12088         * modules/propername (configure.ac): Likewise.
12089         * modules/vasprintf (configure.ac): Likewise.
12090         * modules/verror (configure.ac): Likewise.
12091         * modules/xprintf (configure.ac): Likewise.
12092         * modules/xvasprintf (configure.ac): Likewise.
12093
12094 2009-08-08  Bruno Haible  <bruno@clisp.org>
12095
12096         Avoid compilation error in C++ mode.
12097         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
12098         Reported by Sam Steingold <sds@gnu.org>.
12099
12100 2009-08-08  Bruno Haible  <bruno@clisp.org>
12101
12102         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
12103         for the various Unix platforms.
12104         * doc/posix-headers/limits.texi: Update platforms list regarding
12105         HOST_NAME_MAX.
12106         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12107
12108 2009-08-07  Jim Meyering  <meyering@redhat.com>
12109
12110         selinux-at: fix typo in a comment
12111         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
12112         Spotted by Paolo Bonzini.
12113
12114         selinux-at: remove redundant m4 code, add documentation
12115         * modules/selinux-at (configure.ac): Remove redundant code.
12116         LIB_SELINUX is already set via the dependent module, selinux-h.
12117         (Include): Add quotes around selinux-at.h.
12118         * lib/selinux-at.h: Add documentation.
12119         Reported by Bruno Haible in
12120         http://marc.info/?l=gnulib-bug&m=124958988300749
12121
12122 2009-08-07  Bruno Haible  <bruno@clisp.org>
12123
12124         Avoid link error on MacOS X 10.3 and 10.4.
12125         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
12126         on non-ELF systems.
12127         * lib/argp-pv.c (argp_program_version): Likewise.
12128         Reported by Simon Josefsson.
12129
12130 2009-08-07  Simon Josefsson  <simon@josefsson.org>
12131
12132         * tests/test-version-etc.sh: Use $EXEEXT.
12133
12134 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
12135
12136         update-copyright: update documentation to point to maint.mk
12137         * build-aux/update-copyright: Here.
12138
12139 2009-08-06  Jim Meyering  <meyering@redhat.com>
12140
12141         maint.mk: support update-copyright-local
12142         * top/maint.mk (update-copyright-local): Define place-holder.
12143         (update-copyright): Depend on $(update-copyright-local).
12144
12145 2009-08-06  Jim Meyering  <meyering@redhat.com>
12146
12147         selinux-at: new module
12148         Initially written for coreutils, this module will soon be
12149         used by findutils, too.
12150         * MODULES.html.sh [Misc]: Add selinux-at.
12151         * lib/selinux-at.h: New file, from coreutils.
12152         * lib/selinux-at.c: Likewise.
12153         * modules/selinux-at: Likewise.
12154         (License): Change from LGPL to GPL, since it depends
12155         on the GPL'd openat module.
12156
12157         doc: update README
12158         * README: Remove references to cogito.
12159         Remove cvs-repo-updating instructions from 2007.
12160         Don't imply that CVS is better if you have limited disk space.
12161
12162 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12163
12164         update-copyright: support C-style comments
12165         * build-aux/update-copyright: Implement and document.
12166         * tests/test-update-copyright.sh: Test.
12167
12168 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12169
12170         update-copyright: support omitted "(C)"
12171         * build-aux/update-copyright: Implement and document.  Also,
12172         allow variable whitespace before "(C)".
12173         * tests/test-update-copyright.sh: Test.
12174
12175 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12176
12177         update-copyright: don't trip on non-FSF copyright statements
12178         * build-aux/update-copyright: Fix so that the first correctly
12179         formatted FSF copyright statement is recognized no matter what
12180         appears before it.  Update documentation.
12181         * tests/test-update-copyright.sh: Test that.
12182
12183 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12184
12185         update-copyright: clean up code a little
12186         * build-aux/update-copyright: Append "_re" to the name of any
12187         variable holding a regular expression.
12188         Replace "old" and "new" with "stmt" in variable names.
12189         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
12190         handled correctly.
12191         Format code more consistently.
12192
12193 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12194
12195         update-copyright-tests: improve portability
12196         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
12197         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
12198
12199 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12200
12201         update-copyright: support @copyright{} and &copy;
12202         * build-aux/update-copyright: Implement and document.
12203         * tests/test-update-copyright.sh: Test.
12204
12205 2009-08-04  Jim Meyering  <meyering@redhat.com>
12206
12207         update-copyright-tests: correctly test EOL=\r\n handling
12208         * tests/test-update-copyright.sh: Put \r at the end of some lines
12209         for the dos-eol tests.  Based on a patch by Joel E. Denny.
12210
12211         maint.mk: make update-copyright exclusion list more configurable
12212         * top/maint.mk (update-copyright): Default to excluding COPYING,
12213         but allow an override, in case someone does want to update that file.
12214
12215         maint.mk: don't update copyright date in COPYING
12216         * top/maint.mk (update-copyright): Exclude COPYING.
12217
12218         maint.mk: add a copyright-updating rule
12219         * top/maint.mk (update-copyright): New rule.
12220         Derived from coreutils/Makefile.am.
12221
12222         update-copyright: rename some variables
12223         * build-aux/update-copyright: Rename a few variables for clarity.
12224         Tweak syntax.  List Joel E. Denny as coauthor.
12225
12226 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12227
12228         update-copyright: fix bug for 2-digit last year and add tests
12229         * build-aux/update-copyright: Fix bug.
12230         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
12231         specified.
12232         * modules/update-copyright-tests: New
12233         * tests/test-update-copyright.sh: New.
12234
12235 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12236
12237         update-copyright: handle leading tabs in line prefix
12238         * build-aux/update-copyright: Count leading tabs as 8 spaces
12239         when computing margin.  This helps with the formatting of
12240         ChangeLogs, for example.
12241         Fix documentation a little.
12242
12243 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12244
12245         update-copyright: support EOL=\r\n
12246         * build-aux/update-copyright: Implement that.
12247
12248 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12249
12250         update-copyright: automatically format copyright statements
12251         * build-aux/update-copyright: Implement that.
12252         Also, be a little more predictable and safer by always failing
12253         when the full copyright format is not perfectly recognized as an
12254         unbroken whole.  Discussed at
12255         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
12256         Rewrite documentation.
12257
12258 2009-08-03  Bruno Haible  <bruno@clisp.org>
12259
12260         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
12261
12262 2009-08-02  Bruno Haible  <bruno@clisp.org>
12263
12264         Tests for module 'uname'.
12265         * modules/uname-tests: New file.
12266         * tests/test-uname.c: New file.
12267
12268         New module 'uname'.
12269         * lib/uname.c: New file.
12270         * m4/uname.m4: New file.
12271         * modules/uname: New file.
12272         * doc/posix-functions/uname.texi: Mention the new module.
12273
12274 2009-08-02  Bruno Haible  <bruno@clisp.org>
12275
12276         Tests for module 'sys_utsname'.
12277         * modules/sys_utsname-tests: New file.
12278         * tests/test-sys_utsname.c: New file.
12279
12280         New module 'sys_utsname'.
12281         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
12282         * m4/sys_utsname_h.m4: New file.
12283         * modules/sys_utsname: New file.
12284         * doc/posix-headers/sys_utsname.texi: Mention the new module.
12285
12286 2009-08-02  Bruno Haible  <bruno@clisp.org>
12287
12288         Implicitly initialize the sockets library.
12289         * lib/gethostname.c: Include sockets.h.
12290         (rpl_gethostname): Invoke gl_sockets_startup.
12291         * lib/socket.c: Include sockets.h.
12292         (rpl_socket): Invoke gl_sockets_startup.
12293         * modules/gethostname (Depends-on): Add sockets.
12294         * modules/socket (Depends-on): Likewise.
12295         * tests/test-poll.c: Don't include sockets.h.
12296         (main): Don't invoke gl_sockets_startup.
12297         * tests/test-select.c: Don't include sockets.h.
12298         (main): Don't invoke gl_sockets_startup.
12299
12300 2009-08-02  Bruno Haible  <bruno@clisp.org>
12301
12302         Allow multiple calls to gl_sockets_startup.
12303         * lib/sockets.c (initialized_sockets_version): New variable.
12304         (gl_sockets_startup): Do nothing if already called for this or a higher
12305         version.
12306         (gl_sockets_cleanup): Reset initialized_sockets_version.
12307
12308 2009-08-03  Simon Josefsson  <simon@josefsson.org>
12309
12310         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
12311         different project/version.
12312
12313 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
12314             Bruno Haible  <bruno@clisp.org>
12315
12316         Tests for module 'pipe-filter-gi'.
12317         * modules/pipe-filter-gi-tests: New file.
12318         * tests/test-pipe-filter-gi1.sh: New file.
12319         * tests/test-pipe-filter-gi1.c: New file.
12320         * tests/test-pipe-filter-gi2.sh: New file.
12321         * tests/test-pipe-filter-gi2-main.c: New file.
12322         * tests/test-pipe-filter-gi2-child.c: New file.
12323
12324         New module 'pipe-filter-gi'.
12325         * lib/pipe-filter-gi.c: New file.
12326         * modules/pipe-filter-gi: New file.
12327
12328 2009-08-02  Bruno Haible  <bruno@clisp.org>
12329             Paolo Bonzini  <bonzini@gnu.org>
12330
12331         Tests for module 'pipe-filter-ii'.
12332         * modules/pipe-filter-ii-tests: New file.
12333         * tests/test-pipe-filter-ii1.sh: New file.
12334         * tests/test-pipe-filter-ii1.c: New file.
12335         * tests/test-pipe-filter-ii2.sh: New file.
12336         * tests/test-pipe-filter-ii2-main.c: New file.
12337         * tests/test-pipe-filter-ii2-child.c: New file.
12338
12339         New module 'pipe-filter-ii'.
12340         * lib/pipe-filter.h: New file.
12341         * lib/pipe-filter-ii.c: New file.
12342         * lib/pipe-filter-aux.h: New file.
12343         * modules/pipe-filter-ii: New file.
12344
12345 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12346
12347         * lib/gc-libgcrypt.c: Change copyright to FSF.
12348         * lib/gc-gnulib.c: Likewise.
12349
12350 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
12351
12352         * lib/gethostname.c: Include limits.h.
12353
12354 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12355             Bruno Haible  <bruno@clisp.org>
12356
12357         Ensure HOST_NAME_MAX as part of the gethostname module.
12358         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
12359         define also HOST_NAME_MAX.
12360         * tests/test-gethostname.c: Include <limits.h>.
12361         (main): Check also HOST_NAME_MAX.
12362         * doc/posix-headers/limits.texi: Document the mingw problem.
12363
12364 2009-08-02  Bruno Haible  <bruno@clisp.org>
12365
12366         * lib/gethostname.c (gethostname): Fix handling of large len argument.
12367         Add comments.
12368
12369 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12370
12371         * lib/gethostname.c: Add Windows wrapper.
12372         * m4/gethostname.m4: Look for gethostname in -lws2_32.
12373         * modules/gethostname: Depend on sys_socket & errno, for also
12374         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
12375         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
12376
12377 2009-07-31  Jim Meyering  <meyering@redhat.com>
12378
12379         getloadavg: fix symbol name in comment
12380         * lib/getloadavg.c: Correct a typo I introduced when adding
12381         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
12382         Matt Kraai spotted the problem.
12383
12384 2009-07-29  Matt Kraai  <mkraai@beckman.com>
12385
12386         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
12387         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
12388         code also if ! defined N_NAME_POINTER.
12389         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
12390         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
12391         but the n_name member is a 12-byte array.
12392
12393 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
12394
12395         update-copyright: generalize comment handling
12396         * build-aux/update-copyright: Handle copyright statements
12397         within more comment styles.
12398         Document usage.
12399         Report any file with an external copyright holder or parse failure.
12400
12401 2009-07-29  Jim Meyering  <meyering@redhat.com>
12402
12403         mktime: correct setting of REPLACE_MKTIME
12404         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
12405
12406         update-copyright: new module
12407         * modules/update-copyright: New file.
12408         * build-aux/update-copyright: New file.
12409         * MODULES.html.sh (maint+release support): Add update-copyright.
12410
12411 2009-07-27  Bruno Haible  <bruno@clisp.org>
12412
12413         Fix compilation error when <ctime> is used and mktime is replaced.
12414         * lib/time.in.h (mktime): New declaration.
12415         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
12416         REPLACE_MKTIME instead of defining mktime in config.h.
12417         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
12418         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
12419         Reported by Ross McFarland <rwmcfa1@neces.com>.
12420
12421 2009-07-27  Bruno Haible  <bruno@clisp.org>
12422
12423         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
12424         Reported by Matt Kraai <mkraai@beckman.com>.
12425
12426 2009-07-25  Jim Meyering  <meyering@redhat.com>
12427
12428         maint.mk: avoid warnings about missing files
12429         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
12430         diagnostic when .prev-version does not exist.
12431         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
12432         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
12433         nonexistent cfg.mk.
12434         Suggestions from Simon Josefsson.
12435
12436 2009-07-25  Bruno Haible  <bruno@clisp.org>
12437
12438         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
12439         defined as macros. Needed on QNX 6.4.1.
12440         Reported by Matt Kraai <mkraai@beckman.com>.
12441
12442 2009-07-23  Jim Meyering  <meyering@redhat.com>
12443
12444         maint.mk: invoke "make dist" with a working value of XZ_OPT
12445         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
12446
12447 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
12448
12449         Make fseeko.c compile on QNX.
12450         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
12451
12452 2009-07-22  Peter Simons  <simons@cryp.to>
12453
12454         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
12455         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
12456         * lib/md4.h: Likewise.
12457         * lib/md5.h: Likewise.
12458         * lib/sha1.h: Likewise.
12459         * lib/sha256.h: Likewise.
12460         * lib/sha512.h: Likewise.
12461
12462         tests-sha1: don't assign literal string to 'char *' variable
12463         * tests/test-sha1.c (main): Declare locals with "const" to match
12464         attributes of the right hand side.
12465
12466 2009-07-21  Eric Blake  <ebb9@byu.net>
12467
12468         dup2: fix more mingw problems
12469         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
12470         fd to itself.
12471         * doc/posix-functions/dup2.texi (dup2): Document the bug.
12472         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
12473         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
12474         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
12475         care of mingw bugs.
12476
12477 2009-07-21  Jim Meyering  <meyering@redhat.com>
12478
12479         vc-list-files: avoid failure when /bin/sh is dash
12480         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
12481         On some Debian based systems, /bin/sh is a symlink to dash, and running
12482         this command would omit the "/" following each 'tests' prefix:
12483           dash -x build-aux/vc-list-files -C . tests
12484         That is because bash and dash work differently:
12485           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
12486           bash ok
12487           dash odd
12488
12489 2009-07-21  Eric Blake  <ebb9@byu.net>
12490
12491         dup2-tests: test previous patch
12492         * modules/dup2-tests: New file.
12493         * tests/test-dup2.c: Likewise.
12494         * tests/test-open.c (main): Avoid unspecified behavior.
12495         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
12496         test.
12497
12498         dup2: work around mingw and cygwin 1.5 bug
12499         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
12500         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12501         * modules/unistd (Makefile.am): Substitute it.
12502         * lib/unistd.in.h (dup2): Declare the replacement.
12503         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
12504         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
12505         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
12506         * modules/execute (Depends-on): Add dup2.
12507         * modules/fseterr (Depends-on): Likewise.
12508         * modules/pipe (Depends-on): Likewise.
12509         * modules/posix_spawn-internal (Depends-on): Likewise.
12510
12511 2009-07-21  Bruno Haible  <bruno@clisp.org>
12512
12513         * modules/.gitattributes: New file.
12514
12515 2009-07-20  Bruno Haible  <bruno@clisp.org>
12516
12517         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
12518         (main): Use it.
12519
12520 2009-07-20  Eric Blake  <ebb9@byu.net>
12521
12522         test-pipe: make a bit more robust.
12523         * tests/test-pipe.c (myerr): Allow error messages regardless of
12524         what we do to stderr.
12525         (test_pipe): Rearrange to avoid deadlock.
12526         (child_main): Try a larger read, to ensure we avoided deadlock.
12527         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
12528         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
12529         if misused.
12530
12531 2009-07-19  Jim Meyering  <meyering@redhat.com>
12532
12533         fts: avoid false-positive cycle-detection
12534         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
12535         for each new command line argument.
12536
12537 2009-07-19  Bruno Haible  <bruno@clisp.org>
12538
12539         Fix build error on mingw with the modules sys_select and unistd.
12540         * modules/acl-tests (Depends-on): Add close.
12541         * modules/binary-io-tests (Depends-on): Likewise.
12542         * modules/closein-tests (Depends-on): Likewise.
12543         * modules/flock-tests (Depends-on): Likewise.
12544         * modules/fsync-tests (Depends-on): Likewise.
12545         * modules/lseek-tests (Depends-on): Likewise.
12546         * modules/pipe-tests (Depends-on): Likewise.
12547         * modules/posix_spawn-tests (Depends-on): Likewise.
12548         * modules/posix_spawnp-tests (Depends-on): Likewise.
12549         * modules/stat-time-tests (Depends-on): Likewise.
12550         * modules/yesno-tests (Depends-on): Likewise.
12551
12552 2009-07-19  Bruno Haible  <bruno@clisp.org>
12553
12554         Unify conditionals.
12555         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
12556         macros, not at the compiler macros.
12557         * lib/pipe.c: Likewise.
12558         * lib/execute.c: Likewise.
12559         * lib/spawni.c: Likewise.
12560
12561 2009-07-19  Bruno Haible  <bruno@clisp.org>
12562
12563         Fix handling of closed stdin/stdout/stderr on mingw.
12564         * lib/w32spawn.h: Include unistd.h.
12565         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
12566         file descriptor with O_NOINHERIT flag.
12567         (fd_safer_noinherit): New function, based on fd-safer.c.
12568         (dup_safer_noinherit): New function, based on dup-safer.c.
12569         (undup_safer_noinherit): New function.
12570         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
12571         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
12572         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
12573         instead of fd_safer.
12574         * tests/test-pipe.c: Include <windows.h>.
12575         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
12576
12577         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
12578         from main.
12579         (test_pipe): Pass an extra argument for disambiguation.
12580         (main): Invoke parent_main or child_main.
12581
12582         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
12583         consistently.
12584
12585 2009-07-18  Eric Blake  <ebb9@byu.net>
12586
12587         test-pipe: fix mingw build
12588         * tests/test-pipe.c (main): Avoid fcntl on mingw.
12589
12590 2009-07-18  Bruno Haible  <bruno@clisp.org>
12591
12592         * modules/pipe-tests (Makefile.am): Fix typo.
12593
12594 2009-07-18  Eric Blake  <ebb9@byu.net>
12595
12596         error: fix mingw build
12597         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
12598         Reported by Bruno Haible.
12599
12600         error: avoid undefined use of stdout
12601         * lib/error.c (error, error_at_line): Check that fd 1 is open
12602         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
12603         is handling faults and the close_stdout module wants to report the
12604         detection of closed stdout as an error.
12605
12606 2009-07-17  Eric Blake  <ebb9@byu.net>
12607
12608         pipe: be robust in face of closed fds
12609         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
12610         should cause child to misbehave.
12611         * modules/pipe-tests: New module.
12612         * tests/test-pipe.c: New file.
12613         * tests/test-pipe.sh: New file.
12614         Reported by Akim Demaille.
12615
12616 2009-07-14  Bruno Haible  <bruno@clisp.org>
12617
12618         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
12619         Reported by anonymous kc.
12620
12621 2009-07-07  Jim Meyering  <meyering@redhat.com>
12622
12623         maint.mk: don't look for translatable strings in *.m4 or *.mk
12624         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
12625         when searching for translatable strings.
12626
12627 2009-07-05  Jim Meyering  <meyering@redhat.com>
12628
12629         remove superfluous parentheses in STREQ definition
12630         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
12631         * lib/getugroups.c (STREQ): Likewise.
12632         * lib/fnmatch.c (STREQ): Likewise.
12633         Spotted by Bruno Haible.
12634
12635 2009-07-04  Jim Meyering  <meyering@redhat.com>
12636
12637         argv-iter: new module
12638         * MODULES.html.sh: Add argv-iter.
12639         * lib/argv-iter.c, lib/argv-iter.h: New files.
12640         * modules/argv-iter: New file.
12641         * modules/argv-iter-tests: New file.
12642         * tests/test-argv-iter.c: Test it.
12643
12644 2009-07-04  Bruno Haible  <bruno@clisp.org>
12645
12646         Fix assertion.
12647         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
12648         contains more exact copies of a given entry than file2, leave the extra
12649         copies unpaired rather than aborting.
12650         Reported by Eric Blake.
12651
12652 2009-07-02  Bruno Haible  <bruno@clisp.org>
12653
12654         Speedup git-merge-changelog for git cherry-pick.
12655         * lib/git-merge-changelog.c (struct entries_mapping): New type.
12656         (entries_mapping_get): New function, extracted from compute_mapping.
12657         (entries_mapping_reverse_get): New function.
12658         (compute_mapping): Add a 'full' argument. Return the result in a
12659         'struct entries_mapping'.
12660         (main): Update. Access the mappings through entries_mapping_get.
12661         Reported by Eric Blake.
12662
12663 2009-07-02  Bruno Haible  <bruno@clisp.org>
12664
12665         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
12666         best_i.
12667
12668 2009-07-02  Bruno Haible  <bruno@clisp.org>
12669
12670         Speed up approximate search for matching ChangeLog entries.
12671         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
12672         argument. Call fstrcmp_bounded instead of fstrcmp.
12673         (compute_mapping, try_split_merged_entry, main): Update callers.
12674
12675 2009-07-02  Bruno Haible  <bruno@clisp.org>
12676
12677         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
12678
12679 2009-06-30  Bruno Haible  <bruno@clisp.org>
12680
12681         Reduce the number of uc_is_cased calls.
12682         * lib/unicase.h (casing_suffix_context_t): Add
12683         'first_char_except_ignorable' field.
12684         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
12685         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
12686         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
12687         Update initializer.
12688         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
12689         case-ignorable characters.
12690         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
12691         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
12692         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
12693         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
12694         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
12695
12696 2009-06-30  Bruno Haible  <bruno@clisp.org>
12697
12698         Tests for module 'unicase/ignorable'.
12699         * modules/unicase/ignorable-tests: New file.
12700         * tests/unicase/test-ignorable.c: New file, generated by
12701         gen-uni-tables.
12702
12703         Tests for module 'unicase/cased'.
12704         * modules/unicase/cased-tests: New file.
12705         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
12706         * tests/unicase/test-predicate-part1.h: New file, derived from
12707         tests/unictype/test-predicate-part1.h.
12708         * tests/unicase/test-predicate-part2.h: New file, same as
12709         tests/unictype/test-predicate-part2.h.
12710
12711         Fix evaluation of "Before C" condition of FINAL_SIGMA.
12712         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
12713         (output_casing_properties): New function.
12714         (main): Call it.
12715         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
12716         * lib/unicase/cased.c: Include unictype/bitmap.h.
12717         (uc_is_cased): Define through a bitmap lookup.
12718         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
12719         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
12720         (uc_is_case_ignorable): Define through a bitmap lookup.
12721         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
12722         lib/unictype/bitmap.h.
12723         (Depends-on): Add inline. Clean up.
12724         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
12725         lib/unictype/bitmap.h.
12726         (Depends-on): Add inline. Clean up.
12727         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
12728         recognition.
12729         * tests/unicase/test-u16-tolower.c (main): Likewise.
12730         * tests/unicase/test-u32-tolower.c (main): Likewise.
12731
12732 2009-06-30  Bruno Haible  <bruno@clisp.org>
12733
12734         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
12735         * lib/unicase/u16-casemap.c: Likewise.
12736         * lib/unicase/u32-casemap.c: Likewise.
12737
12738 2009-06-29  Bruno Haible  <bruno@clisp.org>
12739
12740         Define u32_casefold as a wrapper around u32_ct_casefold.
12741         * lib/unicase/u32-casefold.c: Update.
12742         * modules/unicase/u32-casefold (Depends-on): Add
12743         unicase/u32-ct-casefold, unicase/empty-prefix-context,
12744         unicase/empty-suffix-context. Clean up.
12745
12746         Define u16_casefold as a wrapper around u16_ct_casefold.
12747         * lib/unicase/u16-casefold.c: Update.
12748         * modules/unicase/u16-casefold (Depends-on): Add
12749         unicase/u16-ct-casefold, unicase/empty-prefix-context,
12750         unicase/empty-suffix-context. Clean up.
12751
12752         Define u8_casefold as a wrapper around u8_ct_casefold.
12753         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
12754         * lib/unicase/u8-casefold.c: Update.
12755         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
12756         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12757
12758         Define u32_totitle as a wrapper around u32_ct_totitle.
12759         * lib/unicase/u32-totitle.c: Update.
12760         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
12761         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12762
12763         Define u16_totitle as a wrapper around u16_ct_totitle.
12764         * lib/unicase/u16-totitle.c: Update.
12765         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
12766         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12767
12768         Define u8_totitle as a wrapper around u8_ct_totitle.
12769         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
12770         functions.
12771         (FUNC): Delegate to U_CT_TOTITLE.
12772         * lib/unicase/u8-totitle.c: Update.
12773         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
12774         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12775
12776         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
12777         invocation.
12778         * modules/unicase/u32-tolower (Depends-on): Add
12779         unicase/empty-prefix-context, unicase/empty-suffix-context.
12780
12781         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
12782         invocation.
12783         * modules/unicase/u16-tolower (Depends-on): Add
12784         unicase/empty-prefix-context, unicase/empty-suffix-context.
12785
12786         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
12787         * modules/unicase/u8-tolower (Depends-on): Add
12788         unicase/empty-prefix-context, unicase/empty-suffix-context.
12789
12790         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
12791         invocation.
12792         * modules/unicase/u32-toupper (Depends-on): Add
12793         unicase/empty-prefix-context, unicase/empty-suffix-context.
12794
12795         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
12796         invocation.
12797         * modules/unicase/u16-toupper (Depends-on): Add
12798         unicase/empty-prefix-context, unicase/empty-suffix-context.
12799
12800         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
12801         * modules/unicase/u8-toupper (Depends-on): Add
12802         unicase/empty-prefix-context, unicase/empty-suffix-context.
12803
12804         New module 'unicase/u32-ct-casefold'.
12805         * lib/unicase/u32-ct-casefold.c: New file.
12806         * modules/unicase/u32-ct-casefold: New file.
12807
12808         New module 'unicase/u16-ct-casefold'.
12809         * lib/unicase/u16-ct-casefold.c: New file.
12810         * modules/unicase/u16-ct-casefold: New file.
12811
12812         New module 'unicase/u8-ct-casefold'.
12813         * lib/unicase/u8-ct-casefold.c: New file.
12814         * lib/unicase/u-ct-casefold.h: New file, derived from
12815         lib/unicase/u-casefold.h.
12816         * modules/unicase/u8-ct-casefold: New file.
12817
12818         New module 'unicase/u32-ct-totitle'.
12819         * lib/unicase/u32-ct-totitle.c: New file.
12820         * modules/unicase/u32-ct-totitle: New file.
12821
12822         New module 'unicase/u16-ct-totitle'.
12823         * lib/unicase/u16-ct-totitle.c: New file.
12824         * modules/unicase/u16-ct-totitle: New file.
12825
12826         New module 'unicase/u8-ct-totitle'.
12827         * lib/unicase/u8-ct-totitle.c: New file.
12828         * lib/unicase/u-ct-totitle.h: New file, derived from
12829         lib/unicase/u-totitle.h.
12830         * modules/unicase/u8-ct-totitle: New file.
12831
12832         New module 'unicase/u32-ct-tolower'.
12833         * lib/unicase/u32-ct-tolower.c: New file.
12834         * modules/unicase/u32-ct-tolower: New file.
12835
12836         New module 'unicase/u16-ct-tolower'.
12837         * lib/unicase/u16-ct-tolower.c: New file.
12838         * modules/unicase/u16-ct-tolower: New file.
12839
12840         New module 'unicase/u8-ct-tolower'.
12841         * lib/unicase/u8-ct-tolower.c: New file.
12842         * modules/unicase/u8-ct-tolower: New file.
12843
12844         New module 'unicase/u32-ct-toupper'.
12845         * lib/unicase/u32-ct-toupper.c: New file.
12846         * modules/unicase/u32-ct-toupper: New file.
12847
12848         New module 'unicase/u16-ct-toupper'.
12849         * lib/unicase/u16-ct-toupper.c: New file.
12850         * modules/unicase/u16-ct-toupper: New file.
12851
12852         New module 'unicase/u8-ct-toupper'.
12853         * lib/unicase/u8-ct-toupper.c: New file.
12854         * modules/unicase/u8-ct-toupper: New file.
12855
12856         Add context arguments to u*_casemap functions.
12857         * lib/unicase/unicasemap.h: Include unicase.h.
12858         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
12859         suffix_context arguments.
12860         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
12861         functions.
12862         (FUNC): Add prefix_context and suffix_context arguments. Use
12863         uc_is_cased and uc_is_case_ignorable.
12864         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
12865         * lib/unicase/u16-casemap.c: Likewise.
12866         * lib/unicase/u32-casemap.c: Likewise.
12867         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
12868         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
12869         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
12870         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
12871         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
12872         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
12873
12874         New module 'unicase/u32-suffix-context'.
12875         * lib/unicase/u32-suffix-context.c: New file.
12876         * modules/unicase/u32-suffix-context: New file.
12877
12878         New module 'unicase/u16-suffix-context'.
12879         * lib/unicase/u16-suffix-context.c: New file.
12880         * modules/unicase/u16-suffix-context: New file.
12881
12882         New module 'unicase/u8-suffix-context'.
12883         * lib/unicase/u8-suffix-context.c: New file.
12884         * lib/unicase/u-suffix-context.h: New file.
12885         * modules/unicase/u8-suffix-context: New file.
12886
12887         New module 'unicase/empty-suffix-context'.
12888         * lib/unicase/empty-suffix-context.c: New file.
12889         * modules/unicase/empty-suffix-context: New file.
12890
12891         New module 'unicase/u32-prefix-context'.
12892         * lib/unicase/u32-prefix-context.c: New file.
12893         * modules/unicase/u32-prefix-context: New file.
12894
12895         New module 'unicase/u16-prefix-context'.
12896         * lib/unicase/u16-prefix-context.c: New file.
12897         * modules/unicase/u16-prefix-context: New file.
12898
12899         New module 'unicase/u8-prefix-context'.
12900         * lib/unicase/u8-prefix-context.c: New file.
12901         * lib/unicase/u-prefix-context.h: New file.
12902         * lib/unicase/context.h: New file.
12903         * modules/unicase/u8-prefix-context: New file.
12904
12905         New module 'unicase/empty-prefix-context'.
12906         * lib/unicase/empty-prefix-context.c: New file.
12907         * modules/unicase/empty-prefix-context: New file.
12908
12909         New module 'unicase/ignorable'.
12910         * lib/unicase/ignorable.c: New file.
12911         * modules/unicase/ignorable: New file.
12912
12913         New module 'unicase/cased'.
12914         * lib/unicase/caseprop.h: New file.
12915         * lib/unicase/cased.c: New file.
12916         * modules/unicase/cased: New file.
12917
12918         New functions for case mapping of substrings.
12919         * lib/unicase.h (casing_prefix_context_t): New type.
12920         (unicase_empty_prefix_context): New variable.
12921         (u8_casing_prefix_context, u16_casing_prefix_context,
12922         u32_casing_prefix_context, u8_casing_prefixes_context,
12923         u16_casing_prefixes_context, u32_casing_prefixes_context): New
12924         declarations.
12925         (casing_suffix_context_t): New type.
12926         (unicase_empty_suffix_context): New variable.
12927         (u8_casing_suffix_context, u16_casing_suffix_context,
12928         u32_casing_suffix_context, u8_casing_suffixes_context,
12929         u16_casing_suffixes_context, u32_casing_suffixes_context,
12930         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
12931         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
12932         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
12933         declarations.
12934
12935 2009-06-28  Jim Meyering  <meyering@redhat.com>
12936
12937         boostrap: indent only with spaces
12938         * build-aux/bootstrap: Indent only with spaces, never TABs.
12939
12940         bootstrap: split long lines
12941         * build-aux/bootstrap: Keep line length < 80.
12942
12943         bootstrap: sync from coreutils
12944         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
12945         just as autoreconf does.  Verify a list of prerequisite
12946         package-name,version-number pairs if defined in bootstrap.conf.
12947         Refer to README-prereq, if prerequisites are not satisfied.
12948
12949 2009-06-27  Eric Blake  <ebb9@byu.net>
12950
12951         tests: add test for bogus NULL definition
12952         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
12953         * tests/test-stdlib.c: Likewise.
12954         * tests/test-string.c: Likewise.
12955         * tests/test-locale.c: Likewise.
12956         * tests/test-unistd.c: Likewise.
12957         * modules/stdio-tests (Depends-on): Add verify.
12958         * modules/stdlib-tests (Depends-on): Likewise.
12959         * modules/string-tests (Depends-on): Likewise.
12960         * modules/locale-tests (Depends-on): Likewise.
12961         * modules/unistd-tests (Depends-on): Likewise.
12962
12963 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
12964
12965         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
12966         self-explaining comment.
12967         * m4/selinux-selinux-h: Update serial.
12968         (gl_LIBSELINUX): New macro, adding a warning for missing development
12969         packages to code extracted from...
12970         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
12971         Add warning for missing development packages here, too.
12972
12973 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
12974
12975         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
12976
12977 2009-06-25  Eric Blake  <ebb9@byu.net>
12978
12979         version-etc: fix regression
12980         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
12981         gcc.
12982         (version_etc): Use it, to catch bugs with trailing NULL.
12983         * lib/version-etc.c (version_etc_arn): Delete unused argument.
12984         (version_etc_va): Fix logic bug.
12985         * modules/version-etc-tests: Add test.
12986         * tests/test-version-etc.c: New file.
12987         * tests/test-version-etc.sh: Likewise.
12988
12989 2009-06-25  Sam Steingold  <sds@gnu.org>
12990
12991         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
12992         mbtowc declaration.
12993
12994 2009-06-25  Eric Blake  <ebb9@byu.net>
12995
12996         fpurge: migrate into <stdio.h>
12997         * lib/fpurge.h: Delete...
12998         * lib/stdio.in.h (fpurge): ...and declare here, instead.
12999         * lib/fpurge.c (fpurge): Change declaring header.
13000         * modules/fpurge (Files): Drop deleted file.
13001         (Depends-on): Add stdio.
13002         (configure.ac): Set witness.
13003         * modules/stdio (Makefile.am): Support fpurge macros.
13004         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13005         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
13006         * lib/fflush.c: Update client.
13007         * tests/test-fpurge.c: Likewise.
13008         * NEWS: Mention the change.
13009
13010 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13011
13012         * lib/argp-version-etc.c (program_authors): Add const
13013         qualifier.
13014         * lib/version-etc.c: Fix typos in the comments.
13015         * modules/argp-version-etc: Depends on version-etc.
13016
13017 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13018
13019         argp-version-etc: new module.
13020
13021         * lib/argp-version-etc.c: New file.
13022         * lib/argp-version-etc.h: New file.
13023         * modules/argp-version-etc: New file.
13024         * modules/argp-version-etc-tests: New file.
13025         * tests/test-argp-version-etc.c: New test.
13026         * tests/test-argp-version-etc-1.sh: New test.
13027
13028 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13029
13030         Provide additional interfaces and documentation for version-etc
13031         module.
13032
13033         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
13034         interfaces.
13035         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
13036         prototypes.
13037
13038 2009-06-24  Bruno Haible  <bruno@clisp.org>
13039
13040         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
13041         HAVE_LIB${NAME} macro.
13042         Reported by Sam Steingold <sds@gnu.org>.
13043
13044 2009-06-23  Simon Josefsson  <simon@josefsson.org>
13045
13046         * modules/hash-tests (test_hash_LDADD): Link to libintl when
13047         needed.
13048
13049 2009-06-21  Bruno Haible  <bruno@clisp.org>
13050
13051         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
13052         work.
13053         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
13054         together with LIB${NAME}, LTLIB${NAME}.
13055         Reported by Sam Steingold <sds@gnu.org>.
13056
13057 2009-06-20  Jim Meyering  <meyering@redhat.com>
13058
13059         tests: make sc_require_test_exit_idiom more generic
13060         * top/maint.mk (Exit_witness_file): New overridable variable.
13061         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
13062         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
13063
13064 2009-06-19  Jim Meyering  <meyering@redhat.com>
13065
13066         hash: reverse order of src/dst parameters in an internal interface
13067         * lib/hash.c (transfer_entries): Reverse order of parameters to
13068         put DST before SRC.  Adjust callers.
13069
13070         tests: test-hash: avoid wholesale duplication
13071         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
13072         Instead, use a loop and add a single conditional.
13073
13074         tests: test-hash: allow seed selection via a command line argument
13075         * tests/test-hash.c (get_seed): New function.
13076         (main): Use it.
13077
13078 2009-06-19  Eric Blake  <ebb9@byu.net>
13079
13080         hash: avoid memory leak on allocation failure
13081         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
13082         failure.  Factor repeated algorithm...
13083         (transfer_entries): ...into new helper routine.
13084         (hash_delete): React to hash_rehash return value.
13085
13086         hash: reduce memory pressure in hash_rehash no-op case
13087         * lib/hash.c (next_prime): Avoid overflow.
13088         (hash_initialize): Factor bucket size computation...
13089         (compute_bucket_size): ...into new helper function.
13090         (hash_rehash): Use new function and open coding to reduce memory
13091         pressure, and avoid a memory leak in USE_OBSTACK code.
13092         Reported by Jim Meyering.
13093
13094 2009-06-18  Eric Blake  <ebb9@byu.net>
13095
13096         hash: make rotation more obvious
13097         * modules/hash (Depends-on): Add bitrotate and stdint.
13098         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
13099         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
13100         (SIZE_MAX): Rely on headers for definition.
13101         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
13102         (raw_hasher): Use rotr_sz.
13103         Suggested by Jim Meyering.
13104
13105         hash: fix memory leak in last patch
13106         * lib/hash.c (hash_rehash): Avoid memory leak.
13107
13108         hash: avoid no-op rehashing
13109         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
13110
13111         hash: provide default callback functions
13112         * lib/hash.c (raw_hasher, raw_comparator): New functions.
13113         (hash_initialize): Use them as defaults.
13114         * tests/test-hash.c (main): Test this.
13115
13116         hash: minor optimization
13117         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
13118         when possible.
13119         (hash_initialize): Document this promise.
13120         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
13121         * tests/test-hash.c (hash_compare_strings): Test this.
13122
13123 2009-06-18  Bruno Haible  <bruno@clisp.org>
13124
13125         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
13126         going to be replaced anyway.
13127
13128 2009-06-18  Bruno Haible  <bruno@clisp.org>
13129
13130         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
13131         in one place.
13132         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
13133         be replaced anyway.
13134
13135 2009-06-18  Eric Blake  <ebb9@byu.net>
13136
13137         hash: check for resize before insertion
13138         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
13139         threshold before insertion, so that a pathological hash_rehash
13140         that fills every bucket can still trigger another rehash.
13141
13142 2009-06-18  Jim Meyering  <meyering@redhat.com>
13143
13144         hash-tests: add a loop around the small tests
13145         * tests/test-hash.c (main): Repeat small tests with selected
13146         small initial table sizes.
13147
13148 2009-06-17  Eric Blake  <ebb9@byu.net>
13149
13150         hash: minor cleanups
13151         * lib/hash.h (hash_entry): Make opaque, by moving...
13152         * lib/hash.c (hash_entry): ...here.
13153         (hash_insert): Clarify restrictions on what can be inserted.
13154         (hash_get_next): Clarify when it is safe to remove an element
13155         during traversal.
13156         (check_tuning): Skip verification when tuning is known safe.
13157         (hash_initialize): Clarify restrictions on tuning.
13158
13159 2009-06-17  Jim Meyering  <jim@meyering.net>
13160         and Eric Blake  <ebb9@byu.net>
13161
13162         hash-tests: new module
13163         * modules/hash-tests: New file.
13164         * tests/test-hash.c: New file.
13165
13166 2009-06-17  Eric Blake  <ebb9@byu.net>
13167
13168         strstr-simple: document new module
13169         * MODULES.html.sh: Document new module.
13170
13171         strstr, strcasestr: replace on platforms with broken memchr
13172         * modules/strstr: Split into...
13173         * modules/strstr-simple: ...new module that does not care about
13174         performance, but does care about glibc bug.
13175         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
13176         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
13177         if platform memchr is broken, per Debian bug 521737.
13178         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
13179         memchr.
13180         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
13181         * doc/posix-functions/strstr.texi (strstr): Document the fix.
13182         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13183         * modules/mountlist (Depends-on): Add strstr-simple.
13184         * modules/gen-uni-tables (Depends-on): Likewise.
13185         * modules/argz (Depends-on): Add strstr.
13186
13187 2009-06-17  Bruno Haible  <bruno@clisp.org>
13188
13189         * modules/posix_spawn-internal (Depends-on): Add errno.
13190
13191 2009-06-17  Bruno Haible  <bruno@clisp.org>
13192
13193         Define missing ESTALE on Interix 3.5.
13194         * lib/errno.in.h (ESTALE): Assign a value if missing.
13195         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
13196         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
13197         missing.
13198         * doc/posix-headers/errno.texi: Mention the Interix bug.
13199         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
13200
13201 2009-06-15  Eric Blake  <ebb9@byu.net>
13202
13203         memchr, memchr2: add valgrind exception
13204         * lib/memchr.valgrind: New file.
13205         * lib/memchr2.valgrind: New file.
13206         * modules/memchr (Files): Distribute valgrind file.
13207         * modules/memchr2 (Files): Likewise.
13208
13209         docs: memchr is no longer obsolete
13210         * MODULES.html.sh: Move memchr from obsolete to string.h section.
13211         * lib/string.in.h (memchr): Simplify logic.
13212
13213 2009-06-14  Jim Meyering  <meyering@redhat.com>
13214
13215         link-follow: fix the "checking..." message to not mention trailing slash
13216         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
13217         never considered trailing slashes.
13218
13219 2009-06-14  Bruno Haible  <bruno@clisp.org>
13220
13221         * m4/memchr.m4: Mention also the bug on IA-64.
13222         * doc/posix-functions/memchr.texi: Likewise.
13223
13224 2009-06-12  Eric Blake  <ebb9@byu.net>
13225
13226         memchr: detect broken x86_64 and alpha implementations
13227         * modules/memchr-tests (Depends-on): Move mmap detection...
13228         * modules/memchr (Depends-on): ...here.
13229         (configure.ac): Set indicator.
13230         * lib/string.in.h (memchr): Declare replacement.
13231         * modules/string (Makefile.am): Trigger replacement.
13232         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13233         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
13234         bugs.
13235         * doc/posix-functions/memchr.texi (memchr): Document the bug.
13236         * modules/getpagesize (License): Relax license.
13237
13238 2009-06-11  Bruno Haible  <bruno@clisp.org>
13239
13240         * lib/idpriv.h: Add more references.
13241
13242 2009-06-08  Bruno Haible  <bruno@clisp.org>
13243
13244         Tests for module 'idpriv-droptemp'.
13245         * modules/idpriv-droptemp-tests: New file.
13246         * tests/test-idpriv-droptemp.sh: New file.
13247         * tests/test-idpriv-droptemp.su.sh: New file.
13248         * tests/test-idpriv-droptemp.c: New file.
13249
13250         New module 'idpriv-droptemp'.
13251         * lib/idpriv-droptemp.c: New file.
13252         * modules/idpriv-droptemp: New file.
13253
13254 2009-06-08  Bruno Haible  <bruno@clisp.org>
13255
13256         Tests for module 'idpriv-drop'.
13257         * modules/idpriv-drop-tests: New file.
13258         * tests/test-idpriv-drop.sh: New file.
13259         * tests/test-idpriv-drop.su.sh: New file.
13260         * tests/test-idpriv-drop.c: New file.
13261
13262         New module 'idpriv-drop'.
13263         * lib/idpriv.h: New file.
13264         * lib-idpriv-drop.c: New file.
13265         * m4/idpriv.m4: New file.
13266         * modules/idpriv-drop: New file.
13267
13268 2009-06-08  Bruno Haible  <bruno@clisp.org>
13269
13270         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
13271         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13272         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13273         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13274         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13275         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13276         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13277
13278 2009-06-08  Eric Blake  <ebb9@byu.net>
13279
13280         test-strstr: use memory fence, when possible
13281         * tests/test-strstr.c (main): Use memory fence, in order to be
13282         more likely to trigger Debian bug 521737.
13283         * modules/strstr-tests (Files): Pull in additional files.
13284
13285         memchr: no longer obsolete, for wider field testing
13286         * modules/memchr (Status, Notice): Delete, this module is no
13287         longer obsolete.
13288         * modules/vasnprintf (Depends-on): Add memchr.
13289
13290 2009-06-07  Jim Meyering  <meyering@redhat.com>
13291
13292         hash: declare some functions with the warn_unused_result attribute
13293         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
13294
13295 2009-06-07  Bruno Haible  <bruno@clisp.org>
13296
13297         * tests/test-alignof.c: Don't test int64_t if it does not exist.
13298         Reported by Eric Blake.
13299
13300 2009-06-06  Eric Blake  <ebb9@byu.net>
13301
13302         test-alignof: fix typo with long double
13303         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
13304         compiler error.
13305
13306 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
13307
13308         Escape non-texinfo { and }s.
13309         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
13310         markup error.
13311
13312 2009-06-04  Jim Meyering  <meyering@redhat.com>
13313
13314         gitlog-to-changelog: don't infloop on an empty commit log
13315         * build-aux/gitlog-to-changelog: Warn about an empty log message.
13316         Reported by Boris Petersen <transacid@centerim.org>.
13317
13318 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
13319
13320         version-etc: extend for packagers
13321         Add three new configure options, intended for packagers:
13322           --with-packager="packager name"
13323           --with-packager-version="packager-specific version"
13324           --with-packager-bug-reports="packager bug reporting"
13325         An example with coreutils:
13326           $ ./configure \
13327             --with-packager=Gentoo \
13328             --with-packager-bug-report=http://bugs.gentoo.org/ \
13329             --with-packager-version="patchset 1.6"
13330           $ ./src/ls --version | head -n2
13331           ls (GNU coreutils) 7.1-dirty
13332           Packaged by Gentoo (patchset 1.6)
13333         Note that the bug reporting info via --help doesn't show up because
13334         coreutils uses its own custom emit_bug_reporting_address() implementation
13335         in src/system.h.  If it didn't, it'd look like:
13336           $ ./src/ls --help | tail -n4
13337           Report bugs to <bug-coreutils@gnu.org>.
13338           Report Gentoo bugs to <http://bugs.gentoo.org/>.
13339           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
13340           General help using GNU software: <http://www.gnu.org/gethelp/>.
13341         * lib/version-etc.c: Print new information, if provided.
13342         * m4/version-etc.m4: New file.
13343         * modules/version-etc (Files): Add m4/version-etc.m4.
13344         (configure.ac): Add gl_VERSION_ETC.
13345
13346 2009-05-31  Bruno Haible  <bruno@clisp.org>
13347
13348         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
13349         and 'int64_t'.
13350         * modules/alignof-tests (Dependencies): Add stdint.
13351         Reported by Eric Blake.
13352
13353 2009-05-31  Bruno Haible  <bruno@clisp.org>
13354
13355         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
13356         restriction due to compiler bugs.
13357         Reported by Eric Blake.
13358
13359 2009-05-31  Simon Josefsson  <simon@josefsson.org>
13360             Bruno Haible  <bruno@clisp.org>
13361
13362         Fix test-alignof failure.
13363         * lib/alignof.h (alignof_slot): New macro.
13364         (alignof_type): New macro, with the same semantics as the previous
13365         'alignof'.
13366         (alignof): Alias to alignof_slot.
13367         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
13368         check that the results are usable as constant expressions.
13369
13370 2009-05-31  Bruno Haible  <bruno@clisp.org>
13371
13372         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
13373         * tests/test-memchr.c (main): Check that memchr does not read past the
13374         first occurrence of the byte.
13375         * tests/test-strstr.c (main): Update comment.
13376         Suggested by Eric Blake.
13377
13378 2009-05-30  Bruno Haible  <bruno@clisp.org>
13379
13380         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
13381         detail how to use dumpbin.
13382         Reported by David Byron <dbyron@dbyron.com>.
13383
13384 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13385
13386         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
13387
13388 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13389
13390         * m4/manywarnings.m4: Add GCC 4.4 warnings.
13391
13392 2009-05-28  Bruno Haible  <bruno@clisp.org>
13393
13394         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
13395         build-aux/ files.
13396
13397 2009-05-28  Simon Josefsson  <simon@josefsson.org>
13398
13399         * gnulib-tool (func_import): Transform license on build-aux/ files too.
13400
13401 2009-05-27  Simon Josefsson  <simon@josefsson.org>
13402
13403         * gnulib-tool (sed_transform_main_lib_file)
13404         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
13405         regexps.
13406
13407 2009-05-26  Simon Josefsson  <simon@josefsson.org>
13408
13409         * tests/test-strstr.c: Add another self-test.
13410         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
13411         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
13412
13413 2009-05-23  Bruno Haible  <bruno@clisp.org>
13414
13415         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
13416         change.
13417
13418 2009-05-21  Bruno Haible  <bruno@clisp.org>
13419
13420         Simplify use of mode_t varargs.
13421         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
13422         uses 'mode_t' or 'int'.
13423         * lib/openat.c (openat): Likewise.
13424         * lib/open-safer.c (open_safer): Likewise.
13425         * m4/mode_t.m4: New file.
13426         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
13427         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
13428         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
13429         * modules/open (Files): Add m4/mode_t.m4.
13430         * modules/openat (Files): Likewise.
13431         * modules/fcntl-safer (Files): Likewise.
13432         Suggested by Eric Blake.
13433
13434 2009-05-21  Pádraig Brady  <P@draigbrady.com>
13435
13436         * doc/glibc-functions/fallocate.texi: New file.
13437         * doc/gnulib.texi: Include it.
13438
13439 2009-05-21  Eric Blake  <ebb9@byu.net>
13440             Bruno Haible  <bruno@clisp.org>
13441
13442         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
13443         invocations.
13444         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13445
13446 2009-05-21  Eric Blake  <ebb9@byu.net>
13447             Bruno Haible  <bruno@clisp.org>
13448
13449         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
13450         include_next. Fix of 2008-11-20 commit.
13451         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
13452         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
13453         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
13454         NEXT_MATH_H.
13455         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
13456         instead of NEXT_MATH_H.
13457
13458 2009-05-21  Bruno Haible  <bruno@clisp.org>
13459
13460         Avoid redefinition warnings for SIZE_MAX.
13461         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
13462         Reported by Simon Josefsson.
13463
13464 2009-05-21  Bruno Haible  <bruno@clisp.org>
13465
13466         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
13467         AC_CACHE_VAL.
13468
13469 2009-05-20  Bruno Haible  <bruno@clisp.org>
13470
13471         Make zeroptr.h work on mingw.
13472         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
13473         mprotect.
13474         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
13475         * modules/memchr2-tests (configure.ac): Likewise.
13476         * modules/memcmp-tests (configure.ac): Likewise.
13477         * modules/memmem-tests (configure.ac): Likewise.
13478         * modules/memrchr-tests (configure.ac): Likewise.
13479         Reported by Simon Josefsson.
13480
13481 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13482
13483         * tests/test-glob.c: Include string.h for strcmp prototype.
13484
13485 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13486
13487         * modules/getdelim (Depends-on): Add explicit stdint, although it
13488         was implicitly already pulled in via realloc-posix.
13489         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
13490
13491 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13492
13493         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
13494         G. Christensen" <tgc@jupiterrise.com>.
13495         * m4/sys_socket_h.m4: Check for sa_family_t.
13496         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
13497         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
13498         * tests/test-sys_socket.c: Check that sa_family_t works.
13499
13500 2009-05-18  Eric Blake  <ebb9@byu.net>
13501
13502         maint.mk: allow gnulib_dir in VPATH build
13503         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
13504
13505 2009-05-15  Jim Meyering  <meyering@redhat.com>
13506
13507         maint.mk: Give gnulib_dir a default definition.
13508         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
13509         Thus, most packages no longer need to specify this variable in cfg.mk
13510
13511 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
13512
13513         rename.m4: fix typos that would make non-mingw cross-configure fail
13514         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
13515
13516 2009-05-13  Eric Blake  <ebb9@byu.net>
13517
13518         mmap-anon: avoid out-of-order autoconf expansion
13519         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
13520         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
13521         * modules/memchr-tests (Depends-on): Add extensions.
13522         * modules/memchr2-tests (Depends-on): Add extensions.
13523         * modules/memcmp-tests (Depends-on): Add extensions.
13524         * modules/memmem-tests (Depends-on): Add extensions.
13525         * modules/memrchr-tests (Depends-on): Add extensions.
13526
13527 2009-05-13  Bruno Haible  <bruno@clisp.org>
13528
13529         Make some tests ISO C 99 compliant.
13530         * tests/zerosize-ptr.h: New file.
13531         * tests/test-memchr.c: Include zerosize-ptr.h.
13532         (main): Use a zero-size object pointer instead of NULL.
13533         * tests/test-memchr2.c: Include zerosize-ptr.h.
13534         (main): Use a zero-size object pointer instead of NULL.
13535         * tests/test-memcmp.c: Include zerosize-ptr.h.
13536         (main): Use a zero-size object pointer instead of NULL.
13537         * tests/test-memmem.c: Include zerosize-ptr.h.
13538         (main): Use a zero-size object pointer instead of NULL.
13539         * tests/test-memrchr.c: Include zerosize-ptr.h.
13540         (main): Use a zero-size object pointer instead of NULL.
13541         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
13542         m4/mmap-anon.m4.
13543         (Depends-on): Add getpagesize.
13544         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13545         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
13546         m4/mmap-anon.m4.
13547         (Depends-on): Add getpagesize.
13548         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13549         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
13550         m4/mmap-anon.m4.
13551         (Depends-on): Add getpagesize.
13552         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13553         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
13554         m4/mmap-anon.m4.
13555         (Depends-on): Add getpagesize.
13556         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13557         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
13558         m4/mmap-anon.m4.
13559         (Depends-on): Add getpagesize.
13560         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13561
13562 2009-05-12  Bruno Haible  <bruno@clisp.org>
13563
13564         Tests for module 'alignof'.
13565         * modules/alignof-tests: New file.
13566         * tests/test-alignof.c: New file.
13567
13568 2009-05-12  Bruno Haible  <bruno@clisp.org>
13569
13570         Fix alignof macro.
13571         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
13572         vendor compilers that are always correct.
13573
13574 2009-05-12  Bruno Haible  <bruno@clisp.org>
13575
13576         Make the MAP_ANONYMOUS detection work on HP-UX 11.
13577         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
13578         not whether its fully works.
13579
13580 2009-05-12  Bruno Haible  <bruno@clisp.org>
13581
13582         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
13583
13584 2009-05-12  Jim Meyering  <meyering@redhat.com>
13585
13586         * top/maint.mk: Adjust backslash alignment.
13587
13588 2009-05-11  Simon Josefsson  <simon@josefsson.org>
13589
13590         * top/maint.mk: Make $(srcdir)/build-aux configurable.
13591
13592 2009-05-11  Eric Blake  <ebb9@byu.net>
13593
13594         argp: avoid undefined behavior
13595         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
13596         macros.
13597
13598 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13599
13600         * tests/test-vc-list-files-git.sh: Do git config of user.email and
13601         user.name to prevent git commit from complaining.
13602
13603 2009-05-10  Bruno Haible  <bruno@clisp.org>
13604
13605         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
13606         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
13607         it rewrites every file name only once.
13608         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
13609
13610 2009-05-08  Bruno Haible  <bruno@clisp.org>
13611
13612         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
13613         instead of 'max'.
13614
13615 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13616
13617         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
13618         sockaddr_storage test.
13619
13620 2009-05-07  Simon Josefsson  <simon@josefsson.org>
13621
13622         * modules/sys_socket (Makefile.am): Substitute
13623         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
13624         * m4/sys_socket_h.m4: Check for sockaddr_storage.
13625         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
13626         * tests/test-sys_socket.c: Check sockaddr_storage.
13627
13628 2009-05-08  Bruno Haible  <bruno@clisp.org>
13629
13630         New module 'alignof'.
13631         * lib/alignof.h: New file.
13632         * modules/alignof: New file.
13633
13634 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13635             Bruno Haible  <bruno@clisp.org>
13636
13637         Fix test-file-has-acl on FreeBSD.
13638         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
13639         mask is implicitly added.
13640         * tests/test-file-has-acl.c: Include <signal.h>.
13641         (main): Terminate the test after 5 seconds.
13642         * modules/acl-tests (configure.ac): Check for alarm function.
13643
13644 2009-05-04  Bruno Haible  <bruno@clisp.org>
13645
13646         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
13647         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
13648         * modules/errno (configure.ac): Drop AC_REQUIRE.
13649         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
13650         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
13651
13652 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13653
13654         * modules/glob-tests: New module.
13655         * tests/test-glob.c: Add.
13656
13657 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13658
13659         * modules/fnmatch-tests: New module.
13660         * tests/test-fnmatch.c: Add.
13661
13662 2009-05-04  Eric Blake  <ebb9@byu.net>
13663
13664         maint: make the new no-submodule-changes rule VPATH-safe
13665         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
13666
13667 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13668             Bruno Haible  <bruno@clisp.org>
13669
13670         acl: Fix infinite loop on FreeBSD.
13671         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
13672         of return value from acl_get_entry.
13673         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
13674         Likewise.
13675
13676 2009-05-03  Bruno Haible  <bruno@clisp.org>
13677
13678         * lib/acl-internal.h (acl_entries): Clarify return value.
13679         * lib/acl_entries.c (acl_entries): Likewise.
13680
13681 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13682
13683         Bug fix in acl module.
13684         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
13685
13686 2009-05-03  Bruno Haible  <bruno@clisp.org>
13687
13688         Create gperf-generated file in the source dir, not in the build dir.
13689         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
13690         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
13691         * modules/unicase/locale-language (unicase/locale-languages.h):
13692         Likewise.
13693         * modules/unicase/special-casing (unicase/special-casing-table.h):
13694         Likewise.
13695         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
13696         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
13697         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
13698         Reported by Ralf Wildenhues.
13699
13700 2009-05-03  Bruno Haible  <bruno@clisp.org>
13701
13702         * modules/fnmatch (Description, configure.ac): Taken from
13703         fnmatch-posix.
13704         * modules/fnmatch-posix: Turn into a symbolic reference to the
13705         'fnmatch' module, and deprecate.
13706         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
13707
13708 2009-05-03  Bruno Haible  <bruno@clisp.org>
13709
13710         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
13711         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
13712         Reported by Ralf Wildenhues.
13713
13714 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13715
13716         * m4/fnmatch.m4: Fix fnmatch re-define.
13717
13718 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13719
13720         priv-set: new module and tests; adapt write-any-file
13721         * lib/priv-set.c: New file.
13722         * lib/priv-set.h: New file.
13723         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
13724         * lib/write-any-file.c: Simplify by using priv-set module.
13725         * m4/priv-set.m4: New file.
13726         * modules/priv-set: New file.
13727         * modules/unlinkdir: Add dependency on priv-set module.
13728         * modules/write-any-file: Likewise.
13729
13730         Tests for module 'priv-set'.
13731         * modules/priv-set-tests: New file.
13732         * tests/test-priv-set.c: New file.
13733
13734 2009-05-03  Jim Meyering  <meyering@redhat.com>
13735             Bruno Haible  <bruno@clisp.org>
13736
13737         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
13738         use the converted UTF-8 variant of the name instead.
13739
13740 2009-05-03  Jim Meyering  <meyering@redhat.com>
13741
13742         tests: tighten some getdate tests
13743         * tests/test-getdate.c (main): Tighten tests: require equality,
13744         not just greater than.  Set TZ envvar to UTC0.
13745
13746 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
13747
13748         getdate: correctly interpret "next monday" when run on a Monday
13749         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
13750         that e.g., "next tues" (when run on a tuesday) results in a date
13751         that is one week in the future, and not today's date.
13752         I.e., add a week when the wday is the same as the current one.
13753         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
13754         and earlier by Martin Bernreuther and Jan Minář.
13755         * tests/test-getdate.c (main): Check that "next DAY" is always in
13756         the future and that "last DAY" is always in the past.
13757
13758 2009-05-02  Jim Meyering  <meyering@redhat.com>
13759
13760         build: ensure that a release build fails when a submodule is unclean
13761         * top/maint.mk (no-submodule-changes): New rule.
13762         (alpha beta major): Depend on it.
13763
13764 2009-05-02  Bruno Haible  <bruno@clisp.org>
13765
13766         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
13767         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
13768         shell variable gl_fnmatch_required to detect which variant is
13769         requested.
13770         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
13771         gl_FUNC_FNMATCH_POSIX.
13772         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
13773         exclude fnmatch-posix.
13774
13775 2009-05-02  Bruno Haible  <bruno@clisp.org>
13776
13777         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
13778         * modules/mbsrtowcs (License): Change to LGPLv2+.
13779         * modules/strnlen1 (License): Likewise.
13780         Reported by Simon Josefsson.
13781
13782 2009-05-02  Bruno Haible  <bruno@clisp.org>
13783
13784         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
13785         "cross".
13786         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
13787         gnulib-tool was called with option --source-base=lib.
13788
13789 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13790
13791         Use automake *-local hooks without commands, for extensibility.
13792         * modules/localcharset (Makefile.am): Rename install-exec-local
13793         rule to install-exec-localcharset, and make it a prerequisite of
13794         install-exec-local.  Likewise, rename the uninstall-local rule to
13795         uninstall-localcharset, and make it a prerequisite of the former.
13796
13797 2009-05-01  Bruno Haible  <bruno@clisp.org>
13798
13799         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
13800         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
13801         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
13802         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
13803         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
13804         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
13805         m4/locale-zh.m4, m4/codeset.m4.
13806
13807         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
13808         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
13809         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
13810         m4/locale-zh.m4.
13811
13812         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
13813         REPLACE_WCRTOMB if mbstate_t must be replaced.
13814         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
13815         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
13816
13817 2009-05-01  Bruno Haible  <bruno@clisp.org>
13818
13819         Avoid compiler warnings when redefining macros defined by <libintl.h>.
13820         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
13821         dngettext, dcngettext, textdomain, bindtextdomain,
13822         bind_textdomain_codeset): Undefine before redefining.
13823
13824 2009-04-30  Bruno Haible  <bruno@clisp.org>
13825
13826         Fix bug introduced on 2009-04-25.
13827         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
13828         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
13829         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
13830         is defined.
13831         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
13832         is defined.
13833         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
13834         is defined.
13835         Reported by Elbert_Pol <elbert.pol@gmail.com>.
13836
13837 2009-04-28  Bruno Haible  <bruno@clisp.org>
13838
13839         Comment tweaks.
13840         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
13841         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
13842         * lib/unicase.h (u*_casexfrm): Likewise.
13843         Reported by Paolo Bonzini.
13844
13845 2009-04-28  Bruno Haible  <bruno@clisp.org>
13846
13847         Fix a compilation error.
13848         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
13849         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
13850         Reported by Jim Meyering.
13851
13852 2009-04-27  Bruno Haible  <bruno@clisp.org>
13853
13854         New module 'libunistring'.
13855         * modules/libunistring: New file.
13856         * m4/libunistring.m4: New file.
13857         * MODULES.html.sh (Unicode string functions): Add it.
13858
13859 2009-04-27  Eric Blake  <ebb9@byu.net>
13860
13861         maint.mk: allow package-specific header to provide <config.h>
13862         * top/maint.mk (sc_require_config_h): New variable.
13863         (sc_require_config_h, sc_require_config_h_first): Use it.
13864
13865 2009-04-27  Simon Josefsson  <simon@josefsson.org>
13866
13867         * top/maint.mk (sc_avoid_if_before_free): Except
13868         useless-if-before-free script.
13869
13870 2009-04-27  Eric Blake  <ebb9@byu.net>
13871
13872         maintainer-makefile: depend on all required helper scripts
13873         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
13874         useless-if-before-free.
13875         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
13876         version, rather than assuming gnulib checkout is available.
13877         Reported by Simen Josefsson.
13878
13879 2009-04-26  Bruno Haible  <bruno@clisp.org>
13880
13881         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
13882         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
13883         "../" or "..".
13884
13885 2009-04-26  Bruno Haible  <bruno@clisp.org>
13886
13887         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
13888         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
13889         AC_LIB_HAVE_LINKFLAGS.
13890
13891 2009-04-26  Bruno Haible  <bruno@clisp.org>
13892
13893         Simplify calling convention of u*_conv_from_encoding.
13894         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
13895         u32_conv_from_encoding): Expect a resultbuf argument and return the
13896         result directly as a pointer.
13897         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
13898         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
13899         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
13900         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
13901         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
13902         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
13903         Update.
13904         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
13905         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
13906         * lib/vasnprintf.c (VASNPRINTF): Update.
13907         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
13908         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
13909         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
13910         * NEWS: Mention the change.
13911
13912 2009-04-26  Bruno Haible  <bruno@clisp.org>
13913
13914         Simplify calling convention of u*_conv_to_encoding.
13915         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
13916         u32_conv_to_encoding): Expect a resultbuf argument and return the
13917         result directly as a pointer.
13918         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
13919         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
13920         freeing scaled_offsets if mem_iconveha failed.
13921         * lib/unicase/u-casexfrm.h (FUNC): Update.
13922         * lib/uninorm/u-normxfrm.h (FUNC): Update.
13923         * lib/vasnprintf.c (VASNPRINTF): Update.
13924         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
13925         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
13926         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
13927         * NEWS: Mention the change.
13928
13929 2009-04-26  Bruno Haible  <bruno@clisp.org>
13930
13931         Avoid test failures on AIX and OSF/1.
13932         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
13933         malloc(0).
13934         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
13935         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
13936         Likewise.
13937         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
13938         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
13939         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
13940         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
13941         * doc/posix-functions/malloc.texi: Document the portability problem
13942         related to malloc(0).
13943
13944 2009-04-26  Bruno Haible  <bruno@clisp.org>
13945
13946         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
13947         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
13948         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
13949
13950 2009-04-25  Bruno Haible  <bruno@clisp.org>
13951
13952         Avoid link error when creating a namespace clean library.
13953         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
13954         as macro with arguments if already defined as an alias.
13955         * lib/signbitf.c (gl_signbitf): Don't undefine.
13956         * lib/signbitd.c (gl_signbitd): Don't undefine.
13957         * lib/signbitl.c (gl_signbitl): Don't undefine.
13958
13959 2009-04-25  Jim Meyering  <meyering@redhat.com>
13960
13961         vc-list-files: fix another quoting bug
13962         * build-aux/vc-list-files: Avoid sed backslash expansion
13963         of pathological directory names.
13964
13965 2009-04-25  Eric Blake  <ebb9@byu.net>
13966
13967         vc-list-files: fix shell quoting error
13968         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
13969         timestamp.
13970
13971 2009-04-25  Jim Meyering  <meyering@redhat.com>
13972
13973         vc-list-files: restore lost functionality with subdir argument
13974         * build-aux/vc-list-files: When given a non-"." sub-directory
13975         argument, substitute the $dir/ prefix back onto each resulting name.
13976         Otherwise, coreutils' root_tests check would fail.
13977
13978 2009-04-24  Eric Blake  <ebb9@byu.net>
13979
13980         vc-list-files: ignore git symlinks
13981         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
13982         than ls-files, to ignore git symlinks.
13983
13984         maint.mk: import improvements from m4
13985         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
13986         (move_if_change): Delete unused macro.
13987         (news-date-check, vc-diff-check): Support VPATH builds.
13988         (announcement): Likewise.  Split --bootstrap-tools list...
13989         (boostrap-tools): ...into separate list, which can be overridden
13990         in cfg.mk.
13991         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
13992         requiring dependency on useless-if-before-free module.
13993         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
13994         Support VPATH builds.
13995
13996 2009-04-24  Jim Meyering  <meyering@redhat.com>
13997
13998         maint.mk: remove coreutils-specific rules and variables
13999         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
14000         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
14001         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
14002
14003         maint.mk: remove obsolete rule
14004         * top/maint.mk (rel-check): Remove rule.
14005         (WGET, WGETFLAGS): Remove now-unused variables.
14006
14007 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14008
14009         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
14010         consistency.
14011
14012         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
14013         '$(PATH_SEPARATOR)' instead of ':'.
14014
14015 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14016
14017         * lib/getopt1.c (main): Use 'const' for static array.
14018
14019 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14020
14021         * top/maint.mk: Sync with coreutils.
14022         * NEWS: Explain incompatibilities.
14023
14024 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14025             Bruno Haible  <bruno@clisp.org>
14026
14027         Fix cross-compilation results.
14028         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
14029         statement, as third argument of AC_TRY_RUN.
14030         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
14031         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
14032         Likewise.
14033         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
14034         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
14035         Likewise.
14036         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
14037         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
14038         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
14039
14040 2009-04-20  Bruno Haible  <bruno@clisp.org>
14041
14042         Avoid test failure on mingw.
14043         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
14044
14045 2009-04-20  Bruno Haible  <bruno@clisp.org>
14046
14047         Avoid compilation error on mingw.
14048         * modules/localename-tests (Depends-on): Add locale.
14049
14050 2009-04-19  Bruno Haible  <bruno@clisp.org>
14051
14052         Support for building a shared library on Windows platforms.
14053         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
14054         (main): Test the presence of UNINORM_NFC here.
14055         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
14056         (main): Test the presence of UNINORM_NFD here.
14057         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
14058         (main): Test the presence of UNINORM_NFKC here.
14059         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
14060         (main): Test the presence of UNINORM_NFKD here.
14061
14062 2009-04-19  Bruno Haible  <bruno@clisp.org>
14063
14064         Avoid a compiler warning.
14065         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
14066         Change type of variable 'sequence'.
14067
14068 2009-04-19  Bruno Haible  <bruno@clisp.org>
14069
14070         * modules/configmake (Makefile.am): When the contents of configmake.h
14071         does not change, arrange to preserve its modification time.
14072
14073 2009-04-17  Simon Josefsson  <simon@josefsson.org>
14074
14075         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
14076         gettext domain.
14077
14078 2009-04-16  Jim Meyering  <meyering@redhat.com>
14079
14080         useless-if-before-free: improve conversion code
14081         * build-aux/useless-if-before-free: Adjust code-in-comment to match
14082         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
14083
14084 2009-04-14  Bruno Haible  <bruno@clisp.org>
14085
14086         * modules/fcntl (Depends-on): Add extensions.
14087         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
14088
14089 2009-04-12  Ben Pfaff  <blp@gnu.org>
14090
14091         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
14092         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
14093
14094 2009-03-20  Ben Pfaff  <blp@gnu.org>
14095
14096         Make rename replace existing destinations on Windows.
14097         * m4/rename.m4: Add test for Mingw.
14098         * lib/rename.c: Add rename replacement that uses MoveFileEx with
14099         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
14100         * doc/posix-functions/rename.texi: Document.
14101
14102 2009-04-10  Bruno Haible  <bruno@clisp.org>
14103
14104         New include file "iconveh.h".
14105         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
14106         * lib/striconveh.h: Include it.
14107         (enum iconv_ilseq_handler): Remove definition.
14108         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
14109         striconveh.h.
14110         * lib/striconveha.c: Include striconveh.h.
14111         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
14112         * modules/striconveh (Files): Add lib/iconveh.h.
14113         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
14114         lib/striconveh.h.
14115
14116 2009-04-10  Bruno Haible  <bruno@clisp.org>
14117
14118         * lib/uniconv.h: Update comment.
14119
14120 2009-04-10  Bruno Haible  <bruno@clisp.org>
14121
14122         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
14123         always.
14124         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14125         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14126         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14127         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
14128         "unistring-notinline.h", so that the function gets defined always.
14129         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14130         * lib/unistr/u8-uctomb.c: Likewise.
14131         * lib/unistr/u16-mbtouc.c: Likewise.
14132         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14133         * lib/unistr/u16-uctomb.c: Likewise.
14134         * lib/unistr/u32-mbtouc.c: Likewise.
14135         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14136         * lib/unistr/u32-uctomb.c: Likewise.
14137
14138 2009-04-10  Bruno Haible  <bruno@clisp.org>
14139
14140         Mark 'utime' obsolete.
14141         * modules/utime (Status, Notice): New sections.
14142         Suggested by Jim Meyering.
14143
14144         Fix cross-compile guess for utime test.
14145         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
14146         autoconf.
14147         * doc/posix-functions/utime.texi: Give more precisions.
14148         Reported by Jan <ipif@ymail.com>.
14149
14150 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14151
14152         filevercmp: correct today's change
14153         * lib/filevercmp.c: Also handle coreutils' test inputs.
14154         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14155
14156         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14157         for reporting it.
14158         * lib/filevercmp.c: Special handle for "", "." and "..".
14159         * tests/test-filevercmp.c: Enlarge the set suite.
14160
14161 2009-04-07  Jim Meyering  <meyering@redhat.com>
14162
14163         useless-if-before-free: show how to remove braced useless free, too
14164         * build-aux/useless-if-before-free: still only in a comment, though.
14165
14166 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
14167
14168         maint.mk: import changes to syntax-check macros from coreutils
14169         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
14170         Use them in the relevant macros.
14171
14172 2009-04-06  Bruno Haible  <bruno@clisp.org>
14173
14174         Fix unportable use of bit-fields.
14175         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
14176         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
14177         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
14178
14179 2009-04-06  Bruno Haible  <bruno@clisp.org>
14180
14181         Avoid test failures on AIX and OSF/1.
14182         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
14183         that malloc(0) = NULL.
14184         * tests/unicase/test-u8-tolower.c (check): Likewise.
14185         * tests/unicase/test-u8-totitle.c (check): Likewise.
14186         * tests/unicase/test-u8-toupper.c (check): Likewise.
14187         * tests/unicase/test-u16-casefold.c (check): Likewise.
14188         * tests/unicase/test-u16-tolower.c (check): Likewise.
14189         * tests/unicase/test-u16-totitle.c (check): Likewise.
14190         * tests/unicase/test-u16-toupper.c (check): Likewise.
14191         * tests/unicase/test-u32-casefold.c (check): Likewise.
14192         * tests/unicase/test-u32-tolower.c (check): Likewise.
14193         * tests/unicase/test-u32-totitle.c (check): Likewise.
14194         * tests/unicase/test-u32-toupper.c (check): Likewise.
14195         * tests/uninorm/test-u8-nfc.c (check): Likewise.
14196         * tests/uninorm/test-u8-nfd.c (check): Likewise.
14197         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
14198         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
14199         * tests/uninorm/test-u16-nfc.c (check): Likewise.
14200         * tests/uninorm/test-u16-nfd.c (check): Likewise.
14201         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
14202         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
14203         * tests/uninorm/test-u32-nfc.c (check): Likewise.
14204         * tests/uninorm/test-u32-nfd.c (check): Likewise.
14205         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
14206         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
14207
14208 2009-04-05  Bruno Haible  <bruno@clisp.org>
14209
14210         Work around an autoconf limitation.
14211         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
14212         comment line if it would be longer than 3 KB.
14213
14214 2009-04-05  Bruno Haible  <bruno@clisp.org>
14215
14216         Avoid test failure with libiconv-1.13.
14217         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
14218         of the expected test results.
14219
14220 2009-04-05  Bruno Haible  <bruno@clisp.org>
14221
14222         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
14223         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
14224         that it should be installed.
14225
14226 2009-04-05  Bruno Haible  <bruno@clisp.org>
14227
14228         * gnulib-tool: New option --copy-file.
14229         (func_usage): Document it.
14230         (func_dest_tmpfilename): Moved out of func_import.
14231         (func_add_file, func_update_file): New functions, extracted from
14232         func_import.
14233         (func_import): Update.
14234
14235 2009-04-05  Karl Berry  <karl@gnu.org>
14236
14237         * README: prominently mention gnulib-tool.
14238         Rearrange sections so getting the code is near the top.
14239
14240 2009-04-05  Bruno Haible  <bruno@clisp.org>
14241
14242         * lib/unicase.h: Mention u*_cmp2.
14243         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14244         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
14245         * lib/unicase/ulc-casecmp.c: Likewise.
14246         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
14247         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
14248         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
14249         unistr/u8-cmp.
14250         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
14251         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
14252         unistr/u16-cmp.
14253         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
14254         unistr/u32-cmp.
14255
14256         * lib/uninorm.h: Mention u*_cmp2.
14257         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14258         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
14259         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
14260         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
14261         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
14262         unistr/u8-cmp.
14263         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
14264         unistr/u16-cmp.
14265         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
14266         unistr/u32-cmp.
14267
14268         New module 'unistr/u32-cmp2'.
14269         * lib/unistr/u32-cmp2.c: New file.
14270         * modules/unistr/u32-cmp2: New file.
14271
14272         New module 'unistr/u16-cmp2'.
14273         * lib/unistr/u16-cmp2.c: New file.
14274         * modules/unistr/u16-cmp2: New file.
14275
14276         New module 'unistr/u8-cmp2'.
14277         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
14278         * lib/unistr/u8-cmp2.c: New file.
14279         * lib/unistr/u-cmp2.h: New file.
14280         * modules/unistr/u8-cmp2: New file.
14281
14282 2009-04-05  Bruno Haible  <bruno@clisp.org>
14283
14284         * lib/unictype.h (uc_property_is_valid): New macro.
14285         * tests/unictype/test-pr_byname.c (main): Use it.
14286
14287         * lib/unistr.h: Doc fixes.
14288         * lib/uniconv.h: Doc fixes.
14289         * lib/unictype.h: Doc fixes.
14290
14291 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
14292
14293         Port coreutils 7.2 to Solaris 8.
14294
14295         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
14296         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
14297         for Solaris 8.  This is a bit of a hack, as it means it's the
14298         caller's responsibility to add -lnsl if needed, but most likely it
14299         won't be needed since only getaddrinfo uses this and getaddrinfo
14300         isn't needed on Solaris 8.
14301
14302         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
14303         problem to Solaris 8 encountered with coreutils 7.2, which
14304         resulted in a message "fnmatch.c:292: warning: passing argument 4
14305         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
14306         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
14307
14308 2009-04-03  Simon Josefsson  <simon@josefsson.org>
14309
14310         * m4/ld-version-script.m4: Add FIXME comment.
14311
14312 2009-04-02  Simon Josefsson  <simon@josefsson.org>
14313
14314         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
14315         SOVERSION variable.
14316
14317 2009-04-02  Bruno Haible  <bruno@clisp.org>
14318
14319         * Makefile (info, html, dvi, pdf): Combine the rules.
14320         Suggested by Jim Meyering.
14321
14322 2009-04-01  Bruno Haible  <bruno@clisp.org>
14323
14324         * Makefile (info, html, dvi, pdf): New targets.
14325         Reported by Reuben Thomas <rrt@sc3d.org>.
14326
14327 2009-04-01  Bruno Haible  <bruno@clisp.org>
14328
14329         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
14330         can be put into PATH.
14331         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
14332
14333 2009-04-01  Bruno Haible  <bruno@clisp.org>
14334
14335         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
14336
14337 2009-04-01  Bruno Haible  <bruno@clisp.org>
14338
14339         Rename module 'visibility'.
14340         * modules/lib-symbol-visibility: Renamed from modules/visibility.
14341         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
14342         * doc/gnulib.texi: Update.
14343         * MODULES.html.sh (Misc): Update.
14344         * NEWS: Mention the change.
14345
14346 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14347
14348         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
14349         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
14350         Eric Blake <ebb9@byu.net> for review.
14351         * MODULES.html.sh: Add lib-msvc-compat.
14352         * doc/gnulib.texi: Link to new section.
14353         * m4/ld-output-def.m4: New file.
14354         * doc/ld-output-def.texi: New file.
14355
14356 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14357
14358         Rename ld-version-script to lib-symbol-versions.  Suggested by
14359         Bruno Haible <bruno@clisp.org>.
14360         * modules/ld-version-script: Renamed to lib-symbol-versions.
14361         * doc/ld-version-script.texi: Fix module name.
14362         * MODULES.html.sh: Add lib-symbol-versions.
14363
14364 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14365
14366         * modules/u64-tests: New file.
14367         * tests/test-u64.c: New file.
14368
14369 2009-03-04  Simon Josefsson  <simon@josefsson.org>
14370
14371         * MODULES.html.sh: Mention u64.
14372         * modules/u64: New module.
14373         * modules/crypto/sha512: Depend on u64 module instead of providing
14374         u64.h.
14375
14376 2009-03-27  Eric Blake  <ebb9@byu.net>
14377
14378         test-strerror: make debugging EAI_SYSTEM easier
14379         * modules/getaddrinfo-tests (Depends-on): Add strerror.
14380         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
14381         failure was EAI_SYSTEM.
14382
14383 2009-03-25  Bruno Haible  <bruno@clisp.org>
14384
14385         Fix a problem with --enable-relocatable on Solaris 7.
14386         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
14387         since 2008-02-24.
14388
14389 2009-03-25  Eric Blake  <ebb9@byu.net>
14390
14391         test-sockets: avoid gcc warning
14392         * tests/test-sockets.c (main): Silence compiler warning.
14393
14394 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14395
14396         New modules nproc, pthread, contributed by Glen Lenker.
14397
14398         * MODULES.html.sh: Add pthread, nproc.
14399         * lib/nproc.c: New file.
14400         * lib/nproc.h: New file.
14401         * lib/pthread.in.h: New file.
14402         * m4/pthread.m4: New file.
14403         * modules/nproc: New file.
14404         * modules/pthread: New file.
14405
14406 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14407
14408         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
14409         New variable.
14410
14411 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
14412
14413         filevercmp: handle simple~ and numbered.~3~ backup suffixes
14414         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
14415         * tests/test-filevercmp.c: Add tests for backup suffixes.
14416
14417 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14418
14419         * modules/stdlib (Depends-on): Add stdint, needed when defining
14420         struct random_data on, for example, HP-UX 10.20.  Reported by
14421         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14422
14423 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14424
14425         * lib/readline.c (readline): Call fflush on stdout after printing
14426         prompt.
14427
14428 2009-03-20  Bruno Haible  <bruno@clisp.org>
14429
14430         Remove dependency from 'close' module to -lws2_32 on native Windows.
14431         * lib/close-hook.h: New file.
14432         * lib/close-hook.c: New file.
14433         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
14434         w32sock.h.
14435         (_gl_close_fd_maybe_socket): Remove function.
14436         (rpl_close): Invoke execute_all_close_hooks instead of
14437         _gl_close_fd_maybe_socket.
14438         * lib/sockets.c: Include close-hook.h, w32sock.h.
14439         (close_fd_maybe_socket): New function, essentially from lib/close.c.
14440         (close_sockets_hook): New variable.
14441         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
14442         (gl_sockets_cleanup): Unregister it.
14443         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
14444         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
14445         * modules/close-hook: New file.
14446         * modules/close (Files): Remove lib/w32sock.h.
14447         (Depends-on): Add close-hook.
14448         (Link): Remove section.
14449         * modules/sockets (Files): Add lib/w32sock.h.
14450         (Depends-on): Add close-hook.
14451         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
14452         invocation.
14453         * NEWS: Mention that LIB_CLOSE is gone.
14454
14455 2009-03-23  Eric Blake  <ebb9@byu.net>
14456
14457         signal-tests: test previous patch
14458         * tests/test-signal.c: New file.
14459         * modules/signal-tests: Likewise.
14460
14461         signal.h: always support 'volatile sig_atomic_t'
14462         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
14463         (gl_SIGNAL_H_DEFAULTS): Add a default.
14464         * modules/signal (Makefile.am): Substitute if needed.
14465         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
14466         users can blindly add volatile.
14467         * doc/posix-headers/signal.texi (signal.h): Document it.
14468         Reported by Matthew Woehlke.
14469
14470 2009-03-23  Jim Meyering  <meyering@redhat.com>
14471
14472         pathmax: PATH_MAX: use pathconf only when available
14473         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
14474         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
14475         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
14476         This avoids a link failure in a PSP cross-compilation environment
14477         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
14478
14479         * lib/vasnprintf.c (divide): Fix typo in comment.
14480
14481 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14482
14483         * gnulib-tool (func_filter_filelist): Fix comment.
14484
14485 2009-03-20  Bruno Haible  <bruno@clisp.org>
14486
14487         Make sockets.h self-contained.
14488         * lib/sockets.c: Include sockets.h first.
14489         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
14490
14491 2009-03-19  Eric Blake  <ebb9@byu.net>
14492
14493         doc: mention more functions added in cygwin 1.7.0
14494         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
14495         addition.
14496         * doc/posix-functions/log2f.texi: Likewise.
14497
14498 2009-03-19  Jim Meyering  <meyering@redhat.com>
14499
14500         fsusage: avoid syntax error due to statement-before-declaration
14501         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
14502         after all declarations.  Reported by Matthew Woehlke in
14503         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
14504
14505 2009-03-18  Eric Blake  <ebb9@byu.net>
14506
14507         build-aux/compile: sync from automake
14508         * build-aux/compile: New file, from automake.
14509         * config/srclist.txt: Mention build-aux/compile.
14510
14511 2009-03-17  Bruno Haible  <bruno@clisp.org>
14512
14513         * lib/git-merge-changelog.c: Fix typo in comment.
14514         Reported by Reuben Thomas <rrt@sc3d.org>.
14515
14516 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
14517
14518         * m4/regex.m4: update and improve help for
14519         --without-included-regex.
14520
14521 2009-03-17  Simon Josefsson  <simon@josefsson.org>
14522
14523         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
14524         failure on missing include files.
14525
14526 2009-03-17  Eric Blake  <ebb9@byu.net>
14527
14528         doc: mention more functions added in cygwin 1.7.0
14529         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
14530         addition.
14531         * doc/posix-functions/fwscanf.texi: Likewise.
14532         * doc/posix-functions/swprintf.texi: Likewise.
14533         * doc/posix-functions/swscanf.texi: Likewise.
14534         * doc/posix-functions/vfwprintf.texi: Likewise.
14535         * doc/posix-functions/vfwscanf.texi: Likewise.
14536         * doc/posix-functions/vswprintf.texi: Likewise.
14537         * doc/posix-functions/vswscanf.texi: Likewise.
14538         * doc/posix-functions/vwprintf.texi: Likewise.
14539         * doc/posix-functions/vwscanf.texi: Likewise.
14540         * doc/posix-functions/wcscasecmp.texi: Likewise.
14541         * doc/posix-functions/wcsdup.texi: Likewise.
14542         * doc/posix-functions/wcsftime.texi: Likewise.
14543         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14544         * doc/posix-functions/wprintf.texi: Likewise.
14545         * doc/posix-functions/wscanf.texi: Likewise.
14546         * doc/glibc-functions/gethostbyname2.texi: Likewise.
14547
14548 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14549
14550         maint.mk: really add $(AM_MAKEFLAGS)
14551         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
14552         was inadvertently omitted in the last commit.
14553         Spotted by Bruno Haible.
14554
14555         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
14556         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
14557         $(AM_MAKEFLAGS)' rather than plain `make'.
14558
14559         gnulib-tool: execute $MAKE not make
14560         * gnulib-tool: Default $MAKE to 'make'.
14561         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
14562         than make.  Initialize $MAKE in the do-autobuild script.
14563
14564         gnulib-tool: use $MAKE not make in generated files
14565         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
14566         make, in generated files.  Initialize $MAKE in the do-autobuild
14567         script.
14568
14569         * top/GNUmakefile (_have-git-version-gen): Fix typo.
14570
14571         GNUmakefile: disable parallelism only for multiple, recursive targets
14572         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
14573         additions in the Makefile.
14574         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
14575         by Automake.
14576         (.NOTPARALLEL): Only disable parallel builds if multiple targets
14577         are listed on the command line and at least one of them is
14578         listed in $(ALL_RECURSIVE_TARGETS).
14579
14580 2009-03-14  Bruno Haible  <bruno@clisp.org>
14581
14582         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
14583         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
14584         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
14585         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
14586         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
14587         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
14588         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
14589         unistr/u8-uctomb.
14590         * modules/unistr/u8-strchr (Depends-on): Likewise.
14591         * modules/unistr/u8-strrchr (Depends-on): Likewise.
14592         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
14593         unistr/u16-uctomb.
14594         * modules/unistr/u16-strchr (Depends-on): Likewise.
14595         * modules/unistr/u16-strrchr (Depends-on): Likewise.
14596
14597 2009-03-12  Bruno Haible  <bruno@clisp.org>
14598
14599         Work around select() bug on Interix 3.5.
14600         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
14601         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
14602         * m4/select.m4: New file.
14603         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
14604         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
14605         * modules/select (Files): Add m4/select.m4.
14606         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
14607         * modules/nanosleep (Depends-on): Add select.
14608         * modules/poll (Depends-on): Likewise.
14609         * doc/posix-functions/select.texi: Mention the Interix bug.
14610         Reported by Markus Duft <mduft@gentoo.org>.
14611
14612         * lib/select.c: Renamed from lib/winsock-select.c.
14613         * modules/select (Files): Add lib/select.c, remove
14614         lib/winsock-select.c.
14615         (configure.ac): Update.
14616
14617 2009-03-12  Jim Meyering  <meyering@redhat.com>
14618
14619         avoid gcc warnings about unused macro definitions
14620         * lib/readtokens.c (STREQ): Remove unused definition.
14621         * lib/xmalloc.c (SIZE_MAX): Likewise.
14622         * lib/openat-die.c (N_): Likewise.
14623         * lib/mountlist.c (SIZE_MAX): Remove definition.
14624         Instead, include <stdint.h>.
14625         * lib/readutmp.c: Likewise.
14626         * modules/readutmp (Depends-on): Add stdint.
14627         * modules/mountlist (Depends-on): Add stdint.
14628         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
14629
14630 2009-03-10  Bruno Haible  <bruno@clisp.org>
14631
14632         Tests for module 'mbmemcasecoll'.
14633         * modules/mbmemcasecoll-tests: New file.
14634         * tests/test-mbmemcasecoll1.sh: New file.
14635         * tests/test-mbmemcasecoll2.sh: New file.
14636         * tests/test-mbmemcasecoll3.sh: New file.
14637         * tests/test-mbmemcasecoll.c: New file.
14638
14639         New module 'mbmemcasecoll'.
14640         * lib/mbmemcasecoll.h: New file.
14641         * lib/mbmemcasecoll.c: New file.
14642         * modules/mbmemcasecoll: New file.
14643
14644         * tests/test-mbmemcasecmp.h: New file, extracted from
14645         tests/test-mbmemcasecmp.c.
14646         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
14647         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
14648         (main): Update.
14649         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
14650
14651 2009-03-09  Bruno Haible  <bruno@clisp.org>
14652
14653         Tests for module 'mbmemcasecmp'.
14654         * modules/mbmemcasecmp-tests: New file.
14655         * tests/test-mbmemcasecmp1.sh: New file.
14656         * tests/test-mbmemcasecmp2.sh: New file.
14657         * tests/test-mbmemcasecmp3.sh: New file.
14658         * tests/test-mbmemcasecmp.c: New file.
14659
14660         New module 'mbmemcasecmp'.
14661         * lib/mbmemcasecmp.h: New file.
14662         * lib/mbmemcasecmp.c: New file.
14663         * modules/mbmemcasecmp: New file.
14664
14665 2009-03-09  Bruno Haible  <bruno@clisp.org>
14666
14667         Tests for module 'unicase/ulc-casecoll'.
14668         * modules/unicase/ulc-casecoll-tests: New file.
14669         * tests/unicase/test-ulc-casecoll1.sh: New file.
14670         * tests/unicase/test-ulc-casecoll2.sh: New file.
14671         * tests/unicase/test-ulc-casecoll.c: New file.
14672
14673         New module 'unicase/ulc-casecoll'.
14674         * lib/unicase.h (ulc_casecoll): New declaration.
14675         * lib/unicase/ulc-casecoll.c: New file.
14676         * modules/unicase/ulc-casecoll: New file.
14677
14678         New module 'unicase/ulc-casexfrm'.
14679         * lib/unicase.h (ulc_casexfrm): New declaration.
14680         * lib/unicase/ulc-casexfrm.c: New file.
14681         * modules/unicase/ulc-casexfrm: New file.
14682
14683 2009-03-09  Bruno Haible  <bruno@clisp.org>
14684
14685         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
14686         invocations.
14687
14688         * m4/mbscasecmp.m4: Remove file.
14689         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
14690         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
14691
14692         * m4/mbscasestr.m4: Remove file.
14693         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
14694         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
14695
14696         * m4/mbschr.m4: Remove file.
14697         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
14698         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
14699
14700         * m4/mbscspn.m4: Remove file.
14701         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
14702         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
14703
14704         * m4/mbslen.m4: Remove file.
14705         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
14706         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
14707
14708         * m4/mbsncasecmp.m4: Remove file.
14709         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
14710         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
14711
14712         * m4/mbsnlen.m4: Remove file.
14713         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
14714         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
14715
14716         * m4/mbspbrk.m4: Remove file.
14717         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
14718         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
14719
14720         * m4/mbspcasecmp.m4: Remove file.
14721         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
14722         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
14723
14724         * m4/mbsrchr.m4: Remove file.
14725         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
14726         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
14727
14728         * m4/mbssep.m4: Remove file.
14729         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
14730         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
14731
14732         * m4/mbsspn.m4: Remove file.
14733         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
14734         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
14735
14736         * m4/mbsstr.m4: Remove file.
14737         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
14738         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
14739
14740         * m4/mbstok_r.m4: Remove file.
14741         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
14742         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
14743
14744         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
14745
14746         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
14747         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
14748
14749         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
14750
14751 2009-03-08  Bruno Haible  <bruno@clisp.org>
14752
14753         Tests for module 'unicase/ulc-casecmp'.
14754         * modules/unicase/ulc-casecmp-tests: New file.
14755         * tests/unicase/test-ulc-casecmp1.sh: New file.
14756         * tests/unicase/test-ulc-casecmp2.sh: New file.
14757         * tests/unicase/test-ulc-casecmp.c: New file.
14758
14759         New module 'unicase/ulc-casecmp'.
14760         * lib/unicase.h (ulc_casecmp): New declaration.
14761         * lib/unicase/ulc-casecmp.c: New file.
14762         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
14763         'const SRC_UNIT *'.
14764         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
14765         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
14766         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
14767         * modules/unicase/ulc-casecmp: New file.
14768
14769         Tests for module 'unicase/u32-is-cased'.
14770         * modules/unicase/u32-is-cased-tests: New file.
14771         * tests/unicase/test-u32-is-cased.c: New file.
14772
14773         Tests for module 'unicase/u16-is-cased'.
14774         * modules/unicase/u16-is-cased-tests: New file.
14775         * tests/unicase/test-u16-is-cased.c: New file.
14776
14777         Tests for module 'unicase/u8-is-cased'.
14778         * modules/unicase/u8-is-cased-tests: New file.
14779         * tests/unicase/test-u8-is-cased.c: New file.
14780         * tests/unicase/test-is-cased.h: New file.
14781
14782         New module 'unicase/u32-is-cased'.
14783         * lib/unicase/u32-is-cased.c: New file.
14784         * modules/unicase/u32-is-cased: New file.
14785
14786         New module 'unicase/u16-is-cased'.
14787         * lib/unicase/u16-is-cased.c: New file.
14788         * modules/unicase/u16-is-cased: New file.
14789
14790         New module 'unicase/u8-is-cased'.
14791         * lib/unicase/u8-is-cased.c: New file.
14792         * lib/unicase/u-is-cased.h: New file.
14793         * modules/unicase/u8-is-cased: New file.
14794
14795         Tests for module 'unicase/u32-is-casefolded'.
14796         * modules/unicase/u32-is-casefolded-tests: New file.
14797         * tests/unicase/test-u32-is-casefolded.c: New file.
14798
14799         Tests for module 'unicase/u16-is-casefolded'.
14800         * modules/unicase/u16-is-casefolded-tests: New file.
14801         * tests/unicase/test-u16-is-casefolded.c: New file.
14802
14803         Tests for module 'unicase/u8-is-casefolded'.
14804         * modules/unicase/u8-is-casefolded-tests: New file.
14805         * tests/unicase/test-u8-is-casefolded.c: New file.
14806         * tests/unicase/test-is-casefolded.h: New file.
14807
14808         New module 'unicase/u32-is-casefolded'.
14809         * lib/unicase/u32-is-casefolded.c: New file.
14810         * modules/unicase/u32-is-casefolded: New file.
14811
14812         New module 'unicase/u16-is-casefolded'.
14813         * lib/unicase/u16-is-casefolded.c: New file.
14814         * modules/unicase/u16-is-casefolded: New file.
14815
14816         New module 'unicase/u8-is-casefolded'.
14817         * lib/unicase/u8-is-casefolded.c: New file.
14818         * modules/unicase/u8-is-casefolded: New file.
14819
14820         Tests for module 'unicase/u32-is-titlecase'.
14821         * modules/unicase/u32-is-titlecase-tests: New file.
14822         * tests/unicase/test-u32-is-titlecase.c: New file.
14823
14824         Tests for module 'unicase/u16-is-titlecase'.
14825         * modules/unicase/u16-is-titlecase-tests: New file.
14826         * tests/unicase/test-u16-is-titlecase.c: New file.
14827
14828         Tests for module 'unicase/u8-is-titlecase'.
14829         * modules/unicase/u8-is-titlecase-tests: New file.
14830         * tests/unicase/test-u8-is-titlecase.c: New file.
14831         * tests/unicase/test-is-titlecase.h: New file.
14832
14833         New module 'unicase/u32-is-titlecase'.
14834         * lib/unicase/u32-is-titlecase.c: New file.
14835         * modules/unicase/u32-is-titlecase: New file.
14836
14837         New module 'unicase/u16-is-titlecase'.
14838         * lib/unicase/u16-is-titlecase.c: New file.
14839         * modules/unicase/u16-is-titlecase: New file.
14840
14841         New module 'unicase/u8-is-titlecase'.
14842         * lib/unicase/u8-is-titlecase.c: New file.
14843         * modules/unicase/u8-is-titlecase: New file.
14844
14845         Tests for module 'unicase/u32-is-lowercase'.
14846         * modules/unicase/u32-is-lowercase-tests: New file.
14847         * tests/unicase/test-u32-is-lowercase.c: New file.
14848
14849         Tests for module 'unicase/u16-is-lowercase'.
14850         * modules/unicase/u16-is-lowercase-tests: New file.
14851         * tests/unicase/test-u16-is-lowercase.c: New file.
14852
14853         Tests for module 'unicase/u8-is-lowercase'.
14854         * modules/unicase/u8-is-lowercase-tests: New file.
14855         * tests/unicase/test-u8-is-lowercase.c: New file.
14856         * tests/unicase/test-is-lowercase.h: New file.
14857
14858         New module 'unicase/u32-is-lowercase'.
14859         * lib/unicase/u32-is-lowercase.c: New file.
14860         * modules/unicase/u32-is-lowercase: New file.
14861
14862         New module 'unicase/u16-is-lowercase'.
14863         * lib/unicase/u16-is-lowercase.c: New file.
14864         * modules/unicase/u16-is-lowercase: New file.
14865
14866         New module 'unicase/u8-is-lowercase'.
14867         * lib/unicase/u8-is-lowercase.c: New file.
14868         * modules/unicase/u8-is-lowercase: New file.
14869
14870         Tests for module 'unicase/u32-is-uppercase'.
14871         * modules/unicase/u32-is-uppercase-tests: New file.
14872         * tests/unicase/test-u32-is-uppercase.c: New file.
14873
14874         Tests for module 'unicase/u16-is-uppercase'.
14875         * modules/unicase/u16-is-uppercase-tests: New file.
14876         * tests/unicase/test-u16-is-uppercase.c: New file.
14877
14878         Tests for module 'unicase/u8-is-uppercase'.
14879         * modules/unicase/u8-is-uppercase-tests: New file.
14880         * tests/unicase/test-u8-is-uppercase.c: New file.
14881         * tests/unicase/test-is-uppercase.h: New file.
14882
14883         New module 'unicase/u32-is-uppercase'.
14884         * lib/unicase/u32-is-uppercase.c: New file.
14885         * modules/unicase/u32-is-uppercase: New file.
14886
14887         New module 'unicase/u16-is-uppercase'.
14888         * lib/unicase/u16-is-uppercase.c: New file.
14889         * modules/unicase/u16-is-uppercase: New file.
14890
14891         New module 'unicase/u8-is-uppercase'.
14892         * lib/unicase/u8-is-uppercase.c: New file.
14893         * modules/unicase/u8-is-uppercase: New file.
14894
14895         New module 'unicase/u32-is-invariant'.
14896         * lib/unicase/u32-is-invariant.c: New file.
14897         * modules/unicase/u32-is-invariant: New file.
14898
14899         New module 'unicase/u16-is-invariant'.
14900         * lib/unicase/u16-is-invariant.c: New file.
14901         * modules/unicase/u16-is-invariant: New file.
14902
14903         New module 'unicase/u8-is-invariant'.
14904         * lib/unicase/u8-is-invariant.c: New file.
14905         * lib/unicase/invariant.h: New file.
14906         * lib/unicase/u-is-invariant.h: New file.
14907         * modules/unicase/u8-is-invariant: New file.
14908
14909         Tests for module 'unicase/u32-casecoll'.
14910         * modules/unicase/u32-casecoll-tests: New file.
14911         * tests/unicase/test-u32-casecoll.c: New file.
14912
14913         Tests for module 'unicase/u16-casecoll'.
14914         * modules/unicase/u16-casecoll-tests: New file.
14915         * tests/unicase/test-u16-casecoll.c: New file.
14916
14917         Tests for module 'unicase/u8-casecoll'.
14918         * modules/unicase/u8-casecoll-tests: New file.
14919         * tests/unicase/test-u8-casecoll.c: New file.
14920
14921         New module 'unicase/u32-casecoll'.
14922         * lib/unicase/u32-casecoll.c: New file.
14923         * modules/unicase/u32-casecoll: New file.
14924
14925         New module 'unicase/u16-casecoll'.
14926         * lib/unicase/u16-casecoll.c: New file.
14927         * modules/unicase/u16-casecoll: New file.
14928
14929         New module 'unicase/u8-casecoll'.
14930         * lib/unicase/u8-casecoll.c: New file.
14931         * lib/unicase/u-casecoll.h: New file.
14932         * modules/unicase/u8-casecoll: New file.
14933
14934         New module 'unicase/u32-casexfrm'.
14935         * lib/unicase/u32-casexfrm.c: New file.
14936         * modules/unicase/u32-casexfrm: New file.
14937
14938         New module 'unicase/u16-casexfrm'.
14939         * lib/unicase/u16-casexfrm.c: New file.
14940         * modules/unicase/u16-casexfrm: New file.
14941
14942         New module 'unicase/u8-casexfrm'.
14943         * lib/unicase/u8-casexfrm.c: New file.
14944         * lib/unicase/u-casexfrm.h: New file.
14945         * modules/unicase/u8-casexfrm: New file.
14946
14947         Tests for module 'unicase/u32-casecmp'.
14948         * modules/unicase/u32-casecmp-tests: New file.
14949         * tests/unicase/test-u32-casecmp.c: New file.
14950
14951         Tests for module 'unicase/u16-casecmp'.
14952         * modules/unicase/u16-casecmp-tests: New file.
14953         * tests/unicase/test-u16-casecmp.c: New file.
14954
14955         Tests for module 'unicase/u8-casecmp'.
14956         * modules/unicase/u8-casecmp-tests: New file.
14957         * tests/unicase/test-u8-casecmp.c: New file.
14958         * tests/unicase/test-casecmp.h: New file.
14959
14960         New module 'unicase/u32-casecmp'.
14961         * lib/unicase/u32-casecmp.c: New file.
14962         * modules/unicase/u32-casecmp: New file.
14963
14964         New module 'unicase/u16-casecmp'.
14965         * lib/unicase/u16-casecmp.c: New file.
14966         * modules/unicase/u16-casecmp: New file.
14967
14968         New module 'unicase/u8-casecmp'.
14969         * lib/unicase/u8-casecmp.c: New file.
14970         * lib/unicase/u-casecmp.h: New file.
14971         * modules/unicase/u8-casecmp: New file.
14972
14973         Tests for module 'unicase/u32-casefold'.
14974         * modules/unicase/u32-casefold-tests: New file.
14975         * tests/unicase/test-u32-casefold.c: New file.
14976
14977         Tests for module 'unicase/u16-casefold'.
14978         * modules/unicase/u16-casefold-tests: New file.
14979         * tests/unicase/test-u16-casefold.c: New file.
14980
14981         Tests for module 'unicase/u8-casefold'.
14982         * modules/unicase/u8-casefold-tests: New file.
14983         * tests/unicase/test-u8-casefold.c: New file.
14984
14985         New module 'unicase/u32-casefold'.
14986         * lib/unicase/u32-casefold.c: New file.
14987         * modules/unicase/u32-casefold: New file.
14988
14989         New module 'unicase/u16-casefold'.
14990         * lib/unicase/u16-casefold.c: New file.
14991         * modules/unicase/u16-casefold: New file.
14992
14993         New module 'unicase/u8-casefold'.
14994         * lib/unicase/u8-casefold.c: New file.
14995         * lib/unicase/u-casefold.h: New file.
14996         * modules/unicase/u8-casefold: New file.
14997
14998         New module 'unicase/tocasefold'.
14999         * lib/unicase/casefold.h: New file.
15000         * lib/unicase/tocasefold.c: New file.
15001         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
15002         * modules/unicase/tocasefold: New file.
15003
15004         Tests for module 'unicase/u32-totitle'.
15005         * modules/unicase/u32-totitle-tests: New file.
15006         * tests/unicase/test-u32-totitle.c: New file.
15007
15008         Tests for module 'unicase/u16-totitle'.
15009         * modules/unicase/u16-totitle-tests: New file.
15010         * tests/unicase/test-u16-totitle.c: New file.
15011
15012         Tests for module 'unicase/u8-totitle'.
15013         * modules/unicase/u8-totitle-tests: New file.
15014         * tests/unicase/test-u8-totitle.c: New file.
15015
15016         New module 'unicase/u32-totitle'.
15017         * lib/unicase/u32-totitle.c: New file.
15018         * modules/unicase/u32-totitle: New file.
15019
15020         New module 'unicase/u16-totitle'.
15021         * lib/unicase/u16-totitle.c: New file.
15022         * modules/unicase/u16-totitle: New file.
15023
15024         New module 'unicase/u8-totitle'.
15025         * lib/unicase/u8-totitle.c: New file.
15026         * lib/unicase/u-totitle.h: New file.
15027         * modules/unicase/u8-totitle: New file.
15028
15029         Tests for module 'unicase/u32-tolower'.
15030         * modules/unicase/u32-tolower-tests: New file.
15031         * tests/unicase/test-u32-tolower.c: New file.
15032
15033         Tests for module 'unicase/u16-tolower'.
15034         * modules/unicase/u16-tolower-tests: New file.
15035         * tests/unicase/test-u16-tolower.c: New file.
15036
15037         Tests for module 'unicase/u8-tolower'.
15038         * modules/unicase/u8-tolower-tests: New file.
15039         * tests/unicase/test-u8-tolower.c: New file.
15040
15041         New module 'unicase/u32-tolower'.
15042         * lib/unicase/u32-tolower.c: New file.
15043         * modules/unicase/u32-tolower: New file.
15044
15045         New module 'unicase/u16-tolower'.
15046         * lib/unicase/u16-tolower.c: New file.
15047         * modules/unicase/u16-tolower: New file.
15048
15049         New module 'unicase/u8-tolower'.
15050         * lib/unicase/u8-tolower.c: New file.
15051         * modules/unicase/u8-tolower: New file.
15052
15053         Tests for module 'unicase/u32-toupper'.
15054         * modules/unicase/u32-toupper-tests: New file.
15055         * tests/unicase/test-u32-toupper.c: New file.
15056
15057         Tests for module 'unicase/u16-toupper'.
15058         * modules/unicase/u16-toupper-tests: New file.
15059         * tests/unicase/test-u16-toupper.c: New file.
15060
15061         Tests for module 'unicase/u8-toupper'.
15062         * modules/unicase/u8-toupper-tests: New file.
15063         * tests/unicase/test-u8-toupper.c: New file.
15064
15065         New module 'unicase/u32-toupper'.
15066         * lib/unicase/u32-toupper.c: New file.
15067         * modules/unicase/u32-toupper: New file.
15068
15069         New module 'unicase/u16-toupper'.
15070         * lib/unicase/u16-toupper.c: New file.
15071         * modules/unicase/u16-toupper: New file.
15072
15073         New module 'unicase/u8-toupper'.
15074         * lib/unicase/u8-toupper.c: New file.
15075         * modules/unicase/u8-toupper: New file.
15076
15077         New module 'unicase/u32-casemap'.
15078         * lib/unicase/u32-casemap.c: New file.
15079         * modules/unicase/u32-casemap: New file.
15080
15081         New module 'unicase/u16-casemap'.
15082         * lib/unicase/u16-casemap.c: New file.
15083         * modules/unicase/u16-casemap: New file.
15084
15085         New module 'unicase/u8-casemap'.
15086         * lib/unicase/unicasemap.h: New file.
15087         * lib/unicase/u8-casemap.c: New file.
15088         * lib/unicase/u-casemap.h: New file.
15089         * modules/unicase/u8-casemap: New file.
15090
15091         New module 'unicase/special-casing'.
15092         * lib/unicase/special-casing.h: New file.
15093         * lib/unicase/special-casing.c: New file.
15094         * lib/unicase/special-casing-table.gperf: New file, generated by
15095         gen-uni-tables.c.
15096         * modules/unicase/special-casing: New file.
15097
15098         Tests for module 'unicase/locale-language'.
15099         * modules/unicase/locale-language-tests: New file.
15100         * tests/unicase/test-locale-language.sh: New file.
15101         * tests/unicase/test-locale-language.c: New file.
15102
15103         New module 'unicase/locale-language'.
15104         * lib/unicase/locale-language.c: New file.
15105         * lib/unicase/locale-languages.gperf: New file.
15106         * modules/unicase/locale-language: New file.
15107
15108         Generate more tables for case conversion and case folding.
15109         * lib/gen-uni-tables.c (SCC_*): New enum items.
15110         (struct special_casing_rule): New type.
15111         (casing_rules, num_casing_rules, allocated_casing_rules): New
15112         variables.
15113         (add_casing_rule, fill_casing_rules): New functions.
15114         (struct casefold_rule): New type.
15115         (casefolding_rules, num_casefolding_rules,
15116         allocated_casefolding_rules): New variables.
15117         (fill_casefolding_rules): New function.
15118         (unicode_casefold): New variable.
15119         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
15120         sort_casing_rules, output_casing_rules): New functions.
15121         (main): Accept to more arguments: SpecialCasing.txt and
15122         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
15123         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
15124         Output mapping for casefolding.
15125
15126         * lib/unicase.h: Include stdbool.h, uninorm.h.
15127         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
15128         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
15129         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
15130         arguments.
15131         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
15132         resultp arguments.
15133         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
15134         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
15135         resultp arguments.
15136         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
15137         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
15138         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
15139         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
15140         declarations.
15141         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
15142
15143 2009-03-08  Bruno Haible  <bruno@clisp.org>
15144
15145         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15146         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
15147         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
15148         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15149
15150 2009-03-07  Bruno Haible  <bruno@clisp.org>
15151
15152         Adjust u*_normcmp, u*_normcoll API.
15153         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15154         u16_normcoll, u32_normcoll): Change failure conventions.
15155         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15156         errno and return -1.
15157         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15158
15159 2009-03-07  Bruno Haible  <bruno@clisp.org>
15160
15161         Tests for module 'uninorm/u32-normcoll'.
15162         * modules/uninorm/u32-normcoll-tests: New file.
15163         * tests/uninorm/test-u32-normcoll.c: New file.
15164
15165         Tests for module 'uninorm/u16-normcoll'.
15166         * modules/uninorm/u16-normcoll-tests: New file.
15167         * tests/uninorm/test-u16-normcoll.c: New file.
15168
15169         Tests for module 'uninorm/u8-normcoll'.
15170         * modules/uninorm/u8-normcoll-tests: New file.
15171         * tests/uninorm/test-u8-normcoll.c: New file.
15172
15173 2009-03-07  Bruno Haible  <bruno@clisp.org>
15174
15175         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
15176         tests/uninorm/test-u32-normcmp.c.
15177         * tests/uninorm/test-u32-normcmp.c: Include it.
15178         (test_nonascii): New function, extracted from main. Add some more
15179         tests.
15180         (main): Invoke test_ascii and test_nonascii.
15181         * modules/uninorm/u32-normcmp-tests (Files): Add
15182         tests/uninorm/test-u32-normcmp.h.
15183         (Depends-on): Remove uninorm/u32-normcmp.
15184
15185         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
15186         tests/uninorm/test-u16-normcmp.c.
15187         * tests/uninorm/test-u16-normcmp.c: Include it.
15188         (test_nonascii): New function, extracted from main. Add some more
15189         tests.
15190         (main): Invoke test_ascii and test_nonascii.
15191         * modules/uninorm/u16-normcmp-tests (Files): Add
15192         tests/uninorm/test-u16-normcmp.h.
15193         (Depends-on): Remove uninorm/u16-normcmp.
15194
15195         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
15196         tests/uninorm/test-u8-normcmp.c.
15197         * tests/uninorm/test-u8-normcmp.c: Include it.
15198         (test_nonascii): New function, extracted from main. Add some more
15199         tests.
15200         (main): Invoke test_ascii and test_nonascii.
15201         * modules/uninorm/u8-normcmp-tests (Files): Add
15202         tests/uninorm/test-u8-normcmp.h.
15203         (Depends-on): Remove uninorm/u8-normcmp.
15204
15205 2009-03-07  Bruno Haible  <bruno@clisp.org>
15206
15207         New module 'uninorm/u32-normcoll'.
15208         * lib/uninorm/u32-normcoll.c: New file.
15209         * modules/uninorm/u32-normcoll: New file.
15210
15211         New module 'uninorm/u16-normcoll'.
15212         * lib/uninorm/u16-normcoll.c: New file.
15213         * modules/uninorm/u16-normcoll: New file.
15214
15215         New module 'uninorm/u8-normcoll'.
15216         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
15217         declarations.
15218         * lib/uninorm/u8-normcoll.c: New file.
15219         * lib/uninorm/u-normcoll.h: New file.
15220         * modules/uninorm/u8-normcoll: New file.
15221
15222         New module 'uninorm/u32-normxfrm'.
15223         * lib/uninorm/u32-normxfrm.c: New file.
15224         * modules/uninorm/u32-normxfrm: New file.
15225
15226         New module 'uninorm/u16-normxfrm'.
15227         * lib/uninorm/u16-normxfrm.c: New file.
15228         * modules/uninorm/u16-normxfrm: New file.
15229
15230         New module 'uninorm/u8-normxfrm'.
15231         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
15232         declarations.
15233         * lib/uninorm/u8-normxfrm.c: New file.
15234         * lib/uninorm/u-normxfrm.h: New file.
15235         * modules/uninorm/u8-normxfrm: New file.
15236
15237 2009-03-07  Bruno Haible  <bruno@clisp.org>
15238
15239         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
15240         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
15241         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
15242
15243 2009-03-07  Bruno Haible  <bruno@clisp.org>
15244
15245         New module 'memxfrm'.
15246         * lib/memxfrm.h: New file.
15247         * lib/memxfrm.c: New file.
15248         * modules/memxfrm: New file.
15249
15250 2009-03-07  Bruno Haible  <bruno@clisp.org>
15251
15252         New module 'memcmp2'.
15253         * lib/memcmp2.h: New file.
15254         * lib/memcmp2.c: New file.
15255         * modules/memcmp2: New file.
15256
15257 2009-03-07  Bruno Haible  <bruno@clisp.org>
15258
15259         Tests for module 'uninorm/decomposing-form'.
15260         * modules/uninorm/decomposing-form-tests: New file.
15261         * tests/uninorm/test-decomposing-form.c: New file.
15262
15263         New module 'uninorm/decomposing-form'.
15264         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
15265         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
15266         Add 'decomposing_variant' field.
15267         * lib/uninorm/decomposing-form.c: New file.
15268         * lib/uninorm/nfc.c (uninorm_nfc): Update.
15269         * lib/uninorm/nfd.c (uninorm_nfd): Update.
15270         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
15271         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
15272         * modules/uninorm/decomposing-form: New file.
15273         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
15274         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
15275
15276 2009-03-07  Bruno Haible  <bruno@clisp.org>
15277
15278         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
15279         strings.
15280
15281 2009-03-06  Bruno Haible  <bruno@clisp.org>
15282
15283         Tests for module 'uninorm/u32-normcmp'.
15284         * tests/uninorm/test-u32-normcmp.c: New file.
15285         * modules/uninorm/u32-normcmp-tests: New file.
15286
15287         Tests for module 'uninorm/u16-normcmp'.
15288         * tests/uninorm/test-u16-normcmp.c: New file.
15289         * modules/uninorm/u16-normcmp-tests: New file.
15290
15291         Tests for module 'uninorm/u8-normcmp'.
15292         * tests/uninorm/test-u8-normcmp.c: New file.
15293         * modules/uninorm/u8-normcmp-tests: New file.
15294
15295         New module 'uninorm/u32-normcmp'.
15296         * lib/uninorm/u32-normcmp.c: New file.
15297         * modules/uninorm/u32-normcmp: New file.
15298
15299         New module 'uninorm/u16-normcmp'.
15300         * lib/uninorm/u16-normcmp.c: New file.
15301         * modules/uninorm/u16-normcmp: New file.
15302
15303         New module 'uninorm/u8-normcmp'.
15304         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
15305         declarations.
15306         * lib/uninorm/u8-normcmp.c: New file.
15307         * lib/uninorm/u-normcmp.h: New file.
15308         * modules/uninorm/u8-normcmp: New file.
15309
15310 2009-03-06  Bruno Haible  <bruno@clisp.org>
15311
15312         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
15313         Reported by Eric Blake.
15314
15315 2009-03-06  Eric Blake  <ebb9@byu.net>
15316             Bruno Haible  <bruno@clisp.org>
15317
15318         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
15319         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
15320         condition.
15321         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15322         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
15323         condition.
15324         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15325
15326 2009-03-06  Eric Blake  <ebb9@byu.net>
15327
15328         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
15329         to avoid compiler warnings.
15330         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
15331
15332 2009-03-05  Bruno Haible  <bruno@clisp.org>
15333
15334         * tests/test-ftell.c (main): Disable test beyond end of file on
15335         FreeMiNT.
15336         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15337
15338 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
15339
15340         * lib/filevercmp.c: Move hidden files up in ordering.
15341         * tests/test-filevercmp.c: Add tests for hidden files.
15342
15343 2009-03-04  Bruno Haible  <bruno@clisp.org>
15344
15345         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
15346         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
15347         AM_CFLAGS.
15348         Reported by Simon Josefsson.
15349
15350 2009-03-03  Bruno Haible  <bruno@clisp.org>
15351
15352         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
15353         Reported by Simon Josefsson.
15354
15355         * doc/ld-version-script.texi: Update node reference.
15356
15357 2009-03-03  Bruno Haible  <bruno@clisp.org>
15358
15359         * modules/visibility (License): Change to 'unlimited'.
15360         Suggested by Simon Josefsson.
15361
15362 2009-03-03  Jim Meyering  <meyering@redhat.com>
15363
15364         unlinkdir: cannot_unlink_dir may modify process state
15365         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
15366         it's neither thread-safe nor appropriate for use in a library.
15367
15368 2009-03-03  Eric Blake  <ebb9@byu.net>
15369
15370         test-closein: silence test under Darwin
15371         * tests/test-closein.sh: Ignore stderr from cat, since we don't
15372         care if it dies from EPIPE or EBADF.
15373
15374 2009-03-03  Bruno Haible  <bruno@clisp.org>
15375
15376         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
15377         earlier.
15378         * doc/visibility.texi: Fix @node and @section.
15379
15380 2009-03-03  Simon Josefsson  <simon@josefsson.org>
15381
15382         * doc/gnulib.texi: Link to sections for ld version script and
15383         visibility.
15384         * doc/visibility.texi: Add @node and @section.
15385         * modules/ld-version-script: New module.
15386         * m4/ld-version-script.m4: New file.
15387         * doc/ld-version-script.texi: New file.
15388
15389 2009-03-02  David Lutterkort  <lutter@redhat.com>
15390
15391         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
15392         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15393
15394 2009-03-02  Bruno Haible  <bruno@clisp.org>
15395
15396         * doc/visibility.texi: Mention libtool's -export-symbols option.
15397
15398 2009-03-02  Jim Meyering  <meyering@redhat.com>
15399
15400         announce-gen: new option: --no-print-checksums
15401         * build-aux/announce-gen (usage): Describe it.
15402         (print_checksums): Print a newline here, not in the [*] footnote.
15403         (main): Honor it.
15404
15405 2009-03-01  Bruno Haible  <bruno@clisp.org>
15406
15407         Use socklen_t in the native Windows replacements prototypes.
15408         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
15409         instead of 'int'.
15410         * lib/getsockopt.c (rpl_getsockopt): Likewise.
15411         * lib/setsockopt.c (rpl_setsockopt): Likewise.
15412         * modules/getsockopt (Depends-on): Add socklen.
15413         * modules/setsockopt (Depends-on): Add socklen.
15414
15415 2009-03-01  Bruno Haible  <bruno@clisp.org>
15416
15417         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
15418         least 4.2.
15419
15420 2009-03-01  Eric Blake  <ebb9@byu.net>
15421             Bruno Haible  <bruno@clisp.org>
15422
15423         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
15424         error messages.
15425         * lib/wait-process.c (wait_subprocess): Omit error message about
15426         deadly signal sent to the child of termsigp != NULL.
15427
15428 2009-03-01  Eric Blake  <ebb9@byu.net>
15429
15430         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
15431
15432 2009-03-01  Bruno Haible  <bruno@clisp.org>
15433
15434         Avoid a gcc warning.
15435         * tests/test-sched.c (b): Make global.
15436         Reported by Eric Blake.
15437
15438 2009-01-19  Martin Lambers  <marlam@marlam.de>
15439
15440         Provide POSIX semantics for socket timeout options on W32.
15441         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
15442         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
15443         * modules/setsockopt: Depend on sys_time module for struct timeval.
15444         * modules/getsockopt: Depend on sys_time module for struct timeval.
15445
15446 2009-03-01  Simon Josefsson  <simon@josefsson.org>
15447
15448         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
15449         __USE_GNU, for consistency with netdb.in.h.
15450         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15451
15452 2009-03-01  Bruno Haible  <bruno@clisp.org>
15453
15454         More support for FreeMiNT.
15455         * lib/fseeko.c (rpl_fseeko): Complete last commit.
15456         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15457
15458 2009-03-01  Bruno Haible  <bruno@clisp.org>
15459
15460         More support for FreeMiNT.
15461         * lib/fpurge.c (fpurge): Correct last commit.
15462         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15463
15464 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15465
15466         Fix unportable awk script in vc-list-files.
15467         * build-aux/vc-list-files: In the replacement awk script, use
15468         substr with a second argument of 1, not zero.
15469         Report by Simon Josefsson.
15470
15471 2009-02-28  Bruno Haible  <bruno@clisp.org>
15472
15473         More support for FreeMiNT.
15474         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
15475         to FreeMiNT today.
15476         * lib/fwriting.c (fwriting): Likewise.
15477         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
15478
15479 2009-02-28  Bruno Haible  <bruno@clisp.org>
15480
15481         * tests/test-freadseek.c (main): Disable test beyond end of file on
15482         FreeMiNT.
15483         * tests/test-ftello.c (main): Likewise.
15484         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15485
15486 2009-02-28  Bruno Haible  <bruno@clisp.org>
15487
15488         Add tentative support for FreeMiNT.
15489         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
15490         * lib/fpurge.c (fpurge): Likewise.
15491         * lib/freadable.c (freadable): Likewise.
15492         * lib/freading.c (freading): Likewise.
15493         * lib/freadptr.c (freadptr): Likewise.
15494         * lib/freadseek.c (freadptrinc): Likewise.
15495         * lib/fseeko.c (rpl_fseeko): Likewise.
15496         * lib/fseterr.c (fseterr): Likewise.
15497         * lib/fwritable.c (fwritable): Likewise.
15498         * lib/fwriting.c (fwriting): Likewise.
15499         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
15500         Hourihane.
15501         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15502
15503 2009-02-28  Bruno Haible  <bruno@clisp.org>
15504
15505         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
15506         SIGCHLD.
15507         Reported by Jim Meyering.
15508
15509 2009-02-28  Bruno Haible  <bruno@clisp.org>
15510
15511         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
15512         Mention the results of these tests on various platforms.
15513         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
15514         order.
15515         * doc/posix-functions/printf.texi: Likewise.
15516         * doc/posix-functions/snprintf.texi: Likewise.
15517         * doc/posix-functions/sprintf.texi: Likewise.
15518         * doc/posix-functions/vfprintf.texi: Likewise.
15519         * doc/posix-functions/vprintf.texi: Likewise.
15520         * doc/posix-functions/vsnprintf.texi: Likewise.
15521         * doc/posix-functions/vsprintf.texi: Likewise.
15522         * doc/glibc-functions/obstack_printf.texi: Likewise.
15523         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
15524
15525 2009-02-28  Bruno Haible  <bruno@clisp.org>
15526
15527         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
15528         Reported by Loïc Minier <lool@dooz.org>.
15529
15530 2009-02-27  Bruno Haible  <bruno@clisp.org>
15531
15532         * gnulib-tool (func_import): Make the sed expression used to create the
15533         sed script for updating the .gitignore file POSIX compliant.
15534         Reported by Eric Blake.
15535
15536 2009-02-27  Bruno Haible  <bruno@clisp.org>
15537
15538         * gnulib-tool (sed): Don't alias as "sed --posix".
15539         Reported by Eric Blake.
15540
15541 2009-02-27  Bruno Haible  <bruno@clisp.org>
15542
15543         Avoid test link errors.
15544         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
15545         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
15546         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
15547         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
15548         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15549
15550 2009-02-27  Bruno Haible  <bruno@clisp.org>
15551
15552         Avoid spurious "(cached)" in configure output.
15553         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
15554         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
15555         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
15556         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
15557         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
15558         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
15559         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
15560         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
15561         Reported by Eric Blake.
15562
15563 2009-02-27  Eric Blake  <ebb9@byu.net>
15564
15565         printf: fix regression in previous patch
15566         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
15567
15568 2009-02-27  Bruno Haible  <bruno@clisp.org>
15569
15570         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
15571         value.
15572         * lib/stdint.in.h: Likewise.
15573         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
15574
15575 2009-02-27  Eric Blake  <ebb9@byu.net>
15576
15577         doc: mention more functions added in cygwin 1.7.0
15578         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
15579         addition.
15580         * doc/posix-functions/open_wmemstream.texi: Likewise.
15581         * doc/posix-functions/wcsnlen.texi: Likewise.
15582         * doc/posix-functions/wcsnrtombs.texi: Likewise.
15583         * doc/posix-functions/wcstod.texi: Likewise.
15584         * doc/posix-functions/wcstof.texi: Likewise.
15585         * doc/posix-functions/wcstoimax.texi: Likewise.
15586         * doc/posix-functions/wcstok.texi: Likewise.
15587         * doc/posix-functions/wcstoumax.texi: Likewise.
15588
15589         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
15590         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
15591         * doc/posix-functions/fprintf.texi: Update.
15592         * doc/posix-functions/printf.texi: Update.
15593         * doc/posix-functions/snprintf.texi: Update.
15594         * doc/posix-functions/sprintf.texi: Update.
15595         * doc/posix-functions/vfprintf.texi: Update.
15596         * doc/posix-functions/vprintf.texi: Update.
15597         * doc/posix-functions/vsnprintf.texi: Update.
15598         * doc/posix-functions/vsprintf.texi: Update.
15599         * doc/glibc-functions/obstack_printf.texi: Update.
15600         * doc/glibc-functions/obstack_vprintf.texi: Update.
15601
15602 2009-02-26  Eric Blake  <ebb9@byu.net>
15603
15604         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
15605         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
15606         compilation bug by using runtime conversion.
15607         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
15608         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
15609         * modules/ceill-tests (Files): Use nan.h.
15610         * modules/floorl-tests (Files): Likewise.
15611         * modules/frexpl-tests (Files): Likewise.
15612         * modules/isnanl-tests (Files): Likewise.
15613         * modules/ldexpl-tests (Files): Likewise.
15614         * modules/roundl-tests (Files): Likewise.
15615         * modules/truncl-tests (Files): Likewise.
15616         * tests/test-ceill.c (main): Use a working NaN.
15617         * tests/test-floorl.c (main): Likewise.
15618         * tests/test-frexpl.c (main): Likewise.
15619         * tests/test-isnan.c (test_long_double): Likewise.
15620         * tests/test-isnanl.h (main): Likewise.
15621         * tests/test-ldexpl.h (main): Likewise.
15622         * tests/test-roundl.h (main): Likewise.
15623         * tests/test-truncl.h (main): Likewise.
15624         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
15625
15626 2009-02-26  Eric Blake  <ebb9@byu.net>
15627             Bruno Haible  <bruno@clisp.org>
15628
15629         Work around a *printf bug with %ls on Solaris.
15630         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
15631         precision is specified, sprintf stops converting the wide string
15632         argument when the number of bytes that have been produced by this
15633         conversion equals or exceeds the precision.
15634         * doc/posix-functions/fprintf.texi: Update.
15635         * doc/posix-functions/printf.texi: Update.
15636         * doc/posix-functions/snprintf.texi: Update.
15637         * doc/posix-functions/sprintf.texi: Update.
15638         * doc/posix-functions/vfprintf.texi: Update.
15639         * doc/posix-functions/vprintf.texi: Update.
15640         * doc/posix-functions/vsnprintf.texi: Update.
15641         * doc/posix-functions/vsprintf.texi: Update.
15642         * doc/glibc-functions/obstack_printf.texi: Update.
15643         * doc/glibc-functions/obstack_vprintf.texi: Update.
15644
15645 2009-02-26  Eric Blake  <ebb9@byu.net>
15646
15647         stdlib: favor compiler check of random.h
15648         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
15649         to avoid an ObjC random.h installed by Swarm.
15650
15651 2009-02-26  Bruno Haible  <bruno@clisp.org>
15652
15653         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
15654         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
15655         Reported by Gary V. Vaughan <gary@gnu.org>.
15656
15657 2009-02-26  Bruno Haible  <bruno@clisp.org>
15658
15659         Fix *printf behaviour regarding the %ls directive.
15660         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
15661         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
15662         NEED_PRINTF_DIRECTIVE_LS.
15663         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
15664         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
15665         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15666         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
15667         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
15668         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
15669         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
15670         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15671         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15672         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15673         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15674         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
15675         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15676         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15677         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15678         * doc/posix-functions/fprintf.texi: Update.
15679         * doc/posix-functions/printf.texi: Update.
15680         * doc/posix-functions/snprintf.texi: Update.
15681         * doc/posix-functions/sprintf.texi: Update.
15682         * doc/posix-functions/vfprintf.texi: Update.
15683         * doc/posix-functions/vprintf.texi: Update.
15684         * doc/posix-functions/vsnprintf.texi: Update.
15685         * doc/posix-functions/vsprintf.texi: Update.
15686         * doc/glibc-functions/obstack_printf.texi: Update.
15687         * doc/glibc-functions/obstack_vprintf.texi: Update.
15688         Reported by Eric Blake.
15689
15690 2009-02-25  Bruno Haible  <bruno@clisp.org>
15691
15692         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
15693         with known value.
15694         Reported by Gary V. Vaughan <gary@gnu.org>.
15695
15696 2009-02-25  Bruno Haible  <bruno@clisp.org>
15697
15698         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
15699         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
15700         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
15701         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
15702         Reported by Gary V. Vaughan <gary@gnu.org>.
15703
15704 2009-02-25  Bruno Haible  <bruno@clisp.org>
15705
15706         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
15707         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
15708         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
15709         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
15710         Reported by Gary V. Vaughan <gary@gnu.org>.
15711
15712 2009-02-25  Eric Blake  <ebb9@byu.net>
15713
15714         tests: skip fseek/ftell tests if ungetc is broken
15715         * m4/ungetc.m4: New file.
15716         * modules/fseek-tests: Split test, so ungetc dependency is
15717         separate from rest of test.
15718         * modules/fseeko-tests: Likewise.
15719         * modules/ftell-tests: Likewise.
15720         * modules/ftello-tests: Likewise.
15721         * tests/test-fseek.c (main): Isolate ungetc dependency.
15722         * tests/test-fseeko.c (main): Likewise.
15723         * tests/test-ftell.c (main): Likewise.
15724         * tests/test-ftello.c (main): Likewise.
15725         * tests/test-fseek2.sh: New file.
15726         * tests/test-fseeko2.sh: Likewise.
15727         * tests/test-ftell2.sh: Likewise.
15728         * tests/test-ftello2.sh: Likewise.
15729
15730 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
15731
15732         test-getaddrinfo: fix usage of skip return code 77
15733         * tests/test-gettaddrinfo.c: Return skip code 77 only
15734         for first occurance of skip (4x77 is not 77)
15735
15736 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
15737
15738         strtod: avoid C99 decl-after-statement
15739         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
15740
15741 2009-02-24  Eric Blake  <ebb9@byu.net>
15742
15743         strtod: detect HP-UX 11.31 bug
15744         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
15745         Reported by Gary V. Vaughan.
15746
15747 2009-02-23  Bruno Haible  <bruno@clisp.org>
15748
15749         Fix invalid read past end of memory block.
15750         * lib/vasnprintf.c (DCHAR_SET): Define.
15751         (local_wcslen): Define only when needed.
15752         (local_strnlen, local_wcsnlen): New functions.
15753         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
15754         directives that involve a conversion ourselves.
15755         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
15756         wcsnlen, mbrtowc, wcrtomb.
15757         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
15758         * tests/test-vasprintf-posix.c (test_function): Likewise.
15759         * tests/test-snprintf-posix.h (test_function): Likewise.
15760         * tests/test-sprintf-posix.h (test_function): Likewise.
15761         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15762
15763 2009-02-22  Bruno Haible  <bruno@clisp.org>
15764
15765         Implement new clarified decomposition of Hangul syllables.
15766         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
15767         of type LTV, return only a pairwise decomposition.
15768         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
15769         Likewise.
15770         * tests/uninorm/test-decomposition.c (main): Updated expected result.
15771         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
15772         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
15773
15774 2009-02-22  Bruno Haible  <bruno@clisp.org>
15775
15776         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
15777         zero-length results and shrink excess allocated memory.
15778         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
15779         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
15780         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
15781         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
15782         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
15783         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
15784         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
15785         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
15786         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
15787         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
15788         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
15789         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
15790
15791 2009-02-21  Bruno Haible  <bruno@clisp.org>
15792
15793         * doc/gnulib.texi: Include safe-alloc.texi earlier.
15794         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
15795         spaces after a period. Put a space between a macro name and its
15796         argument list. Trivial rewordings.
15797         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
15798         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
15799         (main): Return 0 explicitly.
15800
15801 2009-02-21  Bruno Haible  <bruno@clisp.org>
15802
15803         Tests for module 'uninorm/filter'.
15804         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
15805         * modules/uninorm/filter-tests: New file.
15806
15807         New module 'uninorm/filter'.
15808         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
15809         uninorm_filter_flush, uninorm_filter_free): New declarations.
15810         * lib/uninorm/uninorm-filter.c: New file.
15811         * modules/uninorm/filter: New file.
15812
15813 2009-02-21  Bruno Haible  <bruno@clisp.org>
15814
15815         Tests for module 'uninorm/nfkc'.
15816         * tests/uninorm/test-nfkc.c: New file.
15817         * tests/uninorm/test-u8-nfkc.c: New file.
15818         * tests/uninorm/test-u16-nfkc.c: New file.
15819         * tests/uninorm/test-u32-nfkc.c: New file.
15820         * tests/uninorm/test-u32-nfkc-big.sh: New file.
15821         * tests/uninorm/test-u32-nfkc-big.c: New file.
15822         * modules/uninorm/nfkc-tests: New file.
15823
15824         New module 'uninorm/nfkc'.
15825         * lib/uninorm/nfkc.c: New file.
15826         * modules/uninorm/nfkc: New file.
15827
15828         Tests for module 'uninorm/nfkd'.
15829         * tests/uninorm/test-nfkd.c: New file.
15830         * tests/uninorm/test-u8-nfkd.c: New file.
15831         * tests/uninorm/test-u16-nfkd.c: New file.
15832         * tests/uninorm/test-u32-nfkd.c: New file.
15833         * tests/uninorm/test-u32-nfkd-big.sh: New file.
15834         * tests/uninorm/test-u32-nfkd-big.c: New file.
15835         * modules/uninorm/nfkd-tests: New file.
15836
15837         New module 'uninorm/nfkd'.
15838         * lib/uninorm/nfkd.c: New file.
15839         * modules/uninorm/nfkd: New file.
15840
15841         Tests for module 'uninorm/nfc'.
15842         * tests/uninorm/test-nfc.c: New file.
15843         * tests/uninorm/test-u8-nfc.c: New file.
15844         * tests/uninorm/test-u16-nfc.c: New file.
15845         * tests/uninorm/test-u32-nfc.c: New file.
15846         * tests/uninorm/test-u32-nfc-big.sh: New file.
15847         * tests/uninorm/test-u32-nfc-big.c: New file.
15848         * modules/uninorm/nfc-tests: New file.
15849
15850         New module 'uninorm/nfc'.
15851         * lib/uninorm/nfc.c: New file.
15852         * modules/uninorm/nfc: New file.
15853
15854         Tests for module 'uninorm/nfd'.
15855         * tests/uninorm/test-nfd.c: New file.
15856         * tests/uninorm/test-u8-nfd.c: New file.
15857         * tests/uninorm/test-u16-nfd.c: New file.
15858         * tests/uninorm/test-u32-nfd.c: New file.
15859         * tests/uninorm/test-u32-nfd-big.sh: New file.
15860         * tests/uninorm/test-u32-nfd-big.c: New file.
15861         * tests/uninorm/test-u32-normalize-big.h: New file.
15862         * tests/uninorm/test-u32-normalize-big.c: New file.
15863         * tests/uninorm/NormalizationTest.txt: New file, created from
15864         Unicode 5.1.0 NormalizationTest.txt.
15865         * modules/uninorm/nfd-tests: New file.
15866
15867         New module 'uninorm/nfd'.
15868         * lib/uninorm/nfd.c: New file.
15869         * modules/uninorm/nfd: New file.
15870
15871         New module 'uninorm/u32-normalize'.
15872         * lib/uninorm/u32-normalize.c: New file.
15873         * modules/uninorm/u32-normalize: New file.
15874
15875         New module 'uninorm/u16-normalize'.
15876         * lib/uninorm/u16-normalize.c: New file.
15877         * modules/uninorm/u16-normalize: New file.
15878
15879         New module 'uninorm/u8-normalize'.
15880         * lib/uninorm/u8-normalize.c: New file.
15881         * lib/uninorm/normalize-internal.h: New file.
15882         * lib/uninorm/u-normalize-internal.h: New file.
15883         * modules/uninorm/u8-normalize: New file.
15884
15885         New module 'uninorm/decompose-internal'.
15886         * lib/uninorm/decompose-internal.c: New file.
15887         * modules/uninorm/decompose-internal: New file.
15888
15889         Tests for module 'uninorm/composition'.
15890         * tests/uninorm/test-composition.c: New file.
15891         * modules/uninorm/composition-tests: New file.
15892
15893         New module 'uninorm/composition'.
15894         * lib/uninorm/composition.c: New file.
15895         * lib/uninorm/composition-table.gperf: New file, generated by
15896         gen-uni-tables.
15897         * modules/uninorm/composition: New file.
15898
15899         Tests for module 'uninorm/compat-decomposition'.
15900         * tests/uninorm/test-compat-decomposition.c: New file.
15901         * modules/uninorm/compat-decomposition-tests: New file.
15902
15903         New module 'uninorm/compat-decomposition'.
15904         * lib/uninorm/decompose-internal.h: New file.
15905         * lib/uninorm/compat-decomposition.c: New file.
15906         * modules/uninorm/compat-decomposition: New file.
15907
15908         Tests for module 'uninorm/canonical-decomposition'.
15909         * tests/uninorm/test-canonical-decomposition.c: New file.
15910         * modules/uninorm/canonical-decomposition-tests: New file.
15911
15912         New module 'uninorm/canonical-decomposition'.
15913         * lib/uninorm/canonical-decomposition.c: New file.
15914         * modules/uninorm/canonical-decomposition: New file.
15915
15916         Tests for module 'uninorm/decomposition'.
15917         * tests/uninorm/test-decomposition.c: New file.
15918         * modules/uninorm/decomposition-tests: New file.
15919
15920         New module 'uninorm/decomposition'.
15921         * lib/uninorm/decomposition.c: New file.
15922         * modules/uninorm/decomposition: New file.
15923
15924         New module 'uninorm/decomposition-table'.
15925         * lib/uninorm/decomposition-table.h: New file.
15926         * lib/uninorm/decomposition-table.c: New file.
15927         * lib/uninorm/decomposition-table1.h: New file, generated by
15928         gen-uni-tables.
15929         * lib/uninorm/decomposition-table2.h: New file, generated by
15930         gen-uni-tables.
15931         * modules/uninorm/decomposition-table: New file.
15932
15933         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
15934         (UC_DECOMP_*): New enumeration items.
15935         (get_decomposition): New function.
15936         (struct decomp_table): New type.
15937         (output_decomposition, output_decomposition_tables): New functions.
15938         (unicode_composition_exclusions): New variable.
15939         (fill_composition_exclusions, debug_output_composition_tables): New
15940         functions.
15941         (main): Accept one more argument. Invoke fill_composition_exclusions.
15942         Output decomposition and composition tables.
15943
15944         New module 'uninorm/base'.
15945         * lib/uninorm.h: New file.
15946         * lib/unictype.h: Update comment.
15947         * modules/uninorm/base: New file.
15948
15949 2009-02-21  David Lutterkort  <lutter@redhat.com>
15950
15951         Tests for module 'safe-alloc'.
15952         * tests/test-safe-alloc.c: New file.
15953         * modules/safe-alloc-tests: New file.
15954
15955         New module 'safe-alloc'.
15956         * lib/safe-alloc.h: New file.
15957         * lib/safe-alloc.c: New file.
15958         * m4/safe-alloc.m4: New file.
15959         * modules/safe-alloc: New file.
15960         * doc/safe-alloc.texi: New file.
15961         * doc/gnulib.texi: Include it.
15962         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
15963         safe-alloc.
15964
15965 2009-02-18  Bruno Haible  <bruno@clisp.org>
15966
15967         Fix link error on non-glibc systems.
15968         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
15969         variable.
15970         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15971
15972 2009-02-18  Jim Meyering  <meyering@redhat.com>
15973
15974         fts: avoid used-uninitialized error due to recent change
15975         * lib/fts.c (fts_read): Guard uses of the new member,
15976         parent->fts_n_dirs_remaining, since it's not relevant for
15977         the parent of a directory specified on the command-line.
15978
15979 2009-02-17  James Youngman  <jay@gnu.org>
15980             Bruno Haible  <bruno@clisp.org>
15981
15982         * m4/include_next.m4: Reformulate comment.
15983
15984 2009-02-16  Jim Meyering  <meyering@redhat.com>
15985
15986         fts: add #if guards so that the fts_lgpl module still builds
15987         * lib/fts.c: Guard just-added hash-table-using parts with
15988         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
15989         Reported by Simon Josefsson.
15990
15991 2009-02-15  Bruno Haible  <bruno@clisp.org>
15992
15993         * modules/array-mergesort-tests: New file.
15994         * tests/test-array-mergesort.c: New file.
15995
15996         New module 'array-mergesort'.
15997         * modules/array-mergesort: New file.
15998         * lib/array-mergesort.h: New file.
15999
16000 2009-02-15  Bruno Haible  <bruno@clisp.org>
16001
16002         Fix 2009-02-07 commit.
16003         * lib/gen-uni-tables.c (output_predicate, output_category,
16004         output_combclass, output_bidi_category, output_decimal_digit,
16005         output_digit, output_numeric, output_mirror, output_scripts,
16006         output_ident_category, output_simple_mapping): Fix format directives.
16007         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
16008
16009 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
16010
16011         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
16012         fixes are available from IBM.
16013
16014 2009-02-13  Jim Meyering  <meyering@redhat.com>
16015
16016         fts: arrange not to stat non-directories in more cases
16017         This makes GNU find (when it doesn't need to stat each file)
16018         *much* more efficient at traversing reiserfs file systems.
16019         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
16020         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
16021         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
16022         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
16023         (leaf_optimization_applies): New function.
16024         (LCO_hash, LCO_compare): New helper functions.
16025         (link_count_optimize_ok): New function.
16026         (fts_stat): Initialize new member (if dir).
16027         (fts_read): Decrement parent's fts_n_dirs_remaining count if
16028         we've just stat'ed a directory.  Skip the stat call when possible.
16029         ---
16030         Note this AFS-related exchange:
16031         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
16032         and note find's pioctl call in find/fstype.c.
16033         But that is necessary only if you want to enable the
16034         optimization for AFS, and for now, I don't.
16035
16036         fts: move a function definition "up" (no semantic change)
16037         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
16038         "up" to precede upcoming use of a related function.
16039
16040 2009-02-11  Jim Meyering  <meyering@redhat.com>
16041
16042         fts: correct internal computation of nlinks (optimization-related)
16043         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
16044         whether the current entry is a directory, so don't test it.
16045
16046 2009-02-10  Bruno Haible  <bruno@clisp.org>
16047
16048         Tests for module 'uniwbrk/ulc-wordbreaks'.
16049         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
16050         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
16051         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
16052
16053         Tests for module 'uniwbrk/u32-wordbreaks'.
16054         * modules/uniwbrk/u32-wordbreaks-tests: New file.
16055         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
16056
16057         Tests for module 'uniwbrk/u16-wordbreaks'.
16058         * modules/uniwbrk/u16-wordbreaks-tests: New file.
16059         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
16060
16061         Tests for module 'uniwbrk/u8-wordbreaks'.
16062         * modules/uniwbrk/u8-wordbreaks-tests: New file.
16063         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
16064
16065 2009-02-10  Bruno Haible  <bruno@clisp.org>
16066
16067         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
16068         property.
16069         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
16070         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
16071         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
16072
16073 2009-02-10  Simon Josefsson  <simon@josefsson.org>
16074
16075         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
16076         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
16077
16078 2009-02-10  Bruno Haible  <bruno@clisp.org>
16079
16080         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
16081         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
16082         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
16083         * lib/unilbrk/u8-possible-linebreaks.c: Update.
16084         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
16085         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
16086
16087 2009-02-09  Simon Josefsson  <simon@josefsson.org>
16088
16089         * lib/sockets.h (gl_fd_to_handle): New function.
16090
16091         * tests/test-sockets.c: Call gl_fd_to_handle.
16092
16093 2009-02-09  Bruno Haible  <bruno@clisp.org>
16094
16095         * doc/havelib.texi: Document the conventions on bi-arch systems.
16096
16097 2009-02-08  Bruno Haible  <bruno@clisp.org>
16098
16099         Document the AC_LIB_LINKFLAGS macro.
16100         * doc/havelib.texi: New file, mostly written on 2005-05-24.
16101         * doc/gnulib.texi: Include it.
16102
16103 2009-02-08  Bruno Haible  <bruno@clisp.org>
16104
16105         Fix wrong order of sections, compared to TOC.
16106         * doc/gnulib.texi: Include relocatable-maint.texi after the
16107         "Regular expressions" node, not before.
16108
16109 2009-02-08  Bruno Haible  <bruno@clisp.org>
16110
16111         Tests for module 'unicase/totitle'.
16112         * modules/unicase/totitle-tests: New file.
16113
16114         Tests for module 'unicase/tolower'.
16115         * modules/unicase/tolower-tests: New file.
16116
16117         Tests for module 'unicase/toupper'.
16118         * modules/unicase/toupper-tests: New file.
16119         * tests/unicase/test-mapping-part1.h: New file.
16120         * tests/unicase/test-mapping-part2.h: New file.
16121
16122         New module 'unicase/totitle'.
16123         * modules/unicase/totitle: New file.
16124         * lib/unicase/totitle.c: New file.
16125
16126         New module 'unicase/tolower'.
16127         * modules/unicase/tolower: New file.
16128         * lib/unicase/tolower.c: New file.
16129
16130         New module 'unicase/toupper'.
16131         * modules/unicase/toupper: New file.
16132         * lib/unicase/toupper.c: New file.
16133         * lib/unicase/simple-mapping.h: New file.
16134
16135         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
16136         (mapping_table): New structure.
16137         (output_simple_mapping): New function.
16138         (main): Invoke output_simple_mapping_test and output_simple_mapping.
16139         * modules/gen-uni-tables (Description): Update.
16140         * lib/unicase/toupper.h: New file, automatically generated by
16141         gen-uni-tables.
16142         * lib/unicase/tolower.h: New file, automatically generated by
16143         gen-uni-tables.
16144         * lib/unicase/totitle.h: New file, automatically generated by
16145         gen-uni-tables.
16146         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
16147         gen-uni-tables.
16148         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16149         gen-uni-tables.
16150         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16151         gen-uni-tables.
16152
16153         New module 'unicase/base'.
16154         * modules/unicase/base: New file.
16155         * lib/unicase.h: New file.
16156
16157 2009-02-08  Bruno Haible  <bruno@clisp.org>
16158
16159         New module 'uniwbrk/ulc-wordbreaks'.
16160         * modules/uniwbrk/ulc-wordbreaks: New file.
16161         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16162
16163         New module 'uniwbrk/u32-wordbreaks'.
16164         * modules/uniwbrk/u32-wordbreaks: New file.
16165         * lib/uniwbrk/u32-wordbreaks.c: New file.
16166
16167         New module 'uniwbrk/u16-wordbreaks'.
16168         * modules/uniwbrk/u16-wordbreaks: New file.
16169         * lib/uniwbrk/u16-wordbreaks.c: New file.
16170
16171         New module 'uniwbrk/u8-wordbreaks'.
16172         * modules/uniwbrk/u8-wordbreaks: New file.
16173         * lib/uniwbrk/u8-wordbreaks.c: New file.
16174         * lib/uniwbrk/u-wordbreaks.h: New file.
16175
16176         New module 'uniwbrk/table'.
16177         * modules/uniwbrk/table: New file.
16178         * lib/uniwbrk/wbrktable.h: New file.
16179         * lib/uniwbrk/wbrktable.c: New file.
16180
16181         New module 'uniwbrk/wordbreak-property'.
16182         * modules/uniwbrk/wordbreak-property: New file.
16183         * lib/uniwbrk/wordbreak-property.c: New file.
16184
16185         * lib/gen-uni-tables.c (WBP_*): New enum items.
16186         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
16187         (unicode_org_wbp): New variable.
16188         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
16189         New functions.
16190         (wbp_table): New structure.
16191         (output_wbp, output_wbrk_tables): New functions.
16192         (main): Accept additional argument. Invoke fill_org_wbp,
16193         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
16194         output_wbrk_tables.
16195         * modules/gen-uni-tables (Description): Update.
16196         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
16197         gen-uni-tables.
16198
16199         New module 'uniwbrk/base'.
16200         * modules/uniwbrk/base: New file.
16201         * lib/uniwbrk.h: New file.
16202
16203 2009-02-08  Bruno Haible  <bruno@clisp.org>
16204
16205         Update to Unicode 5.1.0.
16206         * lib/gen-uni-tables.c (is_property_alphabetic): Include
16207         U+2185..U+2188.
16208         (is_property_default_ignorable_code_point): Don't include characters
16209         of category Cc or Cs and not-a-characters.
16210         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
16211         U+0D79, U+109E, U+109F, U+A60C.
16212         * lib/unictype/bidi_of.h: Regenerated.
16213         * lib/unictype/blocks.h: Regenerated.
16214         * lib/unictype/categ_C.h: Regenerated.
16215         * lib/unictype/categ_Cf.h: Regenerated.
16216         * lib/unictype/categ_Cn.h: Regenerated.
16217         * lib/unictype/categ_L.h: Regenerated.
16218         * lib/unictype/categ_Ll.h: Regenerated.
16219         * lib/unictype/categ_Lm.h: Regenerated.
16220         * lib/unictype/categ_Lo.h: Regenerated.
16221         * lib/unictype/categ_Lu.h: Regenerated.
16222         * lib/unictype/categ_M.h: Regenerated.
16223         * lib/unictype/categ_Mc.h: Regenerated.
16224         * lib/unictype/categ_Me.h: Regenerated.
16225         * lib/unictype/categ_Mn.h: Regenerated.
16226         * lib/unictype/categ_N.h: Regenerated.
16227         * lib/unictype/categ_Nd.h: Regenerated.
16228         * lib/unictype/categ_Nl.h: Regenerated.
16229         * lib/unictype/categ_No.h: Regenerated.
16230         * lib/unictype/categ_P.h: Regenerated.
16231         * lib/unictype/categ_Pd.h: Regenerated.
16232         * lib/unictype/categ_Pe.h: Regenerated.
16233         * lib/unictype/categ_Pf.h: Regenerated.
16234         * lib/unictype/categ_Pi.h: Regenerated.
16235         * lib/unictype/categ_Po.h: Regenerated.
16236         * lib/unictype/categ_Ps.h: Regenerated.
16237         * lib/unictype/categ_S.h: Regenerated.
16238         * lib/unictype/categ_Sk.h: Regenerated.
16239         * lib/unictype/categ_Sm.h: Regenerated.
16240         * lib/unictype/categ_So.h: Regenerated.
16241         * lib/unictype/categ_of.h: Regenerated.
16242         * lib/unictype/combining.h: Regenerated.
16243         * lib/unictype/ctype_alnum.h: Regenerated.
16244         * lib/unictype/ctype_alpha.h: Regenerated.
16245         * lib/unictype/ctype_graph.h: Regenerated.
16246         * lib/unictype/ctype_lower.h: Regenerated.
16247         * lib/unictype/ctype_print.h: Regenerated.
16248         * lib/unictype/ctype_punct.h: Regenerated.
16249         * lib/unictype/ctype_upper.h: Regenerated.
16250         * lib/unictype/decdigit.h: Regenerated.
16251         * lib/unictype/digit.h: Regenerated.
16252         * lib/unictype/mirror.h: Regenerated.
16253         * lib/unictype/numeric.h: Regenerated.
16254         * lib/unictype/pr_alphabetic.h: Regenerated.
16255         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
16256         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
16257         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
16258         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
16259         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
16260         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
16261         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
16262         * lib/unictype/pr_combining.h: Regenerated.
16263         * lib/unictype/pr_dash.h: Regenerated.
16264         * lib/unictype/pr_decimal_digit.h: Regenerated.
16265         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
16266         * lib/unictype/pr_deprecated.h: Regenerated.
16267         * lib/unictype/pr_diacritic.h: Regenerated.
16268         * lib/unictype/pr_extender.h: Regenerated.
16269         * lib/unictype/pr_format_control.h: Regenerated.
16270         * lib/unictype/pr_grapheme_base.h: Regenerated.
16271         * lib/unictype/pr_grapheme_extend.h: Regenerated.
16272         * lib/unictype/pr_grapheme_link.h: Regenerated.
16273         * lib/unictype/pr_id_continue.h: Regenerated.
16274         * lib/unictype/pr_id_start.h: Regenerated.
16275         * lib/unictype/pr_ideographic.h: Regenerated.
16276         * lib/unictype/pr_ignorable_control.h: Regenerated.
16277         * lib/unictype/pr_lowercase.h: Regenerated.
16278         * lib/unictype/pr_math.h: Regenerated.
16279         * lib/unictype/pr_numeric.h: Regenerated.
16280         * lib/unictype/pr_other_alphabetic.h: Regenerated.
16281         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
16282         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
16283         * lib/unictype/pr_other_id_continue.h: Regenerated.
16284         * lib/unictype/pr_other_lowercase.h: Regenerated.
16285         * lib/unictype/pr_other_math.h: Regenerated.
16286         * lib/unictype/pr_punctuation.h: Regenerated.
16287         * lib/unictype/pr_sentence_terminal.h: Regenerated.
16288         * lib/unictype/pr_soft_dotted.h: Regenerated.
16289         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
16290         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
16291         * lib/unictype/pr_unified_ideograph.h: Regenerated.
16292         * lib/unictype/pr_uppercase.h: Regenerated.
16293         * lib/unictype/pr_xid_continue.h: Regenerated.
16294         * lib/unictype/pr_xid_start.h: Regenerated.
16295         * lib/unictype/pr_zero_width.h: Regenerated.
16296         * lib/unictype/scripts.h: Regenerated.
16297         * lib/unictype/scripts_byname.gperf: Regenerated.
16298         * lib/unictype/sy_java_ident.h: Regenerated.
16299         * lib/unilbrk/lbrkprop1.h: Regenerated.
16300         * lib/unilbrk/lbrkprop2.h: Regenerated.
16301         * tests/unictype/test-categ_C.c: Regenerated.
16302         * tests/unictype/test-categ_Cf.c: Regenerated.
16303         * tests/unictype/test-categ_Cn.c: Regenerated.
16304         * tests/unictype/test-categ_L.c: Regenerated.
16305         * tests/unictype/test-categ_Ll.c: Regenerated.
16306         * tests/unictype/test-categ_Lm.c: Regenerated.
16307         * tests/unictype/test-categ_Lo.c: Regenerated.
16308         * tests/unictype/test-categ_Lu.c: Regenerated.
16309         * tests/unictype/test-categ_M.c: Regenerated.
16310         * tests/unictype/test-categ_Mc.c: Regenerated.
16311         * tests/unictype/test-categ_Me.c: Regenerated.
16312         * tests/unictype/test-categ_Mn.c: Regenerated.
16313         * tests/unictype/test-categ_N.c: Regenerated.
16314         * tests/unictype/test-categ_Nd.c: Regenerated.
16315         * tests/unictype/test-categ_Nl.c: Regenerated.
16316         * tests/unictype/test-categ_No.c: Regenerated.
16317         * tests/unictype/test-categ_P.c: Regenerated.
16318         * tests/unictype/test-categ_Pd.c: Regenerated.
16319         * tests/unictype/test-categ_Pe.c: Regenerated.
16320         * tests/unictype/test-categ_Pf.c: Regenerated.
16321         * tests/unictype/test-categ_Pi.c: Regenerated.
16322         * tests/unictype/test-categ_Po.c: Regenerated.
16323         * tests/unictype/test-categ_Ps.c: Regenerated.
16324         * tests/unictype/test-categ_S.c: Regenerated.
16325         * tests/unictype/test-categ_Sk.c: Regenerated.
16326         * tests/unictype/test-categ_Sm.c: Regenerated.
16327         * tests/unictype/test-categ_So.c: Regenerated.
16328         * tests/unictype/test-ctype_alnum.c: Regenerated.
16329         * tests/unictype/test-ctype_alpha.c: Regenerated.
16330         * tests/unictype/test-ctype_graph.c: Regenerated.
16331         * tests/unictype/test-ctype_lower.c: Regenerated.
16332         * tests/unictype/test-ctype_print.c: Regenerated.
16333         * tests/unictype/test-ctype_punct.c: Regenerated.
16334         * tests/unictype/test-ctype_upper.c: Regenerated.
16335         * tests/unictype/test-decdigit.h: Regenerated.
16336         * tests/unictype/test-digit.h: Regenerated.
16337         * tests/unictype/test-numeric.h: Regenerated.
16338         * tests/unictype/test-pr_alphabetic.c: Regenerated.
16339         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
16340         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
16341         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
16342         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
16343         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
16344         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
16345         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
16346         * tests/unictype/test-pr_combining.c: Regenerated.
16347         * tests/unictype/test-pr_dash.c: Regenerated.
16348         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
16349         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
16350         * tests/unictype/test-pr_deprecated.c: Regenerated.
16351         * tests/unictype/test-pr_diacritic.c: Regenerated.
16352         * tests/unictype/test-pr_extender.c: Regenerated.
16353         * tests/unictype/test-pr_format_control.c: Regenerated.
16354         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
16355         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
16356         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
16357         * tests/unictype/test-pr_id_continue.c: Regenerated.
16358         * tests/unictype/test-pr_id_start.c: Regenerated.
16359         * tests/unictype/test-pr_ideographic.c: Regenerated.
16360         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
16361         * tests/unictype/test-pr_lowercase.c: Regenerated.
16362         * tests/unictype/test-pr_math.c: Regenerated.
16363         * tests/unictype/test-pr_numeric.c: Regenerated.
16364         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
16365         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
16366         Regenerated.
16367         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
16368         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
16369         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
16370         * tests/unictype/test-pr_other_math.c: Regenerated.
16371         * tests/unictype/test-pr_punctuation.c: Regenerated.
16372         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
16373         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
16374         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
16375         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
16376         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
16377         * tests/unictype/test-pr_uppercase.c: Regenerated.
16378         * tests/unictype/test-pr_xid_continue.c: Regenerated.
16379         * tests/unictype/test-pr_xid_start.c: Regenerated.
16380         * tests/unictype/test-pr_zero_width.c: Regenerated.
16381
16382         Update to Unicode 5.1.0.
16383         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
16384         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
16385         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
16386         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
16387         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
16388         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
16389         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
16390         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
16391         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
16392         (nonspacing_table_ind): Update.
16393         * tests/uniwidth/test-uc_width2.sh: Update expected result.
16394
16395         Update to Unicode 5.1.0.
16396         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
16397         code transform.
16398         * lib/uniname/uniname.c (unicode_character_name,
16399         unicode_name_character): Add the range 0x1Fxxx to the code transform.
16400         * lib/uniname/uninames.h: Regenerated.
16401         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
16402
16403 2009-02-07  Bruno Haible  <bruno@clisp.org>
16404
16405         Merge gen-ctype and gen-lbrk into a single program.
16406         * lib/gen-uni-tables.c: New file, incorporating
16407         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
16408         Add directory prefixes to the names of the generated files.
16409         * lib/unictype/gen-ctype.c: Remove file.
16410         * lib/unilbrk/gen-lbrk.c: Remove file.
16411         * modules/gen-uni-tables: New file.
16412         * modules/unictype/gen-ctype: Remove file.
16413         * modules/unilbrk/gen-lbrk: Remove file.
16414
16415 2009-02-07  Bruno Haible  <bruno@clisp.org>
16416
16417         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
16418
16419         New module 'unistr/u32-strcoll'.
16420         * modules/unistr/u32-strcoll: New file.
16421         * lib/unistr/u32-strcoll.c: New file.
16422
16423         New module 'unistr/u16-strcoll'.
16424         * modules/unistr/u16-strcoll: New file.
16425         * lib/unistr/u16-strcoll.c: New file.
16426
16427         New module 'unistr/u8-strcoll'.
16428         * modules/unistr/u8-strcoll: New file.
16429         * lib/unistr/u8-strcoll.c: New file.
16430         * lib/unistr/u-strcoll.h: New file.
16431
16432 2009-02-07  Bruno Haible  <bruno@clisp.org>
16433
16434         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
16435         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16436         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16437         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
16438         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
16439         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
16440
16441 2009-02-07  Bruno Haible  <bruno@clisp.org>
16442
16443         Make 64-bit clean.
16444         * lib/unictype/gen-ctype.c (output_predicate, output_category,
16445         output_combclass, output_bidi_category, output_decimal_digit,
16446         output_digit, output_numeric, output_mirror, output_scripts,
16447         output_ident_category): Use proper width specifier in format strings.
16448
16449 2009-02-07  Bruno Haible  <bruno@clisp.org>
16450
16451         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
16452         failure behaviour.
16453
16454 2009-02-07  Jim Meyering  <meyering@redhat.com>
16455
16456         regex: avoid compilation failure with upcoming gcc-4.4
16457         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
16458         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
16459         "... error: integer overflow in preprocessor expression".
16460
16461 2009-02-05  Ben Pfaff  <blp@gnu.org>
16462
16463         Fix link errors on Windows when close module is used.
16464         * modules/close: Add $(LIB_CLOSE) to Link section.
16465         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
16466         $(LIB_CLOSE) on Windows.
16467
16468 2009-02-05  Jim Meyering  <meyering@redhat.com>
16469
16470         still avoid unused-parameter warnings, but do it cleanly
16471         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
16472         (get_fs_usage): Cast to void instead.
16473         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
16474         (dev_from_mount_options, read_file_system_list): Cast to void.
16475         Prompted by Bruno Haible.
16476
16477 2009-02-04  Jim Meyering  <meyering@redhat.com>
16478
16479         fsusage.c: correct copyright year
16480         * lib/fsusage.c: Reflect year in which the change is pushed into
16481
16482         avoid misc. warnings
16483         * lib/fsusage.c (UNUSED_PARAM): Define.
16484         (get_fs_usage): Mark parameter "disk" as unused.
16485         * lib/getugroups.c (getgrent): Use "void" in prototype.
16486         * lib/mountlist.c: Mark unused parameters.
16487         (read_file_system_list): Declare a local with "const".
16488         * lib/nanosleep.c (getnow): Declare static.
16489         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
16490
16491         dirfd: set errno upon failure
16492         * lib/dirfd.c: Include <errno.h>.
16493         Set errno to ENOTSUP when returning -1.
16494         * modules/dirfd (Depends-on): Add errno.
16495         Suggested by John Kodis <kodis@comcast.net>.
16496
16497 2009-02-01  Bruno Haible  <bruno@clisp.org>
16498
16499         Don't assume sizeof (long) >= sizeof (void *).
16500         * lib/memcmp.c: Include stdint.h.
16501         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
16502         srcp2 to 'const byte *'.
16503         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
16504         types to uintptr_t.
16505         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
16506         * modules/memcmp (Depends-on): Add stdint.
16507         Reported by Ozkan Sezer <sezeroz@gmail.com>.
16508
16509 2009-01-30  Eric Blake  <ebb9@byu.net>
16510
16511         fix more require-before-expand issues
16512         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
16513         expand, AC_PROG_AWK.
16514         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
16515
16516 2009-01-28  Eric Blake  <ebb9@byu.net>
16517
16518         version-etc: use consistent URL formatting
16519         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
16520         Improve formatting.  Use fputs for string without %.
16521
16522 2009-01-28  Jim Meyering  <meyering@redhat.com>
16523
16524         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
16525         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
16526         "underquoted definition of NAME" from autoconf-2.59.
16527
16528 2009-01-28  Bruno Haible  <bruno@clisp.org>
16529
16530         * doc/gnulib.texi: Add "Obsolete modules" to index.
16531
16532 2009-01-28  Jim Meyering  <meyering@redhat.com>
16533
16534         useless-if-before-free: recognize more variants
16535         * build-aux/useless-if-before-free: Also recognize e.g.,
16536         if (NULL != p) free (p);
16537
16538 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
16539
16540         test-getaddrinfo: skip (don't fail) this test when there's no network
16541         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
16542         on the presumption that it means you lack network access.
16543
16544 2009-01-26  Jim Meyering  <meyering@redhat.com>
16545
16546         fflush: avoid warnings on modern systems
16547         * lib/fflush.c (rpl_fflush): Move declarations of locals,
16548         pos and result, into scopes where they're used.
16549
16550 2009-01-26  Eric Blake  <ebb9@byu.net>
16551
16552         Silence warning reintroduced by recent extensions patch.
16553         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
16554         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
16555         autoconf.
16556
16557         Backport improved autoconf semantics of AC_DEFUN_ONCE.
16558         * m4/00gnulib.m4: New file.
16559         * gnulib-tool (func_get_filelist): Always use it.
16560         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
16561         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
16562
16563 2009-01-25  Bruno Haible  <bruno@clisp.org>
16564
16565         Make test-quotearg work on MacOS X and AIX.
16566         * tests/test-quotearg.sh: New file.
16567         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
16568         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
16569         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
16570         include <libintl.h>.
16571         (fake_locale): Remove variable.
16572         (gettext, dgettext, dcgettext): Remove functions.
16573         (main): Instead of setting a fake locale, set a real locale. Call
16574         textdomain and bindtextdomain.
16575         * modules/quotearg-tests (Files): Add the new files.
16576         (Depends-on): Add gettext, setenv, unsetenv.
16577         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
16578         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
16579         Augment TESTS_ENVIRONMENT.
16580
16581 2009-01-25  Bruno Haible  <bruno@clisp.org>
16582
16583         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
16584         fr_FR.ISO8859-1 locale on MacOS X.
16585         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
16586         ja_JP.eucJP locale on MacOS X.
16587         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
16588         zh_CN.GB18030 locale on MacOS X.
16589
16590 2009-01-25  Bruno Haible  <bruno@clisp.org>
16591
16592         Avoid link errors on MacOS X 10.3.
16593         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
16594         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
16595
16596 2009-01-25  Bruno Haible  <bruno@clisp.org>
16597
16598         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16599         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
16600         * modules/pipe (Files): Remove m4/posix_spawn.m4.
16601         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16602         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
16603         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16604         posix_spawnattr_init, posix_spawnattr_setsigmask,
16605         posix_spawnattr_setflags, posix_spawnattr_destroy.
16606
16607         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16608         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
16609         * modules/execute (Files): Remove m4/posix_spawn.m4.
16610         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16611         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16612         posix_spawnattr_init, posix_spawnattr_setsigmask,
16613         posix_spawnattr_setflags, posix_spawnattr_destroy.
16614
16615 2009-01-25  Bruno Haible  <bruno@clisp.org>
16616
16617         * lib/glthread/threadlib.c: Include <stdlib.h>.
16618
16619 2009-01-25  Bruno Haible  <bruno@clisp.org>
16620
16621         * lib/glthread/threadlib.c (dummy): New declaration.
16622
16623 2009-01-25  Bruno Haible  <bruno@clisp.org>
16624
16625         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
16626         multibyte characters also for the GB18030 encoding. Don't crash when
16627         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
16628
16629 2009-01-25  Bruno Haible  <bruno@clisp.org>
16630
16631         Avoid redefining 'struct random_data' on OSF/1 5.1.
16632         * lib/stdlib.in.h: Include <random.h> if it exists.
16633         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
16634         HAVE_RANDOM_H. Include <random.h> when testing whether
16635         'struct random_data' exists.
16636         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
16637
16638 2009-01-25  Bruno Haible  <bruno@clisp.org>
16639
16640         Don't install charset.alias on MacOS X >= 10.3.
16641         * lib/localcharset.c (DARWIN7): New macro.
16642         (get_charset_aliases): Hardcode the result for Darwin7.
16643         * modules/localcharset (install-exec-local): Don't install
16644         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
16645
16646 2009-01-25  Bruno Haible  <bruno@clisp.org>
16647
16648         Don't install charset.alias on mingw and Cygwin.
16649         * modules/localcharset (install-exec-local): Don't install
16650         charset.alias on mingw and Cygwin, if the file does not yet exist.
16651         The result for these platforms is hardcoded in localcharset.c.
16652
16653 2009-01-25  Bruno Haible  <bruno@clisp.org>
16654
16655         Make it possible again to use AC_GNU_SOURCE together with gnulib.
16656         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
16657         before requiring AC_USE_SYSTEM_EXTENSIONS.
16658
16659 2009-01-25  Jim Meyering  <meyering@redhat.com>
16660
16661         c-strtod: avoid warnings
16662         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
16663         "assignment discards qualifiers from pointer target type" warnings.
16664
16665 2009-01-24  Bruno Haible  <bruno@clisp.org>
16666
16667         Add support for non-UTF-8 locales on MacOS X.
16668         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
16669         canonical encodings. For Darwin 7 and newer, don't map traditional
16670         encodings to UTF-8.
16671         Reported by Vincent Lefevre <vincent@vinc17.org>
16672         at <http://savannah.gnu.org/bugs/?25235>.
16673
16674 2009-01-24  Bruno Haible  <bruno@clisp.org>
16675
16676         * doc/gnulib.texi (Obsolete modules): New section.
16677         Reported by Mike Frysinger <vapier@gentoo.org>.
16678
16679 2009-01-24  Bruno Haible  <bruno@clisp.org>
16680
16681         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
16682         (%.dvi): New rule.
16683
16684 2009-01-24  Bruno Haible  <bruno@clisp.org>
16685
16686         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
16687         Reported by Eric Blake.
16688
16689 2009-01-24  Bruno Haible  <bruno@clisp.org>
16690
16691         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
16692         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
16693         Reported by Gary V. Vaughan <gary@gnu.org>.
16694
16695 2009-01-24  Bruno Haible  <bruno@clisp.org>
16696
16697         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
16698
16699 2009-01-23  Bruno Haible  <bruno@clisp.org>
16700
16701         Make c-strtod, c-strtold usable in libraries.
16702         * lib/c-strtod.c: Include string.h instead of xalloc.h.
16703         (C_STRTOD): Call strdup instead of xstrdup.
16704         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
16705         * modules/c-strtold (Depends-on): Likewise.
16706         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
16707         * NEWS: Mention the change.
16708         Reported by Michael Gold <mgold@ncf.ca>.
16709
16710 2009-01-23  Jim Meyering  <meyering@redhat.com>
16711
16712         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
16713         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
16714         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
16715
16716 2009-01-23  Simon Josefsson  <simon@josefsson.org>
16717
16718         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
16719         GNU CoreUtils.
16720         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
16721         * modules/version-etc (Description): Update.
16722
16723 2009-01-22  Bruno Haible  <bruno@clisp.org>
16724
16725         Cache the C locale object.
16726         * lib/c-strtod.c (c_locale_cache): New variable.
16727         (c_locale): New function.
16728         (C_STRTOD): Use it, and don't call freelocale.
16729         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
16730         Suggested by Paolo Bonzini.
16731
16732 2009-01-21  Bruno Haible  <bruno@clisp.org>
16733
16734         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
16735         conditions other than overflow.
16736
16737 2009-01-21  Bruno Haible  <bruno@clisp.org>
16738
16739         * lib/c-strtod.c: Include errno.h.
16740         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
16741         value from STRTOD_L and STRTOD.
16742
16743 2009-01-21  Bruno Haible  <bruno@clisp.org>
16744         and Jim Meyering  <meyering@redhat.com>
16745
16746         nanosleep: skip configure test (fail it) for apple universal builds
16747         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
16748         universal builds, assume that nanosleep does not work.
16749         * modules/nanosleep (Depends-on): Add multiarch.
16750
16751         mktime: skip configure test (fail it) for apple universal builds
16752         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
16753         universal builds, assume that mktime does not work.
16754         * modules/mktime (Depends-on): Add multiarch.
16755
16756 2009-01-21  Eric Blake  <ebb9@byu.net>
16757
16758         multiarch: avoid expand-before-require warning
16759         * modules/multiarch (configure.ac): Require, rather than expand,
16760         gl_MULTIARCH.
16761         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
16762         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
16763         enforce that all clients require it.  Partial reversion of
16764         2008-12-29 patch.
16765
16766         error: avoid expand-before-require warning
16767         * modules/errno (configure.ac): Require, rather than expand,
16768         gl_HEADER_ERRNO_H.
16769         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
16770         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
16771         enforce that all clients require it.
16772
16773         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
16774         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
16775         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
16776         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
16777
16778 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
16779
16780         Revert:
16781         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
16782
16783         regex: do not depend on obsolete modules.
16784         * modules/regex: Remove memcmp and memmove.
16785
16786 2009-01-20  Bruno Haible  <bruno@clisp.org>
16787
16788         Make the 'link' module link on Windows NT 4.
16789         * lib/link.c (_WIN32_WINNT): Don't define.
16790         (CreateHardLinkFuncType): New type.
16791         (CreateHardLinkFunc, initialized): New variables.
16792         (initialize): New function.
16793         (link): Invoke CreateHardLink indirectly through the function pointer.
16794
16795 2009-01-20  Bruno Haible  <bruno@clisp.org>
16796
16797         Fix compilation failure on mingw.
16798         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
16799
16800 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
16801
16802         * doc/c-strtod.texi: Mention a couple of restrictions.
16803
16804 2009-01-20  Jim Meyering  <meyering@redhat.com>
16805
16806         gettimeofday: move more declarations out of functions
16807         * lib/gettimeofday.c: Move extern declarations of tzset and
16808         gmtime out of containing functions.  Prompted by Bruno Haible.
16809
16810 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
16811
16812         regex: do not depend on obsolete modules.
16813         * modules/regex: Remove memcmp and memmove.
16814
16815 2009-01-19  Bruno Haible  <bruno@clisp.org>
16816
16817         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
16818         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
16819         gl_BIGENDIAN, not AC_C_BIGENDIAN.
16820         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
16821         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
16822
16823 2009-01-19  Bruno Haible  <bruno@clisp.org>
16824
16825         * tests/test-link.c: Include <errno.h>.
16826         (main): Exit with code 77 when a hard link cannot be created due to
16827         the file system.
16828         * tests/test-link.sh: Skip test when a hard link cannot be created due
16829         to the file system.
16830         Suggested by Eric Blake.
16831
16832 2009-01-19  Martin Lambers  <marlam@marlam.de>
16833
16834         * modules/link-tests: New file.
16835         * tests/test-link.sh: New file.
16836         * tests/test-link.c: New file.
16837
16838 2009-01-19  Eric Blake  <ebb9@byu.net>
16839
16840         doc: mention another function added in cygwin 1.7.0
16841         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
16842         Another new function in cygwin 1.7.
16843
16844 2009-01-19  Bruno Haible  <bruno@clisp.org>
16845
16846         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
16847         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
16848         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
16849         gl_BIGENDIAN, not AC_C_BIGENDIAN.
16850         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
16851         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
16852         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
16853         * m4/md4.m4 (gl_MD4): Likewise.
16854         * m4/md5.m4 (gl_MD5): Likewise.
16855         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
16856         * m4/sha1.m4 (gl_SHA1): Likewise.
16857         * m4/sha256.m4 (gl_SHA256): Likewise.
16858         * m4/sha512.m4 (gl_SHA512): Likewise.
16859
16860 2009-01-19  Bruno Haible  <bruno@clisp.org>
16861
16862         * modules/uniname/uniname-tests (Depends-on): Add progname.
16863         * tests/uniname/test-uninames.c: Include progname.h.
16864         (main): Call set_program_name.
16865
16866         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
16867         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
16868         (main): Call set_program_name.
16869
16870         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
16871         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
16872         (main): Call set_program_name.
16873
16874         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
16875         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
16876         (main): Call set_program_name.
16877
16878         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
16879         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
16880         (main): Call set_program_name.
16881
16882         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
16883         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
16884         (main): Call set_program_name.
16885
16886         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
16887         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
16888         (main): Call set_program_name.
16889
16890         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
16891         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
16892         (main): Call set_program_name.
16893
16894         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
16895         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
16896         (main): Call set_program_name.
16897
16898 2009-01-19  Eric Blake  <ebb9@byu.net>
16899
16900         test-unistd: test previous patch
16901         * tests/test-unistd.c: Test *_FILENO macros.
16902
16903         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
16904         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
16905         Guarantee a definition.
16906         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
16907         * modules/unistd-safer (Depends-on): Add dependency on unistd.
16908         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
16909         * lib/dup-safer.c (STDERR_FILENO): Likewise.
16910         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
16911         Likewise.
16912         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
16913         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
16914         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
16915         Likewise.
16916         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
16917         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
16918         (STDERR_FILENO): Likewise.
16919         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
16920         (STDERR_FILENO): Likewise.
16921         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
16922         (STDERR_FILENO): Likewise.
16923         Reported by Elbert Pol.
16924
16925 2009-01-19  Eric Blake  <ebb9@byu.net>
16926
16927         doc: mention more functions added in cygwin 1.7.0
16928         * doc/posix-functions/abort.texi (abort): Update wording related
16929         to cygwin.
16930         * doc/posix-functions/daylight.texi (daylight): Likewise.
16931         * doc/posix-functions/optarg.texi (optarg): Likewise.
16932         * doc/posix-functions/optarg.texi (opterr): Likewise.
16933         * doc/posix-functions/optarg.texi (optind): Likewise.
16934         * doc/posix-functions/optarg.texi (optopt): Likewise.
16935         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
16936         worked in 1.5.x, and was withdrawn in 1.7.
16937         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
16938         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
16939         cygwin versions.
16940         * doc/posix-functions/perror.texi (perror): Likewise.
16941         * doc/posix-functions/printf.texi (printf): Likewise.
16942         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
16943         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
16944         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
16945         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
16946         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
16947         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
16948         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
16949         Likewise.
16950         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
16951         Likewise.
16952         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
16953         this function.
16954         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
16955         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
16956         Likewise.
16957         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
16958         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
16959         * doc/posix-functions/confstr.texi (confstr): Likewise.
16960         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
16961         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
16962         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
16963         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
16964         * doc/posix-functions/fputws.texi (fputws): Likewise.
16965         * doc/posix-functions/fwide.texi (fwide): Likewise.
16966         * doc/posix-functions/getwc.texi (getwc): Likewise.
16967         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
16968         * doc/posix-functions/putwc.texi (putwc): Likewise.
16969         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
16970         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
16971         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
16972         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
16973         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
16974         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
16975         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
16976         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
16977         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
16978         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
16979         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
16980
16981 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
16982
16983         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
16984         * lib/ioctl.c: Include <sys/ioctl.h>.
16985
16986 2009-01-19  Simon Josefsson  <simon@josefsson.org>
16987
16988         * modules/getdate-tests (Depends-on): Add progname.
16989         * tests/test-getdate.c: Use progname module, to avoid link errors
16990         on non-glibc systems.
16991
16992 2009-01-18  Simon Josefsson  <simon@josefsson.org>
16993
16994         * modules/filenamecat-tests (Depends-on): Add progname.
16995         * modules/fstrcmp-tests (Depends-on): Likewise.
16996
16997         * tests/test-filenamecat.c: Use progname module, to avoid link
16998         errors on non-glibc systems.
16999         * tests/test-fstrcmp.c: Likewise.
17000
17001 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17002
17003         gettimeofday: avoid warning: nested extern declaration of 'localtime'
17004         * lib/gettimeofday.c: Move extern declaration out of function.
17005
17006 2009-01-18  Bruno Haible  <bruno@clisp.org>
17007
17008         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
17009         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
17010         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
17011
17012 2009-01-18  Bruno Haible  <bruno@clisp.org>
17013
17014         * lib/strftime.c (MEMPCPY): Remove unused macro.
17015         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
17016
17017 2009-01-18  Martin Lambers  <marlam@marlam.de>
17018
17019         New module 'link'.
17020         * lib/unistd.in.h (link): New declaration.
17021         * lib/link.c: New file.
17022         * m4/link.m4: New file.
17023         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
17024         HAVE_LINK.
17025         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
17026         * modules/link: New file.
17027         * doc/posix-functions/link.texi: Mention the new module.
17028
17029 2009-01-18  Bruno Haible  <bruno@clisp.org>
17030
17031         * tests/test-avltree_list.c (main): Call set_program_name.
17032         * tests/test-avltree_oset.c (main): Likewise.
17033         * tests/test-obstack-printf.c: Include progname.h.
17034         (main): Call set_program_name.
17035         * tests/test-quotearg.c: Include progname.h.
17036         (main): Call set_program_name.
17037         * tests/test-xmemdup0.c: Include progname.h.
17038         (main): Call set_program_name.
17039
17040 2009-01-18  Bruno Haible  <bruno@clisp.org>
17041
17042         New module 'alphasort'.
17043         * lib/dirent.in.h (alphasort): New declaration.
17044         * lib/alphasort.c: New file, from glibc with modifications.
17045         * m4/alphasort.m4: New file.
17046         * modules/alphasort: New file.
17047         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
17048         HAVE_ALPHASORT.
17049         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
17050         HAVE_ALPHASORT.
17051         * doc/posix-functions/alphasort.texi: Mention the new module and the
17052         portability problems.
17053
17054 2009-01-18  Bruno Haible  <bruno@clisp.org>
17055
17056         New module 'scandir'.
17057         * lib/dirent.in.h (scandir): New declaration.
17058         * lib/scandir.c: New file, from glibc with modifications.
17059         * m4/scandir.m4: New file.
17060         * modules/scandir: New file.
17061         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
17062         HAVE_SCANDIR.
17063         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
17064         HAVE_SCANDIR.
17065         * doc/posix-functions/scandir.texi: Mention the new module and the
17066         portability problems.
17067
17068 2009-01-17  Bruno Haible  <bruno@clisp.org>
17069
17070         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
17071         Update documentation.
17072         (func_remove_suffix): Escape all dots in the suffix. Update
17073         documentation.
17074         (func_filter_filelist): Update documentation.
17075         Reported by Ralf Wildenhues.
17076
17077 2009-01-17  Bruno Haible  <bruno@clisp.org>
17078
17079         * modules/dprintf-posix-tests: New file.
17080         * tests/test-dprintf-posix.sh: New file.
17081         * tests/test-dprintf-posix.c: New file.
17082
17083         New modules 'dprintf', 'dprintf-posix'.
17084         * lib/stdio.in.h (dprintf): New declaration.
17085         * lib/dprintf.c: New file.
17086         * m4/dprintf.m4: New file.
17087         * m4/dprintf-posix.m4: New file.
17088         * modules/dprintf: New file.
17089         * modules/dprintf-posix: New file.
17090         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
17091         HAVE_DPRINTF, REPLACE_DPRINTF.
17092         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
17093         HAVE_DPRINTF, REPLACE_DPRINTF.
17094         * doc/posix-functions/dprintf.texi: Mention the new modules.
17095
17096 2009-01-17  Bruno Haible  <bruno@clisp.org>
17097
17098         * modules/vdprintf-posix-tests: New file.
17099         * tests/test-vdprintf-posix.sh: New file.
17100         * tests/test-vdprintf-posix.c: New file.
17101
17102         New modules 'vdprintf', 'vdprintf-posix'.
17103         * lib/stdio.in.h (vdprintf): New declaration.
17104         * lib/vdprintf.c: New file.
17105         * m4/vdprintf.m4: New file.
17106         * m4/vdprintf-posix.m4: New file.
17107         * modules/vdprintf: New file.
17108         * modules/vdprintf-posix: New file.
17109         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
17110         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17111         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
17112         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17113         * doc/posix-functions/vdprintf.texi: Mention the new modules.
17114
17115 2009-01-17  Bruno Haible  <bruno@clisp.org>
17116
17117         Fix replacement of fopen on mingw.
17118         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
17119         mingw.
17120
17121 2009-01-17  Bruno Haible  <bruno@clisp.org>
17122
17123         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
17124         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
17125
17126 2009-01-17  Bruno Haible  <bruno@clisp.org>
17127
17128         Avoid test-fflush2.sh failure on mingw.
17129         * tests/test-fflush2.c: Include binary-io.h.
17130         (main): Put standard input into binary mode.
17131         * modules/fflush-tests (Depends-on): Add binary-io.
17132
17133 2009-01-17  Bruno Haible  <bruno@clisp.org>
17134
17135         * lib/wchar.in.h: In another particular situation, include only the
17136         system's <wchar.h> file.
17137         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
17138         Reported by Albert Chin-A-Young <china@thewrittenword.com>
17139         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
17140
17141 2009-01-17  Bruno Haible  <bruno@clisp.org>
17142
17143         Support for stripping executables in --enable-relocatable.
17144         * build-aux/install-reloc: Expect one more argument, or an environment
17145         variable RELOC_STRIP_PROG. If set, strip the destination program and
17146         its wrapper.
17147         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
17148         RELOC_STRIP_PROG.
17149         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17150         to set RELOCATABLE_STRIP.
17151         * NEWS: Mention the new Makefile requirement.
17152
17153 2009-01-17  Bruno Haible  <bruno@clisp.org>
17154
17155         * build-aux/install-reloc: Remove debugging information left over by
17156         C compiler on MacOS X.
17157
17158 2009-01-17  Bruno Haible  <bruno@clisp.org>
17159
17160         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17161         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17162         _NSGetExecutablePath.
17163
17164 2009-01-16  Jim Meyering  <meyering@redhat.com>
17165
17166         strerror: avoid warnings about discarding "const"
17167         * lib/strerror.c (rpl_strerror): Instead of returning a const
17168         string from each and every "case", use a variable, and add a single
17169         cast after the switch.
17170
17171 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
17172
17173         * lib/arpa_inet.in.h: Add extern "C" block for C++.
17174
17175 2009-01-16  Bruno Haible  <bruno@clisp.org>
17176
17177         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
17178         array initializer syntax that also works in C++ mode.
17179         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17180
17181 2009-01-16  Jim Meyering  <meyering@redhat.com>
17182
17183         poll: suppress a warning
17184         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
17185         to ignore "...unsigned expression < 0 is always false" warnings.
17186
17187 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
17188
17189         poll: remove declarations of unused variables
17190         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
17191         sockbuf and optlen.
17192
17193 2009-01-15  Bruno Haible  <bruno@clisp.org>
17194
17195         Make fflush-after-ungetc POSIX compliant on BSD systems.
17196         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
17197         (clear_ungetc_buffer): Implement also for other systems.
17198         (rpl_fflush): On glibc systems, invoke
17199         clear_ungetc_buffer_preserving_position. Otherwise, invoke
17200         clear_ungetc_buffer after fetching the stream's position, not before.
17201
17202 2009-01-15  Bruno Haible  <bruno@clisp.org>
17203
17204         Make fflush-after-ungetc POSIX compliant on glibc systems.
17205         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
17206         after ungetc.
17207         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
17208         (rpl_fflush): On glibc systems, simply call the system's fflush
17209         function after clearing the ungetc buffer.
17210         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
17211         Instead, lseek only to the end of file, then use the system's fseeko
17212         for the rest. On glibc systems, reset the EOF indicator bit.
17213
17214 2009-01-15  Jim Meyering  <meyering@redhat.com>
17215
17216         openmp.m4: revert quote-adding change, for portability to older autoconf
17217         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17218         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
17219         Simon Josefsson noticed the problem when using autoconf-2.61.
17220
17221 2009-01-15  Bruno Haible  <bruno@clisp.org>
17222
17223         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
17224         * tests/test-fflush2.c (ASSERT): Always fail.
17225         (main): Add two tests for fflush() after ungetc(), taking into account
17226         the Austin Group's clarification.
17227         Suggested by Eric Blake.
17228
17229 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
17230
17231         mktime.m4: remove K&R-style function prototypes
17232         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
17233         for the Sun C++ compiler.
17234
17235 2009-01-14  Bruno Haible  <bruno@clisp.org>
17236
17237         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
17238         while including <wchar.h>.
17239         * lib/wchar.in.h: In two particular situations on HP-UX, include only
17240         the system's <wchar.h> file.
17241         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17242
17243 2009-01-14  Bruno Haible  <bruno@clisp.org>
17244
17245         * m4/csharp.m4: Don't mention gettext on the serial number line.
17246         * m4/csharpexec.m4: Likewise.
17247         * m4/eaccess.m4: Likewise.
17248         * m4/javaexec.m4: Likewise.
17249         * m4/sig_atomic_t.m4: Likewise.
17250         * m4/tmpdir.m4: Likewise.
17251         * m4/intldir.m4: Bump gettext version.
17252         * m4/lib-ld.m4: Likewise.
17253
17254 2009-01-14  Bruno Haible  <bruno@clisp.org>
17255
17256         * lib/progname.c (set_program_name): Add more comments.
17257         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
17258
17259 2009-01-14  Simon Josefsson  <simon@josefsson.org>
17260
17261         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
17262         were sys/stat.h does not define it.
17263
17264 2009-01-14  Jim Meyering  <meyering@redhat.com>
17265
17266         many *.m4 files: improve m4 quoting
17267         99% of this change was performed by running the following commands:
17268         git ls-files | grep '\.m4$' | xargs perl -pi \
17269           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
17270           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17271           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17272           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
17273         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
17274         The remainder were to add Copyright dates, increment serial numbers,
17275         undo some changes in comments, exclude m4/intl.m4, and add quotes
17276         around the "1" in ",1" where the unusual spacing prohibited the
17277         above regexps from doing the job.  For more details, see
17278         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
17279         * m4/acl.m4: Modified.
17280         * m4/afs.m4: Likewise.
17281         * m4/alloca.m4: Likewise.
17282         * m4/argp.m4: Likewise.
17283         * m4/argz.m4: Likewise.
17284         * m4/atexit.m4: Likewise.
17285         * m4/bison-i18n.m4: Likewise.
17286         * m4/bison.m4: Likewise.
17287         * m4/byteswap.m4: Likewise.
17288         * m4/c-stack.m4: Likewise.
17289         * m4/c-strtod.m4: Likewise.
17290         * m4/calloc.m4: Likewise.
17291         * m4/canonicalize-lgpl.m4: Likewise.
17292         * m4/chown.m4: Likewise.
17293         * m4/clock_time.m4: Likewise.
17294         * m4/codeset.m4: Likewise.
17295         * m4/copy-file.m4: Likewise.
17296         * m4/csharp.m4: Likewise.
17297         * m4/csharpcomp.m4: Likewise.
17298         * m4/csharpexec.m4: Likewise.
17299         * m4/d-ino.m4: Likewise.
17300         * m4/d-type.m4: Likewise.
17301         * m4/dirfd.m4: Likewise.
17302         * m4/double-slash-root.m4: Likewise.
17303         * m4/eaccess.m4: Likewise.
17304         * m4/eealloc.m4: Likewise.
17305         * m4/environ.m4: Likewise.
17306         * m4/errno_h.m4: Likewise.
17307         * m4/euidaccess.m4: Likewise.
17308         * m4/execute.m4: Likewise.
17309         * m4/fatal-signal.m4: Likewise.
17310         * m4/fchdir.m4: Likewise.
17311         * m4/fcntl_h.m4: Likewise.
17312         * m4/fileblocks.m4: Likewise.
17313         * m4/filenamecat.m4: Likewise.
17314         * m4/findprog.m4: Likewise.
17315         * m4/flexmember.m4: Likewise.
17316         * m4/fnmatch.m4: Likewise.
17317         * m4/fopen.m4: Likewise.
17318         * m4/fpending.m4: Likewise.
17319         * m4/fprintf-posix.m4: Likewise.
17320         * m4/free.m4: Likewise.
17321         * m4/frexp.m4: Likewise.
17322         * m4/frexpl.m4: Likewise.
17323         * m4/fsusage.m4: Likewise.
17324         * m4/ftruncate.m4: Likewise.
17325         * m4/gc-camellia.m4: Likewise.
17326         * m4/gc-random.m4: Likewise.
17327         * m4/gc.m4: Likewise.
17328         * m4/getaddrinfo.m4: Likewise.
17329         * m4/getcwd-abort-bug.m4: Likewise.
17330         * m4/getcwd-path-max.m4: Likewise.
17331         * m4/getdate.m4: Likewise.
17332         * m4/getdomainname.m4: Likewise.
17333         * m4/getgroups.m4: Likewise.
17334         * m4/gethostname.m4: Likewise.
17335         * m4/gethrxtime.m4: Likewise.
17336         * m4/getline.m4: Likewise.
17337         * m4/getloadavg.m4: Likewise.
17338         * m4/getndelim2.m4: Likewise.
17339         * m4/getpass.m4: Likewise.
17340         * m4/gettext.m4: Likewise.
17341         * m4/gettime.m4: Likewise.
17342         * m4/gettimeofday.m4: Likewise.
17343         * m4/gnulib-common.m4: Likewise.
17344         * m4/group-member.m4: Likewise.
17345         * m4/host-os.m4: Likewise.
17346         * m4/iconv.m4: Likewise.
17347         * m4/iconv_open.m4: Likewise.
17348         * m4/inet_ntop.m4: Likewise.
17349         * m4/inet_pton.m4: Likewise.
17350         * m4/inline.m4: Likewise.
17351         * m4/intldir.m4: Likewise.
17352         * m4/intlmacosx.m4: Likewise.
17353         * m4/intmax.m4: Likewise.
17354         * m4/intmax_t.m4: Likewise.
17355         * m4/inttypes.m4: Likewise.
17356         * m4/inttypes_h.m4: Likewise.
17357         * m4/inttypes-pri.m4: Likewise.
17358         * m4/isapipe.m4: Likewise.
17359         * m4/isnand.m4: Likewise.
17360         * m4/isnanf.m4: Likewise.
17361         * m4/isnanl.m4: Likewise.
17362         * m4/javacomp.m4: Likewise.
17363         * m4/javaexec.m4: Likewise.
17364         * m4/jm-winsz1.m4: Likewise.
17365         * m4/jm-winsz2.m4: Likewise.
17366         * m4/lchown.m4: Likewise.
17367         * m4/lcmessage.m4: Likewise.
17368         * m4/ldexpl.m4: Likewise.
17369         * m4/lib-ld.m4: Likewise.
17370         * m4/lib-link.m4: Likewise.
17371         * m4/libsigsegv.m4: Likewise.
17372         * m4/link-follow.m4: Likewise.
17373         * m4/localcharset.m4: Likewise.
17374         * m4/locale-fr.m4: Likewise.
17375         * m4/locale-ja.m4: Likewise.
17376         * m4/locale-tr.m4: Likewise.
17377         * m4/locale-zh.m4: Likewise.
17378         * m4/lock.m4: Likewise.
17379         * m4/longlong.m4: Likewise.
17380         * m4/ls-mntd-fs.m4: Likewise.
17381         * m4/lstat.m4: Likewise.
17382         * m4/malloc.m4: Likewise.
17383         * m4/mathl.m4: Likewise.
17384         * m4/mbrtowc.m4: Likewise.
17385         * m4/mbstate_t.m4: Likewise.
17386         * m4/mbswidth.m4: Likewise.
17387         * m4/memchr.m4: Likewise.
17388         * m4/memcmp.m4: Likewise.
17389         * m4/memcpy.m4: Likewise.
17390         * m4/memmem.m4: Likewise.
17391         * m4/memmove.m4: Likewise.
17392         * m4/mempcpy.m4: Likewise.
17393         * m4/memrchr.m4: Likewise.
17394         * m4/memset.m4: Likewise.
17395         * m4/minmax.m4: Likewise.
17396         * m4/mkdir-slash.m4: Likewise.
17397         * m4/mkdtemp.m4: Likewise.
17398         * m4/mktime.m4: Likewise.
17399         * m4/mmap-anon.m4: Likewise.
17400         * m4/mountlist.m4: Likewise.
17401         * m4/nanosleep.m4: Likewise.
17402         * m4/nls.m4: Likewise.
17403         * m4/nocrash.m4: Likewise.
17404         * m4/open.m4: Likewise.
17405         * m4/openat.m4: Likewise.
17406         * m4/openmp.m4: Likewise.
17407         * m4/pathmax.m4: Likewise.
17408         * m4/perl.m4: Likewise.
17409         * m4/physmem.m4: Likewise.
17410         * m4/pipe.m4: Likewise.
17411         * m4/po.m4: Likewise.
17412         * m4/poll.m4: Likewise.
17413         * m4/posixtm.m4: Likewise.
17414         * m4/posixver.m4: Likewise.
17415         * m4/printf-frexp.m4: Likewise.
17416         * m4/printf-frexpl.m4: Likewise.
17417         * m4/printf-posix.m4: Likewise.
17418         * m4/printf-posix-rpl.m4: Likewise.
17419         * m4/printf.m4: Likewise.
17420         * m4/progtest.m4: Likewise.
17421         * m4/putenv.m4: Likewise.
17422         * m4/readline.m4: Likewise.
17423         * m4/readlink.m4: Likewise.
17424         * m4/readutmp.m4: Likewise.
17425         * m4/realloc.m4: Likewise.
17426         * m4/regex.m4: Likewise.
17427         * m4/relocatable.m4: Likewise.
17428         * m4/relocatable-lib.m4: Likewise.
17429         * m4/rename-dest-slash.m4: Likewise.
17430         * m4/rename.m4: Likewise.
17431         * m4/rmdir-errno.m4: Likewise.
17432         * m4/rmdir.m4: Likewise.
17433         * m4/roundf.m4: Likewise.
17434         * m4/roundl.m4: Likewise.
17435         * m4/rpmatch.m4: Likewise.
17436         * m4/save-cwd.m4: Likewise.
17437         * m4/selinux-selinux-h.m4: Likewise.
17438         * m4/setenv.m4: Likewise.
17439         * m4/settime.m4: Likewise.
17440         * m4/sig2str.m4: Likewise.
17441         * m4/sig_atomic_t.m4: Likewise.
17442         * m4/signalblocking.m4: Likewise.
17443         * m4/signbit.m4: Likewise.
17444         * m4/sigpipe.m4: Likewise.
17445         * m4/sockets.m4: Likewise.
17446         * m4/sockpfaf.m4: Likewise.
17447         * m4/st_dm_mode.m4: Likewise.
17448         * m4/stat-time.m4: Likewise.
17449         * m4/stdbool.m4: Likewise.
17450         * m4/stdint.m4: Likewise.
17451         * m4/stdint_h.m4: Likewise.
17452         * m4/stpcpy.m4: Likewise.
17453         * m4/stpncpy.m4: Likewise.
17454         * m4/strcase.m4: Likewise.
17455         * m4/strchrnul.m4: Likewise.
17456         * m4/strcspn.m4: Likewise.
17457         * m4/strdup.m4: Likewise.
17458         * m4/strftime.m4: Likewise.
17459         * m4/strndup.m4: Likewise.
17460         * m4/strnlen.m4: Likewise.
17461         * m4/strpbrk.m4: Likewise.
17462         * m4/strptime.m4: Likewise.
17463         * m4/strsep.m4: Likewise.
17464         * m4/strtod.m4: Likewise.
17465         * m4/strtoimax.m4: Likewise.
17466         * m4/strtok_r.m4: Likewise.
17467         * m4/strtol.m4: Likewise.
17468         * m4/strtoll.m4: Likewise.
17469         * m4/strtoul.m4: Likewise.
17470         * m4/strtoull.m4: Likewise.
17471         * m4/strtoumax.m4: Likewise.
17472         * m4/strverscmp.m4: Likewise.
17473         * m4/threadlib.m4: Likewise.
17474         * m4/timegm.m4: Likewise.
17475         * m4/tm_gmtoff.m4: Likewise.
17476         * m4/tmpdir.m4: Likewise.
17477         * m4/tmpfile.m4: Likewise.
17478         * m4/tzset.m4: Likewise.
17479         * m4/uintmax_t.m4: Likewise.
17480         * m4/unlinkdir.m4: Likewise.
17481         * m4/unlocked-io.m4: Likewise.
17482         * m4/uptime.m4: Likewise.
17483         * m4/userspec.m4: Likewise.
17484         * m4/utimbuf.m4: Likewise.
17485         * m4/utime.m4: Likewise.
17486         * m4/utimes-null.m4: Likewise.
17487         * m4/utimes.m4: Likewise.
17488         * m4/vararrays.m4: Likewise.
17489         * m4/vasnprintf.m4: Likewise.
17490         * m4/vfprintf-posix.m4: Likewise.
17491         * m4/vprintf-posix.m4: Likewise.
17492         * m4/wait-process.m4: Likewise.
17493         * m4/wchar_t.m4: Likewise.
17494         * m4/wint_t.m4: Likewise.
17495         * m4/write-any-file.m4: Likewise.
17496         * m4/yield.m4: Likewise.
17497
17498 2009-01-13  Bruno Haible  <bruno@clisp.org>
17499
17500         Avoid test-copy-file.sh failures when ACL support insufficient.
17501         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
17502         TESTS_ENVIRONMENT.
17503         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
17504         Reported by Jim Meyering.
17505
17506 2009-01-13  Bruno Haible  <bruno@clisp.org>
17507
17508         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
17509         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
17510         * modules/unistdio/u8-printf-parse (Files): Likewise.
17511         * modules/unistdio/u32-printf-parse (Files): Likewise.
17512         * modules/unistdio/ulc-printf-parse (Files): Likewise.
17513
17514 2009-01-13  Simon Josefsson  <simon@josefsson.org>
17515
17516         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
17517         and m4/inttypes_h.m4 too.
17518
17519 2009-01-12  Eric Blake  <ebb9@byu.net>
17520
17521         tests: IRIX 6.2 cc can't compile -0.0 into .data
17522         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
17523         rather than at compile-time.
17524         * tests/test-floorl.c (minus_zero): Likewise.
17525         * tests/test-frexpl.c (minus_zero): Likewise.
17526         * tests/test-isnan.c (minus_zerol): Likewise.
17527         * tests/test-isnanl.h (minus_zero): Likewise.
17528         * tests/test-ldexpl.c (minus_zero): Likewise.
17529         * tests/test-roundl.c (minus_zero): Likewise.
17530         * tests/test-signbit.c (minus_zerol): Likewise.
17531         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
17532         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
17533         * tests/test-truncl.c (minus_zero): Likewise.
17534         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
17535         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
17536         Reported by Tom G. Christensen and Nelson H. F. Beebe.
17537
17538 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17539
17540         regex: fix glibc bug 9697
17541         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
17542         handling.
17543
17544 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17545
17546         regex: fix glibc bug 697
17547         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
17548         being NULL also if there are no backreferences.
17549
17550 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17551
17552         regex: merge glibc changes
17553         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
17554         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
17555         re_string_skip_chars, re_string_reconstruct): Likewise.
17556         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
17557
17558 2009-01-07  Jim Meyering  <meyering@redhat.com>
17559
17560         poll: filter through cppi
17561         * lib/poll.c: Indent cpp directives to reflect nesting.
17562
17563 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
17564
17565         poll: don't return uninitialized
17566         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
17567
17568 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
17569
17570         avoid compile failure on AIX 6.1
17571         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
17572         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
17573
17574 2009-01-04  Jim Meyering  <meyering@redhat.com>
17575
17576         remove duplicate inclusion of <stdio.h>
17577         * tests/test-fprintf-posix.c: Likewise.
17578         * tests/test-printf-posix.c: Likewise.
17579         * tests/test-snprintf-posix.c: Likewise.
17580         * tests/test-sprintf-posix.c: Likewise.
17581         * tests/test-vasprintf-posix.c: Likewise.
17582         * tests/test-vfprintf-posix.c: Likewise.
17583         * tests/test-vprintf-posix.c: Likewise.
17584         * tests/test-vsnprintf-posix.c: Likewise.
17585         * tests/test-vsprintf-posix.c: Likewise.
17586
17587 2009-01-03  Jim Meyering  <meyering@redhat.com>
17588
17589         gnulib-tool: fix sed-based filtering
17590         * gnulib-tool (func_filter_filelist): Remove extra backslash
17591         in sed_fff_filter definition.
17592
17593 2009-01-02  Jim Meyering  <meyering@redhat.com>
17594
17595         strftime: avoid compilation failure on Solaris 2.6
17596         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
17597         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
17598         Don't #define mbrlen or mbsinit, since now they're guaranteed to
17599         be available.  Reported by Tom G. Christensen.  Details in
17600         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
17601
17602 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17603             Bruno Haible  <bruno@clisp.org>
17604
17605         Speed up gnulib-tool by doing more string processing through shell
17606         built-ins.
17607         * gnulib-tool (fast_func_append): New variable.
17608         (func_remove_prefix, func_remove_suffix): New functions.
17609         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
17610         (func_filter_filelist): New function.
17611         (func_get_dependencies): Use func_remove_suffix instead of sed.
17612         (func_get_automake_snippet): Use func_filter_filelist instead of a
17613         subshell and sed invocation.
17614
17615 2009-01-01  Bruno Haible  <bruno@clisp.org>
17616
17617         Fix a security bug.
17618         * gnulib-tool (func_import, import, update): Don't allow the characters
17619         '"', '$', '`', '\' in macro arguments that become part of commands that
17620         are evaluated.
17621
17622 2009-01-01  Bruno Haible  <bruno@clisp.org>
17623
17624         * gnulib-tool (func_reset_sigpipe): Add more comments.
17625
17626 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17627
17628         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
17629         func_emit_tests_Makefile_am, func_import): Abort loops early if we
17630         already know the answer.
17631
17632 2009-01-01  Jim Meyering  <meyering@redhat.com>
17633
17634         * lib/version-etc.c (version_etc_va): Update copyright year.
17635
17636 2008-12-30  Bruno Haible  <bruno@clisp.org>
17637
17638         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
17639         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
17640         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
17641
17642 2008-12-29  Eric Blake  <ebb9@byu.net>
17643
17644         multiarch: avoid autoconf AC_REQUIRE bug
17645         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
17646         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
17647         2.63 and older.
17648         Reported by Bruno Haible, and analyzed in
17649         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
17650
17651 2008-12-29  Bruno Haible  <bruno@clisp.org>
17652
17653         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
17654         files in subdirectories correctly.
17655         Reported by Ralf Wildenhues.
17656
17657 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17658
17659         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
17660         rather than 'join FILE -', for Solaris join.
17661
17662 2008-12-29  Bruno Haible  <bruno@clisp.org>
17663
17664         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
17665         quoting.
17666         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
17667         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
17668         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
17669         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
17670         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
17671         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
17672         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
17673         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
17674         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
17675         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
17676         * m4/nls.m4 (AM_NLS): Likewise.
17677         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
17678         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
17679         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
17680         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
17681         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
17682         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
17683         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
17684         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
17685         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
17686         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
17687         * m4/xsize.m4 (gl_XSIZE): Likewise.
17688         Suggested by Jim Meyering.
17689
17690 2008-11-17  Bruce Korb  <bkorb@gnu.org>
17691
17692         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
17693         * lib/parse-duration.c: use a switch instead of cascading if's.
17694
17695 2008-12-29  Eric Blake  <ebb9@byu.net>
17696
17697         wchar.h: supply WEOF on Irix 5.3
17698         * lib/wchar.in.h (wint_t): Also supply WEOF.
17699         * lib/wctype.in.h (wint_t): Likewise.
17700         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
17701         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
17702         Reported by Tom G. Christensen.
17703
17704 2008-12-26  Bruno Haible  <bruno@clisp.org>
17705
17706         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
17707         i486, i586, i686.
17708
17709 2008-12-26  Bruno Haible  <bruno@clisp.org>
17710
17711         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
17712
17713 2008-12-26  Bruno Haible  <bruno@clisp.org>
17714
17715         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
17716         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
17717         not __STDC_CONSTANT_MACROS.
17718         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
17719
17720 2008-12-25  Bruno Haible  <bruno@clisp.org>
17721
17722         Add support for universal builds to vasnprintf.
17723         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
17724         universal builds, guess no.
17725         * modules/vasnprintf-posix (Depends-on): Add multiarch.
17726         * modules/vasprintf-posix (Depends-on): Likewise.
17727         * modules/fprintf-posix (Depends-on): Likewise.
17728         * modules/vfprintf-posix (Depends-on): Likewise.
17729         * modules/snprintf-posix (Depends-on): Likewise.
17730         * modules/vsnprintf-posix (Depends-on): Likewise.
17731         * modules/sprintf-posix (Depends-on): Likewise.
17732         * modules/vsprintf-posix (Depends-on): Likewise.
17733         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
17734         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
17735         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
17736         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
17737         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
17738         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
17739         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
17740
17741         Add support for universal builds to <inttypes.h>.
17742         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
17743         _SCNu64_PREFIX): In Apple
17744         universal builds, define directly, using _LP64.
17745         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
17746         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
17747         * modules/inttypes (Depends-on): Add multiarch.
17748         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
17749
17750         Add support for universal builds to <stdint.h>.
17751         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
17752         universal builds, define directly, using _LP64.
17753         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
17754         Apple universal builds, don't test for the size and suffix of ptrdiff_t
17755         and size_t.
17756         * modules/stdint (Depends-on): Add multiarch.
17757         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
17758
17759         New module 'multiarch'.
17760         * modules/multiarch: New file.
17761         * m4/multiarch.m4: New file.
17762
17763 2008-12-25  Bruno Haible  <bruno@clisp.org>
17764
17765         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
17766
17767 2008-12-25  Bruno Haible  <bruno@clisp.org>
17768
17769         * modules/btowc (License): Relicense under LGPLv2+.
17770         * modules/mbsinit (License): Likewise.
17771         * modules/mbrtowc (License): Likewise.
17772         * modules/wcrtomb (License): Likewise.
17773         * modules/streq (License): Likewise.
17774         Reported by David Lutterkort <lutter@redhat.com>.
17775
17776 2008-12-23  Bruno Haible  <bruno@clisp.org>
17777
17778         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
17779
17780 2008-12-23  Bruno Haible  <bruno@clisp.org>
17781
17782         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
17783         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
17784         GETADDRINFO_LIB, not in LIBS.
17785         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
17786         * modules/canon-host (Link): Likewise.
17787         * NEWS: Mention the change.
17788         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
17789         GETADDRINFO_LIB.
17790
17791 2008-12-22  Bruno Haible  <bruno@clisp.org>
17792
17793         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
17794         * doc/posix-functions/iswalpha_l.texi: Likewise.
17795         * doc/posix-functions/iswblank_l.texi: Likewise.
17796         * doc/posix-functions/iswcntrl_l.texi: Likewise.
17797         * doc/posix-functions/iswctype_l.texi: Likewise.
17798         * doc/posix-functions/iswdigit_l.texi: Likewise.
17799         * doc/posix-functions/iswgraph_l.texi: Likewise.
17800         * doc/posix-functions/iswlower_l.texi: Likewise.
17801         * doc/posix-functions/iswprint_l.texi: Likewise.
17802         * doc/posix-functions/iswpunct_l.texi: Likewise.
17803         * doc/posix-functions/iswspace_l.texi: Likewise.
17804         * doc/posix-functions/iswupper_l.texi: Likewise.
17805         * doc/posix-functions/iswxdigit_l.texi: Likewise.
17806         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
17807         * doc/posix-functions/open_wmemstream.texi: Likewise.
17808         * doc/posix-functions/swscanf.texi: Likewise.
17809         * doc/posix-functions/towctrans_l.texi: Likewise.
17810         * doc/posix-functions/towlower.texi: Likewise.
17811         * doc/posix-functions/towlower_l.texi: Likewise.
17812         * doc/posix-functions/towupper.texi: Likewise.
17813         * doc/posix-functions/towupper_l.texi: Likewise.
17814         * doc/posix-functions/vfwprintf.texi: Likewise.
17815         * doc/posix-functions/vfwscanf.texi: Likewise.
17816         * doc/posix-functions/vswscanf.texi: Likewise.
17817         * doc/posix-functions/vwprintf.texi: Likewise.
17818         * doc/posix-functions/vwscanf.texi: Likewise.
17819         * doc/posix-functions/wcpcpy.texi: Likewise.
17820         * doc/posix-functions/wcpncpy.texi: Likewise.
17821         * doc/posix-functions/wcscasecmp.texi: Likewise.
17822         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
17823         * doc/posix-functions/wcscoll_l.texi: Likewise.
17824         * doc/posix-functions/wcsdup.texi: Likewise.
17825         * doc/posix-functions/wcsncasecmp.texi: Likewise.
17826         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
17827         * doc/posix-functions/wcsnlen.texi: Likewise.
17828         * doc/posix-functions/wcsnrtombs.texi: Likewise.
17829         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
17830         * doc/posix-functions/wctrans_l.texi: Likewise.
17831         * doc/posix-functions/wctype_l.texi: Likewise.
17832         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
17833         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
17834         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
17835         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
17836         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
17837         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
17838         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
17839         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
17840         * doc/glibc-functions/wcschrnul.texi: Likewise.
17841         * doc/glibc-functions/wcsftime_l.texi: Likewise.
17842         * doc/glibc-functions/wcstod_l.texi: Likewise.
17843         * doc/glibc-functions/wcstof_l.texi: Likewise.
17844         * doc/glibc-functions/wcstol_l.texi: Likewise.
17845         * doc/glibc-functions/wcstold_l.texi: Likewise.
17846         * doc/glibc-functions/wcstoll_l.texi: Likewise.
17847         * doc/glibc-functions/wcstoq.texi: Likewise.
17848         * doc/glibc-functions/wcstoul_l.texi: Likewise.
17849         * doc/glibc-functions/wcstoull_l.texi: Likewise.
17850         * doc/glibc-functions/wcstouq.texi: Likewise.
17851         * doc/glibc-functions/wmempcpy.texi: Likewise.
17852
17853 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
17854             Eric Blake  <ebb9@byu.net>
17855             Paolo Bonzini  <bonzini@gnu.org>
17856             Bruno Haible  <bruno@clisp.org>
17857
17858         Make c-stack work on Haiku.
17859         * lib/c-stack.c (SA_ONSTACK): Define fallback.
17860         (c_stack_action): Use SA_ONSTACK flag.
17861
17862 2008-12-22  Bruno Haible  <bruno@clisp.org>
17863
17864         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
17865
17866 2008-12-22  Bruno Haible  <bruno@clisp.org>
17867
17868         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
17869         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
17870         being overridden.
17871         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
17872         New macros.
17873         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
17874         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
17875         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
17876         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
17877
17878 2008-12-22  Bruno Haible  <bruno@clisp.org>
17879
17880         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
17881         from test code.
17882
17883 2008-12-22  Eric Blake  <ebb9@byu.net>
17884
17885         Avoid gcc warnings on cygwin.
17886         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
17887         Avoid unused variable.
17888         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
17889         Likewise.
17890
17891 2008-12-22  Bruno Haible  <bruno@clisp.org>
17892
17893         Remove HAVE_MBRTOWC conditionals.
17894         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
17895         (mbscasecmp): Assume mbrtowc function.
17896         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
17897         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
17898         * lib/mbschr.c: Include mbuiter.h unconditionally.
17899         (mbschr): Assume mbrtowc function.
17900         * lib/mbscspn.c: Include mbuiter.h unconditionally.
17901         (mbscspn): Assume mbrtowc function.
17902         * lib/mbslen.c: Include mbuiter.h unconditionally.
17903         (mbslen): Assume mbrtowc function.
17904         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
17905         (mbsncasecmp): Assume mbrtowc function.
17906         * lib/mbsnlen.c: Include mbiter.h unconditionally.
17907         (mbsnlen): Assume mbrtowc function.
17908         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
17909         (mbspbrk): Assume mbrtowc function.
17910         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
17911         (mbspcasecmp): Assume mbrtowc function.
17912         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
17913         (mbsrchr): Assume mbrtowc function.
17914         * lib/mbssep.c: Include mbuiter.h unconditionally.
17915         (mbssep): Assume mbrtowc function.
17916         * lib/mbsspn.c: Include mbuiter.h unconditionally.
17917         (mbsspn): Assume mbrtowc function.
17918         * lib/mbsstr.c: Include mbuiter.h unconditionally.
17919         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
17920         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
17921         (mbstok_r): Assume mbrtowc function.
17922         * lib/propername.c: Include mbuiter.h unconditionally.
17923         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
17924         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
17925         (trim2): Assume mbrtowc function.
17926         * lib/mbswidth.c (mbsinit): Remove fallback definition.
17927         (mbsnwidth): Assume mbrtowc function.
17928         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
17929         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
17930         fallback definitions.
17931         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
17932
17933 2008-12-22  Bruno Haible  <bruno@clisp.org>
17934
17935         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
17936
17937 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
17938
17939         * modules/regex: Request emulations for the mb*/wc* functions we need.
17940         * m4/regex.m4: Don't look for those functions here.
17941         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
17942
17943 2008-12-22  Bruno Haible  <bruno@clisp.org>
17944
17945         * modules/fnmatch (Depends-on): Remove duplicated dependency.
17946
17947 2008-12-21  Bruno Haible  <bruno@clisp.org>
17948
17949         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
17950         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
17951         (Include): Remove conditionalization.
17952         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
17953         (Include): Remove conditionalization.
17954         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
17955         (Include): Remove conditionalization.
17956         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
17957         * m4/mbfile.m4 (gl_MBFILE): Likewise.
17958         * NEWS: Mention the change.
17959         Reported by Alan Hourihane <alanh@fairlite.co.uk>
17960         via Sergey Poznyakoff <gray@gnu.org.ua>.
17961
17962 2008-12-21  Bruno Haible  <bruno@clisp.org>
17963
17964         * MODULES.html.sh (Extended multibyte and wide character utilities
17965         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
17966         wcrtomb, wcsrtombs.
17967         (Support for systems lacking POSIX:2008): Add accept, bind, close,
17968         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
17969         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
17970         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
17971
17972 2008-12-21  Bruno Haible  <bruno@clisp.org>
17973
17974         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
17975
17976 2008-12-21  Bruno Haible  <bruno@clisp.org>
17977
17978         * modules/wcsnrtombs-tests: New file.
17979         * tests/test-wcsnrtombs1.sh: New file.
17980         * tests/test-wcsnrtombs2.sh: New file.
17981         * tests/test-wcsnrtombs3.sh: New file.
17982         * tests/test-wcsnrtombs4.sh: New file.
17983         * tests/test-wcsnrtombs.c: New file.
17984
17985         New module 'wcsnrtombs'.
17986         * lib/wchar.in.h (wcsnrtombs): New declaration.
17987         * lib/wcsnrtombs.c: New file.
17988         * lib/wcsrtombs-state.c: New file.
17989         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
17990         (internal_state): Remove variable.
17991         * m4/wcsnrtombs.m4: New file.
17992         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
17993         compilation units.
17994         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
17995         HAVE_WCSNRTOMBS.
17996         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
17997         HAVE_WCSNRTOMBS.
17998         * modules/wcsnrtombs: New file.
17999         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
18000         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
18001
18002 2008-12-21  Bruno Haible  <bruno@clisp.org>
18003
18004         * modules/wcsrtombs-tests: New file.
18005         * tests/test-wcsrtombs1.sh: New file.
18006         * tests/test-wcsrtombs2.sh: New file.
18007         * tests/test-wcsrtombs3.sh: New file.
18008         * tests/test-wcsrtombs4.sh: New file.
18009         * tests/test-wcsrtombs.c: New file.
18010
18011         New module 'wcsrtombs'.
18012         * lib/wchar.in.h (wcsrtombs): New declaration.
18013         * lib/wcsrtombs.c: New file.
18014         * m4/wcsrtombs.m4: New file.
18015         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
18016         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18017         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
18018         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18019         * modules/wcsrtombs: New file.
18020         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
18021         bugs.
18022
18023 2008-12-21  Bruno Haible  <bruno@clisp.org>
18024
18025         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
18026         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
18027         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
18028         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
18029         if not correct.
18030         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
18031         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
18032         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18033         m4/locale-zh.m4, m4/codeset.m4.
18034         * doc/posix-functions/wcrtomb.texi: Document the bug.
18035
18036 2008-12-21  Bruno Haible  <bruno@clisp.org>
18037
18038         Work around a btowc() bug on IRIX 6.5.
18039         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
18040         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
18041         REPLACE_WTOBC if not.
18042         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
18043         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
18044         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
18045
18046 2008-12-21  Bruno Haible  <bruno@clisp.org>
18047
18048         * modules/wcrtomb-tests: New file.
18049         * tests/test-wcrtomb.sh: New file.
18050         * tests/test-wcrtomb.c: New file.
18051
18052         New module 'wcrtomb'.
18053         * lib/wchar.in.h (wcrtomb): New declaration.
18054         * lib/wcrtomb.c: New file.
18055         * m4/wcrtomb.m4: New file.
18056         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
18057         HAVE_WCRTOMB.
18058         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
18059         HAVE_WCRTOMB.
18060         * modules/wcrtomb: New file.
18061         * doc/posix-functions/wcrtomb.texi: Mention the new module.
18062
18063 2008-12-21  Bruno Haible  <bruno@clisp.org>
18064
18065         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
18066         * modules/mbsrtowcs (Files): Likewise.
18067         * modules/wctob (Files): Likewise.
18068         * modules/c-strcase-tests (Files): Likewise.
18069         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
18070         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
18071         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
18072         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
18073         * modules/vasnprintf-posix-tests (Files): Likewise.
18074
18075 2008-12-21  William Pursell  <bill.pursell@gmail.com>
18076
18077         gitlog-to-changelog: pass all command-line arguments to git-log
18078         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
18079         it is sometimes convenient to filter the commits in various ways.
18080         gitlog-to-changelog only allows --since to specify a start date,
18081         but git-log itself supports many other filtering mechanisms.
18082         At the moment, I want to filter by branch name.  Rather than
18083         adding a --branch option to gitlog-to-changelog, it seems more
18084         flexible to simply pass all options directly to git-log and let
18085         git do the work.  Notice that this effectively makes --since a
18086         redundant option for gitlog-to-changelog, but removing it would
18087         require current usage to change since calls would then require
18088         an additional '--'.
18089
18090 2008-12-21  Bruno Haible  <bruno@clisp.org>
18091
18092         * modules/mbsnrtowcs-tests: New file.
18093         * tests/test-mbsnrtowcs1.sh: New file.
18094         * tests/test-mbsnrtowcs2.sh: New file.
18095         * tests/test-mbsnrtowcs3.sh: New file.
18096         * tests/test-mbsnrtowcs4.sh: New file.
18097         * tests/test-mbsnrtowcs.c: New file.
18098
18099         New module 'mbsnrtowcs'.
18100         * lib/wchar.in.h (mbsnrtowcs): New declaration.
18101         * lib/mbsnrtowcs.c: New file.
18102         * lib/mbsrtowcs-state.c: New file.
18103         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
18104         (internal_state): Remove variable.
18105         * m4/mbsnrtowcs.m4: New file.
18106         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
18107         compilation units.
18108         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
18109         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18110         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
18111         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18112         * modules/mbsnrtowcs: New file.
18113         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
18114         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
18115         portability problem.
18116
18117 2008-12-21  Bruno Haible  <bruno@clisp.org>
18118
18119         Work around mbsrtowcs bug.
18120         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
18121         (gl_FUNC_MBSRTOWCS): Invoke it.
18122         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18123         m4/locale-zh.m4.
18124         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
18125
18126 2008-12-21  Bruno Haible  <bruno@clisp.org>
18127
18128         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
18129
18130 2008-12-21  Bruno Haible  <bruno@clisp.org>
18131
18132         Update doc for AIX.
18133         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
18134         16-bit wchar_t type.
18135         * doc/posix-functions/btowc.texi: Likewise.
18136         * doc/posix-functions/fgetwc.texi: Likewise.
18137         * doc/posix-functions/fgetws.texi: Likewise.
18138         * doc/posix-functions/fputwc.texi: Likewise.
18139         * doc/posix-functions/fputws.texi: Likewise.
18140         * doc/posix-functions/fwide.texi: Likewise.
18141         * doc/posix-functions/fwprintf.texi: Likewise.
18142         * doc/posix-functions/fwscanf.texi: Likewise.
18143         * doc/posix-functions/getwchar.texi: Likewise.
18144         * doc/posix-functions/getwc.texi: Likewise.
18145         * doc/posix-functions/iswalnum.texi: Likewise.
18146         * doc/posix-functions/iswalpha.texi: Likewise.
18147         * doc/posix-functions/iswblank.texi: Likewise.
18148         * doc/posix-functions/iswcntrl.texi: Likewise.
18149         * doc/posix-functions/iswctype.texi: Likewise.
18150         * doc/posix-functions/iswdigit.texi: Likewise.
18151         * doc/posix-functions/iswgraph.texi: Likewise.
18152         * doc/posix-functions/iswlower.texi: Likewise.
18153         * doc/posix-functions/iswprint.texi: Likewise.
18154         * doc/posix-functions/iswpunct.texi: Likewise.
18155         * doc/posix-functions/iswspace.texi: Likewise.
18156         * doc/posix-functions/iswupper.texi: Likewise.
18157         * doc/posix-functions/iswxdigit.texi: Likewise.
18158         * doc/posix-functions/mbrtowc.texi: Likewise.
18159         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18160         * doc/posix-functions/mbstowcs.texi: Likewise.
18161         * doc/posix-functions/mbtowc.texi: Likewise.
18162         * doc/posix-functions/putwchar.texi: Likewise.
18163         * doc/posix-functions/putwc.texi: Likewise.
18164         * doc/posix-functions/swprintf.texi: Likewise.
18165         * doc/posix-functions/tolower.texi: Likewise.
18166         * doc/posix-functions/toupper.texi: Likewise.
18167         * doc/posix-functions/towctrans.texi: Likewise.
18168         * doc/posix-functions/ungetwc.texi: Likewise.
18169         * doc/posix-functions/vswprintf.texi: Likewise.
18170         * doc/posix-functions/wcrtomb.texi: Likewise.
18171         * doc/posix-functions/wcscat.texi: Likewise.
18172         * doc/posix-functions/wcschr.texi: Likewise.
18173         * doc/posix-functions/wcscmp.texi: Likewise.
18174         * doc/posix-functions/wcscoll.texi: Likewise.
18175         * doc/posix-functions/wcscpy.texi: Likewise.
18176         * doc/posix-functions/wcscspn.texi: Likewise.
18177         * doc/posix-functions/wcsftime.texi: Likewise.
18178         * doc/posix-functions/wcslen.texi: Likewise.
18179         * doc/posix-functions/wcsncat.texi: Likewise.
18180         * doc/posix-functions/wcsncmp.texi: Likewise.
18181         * doc/posix-functions/wcsncpy.texi: Likewise.
18182         * doc/posix-functions/wcspbrk.texi: Likewise.
18183         * doc/posix-functions/wcsrchr.texi: Likewise.
18184         * doc/posix-functions/wcsrtombs.texi: Likewise.
18185         * doc/posix-functions/wcsspn.texi: Likewise.
18186         * doc/posix-functions/wcsstr.texi: Likewise.
18187         * doc/posix-functions/wcstod.texi: Likewise.
18188         * doc/posix-functions/wcstof.texi: Likewise.
18189         * doc/posix-functions/wcstoimax.texi: Likewise.
18190         * doc/posix-functions/wcstok.texi: Likewise.
18191         * doc/posix-functions/wcstold.texi: Likewise.
18192         * doc/posix-functions/wcstoll.texi: Likewise.
18193         * doc/posix-functions/wcstol.texi: Likewise.
18194         * doc/posix-functions/wcstombs.texi: Likewise.
18195         * doc/posix-functions/wcstoull.texi: Likewise.
18196         * doc/posix-functions/wcstoul.texi: Likewise.
18197         * doc/posix-functions/wcstoumax.texi: Likewise.
18198         * doc/posix-functions/wcswidth.texi: Likewise.
18199         * doc/posix-functions/wcsxfrm.texi: Likewise.
18200         * doc/posix-functions/wctob.texi: Likewise.
18201         * doc/posix-functions/wctomb.texi: Likewise.
18202         * doc/posix-functions/wctrans.texi: Likewise.
18203         * doc/posix-functions/wctype.texi: Likewise.
18204         * doc/posix-functions/wcwidth.texi: Likewise.
18205         * doc/posix-functions/wmemchr.texi: Likewise.
18206         * doc/posix-functions/wmemcmp.texi: Likewise.
18207         * doc/posix-functions/wmemcpy.texi: Likewise.
18208         * doc/posix-functions/wmemmove.texi: Likewise.
18209         * doc/posix-functions/wmemset.texi: Likewise.
18210         * doc/posix-functions/wprintf.texi: Likewise.
18211         * doc/posix-functions/wscanf.texi: Likewise.
18212
18213 2008-12-21  Bruno Haible  <bruno@clisp.org>
18214
18215         Update doc for HP-UX 11.11.
18216         * doc/posix-functions/btowc.texi: Clarify that the function is missing
18217         in HP-UX version 11.00, not in all versions of HP-UX 11.
18218         * doc/posix-functions/fwide.texi: Likewise.
18219         * doc/posix-functions/fwprintf.texi: Likewise.
18220         * doc/posix-functions/fwscanf.texi: Likewise.
18221         * doc/posix-functions/inet_ntop.texi: Likewise.
18222         * doc/posix-functions/inet_pton.texi: Likewise.
18223         * doc/posix-functions/mbrlen.texi: Likewise.
18224         * doc/posix-functions/mbrtowc.texi: Likewise.
18225         * doc/posix-functions/mbsinit.texi: Likewise.
18226         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18227         * doc/posix-functions/swprintf.texi: Likewise.
18228         * doc/posix-functions/swscanf.texi: Likewise.
18229         * doc/posix-functions/towctrans.texi: Likewise.
18230         * doc/posix-functions/vfwprintf.texi: Likewise.
18231         * doc/posix-functions/vswprintf.texi: Likewise.
18232         * doc/posix-functions/vwprintf.texi: Likewise.
18233         * doc/posix-functions/wcrtomb.texi: Likewise.
18234         * doc/posix-functions/wcsrtombs.texi: Likewise.
18235         * doc/posix-functions/wcsstr.texi: Likewise.
18236         * doc/posix-functions/wctob.texi: Likewise.
18237         * doc/posix-functions/wctrans.texi: Likewise.
18238         * doc/posix-functions/wmemchr.texi: Likewise.
18239         * doc/posix-functions/wmemcmp.texi: Likewise.
18240         * doc/posix-functions/wmemcpy.texi: Likewise.
18241         * doc/posix-functions/wmemmove.texi: Likewise.
18242         * doc/posix-functions/wmemset.texi: Likewise.
18243         * doc/posix-functions/wprintf.texi: Likewise.
18244         * doc/posix-functions/wscanf.texi: Likewise.
18245
18246 2008-12-21  Bruno Haible  <bruno@clisp.org>
18247
18248         Work around a portability problem.
18249         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
18250         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
18251
18252 2008-12-20  Bruno Haible  <bruno@clisp.org>
18253
18254         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
18255         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
18256         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
18257         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
18258         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
18259
18260         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
18261         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
18262         set.
18263         (GNULIB_defined_mbstate_t): New macro.
18264         (mbsinit): Redefine if REPLACE_MBSINIT is set.
18265         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
18266         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
18267         reuses the system's mbrtowc function but works around the bugs.
18268         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
18269         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
18270         macros.
18271         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
18272         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
18273         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
18274         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
18275         REPLACE_MBSINIT if mbsinit needs to be overridden.
18276         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
18277         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18278         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
18279         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18280         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18281         m4/locale-zh.m4.
18282         (Depends): Add mbsinit.
18283         * modules/mbsinit (Depends): Add mbrtowc.
18284         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
18285
18286 2008-12-20  Bruno Haible  <bruno@clisp.org>
18287
18288         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
18289         so that there are no conversion errors on AIX.
18290         * tests/test-mbsrtowcs.c (main): LIkewise.
18291
18292 2008-12-20  Bruno Haible  <bruno@clisp.org>
18293
18294         Work around wctob bug on Solaris <= 9.
18295         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
18296         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
18297         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
18298         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
18299         * modules/wctob (Files): Add m4/locale-fr.m4.
18300         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
18301
18302 2008-12-20  Bruno Haible  <bruno@clisp.org>
18303
18304         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
18305         /dev/null.
18306         * tests/test-select-in.sh: Likewise.
18307         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18308
18309 2008-12-20  Bruno Haible  <bruno@clisp.org>
18310
18311         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
18312         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
18313         Cygwin 1.5.x.
18314
18315 2008-12-20  Bruno Haible  <bruno@clisp.org>
18316
18317         Ensure mbstate_t is defined on HP-UX 11.11.
18318         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
18319         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
18320         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
18321         AC_USE_SYSTEM_EXTENSIONS.
18322         * modules/fnmatch (Depends-on): Add extensions.
18323         * modules/mbrlen (Depends-on): Likewise.
18324         * modules/mbrtowc (Depends-on): Likewise.
18325         * modules/mbsinit (Depends-on): Likewise.
18326         * modules/mbsrtowcs (Depends-on): Likewise.
18327         * modules/mbswidth (Depends-on): Likewise.
18328         * modules/quotearg (Depends-on): Likewise.
18329         * modules/strftime (Depends-on): Likewise.
18330
18331 2008-12-20  Bruno Haible  <bruno@clisp.org>
18332
18333         Ensure wctob is declared on IRIX 6.5.
18334         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
18335         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
18336         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
18337         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
18338         of HAVE_WCTOB.
18339         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
18340         HAVE_WCTOB.
18341         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
18342
18343 2008-12-19  Bruno Haible  <bruno@clisp.org>
18344
18345         * modules/mbsrtowcs-tests: New file.
18346         * tests/test-mbsrtowcs1.sh: New file.
18347         * tests/test-mbsrtowcs2.sh: New file.
18348         * tests/test-mbsrtowcs3.sh: New file.
18349         * tests/test-mbsrtowcs4.sh: New file.
18350         * tests/test-mbsrtowcs.c: New file.
18351
18352         New module 'mbsrtowcs'.
18353         * lib/wchar.in.h (mbsrtowcs): New declaration.
18354         * lib/mbsrtowcs.c: New file.
18355         * m4/mbsrtowcs.m4: New file.
18356         * modules/mbsrtowcs: New file.
18357         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
18358         HAVE_MBSRTOWCS.
18359         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18360         HAVE_MBSRTOWCS.
18361         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
18362
18363 2008-12-19  Bruno Haible  <bruno@clisp.org>
18364
18365         New module 'mbrlen'.
18366         * lib/wchar.in.h (mbrlen): New declaration.
18367         * lib/mbrlen.c: New file.
18368         * m4/mbrlen.m4: New file.
18369         * modules/mbrlen: New file.
18370         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
18371         HAVE_MBRLEN.
18372         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
18373         HAVE_MBRLEN.
18374         * doc/posix-functions/mbrlen.texi: Document the new module.
18375
18376 2008-12-19  Bruno Haible  <bruno@clisp.org>
18377
18378         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
18379         * modules/mbrtowc (Depends-on): Add verify.
18380         Suggested by Paul Eggert.
18381
18382 2008-12-18  Bruno Haible  <bruno@clisp.org>
18383
18384         * modules/mbsinit-tests: New file.
18385         * tests/test-mbsinit.sh: New file.
18386         * tests/test-mbsinit.c: New file.
18387
18388 2008-12-18  Bruno Haible  <bruno@clisp.org>
18389
18390         * modules/mbrtowc-tests: New file.
18391         * tests/test-mbrtowc1.sh: New file.
18392         * tests/test-mbrtowc2.sh: New file.
18393         * tests/test-mbrtowc3.sh: New file.
18394         * tests/test-mbrtowc4.sh: New file.
18395         * tests/test-mbrtowc.c: New file.
18396
18397         New module 'mbrtowc'.
18398         * lib/wchar.in.h (mbstate_t): Override when the system does not have
18399         mbsinit and mbrtowc.
18400         (mbrtowc): New declaration.
18401         * lib/mbrtowc.c: New file.
18402         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
18403         * modules/mbrtowc: New file.
18404         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18405         HAVE_MBRTOWC.
18406         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
18407         HAVE_MBRTOWC.
18408         * doc/posix-functions/mbrtowc.texi: Document the new module.
18409
18410 2008-12-18  Bruno Haible  <bruno@clisp.org>
18411
18412         New module 'wctob'.
18413         * lib/wchar.in.h (wctob): New declaration.
18414         * lib/wctob.c: New file.
18415         * m4/wctob.m4: New file.
18416         * modules/wctob: New file.
18417         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
18418         HAVE_WCTOB.
18419         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
18420         * doc/posix-functions/wctob.texi: Document the new module.
18421
18422 2008-12-18  Bruno Haible  <bruno@clisp.org>
18423
18424         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
18425         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
18426
18427 2008-12-18  Simon Josefsson  <simon@josefsson.org>
18428
18429         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
18430         G. Christensen" <tgc@jupiterrise.com>.
18431
18432         * lib/flock.c: Need to include errno.h.  Reported by "Tom
18433         G. Christensen" <tgc@jupiterrise.com>.
18434
18435         * lib/flock.c: Need to include string.h.  Reported by "Tom
18436         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
18437         <ebb9@byu.net>.
18438
18439 2008-12-18  Bruno Haible  <bruno@clisp.org>
18440
18441         * m4/locale-ja.m4: New file, from GNU gettext.
18442
18443 2008-12-17  Bruno Haible  <bruno@clisp.org>
18444
18445         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
18446         Suggested by Eric Blake.
18447
18448 2008-12-17  Bruno Haible  <bruno@clisp.org>
18449
18450         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
18451
18452 2008-12-17  Bruno Haible  <bruno@clisp.org>
18453
18454         * lib/mbsinit.c: Include verify.h. Verify an assumption.
18455         * modules/mbsinit (Depends-on): Add verify.
18456         Suggested by Paul Eggert.
18457
18458 2008-12-17  Bruno Haible  <bruno@clisp.org>
18459
18460         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
18461         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
18462         gl_FUNC_MBRTOWC.
18463         * m4/mbiter.m4 (gl_MBITER): LIkewise.
18464         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
18465         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
18466         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
18467         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
18468         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
18469         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
18470         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
18471         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
18472         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
18473         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
18474         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
18475         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
18476         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
18477         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
18478         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18479         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
18480         * modules/trim (configure.ac): Likewise.
18481
18482 2008-12-17  Bruno Haible  <bruno@clisp.org>
18483
18484         * modules/btowc-tests: New file.
18485         * tests/test-btowc1.sh: New file.
18486         * tests/test-btowc2.sh: New file.
18487         * tests/test-btowc.c: New file.
18488
18489         New module 'btowc'.
18490         * lib/wchar.in.h (btowc): New declaration.
18491         * lib/btowc.c: New file.
18492         * m4/btowc.m4: New file.
18493         * modules/btowc: New file.
18494         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
18495         HAVE_BTOWC.
18496         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
18497         * doc/posix-functions/btowc.texi: Document the new module.
18498
18499 2008-12-17  Bruno Haible  <bruno@clisp.org>
18500
18501         New module 'mbsinit'.
18502         * lib/wchar.in.h (mbsinit): New declaration.
18503         * lib/mbsinit.c: New file.
18504         * m4/mbsinit.m4: New file.
18505         * modules/mbsinit: New file.
18506         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
18507         HAVE_MBSINIT.
18508         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
18509         HAVE_MBSINIT.
18510         * doc/posix-functions/mbsinit.texi: Document the new module.
18511
18512 2008-12-16  Bruno Haible  <bruno@clisp.org>
18513
18514         * lib/unistd.in.h: Add comment.
18515         * tests/test-environ.c: Don't include <stdlib.h>.
18516
18517 2008-12-16  Bruno Haible  <bruno@clisp.org>
18518
18519         * lib/parse-duration.h (parse_duration): Document return value
18520         convention.
18521         * lib/parse-duration.c: Include specification header first. Add
18522         comments.
18523         (_): Remove macro.
18524         (parse_year_month_day, parse_hour_minute_second): Move side effects
18525         outside of strchr call.
18526         (parse_non_iso8601): Move side effects outside of isspace call.
18527         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
18528         call.
18529
18530 2008-12-16  Bruno Haible  <bruno@clisp.org>
18531
18532         * tests/test-parse-duration.sh: Produce no output when the test
18533         succeeds.
18534
18535 2008-12-16  Bruno Haible  <bruno@clisp.org>
18536
18537         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
18538         expressions.
18539
18540 2008-12-15  Bruno Haible  <bruno@clisp.org>
18541
18542         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
18543         * doc/glibc-functions/flistxattr.texi: Likewise.
18544         * doc/glibc-functions/fopencookie.texi: Likewise.
18545         * doc/glibc-functions/fremovexattr.texi: Likewise.
18546         * doc/glibc-functions/fsetxattr.texi: Likewise.
18547         * doc/glibc-functions/getxattr.texi: Likewise.
18548         * doc/glibc-functions/lgetxattr.texi: Likewise.
18549         * doc/glibc-functions/listxattr.texi: Likewise.
18550         * doc/glibc-functions/llistxattr.texi: Likewise.
18551         * doc/glibc-functions/lremovexattr.texi: Likewise.
18552         * doc/glibc-functions/lsetxattr.texi: Likewise.
18553         * doc/glibc-functions/removexattr.texi: Likewise.
18554         * doc/glibc-functions/setxattr.texi: Likewise.
18555         * doc/posix-functions/open_memstream.texi: Likewise.
18556
18557 2008-12-15  Eric Blake  <ebb9@byu.net>
18558
18559         Update doc for cygwin 1.7.
18560         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
18561         functions.
18562         * doc/posix-functions/fchmodat.texi: Likewise.
18563         * doc/posix-functions/fchownat.texi: Likewise.
18564         * doc/posix-functions/fdopendir.texi: Likewise.
18565         * doc/posix-functions/fmemopen.texi: Likewise.
18566         * doc/posix-functions/freeaddrinfo.texi: Likewise.
18567         * doc/posix-functions/fstatat.texi: Likewise.
18568         * doc/posix-functions/futimens.texi: Likewise.
18569         * doc/posix-functions/gai_strerror.texi: Likewise.
18570         * doc/posix-functions/getaddrinfo.texi: Likewise.
18571         * doc/posix-functions/getnameinfo.texi: Likewise.
18572         * doc/posix-functions/if_freenameindex.texi: Likewise.
18573         * doc/posix-functions/if_indextoname.texi: Likewise.
18574         * doc/posix-functions/if_nameindex.texi: Likewise.
18575         * doc/posix-functions/if_nametoindex.texi: Likewise.
18576         * doc/posix-functions/insque.texi: Likewise.
18577         * doc/posix-functions/linkat.texi: Likewise.
18578         * doc/posix-functions/llrint.texi: Likewise.
18579         * doc/posix-functions/llrintf.texi: Likewise.
18580         * doc/posix-functions/llrintl.texi: Likewise.
18581         * doc/posix-functions/lockf.texi: Likewise.
18582         * doc/posix-functions/lrintl.texi: Likewise.
18583         * doc/posix-functions/mkdirat.texi: Likewise.
18584         * doc/posix-functions/mkfifoat.texi: Likewise.
18585         * doc/posix-functions/mknodat.texi: Likewise.
18586         * doc/posix-functions/mq_close.texi: Likewise.
18587         * doc/posix-functions/mq_getattr.texi: Likewise.
18588         * doc/posix-functions/mq_notify.texi: Likewise.
18589         * doc/posix-functions/mq_open.texi: Likewise.
18590         * doc/posix-functions/mq_receive.texi: Likewise.
18591         * doc/posix-functions/mq_send.texi: Likewise.
18592         * doc/posix-functions/mq_setattr.texi: Likewise.
18593         * doc/posix-functions/mq_timedreceive.texi: Likewise.
18594         * doc/posix-functions/mq_timedsend.texi: Likewise.
18595         * doc/posix-functions/mq_unlink.texi: Likewise.
18596         * doc/posix-functions/open_memstream.texi: Likewise.
18597         * doc/posix-functions/openat.texi: Likewise.
18598         * doc/posix-functions/posix_fadvise.texi: Likewise.
18599         * doc/posix-functions/posix_fallocate.texi: Likewise.
18600         * doc/posix-functions/posix_madvise.texi: Likewise.
18601         * doc/posix-functions/posix_memalign.texi: Likewise.
18602         * doc/posix-functions/posix_openpt.texi: Likewise.
18603         * doc/posix-functions/readlinkat.texi: Likewise.
18604         * doc/posix-functions/remque.texi: Likewise.
18605         * doc/posix-functions/renameat.texi: Likewise.
18606         * doc/posix-functions/rintl.texi: Likewise.
18607         * doc/posix-functions/sem_unlink.texi: Likewise.
18608         * doc/posix-functions/shm_open.texi: Likewise.
18609         * doc/posix-functions/shm_unlink.texi: Likewise.
18610         * doc/posix-functions/signgam.texi: Likewise.
18611         * doc/posix-functions/sigset.texi: Likewise.
18612         * doc/posix-functions/stpcpy.texi: Likewise.
18613         * doc/posix-functions/stpncpy.texi: Likewise.
18614         * doc/posix-functions/strerror.texi: Likewise.
18615         * doc/posix-functions/strtod.texi: Likewise.
18616         * doc/posix-functions/symlinkat.texi: Likewise.
18617         * doc/posix-functions/unlinkat.texi: Likewise.
18618         * doc/posix-functions/utimensat.texi: Likewise.
18619         * doc/glibc-functions/bindresvport.texi: Likewise.
18620         * doc/glibc-functions/dn_expand.texi: Likewise.
18621         * doc/glibc-functions/exp10.texi: Likewise.
18622         * doc/glibc-functions/exp10f.texi: Likewise.
18623         * doc/glibc-functions/fgetxattr.texi: Likewise.
18624         * doc/glibc-functions/flistxattr.texi: Likewise.
18625         * doc/glibc-functions/fopencookie.texi: Likewise.
18626         * doc/glibc-functions/freeifaddrs.texi: Likewise.
18627         * doc/glibc-functions/fremovexattr.texi: Likewise.
18628         * doc/glibc-functions/fsetxattr.texi: Likewise.
18629         * doc/glibc-functions/getifaddrs.texi: Likewise.
18630         * doc/glibc-functions/getxattr.texi: Likewise.
18631         * doc/glibc-functions/lgetxattr.texi: Likewise.
18632         * doc/glibc-functions/listxattr.texi: Likewise.
18633         * doc/glibc-functions/llistxattr.texi: Likewise.
18634         * doc/glibc-functions/lremovexattr.texi: Likewise.
18635         * doc/glibc-functions/lsetxattr.texi: Likewise.
18636         * doc/glibc-functions/pow10.texi: Likewise.
18637         * doc/glibc-functions/pow10f.texi: Likewise.
18638         * doc/glibc-functions/rcmd_af.texi: Likewise.
18639         * doc/glibc-functions/removexattr.texi: Likewise.
18640         * doc/glibc-functions/res_init.texi: Likewise.
18641         * doc/glibc-functions/res_mkquery.texi: Likewise.
18642         * doc/glibc-functions/res_query.texi: Likewise.
18643         * doc/glibc-functions/res_querydomain.texi: Likewise.
18644         * doc/glibc-functions/res_send.texi: Likewise.
18645         * doc/glibc-functions/rresvport_af.texi: Likewise.
18646         * doc/glibc-functions/setxattr.texi: Likewise.
18647         * doc/glibc-functions/strcasestr.texi: Likewise.
18648
18649 2008-12-15  Bruno Haible  <bruno@clisp.org>
18650
18651         Fix compilation error on OSF/1 4.0.
18652         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
18653         <sys/time.h>, simply delegate to the system header.
18654         Reported by Daniel Richard G. <oss@teragram.com>.
18655
18656 2008-12-15  Bruno Haible  <bruno@clisp.org>
18657
18658         * doc/posix-functions/openat.texi: Mention the 'openat' module.
18659         * doc/posix-functions/fchmodat.texi: Likewise.
18660         * doc/posix-functions/fchownat.texi: Likewise.
18661         * doc/posix-functions/fdopendir.texi: Likewise.
18662         * doc/posix-functions/fstatat.texi: Likewise.
18663         * doc/posix-functions/mkdirat.texi: Likewise.
18664         * doc/posix-functions/unlinkat.texi: Likewise.
18665
18666 2008-12-14  Bruno Haible  <bruno@clisp.org>
18667
18668         Update doc for POSIX:2008.
18669         * doc/posix-functions/faccessat.texi: New file.
18670         * doc/posix-functions/fchmodat.texi: New file.
18671         * doc/posix-functions/fchownat.texi: New file.
18672         * doc/posix-functions/fdopendir.texi: New file.
18673         * doc/posix-functions/fstatat.texi: New file.
18674         * doc/posix-functions/futimens.texi: New file.
18675         * doc/posix-functions/linkat.texi: New file.
18676         * doc/posix-functions/mkdirat.texi: New file.
18677         * doc/posix-functions/mkfifoat.texi: New file.
18678         * doc/posix-functions/mknodat.texi: New file.
18679         * doc/posix-functions/open_wmemstream.texi: New file.
18680         * doc/posix-functions/openat.texi: New file.
18681         * doc/posix-functions/psiginfo.texi: New file.
18682         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
18683         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
18684         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
18685         * doc/posix-functions/readlinkat.texi: New file.
18686         * doc/posix-functions/renameat.texi: New file.
18687         * doc/posix-functions/strerror_l.texi: New file.
18688         * doc/posix-functions/symlinkat.texi: New file.
18689         * doc/posix-functions/unlinkat.texi: New file.
18690         * doc/posix-functions/utimensat.texi: New file.
18691         * doc/gnulib.texi (Function Substitutes): Add these subsections.
18692
18693 2008-12-14  Bruno Haible  <bruno@clisp.org>
18694
18695         Update doc for POSIX:2008.
18696         * doc/posix-functions/alphasort.texi: Renamed from
18697         doc/glibc-functions/alphasort.texi.
18698         * doc/posix-functions/dirfd.texi: Renamed from
18699         doc/glibc-functions/dirfd.texi.
18700         * doc/posix-functions/dprintf.texi: Renamed from
18701         doc/glibc-functions/dprintf.texi.
18702         * doc/posix-functions/duplocale.texi: Renamed from
18703         doc/glibc-functions/duplocale.texi.
18704         * doc/posix-functions/fexecve.texi: Renamed from
18705         doc/glibc-functions/fexecve.texi.
18706         * doc/posix-functions/fmemopen.texi: Renamed from
18707         doc/glibc-functions/fmemopen.texi.
18708         * doc/posix-functions/freelocale.texi: Renamed from
18709         doc/glibc-functions/freelocale.texi.
18710         * doc/posix-functions/getdate_err.texi: Renamed from
18711         doc/glibc-functions/getdate_err.texi.
18712         * doc/posix-functions/isalnum_l.texi: Renamed from
18713         doc/glibc-functions/isalnum_l.texi.
18714         * doc/posix-functions/isalpha_l.texi: Renamed from
18715         doc/glibc-functions/isalpha_l.texi.
18716         * doc/posix-functions/isblank_l.texi: Renamed from
18717         doc/glibc-functions/isblank_l.texi.
18718         * doc/posix-functions/iscntrl_l.texi: Renamed from
18719         doc/glibc-functions/iscntrl_l.texi.
18720         * doc/posix-functions/isdigit_l.texi: Renamed from
18721         doc/glibc-functions/isdigit_l.texi.
18722         * doc/posix-functions/isgraph_l.texi: Renamed from
18723         doc/glibc-functions/isgraph_l.texi.
18724         * doc/posix-functions/islower_l.texi: Renamed from
18725         doc/glibc-functions/islower_l.texi.
18726         * doc/posix-functions/isprint_l.texi: Renamed from
18727         doc/glibc-functions/isprint_l.texi.
18728         * doc/posix-functions/ispunct_l.texi: Renamed from
18729         doc/glibc-functions/ispunct_l.texi.
18730         * doc/posix-functions/isspace_l.texi: Renamed from
18731         doc/glibc-functions/isspace_l.texi.
18732         * doc/posix-functions/isupper_l.texi: Renamed from
18733         doc/glibc-functions/isupper_l.texi.
18734         * doc/posix-functions/iswalnum_l.texi: Renamed from
18735         doc/glibc-functions/iswalnum_l.texi.
18736         * doc/posix-functions/iswalpha_l.texi: Renamed from
18737         doc/glibc-functions/iswalpha_l.texi.
18738         * doc/posix-functions/iswblank_l.texi: Renamed from
18739         doc/glibc-functions/iswblank_l.texi.
18740         * doc/posix-functions/iswcntrl_l.texi: Renamed from
18741         doc/glibc-functions/iswcntrl_l.texi.
18742         * doc/posix-functions/iswctype_l.texi: Renamed from
18743         doc/glibc-functions/iswctype_l.texi.
18744         * doc/posix-functions/iswdigit_l.texi: Renamed from
18745         doc/glibc-functions/iswdigit_l.texi.
18746         * doc/posix-functions/iswgraph_l.texi: Renamed from
18747         doc/glibc-functions/iswgraph_l.texi.
18748         * doc/posix-functions/iswlower_l.texi: Renamed from
18749         doc/glibc-functions/iswlower_l.texi.
18750         * doc/posix-functions/iswprint_l.texi: Renamed from
18751         doc/glibc-functions/iswprint_l.texi.
18752         * doc/posix-functions/iswpunct_l.texi: Renamed from
18753         doc/glibc-functions/iswpunct_l.texi.
18754         * doc/posix-functions/iswspace_l.texi: Renamed from
18755         doc/glibc-functions/iswspace_l.texi.
18756         * doc/posix-functions/iswupper_l.texi: Renamed from
18757         doc/glibc-functions/iswupper_l.texi.
18758         * doc/posix-functions/iswxdigit_l.texi: Renamed from
18759         doc/glibc-functions/iswxdigit_l.texi.
18760         * doc/posix-functions/isxdigit_l.texi: Renamed from
18761         doc/glibc-functions/isxdigit_l.texi.
18762         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
18763         doc/glibc-functions/mbsnrtowcs.texi.
18764         * doc/posix-functions/mkdtemp.texi: Renamed from
18765         doc/glibc-functions/mkdtemp.texi.
18766         * doc/posix-functions/newlocale.texi: Renamed from
18767         doc/glibc-functions/newlocale.texi.
18768         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
18769         doc/glibc-functions/nl_langinfo_l.texi.
18770         * doc/posix-functions/open_memstream.texi: Renamed from
18771         doc/glibc-functions/open_memstream.texi.
18772         * doc/posix-functions/opterr.texi: Renamed from
18773         doc/glibc-functions/opterr.texi.
18774         * doc/posix-functions/optind.texi: Renamed from
18775         doc/glibc-functions/optind.texi.
18776         * doc/posix-functions/optopt.texi: Renamed from
18777         doc/glibc-functions/optopt.texi.
18778         * doc/posix-functions/psignal.texi: Renamed from
18779         doc/glibc-functions/psignal.texi.
18780         * doc/posix-functions/scandir.texi: Renamed from
18781         doc/glibc-functions/scandir.texi.
18782         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
18783         doc/glibc-functions/sched_get_priority_min.texi.
18784         * doc/posix-functions/signgam.texi: Renamed from
18785         doc/glibc-functions/signgam.texi.
18786         * doc/posix-functions/stpcpy.texi: Renamed from
18787         doc/glibc-functions/stpcpy.texi.
18788         * doc/posix-functions/stpncpy.texi: Renamed from
18789         doc/glibc-functions/stpncpy.texi.
18790         * doc/posix-functions/strcasecmp_l.texi: Renamed from
18791         doc/glibc-functions/strcasecmp_l.texi.
18792         * doc/posix-functions/strcoll_l.texi: Renamed from
18793         doc/glibc-functions/strcoll_l.texi.
18794         * doc/posix-functions/strfmon_l.texi: Renamed from
18795         doc/glibc-functions/strfmon_l.texi.
18796         * doc/posix-functions/strftime_l.texi: Renamed from
18797         doc/glibc-functions/strftime_l.texi.
18798         * doc/posix-functions/strncasecmp_l.texi: Renamed from
18799         doc/glibc-functions/strncasecmp_l.texi.
18800         * doc/posix-functions/strndup.texi: Renamed from
18801         doc/glibc-functions/strndup.texi.
18802         * doc/posix-functions/strnlen.texi: Renamed from
18803         doc/glibc-functions/strnlen.texi.
18804         * doc/posix-functions/strsignal.texi: Renamed from
18805         doc/glibc-functions/strsignal.texi.
18806         * doc/posix-functions/strxfrm_l.texi: Renamed from
18807         doc/glibc-functions/strxfrm_l.texi.
18808         * doc/posix-functions/timer_gettime.texi: Renamed from
18809         doc/glibc-functions/timer_gettime.texi.
18810         * doc/posix-functions/tolower_l.texi: Renamed from
18811         doc/glibc-functions/tolower_l.texi.
18812         * doc/posix-functions/toupper_l.texi: Renamed from
18813         doc/glibc-functions/toupper_l.texi.
18814         * doc/posix-functions/towctrans_l.texi: Renamed from
18815         doc/glibc-functions/towctrans_l.texi.
18816         * doc/posix-functions/towlower_l.texi: Renamed from
18817         doc/glibc-functions/towlower_l.texi.
18818         * doc/posix-functions/towupper_l.texi: Renamed from
18819         doc/glibc-functions/towupper_l.texi.
18820         * doc/posix-functions/uselocale.texi: Renamed from
18821         doc/glibc-functions/uselocale.texi.
18822         * doc/posix-functions/vdprintf.texi: Renamed from
18823         doc/glibc-functions/vdprintf.texi.
18824         * doc/posix-functions/wcpcpy.texi:
18825         Renamed from doc/glibc-functions/wcpcpy.texi.
18826         * doc/posix-functions/wcpncpy.texi: Renamed from
18827         doc/glibc-functions/wcpncpy.texi.
18828         * doc/posix-functions/wcscasecmp.texi: Renamed from
18829         doc/glibc-functions/wcscasecmp.texi.
18830         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
18831         doc/glibc-functions/wcscasecmp_l.texi.
18832         * doc/posix-functions/wcscoll_l.texi: Renamed from
18833         doc/glibc-functions/wcscoll_l.texi.
18834         * doc/posix-functions/wcsdup.texi: Renamed from
18835         doc/glibc-functions/wcsdup.texi.
18836         * doc/posix-functions/wcsncasecmp.texi: Renamed from
18837         doc/glibc-functions/wcsncasecmp.texi.
18838         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
18839         doc/glibc-functions/wcsncasecmp_l.texi.
18840         * doc/posix-functions/wcsnlen.texi: Renamed from
18841         doc/glibc-functions/wcsnlen.texi.
18842         * doc/posix-functions/wcsnrtombs.texi: Renamed from
18843         doc/glibc-functions/wcsnrtombs.texi.
18844         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
18845         doc/glibc-functions/wcsxfrm_l.texi.
18846         * doc/posix-functions/wctrans_l.texi: Renamed from
18847         doc/glibc-functions/wctrans_l.texi.
18848         * doc/posix-functions/wctype_l.texi: Renamed from
18849         doc/glibc-functions/wctype_l.texi.
18850         * doc/gnulib.texi (Function Substitutes): Add these subsections.
18851         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
18852         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
18853         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
18854         these subsections.
18855         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
18856         Remove sections.
18857
18858 2008-12-14  Bruno Haible  <bruno@clisp.org>
18859
18860         Update doc for POSIX:2008.
18861         * doc/posix-functions/*.texi: Update URL of POSIX specification.
18862
18863 2008-12-14  Bruno Haible  <bruno@clisp.org>
18864
18865         Update doc for POSIX:2008.
18866         * doc/pastposix-functions/bcmp.texi: Renamed from
18867         doc/posix-functions/bcmp.texi.
18868         * doc/pastposix-functions/bcopy.texi: Renamed from
18869         doc/posix-functions/bcopy.texi.
18870         * doc/pastposix-functions/bsd_signal.texi: Renamed from
18871         doc/posix-functions/bsd_signal.texi.
18872         * doc/pastposix-functions/bzero.texi: Renamed from
18873         doc/posix-functions/bzero.texi.
18874         * doc/pastposix-functions/ecvt.texi: Renamed from
18875         doc/posix-functions/ecvt.texi.
18876         * doc/pastposix-functions/fcvt.texi: Renamed from
18877         doc/posix-functions/fcvt.texi.
18878         * doc/pastposix-functions/ftime.texi: Renamed from
18879         doc/posix-functions/ftime.texi.
18880         * doc/pastposix-functions/gcvt.texi: Renamed from
18881         doc/posix-functions/gcvt.texi.
18882         * doc/pastposix-functions/getcontext.texi: Renamed from
18883         doc/posix-functions/getcontext.texi.
18884         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
18885         doc/posix-functions/gethostbyaddr.texi.
18886         * doc/pastposix-functions/gethostbyname.texi: Renamed from
18887         doc/posix-functions/gethostbyname.texi.
18888         * doc/pastposix-functions/getwd.texi: Renamed from
18889         doc/posix-functions/getwd.texi.
18890         * doc/pastposix-functions/h_errno.texi: Renamed from
18891         doc/posix-functions/h_errno.texi.
18892         * doc/pastposix-functions/index.texi: Renamed from
18893         doc/posix-functions/index.texi.
18894         * doc/pastposix-functions/makecontext.texi: Renamed from
18895         doc/posix-functions/makecontext.texi.
18896         * doc/pastposix-functions/mktemp.texi: Renamed from
18897         doc/posix-functions/mktemp.texi.
18898         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
18899         doc/posix-functions/pthread_attr_getstackaddr.texi.
18900         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
18901         doc/posix-functions/pthread_attr_setstackaddr.texi.
18902         * doc/pastposix-functions/rindex.texi: Renamed from
18903         doc/posix-functions/rindex.texi.
18904         * doc/pastposix-functions/scalb.texi: Renamed from
18905         doc/posix-functions/scalb.texi.
18906         * doc/pastposix-functions/setcontext.texi: Renamed from
18907         doc/posix-functions/setcontext.texi.
18908         * doc/pastposix-functions/swapcontext.texi: Renamed from
18909         doc/posix-functions/swapcontext.texi.
18910         * doc/pastposix-functions/ualarm.texi: Renamed from
18911         doc/posix-functions/ualarm.texi.
18912         * doc/pastposix-functions/usleep.texi: Renamed from
18913         doc/posix-functions/usleep.texi.
18914         * doc/pastposix-functions/vfork.texi: Renamed from
18915         doc/posix-functions/vfork.texi.
18916         * doc/pastposix-functions/wcswcs.texi: Renamed from
18917         doc/posix-functions/wcswcs.texi.
18918         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
18919         (Function Substitutes): Update.
18920
18921 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18922
18923         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
18924         m4/strerror.m4.
18925
18926 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18927             Bruno Haible  <bruno@clisp.org>
18928
18929         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
18930
18931 2008-12-13  Bruno Haible  <bruno@clisp.org>
18932
18933         * modules/strtoull (Depends-on): Remove unistd.
18934
18935 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18936
18937         * modules/strtoull (Depends-on): Add stdlib.
18938
18939 2008-12-11  Simon Josefsson  <simon@josefsson.org>
18940
18941         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
18942
18943 2008-12-10  Jim Meyering  <meyering@redhat.com>
18944
18945         gl_ASSERT: don't say assertions are disabled when they're not
18946         * m4/assert.m4 (gl_ASSERT): Do not make configure report
18947         "checking whether to enable assertions... no", when they are in
18948         fact enabled.  This is solely a bug in the output of configure.
18949         In spite of saying "no", NDEBUG was not defined in that case.
18950         Also, as noted by Eric Blake, leave assertions enabled upon
18951         --enable-assert=INVALID.
18952
18953 2008-12-10  Bruno Haible  <bruno@clisp.org>
18954
18955         Change MODULES.html to refer to POSIX:2008 where possible.
18956         * MODULES.html.sh (POSIX2008_URL): New variable.
18957         (posix_headers): Remove sys/timeb, ucontext.
18958         (posix2001_headers): New variable.
18959         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
18960         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
18961         index, makecontext, mktemp, pthread_attr_getstackaddr,
18962         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
18963         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
18964         (posix2001_functions): New variable.
18965         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
18966         otherwise.
18967
18968 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18969
18970         add missing include to parse-duration.c
18971         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
18972         * modules/parse-duration (Depends-on): Add xalloc.
18973
18974         fix sed script reading maint.mk
18975         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
18976         (syntax-check-rules): Use it.
18977
18978 2008-12-09  Bruno Haible  <bruno@clisp.org>
18979
18980         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
18981         MacOS X 10.4/PowerPC.
18982         Reported by Simon Josefsson.
18983
18984 2008-12-08  Jim Meyering  <meyering@redhat.com>
18985
18986         work around mingw's lack of some S_IF definitions
18987         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
18988         Reported by Simon Josefsson.
18989
18990 2008-12-08  Bruno Haible  <bruno@clisp.org>
18991
18992         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
18993         applied to variables. Needed on MacOS X 10.4/PowerPC.
18994         Reported by Simon Josefsson.
18995
18996 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
18997         and Eric Blake  <ebb9@byu.net>
18998
18999         assert: honor --enable-assert
19000         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
19001         order to honor --enable-assert, rather than treating it as a
19002         synonym for --disable-assert.
19003
19004 2008-12-08  Jim Meyering  <meyering@redhat.com>
19005
19006         * lib/posixtm.c: Remove now-useless declaration of mktime.
19007
19008         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
19009
19010 2008-12-07  Bruno Haible  <bruno@clisp.org>
19011
19012         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
19013         test_once): Mark functions as static.
19014         * tests/test-tls.c (test_tls): Likewise.
19015
19016 2008-12-07  Bruno Haible  <bruno@clisp.org>
19017
19018         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
19019         iconv_register_autodetect.
19020
19021 2008-12-07  Jim Meyering  <meyering@redhat.com>
19022
19023         posixtm.c: avoid a warning
19024         * lib/posixtm.c (posixtime): Don't initialize tm0.
19025         It's no longer needed to placate gcc4's -Wuninitialized,
19026         and the attempt to placate would elicit a new warning.
19027
19028         unicodeio.c: mark unused parameters
19029         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19030         (fallback_failure_callback): Likewise.
19031
19032 2008-12-07  Bruno Haible  <bruno@clisp.org>
19033
19034         * gnulib-tool (func_create_testdir): When building the tests
19035         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
19036         Reported by Simon Josefsson.
19037
19038 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19039
19040         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
19041
19042 2008-12-06  Bruno Haible  <bruno@clisp.org>
19043
19044         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
19045         Suggested by Eric Blake.
19046
19047 2008-12-06  Bruno Haible  <bruno@clisp.org>
19048
19049         Fix a c-stack test failure on MacOS X.
19050         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
19051         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
19052         handler for SIGBUS as well.
19053         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
19054         install a signal handler for SIGBUS as well.
19055         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
19056
19057 2008-12-06  Bruno Haible  <bruno@clisp.org>
19058
19059         Advocacy documentation.
19060         * doc/gnulib-intro.texi (Benefits): New section.
19061         * doc/gnulib.texi: Update.
19062
19063 2008-12-06  Bruno Haible  <bruno@clisp.org>
19064
19065         Document the 'manywarnings' module.
19066         * doc/manywarnings.texi: New file.
19067         * doc/gnulib.texi: Include it.
19068
19069 2008-12-05  Eric Blake  <ebb9@byu.net>
19070
19071         tests: silence some gcc warnings
19072         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
19073         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
19074         type mismatches.
19075
19076 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19077             Bruno Haible  <bruno@clisp.org>
19078
19079         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
19080
19081 2008-11-29  Jim Meyering  <meyering@redhat.com>
19082
19083         unicodeio.c: mark unused parameters
19084         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19085         (fallback_failure_callback): Likewise.
19086
19087         fts: fix a thinko
19088         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
19089         (set_stat_type): Return S_IF*-valued "type" directly.
19090         Prompted by James Youngman's spotting a related bug.
19091         Confirmed by further testing through find.
19092
19093         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
19094         * lib/fts.c (D_TYPE): Define.
19095         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
19096         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
19097         (s_ifmt_shift_bits): New function.
19098         (set_stat_type): New function.
19099         (fts_build): When not calling fts_stat, call set_stat_type
19100         to propagate dirent.d_type info to fts_read caller.
19101         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
19102         fts_statp->st_mode type information may be valid.
19103
19104 2008-11-28  Simon Josefsson  <simon@josefsson.org>
19105
19106         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
19107         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
19108         <sds@gnu.org>.
19109
19110 2008-11-20  Bruno Haible  <bruno@clisp.org>
19111
19112         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
19113         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
19114         INCLUDE_NEXT.
19115         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
19116         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
19117         * modules/math (Makefile.am): Substitute
19118         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
19119         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19120
19121 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
19122             Bruno Haible  <bruno@clisp.org>
19123
19124         * lib/stdint.in.h: Define all type macros so that their expansion is
19125         a single typedef'ed token. Fixes a compilation failure in Boost which
19126         does "using ::int8_t;".
19127
19128 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19129
19130         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
19131         gl_MANYWARN_ALL_GCC.
19132         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
19133         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
19134         * modules/manywarnings: New file.
19135         * MODULES.html.sh: Mention manywarnings module.
19136
19137 2008-11-18  Bruno Haible  <bruno@clisp.org>
19138
19139         * doc/gnulib-tool.texi (Unit tests): New section.
19140
19141 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19142
19143         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
19144         paths like 'lib/po/foo.po'.
19145
19146 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19147
19148         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19149         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19150
19151 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19152
19153         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19154         parameter works.
19155
19156 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19157
19158         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19159
19160 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19161
19162         * modules/parse-duration-tests: New file.
19163         * tests/test-parse-duration.sh: New file.
19164         * tests/test-parse-duration.c: New file.
19165
19166         New module 'parse-duration'.
19167         * lib/parse-duration.h: New file.
19168         * lib/parse-duration.c: New file.
19169         * modules/parse-duration: New file.
19170
19171 2008-11-17  Bruno Haible  <bruno@clisp.org>
19172
19173         * tests/test-select-out.sh: Comment out the first pipe test.
19174         Reported by Simon Josefsson.
19175
19176 2008-11-17  Bruno Haible  <bruno@clisp.org>
19177
19178         * modules/getaddrinfo (Depends-on): Add servent, hostent.
19179         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
19180         gl_HOSTENT.
19181
19182 2008-11-17  Bruno Haible  <bruno@clisp.org>
19183
19184         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
19185         -lnetwork and -lnet. Needed for Haiku and BeOS.
19186
19187 2008-11-16  Bruno Haible  <bruno@clisp.org>
19188
19189         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
19190
19191 2008-11-16  Bruno Haible  <bruno@clisp.org>
19192
19193         Avoid test failure on Haiku.
19194         * tests/test-fsync.c: Include <errno.h>.
19195         (main): Don't require that fsync (0) fails.
19196
19197 2008-11-15  Bruno Haible  <bruno@clisp.org>
19198
19199         New module 'hostent'.
19200         * modules/hostent: New file.
19201         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
19202
19203 2008-11-15  Bruno Haible  <bruno@clisp.org>
19204
19205         New module 'servent'.
19206         * modules/servent: New file.
19207         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
19208
19209 2008-11-15  Bruno Haible  <bruno@clisp.org>
19210
19211         Avoid generating same test program with two different rules.
19212         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
19213         test-frexp to test-frexp-nolibm.
19214         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
19215         test-frexpl to test-frexpl-nolibm.
19216
19217 2008-11-15  Bruno Haible  <bruno@clisp.org>
19218
19219         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
19220         $(FREXPL_LIBM).
19221
19222 2008-11-15  Bruno Haible  <bruno@clisp.org>
19223
19224         * lib/netdb.in.h: Activate the definitions also when the system's
19225         <netdb.h> has 'struct addrinfo'.
19226         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
19227         EAI_OVERFLOW or AI_NUMERICSERV.
19228         * doc/posix-headers/netdb.texi: Document the problem.
19229
19230 2008-11-15  Bruno Haible  <bruno@clisp.org>
19231
19232         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
19233
19234         Make the 'sched' module work on platforms where <sched.h> exists but
19235         is incomplete (such as Haiku).
19236         * lib/sched.in.h; Include the system's <sched.h> if it exists.
19237         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
19238         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
19239         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
19240         HAVE_STRUCT_SCHED_PARAM.
19241         * modules/sched (Depends-on): Add include_next.
19242         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
19243         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
19244         * doc/posix-headers/sched.texi: Document the issue.
19245
19246 2008-11-13  Jim Meyering  <meyering@redhat.com>
19247
19248         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
19249         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
19250         test would fail due to the difference in the Report bugs to ...
19251         line.  The expected address is empty, "<>", while the actual
19252         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
19253
19254 2008-11-12  Bruno Haible  <bruno@clisp.org>
19255
19256         lstat: don't compile lstat.c on systems lacking lstat
19257         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
19258         which don't have lstat; this is handled by lib/sys_stat.in.h already.
19259         Reported by Daniel P. Berrange via Jim Meyering.
19260
19261 2008-11-12  Jim Meyering  <meyering@redhat.com>
19262
19263         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
19264
19265 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19266
19267         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
19268         instead.
19269
19270 2008-11-12  Bruno Haible  <bruno@clisp.org>
19271
19272         * lib/unicodeio.c: Include unistr.h.
19273         (utf8_wctomb): Remove function.
19274         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
19275
19276 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19277
19278         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
19279         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
19280         <bruno@clisp.org>.
19281         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
19282
19283 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19284
19285         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
19286         * doc/gnulib.texi: Add section for warnings.
19287
19288 2008-11-11  Bruno Haible  <bruno@clisp.org>
19289
19290         * lib/sockets.h: Add a comment.
19291
19292 2008-11-11  Karl Berry  <karl@gnu.org>
19293
19294         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
19295
19296 2008-11-11  Eric Blake  <ebb9@byu.net>
19297
19298         fdl.texi: avoid git symlinks
19299         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
19300
19301 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19302
19303         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
19304
19305 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19306
19307         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
19308         (gl_WARN_ADD): Substitute $2 if literal.
19309
19310 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19311
19312         * m4/warning.m4: Remove.
19313
19314 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19315
19316         * m4/warnings.m4: Almost complete rewrite. :-)
19317
19318 2008-11-10  Simon Josefsson  <simon@josefsson.org>
19319
19320         * modules/warnings: New module.
19321         * m4/warnings.m4: New file.
19322         * MODULES.html.sh: Mention warnings module.
19323         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
19324         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19325
19326 2008-11-10  Eric Blake  <ebb9@byu.net>
19327
19328         fdl.texi: make a symlink to the latest version
19329         * doc/standards.texi: Revert today's earlier change.
19330         * doc/fdl-1.2.texi: Rename from old fdl.texi...
19331         * doc/fdl.texi: ...and replace this with a symlink to the newer
19332         fdl-1.3.texi.
19333
19334 2008-11-10  Bruno Haible  <bruno@clisp.org>
19335
19336         * tests/test-select-fd.c (main): Accept the result file name as fourth
19337         argument.
19338         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
19339         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
19340
19341 2008-11-10  Bruno Haible  <bruno@clisp.org>
19342
19343         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
19344         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
19345         as autoconf-substituted macros.
19346         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
19347         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
19348         gl_NETDB_H_DEFAULTS. Set these variables.
19349         * modules/netdb (Makefile.am): Substitute these variables.
19350
19351 2008-11-10  Eric Blake  <ebb9@byu.net>
19352
19353         standards.texi: include correct file for FDL 1.3
19354         * doc/standards.texi (GNU Free Documentation License): Change
19355         include file to pull in FDL 1.3, not 1.2.
19356
19357         fdl.texi: revert accidental change to license
19358         * doc/fdl.texi: This is FDL 1.2, not 1.3.
19359
19360 2008-11-10  Bruno Haible  <bruno@clisp.org>
19361
19362         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
19363         cross-compiling guesses also when the native compile gives no result.
19364
19365 2008-11-10  Bruno Haible  <bruno@clisp.org>
19366
19367         * lib/spawni.c (__spawni): Force variable into the stack.
19368
19369 2008-11-10  Bruno Haible  <bruno@clisp.org>
19370
19371         Add support for Haiku.
19372         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
19373         glibc and BeOS, but also on Haiku.
19374         * lib/fpurge.c (fpurge): Likewise.
19375         * lib/freadable.c (freadable): Likewise.
19376         * lib/freadahead.c (freadahead): Likewise.
19377         * lib/freading.c (freading): Likewise.
19378         * lib/freadptr.c (freadptr): Likewise.
19379         * lib/freadseek.c (freadptrinc): Likewise.
19380         * lib/fseeko.c (rpl_fseeko): Likewise.
19381         * lib/fseterr.c (fseterr): Likewise.
19382         * lib/fwritable.c (fwritable): Likewise.
19383         * lib/fwriting.c (fwriting): Likewise.
19384         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
19385
19386 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19387
19388         * lib/config.charset: Treat Haiku like BeOS.
19389
19390 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19391
19392         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
19393         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
19394
19395 2008-11-08  Bruno Haible  <bruno@clisp.org>
19396
19397         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
19398         AC_CACHE_CHECK.
19399
19400 2008-11-08  Bruno Haible  <bruno@clisp.org>
19401
19402         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
19403
19404 2008-11-08  Bruno Haible  <bruno@clisp.org>
19405
19406         * tests/test-select-fd.c: New file.
19407         * tests/test-select-in.sh: New file.
19408         * tests/test-select-out.sh: New file.
19409         * tests/test-select-stdin.c: New file.
19410         * modules/select-tests (Files): Add the new files.
19411         (Depends-on): Add gettimeofday.
19412         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
19413         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
19414         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
19415
19416 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
19417             Bruno Haible  <bruno@clisp.org>
19418
19419         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
19420
19421 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
19422
19423         * build-aux/pmccabe2html: Added support for C++ source files.
19424
19425 2008-11-05  Ben Pfaff  <blp@gnu.org>
19426
19427         Fix lib/close.c build on Windows.
19428         * modules/close (Files): Add lib/w32sock.h.
19429
19430 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
19431
19432         Accept Bison's NEWS format.
19433         * build-aux/announce-gen (print_news_deltas): Tweak
19434         $re_prefix.
19435
19436 2008-11-04  Bruno Haible  <bruno@clisp.org>
19437
19438         * modules/random_r (Maintainer): Add glibc.
19439
19440 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19441
19442         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
19443         by karl@freefriends.org (Karl Berry).
19444         * doc/alloca.texi: Likewise.
19445         * doc/c-ctype.texi: Likewise.
19446         * doc/c-strcase.texi: Likewise.
19447         * doc/c-strcaseeq.texi: Likewise.
19448         * doc/c-strcasestr.texi: Likewise.
19449         * doc/c-strstr.texi: Likewise.
19450         * doc/c-strtod.texi: Likewise.
19451         * doc/c-strtold.texi: Likewise.
19452         * doc/ctime.texi: Likewise.
19453         * doc/error.texi: Likewise.
19454         * doc/fdl.texi: Likewise.
19455         * doc/gcd.texi: Likewise.
19456         * doc/getdate.texi: Likewise.
19457         * doc/gnulib-intro.texi: Likewise.
19458         * doc/gnulib-tool.texi: Likewise.
19459         * doc/gnulib.texi: Likewise.
19460         * doc/inet_ntoa.texi: Likewise.
19461         * doc/maintain.texi: Likewise.
19462         * doc/make-stds.texi: Likewise.
19463         * doc/quote.texi: Likewise.
19464         * doc/regexprops-generic.texi: Likewise.
19465         * doc/standards.texi: Likewise.
19466         * doc/verify.texi: Likewise.
19467         * doc/visibility.texi: Likewise.
19468         * doc/gnulib.texi (GNU Free Documentation License): Include
19469         fdl-1.3.texi instead of fdl.texi.
19470
19471 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19472
19473         * doc/fdl-1.3.texi: New file, from
19474         <http://www.gnu.org/licenses/fdl-1.3.texi>.
19475         * modules/fdl-1.3: Add.
19476         * MODULES.html.sh: Add fdl-1.3.
19477
19478 2008-11-03  Bruno Haible  <bruno@clisp.org>
19479
19480         Make determination of absolute name of header file work with AIX xlc.
19481         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
19482         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
19483         preprocessing.
19484         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
19485         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
19486
19487 2008-11-03  Simon Josefsson  <simon@josefsson.org>
19488
19489         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
19490         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
19491         <ludo@gnu.org>.
19492
19493 2008-11-02  Bruno Haible  <bruno@clisp.org>
19494
19495         Mark 'strpbrk' obsolete.
19496         * modules/strpbrk (Status, Notice): New sections.
19497         * modules/strtok_r (Depends-on): Add strpbrk.
19498
19499 2008-11-02  Bruno Haible  <bruno@clisp.org>
19500
19501         Mark 'strdup' obsolete.
19502         * modules/strdup (Status, Notice): New sections.
19503         * modules/findprog (Depends-on): Add strdup.
19504         * modules/getaddrinfo (Depends-on): Likewise.
19505         * modules/localename (Depends-on): Likewise.
19506         * modules/relocatable-lib (Depends-on): Likewise.
19507         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
19508         * modules/relocatable-prog (Depends-on): Likewise.
19509         * modules/trim (Depends-on): Likewise.
19510         * modules/unictype/gen-ctype (Depends-on): Likewise.
19511         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19512
19513 2008-11-02  Bruno Haible  <bruno@clisp.org>
19514
19515         Mark 'strcspn' obsolete.
19516         * modules/strcspn (Status, Notice): New sections.
19517
19518 2008-11-02  Bruno Haible  <bruno@clisp.org>
19519
19520         Mark 'rmdir' obsolete.
19521         * modules/rmdir (Status, Notice): New sections.
19522         * modules/clean-temp (Depends-on): Add rmdir.
19523         * modules/openat (Depends-on): Likewise.
19524
19525 2008-11-02  Bruno Haible  <bruno@clisp.org>
19526
19527         Mark 'raise' obsolete.
19528         * modules/raise (Status, Notice): New sections.
19529         (Include): Specify <signal.h>.
19530         * modules/stdio (Depends-on): Add raise.
19531         * modules/write (Depends-on): Likewise.
19532
19533 2008-11-02  Bruno Haible  <bruno@clisp.org>
19534
19535         Mark 'memset' obsolete.
19536         * modules/memset (Status, Notice): New sections.
19537
19538 2008-11-02  Bruno Haible  <bruno@clisp.org>
19539
19540         Mark 'memmove' obsolete.
19541         * modules/memmove (Status, Notice): New sections.
19542         * modules/argp (Depends-on): Add memmove.
19543         * modules/argz (Depends-on): Likewise.
19544         * modules/canonicalize (Depends-on): Likewise.
19545         * modules/canonicalize-lgpl (Depends-on): Likewise.
19546         * modules/fts (Depends-on): Likewise.
19547         * modules/getcwd (Depends-on): Likewise.
19548         * modules/human (Depends-on): Likewise.
19549         * modules/regex (Depends-on): Likewise.
19550         * modules/striconveh (Depends-on): Likewise.
19551         * modules/trim (Depends-on): Likewise.
19552         * modules/unistr/u8-move (Depends-on): Likewise.
19553         * modules/unistr/u16-move (Depends-on): Likewise.
19554         * modules/unistr/u32-move (Depends-on): Likewise.
19555
19556 2008-11-02  Bruno Haible  <bruno@clisp.org>
19557
19558         Mark 'memcpy' obsolete.
19559         * modules/memcpy (Status, Notice): New sections.
19560
19561 2008-11-02  Bruno Haible  <bruno@clisp.org>
19562
19563         Mark 'memcmp' obsolete.
19564         * modules/memcmp (Status, Notice): New sections.
19565         * modules/argmatch (Depends-on): Add memchr.
19566         * modules/backupfile (Depends-on): Likewise.
19567         * modules/c-strcasestr (Depends-on): Likewise.
19568         * modules/crypto/des (Depends-on): Likewise.
19569         * modules/csharpcomp (Depends-on): Likewise.
19570         * modules/fnmatch (Depends-on): Likewise.
19571         * modules/git-merge-changelog (Depends-on): Likewise.
19572         * modules/isnand (Depends-on): Likewise.
19573         * modules/isnand-nolibm (Depends-on): Likewise.
19574         * modules/isnanf (Depends-on): Likewise.
19575         * modules/isnanf-nolibm (Depends-on): Likewise.
19576         * modules/isnanl (Depends-on): Likewise.
19577         * modules/isnanl-nolibm (Depends-on): Likewise.
19578         * modules/mbchar (Depends-on): Likewise.
19579         * modules/memcoll (Depends-on): Likewise.
19580         * modules/quotearg (Depends-on): Likewise.
19581         * modules/regex (Depends-on): Likewise.
19582         * modules/relocatable-prog (Depends-on): Likewise.
19583         * modules/same (Depends-on): Likewise.
19584         * modules/signbit (Depends-on): Likewise.
19585         * modules/strcasestr-simple (Depends-on): Likewise.
19586         * modules/unictype/gen-ctype (Depends-on): Likewise.
19587         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19588         * modules/uniname/uniname (Depends-on): Likewise.
19589         * modules/unistr/u8-cmp (Depends-on): Likewise.
19590
19591 2008-11-02  Bruno Haible  <bruno@clisp.org>
19592
19593         Mark 'memchr' obsolete.
19594         * modules/memchr (Status, Notice): New sections.
19595         * modules/argp (Depends-on): Add memchr.
19596         * modules/base64 (Depends-on): Likewise.
19597         * modules/c-strcasestr (Depends-on): Likewise.
19598         * modules/chdir-long (Depends-on): Likewise.
19599         * modules/fnmatch (Depends-on): Likewise.
19600         * modules/getsubopt (Depends-on): Likewise.
19601         * modules/git-merge-changelog (Depends-on): Likewise.
19602         * modules/glob (Depends-on): Likewise.
19603         * modules/strcasestr-simple (Depends-on): Likewise.
19604         * modules/strnlen (Depends-on): Likewise.
19605
19606 2008-11-02  Bruno Haible  <bruno@clisp.org>
19607
19608         Mark 'atexit' obsolete.
19609         * modules/atexit (Status, Notice): New sections.
19610         * modules/chdir-long (Depends-on): Add atexit.
19611         * modules/wait-process (Depends-on): Likewise.
19612
19613 2008-11-02  Bruno Haible  <bruno@clisp.org>
19614
19615         * gnulib-tool: New option --with-obsolete.
19616         (func_usage): Document it.
19617         (func_modules_transitive_closure): Drop obsolete dependencies if
19618         incobsolete is not true.
19619         (func_import): Read and save the incobsolete variable to the cache.
19620
19621 2008-11-02  Bruno Haible  <bruno@clisp.org>
19622
19623         * modules/TEMPLATE-EXTENDED: New field 'Status'.
19624         * gnulib-tool: New option --extract-status.
19625         (func_usage): Document it.
19626         (sed_extract_prog): Recognize it.
19627         (func_get_status): New function.
19628
19629 2008-10-30  Simon Josefsson  <simon@josefsson.org>
19630
19631         * modules/sockets (License): Change from LGPL to LGPLv2+.
19632
19633 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19634
19635         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
19636
19637 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19638
19639         * MODULES.html.sh (Support for systems lacking POSIX:2001):
19640         Mention times and sys_times.
19641         * modules/sys_times, modules/sys_times-tests: New modules.
19642         * modules/times, modules/times-tests: Likewise
19643         * m4/sys_times_h.m4: New file.
19644         * lib/sys_times.in.h: Likewise
19645         * lib/times.c: Likewise.
19646         * tests/test-sys_times.c: Likewise.
19647         * tests/test-times.c: Likewise.
19648         * doc/posix-headers/sys_times.texi: Update.
19649         * doc/posix-functions/times.texi: Update.
19650
19651 2008-10-28  Jim Meyering  <meyering@redhat.com>
19652
19653         * modules/tempname (Depends-on): Add lstat.
19654
19655         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
19656
19657 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19658
19659         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
19660         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
19661         using idiom used elsewhere in gnulib.
19662
19663 2008-10-27  Jim Meyering  <meyering@redhat.com>
19664
19665         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
19666
19667 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19668
19669         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
19670         TESTS_ENVIRONMENT, for shell scripts that needs to call built
19671         programs.
19672         * tests/test-argp-2.sh: Use $EXEEXT when needed.
19673
19674 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19675
19676         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
19677
19678 2008-10-27  Bruno Haible  <bruno@clisp.org>
19679
19680         * tests/test-lstat.c: Include <stdio.h>.
19681
19682 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19683
19684         * modules/lstat-tests: New module.
19685         * tests/test-lstat.c: New file.
19686
19687 2008-10-26  Jim Meyering  <meyering@redhat.com>
19688
19689         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
19690
19691 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19692             Bruno Haible  <bruno@clisp.org>
19693
19694         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
19695         * modules/configmake (Include): Add a note that the include must come
19696         after all system headers.
19697         * lib/javaversion.c: Include configmake.h after all other includes.
19698
19699 2008-10-26  Bruno Haible  <bruno@clisp.org>
19700
19701         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
19702         HAVE_STRUCT_RANDOM_DATA to 1.
19703         (gl_STDLIB_H): Simplify.
19704
19705 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19706
19707         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
19708         substitute HAVE_STRUCT_RANDOM_DATA.
19709         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
19710         random_data.
19711         * modules/stdlib (Makefile.am): Substitute
19712         HAVE_STRUCT_RANDOM_DATA.
19713
19714 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19715
19716         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
19717         * doc/gnulib-intro.texi (Copyright): Likewise.
19718
19719 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19720
19721         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
19722         findings.
19723
19724 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
19725             Bruno Haible  <bruno@clisp.org>
19726
19727         * lib/unistd.in.h: Include <winsock2.h>.
19728         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
19729         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
19730         Provide dummy declarations.
19731         (gethostname): Override.
19732         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
19733         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
19734         gl_PREREQ_SYS_H_WINSOCK2.
19735         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
19736         * doc/posix-functions/gethostname.texi: More details.
19737
19738 2008-10-25  Bruno Haible  <bruno@clisp.org>
19739
19740         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
19741         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
19742         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
19743
19744         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
19745         here ...
19746         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
19747         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
19748         gl_UNISTD_H_DEFAULTS.
19749
19750 2008-10-25  Eric Blake  <ebb9@byu.net>
19751
19752         signbit: avoid spurious compiler failure
19753         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
19754         declarations inside function.
19755
19756 2008-10-24  Simon Josefsson  <simon@josefsson.org>
19757             Bruno Haible  <bruno@clisp.org>
19758
19759         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
19760         * modules/random_r (Depends-on): Add stdint.
19761
19762 2008-10-24  Bruno Haible  <bruno@clisp.org>
19763
19764         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
19765         Eggert.
19766         * modules/strerror (License): Likewise.
19767
19768 2008-10-24  Jim Meyering  <meyering@redhat.com>
19769
19770         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
19771         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
19772
19773 2008-10-24  Eric Blake  <ebb9@byu.net>
19774
19775         getgroups: fix compilation when getgroups is available
19776         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
19777         but with <config.h> override of getgroups disabled.
19778
19779 2008-10-24  Simon Josefsson  <simon@josefsson.org>
19780
19781         * doc/gnulib.texi (Header files): Add note about C++ problems.
19782         Explained by Bruno Haible <bruno@clisp.org>.
19783
19784 2008-10-23  Bruno Haible  <bruno@clisp.org>
19785
19786         Define a dummy SA_NODEFER macro on Interix.
19787         * lib/signal.in.h (SA_NODEFER): Define fallback.
19788         Reported by Aleksey Cheusov <cheusov@tut.by> via
19789         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
19790
19791 2008-10-23  Bruno Haible  <bruno@clisp.org>
19792
19793         * modules/freadahead (License): Change to LGPLv2+.
19794         Suggested by Simon Josefsson.
19795
19796 2008-10-23  Jim Meyering  <meyering@redhat.com>
19797
19798         random_r: new module
19799         * modules/random_r: New file.
19800         * m4/random_r.m4: New file.
19801         * lib/random_r.c: New file, from glibc.
19802         * modules/random_r-tests: New file.
19803         * tests/test-random_r.c: New file.
19804         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
19805          Declare.
19806         (RAND_MAX): Define.
19807         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
19808         * modules/stdlib: Substitute them, too.
19809         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
19810         * doc/glibc-functions/initstate_r.texi: Mention the new module.
19811         * doc/glibc-functions/random_r.texi: Likewise.
19812         * doc/glibc-functions/setstate_r.texi: Likewise.
19813         * doc/glibc-functions/srandom_r.texi: Likewise.
19814         * config/srclist.txt: Mention it.
19815
19816 2008-10-23  David Lutterkort  <lutter@redhat.com>
19817
19818         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
19819         link requirement
19820
19821 2008-10-23  Jim Meyering  <meyering@redhat.com>
19822
19823         selinux-h: mark parameters of stub functions as intentionally unused
19824         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
19825         * lib/se-context.in.h: Likewise.
19826
19827 2008-10-22  Simon Josefsson  <simon@josefsson.org>
19828
19829         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
19830
19831 2008-10-22  Simon Josefsson  <simon@josefsson.org>
19832
19833         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
19834
19835 2008-10-22  Eric Blake  <ebb9@byu.net>
19836
19837         glthread/thread: avoid compiler warning
19838         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
19839         Add unreachable abort to silence compiler.
19840
19841 2008-10-22  Eric Blake  <ebb9@byu.net>
19842
19843         netdb: also supply struct addrinfo for cygwin 1.5.x
19844         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
19845         older cygwin.
19846         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
19847         cygwin.
19848         * doc/posix-headers/netdb.texi (netdb.h): Document this.
19849
19850 2008-10-22  Bruno Haible  <bruno@clisp.org>
19851
19852         * users.txt: Update entry about pspp.
19853
19854 2008-10-21  Bruno Haible  <bruno@clisp.org>
19855
19856         Simplification.
19857         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
19858         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
19859
19860         Simplification.
19861         * lib/ioctl.c (ioctl): Don't undefine.
19862         * lib/socket.c (socket): Don't undefine.
19863
19864         Remove unused module indicator macros.
19865         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
19866         GNULIB_$1 as a C macro.
19867
19868         * doc/posix-functions/close.texi: Undo last change.
19869         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
19870         Windows platforms.
19871
19872 2008-10-21  Bruno Haible  <bruno@clisp.org>
19873
19874         Add gethostname() declaration to <unistd.h>.
19875         * lib/unistd.in.h (gethostname): New declaration.
19876         * lib/gethostname.c: Include <unistd.h>.
19877         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
19878         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
19879         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
19880         and HAVE_GETHOSTNAME.
19881         * modules/gethostname (Depends-on): Add unistd.
19882         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19883         (Include): Specify <unistd.h>.
19884         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
19885         HAVE_GETHOSTNAME.
19886         * tests/test-gethostname.c: Include <unistd.h> first.
19887
19888 2008-10-21  Bruno Haible  <bruno@clisp.org>
19889
19890         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
19891         * modules/select-tests (Depends-on): Likewise.
19892         Reported by Simon Josefsson.
19893
19894 2008-10-21  Simon Josefsson  <simon@josefsson.org>
19895
19896         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
19897         * lib/accept.c: New file, based on winsock.c.
19898         * lib/bind.c: New file, based on winsock.c.
19899         * lib/connect.c: New file, based on winsock.c.
19900         * lib/getpeername.c: New file, based on winsock.c.
19901         * lib/getsockname.c: New file, based on winsock.c.
19902         * lib/getsockopt.c: New file, based on winsock.c.
19903         * lib/ioctl.c: New file, based on winsock.c.
19904         * lib/listen.c: New file, based on winsock.c.
19905         * lib/recv.c: New file, based on winsock.c.
19906         * lib/recvfrom.c: New file, based on winsock.c.
19907         * lib/send.c: New file, based on winsock.c.
19908         * lib/sendto.c: New file, based on winsock.c.
19909         * lib/setsockopt.c: New file, based on winsock.c.
19910         * lib/shutdown.c: New file, based on winsock.c.
19911         * lib/socket.c: New file, based on winsock.c.
19912         * lib/w32sock.h: New file, based on winsock.c.
19913         * lib/winsock.c: Remove file.
19914         * modules/accept: Likewise.
19915         * modules/bind: Likewise.
19916         * modules/connect: Likewise.
19917         * modules/getpeername: Likewise.
19918         * modules/getsockname: Likewise.
19919         * modules/getsockopt: Likewise.
19920         * modules/ioctl: Likewise.
19921         * modules/listen: Likewise.
19922         * modules/recv: Likewise.
19923         * modules/recvfrom: Likewise.
19924         * modules/send: Likewise.
19925         * modules/sendto: Likewise.
19926         * modules/setsockopt: Likewise.
19927         * modules/shutdown: Likewise.
19928         * modules/socket: Use socket.c instead of winsock.c.
19929         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
19930         * doc/posix-functions/accept.texi: Doc fix.
19931         * doc/posix-functions/bind.texi: Doc fix.
19932         * doc/posix-functions/close.texi: Doc fix.
19933         * doc/posix-functions/connect.texi: Doc fix.
19934         * doc/posix-functions/getpeername.texi: Doc fix.
19935         * doc/posix-functions/getsockname.texi: Doc fix.
19936         * doc/posix-functions/getsockopt.texi: Doc fix.
19937         * doc/posix-functions/ioctl.texi: Doc fix.
19938         * doc/posix-functions/listen.texi: Doc fix.
19939         * doc/posix-functions/recv.texi: Doc fix.
19940         * doc/posix-functions/recvfrom.texi: Doc fix.
19941         * doc/posix-functions/send.texi: Doc fix.
19942         * doc/posix-functions/sendto.texi: Doc fix.
19943         * doc/posix-functions/setsockopt.texi: Doc fix.
19944         * doc/posix-functions/shutdown.texi: Doc fix.
19945         * doc/posix-functions/socket.texi: Doc fix.
19946
19947 2008-10-20  Bruno Haible  <bruno@clisp.org>
19948
19949         Take into account the role of SIGABRT_COMPAT on Windows 2008.
19950         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
19951         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
19952         as an alias for SIGABRT.
19953         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
19954         (sigaction): Map it to SIGABRT.
19955         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
19956
19957 2008-10-20  Bruno Haible  <bruno@clisp.org>
19958
19959         * lib/fts.c: Don't include lstat.h.
19960         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
19961
19962         Move the lstat() declaration to <sys/stat.h>.
19963         * lib/lstat.h: Remove file.
19964         * lib/sys_stat.in.h: Add special invocation convention.
19965         (lstat): New declaration.
19966         * lib/lstat.c (orig_lstat): New function.
19967         (rpl_lstat): Use orig_lstat instead of lstat.
19968         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
19969         AC_C_INLINE. Set REPLACE_LSTAT.
19970         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
19971         and REPLACE_LSTAT.
19972         * modules/lstat (Files): Remove lib/lstat.h.
19973         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
19974         (Include): Specify <sys/stat.h> instead of lstat.h.
19975         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
19976         REPLACE_LSTAT.
19977         * NEWS: Mention the change.
19978
19979 2008-10-20  Bruno Haible  <bruno@clisp.org>
19980
19981         * modules/posix_spawn-tests: New file.
19982         * tests/test-posix_spawn3.c: New file.
19983
19984 2008-10-20  Bruno Haible  <bruno@clisp.org>
19985
19986         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
19987         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
19988         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
19989         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
19990         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
19991
19992 2008-10-20  Bruno Haible  <bruno@clisp.org>
19993
19994         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
19995         of posix_spawn on AIX 5.3.
19996
19997 2008-10-20  Bruno Haible  <bruno@clisp.org>
19998
19999         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
20000
20001 2008-10-20  Bruno Haible  <bruno@clisp.org>
20002
20003         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
20004         of AC_LANG_PROGRAM.
20005
20006 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20007
20008         * lib/netdb.in.h: Don't define GNU specific constants until they
20009         are supported or needed.  Reported by Bruno Haible
20010         <bruno@clisp.org>.
20011
20012 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20013
20014         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
20015
20016 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20017
20018         * lib/getaddrinfo.h: Remove file.
20019         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
20020         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
20021         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
20022         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
20023         * modules/netdb: Substitute GNULIB_GETADDRINFO.
20024         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
20025         * tests/test-getaddrinfo.c: Likewise.
20026         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
20027         * NEWS: Mention change.
20028
20029 2008-10-19  Bruno Haible  <bruno@clisp.org>
20030
20031         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
20032
20033 2008-10-19  Bruno Haible  <bruno@clisp.org>
20034
20035         * lib/wait-process.c: Include simply <sys/wait.h>.
20036         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
20037         WIFSTOPPED): Remove fallback definitions.
20038         * modules/wait-process (Depends-on): Add sys_wait.
20039
20040         New module 'sys_wait'.
20041         * modules/sys_wait: New file.
20042         * lib/sys_wait.in.h: New file, partially copied from
20043         lib/wait-process.c.
20044         * m4/sys_wait_h.m4: New file.
20045         * doc/posix-headers/sys_wait.texi: Mention the new module.
20046
20047 2008-10-19  Bruno Haible  <bruno@clisp.org>
20048
20049         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
20050
20051 2008-10-19  Bruno Haible  <bruno@clisp.org>
20052
20053         Assume that waitpid() fills an 'int' status, not a 'union wait'.
20054         * lib/wait-process.c (WAIT_T): Remove type.
20055         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
20056         (wait_subprocess): Update.
20057
20058 2008-10-19  Bruno Haible  <bruno@clisp.org>
20059
20060         New module 'atoll'.
20061         * modules/atoll: New file.
20062         * lib/stdlib.in.h (atoll): New declaration.
20063         * lib/atoll.c: New file, from glibc with modifications.
20064         * m4/atoll.m4: New file.
20065         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
20066         HAVE_ATOLL.
20067         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
20068         * doc/posix-functions/atoll.texi: Mention the new module.
20069
20070 2008-10-19  Bruno Haible  <bruno@clisp.org>
20071
20072         Add strtoull() declaration to <stdlib.h>.
20073         * lib/stdlib.in.h (strtoull): New declaration.
20074         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20075         Set HAVE_STRTOULL.
20076         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
20077         HAVE_STRTOULL.
20078         * modules/strtoull (Depends-on): Add stdlib.
20079         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20080         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
20081         HAVE_STRTOULL.
20082
20083 2008-10-19  Bruno Haible  <bruno@clisp.org>
20084
20085         Add strtoll() declaration to <stdlib.h>.
20086         * lib/stdlib.in.h (strtoll): New declaration.
20087         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20088         Set HAVE_STRTOLL.
20089         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
20090         HAVE_STRTOLL.
20091         * modules/strtoll (Depends-on): Add stdlib.
20092         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20093         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
20094
20095 2008-10-19  Bruno Haible  <bruno@clisp.org>
20096
20097         * modules/bcopy (Depends-on): Add strings.
20098         (Include): Specify <strings.h>.
20099
20100 2008-10-19  Bruno Haible  <bruno@clisp.org>
20101
20102         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
20103
20104 2008-10-19  Bruno Haible  <bruno@clisp.org>
20105
20106         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
20107         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
20108         mingw.
20109
20110 2008-10-19  Bruno Haible  <bruno@clisp.org>
20111
20112         * lib/atanl.c: Don't include isnanl.h.
20113         * lib/cosl.c: Likewise.
20114         * lib/ldexpl.c: Likewise.
20115         * lib/logl.c: Likewise.
20116         * lib/sinl.c: Likewise.
20117         * lib/sqrtl.c: Likewise.
20118         * lib/tanl.c: Likewise.
20119
20120         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
20121         * lib/isnanf.h: Remove file.
20122         * lib/isnand.h: Remove file.
20123         * lib/isnanl.h: Remove file.
20124         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
20125         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
20126         macros.
20127         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
20128         HAVE_ISNANF, don't define it as a C macro.
20129         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
20130         HAVE_ISNAND, don't define it as a C macro.
20131         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
20132         HAVE_ISNANL, don't define it as a C macro.
20133         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
20134         HAVE_ISNAN[FDL].
20135         * modules/isnanf (Files): Remove lib/isnanf.h.
20136         (Depends-on): Add math.
20137         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20138         (Include): Specify <math.h> instead of isnanf.h.
20139         * modules/isnand (Files): Remove lib/isnand.h.
20140         (Depends-on): Add math.
20141         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20142         (Include): Specify <math.h> instead of isnand.h.
20143         * modules/isnanl (Files): Remove lib/isnanl.h.
20144         (Depends-on): Add math.
20145         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20146         (Include): Specify <math.h> instead of isnanl.h.
20147         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
20148         HAVE_ISNAN[FDL].
20149         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20150         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20151         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20152         * NEWS: Mention the change.
20153
20154 2008-10-18  Bruno Haible  <bruno@clisp.org>
20155
20156         Add getusershell(), setusershell(), endusershell() declarations to
20157         <unistd.h>.
20158         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20159         declarations.
20160         * lib/getusershell.c: Include unistd.h.
20161         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20162         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20163         HAVE_GETUSERSHELL.
20164         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
20165         and HAVE_GETUSERSHELL.
20166         * modules/getusershell (Depends-on): Add unistd, extensions.
20167         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20168         (Include): Specify <unistd.h>.
20169         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
20170         HAVE_GETUSERSHELL.
20171
20172 2008-10-18  Bruno Haible  <bruno@clisp.org>
20173
20174         Add a getloadavg() declaration to <stdlib.h>.
20175         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
20176         getloadavg declaration.
20177         (getloadavg): New declaration.
20178         * lib/getloadavg.c: Include <stdlib.h> first.
20179         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
20180         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
20181         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
20182         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
20183         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20184         * modules/getloadavg (Depends-on): Add stdlib, extensions.
20185         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20186         (Include): Specify <stdlib.h>.
20187         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
20188         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20189
20190 2008-10-18  Bruno Haible  <bruno@clisp.org>
20191
20192         * lib/dirchownmod.c: Don't include lchmod.h.
20193
20194         Move the lchmod() declaration to <sys/stat.h>.
20195         * lib/lchmod.h: Remove file.
20196         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
20197         (lchmod): New declaration, moved here from lib/lchown.h.
20198         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
20199         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
20200         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
20201         and HAVE_LCHMOD.
20202         * modules/lchmod (Files): Remove lib/lchmod.h.
20203         (Depends-on): Add sys_stat, extensions.
20204         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20205         (Include): Specify <sys/stat.h> instead of lchmod.h.
20206         * modules/sys_stat (Depends-on): Add link-warning.
20207         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
20208         definition of GL_LINK_WARNING.
20209         * NEWS: Mention the change.
20210
20211 2008-10-18  Bruno Haible  <bruno@clisp.org>
20212
20213         * lib/fchdir.c: Don't include dirfd.h.
20214         * lib/fts.c: Likewise.
20215         * lib/getcwd.c: Likewise.
20216         * lib/glob.c: Likewise.
20217
20218         Move the dirfd() declaration to <dirent.h>.
20219         * lib/dirfd.h: Remove file.
20220         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
20221         (dirfd): New declaration.
20222         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
20223         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
20224         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
20225         HAVE_DECL_DIRFD.
20226         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
20227         HAVE_DECL_DIRFD.
20228         * modules/dirfd (Files): Remove lib/dirfd.h.
20229         (Depends-on): Add dirent, extensions.
20230         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
20231         (Include): Specify <dirent.h> instead of dirfd.h.
20232         * modules/dirent (Depends-on): Add link-warning.
20233         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
20234         definition of GL_LINK_WARNING.
20235         * NEWS: Mention the change.
20236
20237 2008-10-18  Bruno Haible  <bruno@clisp.org>
20238
20239         Move the euidaccess() declaration to <unistd.h>.
20240         * lib/euidaccess.h: Remove file.
20241         * lib/unistd.in.h (euidaccess): New declaration.
20242         * lib/euidaccess.c: Don't include euidaccess.h.
20243         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
20244         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
20245         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
20246         and HAVE_EUIDACCESS.
20247         * modules/euidaccess (Files): Remove lib/euidaccess.h.
20248         (Depends-on): Add unistd.
20249         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20250         (Include): Specify <unistd.h> instead of euidaccess.h.
20251         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
20252         HAVE_EUIDACCESS.
20253         * NEWS: Mention the change.
20254
20255 2008-10-18  Bruno Haible  <bruno@clisp.org>
20256
20257         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
20258
20259         Move the getdomainname() declaration to <unistd.h>.
20260         * lib/getdomainname.h: Remove file.
20261         * lib/unistd.in.h (getdomainname): New declaration.
20262         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
20263         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20264         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20265         HAVE_GETDOMAINNAME.
20266         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20267         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
20268         * modules/getdomainname (Files): Remove lib/getdomainname.h.
20269         (Depends-on): Add unistd, extensions.
20270         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20271         (Includes): Specify <unistd.h> instead of getdomainname.h.
20272         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
20273         HAVE_GETDOMAINNAME.
20274         * NEWS: Mention the change.
20275
20276 2008-10-18  Bruno Haible  <bruno@clisp.org>
20277
20278         * modules/dirent: New file.
20279         * m4/dirent_h.m4: New file.
20280         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
20281         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
20282         * modules/fchdir (Files): Remove lib/dirent.in.h.
20283         (Depends-on): Add dirent.
20284         (Makefile.am): Move rules to modules/dirent.
20285         * doc/posix-headers/dirent.texi: Mention the new module.
20286
20287 2008-10-18  Bruno Haible  <bruno@clisp.org>
20288
20289         Avoid -Wunused-parameter warnings in public gnulib header files.
20290         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
20291         macro.
20292         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
20293
20294 2008-10-18  Bruno Haible  <bruno@clisp.org>
20295
20296         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
20297         * doc/glibc-functions/error.texi: Mention the module 'error'.
20298         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
20299         * doc/glibc-functions/getdomainname.texi: Mention the module
20300         'getdomainname'.
20301         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
20302         * doc/glibc-functions/getpagesize.texi: Mention the module
20303         'getpagesize'.
20304         * doc/glibc-functions/getusershell.texi: Mention the module
20305         'getusershell'.
20306         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
20307         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
20308         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
20309         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
20310         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
20311         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
20312         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
20313         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
20314         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
20315         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
20316         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
20317         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
20318         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
20319         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
20320
20321 2008-10-17  Bruno Haible  <bruno@clisp.org>
20322
20323         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
20324         HP-UX and IRIX, use -0.0L.
20325         * tests/test-ceill.c (minus_zero): Likewise.
20326         * tests/test-floorl.c (minus_zero): Likewise.
20327         * tests/test-frexpl.c (minus_zero): Likewise.
20328         * tests/test-isnan.c (minus_zerol): Likewise.
20329         * tests/test-isnanl.h (minus_zero): Likewise.
20330         * tests/test-ldexpl.c (minus_zero): Likewise.
20331         * tests/test-roundl.c (minus_zero): Likewise.
20332         * tests/test-signbit.c (minus_zerol): Likewise.
20333         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
20334         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
20335         * tests/test-truncl.c (minus_zero): Likewise.
20336         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
20337         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
20338         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
20339         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
20340
20341 2008-10-17  Bruno Haible  <bruno@clisp.org>
20342
20343         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
20344         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
20345         that it gets activated only for gcc >= 3.0.
20346         * lib/dirent.in.h: Likewise.
20347         * lib/errno.in.h: Likewise.
20348         * lib/fcntl.in.h: Likewise.
20349         * lib/float.in.h: Likewise.
20350         * lib/iconv.in.h: Likewise.
20351         * lib/inttypes.in.h: Likewise.
20352         * lib/locale.in.h: Likewise.
20353         * lib/math.in.h: Likewise.
20354         * lib/netdb.in.h: Likewise.
20355         * lib/netinet_in.in.h: Likewise.
20356         * lib/search.in.h: Likewise.
20357         * lib/signal.in.h: Likewise.
20358         * lib/spawn.in.h: Likewise.
20359         * lib/stdarg.in.h: Likewise.
20360         * lib/stdint.in.h: Likewise.
20361         * lib/stdio.in.h: Likewise.
20362         * lib/stdlib.in.h: Likewise.
20363         * lib/string.in.h: Likewise.
20364         * lib/strings.in.h: Likewise.
20365         * lib/sys_file.in.h: Likewise.
20366         * lib/sys_ioctl.in.h: Likewise.
20367         * lib/sys_select.in.h: Likewise.
20368         * lib/sys_socket.in.h: Likewise.
20369         * lib/sys_stat.in.h: Likewise.
20370         * lib/sys_time.in.h: Likewise.
20371         * lib/sysexits.in.h: Likewise.
20372         * lib/time.in.h: Likewise.
20373         * lib/unistd.in.h: Likewise.
20374         * lib/wchar.in.h: Likewise.
20375         * lib/wctype.in.h: Likewise.
20376         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20377
20378 2008-10-17  Jim Meyering  <meyering@redhat.com>
20379
20380         ignore-value: don't depend on inline module
20381         * modules/ignore-value (Depends-on): Remove 'inline'.
20382         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
20383         Suggestion from Bruno Haible.
20384
20385 2008-10-17  Bruno Haible  <bruno@clisp.org>
20386
20387         New implementation of condition variables for Win32.
20388         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
20389         (gl_linked_waitqueue_t): New type.
20390         (gl_cond_t): Use it.
20391         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
20392         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
20393         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
20394         (glthread_cond_init_func, glthread_cond_wait_func,
20395         glthread_cond_timedwait_func, glthread_cond_signal_func,
20396         glthread_cond_broadcast_func, glthread_cond_destroy_func):
20397         Reimplemented on the basis of gl_linked_waitqueue_t.
20398         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
20399         gl_waitqueue_t.
20400         (gl_rwlock_t): Update.
20401         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
20402
20403 2008-10-17  Simon Josefsson  <simon@josefsson.org>
20404
20405         * modules/recvfrom (Depends-on): Add dependency on getpeername.
20406         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20407
20408 2008-10-17  Jim Meyering  <meyering@redhat.com>
20409
20410         ignore-value: new module
20411         * modules/ignore-value: New file.
20412         * lib/ignore-value.h: New file.
20413         * MODULES.html.sh (Compiler warning management): New section,
20414         just for this module.  More to come.
20415
20416 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20417
20418         open-safer.c: avoid 'signed and unsigned in conditional...' warning
20419         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
20420         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
20421
20422 2008-10-16  Jim Meyering  <meyering@redhat.com>
20423
20424         openat-die.c: avoid 'no previous prototype' warning
20425         * lib/openat-die.c: Include "openat.h".
20426         Reported by Reuben Thomas <rrt@sc3d.org>.
20427
20428 2008-10-16  Simon Josefsson  <simon@josefsson.org>
20429
20430         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
20431         * lib/netdb.in.h: Fix typo.
20432         Reported by Bruno Haible  <bruno@clisp.org>
20433
20434         * lib/netdb.in.h: Include sys/socket.h for platforms without
20435         netdb.h, to get structures like hostent on MinGW.
20436         * modules/netdb (Depends-on): Add sys_socket.
20437
20438 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20439
20440         * modules/netdb, modules/netdb-tests: New file.
20441         * m4/netdb_h.m4: New file.
20442         * lib/netdb.in.h: Add, currently just an empty file pending
20443         definitions.
20444         * tests/test-netdb.c: New file.
20445         * doc/posix-headers/netdb.texi: Mention that we replace it if
20446         needed.
20447         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20448         netdb.
20449
20450 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20451
20452         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
20453         with code.
20454
20455 2008-10-13  Bruno Haible  <bruno@clisp.org>
20456
20457         * lib/glthread/cond.c (glthread_cond_wait_func,
20458         glthread_cond_timedwait_func): Add a comment.
20459
20460 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20461
20462         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
20463         * tests/test-select.c: Likewise,
20464
20465 2008-10-13  Bruno Haible  <bruno@clisp.org>
20466
20467         * lib/glthread/cond.c (glthread_cond_wait_func,
20468         glthread_cond_timedwait_func): Fix variable name.
20469         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20470
20471 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
20472
20473         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
20474         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
20475         struct sockaddr.sa_len.
20476         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
20477
20478 2008-10-13  Simon Josefsson  <simon@josefsson.org>
20479
20480         * build-aux/pmccabe2html: Add css and css_url parameters.
20481
20482 2008-10-12  Bruno Haible  <bruno@clisp.org>
20483
20484         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
20485         calling aclx_get.
20486         Reported by Rainer Tammer <tammer@tammer.net>.
20487
20488 2008-10-12  Bruno Haible  <bruno@clisp.org>
20489
20490         Use msvcrt aware primitives for creation/termination of Win32 threads.
20491         * lib/glthread/thread.c: Include <process.h>.
20492         (glthread_create_func): Use _beginthreadex instead of CreateThread.
20493         (wrapper_func): Update signature.
20494         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
20495
20496 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20497             Bruno Haible  <bruno@clisp.org>
20498
20499         Provide a Win32 implementation of the 'cond' module.
20500         * lib/glthread/cond.h [USE_WIN32]: New implementation.
20501         * lib/glthread/cond.c (glthread_cond_init_func,
20502         glthread_cond_wait_func, glthread_cond_timedwait_func,
20503         glthread_cond_signal_func, glthread_cond_broadcast_func,
20504         glthread_cond_destroy_func) [USE_WIN32]: New functions.
20505         * modules/cond (Dependencies): Add gettimeofday.
20506
20507 2008-10-11  Bruno Haible  <bruno@clisp.org>
20508
20509         Make sleep work on older versions of mingw.
20510         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
20511         only whether it exists.
20512         * doc/posix-functions/sleep.texi: Mention the problem with older
20513         versions of mingw.
20514
20515 2008-10-11  Bruno Haible  <bruno@clisp.org>
20516
20517         New module 'shutdown'.
20518         * modules/shutdown: New file.
20519         * lib/sys_socket.in.h (shutdown): New declaration.
20520         * lib/winsock.c (shutdown): New function.
20521         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
20522         GNULIB_SHUTDOWN.
20523         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
20524         * doc/posix-functions/shutdown.texi: Document the new module.
20525
20526 2008-10-11  Jim Meyering  <meyering@redhat.com>
20527
20528         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
20529
20530 2008-10-11  Bruno Haible  <bruno@clisp.org>
20531
20532         New module 'fclose'.
20533         * modules/fclose: New file.
20534         * lib/stdio.in.h (fclose): New declaration.
20535         * lib/fclose.c: New file.
20536         * m4/fclose.m4: New file.
20537         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
20538         REPLACE_FCLOSE.
20539         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
20540         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
20541         REPLACE_FCLOSE.
20542         * modules/close (Depends-on): fclose.
20543         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
20544
20545 2008-10-11  Bruno Haible  <bruno@clisp.org>
20546
20547         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
20548         set errno and don't call _close.
20549
20550 2008-10-10  Bruno Haible  <bruno@clisp.org>
20551
20552         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
20553         ACL, not afterwards. Fixes test failure on Cygwin.
20554
20555 2008-10-09  Ben Pfaff  <blp@gnu.org>
20556
20557         * build-aux/announce-gen: Fix gnulib version related part of usage
20558         message.  Die with a useful error message if no tarballs are
20559         found.
20560
20561 2008-10-10  Jim Meyering  <meyering@redhat.com>
20562
20563         bootstrap: use git's --depth=N option only if it's supported
20564         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
20565         recognize the --depth option.  Reported by Pádraig Brady.
20566
20567 2008-10-09  Bruno Haible  <bruno@clisp.org>
20568
20569         New module 'ioctl'.
20570         * modules/ioctl: New file.
20571         * lib/sys_socket.in.h (ioctl): Remove declaration.
20572         * lib/winsock.c: Include <sys/ioctl.h>.
20573         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
20574         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20575         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
20576         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
20577         * doc/posix-functions/ioctl.texi: Mention the new module.
20578
20579 2008-10-09  Bruno Haible  <bruno@clisp.org>
20580
20581         New module 'sys_ioctl'.
20582         * lib/sys_ioctl.in.h: New file.
20583         * m4/sys_ioctl_h.m4: New file.
20584         * modules/sys_ioctl: New file.
20585         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
20586
20587 2008-10-09  Bruno Haible  <bruno@clisp.org>
20588
20589         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
20590         * lib/winsock.c: Include <stdarg.h>.
20591         (rpl_ioctl): Change to second argument 'int' and then varargs.
20592
20593 2008-10-09  Bruno Haible  <bruno@clisp.org>
20594
20595         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
20596         when the sys_socket module is present and the system has <winsock2.h>.
20597
20598 2008-10-09  Bruno Haible  <bruno@clisp.org>
20599
20600         * doc/posix-functions/close.texi: Mention module 'close' instead of
20601         module 'sys_socket'.
20602
20603 2008-10-09  Bruno Haible  <bruno@clisp.org>
20604
20605         * doc/glibc-headers/sys_ioctl.texi: New file.
20606         * doc/gnulib.texi: Include it.
20607
20608 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20609             Bruno Haible  <bruno@clisp.org>
20610
20611         Combine the two replacements of 'close'.
20612         * lib/sys_socket.in.h (close): Define to a reminder to include
20613         <unistd.h>.
20614         (_gl_close_fd_maybe_socket): New declaration.
20615         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
20616         * lib/winsock.c (close): Remove undefinition.
20617         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
20618         needed for the gnulib module 'close'.
20619         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
20620         define to an error symbol or to a warning, if suitable.
20621         * lib/close.c: Include <sys/socket.h>.
20622         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
20623         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
20624         UNISTD_H_HAVE_WINSOCK2_H.
20625         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
20626         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20627         UNISTD_H_HAVE_WINSOCK2_H.
20628         * modules/sys_socket (Files): Add m4/unistd_h.m4.
20629         (configure.ac): Set a module indicator.
20630         (Makefile.am): Substitute GNULIB_CLOSE.
20631         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
20632         * modules/poll-tests (Depends-on): Add close.
20633         * modules/select-tests (Depends-on): Likewise.
20634
20635 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20636             Bruno Haible  <bruno@clisp.org>
20637
20638         New module 'close'.
20639         * modules/close: New file.
20640         * lib/unistd.in.h (close): Move declaration out of the
20641         FCHDIR_REPLACEMENT scope.
20642         (_gl_unregister_fd): New declaration.
20643         * lib/close.c: New file.
20644         * lib/fchdir.c (rpl_close): Remove function.
20645         * m4/close.m4: New file.
20646         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20647         close.
20648         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
20649         REPLACE_CLOSE.
20650         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
20651         REPLACE_CLOSE.
20652         * modules/fchdir (Depends-on): Add close.
20653
20654 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20655             Bruno Haible  <bruno@clisp.org>
20656
20657         * lib/fcntl.in.h (open): Simplify conditionals.
20658         (_gl_register_fd): New declaration.
20659         * lib/fchdir.c (rpl_open): Remove function.
20660         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
20661         also.
20662         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
20663         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20664         open.
20665
20666 2008-10-09  Jim Meyering  <meyering@redhat.com>
20667
20668         GNUmakefile: use the more name-space-friendly "_version"
20669         * top/GNUmakefile (_dummy): Update.
20670         (_version): Rename from "version".
20671
20672 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20673             Bruno Haible  <bruno@clisp.org>
20674
20675         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
20676         rpl_close.
20677         (_gl_register_fd): New function, extracted from rpl_open.
20678         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
20679         (rpl_open, rpl_opendir): Use _gl_register_fd.
20680
20681 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20682
20683         Fix organization of 'open' replacement.
20684         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
20685         (gl_FUNC_OPEN): Use it.
20686         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
20687
20688 2008-10-08  Bruno Haible  <bruno@clisp.org>
20689
20690         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
20691
20692 2008-10-08  Simon Josefsson  <simon@josefsson.org>
20693
20694         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
20695         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
20696         listen).
20697
20698 2008-10-08  Eric Blake  <ebb9@byu.net>
20699
20700         GNUmakefile: add 'make version' target
20701         * top/GNUmakefile (_curr-ver): Split version update rules...
20702         (version): ...into a target.
20703
20704 2008-10-07  Bruno Haible  <bruno@clisp.org>
20705
20706         Use a more portable replacement expression for -0.0L.
20707         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
20708         instead of -0.0L. Fix m4 quotation.
20709
20710         * tests/test-signbit.c: Include <float.h>.
20711         (minus_zero): New variable.
20712         (test_signbitl): Use minus_zero instead of -zero.
20713         * modules/signbit-tests (Depends-on): Add float.
20714
20715         * tests/test-ceill.c: Include <float.h>.
20716         (zero): Remove variable.
20717         (minus_zero): New variable.
20718         (main): Use minus_zero instead of -zero.
20719         * modules/ceill-tests (Depends-on): Add float.
20720
20721         * tests/test-floorl.c: Include <float.h>.
20722         (zero): Remove variable.
20723         (minus_zero): New variable.
20724         (main): Use minus_zero instead of -zero.
20725         * modules/floorl-tests (Depends-on): Add float.
20726
20727         * tests/test-roundl.c: Include <float.h>.
20728         (zero): Remove variable.
20729         (minus_zero): New variable.
20730         (main): Use minus_zero instead of -zero.
20731         * modules/roundl-tests (Depends-on): Add float.
20732
20733         * tests/test-truncl.c: Include <float.h>.
20734         (zero): Remove variable.
20735         (minus_zero): New variable.
20736         (main): Use minus_zero instead of -zero.
20737         * modules/truncl-tests (Depends-on): Add float.
20738
20739         * tests/test-frexpl.c (zero): Remove variable.
20740         (minus_zero): New variable.
20741         (main): Use minus_zero instead of -zero.
20742         * modules/frexpl-tests (Depends-on): Add float.
20743
20744         * tests/test-isnan.c (zerol): Remove variable.
20745         (minus_zerol): New variable.
20746         (test_long_double): Use minus_zerol instead of -zerol.
20747         * modules/isnan-tests (Depends-on): Add float.
20748
20749         * tests/test-isnanl.h (zero): Remove variable.
20750         (minus_zero): New variable.
20751         (main): Use minus_zero instead of -zero.
20752         * modules/isnanl-nolibm-tests (Depends-on): Add float.
20753         * modules/isnanl-tests (Depends-on): Add float.
20754
20755         * tests/test-ldexpl.c (zero): Remove variable.
20756         (minus_zero): New variable.
20757         (main): Use minus_zero instead of -zero.
20758         * modules/ldexpl-tests (Depends-on): Add float.
20759
20760         * tests/test-snprintf-posix.h (zerol): Remove variable.
20761         (minus_zerol): New variable.
20762         (test_function): Use minus_zerol instead of -zerol.
20763         * modules/snprintf-posix-tests (Depends-on): Add float.
20764         * modules/vsnprintf-posix-tests (Depends-on): Add float.
20765
20766         * tests/test-sprintf-posix.h (zerol): Remove variable.
20767         (minus_zerol): New variable.
20768         (test_function): Use minus_zerol instead of -zerol.
20769         * modules/sprintf-posix-tests (Depends-on): Add float.
20770         * modules/vsprintf-posix-tests (Depends-on): Add float.
20771
20772         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
20773         (minus_zerol): New variable.
20774         (test_function): Use minus_zerol instead of -zerol.
20775         * modules/vasnprintf-posix-tests (Depends-on): Add float.
20776
20777         * tests/test-vasprintf-posix.c (zerol): Remove variable.
20778         (minus_zerol): New variable.
20779         (test_function): Use minus_zerol instead of -zerol.
20780         * modules/vasprintf-posix-tests (Depends-on): Add float.
20781
20782 2008-10-07  Simon Josefsson  <simon@josefsson.org>
20783
20784         * MODULES.html.sh (Support for building documentation): Mention
20785         pmccabe2html.  Sort entries.
20786
20787         Add pmccabe2html module, from gnupdf.
20788         * build-aux/pmccabe.css: New file.
20789         * build-aux/pmccabe2html: New file.
20790         * m4/pmccabe2html.m4: New file.
20791         * modules/pmccabe2html: New file.
20792
20793 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
20794
20795         flock: new module
20796         * MODULES.html.sh: Add to list of modules.
20797         * lib/flock.c: flock implementation for Windows and Unix systems
20798         which have fcntl.
20799         * doc/glibc-functions/flock.texi: Update documentation.
20800         * lib/sys_file.in.h: <sys/file.h> header file.
20801         * m4/flock.m4: M4 macros.
20802         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
20803         * modules/flock: flock module.
20804         * modules/flock-tests: flock tests module.
20805         * modules/sys_file: sys/file.h module.
20806         * tests/test-flock.c: test suite for flock.
20807
20808 2008-10-06  Jim Meyering  <meyering@redhat.com>
20809
20810         bootstrap: check for LT_INIT more portably still ;-)
20811         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
20812         Spotted by Bruno Haible.
20813
20814 2008-10-06  Eric Blake  <ebb9@byu.net>
20815
20816         test-signbit: avoid tripping Irix cc bug on -0.0L
20817         * tests/test-signbit.c (minus_zerol): Delete, and replace with
20818         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
20819         entire testsuite consistent and avoids an Irix 6.2 bug.
20820
20821 2008-10-05  Bruno Haible  <bruno@clisp.org>
20822             Jim Meyering  <jim@meyering.net>
20823
20824         Add an option for ignoring EPIPE during close_stdout.
20825         * lib/closeout.h: Include <stdbool.h>.
20826         (close_stdout_set_ignore_EPIPE): New declaration.
20827         * lib/closeout.c: Include <stdbool.h>.
20828         (ignore_EPIPE): New variable.
20829         (close_stdout_set_ignore_EPIPE): New function.
20830         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
20831         * lib/close-stream.c (close_stream): Mention the possible EPIPE
20832         failure.
20833         * modules/closeout (Depends-on): Add stdbool.
20834
20835 2008-10-05  Bruno Haible  <bruno@clisp.org>
20836
20837         * modules/accept: New file.
20838         * modules/bind: New file.
20839         * modules/connect: New file.
20840         * modules/getpeername: New file.
20841         * modules/getsockname: New file.
20842         * modules/getsockopt: New file.
20843         * modules/listen: New file.
20844         * modules/recv: New file.
20845         * modules/recvfrom: New file.
20846         * modules/send: New file.
20847         * modules/sendto: New file.
20848         * modules/setsockopt: New file.
20849         * modules/socket: New file.
20850         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
20851         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
20852         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
20853         the particular module is requested. Add a link warning when the
20854         particular module is not requested.
20855         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
20856         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
20857         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
20858         the particular module is requested.
20859         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
20860         gl_SYS_SOCKET_H_DEFAULTS): New macros.
20861         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
20862         * modules/sys_socket (Depends-on): Add link-warning.
20863         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
20864         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
20865         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
20866         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
20867         GL_LINK_WARNING.
20868         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
20869         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
20870         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
20871         * doc/posix-functions/getpeername.texi: Mention the new module
20872         'getpeername'.
20873         * doc/posix-functions/getsockname.texi: Mention the new module
20874         'getsockname'.
20875         * doc/posix-functions/getsockopt.texi: Mention the new module
20876         'getsockopt'.
20877         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
20878         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
20879         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
20880         * doc/posix-functions/send.texi: Mention the new module 'send'.
20881         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
20882         * doc/posix-functions/setsockopt.texi: Mention the new module
20883         'setsockopt'.
20884         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
20885         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
20886         listen, connect, accept.
20887         * modules/select-tests (Depends-on): Likewise.
20888
20889 2008-10-05  Bruno Haible  <bruno@clisp.org>
20890
20891         * lib/winsock.c (strerror): Remove unused #undef.
20892         (rpl_close): Remove unused local variable.
20893
20894         * modules/sys_socket (Depends-on); Add errno.
20895
20896 2008-10-05  Bruno Haible  <bruno@clisp.org>
20897
20898         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
20899         (select): Add a link warning when the 'select' module is not used.
20900         * modules/sys_select (Depends-on): Add link-warning.
20901         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
20902         Suggested by Paolo Bonzini.
20903
20904 2008-10-05  Jim Meyering  <meyering@redhat.com>
20905
20906         bootstrap: check for LT_INIT more portably
20907         * build-aux/bootstrap: Avoid using grep -E, since it's not
20908         portable enough.  Suggestion from Bruno Haible.
20909
20910 2008-10-05  Bruno Haible  <bruno@clisp.org>
20911
20912         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
20913         as being fixed by gnulib.
20914
20915 2008-10-05  Bruno Haible  <bruno@clisp.org>
20916
20917         * modules/select-tests: New file, mostly copied from
20918         modules/sys_select-tests.
20919         * tests/test-select.c: New file, mostly copied from
20920         tests/test-sys_select.c.
20921         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
20922         * modules/sys_select-tests (Depends-on): Remove all dependencies.
20923         (Makefile.am): Remove test_sys_select_LDADD.
20924
20925         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
20926         to an undefined symbol, for an error message.
20927         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
20928         (gl_SYS_SELECT_H_DEFAULTS): New macro.
20929         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
20930         winsock-select.c here.
20931         * modules/sys_select (Files): Remove lib/winsock-select.c.
20932         (Depends-on): Remove alloca.
20933         (Makefile.am): Substitute GNULIB_SELECT.
20934         * modules/select: New file.
20935         * doc/posix-functions/select.texi: Update.
20936
20937 2008-10-05  Bruno Haible  <bruno@clisp.org>
20938
20939         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
20940         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
20941         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
20942         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
20943         getdtablesize.
20944         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
20945         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
20946
20947 2008-10-05  Bruno Haible  <bruno@clisp.org>
20948
20949         * modules/getdtablesize-tests: New file.
20950         * tests/test-getdtablesize.c: New file.
20951
20952         New module 'getdtablesize'.
20953         * lib/unistd.in.h (getdtablesize): New declaration.
20954         * lib/getdtablesize.c: New file.
20955         * m4/getdtablesize.m4: New file.
20956         * modules/getdtablesize: New file.
20957         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20958         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
20959         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
20960         HAVE_GETDTABLESIZE.
20961         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
20962
20963 2008-10-05  Bruno Haible  <bruno@clisp.org>
20964
20965         * modules/sched (Makefile.am): Fix typo.
20966         Reported by Simon Josefsson.
20967
20968 2008-10-05  Jim Meyering  <meyering@redhat.com>
20969
20970         bootstrap: check for LT_INIT, too
20971         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
20972         are deprecated.  Suggestion from Ralf Wildenhues.
20973
20974 2008-10-05  Bruno Haible  <bruno@clisp.org>
20975
20976         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
20977         overriding them by ours.
20978         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
20979
20980 2008-10-05  Jim Meyering  <meyering@redhat.com>
20981
20982         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
20983         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
20984         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
20985
20986 2008-10-04  Bruno Haible  <bruno@clisp.org>
20987
20988         * modules/dup2 (License): Change to LGPLv2+.
20989         * modules/sleep (License): Likewise.
20990         * modules/perror (License): Likewise.
20991         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
20992         Blake.
20993         * modules/signal (License): Likewise.
20994         * modules/sigprocmask (License): Likewise.
20995         * modules/raise (License): Change to LGPLv2+, with approval by Jim
20996         Meyering.
20997
20998 2008-10-04  Bruno Haible  <bruno@clisp.org>
20999
21000         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
21001         Reported by Rainer Tammer <tammer@tammer.net>.
21002
21003 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
21004             Bruno Haible  <bruno@clisp.org>
21005
21006         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
21007         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
21008         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
21009
21010 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
21011
21012         filevercmp: new module
21013         * lib/filevercmp.h: New function filevercmp comparing version strings.
21014         * lib/filevercmp.c: Implementation of filevercmp function.
21015         * modules/filevercmp: Module metadata.
21016         * tests/test-filevercmp.c: Unit test for new module.
21017         * modules/filevercmp-tests: Unit test metadata.
21018         * MODULES.html.sh: Add filevercmp module.
21019
21020 2008-10-03  Bruno Haible  <bruno@clisp.org>
21021
21022         * lib/c-ctype.h: Add comment.
21023         Reported by Jim Meyering.
21024
21025 2008-10-02  Bruno Haible  <bruno@clisp.org>
21026
21027         * modules/posix_spawn-internal (Depends-on): Add 'open'.
21028
21029 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21030
21031         * build-aux/bootstrap: Allow renaming bootstrap, and change the
21032         name of bootstrap.conf accordingly.
21033
21034 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21035
21036         * build-aux/bootstrap: Install git-merge-changelog configuration
21037         items into .gitconfig if needed.
21038
21039 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21040
21041         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
21042         git repository, and initialize/update it accordingly.
21043
21044 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
21045
21046         * modules/fsync-tests: New file.
21047         * tests/test-fsync.c: New file.
21048
21049         New module 'fsync'.
21050         * lib/fsync.c: New file.
21051         * m4/fsync.m4: New file.
21052         * modules/fsync: New file.
21053         * lib/unistd.in.h (fsync): New declaration.
21054         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
21055         GNULIB_FSYNC and HAVE_FSYNC.
21056         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
21057         * MODULES.html.sh (posix_functions): Add fsync.
21058         * doc/posix-functions/fsync.texi: Mention the new module.
21059
21060 2008-10-02  Jim Meyering  <meyering@redhat.com>
21061
21062         fts.c: sync with similar code from coreutils' remove.c
21063         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
21064         Guard also with "#if defined __linux__", since for now at least,
21065         this code is Linux-kernel-specific.
21066
21067 2008-10-02  Jim Meyering  <meyering@redhat.com>
21068
21069         fts: bug fixes
21070         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
21071         Include <sys/vfs.h>, not <sys/statfs.h>.
21072
21073         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
21074         Include <sys/vfs.h>, not <sys/statfs.h>.
21075
21076 2008-10-01  Bruno Haible  <bruno@clisp.org>
21077
21078         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
21079         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
21080         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
21081         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
21082         * doc/posix-functions/posix_spawnp.texi: Likewise.
21083         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
21084         whether posix_spawn actually works.
21085         * m4/pipe.m4 (gl_PIPE): Likewise.
21086         * modules/execute (Files): Add m4/posix_spawn.m4.
21087         * modules/pipe (Files): Add m4/posix_spawn.m4.
21088         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
21089
21090 2008-10-01  Jim Meyering  <meyering@redhat.com>
21091
21092         remove trailing spaces
21093         * NEWS: Likewise.
21094         * lib/poll.c (poll): Likewise.
21095         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
21096         * lib/winsock.c (rpl_close): Likewise.
21097         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
21098         * modules/yield: Likewise.
21099         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
21100         * tests/test-sys_select.c (connect_to_socket): Likewise.
21101
21102         fts.c: adjust a new interface to be more generally useful
21103         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
21104         (fts_build): Adjust caller.
21105
21106 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21107
21108         * modules/cond-tests: New file.
21109         * tests/test-cond.c: New file.
21110
21111 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21112             Bruno Haible  <bruno@clisp.org>
21113
21114         * modules/cond (Dependencies): Add errno, time.
21115         * lib/glthread/cond.h: Include <time.h>.
21116         (gl_cond_define, gl_cond_define_initialized): Use the same definition
21117         across platforms.
21118
21119 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21120             Bruno Haible  <bruno@clisp.org>
21121
21122         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
21123
21124 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21125             Bruno Haible  <bruno@clisp.org>
21126
21127         * modules/tls-tests (Depends-on): Add thread, yield.
21128         (configure.ac): Remove all checks.
21129         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
21130         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21131         gl_thread_self): Remove definitions. Include glthread/thread.h and
21132         glthread/yield.h instead.
21133         (test_tls): Pass an additional NULL argument to gl_thread_join.
21134
21135 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21136             Bruno Haible  <bruno@clisp.org>
21137
21138         * modules/lock-tests (Depends-on): Add thread, yield.
21139         (configure.ac): Remove all checks.
21140         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
21141         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21142         gl_thread_self): Remove definitions. Include glthread/thread.h and
21143         glthread/yield.h instead.
21144         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
21145         additional NULL argument to gl_thread_join.
21146
21147 2008-09-30  Bruno Haible  <bruno@clisp.org>
21148
21149         Fix the Win32 implementation of the 'thread' module.
21150         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21151         pointer type.
21152         (gl_thread_self): Invoke gl_thread_self_func.
21153         (gl_thread_self_func): New declaration.
21154         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21155         (do_init_self_key, init_self_key): New functions.
21156         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21157         Remove some fields.
21158         (running_threads, running_lock): Remove variables.
21159         (get_current_thread_handle): New function.
21160         (gl_thread_self_func, wrapper_func, glthread_create_func,
21161         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21162         simplified.
21163
21164 2008-09-30  Bruno Haible  <bruno@clisp.org>
21165
21166         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
21167         files.
21168
21169 2008-09-30  Jim Meyering  <meyering@redhat.com>
21170
21171         fts.m4: correct the test for statfs.f_type
21172         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
21173         when checking for statfs.f_type.
21174
21175 2008-09-15  Simon Josefsson  <simon@josefsson.org>
21176
21177         tests: avoid some compiler warnings
21178         * tests/test-memchr.c (main): Pass NULL indirectly.
21179         * tests/test-getdate.c (main): Remove unused variable 'ret'.
21180
21181 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
21182
21183         getdate.y: disallow countable dayshifts like "4 yesterday ago"
21184         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
21185         exactly specified dayshifts.
21186         (dayshift): New rule.
21187         (rel): Add dayshift.
21188         (relative_time_table) [tomorrow, yesterday, today, now]:
21189         Use tDAY_SHIFT in place of tDAY_UNIT.
21190         * tests/test-getdate.c: Add tests for now-disallowed countable
21191         dayshifts, e.g., "4 yesterday ago".
21192
21193 2008-09-29  Bruno Haible  <bruno@clisp.org>
21194
21195         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
21196         * tests/test-posix_spawn1.in.sh: Renamed from
21197         tests/test-posix_spawn.in.sh.
21198         * tests/test-posix_spawn2.c: New file.
21199         * tests/test-posix_spawn2.in.sh: New file.
21200         * modules/posix_spawnp-tests (Files): Update.
21201         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
21202
21203 2008-09-29  Bruno Haible  <bruno@clisp.org>
21204
21205         Propagate effects of putenv/setenv/unsetenv to child processes.
21206         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
21207         * lib/pipe.c (create_pipe): Likewise.
21208
21209 2008-09-29  Bruno Haible  <bruno@clisp.org>
21210
21211         Enable use of shell scripts as executables in mingw.
21212         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
21213         run the program as a shell script.
21214         * lib/pipe.c (create_pipe): Likewise.
21215         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
21216         resulting array.
21217
21218 2008-09-29  Eric Blake  <ebb9@byu.net>
21219
21220         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
21221
21222 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
21223
21224         * doc/posix-functions/accept.texi: Update mingw problems.
21225         * doc/posix-functions/bind.texi: Update mingw problems.
21226         * doc/posix-functions/close.texi: Update mingw problems.
21227         * doc/posix-functions/connect.texi: Update mingw problems.
21228         * doc/posix-functions/getpeername.texi: Update mingw problems.
21229         * doc/posix-functions/getsockname.texi: Update mingw problems.
21230         * doc/posix-functions/getsockopt.texi: Update mingw problems.
21231         * doc/posix-functions/ioctl.texi: Update mingw problems.
21232         * doc/posix-functions/listen.texi: Update mingw problems.
21233         * doc/posix-functions/recv.texi: Update mingw problems.
21234         * doc/posix-functions/recvfrom.texi: Update mingw problems.
21235         * doc/posix-functions/select.texi: Update mingw problems.
21236         * doc/posix-functions/send.texi: Update mingw problems.
21237         * doc/posix-functions/sendto.texi: Update mingw problems.
21238         * doc/posix-functions/setsockopt.texi: Update mingw problems.
21239         * doc/posix-functions/socket.texi: Update mingw problems.
21240
21241 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
21242             Bruno Haible  <bruno@clisp.org>
21243
21244         * lib/sys_select.in.h: Include sys/time.h.
21245         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
21246         * modules/sys_select: Depend on sys_time.
21247         * tests/test-sys_select.c: Test that sys/select.h defines struct
21248         timeval fully.
21249
21250 2008-09-29  Bruno Haible  <bruno@clisp.org>
21251
21252         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
21253         * lib/sys_select.in.h: Likewise.
21254
21255 2008-09-29  Bruno Haible  <bruno@clisp.org>
21256
21257         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
21258
21259 2008-09-29  Bruno Haible  <bruno@clisp.org>
21260
21261         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
21262         Set LIBSOCKET instead of augmenting LIBS.
21263         * modules/sockets (Link): New section.
21264         * modules/sockets-tests (test_sockets_LDADD): New variable.
21265         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
21266         * modules/poll-tests (test_poll_LDADD): New variable.
21267         * NEWS: Document the change.
21268
21269 2008-09-29  Bruno Haible  <bruno@clisp.org>
21270
21271         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
21272         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
21273         ARPA_INET_H directly.
21274         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21275
21276 2008-09-28  Bruno Haible  <bruno@clisp.org>
21277
21278         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
21279         from gl_HEADER_SYS_SOCKET.
21280         (gl_HEADER_SYS_SOCKET): Invoke it.
21281         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21282
21283 2008-09-28  Bruno Haible  <bruno@clisp.org>
21284
21285         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
21286         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
21287         Needed on OSF/1 4.0.
21288
21289 2008-09-28  Bruno Haible  <bruno@clisp.org>
21290
21291         Override open more carefully.
21292         * lib/open.c (orig_open): New function.
21293         (rpl_open): Use orig_open instead of open.
21294         * lib/fcntl.in.h: Add special invocation convention.
21295         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
21296         (gl_FUNC_OPEN): Invoke it.
21297
21298         Override freopen more carefully.
21299         * lib/freopen.c (orig_freopen): New function.
21300         (rpl_freopen): Use orig_freopen instead of freopen.
21301         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
21302         (gl_FUNC_FREOPEN): Invoke it.
21303
21304         Override fopen more carefully.
21305         * lib/fopen.c (orig_fopen): New function.
21306         (rpl_fopen): Use orig_fopen instead of fopen.
21307         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
21308         (gl_FUNC_FOPEN): Invoke it.
21309         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
21310
21311 2008-09-28  Bruno Haible  <bruno@clisp.org>
21312
21313         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
21314         SIGPIPE.
21315
21316 2008-09-28  Bruno Haible  <bruno@clisp.org>
21317
21318         * tests/test-sigaction.c (handler, main): Disable the check whether
21319         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
21320         glibc systems with LinuxThreads.
21321
21322 2008-09-28  Bruno Haible  <bruno@clisp.org>
21323
21324         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
21325
21326         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
21327         with AIX xlc.
21328         * lib/fcntl.in.h (open): Likewise.
21329         Reported by Rainer Tammer <tammer@tammer.net>.
21330
21331 2008-09-28  Bruno Haible  <bruno@clisp.org>
21332
21333         * modules/posix_spawnp-tests: New file.
21334         * tests/test-posix_spawn.c: New file.
21335         * tests/test-posix_spawn.in.sh: New file.
21336
21337         New module 'posix_spawnp'.
21338         * modules/posix_spawnp: New file.
21339         * lib/spawnp.c: New file, from GNU libc with modifications.
21340         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
21341
21342         New module 'posix_spawn'.
21343         * modules/posix_spawn: New file.
21344         * lib/spawn.c: New file, from GNU libc with modifications.
21345         * doc/posix-functions/posix_spawn.texi: Mention the new module.
21346
21347         New module 'posix_spawnattr_destroy'.
21348         * modules/posix_spawnattr_destroy: New file.
21349         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
21350         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
21351         module.
21352
21353         New module 'posix_spawnattr_setsigmask'.
21354         * modules/posix_spawnattr_setsigmask: New file.
21355         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
21356         modifications.
21357         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
21358         new module.
21359
21360         New module 'posix_spawnattr_getsigmask'.
21361         * modules/posix_spawnattr_getsigmask: New file.
21362         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
21363         modifications.
21364         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
21365         new module.
21366
21367         New module 'posix_spawnattr_setsigdefault'.
21368         * modules/posix_spawnattr_setsigdefault: New file.
21369         * lib/spawnattr_setdefault.c: New file, from GNU libc with
21370         modifications.
21371         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
21372         new module.
21373
21374         New module 'posix_spawnattr_getsigdefault'.
21375         * modules/posix_spawnattr_getsigdefault: New file.
21376         * lib/spawnattr_getdefault.c: New file, from GNU libc with
21377         modifications.
21378         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
21379         new module.
21380
21381         New module 'posix_spawnattr_setschedpolicy'.
21382         * modules/posix_spawnattr_setschedpolicy: New file.
21383         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
21384         modifications.
21385         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
21386         new module.
21387
21388         New module 'posix_spawnattr_getschedpolicy'.
21389         * modules/posix_spawnattr_getschedpolicy: New file.
21390         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
21391         modifications.
21392         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
21393         new module.
21394
21395         New module 'posix_spawnattr_setschedparam'.
21396         * modules/posix_spawnattr_setschedparam: New file.
21397         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
21398         modifications.
21399         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
21400         new module.
21401
21402         New module 'posix_spawnattr_getschedparam'.
21403         * modules/posix_spawnattr_getschedparam: New file.
21404         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
21405         modifications.
21406         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
21407         new module.
21408
21409         New module 'posix_spawnattr_setpgroup'.
21410         * modules/posix_spawnattr_setpgroup: New file.
21411         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
21412         modifications.
21413         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
21414         module.
21415
21416         New module 'posix_spawnattr_getpgroup'.
21417         * modules/posix_spawnattr_getpgroup: New file.
21418         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
21419         modifications.
21420         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
21421         module.
21422
21423         New module 'posix_spawnattr_setflags'.
21424         * modules/posix_spawnattr_setflags: New file.
21425         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
21426         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
21427         module.
21428
21429         New module 'posix_spawnattr_getflags'.
21430         * modules/posix_spawnattr_getflags: New file.
21431         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
21432         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
21433         module.
21434
21435         New module 'posix_spawnattr_init'.
21436         * modules/posix_spawnattr_init: New file.
21437         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
21438         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
21439         module.
21440
21441         New module 'posix_spawn_file_actions_destroy'.
21442         * modules/posix_spawn_file_actions_destroy: New file.
21443         * lib/spawn_faction_destroy.c: New file, from GNU libc with
21444         modifications.
21445         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
21446         the new module.
21447
21448         New module 'posix_spawn_file_actions_addopen'.
21449         * modules/posix_spawn_file_actions_addopen: New file.
21450         * lib/spawn_faction_addopen.c: New file, from GNU libc with
21451         modifications.
21452         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
21453         the new module.
21454
21455         New module 'posix_spawn_file_actions_adddup2'.
21456         * modules/posix_spawn_file_actions_adddup2: New file.
21457         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
21458         modifications.
21459         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
21460         the new module.
21461
21462         New module 'posix_spawn_file_actions_addclose'.
21463         * modules/posix_spawn_file_actions_addclose: New file.
21464         * lib/spawn_faction_addclose.c: New file, from GNU libc with
21465         modifications.
21466         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
21467         the new module.
21468
21469         New module 'posix_spawn_file_actions_init'.
21470         * modules/posix_spawn_file_actions_init: New file.
21471         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
21472         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
21473         new module.
21474
21475         New module 'posix_spawn-internal'.
21476         * modules/posix_spawn-internal: New file.
21477         * lib/spawn_int.h: New file, from GNU libc with modifications.
21478         * lib/spawni.c: New file, from GNU libc with modifications.
21479         * m4/posix_spawn.m4: New file.
21480
21481         New module 'spawn'.
21482         * modules/spawn: New file.
21483         * lib/spawn.in.h: New file, from GNU libc with modifications.
21484         * m4/spawn_h.m4: New file.
21485         * doc/posix-headers/spawn.texi: Mention the new module.
21486
21487 2008-09-28  Bruno Haible  <bruno@clisp.org>
21488
21489         * modules/sched-tests: New file.
21490         * tests/test-sched.c: New file.
21491
21492         New module 'sched'.
21493         * modules/sched: New file.
21494         * lib/sched.in.h: New file.
21495         * m4/sched_h.m4: New file.
21496         * doc/posix-headers/sched.texi: Mention the new module.
21497
21498 2008-09-27  Eric Blake  <ebb9@byu.net>
21499
21500         Fix previous patch, and tweak references to $0.
21501         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
21502         (func_version, func_gnulib_dir): Don't call this program
21503         gnulib-tool.
21504         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
21505         with using $0 in function.
21506         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
21507         (func_fatal_error): Reuse the name the user invoked us with.
21508
21509 2008-09-27  Bruno Haible  <bruno@clisp.org>
21510
21511         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
21512         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
21513         (gl_ICONV_H): Not here.
21514         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
21515         instead of assigning ICONV_H directly.
21516
21517         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
21518         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
21519         WCHAR_H directly.
21520
21521 2008-09-27  Bruno Haible  <bruno@clisp.org>
21522
21523         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
21524         * modules/arpa_inet (Depends-on): Add link-warning.
21525         (Makefile.am): Insert the definition of GL_LINK-WARNING.
21526         * modules/unistd (Makefile.am): Likewise.
21527
21528 2008-09-26  Bruno Haible  <bruno@clisp.org>
21529
21530         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
21531         variables.
21532         (func_version): Essentially copied from gnulib-tool.
21533         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
21534         func_readlink): Copied from gnulib-tool.
21535
21536 2008-09-26  Bruno Haible  <bruno@clisp.org>
21537
21538         * gnulib-tool (func_version): Change directory to $gnulib_dir before
21539         invoking git-version-gen.
21540
21541 2008-09-26  Bruno Haible  <bruno@clisp.org>
21542
21543         * posix-modules: Update to directory names changed on 2008-01-19.
21544         Remove commas in output before splitting into words. No more need to
21545         avoid 'ftruncate' since 2007-02-19.
21546
21547 2008-09-26  Bruno Haible  <bruno@clisp.org>
21548
21549         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
21550
21551 2008-09-26  Bruno Haible  <bruno@clisp.org>
21552
21553         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
21554         * modules/fwriteerror (Depends-on): Add errno.
21555
21556 2008-09-26  Bruno Haible  <bruno@clisp.org>
21557
21558         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
21559         * tests/test-vc-list-files-cvs.sh: Likewise.
21560
21561 2008-09-26  Bruno Haible  <bruno@clisp.org>
21562
21563         * doc/posix-headers/sys_resource.texi: Reorder items.
21564
21565 2008-09-26  Jim Meyering  <meyering@redhat.com>
21566
21567         fts: tweak inode comparison function
21568         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
21569         inode numbers, as documented.
21570
21571         fts: sort dirent entries on inode number before traversing
21572         This avoids a quadratic, seek-related performance penalty when
21573         operating on a directory containing many entries (measurable at 10k;
21574         3.5 hours at 2 million entries with a cold cache) on certain types
21575         of file systems, including ext3 and ext4, but not tmpfs.
21576         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
21577         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
21578         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
21579         (fs_handles_readdir_ordered_dirents_efficiently): New function.
21580         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
21581         (fts_build): Set the stat.st_ino member from D_INO.
21582         If it is likely to be useful, sort dirent entries on inode number.
21583
21584         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
21585         and the struct statfs.f_type member.
21586         * modules/fts (Depends-on): Add d-ino.
21587
21588 2008-09-26  Bruno Haible  <bruno@clisp.org>
21589
21590         * modules/sigpipe-die (Depends-on): Add sigpipe.
21591
21592         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
21593         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
21594         and GNULIB_STDIO_H_SIGPIPE are set.
21595         * lib/stdio-write.c: New file.
21596         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
21597         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21598         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21599         REPLACE_STDIO_WRITE_FUNCS.
21600         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
21601         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21602         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21603         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21604         * modules/stdio (Files): Add lib/stdio-write.c.
21605         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
21606         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21607         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21608         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21609         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
21610         REPLACE_FPRINTF_POSIX.
21611         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
21612         REPLACE_PRINTF_POSIX.
21613         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
21614         REPLACE_VFPRINTF_POSIX.
21615         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
21616         REPLACE_VPRINTF_POSIX.
21617         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
21618         SIGPIPE issue.
21619         * doc/posix-functions/fputc.texi: Likewise.
21620         * doc/posix-functions/fputs.texi: Likewise.
21621         * doc/posix-functions/fwrite.texi: Likewise.
21622         * doc/posix-functions/printf.texi: Likewise.
21623         * doc/posix-functions/putc.texi: Likewise.
21624         * doc/posix-functions/putchar.texi: Likewise.
21625         * doc/posix-functions/puts.texi: Likewise.
21626         * doc/posix-functions/vfprintf.texi: Likewise.
21627         * doc/posix-functions/vprintf.texi: Likewise.
21628
21629         * modules/safe-write (Depends-on): Add write.
21630
21631         * modules/sigpipe-tests: New file.
21632         * tests/test-sigpipe.c: New file.
21633         * tests/test-sigpipe.sh: New file.
21634
21635         * modules/write: New file.
21636         * lib/unistd.in.h: Include <sys/types.h>.
21637         (write): New declaration.
21638         * lib/write.c: New file.
21639         * m4/write.m4: New file.
21640         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21641         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
21642         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
21643         GNULIB_WRITE, REPLACE_WRITE.
21644         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
21645         and the SIGPIPE issue.
21646
21647         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
21648         (raise): New declaration.
21649         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
21650         (ext_signal): New function.
21651         (rpl_raise): New function.
21652         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
21653         GNULIB_SIGNAL_H_SIGPIPE.
21654         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
21655         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
21656
21657         * modules/sigpipe: New file.
21658         * m4/sigpipe.m4: New file.
21659
21660 2008-09-25  Derek Price  <derek@ximbiot.com>
21661             Bruno Haible  <bruno@clisp.org>
21662
21663         * gnulib-tool (func_import): Report all license incompatibilities, not
21664         just the first one.
21665
21666 2008-09-25  Bruno Haible  <bruno@clisp.org>
21667
21668         * gnulib-tool (func_import): When computing the edits, consider not
21669         only the Makefile.ams that exist but also those that will be generated.
21670
21671 2008-09-25  Simon Josefsson  <simon@josefsson.org>
21672
21673         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
21674         fixes gnulib-tool --test warning about duplicate dependency.
21675
21676 2008-09-25  Bruno Haible  <bruno@clisp.org>
21677
21678         * gnulib-tool: Don't ask the user to perform edits in the generated
21679         Makefile.ams.
21680         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
21681         apply to the Makefile.am being generated.
21682         (func_emit_tests_Makefile_am): Execute edits that apply to the
21683         Makefile.am being generated.
21684         (func_import): Setup list of Makefile.am edits before emitting the
21685         Makefile.ams, not at the end.
21686         (func_create_testdir): Update.
21687         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21688
21689 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21690
21691         * gnulib-tool (func_import): Store the --tests-base option in the
21692         comment in gnulib-cache.m4.
21693
21694 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
21695
21696         * NEWS: Document increased portability that sys_select now provides.
21697
21698         * lib/sys_select.in.h: Install select wrapper.
21699         * lib/sys_socket.in.h: Use more descriptive name when there is no
21700         select wrapper.
21701         * lib/winsock-select.c: New.
21702         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
21703         Require gl_HEADER_SYS_SOCKET.
21704         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
21705         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
21706         * tests/test-sys_select.c: Add functional tests.
21707
21708 2008-09-24  Eric Blake  <ebb9@byu.net>
21709
21710         open, fopen: close fd leak in last patch
21711         * lib/open.c (rpl_open): Close fd before returning error.
21712         * lib/fopen.c (rpl_fopen): Close fd before returning error.
21713         * doc/posix-functions/open.texi (open): Document that Irix also
21714         has the bug.
21715         * doc/posix-functions/fopen.texi (fopen): Likewise.
21716         Reported by Paolo Bonzini.
21717
21718 2008-09-24  Bruno Haible  <bruno@clisp.org>
21719
21720         Ensure that a filename ending in a slash cannot be used to access a
21721         non-directory.
21722         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
21723         to check whether it's really a directory.
21724         * lib/fopen.c: Include fcntl.h, unistd.h.
21725         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
21726         and fdopen().
21727         * modules/fopen (Depends-on): Add unistd.
21728         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
21729         * tests/test-fopen.c (main): Likewise.
21730         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
21731         * doc/posix-functions/fopen.texi: Likewise.
21732         Reported by Eric Blake.
21733
21734 2008-09-23  Eric Blake  <ebb9@byu.net>
21735
21736         c-stack: avoid compiler optimizations when provoking overflow
21737         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
21738         recursion harder to optimize, to ensure a stack overflow occurs.
21739         * tests/test-c-stack.c (recurse): Likewise.
21740         Borrowed from libsigsegv.
21741
21742         c-stack: work around Irix sigaltstack bug
21743         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
21744         whether sigaltstack uses wrong end of stack_t (copied in part from
21745         libsigsegv).
21746         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
21747         Irix bug, without requiring an over-allocation.
21748         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
21749         bug.
21750
21751         fopen: document mingw bug on directories
21752         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
21753         not allowing a stream visiting a directory, even though reading
21754         from such a stream is not portable.
21755
21756 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
21757
21758         * lib/poll.c: Rewrite.
21759         * modules/poll: Depend on alloca.
21760
21761 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
21762
21763         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
21764         instead define prototypes for a full set of wrappers.  Ensure
21765         that Cygwin does not use the compatibility code, which is only
21766         for MinGW.
21767         * lib/winsock.c: New.
21768         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
21769         * modules/sys_socket: Add lib/winsock.c.
21770
21771         * modules/poll-tests: Add errno and perror.
21772         * tests/test-poll.c: Use ioctl, not ioctlsocket.
21773
21774 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
21775
21776         * tests/test-poll.c: Downgrade minimum needed Winsock version.
21777
21778 2008-09-23  Bruno Haible  <bruno@clisp.org>
21779
21780         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
21781         * doc/glibc-functions/*: Likewise.
21782
21783 2008-09-23  Simon Josefsson  <simon@josefsson.org>
21784
21785         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
21786         success.
21787
21788 2008-09-22  Eric Blake  <ebb9@byu.net>
21789             Bruno Haible  <bruno@clisp.org>
21790
21791         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
21792         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
21793         supply %A but mishandle pseudo-NaN.
21794         Reported by Simon Josefsson.
21795
21796 2008-09-21  Bruno Haible  <bruno@clisp.org>
21797
21798         * tests/test-lock.c (main): Tweak skip message.
21799         * tests/test-tls.c (main): Likewise.
21800
21801 2008-09-21  Bruno Haible  <bruno@clisp.org>
21802
21803         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
21804         whether 'struct sigaction' has sa_sigaction here...
21805         (gl_PREREQ_SIG_HANDLER_H): ... not here.
21806         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
21807
21808 2008-09-21  Bruno Haible  <bruno@clisp.org>
21809
21810         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
21811         section.
21812         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
21813         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
21814         the new section.
21815         (Support for obsolete systems lacking POSIX:2001): New section.
21816         (String handling <string.h>): Move strdup to the new section.
21817         Suggested by Simon Josefsson and Paolo Bonzini.
21818
21819 2008-09-21  Bruno Haible  <bruno@clisp.org>
21820
21821         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
21822         exponents in %e and %g results on 'long double'. Needed for mingw's
21823         improved *printf functions.
21824         * tests/test-vasprintf-posix.c (test_function): Likewise.
21825         * tests/test-snprintf-posix.h (test_function): Likewise.
21826         * tests/test-sprintf-posix.h (test_function): Likewise.
21827         Reported by Eric Blake.
21828
21829 2008-09-21  Bruno Haible  <bruno@clisp.org>
21830
21831         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
21832         * tests/test-sprintf-posix.h (test_function): Likewise.
21833
21834 2008-09-21  Bruno Haible  <bruno@clisp.org>
21835
21836         * modules/getpass (Depends-on): Add strdup-posix.
21837
21838         New module 'strdup-posix'.
21839         * modules/strdup-posix: New file.
21840         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
21841         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
21842         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
21843         REPLACE_STRDUP.
21844         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
21845         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
21846         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21847         strdup-posix.
21848
21849         * modules/strdup (Depends-on): Remove malloc-posix.
21850
21851 2008-09-20  Bruno Haible  <bruno@clisp.org>
21852
21853         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
21854         Wildenhues.
21855
21856 2008-09-20  Bruno Haible  <bruno@clisp.org>
21857
21858         Ensure that wint_t gets defined on IRIX 5.3.
21859         * lib/wchar.in.h (wint_t): Define if not defined by the system.
21860         * lib/wctype.in.h (wint_t): Likewise.
21861         (__wctype_wint_t): Remove type.
21862         (isw*): Use wint_t instead of __wctype_wint_t.
21863         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
21864         * modules/wchar (Files): Add m4/wint_t.m4.
21865         (Makefile.am): Substitute HAVE_WINT_T.
21866         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
21867         * tests/test-wctype.c: Check that wint_t is defined.
21868         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
21869         * doc/posix-headers/wctype.texi: Likewise.
21870         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
21871
21872 2008-09-18  Bruno Haible  <bruno@clisp.org>
21873
21874         * gnulib-tool (func_exit): Update comment.
21875
21876 2008-09-18  Simon Josefsson  <simon@josefsson.org>
21877
21878         * modules/getaddrinfo (Depends-on): Remove strdup, this module
21879         assumes strdup exists and does not depend on strdup to return
21880         ENOMEM on out of memory conditions.
21881
21882 2008-09-18  Bruno Haible  <bruno@clisp.org>
21883
21884         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
21885         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
21886         digits for the exponent.
21887
21888 2008-09-18  Jim Meyering  <meyering@redhat.com>
21889             Bruno Haible  <bruno@clisp.org>
21890
21891         * lib/vasnprintf.c (decimal_point_char): Define also if
21892         NEED_PRINTF_INFINITE_LONG_DOUBLE.
21893
21894 2008-09-16  Bruno Haible  <bruno@clisp.org>
21895         and Eric Blake  <ebb9@byu.net>
21896
21897         vasnprintf: support Irix 5.3
21898         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
21899         that mishandle long double infinity.
21900         Reported by Tom G. Christensen.
21901
21902 2008-09-16  Bruno Haible  <bruno@clisp.org>
21903
21904         * doc/glibc-functions/scandir.texi: Mention the function is missing on
21905         Solaris 9.
21906         * doc/glibc-functions/alphasort.texi: Likewise.
21907         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
21908
21909 2008-09-16  Jim Meyering  <meyering@redhat.com>
21910
21911         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
21912         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
21913         a umask modification leak out of a subshell.  Otherwise, the
21914         opensolaris /bin/sh would be accepted and thus cause unwarranted
21915         failures in the coreutils test suite.
21916
21917 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
21918
21919         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
21920         to succeed.
21921
21922 2008-09-16  Jim Meyering  <meyering@redhat.com>
21923
21924         avoid spurious test failure when library is built without ACL support
21925         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
21926         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
21927         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
21928         * tests/test-copy-acl.sh: Likewise.
21929
21930 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21931
21932         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
21933         based on character occurrence counts.
21934
21935 2008-09-15  Eric Blake  <ebb9@byu.net>
21936
21937         tests: avoid some compiler warnings
21938         * tests/test-memchr.c (main): Pass NULL indirectly.
21939         * tests/test-closein.c (main): Avoid unused variable.
21940
21941 2008-09-15  Bruno Haible  <bruno@clisp.org>
21942
21943         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
21944         are missing on OpenBSD 4.0 individually.
21945         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21946
21947 2008-09-15  Bruno Haible  <bruno@clisp.org>
21948
21949         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
21950         * doc/posix-functions/strerror.texi: Mention also Cygwin.
21951         * doc/posix-functions/perror.texi: Likewise.
21952         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
21953         is missing.
21954         Reported by Eric Blake.
21955
21956         * lib/errno.in.h: Use replacement values >= 2000.
21957         Reported by Eric Blake.
21958
21959 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21960
21961         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
21962         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
21963         limit.
21964         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
21965         compareseq was aborted.
21966
21967 2008-09-14  Bruno Haible  <bruno@clisp.org>
21968
21969         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
21970         yvec_edit_count.
21971         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
21972         (fstrcmp_bounded): Simplify result computation accordingly.
21973
21974 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21975
21976         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
21977         (fstrcmp): Define in terms of fstrcmp_bounded.
21978         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
21979         lower_bound argument.
21980         Return quickly if the result is certainly < lower_bound.
21981         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
21982
21983 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21984
21985         * lib/diffseq.h (EARLY_ABORT): New macro.
21986         (compareseq): Change return type to bool. Return true when EARLY_ABORT
21987         evaluates to true.
21988
21989 2008-09-14  Bruno Haible  <bruno@clisp.org>
21990
21991         * modules/perror-tests: New file.
21992         * tests/test-perror.sh: New file.
21993         * tests/test-perror.c: New file.
21994
21995         New module 'perror'.
21996         * lib/stdio.in.h (perror): New declaration.
21997         * lib/perror.c: New file.
21998         * m4/perror.m4: New file.
21999         * modules/perror: New file.
22000         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
22001         * doc/posix-functions/perror.texi: Mention the perror module.
22002         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
22003         REPLACE_PERROR.
22004         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
22005         REPLACE_PERROR.
22006
22007 2008-09-14  Bruno Haible  <bruno@clisp.org>
22008
22009         * modules/stdio (Makefile.am): Reorder to match the order in
22010         lib/stdio.in.h.
22011         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22012
22013 2008-09-13  Bruno Haible  <bruno@clisp.org>
22014
22015         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
22016
22017 2008-09-13  Bruno Haible  <bruno@clisp.org>
22018
22019         Extend strerror to cover the added errno values.
22020         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
22021         (rpl_strerror): Provide error messages for the added errno values and
22022         for the WSA* values.
22023         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
22024         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
22025         strerror.
22026         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
22027         * modules/strerror (Depends-on): Add errno.
22028         * doc/posix-functions/strerror.texi: Document the change.
22029         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
22030         and EOVERFLOW.
22031
22032 2008-09-13  Bruno Haible  <bruno@clisp.org>
22033
22034         * modules/EOVERFLOW: Remove file.
22035         * m4/eoverflow.m4: Remove file.
22036         * modules/EOVERFLOW-tests: Remove file.
22037         * tests/test-EOVERFLOW.c: Remove file.
22038         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
22039         * modules/ftell (Depends-on): Likewise.
22040         * modules/getdelim (Depends-on): Likewise.
22041         * modules/getugroups (Depends-on): Likewise.
22042         * modules/poll (Depends-on): Likewise.
22043         * modules/snprintf (Depends-on): Likewise.
22044         * modules/sprintf-posix (Depends-on): Likewise.
22045         * modules/vasnprintf (Depends-on): Likewise.
22046         * modules/vasprintf (Depends-on): Likewise.
22047         * modules/vfprintf-posix (Depends-on): Likewise.
22048         * modules/vsnprintf (Depends-on): Likewise.
22049         * modules/vsprintf-posix (Depends-on): Likewise.
22050         * modules/xvasprintf (Depends-on): Likewise.
22051         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22052         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
22053         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
22054         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
22055         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22056         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
22057         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
22058         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
22059         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22060         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
22061         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
22062         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
22063         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22064         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
22065         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
22066         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
22067         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22068         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
22069         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
22070         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
22071         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22072         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
22073         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
22074         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
22075         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
22076         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22077         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
22078         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
22079         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
22080         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
22081         * MODULES.html.sh: Remove EOVERFLOW.
22082         * NEWS: Mention the change.
22083
22084 2008-09-13  Bruno Haible  <bruno@clisp.org>
22085
22086         * modules/errno-tests: New file.
22087         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
22088
22089         * lib/errno.in.h: New file.
22090         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
22091         * modules/errno: New file.
22092         * doc/posix-headers/errno.texi: Update documentation.
22093         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
22094
22095 2008-09-13  Bruno Haible  <bruno@clisp.org>
22096
22097         * tests/test-poll.c: Use #if for native Windows, rather than testing
22098         __MSVCRT__.
22099
22100 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22101             Bruno Haible  <bruno@clisp.org>
22102
22103         * lib/glob.c: Don't include <pwd.h> on native Windows.
22104         (WINDOWS32): New macro.
22105         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
22106
22107 2008-09-13  Bruno Haible  <bruno@clisp.org>
22108
22109         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
22110         (ETIMEDOUT): Remove macro.
22111         (glthread_cond_timedwait_multithreaded): New declaration.
22112         (glthread_cond_timedwait): Use it.
22113         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
22114         (glthread_cond_timedwait_multithreaded): New function.
22115
22116 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22117
22118         * modules/poll-tests: Do not check for io.h.
22119         * tests/test-poll.c: Check for __MSVCRT__ instead.
22120
22121 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22122
22123         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
22124         * modules/poll-tests: Add inet_pton, stdbool, sockets.
22125         * tests/test-poll.c: Use them.  Use _pipe on Windows.
22126
22127 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22128
22129         * modules/poll-tests: New.
22130         * tests/test-poll.c: New.
22131
22132 2008-09-12  Eric Blake  <ebb9@byu.net>
22133
22134         frexp: test for NetBSD failure on -0.0
22135         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
22136         not all, bugs from NetBSD 3.0 have been fixed.
22137         * doc/posix-functions/frexp.texi (frexp): Document bug.
22138         Reported by Thomas Klausner.
22139
22140         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
22141         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
22142         literal -0.0.
22143         Reported by Jonathan C. Patschke <jp@centtech.com>.
22144
22145 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22146
22147         * lib/glthread/cond.h: Use dummy implementation also if
22148         USE_WIN32_THREADS.
22149
22150 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22151
22152         * modules/fnmatch-posix (License): Change to LGPLv2+.
22153         * modules/fnmatch-gnu (License): Likewise.
22154
22155 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22156
22157         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22158
22159 2008-09-11  Jim Meyering  <meyering@redhat.com>
22160
22161         * users.txt: Add gtk-vnc.
22162
22163 2008-09-08  Simon Josefsson  <simon@josefsson.org>
22164
22165         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
22166         rotate amounts.
22167
22168         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
22169         required for 16-bit and 8-bit rotates.
22170         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
22171         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
22172         UINT8_MAX instead of hard-coded constants.
22173         Suggested by Paul Eggert.
22174
22175 2008-09-07  Bruno Haible  <bruno@clisp.org>
22176
22177         * tests/test-striconveh.c (main): Check behaviour when converting from
22178         UTF-7.
22179
22180         Make striconveh work better with stateful encodings.
22181         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
22182         that iconv does not increment the inptr when returning -1/EINVAL.
22183
22184 2008-09-07  Bruno Haible  <bruno@clisp.org>
22185
22186         * build-aux/config.rpath: Update according to libtool-2.2.6.
22187         * build-aux/config.libpath: Likewise.
22188
22189 2008-09-06  Bruno Haible  <bruno@clisp.org>
22190
22191         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
22192         * lib/freadptr.c (freadptr): Likewise.
22193         * lib/freadseek.c (freadptrinc): Likewise.
22194         Reported by Simon Josefsson.
22195
22196 2008-09-06  Bruno Haible  <bruno@clisp.org>
22197
22198         * modules/freadptr (License): Change to LGPLv2+.
22199         * modules/freadseek (License): Likewise.
22200         Suggested by Eric Blake.
22201
22202         * modules/memchr2 (License): Change to LGPLv2+.
22203         Approved by Eric Blake.
22204
22205 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22206             Bruno Haible  <bruno@clisp.org>
22207
22208         Make gnulib-tool work with native 'sed' on AIX.
22209         * gnulib-tool (sed_noop): New variable.
22210         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
22211         func_add_or_update, func_create_testdir): Use it to initialize sed
22212         script variables.
22213         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22214
22215 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
22216             Bruno Haible  <bruno@clisp.org>
22217
22218         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
22219         also works after #include directives.
22220
22221 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
22222
22223         getdate.y: reject an out-of-range timezone value
22224         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
22225         the range [-24...+24].  When specified with only one or two digits,
22226         * tests/test-getdate.c: Tests for the fix.
22227         * doc/getdate.texi: Document this change.
22228
22229 2008-09-03  Bruno Haible  <bruno@clisp.org>
22230
22231         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
22232
22233 2008-09-02  Simon Josefsson  <simon@josefsson.org>
22234
22235         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
22236         <bruce.korb@gmail.com> with ideas from Ben Pfaff
22237         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
22238         Blake <ebb9@byu.net>.
22239
22240         * tests/test-bitrotate.c: Add more test vectors.
22241
22242 2008-09-02  Eric Blake  <ebb9@byu.net>
22243
22244         vasnprintf-posix: handle large precision via %.*d
22245         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
22246         when handling it ourselves.
22247         * tests/test-vasnprintf-posix.c (test_function): Add test.
22248         * tests/test-snprintf-posix.h (test_function): Likewise.
22249         * tests/test-sprintf-posix.h (test_function): Likewise.
22250         * tests/test-vasprintf-posix.c (test_function): Likewise.
22251         Reported by Alain Guibert.
22252
22253 2008-09-01  Eric Blake  <ebb9@byu.net>
22254
22255         c-stack: make configure-time check more robust
22256         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
22257         successful sigaction call.
22258         Reported by Tom G. Christensen.
22259
22260 2008-09-01  Bruno Haible  <bruno@clisp.org>
22261
22262         New module 'findprog-lgpl'.
22263         * modules/findprog-lgpl: New file.
22264         * lib/findprog-lgpl.c: New file.
22265         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
22266         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
22267         to decide whether to use strdup or xstrdup, concatenated_filename or
22268         xconcatenated_filename.
22269
22270 2008-09-01  Bruno Haible  <bruno@clisp.org>
22271
22272         Split module 'concat-filename' into 'concat-filename' (LGPL) and
22273         'xconcat-filename' (GPL).
22274         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
22275         (License): Change to LGPLv2+.
22276         * modules/xconcat-filename: New file.
22277         * lib/concat-filename.h (concatenated_filename): Change specification.
22278         (xconcatenated_filename): New declaration.
22279         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
22280         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
22281         memory situations.
22282         * lib/xconcat-filename.c: New file.
22283         * NEWS: Mention the change.
22284         * lib/findprog.c: Include concat-filename.h, not filename.h.
22285         (find_in_path): Use xconcatenated_filename instead of
22286         concatenated_filename.
22287         * lib/javacomp.c: Include concat-filename.h, not filename.h.
22288         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22289         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22290         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22291         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
22292         instead of concatenated_filename.
22293         * lib/javaexec.c: Include concat-filename.h, not filename.h.
22294         (execute_java_class): Use xconcatenated_filename instead of
22295         concatenated_filename.
22296         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
22297         * modules/javacomp (Depends-on): Likewise.
22298         * modules/javaexec (Depends-on): Likewise.
22299
22300 2008-09-01  Bruno Haible  <bruno@clisp.org>
22301
22302         Split module 'filename' into 'filename' and 'concat-filename'.
22303         * modules/filename: Keep only lib/filename.h.
22304         (License): Change to LGPLv2+.
22305         * modules/concat-filename: New file, extracted from modules/filename.
22306         * lib/filename.h (concatenated_filename): Remove declaration.
22307         * lib/concat-filename.h: New file, extracted from lib/filename.h.
22308         * lib/concat-filename.c: Include concat-filename.h.
22309         * NEWS: Mention the change.
22310
22311 2008-09-01  Simon Josefsson  <simon@josefsson.org>
22312
22313         * lib/bitrotate.h (rotl8, rotr8): Add.
22314
22315         * modules/bitrotate (configure.ac): Need
22316         AC_REQUIRE([AC_C_INLINE]).
22317         (Description): Mention stdint.h.  Reported by Bruno Haible
22318         <bruno@clisp.org>.
22319
22320         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
22321         Paolo Bonzini <bonzini@gnu.org>.
22322
22323 2008-08-31  Bruno Haible  <bruno@clisp.org>
22324
22325         Assume Solaris specific bi-arch conventions on Solaris systems.
22326         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
22327         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
22328         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
22329         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
22330         like acl_libdirstem.
22331         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
22332         acl_libdirstem.
22333         * NEWS: Mention the change.
22334         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
22335
22336 2008-08-31  Jim Meyering  <meyering@redhat.com>
22337
22338         * lib/strftime.h: Add comments describing the two added arguments.
22339
22340         remove duplicate #include directives
22341         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
22342         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
22343
22344 2008-08-31  Bruno Haible  <bruno@clisp.org>
22345
22346         New module 'sigpipe-die'.
22347         * modules/sigpipe-die: New file.
22348         * lib/sigpipe-die.h: New file.
22349         * lib/sigpipe-die.c: New file.
22350         * MODULES.html.sh (Signal handling): Add sigpipe-die.
22351
22352 2008-08-31  Bruno Haible  <bruno@clisp.org>
22353
22354         Don't override previously installed signal handlers.
22355         * lib/fatal-signal.c (saved_sigactions): New variable.
22356         (uninstall_handlers): Reset the signal to the saved handler, not
22357         to SIG_DFL (except when ignored).
22358         (install_handlers): Save the previous handlers.
22359
22360 2008-08-30  Bruno Haible  <bruno@clisp.org>
22361
22362         * gnulib-tool (func_reset_sigpipe): New function.
22363         (func_get_automake_snippet, func_modules_transitive_closure,
22364         func_import): Invoke it before a join command that reads from stdin,
22365         to avoid "echo: write error: Broken pipe" error messages on stderr.
22366         Reported by Sam Steingold <sds@gnu.org>.
22367
22368 2008-08-30  Bruno Haible  <bruno@clisp.org>
22369
22370         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
22371         Code copied from m4/open.m4.
22372         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
22373         access and the filename ends in a slash. Code copied from lib/open.c.
22374         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
22375         * tests/test-fopen.c (main): Check against bug with trailing slash.
22376
22377 2008-08-29  Bruno Haible  <bruno@clisp.org>
22378
22379         Avoid some "gcc -pedantic" warnings.
22380         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
22381         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
22382         * lib/dirent.in.h: Likewise.
22383         * lib/fcntl.in.h: Likewise.
22384         * lib/float.in.h: Likewise.
22385         * lib/iconv.in.h: Likewise.
22386         * lib/inttypes.in.h: Likewise.
22387         * lib/locale.in.h: Likewise.
22388         * lib/math.in.h: Likewise.
22389         * lib/netinet_in.in.h: Likewise.
22390         * lib/search.in.h: Likewise.
22391         * lib/signal.in.h: Likewise.
22392         * lib/stdarg.in.h: Likewise.
22393         * lib/stdint.in.h: Likewise.
22394         * lib/stdio.in.h: Likewise.
22395         * lib/stdlib.in.h: Likewise.
22396         * lib/string.in.h: Likewise.
22397         * lib/strings.in.h: Likewise.
22398         * lib/sys_select.in.h: Likewise.
22399         * lib/sys_socket.in.h: Likewise.
22400         * lib/sys_stat.in.h: Likewise.
22401         * lib/sys_time.in.h: Likewise.
22402         * lib/sysexits.in.h: Likewise.
22403         * lib/time.in.h: Likewise.
22404         * lib/unistd.in.h: Likewise.
22405         * lib/wchar.in.h: Likewise.
22406         * lib/wctype.in.h: Likewise.
22407         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
22408         * modules/fchdir (Makefile.am): Likewise.
22409         * modules/fcntl (Makefile.am): Likewise.
22410         * modules/float (Makefile.am): Likewise.
22411         * modules/iconv_open (Makefile.am): Likewise.
22412         * modules/inttypes (Makefile.am): Likewise.
22413         * modules/locale (Makefile.am): Likewise.
22414         * modules/math (Makefile.am): Likewise.
22415         * modules/netinet_in (Makefile.am): Likewise.
22416         * modules/search (Makefile.am): Likewise.
22417         * modules/signal (Makefile.am): Likewise.
22418         * modules/stdarg (Makefile.am): Likewise.
22419         * modules/stdint (Makefile.am): Likewise.
22420         * modules/stdio (Makefile.am): Likewise.
22421         * modules/stdlib (Makefile.am): Likewise.
22422         * modules/string (Makefile.am): Likewise.
22423         * modules/strings (Makefile.am): Likewise.
22424         * modules/sys_select (Makefile.am): Likewise.
22425         * modules/sys_socket (Makefile.am): Likewise.
22426         * modules/sys_stat (Makefile.am): Likewise.
22427         * modules/sys_time (Makefile.am): Likewise.
22428         * modules/sysexits (Makefile.am): Likewise.
22429         * modules/time (Makefile.am): Likewise.
22430         * modules/unistd (Makefile.am): Likewise.
22431         * modules/wchar (Makefile.am): Likewise.
22432         * modules/wctype (Makefile.am): Likewise.
22433         Reported by Reuben Thomas <rrt@sc3d.org>.
22434
22435 2008-08-29  Bruno Haible  <bruno@clisp.org>
22436
22437         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
22438         any more.
22439
22440 2008-08-29  Simon Josefsson  <simon@josefsson.org>
22441
22442         * MODULES.html.sh (Misc): Add bitrotate.
22443
22444         * modules/bitrotate: New file.
22445
22446         * lib/bitrotate.h: New file.
22447
22448         * modules/bitrotate-tests: New file.
22449
22450         * tests/test-bitrotate.c: New file.
22451
22452         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
22453         on the bitrotate module.
22454
22455         * lib/arctwo.c: Use new bitrotate module.
22456
22457 2008-08-29  Jim Meyering  <meyering@redhat.com>
22458
22459         bootstrap: merge changes from coreutils
22460         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
22461         of copied files.  Remove a kludge, now that this is fixed.
22462         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
22463         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
22464         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
22465
22466 2008-08-29  Bruno Haible  <bruno@clisp.org>
22467
22468         * MODULES.html.sh: Remove --cvs-urls option.
22469
22470 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
22471
22472         maint.mk: adjust to file name change
22473         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
22474
22475 2008-08-28  Jim Meyering  <meyering@redhat.com>
22476
22477         * modules/getndelim2 (License): Relicense to LGPLv2+.
22478         Approved by Richard Stallman for the version of 1995, and by
22479         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
22480
22481 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
22482
22483         * lib/getdelim.c (flockfile, funlockfile): Make all of them
22484         dummy if one is not available.  Do not touch them if
22485         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
22486         (getc_maybe_unlocked): New.
22487         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
22488
22489 2008-08-26  Eric Blake  <ebb9@byu.net>
22490
22491         doc/INSTALL: resync from autoconf
22492         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
22493         (INSTALL_PRELUDE): Delete; this is done more efficiently by
22494         moving...
22495         * install.texi [!autoconf]: ...here.  Resync from autoconf.
22496         * INSTALL: Regenerate.
22497         * INSTALL.ISO: New file.
22498         * INSTALL.UTF-8: Likewise.
22499
22500 2008-08-26  Jim Meyering  <meyering@redhat.com>
22501
22502         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
22503         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
22504         these definitions conditional, so that they may be overridden, too.
22505
22506 2008-08-26  Bruno Haible  <bruno@clisp.org>
22507
22508         Generate INSTALL file variants with prettier quotes.
22509         * doc/Makefile (INSTALL_PRELUDE): New macro.
22510         (INSTALL): Use it.
22511         (INSTALL.ISO, INSTALL.UTF-8): New rules.
22512
22513 2008-08-26  Bruno Haible  <bruno@clisp.org>
22514
22515         Run makeinfo in an English locale.
22516         * doc/Makefile (MAKEINFO): New variable.
22517
22518 2008-08-26  Bruno Haible  <bruno@clisp.org>
22519
22520         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
22521         Suggested by Eric Blake.
22522
22523 2008-08-25  Bruno Haible  <bruno@clisp.org>
22524
22525         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
22526
22527 2008-08-25  Eric Blake  <ebb9@byu.net>
22528
22529         c-stack: test that stack overflow can be caught
22530         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
22531         that platform allows handling stack overflow; at least OS/2 EMX
22532         has sigaltstack, but crashes before transferring control to
22533         handler on stack overflow.
22534         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
22535         check for HAVE_STACK_OVERFLOW_HANDLING.
22536         Reported by Elbert Pol.
22537
22538 2008-08-25  Bruno Haible  <bruno@clisp.org>
22539
22540         * doc/posix-functions/strftime.texi: Fix description of strftime
22541         module.
22542
22543 2008-08-24  Bruno Haible  <bruno@clisp.org>
22544
22545         * tests/uniwidth/test-uc_width2.c: New file.
22546         * tests/uniwidth/test-uc_width2.sh: New file.
22547         * modules/uniwidth/width-tests (Files): Add the new files.
22548         (TESTS): Add uniwidth/test-uc_width2.sh.
22549         (TESTS_ENVIRONMENT): New variable.
22550         (check_PROGRAMS): Add test-uc_width2.
22551         (test_uc_width2_SOURCES): New variable.
22552
22553         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
22554         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
22555         not 0x00AB.
22556         Reported by Alexander V. Lukyanov <lav@netis.ru>.
22557
22558 2008-08-22  Eric Blake  <ebb9@byu.net>
22559
22560         test-lock, test-tls: mention why a test is skipped
22561         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
22562         skipped.
22563         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
22564
22565         count-one-bits: relax license
22566         * modules/count-one-bits (License): Relicense to LGPLv2+.
22567         Suggested by Ludovic Courtès, approved by Ben Pfaff.
22568
22569 2008-08-22  Andreas Schwab  <schwab@suse.de>
22570
22571         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
22572         Remove spurious space in assignment.
22573
22574 2008-08-21  Simon Josefsson  <simon@josefsson.org>
22575
22576         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
22577         Paul Eggert <eggert@CS.UCLA.EDU>.
22578
22579 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
22580
22581         * modules/gettext: Add m4/threadlib.m4.
22582
22583 2008-08-19  Eric Blake  <ebb9@byu.net>
22584
22585         test-c-stack: fix compilation failure on FreeBSD 5.0
22586         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
22587         headers before <sys/resource.h>.
22588         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
22589         the bug.
22590         Reported by Nelson H. F. Beebe.
22591
22592         strverscmp: migrate from "strverscmp.h" to <string.h>
22593         * modules/string (Makefile.am): Add new hooks.
22594         * modules/strverscmp (Files): Remove strverscmp.h.
22595         (Depends-on): Add string.
22596         (configure.ac): Add indicator.
22597         (Include): Mention new header.
22598         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
22599         defaults.
22600         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
22601         results.
22602         * lib/strverscmp.h: Delete.
22603         * lib/string.in.h (strverscmp): Provide declaration, when needed.
22604         * tests/test-strverscmp.c (includes): Adjust client.
22605         * lib/check-version.c (includes): Likewise.
22606         * NEWS: Document the change.
22607
22608         strverscmp: add unit test
22609         * modules/strverscmp-tests: New file.
22610         * tests/test-strverscmp.c: Likewise.
22611
22612 2008-08-19  Simon Josefsson  <simon@josefsson.org>
22613
22614         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
22615         regarding Windows crypto stuff, from Mono.
22616
22617 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
22618
22619         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
22620         if present, for intel RND.  Return error on failures.
22621
22622 2008-08-18  Ben Pfaff  <blp@gnu.org>
22623
22624         gitlog-to-changelog: give better diagnostic for failed pipe-open
22625         * build-aux/gitlog-to-changelog: Improve error message: suggest
22626         that the version of Git may be too old.
22627
22628 2008-08-18  Simon Josefsson  <simon@josefsson.org>
22629
22630         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
22631         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
22632
22633 2008-08-18  Bruno Haible  <bruno@clisp.org>
22634
22635         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
22636         pthread_in_use().
22637
22638 2008-08-18  Bruno Haible  <bruno@clisp.org>
22639
22640         * lib/glthread/threadlib.c: Include <pthread.h>.
22641
22642 2008-08-18  Bruno Haible  <bruno@clisp.org>
22643
22644         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
22645         glthread_recursive_lock_* macros.
22646         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
22647         Fix syntax error.
22648
22649 2008-08-18  Bruno Haible  <bruno@clisp.org>
22650
22651         * lib/glthread/thread.c: Avoid forcing a context switch right after
22652         thread creation.
22653
22654 2008-08-17  Bruno Haible  <bruno@clisp.org>
22655
22656         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
22657         * lib/glthread/thread.h: Provide Win32 specific implementation.
22658         * modules/thread (Files): Add lib/glthread/thread.c.
22659         (Depends-on): Add lock.
22660         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
22661
22662 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22663
22664         New module 'yield'.
22665         * modules/yield: New file.
22666         * lib/glthread/yield.h: New file.
22667         * m4/yield.m4: New file.
22668         * MODULES.html.sh (Multithreading): Add yield.
22669
22670 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22671
22672         New module 'thread'.
22673         * modules/thread: New file.
22674         * lib/glthread/thread.h: New file.
22675         * m4/thread.m4: New file.
22676         * MODULES.html.sh (Multithreading): Add thread.
22677
22678 2008-08-17  Bruno Haible  <bruno@clisp.org>
22679
22680         * lib/glthread/lock.h: Include <stdlib.h> always.
22681         * lib/glthread/tls.h: Likewise.
22682         * lib/glthread/cond.h: Likewise.
22683
22684 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22685
22686         New module 'cond'.
22687         * modules/cond: New file.
22688         * lib/glthread/cond.h: New file.
22689         * lib/glthread/cond.c: New file.
22690         * m4/cond.m4: New file.
22691         * MODULES.html.sh (Multithreading): Add cond.
22692
22693 2008-08-16  Eric Blake  <ebb9@byu.net>
22694
22695         c-stack: fix regression on Irix 5.3 from 2008-06-21
22696         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
22697         sa_sigaction...
22698         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
22699         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
22700         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
22701         * modules/signal (Makefile.am): Use the value.
22702         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
22703         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
22704         * doc/posix-headers/signal.texi (signal.h): Document this
22705         portability issue.
22706         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
22707         Reported by Tom G. Christensen.
22708
22709 2008-08-17  Bruno Haible  <bruno@clisp.org>
22710
22711         New module 'threadlib'.
22712         * modules/threadlib: New file.
22713         * lib/glthread/threadlib.c: New file, extracted from
22714         lib/glthread/lock.c.
22715         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
22716         functions.
22717         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
22718         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
22719         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
22720         macros.
22721         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
22722         (gl_DISABLE_THREADS): Remove macro.
22723         * modules/lock (Files): Remove build-aux/config.rpath.
22724         (Depends-on): Remove havelib. Add threadlib.
22725         (configure.ac-early): Remove section.
22726         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
22727         * modules/tls (Depends-on): Remove lock. Add threadlib.
22728         (Link): New section, copied from threadlib.
22729         * MODULES.html.sh (Multithreading): Add threadlib.
22730
22731 2008-08-14  Bruno Haible  <bruno@clisp.org>
22732
22733         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
22734         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
22735         glthread_rwlock_unlock, glthread_rwlock_destroy,
22736         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
22737         glthread_recursive_lock_destroy): Define as macros always.
22738         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
22739         glthread_lock_lock.
22740         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
22741         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
22742         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
22743         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
22744         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
22745         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
22746         (glthread_recursive_lock_lock_func): Renamed from
22747         glthread_recursive_lock_lock.
22748         (glthread_recursive_lock_unlock_func): Renamed from
22749         glthread_recursive_lock_unlock.
22750         (glthread_recursive_lock_destroy_func): Renamed from
22751         glthread_recursive_lock_destroy.
22752
22753 2008-08-14  Bruno Haible  <bruno@clisp.org>
22754
22755         * lib/glthread/lock.h: Renamed from lib/lock.h.
22756         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
22757         * lib/glthread/tls.h: Renamed from lib/tls.h.
22758         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
22759         * lib/fstrcmp.c: Update includes.
22760         * lib/strsignal.c: Update includes.
22761         * modules/lock (Files, Makefile.am): Update.
22762         (Include): Change to "glthread/lock.h".
22763         * modules/tls (Files, Makefile.am): Update.
22764         (Include): Change to "glthread/tls.h".
22765         * tests/test-lock.c: Update includes.
22766         * tests/test-tls.c: Update includes.
22767         * NEWS: Mention the renamed header files.
22768
22769 2008-08-11  Jim Meyering  <meyering@redhat.com>
22770
22771         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
22772
22773 2008-08-11  Eric Blake  <ebb9@byu.net>
22774
22775         test-c-stack: avoid C99-ism
22776         * tests/test-c-stack.c (main): Fix whitespace, move declaration
22777         before statement.
22778         Reported by Alain Guibert.
22779
22780 2008-08-10  Jim Meyering  <meyering@redhat.com>
22781
22782         ensure that return value of uinttostr et al are not ignored
22783         * lib/inttostr.h (__GNUC_PREREQ): Define.
22784         (__attribute_warn_unused_result__): Define.
22785         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
22786
22787 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
22788
22789         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
22790         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
22791
22792 2008-08-07  Jim Meyering  <meyering@redhat.com>
22793
22794         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
22795
22796         * modules/mkstemp (License): Relicense under LGPLv2+.
22797         * modules/tempname (License): Likewise.
22798
22799 2008-08-06  Bruno Haible  <bruno@clisp.org>
22800
22801         * lib/poll.c (poll): Further micro-optimization.
22802
22803 2008-08-06  Jim Meyering  <meyering@redhat.com>
22804
22805         inet_pton.c: use locale-independent tolower
22806         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
22807         (inet_pton6): Use c_tolower rather than tolower.
22808         * modules/inet_pton (Depends-on): Add c-ctype.
22809
22810 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
22811
22812         * lib/poll.c (poll): Avoid division when timeout is 0, cache
22813         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
22814
22815 2008-08-06  Jim Meyering  <meyering@redhat.com>
22816
22817         * modules/inet_pton (License): Relicense under LGPLv2+.
22818
22819 2008-08-03  Bruno Haible  <bruno@clisp.org>
22820
22821         Additional non-aborting API for lock and tls.
22822         * lib/lock.h: Include <errno.h>.
22823         (glthread_lock_init): New macro/function.
22824         (gl_lock_init): Define as wrapper around glthread_lock_init.
22825         (glthread_lock_lock): New macro/function.
22826         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
22827         (glthread_lock_unlock): New macro/function.
22828         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
22829         (glthread_lock_destroy): New macro/function.
22830         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
22831         (glthread_rwlock_init): New macro/function.
22832         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
22833         (glthread_rwlock_rdlock): New macro/function.
22834         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
22835         (glthread_rwlock_wrlock): New macro/function.
22836         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
22837         (glthread_rwlock_unlock): New macro/function.
22838         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
22839         (glthread_rwlock_destroy): New macro/function.
22840         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
22841         (glthread_recursive_lock_init): New macro/function.
22842         (gl_recursive_lock_init): Define as wrapper around
22843         glthread_recursive_lock_init.
22844         (glthread_recursive_lock_lock): New macro/function.
22845         (gl_recursive_lock_lock): Define as wrapper around
22846         glthread_recursive_lock_lock.
22847         (glthread_recursive_lock_unlock): New macro/function.
22848         (gl_recursive_lock_unlock): Define as wrapper around
22849         glthread_recursive_lock_unlock.
22850         (glthread_recursive_lock_destroy): New macro/function.
22851         (gl_recursive_lock_destroy): Define as wrapper around
22852         glthread_recursive_lock_destroy.
22853         (glthread_once): New macro/function.
22854         (gl_once): Define as wrapper around glthread_once.
22855         Update function declarations.
22856         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
22857         glthread_rwlock_init. Return error code.
22858         (glthread_rwlock_rdlock_multithreaded): Renamed from
22859         glthread_rwlock_rdlock. Return error code.
22860         (glthread_rwlock_wrlock_multithreaded): Renamed from
22861         glthread_rwlock_wrlock. Return error code.
22862         (glthread_rwlock_unlock_multithreaded): Renamed from
22863         glthread_rwlock_unlock. Return error code.
22864         (glthread_rwlock_destroy_multithreaded): Renamed from
22865         glthread_rwlock_destroy. Return error code.
22866         (glthread_recursive_lock_init_multithreaded): Renamed from
22867         glthread_recursive_lock_init. Return error code.
22868         (glthread_recursive_lock_lock_multithreaded): Renamed from
22869         glthread_recursive_lock_lock. Return error code.
22870         (glthread_recursive_lock_unlock_multithreaded): Renamed from
22871         glthread_recursive_lock_unlock. Return error code.
22872         (glthread_recursive_lock_destroy_multithreaded): Renamed from
22873         glthread_recursive_lock_destroy. Return error code.
22874         (glthread_once_call): Make static.
22875         (glthread_once_multithreaded): Renamed from glthread_once.
22876         * lib/tls.h: Include <errno.h>.
22877         (glthread_tls_key_init): New macro/function.
22878         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
22879         (glthread_tls_set): New macro/function.
22880         (gl_tls_set): Define as wrapper around glthread_tls_set.
22881         (glthread_tls_key_destroy): New macro/function.
22882         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
22883         Update function declarations.
22884         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
22885         glthread_tls_get.
22886         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22887
22888 2008-08-04  Eric Blake  <ebb9@byu.net>
22889
22890         gnumakefile: use space, not TAB, outside of targets
22891         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
22892
22893 2008-08-02  Jim Meyering  <meyering@redhat.com>
22894
22895         getdate.y: avoid locale-dependent date parsing failure
22896         In Turkish locales, getdate would fail to recognize keywords
22897         containing a lowercase "i".  The solution is not to rely on
22898         locale-sensitive case-conversion.
22899         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
22900         (lookup_word): Use c_toupper in place of toupper.
22901         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
22902         Reported by Vefa Bicakci <bicave@superonline.com> in
22903         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
22904         * modules/getdate (Depends-on): Add c-ctype.
22905
22906 2008-08-02  Bruno Haible  <bruno@clisp.org>
22907
22908         * gnulib-tool (func_import): When updating or creating a .gitignore
22909         file, prepend each added line with a slash, and ignore leading slashes
22910         from the existing lines.
22911         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
22912
22913 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22914
22915         Portability fix for GNU make 3.79.1.
22916         * top/GNUmakefile: Avoid 'else COND', which older GNU make
22917         versions do not understand.
22918
22919 2008-08-01  Bruno Haible  <bruno@clisp.org>
22920
22921         Work around bug of HP-UX 10.20 cc with -0.0 literal.
22922         * tests/test-isnanf.h (zero): New variable.
22923         (main): Avoid literal -0.0f.
22924         * tests/test-isnand.h (zero): New variable.
22925         (main): Avoid literal -0.0.
22926         * tests/test-isnanl.h (zero): New variable.
22927         (main): Avoid literal -0.0L.
22928         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
22929         (test_float, test_double, test_long_double): Avoid literals -0.0f,
22930         -0.0, -0.0L.
22931         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
22932         (test_signbitd): Avoid literal -0.0.
22933         (test_signbitl): Avoid literal -0.0L.
22934         * tests/test-ceilf1.c (zero): New variable.
22935         (main): Avoid literal -0.0f.
22936         * tests/test-ceill.c (zero): New variable.
22937         (main): Avoid literal -0.0L.
22938         * tests/test-floorf1.c (zero): New variable.
22939         (main): Avoid literal -0.0f.
22940         * tests/test-floorl.c (zero): New variable.
22941         (main): Avoid literal -0.0L.
22942         * tests/test-roundf1.c (zero): New variable.
22943         (main): Avoid literal -0.0f.
22944         * tests/test-round1.c (zero): New variable.
22945         (main): Avoid literal -0.0.
22946         * tests/test-roundl.c (zero): New variable.
22947         (main): Avoid literal -0.0L.
22948         * tests/test-truncf1.c (zero): New variable.
22949         (main): Avoid literal -0.0f.
22950         * tests/test-trunc1.c (zero): New variable.
22951         (main): Avoid literal -0.0.
22952         * tests/test-truncl.c (zero): New variable.
22953         (main): Avoid literal -0.0L.
22954         * tests/test-frexp.c (zero): New variable.
22955         (main): Avoid literal -0.0.
22956         * tests/test-frexpl.c (zero): New variable.
22957         (main): Avoid literal -0.0L.
22958         * tests/test-ldexpl.c (zero): New variable.
22959         (main): Avoid literal -0.0L.
22960         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
22961         (zerod, zerol): New variables.
22962         (test_function): Avoid literals -0.0, -0.0L.
22963         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
22964         (zerod, zerol): New variables.
22965         (test_function): Avoid literals -0.0, -0.0L.
22966         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
22967         (zerod, zerol): New variables.
22968         (test_function): Avoid literals -0.0, -0.0L.
22969         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
22970         (zerod, zerol): New variables.
22971         (test_function): Avoid literals -0.0, -0.0L.
22972         * tests/test-strtod.c (zero): New variable.
22973         (main): Avoid literal -0.0.
22974         Reported by Jonathan C. Patschke <jp@centtech.com>.
22975
22976 2008-07-31  Jim Meyering  <meyering@redhat.com>
22977
22978         sha256.h: correct definition of SHA224_DIGEST_SIZE
22979         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
22980         Reported by Paulie Pena IV <paulie4@gmail.com>.
22981         Define as 224 / 8, rather than as a literal.
22982         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
22983         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
22984         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
22985
22986 2008-07-31  Bruno Haible  <bruno@clisp.org>
22987
22988         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
22989         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
22990         Reported by Jonathan Patschke <jp@centtech.com>.
22991
22992 2008-07-31  Bruno Haible  <bruno@clisp.org>
22993
22994         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
22995         Reported by Paolo Bonzini <bonzini@gnu.org>.
22996
22997 2008-07-30  Eric Blake  <ebb9@byu.net>
22998
22999         test-strtod: allow compilation without -lm
23000         * tests/test-strtod.c (main): Avoid link dependence on fabs.
23001         Reported by Dennis Clarke <blastwave@gmail.com>.
23002
23003 2008-07-28  Jim Meyering  <meyering@redhat.com>
23004
23005         bootstrap: work also when there are no .po files in po/
23006         * build-aux/bootstrap (update_po_files): Complete the change
23007         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
23008
23009 2008-07-27  Jim Meyering  <meyering@redhat.com>
23010
23011         * users.txt: Add zile.
23012
23013 2008-07-26  Ben Pfaff  <blp@gnu.org>
23014
23015         Add missing dependencies on new m4/exponent[fdl].m4 files.
23016         * modules/isnanf-nolibm: Add m4/exponentf.m4.
23017         * modules/isnand-nolibm: Add m4/exponentd.m4.
23018         * modules/isnanl-nolibm: Add m4/exponentl.m4.
23019         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
23020         m4/isnan[fdl].m4, because the macros actually used moved.
23021         Reported by Jim Meyering.
23022
23023 2008-07-14  Ben Pfaff  <blp@gnu.org>
23024
23025         Add isinf module.
23026         * lib/isinf.c: New file.
23027         * lib/math.in.h: Define isinf macro if we have decided to replace
23028         it.
23029         * m4/isinf.m4: New file.
23030         * m4/math_h.m4: Initialize and substitute variables for isinf
23031         module.
23032         * modules/isinf: New file.
23033         * modules/isinf-tests: New file.
23034         * modules/math: Add substitutions for new module.
23035         * tests/test-isinf.c: New file.
23036         * doc/posix-functions/isinf.texi: Mention new module.
23037         * MODULES.html.sh: Mention new module.
23038
23039 2008-07-14  Ben Pfaff  <blp@gnu.org>
23040
23041         Factor out some macros for use by additional modules.
23042         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
23043         exponentf.m4.
23044         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
23045         exponentd.m4.
23046         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
23047         file exponentl.m4.
23048         * m4/exponentf.m4: New file.
23049         * m4/exponentd.m4: New file.
23050         * m4/exponentl.m4: New file.
23051         * modules/isnanf: Use new file m4/exponentf.m4.
23052         * modules/isnand: Use new file m4/exponentd.m4.
23053         * modules/isnanl: Use new file m4/exponentl.m4.
23054
23055 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
23056
23057         mktime.c: normalize tp->tm_isdst value to -1/0/1.
23058         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
23059         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
23060         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
23061
23062         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
23063         readlink on platforms without PATH_MAX.
23064
23065 2008-07-21  Eric Blake  <ebb9@byu.net>
23066
23067         Warn, not fail, on stale version.
23068         * top/GNUmakefile (_curr-ver): Tone down previous patch.
23069
23070         Don't allow installation with stale devel version number.
23071         * top/GNUmakefile (_is-install-target): New macro.
23072         (_curr-ver): Forbid installation with stale version number.
23073
23074 2008-07-20  Bruno Haible  <bruno@clisp.org>
23075
23076         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
23077         TESTS_ENVIRONMENT.
23078         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
23079
23080 2008-07-20  Bruno Haible  <bruno@clisp.org>
23081
23082         * lib/c-stack.h (c_stack_action): Add documentation.
23083         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
23084
23085 2008-07-20  Bruno Haible  <bruno@clisp.org>
23086
23087         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
23088         * modules/readlink (License): Likewise.
23089
23090 2008-07-17  Eric Blake  <ebb9@byu.net>
23091
23092         * modules/c-stack (Link): Fix typo.
23093
23094         Make c-stack use libsigsegv, when available.
23095         * modules/c-stack (Depends-on): Add libsigsegv.
23096         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
23097         needed.
23098         * lib/c-stack.c (SIGSTKSZ): Define fallback.
23099         (segv_handler, overflow_handler, c_stack_action)
23100         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
23101         implementation when libsigsegv is available, but only when using
23102         the library is necessary.
23103         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
23104         comment, explaining why XSI check fails on Linux.
23105         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
23106         * tests/test-c-stack2.sh: Tweak skip message.
23107         * NEWS: Document new link-time requirements.
23108
23109 2008-07-16  Eric Blake  <ebb9@byu.net>
23110
23111         c-stack: Expose false positives when not using libsigsegv.
23112         * modules/c-stack-tests (Files): Expand test.
23113         * tests/test-c-stack.c (main): Add means to conditionally trigger
23114         non-overflow SIGSEGV.
23115         * tests/test-c-stack2.sh: New file.
23116
23117 2008-07-14  Bruno Haible  <bruno@clisp.org>
23118
23119         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
23120         Reported by Eric Blake.
23121
23122 2008-07-14  Sam Steingold  <sds@gnu.org>
23123             Bruno Haible  <bruno@clisp.org>
23124
23125         New module libsigsegv.
23126         * modules/libsigsegv: New file.
23127         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
23128         modifications.
23129         * MODULES.html.sh (Signal handling): New section.
23130
23131 2008-07-14  Bruno Haible  <bruno@clisp.org>
23132
23133         * modules/unictype/ctype-* (Description): Add the word "function".
23134         Improves the resulting doc in MODULES.html.
23135
23136 2008-07-12  Ben Pfaff  <blp@gnu.org>
23137
23138         Add longlong module.
23139         * modules/longlong: New file.
23140
23141 2008-07-12  Bruno Haible  <bruno@clisp.org>
23142
23143         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
23144         to empty.
23145
23146 2008-07-10  Ben Pfaff  <blp@gnu.org>
23147
23148         Add isnan module.
23149         * doc/posix-functions/isnan.texi: Mention new module.
23150         * lib/math.in.h: Define isnan macro if we have decided to replace
23151         it.
23152         * m4/isnan.m4: New file.
23153         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23154         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23155         also.
23156         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23157         redundancy.
23158         * m4/math_h.m4: Initialize and substitute variables for isnan
23159         module.
23160         * modules/isnan: New file.
23161         * modules/isnan-tests: New file.
23162         * modules/math: Add substitutions for new module.
23163         * tests/test-isnan.c: New file.
23164         * MODULES.html.sh: Mention new module.
23165
23166 2008-07-10  Ben Pfaff  <blp@gnu.org>
23167
23168         Add isnanf module.
23169         * lib/isnanf.m4: New file.
23170         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
23171         (gl_HAVE_ISNANF_IN_LIBM): New macro.
23172         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
23173         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
23174         * modules/isnanf: New file.
23175         * modules/isnanf-tests: New file.
23176         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
23177         files.
23178         * tests/test-isnanf-nolibm.c: factored most of its contents into
23179         new file tests/test-isnanf.h.
23180         * tests/test-isnanf.h: New file.
23181         * tests/test-isnanf.c: New file.
23182         * MODULES.html.sh: Mention new module.
23183         * doc/glibc-functions/isnanf.texi: Mention new module.
23184
23185 2008-07-10  Ben Pfaff  <blp@gnu.org>
23186
23187         Add isnand module.
23188         * lib/isnand.h: New file.
23189         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
23190         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
23191         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
23192         functionality also.
23193         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
23194         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
23195         (gl_HAVE_ISNAND_IN_LIBM): New macro.
23196         * modules/isnand: New file.
23197         * modules/isnand-tests: New file.
23198         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
23199         files.
23200         * tests/test-isnand-nolibm.c: factored most of its contents into
23201         new file tests/test-isnand.h.
23202         * tests/test-isnand.h: New file.
23203         * tests/test-isnand.c: New file.
23204         * MODULES.html.sh: Mention new module.
23205
23206 2008-07-10  Ben Pfaff  <blp@gnu.org>
23207
23208         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
23209         * lib/isnand.h: Rename lib/isnand-nolibm.h.
23210         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
23211         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
23212         * modules/isnanf-nolibm: Update references to renamed files.
23213         * modules/isnand-nolibm: Likewise.
23214         * modules/isnanf-nolibm-tests: Likewise.
23215         * modules/isnand-nolibm-tests: Likewise.
23216         * lib/frexp.c: Likewise.
23217         * lib/isfinite.c: Likewise.
23218         * lib/signbitd.c: Likewise.
23219         * lib/signbitf.c: Likewise.
23220         * lib/vasnprintf.c: Likewise.
23221         * tests/test-ceilf1.c: Likewise.
23222         * tests/test-ceilf2.c: Likewise.
23223         * tests/test-floorf1.c: Likewise.
23224         * tests/test-floorf2.c: Likewise.
23225         * tests/test-frexp.c: Likewise.
23226         * tests/test-round1.c: Likewise.
23227         * tests/test-round2.c: Likewise.
23228         * tests/test-roundf1.c: Likewise.
23229         * tests/test-strtod.c: Likewise.
23230         * tests/test-trunc1.c: Likewise.
23231         * tests/test-trunc2.c: Likewise.
23232         * tests/test-truncf1.c: Likewise.
23233         * tests/test-truncf2.c: Likewise.
23234         * NEWS: Mention the renamed header files.
23235
23236 2008-07-11  Jim Meyering  <meyering@redhat.com>
23237
23238         vc-list-files: make the last-resort awk code more portable
23239         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
23240         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
23241         does not support it.
23242
23243 2008-07-10  Eric Blake  <ebb9@byu.net>
23244
23245         Work with tar's bootstrap.
23246         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
23247         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
23248         an m4 comment.
23249
23250 2008-07-09  Jim Meyering  <meyering@redhat.com>
23251
23252         posix-shell.m4: fix typo that made this test malfunction
23253         * m4/posix-shell.m4: Remove capitalization in variable name.
23254
23255 2008-07-08  Bruno Haible  <bruno@clisp.org>
23256
23257         * m4/onceonly.m4: Update comments.
23258         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23259
23260 2008-07-04  Jim Meyering  <meyering@redhat.com>
23261
23262         * users.txt: Add vc-dwim.
23263         (bison, coreutils): Use the gitweb URL.
23264
23265 2008-07-03  Jim Meyering  <meyering@redhat.com>
23266
23267         * users.txt: Add libffcall.  From Sam Steingold.
23268
23269 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
23270
23271         getdate.y: do not ignore TZ with relative day, month or year offset
23272         * lib/getdate.y (get_date): Move the tz-handling block to follow the
23273         relative-date-handling, since otherwise, the latter would clobber the
23274         sole output (an updated Start value) of the tz-handling block.
23275         * tests/test-getdate.c: Tests for the fix
23276
23277 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23278
23279         Recognize 'foo_LIBRARIES += libgnu.a'.
23280         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
23281         makefile snippet has already specified an installation location,
23282         also using '+='.
23283
23284 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
23285
23286         getdate.y: factor out common actions
23287         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
23288         Use them in place of open-coded actions.
23289
23290 2008-07-01  Simon Josefsson  <simon@josefsson.org>
23291
23292         Add self-test for getdate module.
23293         * modules/getdate-tests: New file.
23294         * tests/test-getdate.c: New file.
23295
23296 2008-06-29  Bruno Haible  <bruno@clisp.org>
23297
23298         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
23299         .gitignore.
23300         Reported by Sylvain Beucler <beuc@beuc.net>.
23301
23302 2008-06-29  Bruno Haible  <bruno@clisp.org>
23303
23304         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
23305         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
23306
23307 2008-06-29  Bruno Haible  <bruno@clisp.org>
23308
23309         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
23310         EXTRA_DIST.
23311         Reported by Sylvain Beucler <beuc@beuc.net>.
23312
23313 2008-06-26  Jim Meyering  <meyering@redhat.com>
23314
23315         make several modules depend on the "open" module
23316         This provides slightly increased consistency when opening-for-write
23317         the name of a non-directory spelled with a trailing slash.
23318         * modules/chdir-safer: Likewise.
23319         * modules/chown: Likewise.
23320         * modules/clean-temp: Likewise.
23321         * modules/copy-file: Likewise.
23322         * modules/fchdir: Likewise.
23323         * modules/fcntl-safer: Likewise.
23324         * modules/pipe: Likewise.
23325         * modules/utime: Likewise.
23326         Prompted by Eric Blake and Bruno Haible.
23327
23328 2008-06-24  Andreas Schwab  <schwab@suse.de>
23329
23330         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
23331         literals can be used as initializers for global variables.
23332
23333 2008-06-23  Eric Blake  <ebb9@byu.net>
23334
23335         Make gnulib-cache.m4 easier to diff.
23336         * gnulib-tool (func_import): Allow newlines when reading cached
23337         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
23338
23339 2008-06-23  Bruno Haible  <bruno@clisp.org>
23340
23341         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
23342         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
23343         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
23344         m4/signalblocking.m4.
23345         (gl_PREREQ_SIGACTION): Don't invoke it.
23346         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
23347         gl_PREREQ_SIG_HANDLER_H.
23348         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23349         Don't check for sigaction here.
23350
23351 2008-06-23  Bruno Haible  <bruno@clisp.org>
23352
23353         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
23354         (install_handlers): Don't set the SA_RESETHAND flag.
23355
23356 2008-06-23  Bruno Haible  <bruno@clisp.org>
23357
23358         * m4/sigaction.m4: Comment fixes.
23359         * lib/signal.in.h: Likewise.
23360
23361 2008-06-23  Eric Blake  <ebb9@byu.net>
23362
23363         Fix typo.
23364         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
23365
23366         Avoid SA_ namespace.
23367         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
23368         Reported by Ralf Wildenhues.
23369
23370         Avoid test failure due to SA_RESTORER.
23371         * tests/test-sigaction.c (SA_MASK): New macro.
23372         (main): Avoid failing due to extension flags being set.
23373         Reported by Jim Meyering.
23374
23375         Revert use of sig-handler.h in sigprocmask.c.
23376         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
23377         it requires the existence of struct sigaction.
23378         * lib/sigprocmask.c (handler_t): Restore typedef.
23379         (rpl_signal, old_handlers): Use local type.
23380
23381 2008-06-22  Bruno Haible  <bruno@clisp.org>
23382
23383         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
23384         conditionally.
23385         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23386
23387 2008-06-22  Bruno Haible  <bruno@clisp.org>
23388
23389         * doc/posix-functions/siginterrupt.texi: Move note.
23390
23391         * lib/signal.in.h (SA_RESTART): New macro.
23392         * lib/sigaction.c: Update comment.
23393
23394         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
23395
23396         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
23397         (gl_PREREQ_SIGPROCMASK): Invoke it.
23398         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
23399
23400         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
23401
23402         * lib/sigprocmask.c: Update a comment.
23403
23404 2008-06-21  Eric Blake  <ebb9@byu.net>
23405
23406         Use sigaction module rather than signal().
23407         * modules/c-stack (Depends-on): Add sigaction.
23408         * modules/fatal-signal (Depends-on): Likewise.
23409         * modules/nanosleep (Depends-on): Likewise.
23410         * modules/sigprocmask (Files): Add sig-handler.h.
23411         * modules/sigaction (Files): Likewise.
23412         * lib/sig-handler.h (get_handler): New file, suggested by Paul
23413         Eggert.
23414         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
23415         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
23416         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
23417         (init_fatal_signals): Likewise.
23418         * lib/nanosleep.c (rpl_nanosleep): Likewise.
23419         (siginterrupt): Delete fallback.
23420         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
23421         instead.
23422         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
23423         siginterrupt.
23424
23425         New module sigaction, for mingw.
23426         * modules/sigaction: New module...
23427         * modules/sigaction-tests: ...and its test.
23428         * m4/sigaction.m4: New file.
23429         * lib/sigaction.c: Likewise.
23430         * tests/test-sigaction.c: Likewise.
23431         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
23432         * modules/signal (Makefile.am): Likewise.
23433         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
23434         needed.
23435         * doc/posix-headers/signal.texi (signal.h): Mention provided
23436         types.
23437         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
23438         that sigaction is preferable.
23439         * doc/posix-functions/sigaction.texi (sigaction): Mention new
23440         module.
23441         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23442         sigaction.
23443
23444         Improve robustness of sigprocmask by overriding signal.
23445         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
23446         is in use.
23447         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
23448         (SIGKILL, SIGSTOP): Provide fallbacks.
23449         (rpl_signal): Implement.
23450         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
23451         signal can be called inside handlers.
23452
23453         Fix nanosleep module on mingw.
23454         * modules/nanosleep (Depends-on): Add sys_select.
23455         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
23456
23457         Fix licensing of sigprocmask.
23458         * modules/raise (License): Relicense as LGPL.
23459
23460 2008-06-21  Bruno Haible  <bruno@clisp.org>
23461
23462         * lib/propername.c (proper_name_utf8): Don't use the transliterated
23463         result if it contains question marks.
23464         Reported by Michael Geng <linux@michaelgeng.de>.
23465
23466 2008-06-19  Bruno Haible  <bruno@clisp.org>
23467
23468         Fix CVS-ism.
23469         * doc/gnulib.texi: Include updated-stamp.texi.
23470         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
23471         (updated-stamp.texi): New rule.
23472         (gnulib.info): Depend on it.
23473         * doc/.gitignore: Add updated-stamp.texi.
23474         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
23475
23476 2008-06-19  Bruno Haible  <bruno@clisp.org>
23477
23478         * doc/Makefile (gnulib.info): Update and simplify dependencies.
23479         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23480
23481 2008-06-19  Eric Blake  <ebb9@byu.net>
23482
23483         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
23484         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
23485         Reported by Stepan Kasal.
23486
23487 2008-06-18  Bruno Haible  <bruno@clisp.org>
23488
23489         * lib/fatal-signal.c (init_fatal_signals): Add comment.
23490         Reported by Eric Blake.
23491
23492 2008-06-18  Eric Blake  <ebb9@byu.net>
23493
23494         Work around cygwin 1.5.25 strsignal bug.
23495         * tests/test-strsignal.c: Allow for const char *.
23496         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
23497
23498 2008-06-18  Simon Josefsson  <simon@josefsson.org>
23499
23500         * users.txt: Update URL to article and add author/date
23501         information.
23502
23503 2008-06-17  Bruno Haible  <bruno@clisp.org>
23504
23505         New macro gl_DISABLE_THREADS.
23506         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
23507         if the user did not pass --enable-threads or --disable-threads option.
23508         (gl_DISABLE_THREADS): New macro.
23509         Reported by Eric Blake <ebb9@byu.net>.
23510
23511 2008-06-17  Bruno Haible  <bruno@clisp.org>
23512
23513         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
23514         when the macro ignores it.
23515         Based on a patch by Eric Blake <ebb9@byu.net>.
23516
23517 2008-06-17  Bruno Haible  <bruno@clisp.org>
23518
23519         * modules/tls (License): Change to LGPLv2+.
23520         Reported by Eric Blake.
23521
23522 2008-06-17  Eric Blake  <ebb9@byu.net>
23523
23524         Simplify c-stack prerequisites.
23525         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
23526         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
23527         no longer requires <ucontext.h> to exist.  Optimize setrlimit
23528         check.
23529         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
23530         <sys/resource.h>.
23531
23532         Move c-stack test into testsuite.
23533         * modules/c-stack-tests: New file.
23534         * lib/c-stack.c [DEBUG]: Move test program...
23535         * tests/test-c-stack.c: ...into this new file.  Skip rather than
23536         fail test if sigaltstack is lacking.
23537         * tests/test-c-stack.sh: New driver file.
23538
23539 2008-06-16  Eric Blake  <ebb9@byu.net>
23540
23541         Use raise module consistently.
23542         * modules/fatal-signal (Depends-on): Add raise.
23543         * modules/sigprocmask (Depends-on): Likewise.
23544         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
23545         * lib/sigprocmask.c (sigprocmask): Likewise.
23546         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23547         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
23548
23549         Fix compliance bug in sigpending.
23550         * lib/sigprocmask.c (sigpending): Return pending array via
23551         parameter, not return value.
23552
23553 2008-06-14  Eric Blake  <ebb9@byu.net>
23554
23555         Improve obstack-printf test code.
23556         * tests/test-obstack-printf.c (test_function): Fix comment, and
23557         simplify usage of obstack_* in macros.  Add a test for coverage.
23558         Reported by Bruno Haible.
23559
23560 2008-06-14  Bruno Haible  <bruno@clisp.org>
23561
23562         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
23563         array size as a constant, not as a const variable.
23564         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
23565         AC_USE_SYSTEM_EXTENSIONS.
23566         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
23567         Test whether the obstack_printf function actually exists.
23568         * modules/obstack-printf (Depends-on): Add extensions.
23569         (Include): Remove obstack.h.
23570         * modules/obstack-printf-posix (Depends-on): Add extensions.
23571         (Include): Remove obstack.h.
23572
23573 2008-06-13  Eric Blake  <ebb9@byu.net>
23574
23575         Add obstack-printf and obstack-printf-posix modules.
23576         * modules/obstack-printf: New file.
23577         * modules/obstack-printf-posix: Likewise.
23578         * MODULES.html.sh (Misc): Mention them.
23579         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
23580         Likewise.
23581         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
23582         Likewise.
23583         * modules/stdio (Makefile.am): Accomodate new modules.
23584         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23585         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
23586         Declare.
23587         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
23588         functions.
23589         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
23590         (gl_REPLACE_OBSTACK_PRINTF): New macros
23591         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
23592         * tests/test-obstack-printf.c: New file.
23593         * modules/obstack-printf-tests: Likewise.
23594         * modules/obstack-printf-posix-tests: Likewise.
23595
23596 2008-06-11  Bruno Haible  <bruno@clisp.org>
23597
23598         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
23599         * lib/open.c: Include errno.h.
23600         (open): Fail when attempting to write to a file that has a trailing
23601         slash.
23602         * tests/test-open.c (main): Test against trailing slash bug.
23603         * doc/posix-functions/open.texi: Mention the trailing slash bug.
23604
23605 2008-06-10  Bruno Haible  <bruno@clisp.org>
23606
23607         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
23608         for $? to work inside the trap command, with various /bin/sh-s.
23609         * tests/test-vc-list-files-cvs.sh: Likewise.
23610
23611 2008-06-10  Bruno Haible  <bruno@clisp.org>
23612
23613         * lib/acl-internal.h: Don't include gettext.h here.
23614         * lib/set-mode-acl.c: Include gettext.h here.
23615         * lib/copy-acl.c: Likewise.
23616
23617 2008-06-10  Bruno Haible  <bruno@clisp.org>
23618
23619         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
23620         * lib/wait-process.c (wait_subprocess): Likewise.
23621         * lib/execute.h (execute): Add termsigp argument.
23622         * lib/execute.c (execute): Likewise.
23623         * lib/csharpcomp.c (compile_csharp_using_pnet,
23624         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
23625         * lib/csharpexec.c (execute_csharp_using_pnet,
23626         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
23627         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
23628         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
23629         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
23630         is_jikes_present): Update.
23631         * lib/javaexec.c (execute_java_class): Update.
23632         * lib/javaversion.c (execute_and_read_line): Update.
23633         * NEWS: Document the changes.
23634         Reported by Eric Blake.
23635
23636 2008-06-10  Eric Blake  <ebb9@byu.net>
23637
23638         Add missing include.
23639         * tests/test-strstr.c (includes): Add <signal.h>.
23640         * tests/test-strcasestr.c (includes): Likewise.
23641         * tests/test-memmem.c (includes): Likewise.
23642
23643 2008-06-10  Bruno Haible  <bruno@clisp.org>
23644
23645         * lib/wait-process.c (wait_subprocess): Add an assertion.
23646
23647 2008-06-10  Bruno Haible  <bruno@clisp.org>
23648
23649         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
23650
23651 2008-06-10  Bruno Haible  <bruno@clisp.org>
23652
23653         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
23654         using alarm().
23655         * tests/test-strcasestr.c (main): Likewise.
23656         * tests/test-strstr.c (main): Likewise.
23657
23658 2008-06-09  Bruno Haible  <bruno@clisp.org>
23659
23660         Work around the Solaris 10 ACE ACLs ABI change.
23661         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
23662         declare if ACL_NO_TRIVIAL is present.
23663         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
23664         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
23665         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
23666         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
23667         define if ACL_NO_TRIVIAL is present.
23668         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
23669         and use the current ABI.
23670         (file_has_acl): Use same #if condition as elsewhere.
23671         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
23672         in use, and use the current ABI.
23673         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
23674         Reported by Jim Meyering.
23675
23676 2008-06-09  Eric Blake  <ebb9@byu.net>
23677
23678         Work around environments that (stupidly) ignore SIGALRM.
23679         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
23680         before using alarm().
23681         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23682         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
23683         Reported by Ian Beckwith <ianb@erislabs.net>.
23684
23685         Produce autobuild blurb earlier in log.
23686         * modules/autobuild (configure.ac-early): Move AB_INIT here.
23687
23688 2008-06-09  Jim Meyering  <meyering@redhat.com>
23689         and Ondřej Vašík  <ovasik@redhat.com>
23690
23691         utimens.c: correct kernel bug work-around
23692         Ondřej Vašík found that the invalid return value of 280 indicates
23693         failure, not success, and the kernel bug we're trying to work
23694         around affects not just the utimensat call, but also the fallback
23695         futimens call.
23696         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
23697         not success.
23698         [HAVE_FUTIMENS]: Use the same work-around, here.
23699
23700 2008-06-09  Jim Meyering  <meyering@redhat.com>
23701
23702         add more guards around definition of ACE_-related code
23703         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
23704         ALLOW and ACE_OWNER are also defined.
23705
23706 2008-06-08  Bruno Haible  <bruno@clisp.org>
23707
23708         * lib/acl-internal.h: Add me as co-author.
23709         * lib/file-has-acl.c: Likewise.
23710         * lib/set-mode-acl.c: Likewise.
23711         * lib/copy-acl.c: Likewise.
23712
23713 2008-06-08  Bruno Haible  <bruno@clisp.org>
23714
23715         Add support for AIX ACLs.
23716         * lib/acl-internal.h (acl_nontrivial): New declaration.
23717         * lib/file-has-acl.c (acl_nontrivial): New function.
23718         (file_has_acl): Add implementation using AIX 4 ACL API.
23719         * lib/set-mode-acl.c (qset_acl): Likewise.
23720         * lib/copy-acl.c (qcopy_acl): Likewise.
23721
23722 2008-06-08  Bruno Haible  <bruno@clisp.org>
23723
23724         Add support for HP-UX ACLs.
23725         * lib/acl-internal.h (acl_nontrivial): New declaration.
23726         * lib/file-has-acl.c (acl_nontrivial): New function.
23727         (file_has_acl): Add implementation using HP-UX 11 ACL API.
23728         * lib/set-mode-acl.c (qset_acl): Likewise.
23729         * lib/copy-acl.c (qcopy_acl): Likewise.
23730
23731 2008-06-08  Bruno Haible  <bruno@clisp.org>
23732
23733         Add support for Cygwin ACLs.
23734         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
23735         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
23736         the chmod_or_fchmod call.
23737         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
23738
23739 2008-06-08  Bruno Haible  <bruno@clisp.org>
23740
23741         Fix bug with setuid modes in Solaris 10+ code.
23742         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
23743         succeeded, when the mode contains some special bits.
23744
23745 2008-06-08  Bruno Haible  <bruno@clisp.org>
23746
23747         Add support for Solaris 7..10 ACLs.
23748         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
23749         declarations.
23750         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
23751         functions.
23752         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
23753         * lib/set-mode-acl.c (qset_acl): Likewise.
23754         * lib/copy-acl.c (qcopy_acl): Likewise.
23755
23756 2008-06-08  Bruno Haible  <bruno@clisp.org>
23757
23758         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
23759         declaration.
23760         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
23761         (acl_access_nontrivial): Remove MacOS X case.
23762         (file_has_acl): Use acl_extended_nontrivial.
23763         * lib/copy-acl.c (qcopy_acl): Likewise.
23764
23765 2008-06-08  Bruno Haible  <bruno@clisp.org>
23766
23767         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
23768
23769 2008-06-08  Jim Meyering  <meyering@redhat.com>
23770
23771         * modules/acl (Maintainer): Add Bruno Haible.
23772
23773 2008-06-07  Bruno Haible  <bruno@clisp.org>
23774
23775         Improve support for Tru64 ACLs.
23776         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
23777         ACL on OSF/1.
23778
23779 2008-06-07  Bruno Haible  <bruno@clisp.org>
23780
23781         Add support for MacOS X ACLs.
23782         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
23783         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
23784         * lib/set-mode-acl.c (qset_acl): Likewise.
23785         * lib/copy-acl.c (qcopy_acl): Likewise.
23786
23787 2008-06-07  Bruno Haible  <bruno@clisp.org>
23788
23789         Fix memory leak introduced on 2008-05-22.
23790         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
23791         use.
23792
23793 2008-06-07  Bruno Haible  <bruno@clisp.org>
23794
23795         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
23796         to construct an empty ACL.
23797
23798 2008-06-07  Bruno Haible  <bruno@clisp.org>
23799
23800         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
23801         precisely.
23802         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
23803
23804 2008-06-07  Bruno Haible  <bruno@clisp.org>
23805
23806         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
23807         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
23808
23809 2008-06-07  Bruno Haible  <bruno@clisp.org>
23810
23811         * doc/posix-functions/_setjmp.texi: Explain the use of this function
23812         regardless of POSIX.
23813         * doc/posix-functions/_longjmp.texi: Likewise.
23814         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
23815         SystemV platform in this case.
23816
23817 2008-06-06  Eric Blake  <ebb9@byu.net>
23818
23819         Document abort() bugs.
23820         * doc/posix-functions/abort.texi (abort): Mention anomalies.
23821
23822         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
23823         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
23824         sigsetjmp.
23825         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
23826         siglongjmp, but only as a macro.
23827         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
23828         is obsolete.
23829         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
23830
23831         Tweak documentation to cover cygwin argz bugs.
23832         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
23833         argz bug fix; no code change needed since no cygwin releases
23834         occurred between the last fix and the bug being tested.
23835         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
23836         module and recently fixed cygwin bugs.
23837         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
23838         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
23839         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
23840         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
23841         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
23842         Likewise.
23843         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
23844         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
23845         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
23846         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
23847         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
23848         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
23849         Likewise.
23850
23851         Avoid gcc warning on cygwin.
23852         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
23853         !ACL_NO_TRIVIAL]: Avoid unused variable.
23854
23855 2008-06-05  Eric Blake  <ebb9@byu.net>
23856
23857         Be tolerant of UNKNOWN version in gnulib-tool test dir.
23858         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
23859         git-version-gen fails to come up with a version.
23860         Reported by Simon Josefsson.
23861
23862 2008-06-05  Jim Meyering  <meyering@redhat.com>
23863             Paul Eggert  <eggert@cs.ucla.edu>
23864
23865         utimens.c: work around a probable Linux kernel bug
23866         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
23867         appears to be a kernel bug that causes utimensat to return 280
23868         instead of 0, indicating success.
23869
23870 2008-06-04  Bruno Haible  <bruno@clisp.org>
23871
23872         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
23873         2008-06-01 commit.
23874
23875 2008-06-04  Bruno Haible  <bruno@clisp.org>
23876
23877         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
23878         * lib/file-has-acl.c (acl_access_nontrivial): New function.
23879         (file_has_acl): Use it. Save errno afterwards.
23880         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
23881
23882 2008-06-03  Bruno Haible  <bruno@clisp.org>
23883
23884         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
23885         draft code. Simplify #ifs.
23886         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
23887         Put Solaris code after POSIX-draft code. Fix comments regarding
23888         Solaris 10, HP-UX. Mention Cygwin.
23889         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
23890
23891 2008-06-03  Eric Blake  <ebb9@byu.net>
23892
23893         Provide fallback for older kernels.
23894         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
23895         Provide runtime fallback if kernel lacks support.
23896         Reported by Mike Frysinger.
23897
23898 2008-06-02  Bruno Haible  <bruno@clisp.org>
23899
23900         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
23901         it exists.
23902
23903 2008-06-02  Bruno Haible  <bruno@clisp.org>
23904
23905         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
23906         * lib/copy-acl.c (qcopy_acl): Update comment.
23907
23908 2008-06-02  Bruno Haible  <bruno@clisp.org>
23909
23910         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
23911         like ACL APIs.
23912
23913 2008-06-02  Bruno Haible  <bruno@clisp.org>
23914
23915         * tests/test-file-has-acl.sh: Use different code for Cygwin.
23916         * tests/test-set-mode-acl.sh: Likewise.
23917         * tests/test-copy-acl.sh: Likewise.
23918         * tests/test-copy-file.sh: Likewise.
23919
23920 2008-06-02  Bruno Haible  <bruno@clisp.org>
23921
23922         * tests/test-file-has-acl.sh: Remove unused code.
23923
23924 2008-06-01  Bruno Haible  <bruno@clisp.org>
23925
23926         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
23927         (copy_acl): Just a wrapper around qcopy_acl that emits the error
23928         messages.
23929         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
23930
23931 2008-06-01  Bruno Haible  <bruno@clisp.org>
23932
23933         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
23934         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
23935         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
23936         APIs.
23937         * modules/acl-tests (configure.ac): Remove tests now contained in
23938         m4/acl.m4.
23939
23940 2008-06-02  Jim Meyering  <meyering@redhat.com>
23941
23942         announce-gen: use a better key-server host name
23943         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
23944         it may be more consistently reliable.  Suggested by Werner Koch
23945         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
23946
23947 2008-06-01  Bruno Haible  <bruno@clisp.org>
23948
23949         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
23950         Reported by Voroskoi Andras <voroskoi@gmail.com>.
23951
23952 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
23953
23954         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
23955
23956 2008-06-01  Bruno Haible  <bruno@clisp.org>
23957
23958         New ACL tests.
23959         * tests/test-file-has-acl.sh: New file.
23960         * tests/test-file-has-acl.c: New file.
23961         * tests/test-set-mode-acl.sh: New file.
23962         * tests/test-set-mode-acl.c: New file.
23963         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
23964         * tests/test-copy-acl.c: New file.
23965         * modules/acl-tests: New file, based on modules/copy-file-tests.
23966         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
23967         (Depends-on): Add acl-tests.
23968         (configure.ac): Remove checks.
23969         (Makefile.am): Don't create test-sameacls program here any more.
23970
23971 2008-06-01  Bruno Haible  <bruno@clisp.org>
23972
23973         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
23974         * tests/test-sameacls.c: Include progname.h.
23975         (main): Invoke set_program_name. Portability fixes for MacOS X,
23976         Solaris, HP-UX.
23977
23978 2008-06-01  Bruno Haible  <bruno@clisp.org>
23979
23980         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
23981         function.
23982         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
23983
23984 2008-06-01  Bruno Haible  <bruno@clisp.org>
23985
23986         * modules/rpmatch (Depends-on): Add strdup.
23987
23988 2008-06-01  Bruno Haible  <bruno@clisp.org>
23989
23990         * lib/pipe.c: Include unistd-safer.h.
23991         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
23992         * modules/pipe (Depends-on): Add unistd-safer.
23993
23994 2008-05-30  Simon Josefsson  <simon@josefsson.org>
23995
23996         * modules/autobuild (configure.ac): Call AB_INIT.
23997
23998 2008-05-30  Simon Josefsson  <simon@josefsson.org>
23999
24000         * tests/test-getaddrinfo.c: Don't print debug messages by default.
24001         Suggested by Bruno Haible <bruno@clisp.org>.
24002
24003 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24004
24005         * tests/test-base64.c: Cast size_t to unsigned long when invoking
24006         printf.  Use %lu instead of %d.  Reported by Bruno Haible
24007         <bruno@clisp.org>.
24008
24009 2008-05-29  Eric Blake  <ebb9@byu.net>
24010
24011         Prefer new POSIX 200x interfaces over futimesat.
24012         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
24013         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
24014         when available.
24015         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
24016
24017 2008-05-28  Bruno Haible  <bruno@clisp.org>
24018
24019         * modules/stpcpy (License): Change to LGPLv2+.
24020         Requested by David Lutterkort <dlutter@redhat.com>.
24021
24022 2008-05-27  Bruno Haible  <bruno@clisp.org>
24023
24024         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
24025         current mingw.
24026         Reported by Jose E. Marchesi <jemarch@gnu.org>.
24027
24028 2008-05-27  Bruno Haible  <bruno@clisp.org>
24029
24030         * modules/iconv_open (Link): New section, from module 'iconv'.
24031         * modules/striconv (Link): Likewise.
24032         * modules/striconveh (Link): Likewise.
24033         * modules/xstriconv (Link): Likewise.
24034         * modules/unicodeio (Link): Likewise.
24035         * modules/propername (Link): Likewise.
24036         Reported by Jim Meyering.
24037
24038 2008-05-26  Jim Meyering  <meyering@redhat.com>
24039
24040         sha256: do not artificially restrict buffer length to be < 2^32
24041         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
24042         uint32_t to size_t.
24043         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
24044         to match.
24045
24046         avoid unaligned access errors, e.g., on sparc
24047         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
24048         direct access through a possibly-unaligned uint64* pointer.
24049         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
24050         direct access through a possibly-unaligned uint32* pointer.
24051         Prompted by this patch from Tom "spot" Callaway:
24052         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
24053
24054         sha512.c: fix typo in comment
24055         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
24056
24057 2008-05-25  Bruno Haible  <bruno@clisp.org>
24058
24059         * lib/set-mode-acl.c: Renamed from lib/acl.c.
24060         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
24061         (Makefile.am): Update lib_SOURCES.
24062
24063 2008-05-25  Bruno Haible  <bruno@clisp.org>
24064
24065         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
24066
24067 2008-05-25  Jim Meyering  <meyering@redhat.com>
24068
24069         useless-if-before-free: freed expr may have white-space differences
24070         * build-aux/useless-if-before-free: Recognize cases in which the
24071         freed expression differs from the tested one in embedded white
24072         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
24073         $1 was used, so we can't make any regexp shy.  Improved tests now
24074         detect this.
24075
24076         useless-if-before-free: accept white space in the expression.
24077         * build-aux/useless-if-before-free: For now, any white space
24078         in the expression must be identical in the free argument.
24079
24080         useless-if-before-free: efficiency tweak
24081         * build-aux/useless-if-before-free: Make the expression-matching
24082         regexp "shy".
24083         Make the *outer* regexp shy, not the expr-matching one.
24084
24085         update code-in-comment to accept cast of free arg
24086         * build-aux/useless-if-before-free: Update regexp.
24087
24088 2008-05-25  Bruno Haible  <bruno@clisp.org>
24089
24090         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
24091         * modules/copy-file-tests (Files, Makefile.am): Update.
24092         * tests/test-copy-file.c (func_test_copy): Update.
24093
24094 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
24095
24096         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
24097
24098 2008-05-23  Bruno Haible  <bruno@clisp.org>
24099
24100         Improve support for ACLs on OSF/1.
24101         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
24102         Remove fallback for unknown flavors of ACLs.
24103
24104 2008-05-22  Bruno Haible  <bruno@clisp.org>
24105
24106         Add support for ACLs on OSF/1.
24107         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
24108         replacements.
24109         (acl_free_text): New macro fallback.
24110         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
24111         acl_free.
24112         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
24113         acl_free_text function. Require AC_C_INLINE.
24114
24115 2008-05-22  Bruno Haible  <bruno@clisp.org>
24116
24117         Make copy_acl work on MacOS X 10.5.
24118         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
24119         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
24120         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
24121         If MODE_INSIDE_ACL, don't assume that every system has the same text
24122         representation for ACLs as FreeBSD.
24123         * lib/copy-acl.c (copy_acl): Add support for platforms with
24124         !MODE_INSIDE_ACL.
24125         * lib/file-has-acl.c (file_has_acl): Likewise.
24126         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
24127         FreeBSD, MacOS X, or IRIX, respectively.
24128
24129 2008-05-22  Bruno Haible  <bruno@clisp.org>
24130
24131         * lib/acl.h: Don't include <sys/acl.h>.
24132         (GETACLCNT): Move fallback to lib/acl-internal.h.
24133         * lib/acl-internal.h: Include <sys/acl.h> here.
24134         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
24135
24136 2008-05-22  Bruno Haible  <bruno@clisp.org>
24137
24138         Split off copy_acl function to separate file.
24139         * lib/copy-acl.c: New file, extracted from lib/acl.c.
24140         * lib/acl.c (copy_acl): Moved function to separate file.
24141         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
24142         * modules/acl (Files): Add lib/copy-acl.c.
24143         (Makefiles.am): Augment lib_SOURCES.
24144
24145 2008-05-22  Bruno Haible  <bruno@clisp.org>
24146
24147         * modules/copy-file-tests: New file.
24148         * tests/test-copy-file.sh: New file.
24149         * tests/test-copy-file.c: New file.
24150         * tests/test-copy-file-sameacls.c: New file.
24151
24152 2008-05-22  Eric Blake  <ebb9@byu.net>
24153
24154         Avoid gcc warning.
24155         * tests/test-memcmp.c (main): Pass NULL indirectly.
24156
24157 2008-05-21  Bruno Haible  <bruno@clisp.org>
24158
24159         Add reference doc about ACLs.
24160         * doc/acl-resources.txt: New file.
24161         * doc/acl-cygwin.txt: New file.
24162
24163 2008-05-21  Bruno Haible  <bruno@clisp.org>
24164
24165         Avoid one more warning from gcc.
24166         * lib/vasnprintf.c (IF_LINT): Update comments.
24167         (VASNPRINTF): Use it also for the 'prefix' array initializer.
24168
24169 2008-05-21  Jim Meyering  <meyering@redhat.com>
24170
24171         avoid a warning from gcc
24172         * lib/vasnprintf.c (IF_LINT): Define.
24173         (scale10_round_decimal_long_double):
24174         Use it to avoid a "may be used uninitialized" warning.
24175         (scale10_round_decimal_double): Likewise.
24176
24177 2008-05-21  Simon Josefsson  <simon@josefsson.org>
24178
24179         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
24180         declared.
24181
24182 2008-05-20  Bruno Haible  <bruno@clisp.org>
24183
24184         * tests/test-memcmp.c (main): Test also the sign of the result. Test
24185         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
24186
24187 2008-05-20  Simon Josefsson  <simon@josefsson.org>
24188
24189         * modules/memcmp-tests: New file.
24190         * tests/test-memcmp.c: New file.
24191
24192 2008-05-19  Bruno Haible  <bruno@clisp.org>
24193
24194         * modules/propername (Notice, configure.ac): Put quoted "..." into
24195         --keyword option.
24196         * lib/propername.h: Update comments accordingly.
24197         Reported by Eric Blake.
24198
24199 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
24200
24201         * modules/getpass-gnu (Depends-on): Add fseeko.
24202
24203 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24204
24205         * modules/base64-tests: New file.
24206
24207 2008-05-19  Bo Borgerson <gigabo@gmail.com>
24208
24209         * lib/base64.c (base64_decode_ctx): If a decode context structure
24210         was passed in use it to ignore newlines.  If a context structure
24211         was _not_ passed in, continue to treat newlines as garbage (this
24212         is the historical behavior).  Formerly base64_decode.
24213         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24214         takes a decode context structure.
24215         * lib/base64.h (base64_decode): Macro for four-argument calls.
24216         (base64_decode_alloc): Likewise.
24217         * lib/base64.c (base64_decode_ctx): If a decode context structure
24218         was passed in use it to ignore newlines.  If a context structure
24219         was _not_ passed in, continue to treat newlines as garbage (this
24220         is the historical behavior).  Formerly base64_decode.
24221         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24222         takes a decode context structure.
24223         * lib/base64.h (base64_decode): Macro for four-argument calls.
24224         (base64_decode_alloc): Likewise.
24225
24226 2008-05-19  Jim Meyering  <meyering@redhat.com>
24227
24228         avoid a warning from gcc
24229         * lib/trim.c (IF_LINT): Define.
24230         (trim2): Use it to avoid a "may be used uninitialized" warning.
24231
24232         Fix doc typo.
24233         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
24234
24235 2008-05-19  Bruno Haible  <bruno@clisp.org>
24236
24237         * doc/glibc-functions/getpass.texi: Document limits of other
24238         implementations.
24239
24240 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24241             Bruno Haible <bruno@clisp.org>
24242
24243         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
24244
24245 2008-05-18  Bruno Haible  <bruno@clisp.org>
24246
24247         * modules/propername: New file, from GNU gettext.
24248         * lib/propername.h: New file, from GNU gettext.
24249         * lib/propername.c: New file, from GNU gettext.
24250         * MODULES.html.sh (Internationalization functions): Add propername.
24251
24252 2008-05-16  Jim Meyering  <meyering@redhat.com>
24253             Bruno Haible  <bruno@clisp.org>
24254
24255         Avoid some warnings from "gcc -Wshadow".
24256         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
24257
24258 2008-05-15  Eric Blake  <ebb9@byu.net>
24259
24260         Extend previous patch to cygwin 1.7.0.
24261         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
24262         fast implementation in cygwin >= 1.7.0.
24263         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24264         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24265
24266 2008-05-15  Bruno Haible  <bruno@clisp.org>
24267
24268         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
24269         implementation in glibc >= 2.9.
24270         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24271         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24272
24273 2008-05-15  Bruno Haible  <bruno@clisp.org>
24274
24275         * MODULES.html.sh (Internationalization functions): Remove linebreak.
24276         (Unicode string functions): Add unilbrk/*.
24277         Reported by Karl Berry.
24278
24279 2008-05-15  Eric Blake  <ebb9@byu.net>
24280
24281         Fix violation of <stdbool.h> replacement in regex.
24282         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
24283         * lib/regexec.c (re_search_internal): Likewise.
24284         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
24285
24286 2008-05-15  Jim Meyering  <meyering@redhat.com>
24287
24288         avoid distracting test output when git or cvs is not found
24289         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
24290         * tests/test-vc-list-files-git.sh: Likewise.
24291
24292 2008-05-15  Eric Blake  <ebb9@byu.net>
24293
24294         Glibc finally accepted the memmem speedup code, bugzilla #5514.
24295         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
24296         glibc version.
24297         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
24298         * doc/posix-functions/strstr.texi (strstr): Likewise.
24299         * lib/str-two-way.h (MAX): Sychronize with glibc.
24300
24301 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
24302
24303         * lib/regcomp.c (optimize_utf8): Add a note on why we test
24304         opr.ctx_type.
24305         (calc_first): Initialize constraint field.
24306         (duplicate_node_closure): Use it instead of special casing ANCHORS.
24307         Fix grammar.
24308         (duplicate_node): Merge constraint field for all node types.
24309         (calc_eclosure_iter): Look at constraint field for all node types.
24310         * lib/regex_internal.c (create_cd_newstate): Don't look at
24311         opr.ctx_type.
24312
24313 2008-05-14  Bruno Haible  <bruno@clisp.org>
24314
24315         Help GCC to do better code generation.
24316         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
24317         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
24318         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
24319         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
24320         Declare with attribute 'malloc' if supported.
24321
24322 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
24323
24324         use "echo STR|wc -c" rather than unportable "expr length STR"
24325         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
24326         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
24327
24328 2008-05-14  Jim Meyering  <meyering@redhat.com>
24329
24330         use dd ibs=$n count=1 ... rather than less-portable head -c$n
24331         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
24332         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
24333         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
24334         via Collin Lasse.
24335
24336 2008-05-14  Eric Blake  <ebb9@byu.net>
24337
24338         Avoid quadratic growth in gl_LIBSOURCES.
24339         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
24340         Suggested by Bruno Haible.
24341
24342         Test xmemdup0.
24343         * modules/xmemdup0-tests: New file.
24344         * tests/test-xmemdup0.c: Likewise.
24345
24346 2008-05-13  Eric Blake  <ebb9@byu.net>
24347
24348         Split xmemdup0 into its own module.
24349         * modules/xmemdup0: New file.
24350         * lib/xmemdup0.h: Likewise.
24351         * lib/xmemdup0.c: Likewise.
24352         * MODULES.html.sh (Memory management functions): Add xmemdup0.
24353         * lib/xalloc.h (xmemdup0): Remove.
24354         * lib/xmalloc.c (xmemdup0): Likewise.
24355
24356 2008-05-13  Eric Blake  <ebb9@byu.net>
24357             Bruno Haible  <bruno@clisp.org>
24358
24359         Reduce number of forks required during autoconf.
24360         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
24361         and gl_LIBSOURCES_DIR.
24362         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
24363         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
24364         m4_syscmd per file.
24365         <m4_foreach_w>: Move...
24366         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
24367
24368 2008-05-13  Eric Blake  <ebb9@byu.net>
24369
24370         * gnulib-tool: Fix various comment typos.
24371
24372 2008-05-12  Bruno Haible  <bruno@clisp.org>
24373
24374         Tailor the linebreaking algorithm.
24375         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
24376
24377 2008-05-12  Bruno Haible  <bruno@clisp.org>
24378
24379         Update to Unicode 5.0.0.
24380         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24381         LBP_JV, LBP_JT. Redistribute values.
24382         (unilbrk_table): Change size.
24383         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
24384         Unicode TR#14 rev. 22.
24385         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24386         LBP_JV, LBP_JT. Redistribute values.
24387         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
24388         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
24389         Update.
24390         * lib/unilbrk/lbrkprop1.h: Regenerated.
24391         * lib/unilbrk/lbrkprop2.h: Regenerated.
24392         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
24393         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
24394         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
24395         Likewise.
24396         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
24397         Likewise.
24398         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
24399         result.
24400         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
24401         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
24402         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
24403         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
24404         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
24405         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
24406
24407 2008-05-11  Bruno Haible  <bruno@clisp.org>
24408
24409         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
24410
24411 2008-05-11  Bruno Haible  <bruno@clisp.org>
24412
24413         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
24414         * modules/unilbrk/gen-lbrk: New file.
24415
24416 2008-05-11  Bruno Haible  <bruno@clisp.org>
24417
24418         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
24419         * m4/sha512.m4 (gl_SHA512): Likewise.
24420
24421 2008-05-11  Jim Meyering  <meyering@redhat.com>
24422
24423         New modules: crypto/sha256, crypto/sha512 (from coreutils)
24424         * modules/crypto/sha256: New file.
24425         * modules/crypto/sha512: Likewise.
24426         * lib/sha256.c: Likewise.
24427         * lib/sha256.h: Likewise.
24428         * lib/sha512.c: Likewise.
24429         * lib/sha512.h: Likewise.
24430         * lib/u64.h: Likewise.
24431         * m4/sha256.m4: Likewise.
24432         * m4/sha512.m4: Likewise.
24433         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
24434
24435 2008-05-10  Bruno Haible  <bruno@clisp.org>
24436
24437         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
24438         (Input/Output <stdio.h>): Add xprintf.
24439         (Signal handling <signal.h>): Add strsignal.
24440         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
24441         (Core language properties): Add func.
24442         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
24443         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
24444         strings.
24445         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
24446         (Input/output): New section.
24447         (File system functions): Add openat-die, stat-macros.
24448         (Networking functions): Add sockets.
24449         (Unicode string functions): Add unictype/*.
24450         (Support for building libraries and executables): Add gperf.
24451         (Support for building documentation): Add agpl-3.0.
24452         (Misc): Add nocrash.
24453
24454 2008-05-10  Bruno Haible  <bruno@clisp.org>
24455
24456         * modules/unictype/gen-ctype: New file.
24457
24458 2008-05-10  Jim Meyering  <meyering@redhat.com>
24459
24460         Make chdir-safer.c more efficient on a system with no symlinks.
24461         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
24462         also if ELOOP is zero.  Suggested by Bruno Haible.
24463
24464         Make chdir-safer.c slightly safer.
24465         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
24466         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
24467
24468         Avoid compile failure on systems without ELOOP (like mingw).
24469         * lib/chdir-safer.c (ELOOP): Define if not already defined.
24470         Reported by Bruno Haible.
24471
24472 2008-05-10  Bruno Haible  <bruno@clisp.org>
24473
24474         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
24475         (is_utf8_encoding): Use a case-insensitive comparison.
24476         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
24477         streq.
24478
24479 2008-05-10  Bruno Haible  <bruno@clisp.org>
24480
24481         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
24482         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
24483         * lib/unilbrk/ulc-common.h (iconv_string_length,
24484         iconv_string_keeping_offsets): Remove declarations.
24485         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
24486         Don't include <iconv.h>, streq.h, xsize.h.
24487         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
24488         conversion.
24489         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
24490         <iconv.h>, streq.h, xsize.h.
24491         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
24492         conversion.
24493         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
24494         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
24495         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
24496         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
24497
24498 2008-05-10  Bruno Haible  <bruno@clisp.org>
24499
24500         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
24501         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
24502
24503         * modules/unilbrk/u32-width-linebreaks-tests: New file.
24504         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
24505
24506         * modules/unilbrk/u16-width-linebreaks-tests: New file.
24507         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
24508
24509         * modules/unilbrk/u8-width-linebreaks-tests: New file.
24510         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
24511
24512         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
24513         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
24514
24515         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
24516         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
24517
24518         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
24519         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
24520
24521         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
24522         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
24523
24524 2008-05-10  Bruno Haible  <bruno@clisp.org>
24525
24526         Split up 'linebreak' module.
24527         * lib/unilbrk.h: New file, based on lib/linebreak.h.
24528         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
24529         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
24530         modifications.
24531         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
24532         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
24533         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
24534         lib/linebreak.c.
24535         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
24536         lib/linebreak.c.
24537         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
24538         lib/linebreak.c.
24539         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
24540         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
24541         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
24542         lib/linebreak.c.
24543         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
24544         lib/linebreak.c.
24545         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
24546         lib/linebreak.c.
24547         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
24548         lib/linebreak.c.
24549         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
24550         lib/linebreak.c.
24551         * modules/unilbrk/base: New file.
24552         * modules/unilbrk/tables: New file.
24553         * modules/unilbrk/u8-possible-linebreaks: New file.
24554         * modules/unilbrk/u16-possible-linebreaks: New file.
24555         * modules/unilbrk/u32-possible-linebreaks: New file.
24556         * modules/unilbrk/ulc-common: New file.
24557         * modules/unilbrk/ulc-possible-linebreaks: New file.
24558         * modules/unilbrk/u8-width-linebreaks: New file.
24559         * modules/unilbrk/u16-width-linebreaks: New file.
24560         * modules/unilbrk/u32-width-linebreaks: New file.
24561         * modules/unilbrk/ulc-width-linebreaks: New file.
24562         * lib/linebreak.h: Remove file.
24563         * lib/linebreak.c: Remove file.
24564         * m4/linebreak.m4: Remove file.
24565         * modules/linebreak: Remove file.
24566         * NEWS: Mention the changes.
24567
24568 2008-05-09  Eric Blake  <ebb9@byu.net>
24569
24570         Add xmemdup0.
24571         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
24572         implementation.
24573         * lib/xmalloc.c (xmemdup0): New C implementation.
24574
24575 2008-05-08  Bruno Haible  <bruno@clisp.org>
24576
24577         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
24578
24579 2008-05-07  Eric Blake  <ebb9@byu.net>
24580
24581         Support cross-compilation of <wctype.h>.
24582         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
24583         AC_CACHE_CHECK.
24584
24585 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
24586
24587         * build-aux/vc-list-files: Add support for bzr.
24588
24589 2008-05-03  Jim Meyering  <meyering@redhat.com>
24590
24591         avoid failed assertion with tight malloc
24592         * tests/test-getndelim2.c: Correct an off-by-one assertion.
24593
24594 2008-05-03  Simon Josefsson  <simon@josefsson.org>
24595
24596         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
24597         are needed from arpa/inet.h.
24598         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
24599         Reported by Bruno Haible.
24600
24601 2008-05-02  Jim Meyering  <meyering@redhat.com>
24602
24603         avoid compilation error on FreeBSD 6
24604         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
24605
24606 2008-05-01  Jim Meyering  <meyering@redhat.com>
24607
24608         useless-if-before-free: correct --help's exit status description
24609         * build-aux/useless-if-before-free (usage): Like grep, exit 0
24610         for one or more matches, etc.  Reported by Bruno Haible.
24611
24612         vc-list-files: make the stand-alone gnulib test work
24613         * modules/vc-list-files-tests (configure.ac):
24614         Define and AC_SUBST abs_aux_dir.
24615         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
24616         $(abs_top_srcdir) to each script and having each of them
24617         duplicate the work of setting PATH, set PATH here, using
24618         the new variable, abs_aux_dir instead.
24619         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
24620         * tests/test-vc-list-files-git.sh: Likewise.
24621         Reported by Bruno Haible.
24622
24623 2008-05-01  Bruno Haible  <bruno@clisp.org>
24624
24625         * lib/getndelim2.c (getndelim2): Fix newsize computation during
24626         reallocation. Rename 'done' to 'found_delimiter'.
24627
24628 2008-05-01  Jim Meyering  <meyering@redhat.com>
24629
24630         vc-list-files: accommodate /bin/sh like the one from Solaris 10
24631         * build-aux/vc-list-files: Use `...`, not $(...).
24632
24633 2008-04-30  Jim Meyering  <meyering@redhat.com>
24634
24635         add tests for vc-list-files
24636         * modules/vc-list-files-tests: New module.
24637         * tests/test-vc-list-files-cvs.sh: New file.
24638         * tests/test-vc-list-files-git.sh: New file.
24639
24640         avoid a warning from gcc
24641         * lib/getndelim2.c (IF_LINT): Define.
24642         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
24643
24644         vc-list-files: work properly with build-aux/cvsu, too
24645         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
24646         to all cvs-based clauses.
24647
24648         vc-list-files: work properly in the CVS+awk case, too
24649         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
24650
24651         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
24652         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
24653         take more than one file argument, so .  Add quotes, just in case $dir
24654         ever contains a shell meta-character.  Prompted by Soren Hansen in
24655         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
24656
24657 2008-04-29  Eric Blake  <ebb9@byu.net>
24658
24659         Optimize getndelim2 to use block operations when possible.
24660         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
24661         freadseek, and memchr2.
24662         * lib/getndelim2.c (getndelim2): Use them for block reads.
24663
24664 2008-04-29  Bruno Haible  <bruno@clisp.org>
24665
24666         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
24667         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24668         * modules/inet_ntop (Depends-on): Add extensions.
24669         * modules/inet_pton (Depends-on): Likewise.
24670         Reported by Simon Josefsson.
24671
24672 2008-04-29  Jim Meyering  <meyering@redhat.com>
24673
24674         When the is more than one match in a block, match all of them.
24675         * build-aux/useless-if-before-free: Iterate through each block
24676         until there are no more matches.
24677
24678         Fix broken useless-if-before-free script.
24679         * build-aux/useless-if-before-free: Fix typo: missing "?" after
24680         the expression to match cast of argument to free-like function.
24681
24682 2008-04-29  Eric Blake  <ebb9@byu.net>
24683
24684         Use new header.
24685         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
24686
24687 2008-04-29  Jim Meyering  <meyering@redhat.com>
24688
24689         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
24690         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
24691         by gnulib to exist and to declare e.g., inet_ntop.
24692         Don't include "inet_ntop.h", now removed.
24693
24694         * m4/arpa_inet_h.m4: Remove trailing blanks.
24695
24696 2008-04-29  Eric Blake  <ebb9@byu.net>
24697
24698         Silence valgrind on safe reads beyond potential array bounds.
24699         * lib/rawmemchr.valgrind: New file.
24700         * lib/strchrnul.valgrind: Likewise.
24701         * modules/rawmemchr (Files): Distribute new file.
24702         * modules/strchrnul (Files): Likewise.
24703         Suggested by Bruno Haible.
24704
24705 2008-04-29  Bruno Haible  <bruno@clisp.org>
24706
24707         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
24708         (inet_ntop, inet_pton): Change portability warning's wording.
24709         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
24710         Invoke gl_CHECK_NEXT_HEADERS.
24711         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
24712         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
24713         set ARPA_INET_H.
24714         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24715         * modules/arpa_inet (Description): No longer only for systems that
24716         lack it.
24717         (Depends-on): Add include_next.
24718         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
24719         HAVE_ARPA_INET_H.
24720
24721 2008-04-29  Jim Meyering  <meyering@redhat.com>
24722
24723         * modules/mkdir (License): Re-license as LGPLv2+.
24724
24725 2008-04-29  Bruno Haible  <bruno@clisp.org>
24726
24727         * modules/rawmemchr (Maintainer): Set to Eric.
24728         * modules/strchrnul (Maintainer): Likewise.
24729
24730 2008-04-29  Simon Josefsson  <simon@josefsson.org>
24731
24732         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
24733         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
24734
24735         * modules/arpa_inet (arpa/inet.h): Use them.
24736
24737 2008-04-28  Eric Blake  <ebb9@byu.net>
24738
24739         Test getndelim2.
24740         * modules/getndelim2-tests: New file.
24741         * tests/test-getndelim2.c: Likewise.
24742         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
24743         stream.
24744         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
24745
24746         * MODULES.html.sh: Document new module.
24747
24748 2008-04-20  Bruno Haible  <bruno@clisp.org>
24749
24750         * lib/c-stack.c (die): Use raise.
24751         * modules/c-stack (Depends-on): Add raise.
24752
24753 2008-04-28  Bruno Haible  <bruno@clisp.org>
24754
24755         Expect rpmatch to be declared.
24756         * lib/yesno.c (rpmatch): Remove declaration.
24757
24758         Declare rpmatch.
24759         * lib/stdlib.in.h (rpmatch): New declaration.
24760         * lib/rpmatch.c: Include <stdlib.h> first.
24761         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
24762         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
24763         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
24764         HAVE_RPMATCH.
24765         * modules/rpmatch (Depends-on): Add stdlib, extensions.
24766         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
24767         (Include): Set to <stdlib.h>.
24768         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
24769         HAVE_RPMATCH.
24770         * NEWS: Document the change.
24771
24772 2008-04-28  Bruno Haible  <bruno@clisp.org>
24773
24774         Change rpmatch to use nl_langinfo when appropriate.
24775         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
24776         (N_): New macro.
24777         (localized_pattern): New function/macro.
24778         (try): Remove match, nomatch arguments. Copy the pattern into safe
24779         memory before caching it.
24780         (rpmatch): Use localized_pattern. Add translator comments.
24781         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
24782         Suggested by Eric Blake.
24783         * modules/rpmatch (Depends-on): Add stdbool.
24784
24785 2008-04-28  Eric Blake  <ebb9@byu.net>
24786
24787         Add rawmemchr module, matching glibc.
24788         * modules/string (Makefile.am): New indicator.
24789         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
24790         * lib/string.in.h (rawmemchr): Declare when appropriate.
24791         * modules/rawmemchr: New file.
24792         * m4/rawmemchr.m4: Likewise.
24793         * lib/rawmemchr.c: Likewise.
24794         * modules/rawmemchr-tests: Likewise.
24795         * tests/test-rawmemchr.c: Likewise.
24796         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
24797         module.
24798         * modules/strchrnul (Depends-on): Add rawmemchr.
24799         * lib/strchrnul.c (strchrnul): Optimize a corner case.
24800
24801         Whitespace cleanup.
24802         * tests/test-strchrnul.c: Reindent.
24803         * lib/strchrnul.c: Likewise.
24804
24805         Optimize and test strchrnul.
24806         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
24807         * modules/strchrnul-tests: New file.
24808         * tests/test-strchrnul.c: Likewise.
24809
24810         Remove intprops dependency.
24811         * modules/memchr (Depends-on): Remove intprops.
24812         * modules/memrchr (Depends-on): Likewise.
24813         * modules/memchr2 (Depends-on): Likewise.
24814         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
24815         * lib/memrchr.c (__memrchr): Likewise.
24816         * lib/memrchr2.c (memchr2): Likewise.
24817         Reported by Simon Josefsson.
24818
24819 2008-04-28  Simon Josefsson  <simon@josefsson.org>
24820
24821         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
24822         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24823
24824 2008-04-28  Simon Josefsson  <simon@josefsson.org>
24825
24826         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
24827
24828         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
24829
24830         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
24831
24832         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
24833         declarations.
24834         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
24835
24836         * m4/inet_pton.m4: Don't check for header files.
24837
24838         * m4/inet_ntop.m4: Don't check for header files.
24839
24840 2008-04-28  Simon Josefsson  <simon@josefsson.org>
24841
24842         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
24843         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
24844         trigger for cygwin).
24845         Reported by Bruno Haible  <bruno@clisp.org>.
24846
24847 2008-04-28  Bruno Haible  <bruno@clisp.org>
24848
24849         * doc/posix-functions/strdup.texi: Mention mingw problem.
24850
24851 2008-04-27  Bruno Haible  <bruno@clisp.org>
24852
24853         * modules/stat-time-tests (Depends-on): Add sleep.
24854         * tests/test-stat-time.c (force_unlink): New function.
24855         (cleanup): Use it.
24856         (test_mtime): Remove the ctime related tests.
24857         (test_ctime): New function, containing the ctime related tests.
24858         (main): Call test_ctime, except on native Windows platforms.
24859
24860 2008-04-27  Bruno Haible  <bruno@clisp.org>
24861
24862         * lib/rpmatch.c (rpmatch): Add some comments.
24863         Reported by James Youngman <jay@gnu.org>.
24864
24865 2008-04-27  Bruno Haible  <bruno@clisp.org>
24866
24867         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
24868         quiet NaNs.
24869
24870 2008-04-27  Bruno Haible  <bruno@clisp.org>
24871
24872         Make test-yesno.sh work on mingw.
24873         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
24874         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
24875         (main): Set stdin to binary mode.
24876         * modules/yesno-tests (Depends-on): Add binary-io.
24877
24878 2008-04-27  Bruno Haible  <bruno@clisp.org>
24879
24880         Fix 'isfinite' on x86, x86_64, ia64 platforms.
24881         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
24882         argument that lie outside the IEEE 854 domain.
24883         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
24884         (gl_ISFINITE): Use it.
24885         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
24886
24887 2008-04-27  Bruno Haible  <bruno@clisp.org>
24888
24889         Allow local renaming in config.h.
24890         * lib/memrchr.c (memrchr): Don't undefine outside libc.
24891
24892 2008-04-27  Bruno Haible  <bruno@clisp.org>
24893
24894         * lib/memchr.c (__memchr): Change type of 'i'.
24895         * lib/memchr2.c (memchr2): Likewise.
24896
24897 2008-04-26  Eric Blake  <ebb9@byu.net>
24898         and Bruno Haible  <bruno@clisp.org>
24899
24900         Optimize and test memrchr.
24901         * modules/memrchr (Depends-on): Add intprops.
24902         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
24903         * modules/memrchr-tests: New file.
24904         * tests/test-memrchr.c: New file.
24905
24906 2008-04-26  Bruno Haible  <bruno@clisp.org>
24907
24908         Add tentative support for DragonFly BSD.
24909         * lib/stdio-impl.h: Add macros for DragonFly BSD.
24910         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
24911         fp.
24912         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
24913         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
24914         * lib/fpurge.c (fpurge): Likewise.
24915         * lib/freadable.c (freaadable): Likewise.
24916         * lib/freadahead.c (freadahead): Likewise.
24917         * lib/freading.c (freading): Likewise.
24918         * lib/freadptr.c (freadptr): Likewise.
24919         * lib/freadseek.c (freadptrinc): Likewise.
24920         * lib/fseeko.c (fseeko): Likewise.
24921         * lib/fseterr.c (fseterr): Likewise.
24922         * lib/fwritable.c (fwritable): Likewise.
24923         * lib/fwriting.c (fwriting): Likewise.
24924
24925 2008-04-26  Bruno Haible  <bruno@clisp.org>
24926
24927         * lib/stdio-impl.h: New file.
24928         * lib/fbufmode.c: Include stdio-impl.h.
24929         (fbufmode): Use fp_, remove redundant #defines.
24930         * lib/fflush.c: Include stdio-impl.h.
24931         (clear_ungetc_buffer): Remove redundant #defines.
24932         * lib/fpurge.c: Include stdio-impl.h.
24933         (fpurge): Remove redundant #defines.
24934         * lib/freadable.c: Include stdio-impl.h.
24935         (freadable): Remove redundant #defines.
24936         * lib/freadahead.c: Include stdio-impl.h.
24937         (freadahead): Remove redundant #defines.
24938         * lib/freading.c: Include stdio-impl.h.
24939         (freading): Remove redundant #defines.
24940         * lib/freadptr.c: Include stdio-impl.h.
24941         (freadptr): Remove redundant #defines.
24942         * lib/freadseek.c: Include stdio-impl.h.
24943         (freadptrinc): Remove redundant #defines.
24944         * lib/fseeko.c: Include stdio-impl.h.
24945         (rpl_fseeko): Remove redundant #defines.
24946         * lib/fseterr.c: Include stdio-impl.h.
24947         (fseterr): Remove redundant #defines.
24948         * lib/fwritable.c: Include stdio-impl.h.
24949         (fwritable: Remove redundant #defines.
24950         * lib/fwriting.c: Include stdio-impl.h.
24951         (fwriting): Remove redundant #defines.
24952         * modules/fbufmode (Files): Add lib/stdio-impl.h.
24953         * modules/fflush (Files): Likewise.
24954         * modules/fpurge (Files): Likewise.
24955         * modules/freadable (Files): Likewise.
24956         * modules/freadahead (Files): Likewise.
24957         * modules/freading (Files): Likewise.
24958         * modules/freadptr (Files): Likewise.
24959         * modules/freadseek (Files): Likewise.
24960         * modules/fseeko (Files): Likewise.
24961         * modules/fseterr (Files): Likewise.
24962         * modules/fwritable (Files): Likewise.
24963         * modules/fwriting (Files): Likewise.
24964
24965 2008-04-26  Bruno Haible  <bruno@clisp.org>
24966
24967         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
24968         restore_seek_optimization, update_fpos_cache): New functions, extracted
24969         from rpl_fflush.
24970         (rpl_fflush): Use them.
24971         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
24972         (gl_REPLACE_FFLUSH): Use it.
24973
24974 2008-04-26  Bruno Haible  <bruno@clisp.org>
24975
24976         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
24977         on Solaris.
24978         * tests/test-xstrtoimax.sh: Likewise.
24979         * tests/test-xstrtoumax.sh: Likewise.
24980         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24981
24982 2008-04-26  Bruno Haible  <bruno@clisp.org>
24983
24984         * modules/memchr-tests: New file.
24985         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
24986
24987 2008-04-26  Eric Blake  <ebb9@byu.net>
24988             Bruno Haible  <bruno@clisp.org>
24989
24990         * lib/memchr.c: Include intprops.h.
24991         (__memchr): Optimize parallel detection of matching bytes. Rename local
24992         variables. Add explanatory comments.
24993
24994 2008-04-26  Bruno Haible  <bruno@clisp.org>
24995
24996         Fix module 'memchr', broken since 2000-10-28.
24997         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
24998
24999 2008-04-26  Bruno Haible  <bruno@clisp.org>
25000
25001         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
25002         comments.
25003
25004 2008-04-25  Eric Blake  <ebb9@byu.net>
25005
25006         Use native fstatat on cygwin 1.7.0.
25007         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
25008         first.
25009
25010 2008-04-23  Eric Blake  <ebb9@byu.net>
25011
25012         Improve memchr2 performance.
25013         * lib/memchr2.c (memchr2): Further optimize parallel detection of
25014         NUL bytes.
25015         * modules/memchr2 (Depends-on): Use intprops.h.
25016
25017 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25018
25019         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
25020         an inline function instead of a CPP macro.  Patch by Ben Pfaff
25021         <blp@cs.stanford.edu>.
25022
25023 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25024
25025         * lib/arpa_inet.in.h: New file.
25026
25027         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
25028         (Makefile.am): Sed in substitute header file.
25029
25030         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
25031         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
25032
25033         * modules/inet_ntop (configure.ac): Use
25034         gl_ARPA_INET_MODULE_INDICATOR.
25035
25036         * modules/inet_pton (configure.ac): Use
25037         gl_ARPA_INET_MODULE_INDICATOR.
25038
25039 2008-04-22  Jim Meyering  <meyering@redhat.com>
25040
25041         * modules/verify (License): Re-license as LGPLv2+.
25042
25043 2008-04-22  Simon Josefsson  <simon@josefsson.org>
25044
25045         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
25046         parameter to void* as per POSIX standard (MinGW uses char*).
25047
25048 2008-04-21  Bruno Haible  <bruno@clisp.org>
25049
25050         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25051         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25052         Define to replacements if REPLACE_ISWCNTRL is 1.
25053         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
25054         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
25055         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
25056         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
25057         what it fixes.
25058         * doc/posix-functions/iswalpha.texi: Likewise.
25059         * doc/posix-functions/iswblank.texi: Likewise.
25060         * doc/posix-functions/iswcntrl.texi: Likewise.
25061         * doc/posix-functions/iswdigit.texi: Likewise.
25062         * doc/posix-functions/iswgraph.texi: Likewise.
25063         * doc/posix-functions/iswlower.texi: Likewise.
25064         * doc/posix-functions/iswprint.texi: Likewise.
25065         * doc/posix-functions/iswpunct.texi: Likewise.
25066         * doc/posix-functions/iswspace.texi: Likewise.
25067         * doc/posix-functions/iswupper.texi: Likewise.
25068         * doc/posix-functions/iswxdigit.texi: Likewise.
25069         Reported by Alain Guibert.
25070
25071 2008-04-21  Bruno Haible  <bruno@clisp.org>
25072
25073         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
25074         Patch by Alain Guibert.
25075
25076 2008-04-21  Bruno Haible  <bruno@clisp.org>
25077
25078         Fix test failures on mingw.
25079         * tests/test-xstrtol.c (print_no_progname): New function.
25080         (main): Install it in error_print_progname hook.
25081         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
25082         * tests/test-xstrtoimax.sh: Likewise.
25083         * tests/test-xstrtoumax.sh: Likewise.
25084
25085 2008-04-21  Bruno Haible  <bruno@clisp.org>
25086
25087         Fix test failure on mingw.
25088         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
25089
25090 2008-04-21  Bruno Haible  <bruno@clisp.org>
25091
25092         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
25093         Actually assign a value.
25094
25095 2008-04-20  Bruno Haible  <bruno@clisp.org>
25096
25097         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
25098         take 2.
25099         * lib/canonicalize.c (canonicalize_file_name): Elide if the
25100         'canonicalize-lgpl' module is also used.
25101         * lib/canonicalize-lgpl.c: Undo last change.
25102         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
25103
25104 2008-04-20  Bruno Haible  <bruno@clisp.org>
25105
25106         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
25107         config.h. Provide _mkdir based fallback for mingw.
25108         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
25109         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
25110         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
25111         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
25112         rather than defining mkdir in config.h.
25113         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
25114         (gl_SYS_STAT_H_DEFAULTS): New macro.
25115         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
25116         HAVE_IO_H any more.
25117         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
25118         HAVE_DECL_MKDIR and HAVE_IO_H.
25119
25120 2008-04-20  Bruno Haible  <bruno@clisp.org>
25121
25122         * lib/isapipe.c: Port to native Windows platforms.
25123
25124 2008-04-20  Bruno Haible  <bruno@clisp.org>
25125
25126         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
25127
25128 2008-04-21  Eric Blake  <ebb9@byu.net>
25129
25130         Work around preprocessors that don't handle UINTMAX_MAX.
25131         * lib/memchr2.c (memchr2): Avoid embedded #if.
25132         Reported by Alain Guibert, fix suggested by Bruno Haible.
25133
25134 2008-04-21  Simon Josefsson  <simon@josefsson.org>
25135
25136         * doc/posix-functions/strftime.texi (strftime): Explain better
25137         Windows incompatibility.  Suggested by Micah Cowan
25138         <micah@cowan.name>.
25139
25140 2008-04-20  Bruno Haible  <bruno@clisp.org>
25141
25142         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
25143         unistr/u8-mblen.
25144
25145 2008-04-20  Bruno Haible  <bruno@clisp.org>
25146
25147         Fix test failure on platforms with non-GNU iconv.
25148         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25149         (U_TO_U8): Use it, rather than u16_to_u8.
25150         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25151         units at the end of the input string.
25152         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25153
25154 2008-04-20  Bruno Haible  <bruno@clisp.org>
25155
25156         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25157         when the resulting length is 0.
25158         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25159
25160 2008-04-20  Bruno Haible  <bruno@clisp.org>
25161
25162         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
25163         works.
25164         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
25165
25166 2008-04-20  Bruno Haible  <bruno@clisp.org>
25167
25168         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
25169         * modules/tsearch-tests (configure.ac): Test for initstate function.
25170
25171 2008-04-20  Bruno Haible  <bruno@clisp.org>
25172
25173         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
25174         for nlink_t if missing.
25175         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
25176
25177 2008-04-19  Bruno Haible  <bruno@clisp.org>
25178
25179         Work around snprintf bug on Linux libc5.
25180         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
25181         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25182         gl_SNPRINTF_SIZE1.
25183         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25184         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
25185         that test failed.
25186         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
25187         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
25188         * modules/snprintf (Files): Add m4/printf.m4.
25189         * modules/vsnprintf (Files): Likewise.
25190         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
25191         * doc/posix-functions/vsnprintf.texi: Likewise.
25192
25193 2008-04-19  Bruno Haible  <bruno@clisp.org>
25194
25195         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
25196         from 0.0058 to less than 10^-7.
25197
25198 2008-04-19  Bruno Haible  <bruno@clisp.org>
25199
25200         Fix rounding when a precision is given.
25201         * lib/vasnprintf.c (is_borderline): New function.
25202         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
25203         9...9x.
25204         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
25205         %e, %g.
25206         * tests/test-vasprintf-posix.c (test_function): Likewise.
25207         * tests/test-snprintf-posix.h (test_function): Likewise.
25208         * tests/test-sprintf-posix.h (test_function): Likewise.
25209         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
25210         * tests/test-printf-posix.h (test_function): Likewise.
25211         * tests/test-printf-posix.output: Update.
25212         Reported by John Darrington <john@darrington.wattle.id.au> via
25213         Ben Pfaff <blp@cs.stanford.edu>.
25214
25215 2008-04-18  Simon Josefsson  <simon@josefsson.org>
25216
25217         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
25218         Suggested by Bruno Haible <bruno@clisp.org>.
25219
25220 2008-04-17  Bruno Haible  <bruno@clisp.org>
25221
25222         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
25223         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
25224         implementation.
25225         Patch by Bruce Merry <bmerry@gmail.com>.
25226
25227 2008-04-17  Simon Josefsson  <simon@josefsson.org>
25228
25229         * doc/posix-functions/strftime.texi (strftime): Mention that %e
25230         doesn't work under Windows.
25231
25232 2008-04-16  Bruno Haible  <bruno@clisp.org>
25233
25234         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
25235         New macros.
25236         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
25237         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
25238         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
25239         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
25240         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
25241         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
25242         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
25243         macros.
25244         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
25245         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
25246         Northern Sotho, Uighur.
25247
25248 2008-04-16  Bruno Haible  <bruno@clisp.org>
25249
25250         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
25251         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
25252         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
25253         Reported by Daniel Bergström <daniel@octocode.com>.
25254
25255 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
25256             Bruno Haible  <bruno@clisp.org>
25257
25258         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
25259         function.
25260         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
25261         New functions, mostly extracted from gl_locale_name_default.
25262         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
25263
25264 2008-04-16  Eric Blake  <ebb9@byu.net>
25265
25266         Adjust strtod detection to catch glibc 2.7 bug.
25267         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
25268         Reported by John Gatewood Ham.
25269
25270 2008-04-16  Bruno Haible  <bruno@clisp.org>
25271
25272         Add tentative support for Linux libc5.
25273         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
25274         * lib/fpurge.c (fpurge): Likewise.
25275         * lib/freadable.c (freadable): Likewise.
25276         * lib/freadahead.c (freadahead): Likewise.
25277         * lib/freading.c (freading): Likewise.
25278         * lib/freadptr.c (freadptr): Likewise.
25279         * lib/freadseek.c (freadptrinc): Likewise.
25280         * lib/fseeko.c (rpl_fseeko): Likewise.
25281         * lib/fseterr.c (fseterr): Likewise.
25282         * lib/fwritable.c (fwritable): Likewise.
25283         * lib/fwriting.c (fwriting): Likewise.
25284         Reported by Alain Guibert <alguibert+bts@free.fr>.
25285
25286 2008-04-15  Bruno Haible  <bruno@clisp.org>
25287
25288         * modules/mathl (configure.ac): Define module indicator.
25289
25290 2008-04-15  Bruno Haible  <bruno@clisp.org>
25291
25292         * lib/logl.c (logl): Remove unused variables.
25293
25294 2008-04-15  Bruno Haible  <bruno@clisp.org>
25295
25296         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
25297         fails.
25298
25299 2008-04-15  Bruno Haible  <bruno@clisp.org>
25300
25301         * lib/trim.c (trim2): Fix argument of isspace() macro.
25302
25303 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
25304
25305         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
25306         to 0.
25307         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
25308
25309 2008-04-14  Bruno Haible  <bruno@clisp.org>
25310
25311         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
25312         AC_LANG_PROGRAM argument.
25313         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
25314         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
25315         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
25316         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25317         * m4/math_h.m4 (gl_MATH_H): Likewise.
25318         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
25319         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25320         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25321         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
25322         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25323         * m4/regex.m4 (gl_REGEX): Likewise.
25324         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
25325         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
25326         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25327         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
25328         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25329         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25330         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25331         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25332
25333 2008-04-14  Jim Meyering  <meyering@redhat.com>
25334
25335         test-strtod: fix typos: s/abs/fabs/
25336         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
25337
25338 2008-04-13  Bruno Haible  <bruno@clisp.org>
25339
25340         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
25341         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
25342         module is also used and while not building the reloc-wrapper.
25343
25344 2008-04-13  Bruno Haible  <bruno@clisp.org>
25345
25346         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
25347
25348 2008-04-13  Bruno Haible  <bruno@clisp.org>
25349
25350         Fix AIX compilation failure introduced on 2008-04-02.
25351         * tests/test-frexp.c (exp): Undefine before redefining.
25352         * tests/test-frexpl.c (exp): Likewise.
25353
25354 2008-04-13  Bruno Haible  <bruno@clisp.org>
25355
25356         Work around a HP-UX stdio bug.
25357         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
25358         * tests/test-ftello.c (main): Likewise.
25359         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
25360         * doc/posix-functions/ftello.texi: Likewise.
25361
25362 2008-04-13  Bruno Haible  <bruno@clisp.org>
25363
25364         Make test-signbit pass on HP-UX/hppa.
25365         * tests/test-signbit.c (minus_zerol): New variable.
25366         (test_signbitl): Use it.
25367
25368 2008-04-13  Bruno Haible  <bruno@clisp.org>
25369
25370         Make truncl work on OSF/1 4.0.
25371         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
25372         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25373         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25374         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
25375         HAVE_DECL_TRUNCL.
25376         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
25377         HAVE_DECL_TRUNCL.
25378         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
25379
25380 2008-04-13  Bruno Haible  <bruno@clisp.org>
25381
25382         * lib/unictype.h: Remove trailing comma from enumeration definitions.
25383
25384 2008-04-13  Bruno Haible  <bruno@clisp.org>
25385
25386         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
25387         expression, so as to avoid HP-UX 11 cc compiler bug.
25388
25389 2008-04-13  Bruno Haible  <bruno@clisp.org>
25390
25391         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
25392
25393 2008-04-13  Bruno Haible  <bruno@clisp.org>
25394
25395         * lib/git-merge-changelog.c: Remove empty declaration outside of
25396         functions.
25397
25398 2008-04-13  Bruno Haible  <bruno@clisp.org>
25399
25400         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
25401
25402 2008-04-13  Bruno Haible  <bruno@clisp.org>
25403
25404         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
25405         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
25406         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
25407         also if it exists but lacks definitions of the SHUT_* macros.
25408         * modules/sys_socket (Description): Update.
25409         Reported by Elbert Pol <e.pol@chello.nl>.
25410
25411 2008-04-13  Bruno Haible  <bruno@clisp.org>
25412
25413         * lib/localcharset.c (OS2): Don't redefine if already defined.
25414         Reported by Elbert Pol <e.pol@chello.nl>.
25415
25416 2008-04-13  Bruno Haible  <bruno@clisp.org>
25417
25418         * lib/binary-io.h [__EMX__]: Include <io.h>.
25419         Reported by Elbert Pol <e.pol@chello.nl>.
25420
25421 2008-04-12  Bruno Haible  <bruno@clisp.org>
25422
25423         * lib/fpucw.h: Enable the definitions also for x86_64.
25424         Needed for NetBSD/x86_64.
25425         Reported by Thomas Klausner <tk@giga.or.at>.
25426
25427 2008-04-12  Bruno Haible  <bruno@clisp.org>
25428
25429         * tests/test-strtod.c: Include isnand.h.
25430         (main): Use isnand instead of isnan.
25431         Reported by Jim Meyering.
25432
25433 2008-04-12  Bruno Haible  <bruno@clisp.org>
25434
25435         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
25436         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25437
25438 2008-04-12  Jim Meyering  <meyering@redhat.com>
25439
25440         * m4/math_h.m4 (gl_MATH_H): Fix typos.
25441
25442 2008-04-12  Bruno Haible  <bruno@clisp.org>
25443
25444         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
25445         Reported by Elbert Pol <e.pol@chello.nl>.
25446
25447 2008-04-12  Eric Blake  <ebb9@byu.net>
25448
25449         Work around Solaris 10 math.h bug.
25450         * m4/math_h.m4 (gl_MATH_H): Check for bug.
25451         (gl_MATH_H_DEFAULTS): Set up default.
25452         * modules/math (Makefile.am): Replace new indicators.
25453         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
25454         * tests/test-math.c (main): Test this.
25455         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
25456         * doc/posix-headers/math.texi (math.h): Mention bug.
25457         Reported by Nelson H. F. Beebe and Jim Meyering.
25458
25459 2008-04-11  Bruno Haible  <bruno@clisp.org>
25460
25461         Adapt to future versions of Apple GCC.
25462         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
25463         Reported by Peter O'Gorman <peter@pogma.com>.
25464
25465 2008-04-11  Bruno Haible  <bruno@clisp.org>
25466
25467         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
25468
25469 2008-04-11  Bruno Haible  <bruno@clisp.org>
25470
25471         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
25472
25473         * modules/getaddrinfo-tests (Makefile.am): Define
25474         test_getaddrinfo_LDADD.
25475
25476 2008-04-11  Bruno Haible  <bruno@clisp.org>
25477
25478         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
25479         (init): Fix syntax error.
25480         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
25481         is declared.
25482
25483 2008-04-11  Bruno Haible  <bruno@clisp.org>
25484
25485         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
25486         * modules/glob (Depends-on): Add stdbool.
25487
25488 2008-04-11  Bruno Haible  <bruno@clisp.org>
25489
25490         * lib/trim.c: Include <string.h>.
25491
25492 2008-04-11  Eric Blake  <ebb9@byu.net>
25493
25494         Avoid compile failure on OS/2.
25495         * lib/regex_internal.h (internal_function): Disable optimization
25496         on OS/2 (__EMX__), where it caused compiler error.
25497         Reported by Elbert Pol.
25498
25499 2008-04-11  Bruno Haible  <bruno@clisp.org>
25500
25501         Flush the standard error stream before aborting. Needed on mingw.
25502         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
25503         * tests/test-array_list.c (ASSERT): Likewise.
25504         * tests/test-array_oset.c (ASSERT): Likewise.
25505         * tests/test-avltree_list.c (ASSERT): Likewise.
25506         * tests/test-avltree_oset.c (ASSERT): Likewise.
25507         * tests/test-avltreehash_list.c (ASSERT): Likewise.
25508         * tests/test-binary-io.c (ASSERT): Likewise.
25509         * tests/test-byteswap.c (ASSERT): Likewise.
25510         * tests/test-c-ctype.c (ASSERT): Likewise.
25511         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
25512         * tests/test-c-strcasestr.c (ASSERT): Likewise.
25513         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
25514         * tests/test-c-strstr.c (ASSERT): Likewise.
25515         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
25516         * tests/test-canonicalize.c (ASSERT): Likewise.
25517         * tests/test-carray_list.c (ASSERT): Likewise.
25518         * tests/test-ceilf1.c (ASSERT): Likewise.
25519         * tests/test-ceilf2.c (ASSERT): Likewise.
25520         * tests/test-ceill.c (ASSERT): Likewise.
25521         * tests/test-count-one-bits.c (ASSERT): Likewise.
25522         * tests/test-fbufmode.c (ASSERT): Likewise.
25523         * tests/test-fflush2.c (ASSERT): Likewise.
25524         * tests/test-floorf1.c (ASSERT): Likewise.
25525         * tests/test-floorf2.c (ASSERT): Likewise.
25526         * tests/test-floorl.c (ASSERT): Likewise.
25527         * tests/test-fopen.c (ASSERT): Likewise.
25528         * tests/test-fpending.c (ASSERT): Likewise.
25529         * tests/test-fprintf-posix.c (ASSERT): Likewise.
25530         * tests/test-fpurge.c (ASSERT): Likewise.
25531         * tests/test-freadable.c (ASSERT): Likewise.
25532         * tests/test-freadahead.c (ASSERT): Likewise.
25533         * tests/test-freading.c (ASSERT): Likewise.
25534         * tests/test-freadptr.c (ASSERT): Likewise.
25535         * tests/test-freadptr2.c (ASSERT): Likewise.
25536         * tests/test-freadseek.c (ASSERT): Likewise.
25537         * tests/test-freopen.c (ASSERT): Likewise.
25538         * tests/test-frexp.c (ASSERT): Likewise.
25539         * tests/test-frexpl.c (ASSERT): Likewise.
25540         * tests/test-fseek.c (ASSERT): Likewise.
25541         * tests/test-fseeko.c (ASSERT): Likewise.
25542         * tests/test-fstrcmp.c (ASSERT): Likewise.
25543         * tests/test-ftell.c (ASSERT): Likewise.
25544         * tests/test-ftello.c (ASSERT): Likewise.
25545         * tests/test-func.c (ASSERT): Likewise.
25546         * tests/test-fwritable.c (ASSERT): Likewise.
25547         * tests/test-fwriting.c (ASSERT): Likewise.
25548         * tests/test-getdelim.c (ASSERT): Likewise.
25549         * tests/test-getline.c (ASSERT): Likewise.
25550         * tests/test-i-ring.c (ASSERT): Likewise.
25551         * tests/test-iconv-utf.c (ASSERT): Likewise.
25552         * tests/test-iconv.c (ASSERT): Likewise.
25553         * tests/test-isfinite.c (ASSERT): Likewise.
25554         * tests/test-isnand.c (ASSERT): Likewise.
25555         * tests/test-isnanf.c (ASSERT): Likewise.
25556         * tests/test-isnanl.h (ASSERT): Likewise.
25557         * tests/test-ldexpl.c (ASSERT): Likewise.
25558         * tests/test-linked_list.c (ASSERT): Likewise.
25559         * tests/test-linkedhash_list.c (ASSERT): Likewise.
25560         * tests/test-localename.c (ASSERT): Likewise.
25561         * tests/test-lseek.c (ASSERT): Likewise.
25562         * tests/test-mbscasecmp.c (ASSERT): Likewise.
25563         * tests/test-mbscasestr1.c (ASSERT): Likewise.
25564         * tests/test-mbscasestr2.c (ASSERT): Likewise.
25565         * tests/test-mbscasestr3.c (ASSERT): Likewise.
25566         * tests/test-mbscasestr4.c (ASSERT): Likewise.
25567         * tests/test-mbschr.c (ASSERT): Likewise.
25568         * tests/test-mbscspn.c (ASSERT): Likewise.
25569         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
25570         * tests/test-mbspbrk.c (ASSERT): Likewise.
25571         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
25572         * tests/test-mbsrchr.c (ASSERT): Likewise.
25573         * tests/test-mbsspn.c (ASSERT): Likewise.
25574         * tests/test-mbsstr1.c (ASSERT): Likewise.
25575         * tests/test-mbsstr2.c (ASSERT): Likewise.
25576         * tests/test-mbsstr3.c (ASSERT): Likewise.
25577         * tests/test-memchr2.c (ASSERT): Likewise.
25578         * tests/test-memmem.c (ASSERT): Likewise.
25579         * tests/test-open.c (ASSERT): Likewise.
25580         * tests/test-printf-frexp.c (ASSERT): Likewise.
25581         * tests/test-printf-frexpl.c (ASSERT): Likewise.
25582         * tests/test-printf-posix.c (ASSERT): Likewise.
25583         * tests/test-quotearg.c (ASSERT): Likewise.
25584         * tests/test-rbtree_list.c (ASSERT): Likewise.
25585         * tests/test-rbtree_oset.c (ASSERT): Likewise.
25586         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
25587         * tests/test-round1.c (ASSERT): Likewise.
25588         * tests/test-roundf1.c (ASSERT): Likewise.
25589         * tests/test-roundl.c (ASSERT): Likewise.
25590         * tests/test-signbit.c (ASSERT): Likewise.
25591         * tests/test-sleep.c (ASSERT): Likewise.
25592         * tests/test-snprintf-posix.c (ASSERT): Likewise.
25593         * tests/test-snprintf.c (ASSERT): Likewise.
25594         * tests/test-sprintf-posix.c (ASSERT): Likewise.
25595         * tests/test-stat-time.c (ASSERT): Likewise.
25596         * tests/test-strcasestr.c (ASSERT): Likewise.
25597         * tests/test-strerror.c (ASSERT): Likewise.
25598         * tests/test-striconv.c (ASSERT): Likewise.
25599         * tests/test-striconveh.c (ASSERT): Likewise.
25600         * tests/test-striconveha.c (ASSERT): Likewise.
25601         * tests/test-strsignal.c (ASSERT): Likewise.
25602         * tests/test-strstr.c (ASSERT): Likewise.
25603         * tests/test-strtod.c (ASSERT): Likewise.
25604         * tests/test-trunc1.c (ASSERT): Likewise.
25605         * tests/test-trunc2.c (ASSERT): Likewise.
25606         * tests/test-truncf1.c (ASSERT): Likewise.
25607         * tests/test-truncf2.c (ASSERT): Likewise.
25608         * tests/test-truncl.c (ASSERT): Likewise.
25609         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
25610         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
25611         * tests/test-vasnprintf.c (ASSERT): Likewise.
25612         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
25613         * tests/test-vasprintf.c (ASSERT): Likewise.
25614         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
25615         * tests/test-vprintf-posix.c (ASSERT): Likewise.
25616         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
25617         * tests/test-vsnprintf.c (ASSERT): Likewise.
25618         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
25619         * tests/test-wcwidth.c (ASSERT): Likewise.
25620         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
25621         * tests/test-xprintf-posix.c (ASSERT): Likewise.
25622         * tests/test-xvasprintf.c (ASSERT): Likewise.
25623         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
25624         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
25625         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
25626         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
25627         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
25628         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
25629         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
25630         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
25631         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
25632         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
25633         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
25634         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
25635         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
25636         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
25637         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
25638         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
25639         * tests/unictype/test-block_list.c (ASSERT): Likewise.
25640         * tests/unictype/test-block_of.c (ASSERT): Likewise.
25641         * tests/unictype/test-block_test.c (ASSERT): Likewise.
25642         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
25643         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
25644         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
25645         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
25646         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
25647         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
25648         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
25649         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
25650         * tests/unictype/test-combining.c (ASSERT): Likewise.
25651         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
25652         * tests/unictype/test-digit.c (ASSERT): Likewise.
25653         * tests/unictype/test-mirror.c (ASSERT): Likewise.
25654         * tests/unictype/test-numeric.c (ASSERT): Likewise.
25655         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
25656         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
25657         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
25658         * tests/unictype/test-scripts.c (ASSERT): Likewise.
25659         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
25660         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
25661         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
25662         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
25663         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
25664         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
25665         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
25666         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
25667         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
25668         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
25669         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
25670         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
25671         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
25672         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
25673         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
25674         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
25675         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
25676         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
25677         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
25678         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
25679         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
25680         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
25681         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
25682         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
25683         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
25684         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
25685         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
25686         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
25687         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
25688         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
25689         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
25690         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
25691         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
25692         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
25693         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
25694         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
25695         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
25696         Reported by Eric Blake.
25697
25698 2008-04-11  Bruno Haible  <bruno@clisp.org>
25699
25700         * lib/wchar.in.h: Tweak comment.
25701
25702 2008-04-11  Bruno Haible  <bruno@clisp.org>
25703
25704         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
25705         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
25706         gl_COMMON.
25707         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
25708
25709 2008-04-11  Bruno Haible  <bruno@clisp.org>
25710
25711         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
25712
25713 2008-04-11  Simon Josefsson  <simon@josefsson.org>
25714
25715         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
25716         of attempting to use non-existing /dev/*random.  Based on patch
25717         from Adam Strzelecki <ono@java.pl> in
25718         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
25719
25720 2008-04-08  Bruno Haible  <bruno@clisp.org>
25721
25722         Add tentative support for emx+gcc.
25723         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
25724         * lib/fpurge.c (fpurge): Likewise.
25725         * lib/freadable.c (freadable): Likewise.
25726         * lib/freadahead.c (freadahead): Likewise.
25727         * lib/freading.c (freading): Likewise.
25728         * lib/freadptr.c (freadptr): Likewise.
25729         * lib/freadseek.c (freadptrinc): Likewise.
25730         * lib/fseeko.c (rpl_fseeko): Likewise.
25731         * lib/fseterr.c (fseterr): Likewise.
25732         * lib/fwritable.c (fwritable): Likewise.
25733         * lib/fwriting.c (fwriting): Likewise.
25734         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
25735
25736 2008-04-09  Eric Blake  <ebb9@byu.net>
25737
25738         Avoid some autoconf warnings.
25739         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
25740         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
25741         * m4/afs.m4 (gl_AFS): Likewise.
25742         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
25743         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
25744         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
25745         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
25746         (gl_INTEGER_TYPE_SUFFIX): Likewise.
25747         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
25748         (AC_CHECK_DECLS_ONCE): Likewise.
25749         Rename file...
25750         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
25751         gnulib-tool requires autoconf 2.59 or better.
25752         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
25753
25754 2008-04-08  Eric Blake  <ebb9@byu.net>
25755
25756         Use 'git describe --match' if present (added in git 1.5.5).
25757         * build-aux/git-version-gen: Limit result to tags that match 'v*'
25758         if possible.
25759
25760 2008-04-08  Bruno Haible  <bruno@clisp.org>
25761
25762         Add tentative support for OpenServer.
25763         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
25764         _ptr, _cnt.
25765         * lib/fpurge.c (fpurge): Likewise.
25766         * lib/freadable.c (freadable): Likewise.
25767         * lib/freadahead.c (freadahead): Likewise.
25768         * lib/freading.c (freading): Likewise.
25769         * lib/freadptr.c (freadptr): Likewise.
25770         * lib/freadseek.c (freadptrinc): Likewise.
25771         * lib/fseeko.c (rpl_fseeko): Likewise.
25772         * lib/fseterr.c (fseterr): Likewise.
25773         * lib/fwritable.c (fwritable): Likewise.
25774         * lib/fwriting.c (fwriting): Likewise.
25775         Reported by Roger Cornelius <rac@tenzing.org> and
25776         Brian K. White <brian@aljex.com>.
25777
25778 2008-04-06  Jim Meyering  <meyering@redhat.com>
25779
25780         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
25781
25782 2008-04-06  Bruno Haible  <bruno@clisp.org>
25783
25784         Avoid possible error with non-ASCII bytes in UTF-8 locales.
25785         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
25786         * tests/test-printf-posix.sh: Likewise.
25787         * tests/test-vfprintf-posix.sh: Likewise.
25788         * tests/test-vprintf-posix.sh: Likewise.
25789         * tests/test-xprintf-posix.sh: Likewise.
25790
25791 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25792
25793         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
25794         hide error from 'ls', needed on OS/2.
25795         Report by Elbert Pol <elbert.pol@gmail.com>.
25796
25797 2008-04-04  Eric Blake  <ebb9@byu.net>
25798
25799         Make test-fseeko.c failures meaningful.
25800         * tests/test-fseeko.c: Print line number on failure.
25801         * tests/test-fseek.c: Likewise.
25802         Reported by Nelson H. F. Beebe.
25803
25804         Improve strtod bug detection check.
25805         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
25806         required for Solaris 10.
25807         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
25808
25809 2008-04-04  Bruno Haible  <bruno@clisp.org>
25810
25811         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
25812         by m4/setenv.m4.
25813
25814 2008-04-03  Eric Blake  <ebb9@byu.net>
25815
25816         Ensure sane .version contents.
25817         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
25818         version string.
25819         * build-aux/git-version-gen: Improve documentation.
25820
25821         Make GNU make output nicer.
25822         * top/GNUmakefile [!_have-Makefile]: Add dependency on
25823         MAKECMDGOALS to enforce message for all command line targets.  Set
25824         srcdir for use in maint.mk.
25825
25826         Another maintainer tweak.
25827         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
25828         a target that regenerates version.
25829
25830 2008-04-03  Jim Meyering  <meyering@redhat.com>
25831
25832         vc-list-files: don't cause coreutils "make po-check" failure
25833         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
25834
25835 2008-04-03  Eric Blake  <ebb9@byu.net>
25836
25837         Allow VPATH usage of vc-list-files.
25838         * build-aux/vc-list-files (scriptversion): Add timestamp.
25839         (options): Add --help, --version, -C.
25840         (CVS): Support installed cvsu.
25841
25842 2008-04-02  Bruno Haible  <bruno@clisp.org>
25843
25844         Avoid some "statement with no effect" warnings from gcc.
25845         * tests/test-wctype.c (main): Explicitly ignore unused values.
25846         Reported by Jim Meyering.
25847
25848 2008-04-02  Jim Meyering  <meyering@redhat.com>
25849
25850         Avoid some warnings from "gcc -Wshadow".
25851         * tests/test-frexp.c (exp): Define to a different identifier.
25852         * tests/test-frexpl.c (exp): Likewise.
25853
25854 2008-04-03  Jim Meyering  <meyering@redhat.com>
25855
25856         bootstrap: remove dangling *.[ch] symlinks from lib
25857         * build-aux/bootstrap [dangling symlink removal]: Move find's
25858         -depth option to precede all others, to avoid a warning.
25859         Remove *.[ch] files too, and from "$source_base" (usually lib/).
25860
25861 2008-04-02  Bruno Haible  <bruno@clisp.org>
25862
25863         Avoid some warnings from "gcc -Wshadow".
25864         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
25865         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
25866         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
25867         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
25868         Reported by Jim Meyering.
25869
25870 2008-04-01  Bruno Haible  <bruno@clisp.org>
25871
25872         Fix test to work on IRIX 6.5 with cc.
25873         * tests/test-math.c (numeric_equal): New function.
25874         (main): Use it.
25875
25876 2008-04-01  Bruno Haible  <bruno@clisp.org>
25877
25878         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
25879
25880 2008-04-01  Bruno Haible  <bruno@clisp.org>
25881
25882         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
25883         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25884         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
25885         (Depends-on): Remove math.
25886
25887         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
25888         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25889         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
25890         (Depends-on): Remove math.
25891
25892         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
25893         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25894         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
25895         (Depends-on): Remove math.
25896         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
25897         (Depends-on): Remove math.
25898
25899         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
25900         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25901         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
25902         (Depends-on): Remove math.
25903         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
25904         (Depends-on): Remove math.
25905
25906         * tests/test-round1.c: Include nan.h.
25907         (main): Use NaNd instead of NAN.
25908         * modules/round-tests (Files): Add tests/nan.h.
25909
25910         * tests/test-trunc1.c: Include nan.h.
25911         (main): Use NaNd instead of NAN.
25912         * modules/trunc-tests (Files): Add tests/nan.h.
25913
25914         * tests/test-roundf1.c: Include nan.h.
25915         (main): Use NaNf instead of NAN.
25916         * modules/roundf-tests (Files): Add tests/nan.h.
25917
25918         * tests/test-truncf1.c: Include nan.h.
25919         (main): Use NaNf instead of NAN.
25920         * modules/truncf-tests (Files): Add tests/nan.h.
25921
25922         * tests/test-ceilf1.c: Include nan.h.
25923         (main): Use NaNf instead of NAN.
25924         * modules/ceilf-tests (Files): Add tests/nan.h.
25925
25926         * tests/test-floorf1.c: Include nan.h.
25927         (main): Use NaNf instead of NAN.
25928         * modules/floorf-tests (Files): Add tests/nan.h.
25929
25930         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
25931         (main): Use NaNf instead of NAN.
25932         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
25933
25934         * tests/test-isnand.c: Include nan.h instead of <math.h>.
25935         (main): Use NaNd instead of NAN.
25936         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
25937
25938         * tests/test-frexp.c: Include nan.h.
25939         (main): Use NaNd instead of NAN.
25940         * modules/frexp-tests (Files): Add tests/nan.h.
25941
25942         * lib/isnan.c: Don't include <math.h>.
25943         (FUNC): Don't use NAN macro.
25944         * modules/isnand-nolibm (Depends-on): Remove math.
25945         * modules/isnanf-nolibm (Depends-on): Remove math.
25946         * modules/isnanl (Depends-on): Remove math.
25947         * modules/isnanl-nolibm (Depends-on): Remove math.
25948
25949         * tests/nan.h: New file.
25950
25951 2008-04-01  Eric Blake  <ebb9@byu.net>
25952
25953         Fix typos.
25954         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
25955         values to be the right type.
25956
25957         For now, cater to gnulib strtod inaccuracies.
25958         * tests/test-strtod.c (main): Allow 1-ulp error on expected
25959         fractional results.  While not as nice from a QoI perspective, it
25960         is a quicker patch than correctly implementing decimal to binary
25961         rounding.
25962
25963 2008-03-31  Eric Blake  <ebb9@byu.net>
25964
25965         Guarantee a definition of NAN.
25966         * lib/math.in.h (NAN): Define if missing.
25967         * tests/test-math.c (main): Test it.
25968         * doc/posix-headers/math.texi (math.h): Document this.
25969         * lib/isnan.c (rpl_isnand): Use it.
25970         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
25971         * tests/test-floorf1.c (NaN): Likewise.
25972         * tests/test-frexp.c (NaN): Likewise.
25973         * tests/test-isnand.c (NaN): Likewise.
25974         * tests/test-isnanf.c (NaN): Likewise.
25975         * tests/test-round1.c (NaN): Likewise.
25976         * tests/test-roundf1.c (NaN): Likewise.
25977         * tests/test-snprintf-posix.h (NaN): Likewise.
25978         * tests/test-sprintf-posix.h (NaN): Likewise.
25979         * tests/test-trunc1.c (NaN): Likewise.
25980         * tests/test-truncf1.c (NaN): Likewise.
25981         * tests/test-vasnprintf-posix.c (NaN): Likewise.
25982         * tests/test-vasprintf-posix.c (NaN): Likewise.
25983         * modules/isnand-nolibm (Depends-on): Add math.
25984         * modules/isnanf-nolibm (Depends-on): Likewise.
25985         * modules/isnanl (Depends-on): Likewise.
25986         * modules/isnanl-nolibm (Depends-on): Likewise.
25987         * modules/snprintf-posix-tests (Depends-on): Likewise.
25988         * modules/sprintf-posix-tests (Depends-on): Likewise.
25989         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
25990         * modules/vsprintf-posix-tests (Depends-on): Likewise.
25991         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
25992         * modules/vasprintf-posix-tests (Depends-on): Likewise.
25993
25994 2008-03-31  Bruno Haible  <bruno@clisp.org>
25995
25996         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
25997         * doc/posix-functions/strtod.texi: Likewise.
25998
25999 2008-03-31  Bruno Haible  <bruno@clisp.org>
26000
26001         * tests/test-strtod.c (main): Don't use C99 syntax.
26002
26003 2008-03-31  Bruno Haible  <bruno@clisp.org>
26004
26005         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
26006         Reported by Eric Blake.
26007
26008 2008-03-31  Jim Meyering  <meyering@redhat.com>
26009
26010         Don't compare actual signbit return values.
26011         * tests/test-strtod.c (main): Rather, compare only their
26012         zero/non-zero nature.
26013
26014 2008-03-31  Eric Blake  <ebb9@byu.net>
26015
26016         More strtod documentation.
26017         * doc/posix-functions/strtod.texi (strtod): Interpret more test
26018         failures as distinct bugs.
26019
26020 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
26021
26022         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
26023         Problem reported by Erik Benada in
26024         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
26025
26026 2008-03-30  Bruno Haible  <bruno@clisp.org>
26027
26028         * tests/test-strtod.c: Add comments about which assertion fails on which
26029         platform.
26030         * doc/posix-functions/strtod.texi: Add info about many more platforms.
26031
26032 2008-03-30  Eric Blake  <ebb9@byu.net>
26033
26034         Test signbit behavior on zeros.
26035         * tests/test-signbit.c (test_signbitf): Add tests for zero.
26036         (test_signbitd, test_signbitl): Likewise.
26037
26038         More strtod touchups.
26039         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
26040         sign of negative underflow, for now.  Use .5, not .1.
26041         * doc/posix-functions/strtod.texi (strtod): Mention these
26042         limitations.
26043         Reported by Jim Meyering.
26044
26045 2008-03-30  Bruno Haible  <bruno@clisp.org>
26046
26047         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
26048         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
26049
26050 2008-03-30  Bruno Haible  <bruno@clisp.org>
26051
26052         Avoid failure when attempting to return empty iconv results on some
26053         platforms.
26054         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
26055         allocation, don't report ENOMEM when the resulting string is empty.
26056
26057 2008-03-30  Bruno Haible  <bruno@clisp.org>
26058
26059         Fix buffer overrun.
26060         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
26061         Don't consider the width for tmp_length. Check count against tmp_length
26062         before doing the padding. Ensure enough allocation during padding.
26063
26064 2008-03-30  Eric Blake  <ebb9@byu.net>
26065
26066         strtod touchups.
26067         * lib/strtod.c (strtod): Avoid compiler warnings.
26068         Reported by Jim Meyering.
26069
26070 2008-03-30  Bruno Haible  <bruno@clisp.org>
26071
26072         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
26073         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
26074         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
26075         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
26076         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
26077         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
26078         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
26079         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
26080
26081         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
26082         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
26083         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
26084         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
26085         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
26086         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
26087         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
26088         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
26089
26090         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
26091         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
26092         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
26093         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
26094         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
26095         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
26096         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
26097         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
26098
26099         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
26100         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
26101
26102         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
26103         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
26104
26105         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
26106         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
26107
26108         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
26109         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
26110         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
26111
26112         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
26113         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
26114         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
26115
26116         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
26117         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
26118         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
26119
26120         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
26121         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
26122         * modules/vasprintf (Depends-on): Add EOVERFLOW.
26123
26124         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
26125         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
26126         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
26127         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
26128         (Depends-on): Add EOVERFLOW.
26129         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
26130         (Depends-on): Add EOVERFLOW.
26131         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26132         (Depends-on): Add EOVERFLOW.
26133         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26134         (Depends-on): Add EOVERFLOW.
26135         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26136         (Depends-on): Add EOVERFLOW.
26137         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26138         (Depends-on): Add EOVERFLOW.
26139         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26140         (Depends-on): Add EOVERFLOW.
26141         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26142         (Depends-on): Add EOVERFLOW.
26143
26144         * lib/sprintf.c (EOVERFLOW): Remove fallback.
26145         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
26146         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
26147
26148         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26149         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26150         * modules/snprintf (Depends-on): Add EOVERFLOW.
26151
26152         * lib/poll.c (EOVERFLOW): Remove fallback.
26153         * modules/poll (Depends-on): Add EOVERFLOW.
26154
26155         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26156         * modules/getugroups (Depends-on): Add EOVERFLOW.
26157
26158         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26159         * modules/getdelim (Depends-on): Add EOVERFLOW.
26160
26161         * lib/ftell.c (EOVERFLOW): Remove fallback.
26162         * modules/ftell (Depends-on): Add EOVERFLOW.
26163
26164         * lib/fprintf.c (EOVERFLOW): Remove fallback.
26165         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
26166         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
26167
26168         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
26169
26170         * modules/EOVERFLOW-tests: New file.
26171         * tests/test-EOVERFLOW.c: New file.
26172
26173         * modules/EOVERFLOW: New file.
26174         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
26175
26176 2008-03-30  Bruno Haible  <bruno@clisp.org>
26177
26178         Fix bug introduced on 2007-06-10.
26179         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
26180         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
26181
26182 2008-03-30  Bruno Haible  <bruno@clisp.org>
26183
26184         Improve freadseek's efficiency after ungetc.
26185         * lib/freadseek.c: Include freadahead.h.
26186         (freadptrinc): New function, extracted from freadseek.
26187         (freadseek): Use it in a loop. Use freadahead to determine the number
26188         of loop iterations.
26189         * modules/freadseek (Depends-on): Add freadahead.
26190         (configure.ac): Require AC_C_INLINE.
26191
26192 2008-03-30  Bruno Haible  <bruno@clisp.org>
26193
26194         * lib/freadseek.c (freadseek): Don't ignore the return value of
26195         freadptr.
26196
26197 2008-03-29  Eric Blake  <ebb9@byu.net>
26198
26199         Add hex float support.
26200         * modules/strtod (Depends-on): Add c-ctype.
26201         (Link): Mention POW_LIB.
26202         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
26203         whitespace between 'e' and exponent.
26204         * tests/test-strtod.c (main): Enable hex float tests.
26205         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
26206         now provides.
26207
26208         Document various strtod bugs, with some fixes.
26209         * doc/posix-functions/strtod.texi (strtod): Document bugs with
26210         "-0x", "inf", "nan", and hex constants.
26211         * doc/posix-functions/atof.texi (atof): Likewise.
26212         * modules/stdlib (Makefile.am): Support strtod.
26213         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
26214         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
26215         detect additional strtod bugs.
26216         * lib/stdlib.in.h (rpl_strtod): Add declarations.
26217         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
26218         bool where appropriate.  Parse 'inf' and 'nan'.
26219         * tests/test-strtod.c: New file.
26220         * modules/strtod (Depends-on): Add stdbool, stdlib.
26221         (configure.ac): Turn on module indicator.
26222         * modules/strtod-tests: New module.
26223
26224 2008-03-29  Eric Blake  <ebb9@byu.net>
26225
26226         Fix ftell on mingw.
26227         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
26228         * modules/ftell-tests (Depends-on): Add binary-io.
26229         * modules/ftello-tests (Depends-on): Likewise.
26230         * tests/test-ftell.c (main): Enhance test to cover behavior after
26231         ungetc.  Enforce binary mode.
26232         * tests/test-ftello.c (main): Likewise.
26233
26234         Pass test-freadseek on cygwin.
26235         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
26236         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
26237         ungetc buffer.
26238
26239         * tests/test-fflush2.c (main): Fix typo.
26240
26241 2008-03-29  Bruno Haible  <bruno@clisp.org>
26242
26243         * tests/test-fflush2.c (main): Temporarily disable the contents of
26244         this test.
26245         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
26246         Reported by Eric Blake.
26247
26248 2008-03-28  Simon Josefsson  <simon@josefsson.org>
26249
26250         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
26251         (GC_SHA224_DIGEST_SIZE): Add.
26252
26253         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
26254         (gc_hash_digest_length): Likewise.
26255         (gc_hash_buffer): Likewise.
26256
26257 2008-03-25  Bruno Haible  <bruno@clisp.org>
26258
26259         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
26260         detail which gettext release to use.
26261         Reported by Simon Josefsson.
26262
26263 2008-03-26  Jim Meyering  <meyering@redhat.com>
26264
26265         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
26266         * modules/gnumakefile (clean-GNUmakefile): Also, use
26267         test ... && ... || : syntax rather than if-then ... fi.
26268
26269         gnumakefile: Don't double-quote-expand $(VPATH) value.
26270         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
26271
26272 2008-03-24  Eric Blake  <ebb9@byu.net>
26273
26274         Alter GNUmakefile to install into top directory.
26275         * modules/maintainer-makefile: Split, and add dependency...
26276         * modules/gnumakefile: to this new module.
26277         * build-aux/GNUmakefile: Move...
26278         * top/GNUmakefile: ...here.
26279         * build-aux/maint.mk: Move...
26280         * top/maint.mk: ...here.
26281         * MODULES.html.sh (Support for maintaining...): Document new
26282         module.
26283
26284 2008-03-23  Bruno Haible  <bruno@clisp.org>
26285
26286         * gnulib-tool: New options --vc-files, --no-vc-files.
26287         (func_usage): Document them.
26288         (vc_files): New variable.
26289         (func_import): Consider vc_files.
26290         (func_create_testdir): Set vc_files to empty.
26291         Suggested by Jim Meyering and Karl Berry.
26292
26293 2008-03-23  Bruno Haible  <bruno@clisp.org>
26294
26295         Fix regex compilation error on HP-UX 11.
26296         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
26297         * modules/regex (Files): Add m4/mbstate_t.m4.
26298         Reported by Ton Voon <ton.voon@altinity.com>.
26299
26300 2008-03-23  Bruno Haible  <bruno@clisp.org>
26301
26302         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
26303
26304 2008-03-23  Eric Blake  <ebb9@byu.net>
26305             Bruno Haible  <bruno@clisp.org>
26306
26307         Install files from top/ in the destination directory.
26308         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26309         augmentation also for the files from top/.
26310         (func_import, func_create_testdir): Rewrite file names:
26311         top/filename -> filename.
26312
26313 2008-03-23  Bruno Haible  <bruno@clisp.org>
26314
26315         Tweak "gnulib --version" output.
26316         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
26317
26318 2008-03-23  Bruno Haible  <bruno@clisp.org>
26319
26320         Tweak "gnulib --version" output.
26321         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
26322         rather than contents of ChangeLog, when possible.
26323
26324 2008-03-21  Eric Blake  <ebb9@byu.net>
26325
26326         More --version tweaks.
26327         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
26328         date of last ChangeLog entry.
26329
26330 2008-03-21  Jim Meyering  <meyering@redhat.com>
26331
26332         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
26333
26334 2008-03-20  Eric Blake  <ebb9@byu.net>
26335
26336         VPATH fix.
26337         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
26338
26339 2008-03-20  Simon Josefsson  <simon@josefsson.org>
26340
26341         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
26342         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
26343
26344 2008-03-20  Eric Blake  <ebb9@byu.net>
26345
26346         Sync GNUmakefile with coreutils.
26347         * build-aux/GNUmakefile (have-Makefile): Rename...
26348         (_have-Makefile): ...to this, for namespace consideration.
26349         (GNUmakefile.cfg): Include, if present.
26350         (_autoreconf): Define a default.
26351         (_is-dist-target): New rule for rebuilds to pick up intra-release
26352         version.
26353         (maint-cfg.mk): Rename...
26354         (cfg.mk): ...to this.
26355
26356 2008-03-18  Jim Meyering  <meyering@redhat.com>
26357
26358         New script and module: mktempd
26359         * MODULES.html.sh (maint+release support): Add mktempd.
26360         * build-aux/mktempd: New file.
26361         * modules/mktempd: New file.
26362
26363 2008-03-15  Jim Meyering  <meyering@redhat.com>
26364
26365         Undo last change.
26366         * lib/sha1.c, lib/md5.c: 63 != ~63.
26367         Reported by Andreas Schwab.
26368
26369         sha1.c, md5.c: Hoist a redundant expression.
26370         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
26371         "ctx->buflen" only once, before calling *_process_block.
26372         * lib/md5.c (md5_process_bytes): Likewise.
26373
26374 2008-03-14  Eric Blake  <ebb9@byu.net>
26375
26376         Bump copyright year in files generated by gnulib-tool.
26377         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
26378         gnulib-tool, rather than hard-coding it.
26379
26380         Fix 'gnulib-tool --version' output to work with git.
26381         * gnulib-tool (func_gnulib_dir): New function, extracted from...
26382         (startup): ...here.
26383         (func_version): Use it to invoke git-version-gen, rather than
26384         relying on CVS keyword expansion.  Modernize wording.
26385         (cvsdatestamp, last_checkin_date, version): Kill unused
26386         variables.
26387
26388 2008-03-12  Jim Meyering  <meyering@redhat.com>
26389
26390         Recognize optional cast of the argument to free.
26391         * build-aux/useless-if-before-free: Update regexps.
26392
26393         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
26394
26395 2008-03-11  Bruno Haible  <bruno@clisp.org>
26396
26397         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
26398         by a single package.
26399         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
26400         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
26401         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
26402         Reported by Sam Steingold <sds@gnu.org>.
26403
26404 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26405
26406         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
26407         repositories.
26408
26409 2008-03-11  Bruno Haible  <bruno@clisp.org>
26410
26411         Avoid conflicts between local macro definitions.
26412         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26413         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
26414
26415 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26416             Bruno Haible  <bruno@clisp.org>
26417
26418         Make va_copy work with some version of xlc on AIX 5.1.
26419         * lib/stdarg.in.h: New file.
26420         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
26421         On AIX, use a <stdarg.h> file substitute.
26422         * modules/stdarg (Files): Add lib/stdarg.in.h.
26423         (Depends-on): Add include_next.
26424         (Makefile.am): Build a stdarg.h substitute if requested.
26425         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
26426
26427 2008-03-10  Bruno Haible  <bruno@clisp.org>
26428
26429         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
26430         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26431         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26432
26433 2008-03-10  Bruno Haible  <bruno@clisp.org>
26434
26435         * modules/stdlib (Depends-on): Add include_next, remove
26436         absolute-header.
26437
26438 2008-03-09  Bruno Haible  <bruno@clisp.org>
26439
26440         * lib/freadahead.h (freadahead): Document more precisely.
26441         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
26442         the sum of both buffer sizes.
26443         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
26444         * NEWS: Document the change.
26445
26446 2008-03-09  Bruno Haible  <bruno@clisp.org>
26447
26448         Extend freadptr to return also the buffer size.
26449         * lib/freadptr.h (freadptr): Add sizep argument.
26450         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
26451         (freadptr): Add sizep argument. Determine buffer size like freadahead
26452         does.
26453         * tests/test-freadptr.c: Don't include freadahead.h.
26454         (main): Adapt for new calling convention of freadptr.
26455         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
26456         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
26457         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
26458         tests/test-freadptr2.sh.
26459         (Depends): Remove freadahead.
26460         (TESTS): Add test-freadptr2.sh.
26461         (check_PROGRAMS): Add test-freadptr2.
26462
26463 2008-03-09  Bruno Haible  <bruno@clisp.org>
26464
26465         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
26466         Report and solution by Simon Josefsson.
26467
26468 2008-03-06  Bruno Haible  <bruno@clisp.org>
26469
26470         Make fflush after ungetc work on BSD platforms.
26471         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
26472         * tests/test-fflush2.c: New file.
26473         * tests/test-fflush2.sh: New file.
26474         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
26475         tests/test-fflush2.c.
26476         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
26477         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
26478
26479 2008-03-06  Eric Blake  <ebb9@byu.net>
26480
26481         Likewise for ftello.
26482         * modules/ftello (Dependencies): Add extensions.
26483         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
26484
26485 2008-03-06  Bruno Haible  <bruno@clisp.org>
26486
26487         * modules/fseeko (Dependencies): Add extensions.
26488         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
26489         Needed on glibc systems.
26490
26491 2008-03-06  Bruno Haible  <bruno@clisp.org>
26492
26493         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
26494         email address.
26495         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26496
26497 2008-03-06  Bruno Haible  <bruno@clisp.org>
26498
26499         * users.txt: Add libgnupdf.
26500
26501 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
26502
26503         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
26504         (Header File Substitutes, Function Substitutes,
26505         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
26506         (Build robot for gnulib): Fix typo.
26507
26508 2008-03-06  Bruno Haible  <bruno@clisp.org>
26509
26510         * doc/gnulib-tool.texi (VCS Issues): Small updates.
26511         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26512
26513 2008-03-06  Bruno Haible  <bruno@clisp.org>
26514
26515         * doc/func.texi: New file, extracted from doc/gnulib.texi.
26516         * doc/gnulib.texi: Include it.
26517
26518 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26519
26520         * modules/func (License): Change license to unlimited; there was
26521         no LGPL parts in the module anyway.
26522
26523 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26524
26525         * modules/__func__: Renamed to modules/func.
26526         * modules/__func__-tests: Renamed to modules/func-tests.
26527         * tests/test-__func__.c: Renamed to tests/test-func.c.
26528         * m4/__func__.m4: Renamed to m4/func.m4.
26529         * doc/gnulib.texi (__func__): Section renamed to func.
26530         Suggested by Eric Blake <ebb9@byu.net>.
26531
26532 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26533
26534         * doc/gnulib.texi (__func__): Use C99 terminology when talking
26535         about __func__.  Make example self-contained.  Suggested by Eric
26536         Blake <ebb9@byu.net>.
26537
26538         * tests/test-__func__.c (main): Avoid extraneous () around __func.
26539         Suggested by Eric Blake <ebb9@byu.net>.
26540
26541 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26542
26543         * modules/__func__: New file.
26544         * modules/__func__-tests: New file.
26545         * tests/test-__func__.c: New file.
26546         * m4/__func__.m4: New file.
26547         * doc/gnulib.texi (__func__): Document __func__ module.
26548
26549 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26550
26551         * modules/byteswap (License): Re-license as LGPLv2+.
26552
26553 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26554
26555         * doc/Makefile: Add pdf target.
26556
26557 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26558
26559         * modules/inline (License): Use 'unlimited', since there are only
26560         *.m4 files in this module.
26561
26562 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26563             Bruno Haible  <bruno@clisp.org>
26564
26565         Add support for HP C 7.1 on OpenVMS 8.3.
26566         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
26567
26568 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26569
26570         Update VMS specifics.
26571         * lib/getopt.c [VMS]: Remove include of unixlib.h.
26572
26573 2008-03-02  Jim Meyering  <meyering@redhat.com>
26574
26575         Remove the last dependency on the "free" module.
26576         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
26577         Reported by Bob Proulx.
26578
26579         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
26580
26581         Remove useless "if" tests before free.  Deprecate "free" module.
26582         * doc/posix-functions/free.texi: Mention that this
26583         module is no longer useful.
26584         * modules/free (Notice): Say this module is obsolete.
26585         * modules/readutmp (Depends-on): Remove free.
26586         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
26587         * lib/putenv.c (putenv): Likewise.
26588         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
26589         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
26590         * tests/test-c-strcasestr.c (main): Likewise.
26591         * tests/test-c-strstr.c (main): Likewise.
26592         * tests/test-mbscasestr1.c (main): Likewise.
26593         * tests/test-mbscasestr2.c (main): Likewise.
26594         * tests/test-mbsstr1.c (main): Likewise.
26595         * tests/test-mbsstr2.c (main): Likewise.
26596         * tests/test-memmem.c (main): Likewise.
26597         * tests/test-strcasestr.c (main): Likewise.
26598         * tests/test-striconv.c (main): Likewise.
26599         * tests/test-striconveh.c (main): Likewise.
26600         * tests/test-striconveha.c (main): Likewise.
26601         * tests/test-strstr.c (main): Likewise.
26602
26603         * build-aux/git-version-gen: Adjust a comment and the Usage string.
26604
26605         bootstrap: sync from coreutils again
26606         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
26607
26608 2008-03-01  Jim Meyering  <meyering@redhat.com>
26609
26610         bootstrap: sync from coreutils
26611         * build-aux/bootstrap (update_po_files): Copy a .po file into place
26612         also when the target doesn't exist.
26613
26614 2008-03-01  Eric Blake  <ebb9@byu.net>
26615
26616         Fix bugs in last patch.
26617         * lib/memchr2.c (memchr2): Fix typo.
26618         * tests/test-memchr2.c: Test previous bug, and don't use GNU
26619         extension.
26620         Reported by Bruce Korb.
26621
26622         New module 'memchr2'.
26623         * modules/memchr2: New file.
26624         * modules/memchr2-tests: Likewise.
26625         * lib/memchr2.h: Likewise.
26626         * lib/memchr2.c: Likewise, based on memchr.c.
26627         * tests/test-memchr2.c: New test.
26628         * MODULES.html.sh (String handling): Add memchr2.
26629
26630 2008-02-29  Bruno Haible  <bruno@clisp.org>
26631
26632         * modules/freadseek-tests: New file.
26633         * tests/test-freadseek.sh: New file.
26634         * tests/test-freadseek.c: New file.
26635
26636         New module 'freadseek'.
26637         * modules/freadseek: New file.
26638         * lib/freadseek.h: New file.
26639         * lib/freadseek.c: New file.
26640         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
26641
26642 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
26643
26644         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
26645         wydawca.
26646
26647         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
26648         program_invocation_name and program_invocation_short_name are
26649         present.
26650
26651 2008-02-28  Bruno Haible  <bruno@clisp.org>
26652
26653         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
26654         * tests/test-freadptr.sh: Also test non-seekable stdin.
26655
26656 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
26657
26658         * build-aux/bootstrap (source_base, m4_base)
26659         (doc_base, tests_base): New variables.
26660         (gnulib_tool_options): Do not hardcode base directories, use
26661         the above variables instead.
26662
26663 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
26664
26665         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
26666
26667 2008-02-28  Bruno Haible  <bruno@clisp.org>
26668
26669         * modules/freadptr-tests: New file.
26670         * tests/test-freadptr.sh: New file.
26671         * tests/test-freadptr.c: New file.
26672
26673         New module 'freadptr'.
26674         * modules/freadptr: New file.
26675         * lib/freadptr.h: New file.
26676         * lib/freadptr.c: New file.
26677         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
26678
26679 2008-02-26  Karl Berry  <karl@freefriends.org>
26680
26681         Sync from Libtool:
26682         * libltdl/argz.c (argz_add, argz_count): New functions.
26683         * libltdl/argz.in.h: Declare them.
26684         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
26685
26686 2008-02-22  Bruno Haible  <bruno@clisp.org>
26687
26688         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
26689         is a pointer type.  Needed for HP-UX 10.
26690         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
26691         * doc/posix-functions/gmtime_r.texi: Likewise.
26692         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26693
26694 2008-02-24  Bruno Haible  <bruno@clisp.org>
26695
26696         * modules/environ-tests: New file.
26697         * tests/test-environ.c: New file.
26698
26699         New module 'environ'.
26700         * modules/environ: New file.
26701         * lib/unistd.in.h (environ): New declaration.
26702         * m4/environ.m4: New file.
26703         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
26704         after use.
26705         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
26706         HAVE_DECL_ENVIRON.
26707         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
26708         HAVE_DECL_ENVIRON.
26709         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
26710         wrong claim that 'environ' is missing on some systems.
26711         * modules/execute (Depends-on): Add environ.
26712         * lib/execute.c (environ): Remove fallback declaration.
26713         * modules/pipe (Depends-on): Add environ.
26714         * lib/pipe.c (environ): Remove fallback declaration.
26715         * modules/setenv (Depends-on): Add environ.
26716         * lib/setenv.c (environ): Remove fallback declaration.
26717         * modules/unsetenv (Depends-on): Add environ.
26718         * lib/unsetenv.c (environ): Remove fallback declaration.
26719         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
26720         m4/environ.m4.
26721         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
26722         (gl_PREREQ_UNSETENV): Likewise.
26723
26724 2008-02-24  Bruno Haible  <bruno@clisp.org>
26725
26726         * doc/posix-functions/environ.texi: Document the MacOS X problem.
26727
26728 2008-02-20  Bob Proulx  <bob@proulx.com>
26729
26730         Enable use of older two part flavor 'git describe'.
26731         * build-aux/git-version-gen: If using the older two part flavor of
26732         git version then recreate the third part now present in the
26733         newer three part flavor of git describe.
26734
26735 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
26736
26737         * lib/fts.c (fts_build): Typo correction to comment.
26738
26739 2008-02-17  Bruno Haible  <bruno@clisp.org>
26740
26741         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
26742         generating no-op conflicts.
26743
26744 2008-02-17  Bruno Haible  <bruno@clisp.org>
26745
26746         Speed up by 10%.
26747         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
26748         result_entries, rather than an index-based loop.
26749
26750 2008-02-17  Bruno Haible  <bruno@clisp.org>
26751
26752         Speed up by 25%.
26753         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
26754         'hashcode_cached'.
26755         (entry_create): New function.
26756         (entry_hashcode): Use the cached hashcode if possible.
26757         (read_changelog_file, try_split_merged_entry): Use entry_create.
26758
26759 2008-02-17  Bruno Haible  <bruno@clisp.org>
26760
26761         Speed up from O(n^2) to O(n) for long ChangeLog files.
26762         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
26763         (read_changelog_file): Change implementation of entries_reversed list
26764         to rbtreehash.
26765         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
26766
26767 2008-02-17  Bruno Haible  <bruno@clisp.org>
26768
26769         New option --split-merged-entry.
26770         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
26771         (find_paragraph_end, try_split_merged_entry): New functions.
26772         (long_options): Add option --split-merged-entry.
26773         (usage): Document option --split-merged-entry.
26774         (main): Implement option --split-merged-entry.
26775         Reported by Eric Blake.
26776
26777 2008-02-17  Bruno Haible  <bruno@clisp.org>
26778
26779         * lib/git-merge-changelog.c: Include c-strstr.h.
26780         (main): Support the "git pull --rebase" situation.
26781         * modules/git-merge-changelog (Depends-on): Add c-strstr.
26782         Reported by Eric Blake.
26783
26784 2008-02-16  Eric Blake  <ebb9@byu.net>
26785
26786         Avoid doubling \ in common case of "c-maybe" quoting style.
26787         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
26788         eliding outer quotes.
26789         * lib/quotearg.h: Document this.
26790         * tests/test-quotearg.c (result_strings, inputs, results_g)
26791         (flag_results, locale_results): Test it by adding a new string to
26792         each test group.
26793         (compare_strings): Test new string.
26794
26795 2008-02-13  Eric Blake  <ebb9@byu.net>
26796
26797         Avoid trigraph quoting in default output.
26798         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
26799         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
26800         unless explicitly requested.
26801         * tests/test-quotearg.c (flag_results, main): Add additional tests.
26802
26803 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
26804
26805         Don't rely on signed integer overflowing to negative value.
26806         * lib/getugroups.c (getugroups): Include <limits.h>.
26807         Instead, compare against INT_MAX, and increment only if the test passes.
26808
26809 2008-02-13  Jim Meyering  <meyering@redhat.com>
26810         and Eric Blake  <ebb9@byu.net>
26811
26812         Avoid shadowing warning and compile errors on Linux.
26813         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
26814         forwarding macros on Linux.
26815         (dcgettext): Define a stub, for Linux.
26816         (results_g, main): Avoid warnings.
26817
26818 2008-02-12  Eric Blake  <ebb9@byu.net>
26819
26820         Silence warning in last patch.
26821         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
26822
26823         Quotearg part 4: add tests, fix c-maybe colon quoting.
26824         * lib/quotearg.h: Improve documentation.
26825         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
26826         escapes when adding outer quotes.  When quoting trigraphs, use
26827         valid C notation.  When quoting NUL, omit extra characters if next
26828         character is not digit.  Alter prototype.
26829         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
26830         callers.
26831         * modules/quotearg-tests: New module.
26832         * tests/test-quotearg.c: New test.
26833
26834 2008-02-07  Eric Blake  <ebb9@byu.net>
26835
26836         Quotearg part 3: add flag to control outer quote elision.
26837         * lib/quotearg.h (c_maybe_quoting_style): New style.
26838         (enum quoting_flags): Better documentation of flags.
26839         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
26840         c-maybe style.
26841         (quotearg_buffer_restyled): Handle new flag to elide outer
26842         quotes.
26843
26844         Quotearg part 2: add flag that can control NUL elision.
26845         * lib/quotearg.h (set_quoting_flags): New prototype.
26846         * lib/quotearg.c (struct quoting_options): Add flag field.
26847         (set_quoting_flags): New function.
26848         (quotearg_buffer_restyled): Add flags parameter.
26849         (quotearg_alloc_mem): Set the flag if length cannot be returned.
26850         (quotearg_n_options): Set the flag, since length cannot be
26851         returned.
26852         (quoting_options_from_style): Default flags correctly.
26853
26854         Quotearg part 1: more wrappers, restore quotearg_char state.
26855         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
26856         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
26857         (quotearg_colon_mem): New wrappers.
26858         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
26859         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
26860         functions.
26861         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
26862         (quotearg_colon_mem): New functions.
26863
26864 2008-02-11  Bruno Haible  <bruno@clisp.org>
26865
26866         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
26867         library in the current directory: it does not work with parallel make.
26868         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26869
26870 2008-02-11  Bruno Haible  <bruno@clisp.org>
26871
26872         * .gitattributes: New file.
26873
26874 2008-02-11  Jim Meyering  <meyering@redhat.com>
26875
26876         useless-if-before-free: Fix reversed exit values.
26877         * build-aux/useless-if-before-free: Use correct values
26878         for EXIT_MATCH and EXIT_NO_MATCH.
26879
26880         * build-aux/useless-if-before-free: Close stdout carefully.
26881
26882 2008-02-10  Bruno Haible  <bruno@clisp.org>
26883
26884         New module 'git-merge-changelog'.
26885         * modules/git-merge-changelog: New file.
26886         * lib/git-merge-changelog.c: New file.
26887
26888 2008-02-10  Jim Meyering  <meyering@redhat.com>
26889
26890         useless-if-before-free: New option: --list (-l).
26891
26892         useless-if-before-free: Don't exit immediately upon open failure.
26893         * build-aux/useless-if-before-free: Exit 2 for errors.
26894         Upon failure to open a file, don't exit immediately.
26895         Rather, just warn and continue with any remaining files.
26896
26897 2008-02-10  Bruno Haible  <bruno@clisp.org>
26898
26899         New abstract list operation 'node_set_value'.
26900         * lib/gl_list.h (gl_list_node_set_value): New function.
26901         (struct gl_list_implementation): New field node_set_value.
26902         * lib/gl_list.c (gl_list_node_set_value): New function.
26903         * lib/gl_array_list.c (gl_array_node_set_value): New function.
26904         (gl_array_list_implementation): Update.
26905         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
26906         (gl_carray_list_implementation): Update.
26907         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
26908         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
26909         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
26910         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
26911         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
26912         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
26913         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
26914         Update.
26915         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
26916         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
26917         (gl_sublist_list_implementation): Update.
26918
26919 2008-02-10  Bruno Haible  <bruno@clisp.org>
26920
26921         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
26922         Needed when ELEMENT is #defined to 'some_type *'.
26923
26924 2008-02-10  Jim Meyering  <meyering@redhat.com>
26925
26926         New script and module: useless-if-before-free
26927         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
26928         * build-aux/useless-if-before-free: New file.
26929         * modules/useless-if-before-free: New file.
26930
26931         * build-aux/gitlog-to-changelog: Use committer date, not author date.
26932
26933         xstrtol_error: Fix typo.
26934         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
26935         s/exit_failure/exit_status/.
26936
26937 2008-02-09  Jim Meyering  <meyering@redhat.com>
26938
26939         New script and module: gitlog-to-changelog
26940         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
26941         * modules/gitlog-to-changelog: New file.
26942         * build-aux/gitlog-to-changelog: New file.
26943
26944 2008-02-08  Jim Meyering  <meyering@redhat.com>
26945
26946         Avoid two "parameter unused" warnings.
26947         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
26948         Mark "st" as used.
26949
26950         Use "git COMMAND", not "git-COMMAND".
26951         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
26952         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
26953         * build-aux/git-version-gen: Use "git status", not "git-status".
26954
26955 2008-02-07  Bruno Haible  <bruno@clisp.org>
26956
26957         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
26958         Avoids a crash on Windows Vista.
26959         Reported by Adam Strzelecki <ono@java.pl> via
26960         Simon Josefsson <simon@josefsson.org>.
26961
26962 2008-02-06  Bruno Haible  <bruno@clisp.org>
26963
26964         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
26965         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
26966         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
26967         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
26968         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
26969         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
26970         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
26971         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
26972         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
26973         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26974         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26975         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26976         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26977         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26978         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26979         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
26980         left-adjust flag.
26981         * tests/test-snprintf-posix.h (test_function): Likewise.
26982         * tests/test-sprintf-posix.h (test_function): Likewise.
26983         * tests/test-vasprintf-posix.c (test_function): Likewise.
26984         * doc/posix-functions/fprintf.texi: Update.
26985         * doc/posix-functions/printf.texi: Update.
26986         * doc/posix-functions/snprintf.texi: Update.
26987         * doc/posix-functions/sprintf.texi: Update.
26988         * doc/posix-functions/vfprintf.texi: Update.
26989         * doc/posix-functions/vprintf.texi: Update.
26990         * doc/posix-functions/vsnprintf.texi: Update.
26991         * doc/posix-functions/vsprintf.texi: Update.
26992         Reported by Peter Fales <psfales@alcatel-lucent.com>.
26993
26994 2008-02-06  Bruno Haible  <bruno@clisp.org>
26995
26996         Fix bug introduced on 2008-01-26.
26997         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
26998
26999 2008-02-06  Bruno Haible  <bruno@clisp.org>
27000
27001         Fix bug introduced on 2007-06-10.
27002         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
27003         !NEED_PRINTF_FLAG_ZERO.
27004
27005 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
27006
27007         getloadavg: use libperfstat on AIX5
27008         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
27009
27010 2008-02-03  Bruno Haible  <bruno@clisp.org>
27011
27012         * lib/diffseq.h: Add comments about required #includes.
27013         Reported by Michael Biggs <gnulib@doubleplum.net>.
27014
27015 2008-02-01  Bruno Haible  <bruno@clisp.org>
27016
27017         * users.txt: Add gnuit.
27018
27019 2008-01-31  Bruno Haible  <bruno@clisp.org>
27020
27021         * lib/md4.c (set_uint32): Mark as inline.
27022         * lib/md5.c (set_uint32): Likewise.
27023         * lib/sha1.c (set_uint32): Likewise.
27024         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
27025         * m4/md5.m4 (gl_MD5): Likewise.
27026         * m4/sha1.m4 (gl_SHA1): Likewise.
27027
27028 2008-01-31  Jim Meyering  <meyering@redhat.com>
27029
27030         Use "sizeof VAR", rather than a literal "4".
27031         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
27032         * lib/md4.c (md4_read_ctx): Likewise.
27033         * lib/sha1.c (sha1_read_ctx): Likewise.
27034
27035 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27036
27037         * tests/test-sha1.c: New file, based on test-md5.c.
27038
27039         * modules/crypto/sha1-tests: New file.
27040
27041 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27042
27043         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
27044
27045 2008-01-31  Jim Meyering  <meyering@redhat.com>
27046
27047         Prefer "sizeof v" over the equivalent "4".
27048         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
27049         * lib/md5.c (set_uint32): Likewise.
27050         * lib/sha1.c (set_uint32): Likewise.
27051
27052 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27053
27054         * lib/sha1.c (set_uint32): Mark function as static.
27055
27056 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27057
27058         md2: clarify comments to say that alignment is not required.
27059         * lib/md2.h: Remove warning about alignment in comment.
27060         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
27061         never been required.
27062
27063 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27064
27065         md4: adapt alignment constraint fix from sha1.
27066         * lib/md4.c (set_uint32): New function, from sha1.c
27067         (md4_read_ctx): Use it.
27068         (md4_finish_ctx): Doc fix.
27069         * lib/md4.h: Doc fix.
27070
27071 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27072
27073         md5: adapt alignment constraint fix from sha1.
27074         * lib/md5.c (set_uint32): New function, from sha1.c
27075         (md5_read_ctx): Use it.
27076         (md5_finish_ctx): Doc fix.
27077         * lib/md5.h: Doc fix.
27078
27079 2008-01-30  Peter Palfrader  <weasel@debian.org>
27080
27081         sha1: remove the result buffer alignment constraint
27082         * lib/sha1.c (set_uint32): New function.
27083         (sha1_read_ctx): Rewrite to remove the result buffer alignment
27084         constraint.
27085         (sha1_finish_ctx): Remove comment warning about alignment constraint.
27086         * lib/sha1.h: Likewise.
27087
27088 2008-01-30  Andreas Schwab  <schwab@suse.de>
27089             Bruno Haible  <bruno@clisp.org>
27090
27091         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
27092         correct definition of LDBL_MIN_EXP.
27093
27094 2008-01-30  Karl Berry  <karl@gnu.org>
27095
27096         * config/srclist-update: try to preserve x bit on updates.
27097         * config/srclistvars.sh: update for karl.
27098
27099 2008-01-29  Jim Meyering  <meyering@redhat.com>
27100
27101         vasnprintf.c: Avoid warning about unused label
27102         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
27103         "overflow" label definition and associated code with the
27104         same cpp condition that guards the sole use of that label.
27105
27106 2008-01-26  Bruno Haible  <bruno@clisp.org>
27107
27108         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
27109         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
27110         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
27111         * lib/isnanl-nolibm.h (isnanl): Likewise.
27112         Reported by Paul Eggert <eggert@cs.ucla.edu>.
27113
27114 2008-01-26  Bruno Haible  <bruno@clisp.org>
27115
27116         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
27117         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
27118
27119 2008-01-26  Bruno Haible  <bruno@clisp.org>
27120
27121         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
27122         GCC >= 4.0 built-in.
27123         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
27124
27125 2008-01-26  Bruno Haible  <bruno@clisp.org>
27126
27127         Rename isnan, applicable to 'double' only, to isnand.
27128         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
27129         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
27130         (configure.ac): Update.
27131         (Include): Replace "isnan.h" with "isnand.h".
27132         * m4/isnand.m4: Renamed from m4/isnan.m4.
27133         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
27134         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
27135         instead of isnan.c.
27136         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
27137         instead of HAVE_ISNAN_IN_LIBC.
27138         (isnand): Renamed from isnan.
27139         * lib/isnand.c: New file.
27140         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
27141         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
27142         (Makefile.am): Update.
27143         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
27144         Include isnand.h instead of isnan.h.
27145         (main): Test isnand instead of isnan.
27146         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
27147         isnan-nolibm.
27148         * modules/frexp (Depends-on): Likewise.
27149         * modules/frexp-tests (Depends-on): Likewise.
27150         * modules/frexp-nolibm (Depends-on): Likewise.
27151         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27152         * modules/isfinite (Depends-on): Likewise.
27153         * modules/round-tests (Depends-on): Likewise.
27154         * modules/signbit (Depends-on): Likewise.
27155         * modules/signbit-tests (Depends-on): Likewise.
27156         * modules/snprintf-posix (Depends-on): Likewise.
27157         * modules/sprintf-posix (Depends-on): Likewise.
27158         * modules/trunc-tests (Depends-on): Likewise.
27159         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27160         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27161         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27162         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27163         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27164         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27165         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27166         * modules/vasnprintf-posix (Depends-on): Likewise.
27167         * modules/vasprintf-posix (Depends-on): Likewise.
27168         * modules/vfprintf-posix (Depends-on): Likewise.
27169         * modules/vsnprintf-posix (Depends-on): Likewise.
27170         * modules/vsprintf-posix (Depends-on): Likewise.
27171         * lib/frexp.c: Include isnand.h instead of isnan.h.
27172         (ISNAN): Set to isnand instead of isnan.
27173         * lib/isfinite.c: Include isnand.h instead of isnan.h.
27174         (gl_isfinited): Use isnand instead of isnan.
27175         * lib/signbitd.c: Include isnand.h instead of isnan.h.
27176         (gl_signbitd): Use isnand instead of isnan.
27177         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
27178         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
27179         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
27180         (main): Use isnand instead of isnan.
27181         * tests/test-round1.c: Include isnand.h.
27182         (main): Use isnand instead of isnan.
27183         * tests/test-round2.c: Include isnand.h instead of isnan.h.
27184         (ISNAN): Set to isnand instead of isnan.
27185         * tests/test-trunc1.c: Include isnand.h.
27186         (main): Use isnand instead of isnan.
27187         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
27188         (equal): Use isnand instead of isnan.
27189         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
27190         isnand-nolibm.
27191         * NEWS: Mention the change.
27192
27193 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27194             Bruno Haible  <bruno@clisp.org>
27195
27196         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
27197         the GCC builtins for signbits are present and set
27198         REPLACE_SIGNBIT_USING_GCC if so.
27199         * lib/math.in.h (signbit): Define using GCC builtins if
27200         REPLACE_SIGNBIT_USING_GCC is set.
27201         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
27202         REPLACE_SIGNBIT_USING_GCC.
27203         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
27204
27205 2008-01-25  Jim Meyering  <meyering@redhat.com>
27206
27207         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
27208         * lib/poll.c: Include <config.h>, not "config.h".
27209         * tests/test-getaddrinfo.c: Likewise.
27210
27211 2008-01-25  Simon Josefsson  <simon@josefsson.org>
27212
27213         * modules/sockets-tests: New file.
27214
27215 2008-01-24  Simon Josefsson  <simon@josefsson.org>
27216
27217         * modules/sockets: New module, can be used to call WSA_Startup and
27218         WSA_Cleanup when needed.
27219
27220         * lib/sockets.h, lib/sockets.c: New files.
27221
27222         * m4/sockets.m4: New file.
27223
27224         * tests/test-sockets.c: New file.
27225
27226 2008-01-19  Bruno Haible  <bruno@clisp.org>
27227
27228         * doc/posix-headers: Renamed from doc/headers.
27229         * doc/posix-functions: Renamed from doc/functions.
27230         * doc/gnulib.texi: Update.
27231
27232 2008-01-19  Bruno Haible  <bruno@clisp.org>
27233
27234         * doc/glibc-functions/strcasestr.texi: Include contents of
27235         doc/functions/strcasestr.texi, fixing the list of platforms.
27236         * doc/functions/strcasestr.texi: Remove file.
27237
27238 2008-01-19  Bruno Haible  <bruno@clisp.org>
27239
27240         * doc/glibc-functions/memmem.texi: Include contents of
27241         doc/functions/memmem.texi.
27242         * doc/functions/memmem.texi: Remove file.
27243
27244 2008-01-18  Bruno Haible  <bruno@clisp.org>
27245
27246         * doc/glibc-functions/*.texi: New files.
27247         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
27248         to use the new files.
27249
27250 2008-01-17  Bruno Haible  <bruno@clisp.org>
27251
27252         * tests/test-gethostname.c (main): Fix printf statement.
27253
27254 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27255
27256         * modules/gethostname-tests: New file.
27257
27258         * tests/test-gethostname.c: New file.
27259
27260 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27261
27262         * lib/gethostname.c: Include string.h unconditionally, strncpy is
27263         used by the UNAME case.  Reported by Bruno Haible
27264         <bruno@clisp.org>.
27265
27266 2008-01-17  Eric Blake  <ebb9@byu.net>
27267
27268         Convert c-strcasestr to be more efficient.
27269         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
27270         (Depends-on): Add c-strcase, remove malloca, strnlen.
27271         * tests/test-c-strcasestr.c (main): Enhance test.
27272         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
27273
27274 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27275
27276         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
27277         Use it in creating po/Makevars.
27278
27279 2008-01-15  Simon Josefsson  <simon@josefsson.org>
27280
27281         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
27282         Applications that requires it should initialize libgcrypt
27283         manually.
27284
27285 2008-01-16  Simon Josefsson  <simon@josefsson.org>
27286
27287         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
27288
27289 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
27290
27291         Fix problem with getdate on mingw32 reported by Simon Josefsson
27292         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
27293         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
27294         tzname", when deciding whether to declare tzname.
27295         * lib/strftime.c (tzname): Likewise.
27296
27297 2008-01-15  Bruno Haible  <bruno@clisp.org>
27298
27299         Work around a MacOS X 10.5 bug in frexpl().
27300         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
27301         * doc/functions/frexpl.texi: Document the bug.
27302         Reported by Elias Pipping <pipping@gentoo.org>.
27303
27304 2008-01-14  Eric Blake  <ebb9@byu.net>
27305
27306         Touch up previous patch.
27307         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
27308         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
27309
27310         Convert strcasestr module to use Two-Way algorithm.
27311         * modules/strcasestr-simple: New module, based on the old
27312         strcasestr, but with Two-Way rather than KMP.
27313         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
27314         * lib/string.in.h (rpl_strcasestr): Declare.
27315         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
27316         performance.
27317         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
27318         * modules/string (Makefile.am): Support strcasestr.
27319         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
27320         * modules/strcasestr-tests (Depends-on): Check for alarm.
27321         * tests/test-strcasestr.c: Augment test.
27322         * lib/str-two-way.h: Clean up stray macro.
27323         * NEWS: Document new module.
27324         * MODULES.html.sh (string handling): Likewise.
27325         * doc/functions/strcasestr.texi: New file.
27326         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
27327         here, since it is not a POSIX function.
27328
27329 2008-01-14  Colin Watson  <cjwatson@debian.org>
27330             Bruno Haible  <bruno@clisp.org>
27331
27332         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
27333         works fine; if not, set REPLACE_STRSIGNAL.
27334         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
27335         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27336         REPLACE_STRSIGNAL.
27337         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
27338         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
27339         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
27340
27341 2008-01-14  Bruno Haible  <bruno@clisp.org>
27342
27343         * modules/strsignal (Include): Change to <string.h>.
27344
27345 2008-01-14  Colin Watson  <cjwatson@debian.org>
27346
27347         * modules/argp (Notice): Add a notice recommending to change
27348         XGETTEXT_OPTIONS.
27349         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
27350
27351 2008-01-13  Colin Watson  <cjwatson@debian.org>
27352
27353         * modules/strsignal-tests: New file.
27354         * tests/test-strsignal.c: New file.
27355
27356         * lib/strsignal.c: New file, from glibc with modifications.
27357         * lib/siglist.h: New file, from glibc with modifications.
27358         * lib/string.in.h (strsignal): New declaration.
27359         * m4/strsignal.m4: New file.
27360         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27361         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
27362         * modules/strsignal: New file.
27363         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
27364         HAVE_DECL_STRSIGNAL.
27365
27366 2008-01-13  Bruno Haible  <bruno@clisp.org>
27367
27368         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
27369         locale encoding is not ASCII. Needed for OpenBSD 4.0.
27370         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27371         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27372
27373 2008-01-13  Bruno Haible  <bruno@clisp.org>
27374
27375         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
27376         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
27377         * lib/argp.h (__attribute__): Likewise.
27378         * lib/c-stack.c (__attribute__): Likewise.
27379         * lib/error.h (__attribute__): Likewise.
27380         * lib/fts.c (__attribute__): Likewise.
27381         * lib/openat.h (__attribute__): Likewise.
27382         * lib/stdio.in.h (__attribute__): Likewise.
27383         * lib/string.in.h (__attribute__): Likewise.
27384         * lib/utimens.c (__attribute__): Likewise.
27385         * lib/vasnprintf.h (__attribute__): Likewise.
27386         * lib/xalloc.h (__attribute__): Likewise.
27387         * lib/xprintf.h (__attribute__): Likewise.
27388         * lib/xstrtol.h (__attribute__): Likewise.
27389         * lib/xvasprintf.h (__attribute__): Likewise.
27390
27391 2008-01-12  Bruno Haible  <bruno@clisp.org>
27392
27393         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
27394         * doc/glibc-headers/a.out.texi: New file.
27395         * doc/glibc-headers/aliases.texi: New file.
27396         * doc/glibc-headers/alloca.texi: New file.
27397         * doc/glibc-headers/ar.texi: New file.
27398         * doc/glibc-headers/argp.texi: New file.
27399         * doc/glibc-headers/argz.texi: New file.
27400         * doc/glibc-headers/byteswap.texi: New file.
27401         * doc/glibc-headers/crypt.texi: New file.
27402         * doc/glibc-headers/endian.texi: New file.
27403         * doc/glibc-headers/envz.texi: New file.
27404         * doc/glibc-headers/err.texi: New file.
27405         * doc/glibc-headers/error.texi: New file.
27406         * doc/glibc-headers/execinfo.texi: New file.
27407         * doc/glibc-headers/fpu_control.texi: New file.
27408         * doc/glibc-headers/fstab.texi: New file.
27409         * doc/glibc-headers/fts.texi: New file.
27410         * doc/glibc-headers/getopt.texi: New file.
27411         * doc/glibc-headers/ieee754.texi: New file.
27412         * doc/glibc-headers/ifaddrs.texi: New file.
27413         * doc/glibc-headers/libintl.texi: New file.
27414         * doc/glibc-headers/mcheck.texi: New file.
27415         * doc/glibc-headers/mntent.texi: New file.
27416         * doc/glibc-headers/obstack.texi: New file.
27417         * doc/glibc-headers/paths.texi: New file.
27418         * doc/glibc-headers/printf.texi: New file.
27419         * doc/glibc-headers/pty.texi: New file.
27420         * doc/glibc-headers/resolv.texi: New file.
27421         * doc/glibc-headers/shadow.texi: New file.
27422         * doc/glibc-headers/sysexits.texi: New file.
27423         * doc/glibc-headers/ttyent.texi: New file.
27424
27425 2008-01-12  Jim Meyering  <meyering@redhat.com>
27426
27427         announce-gen: emit Gnulib's git-based version string.
27428         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
27429         New option --gnulib-version=V, where V is expected to be
27430         the output of running git describe in the gnulib directory.
27431         (get_tool_versions): Request feedback on xdelta.  I suspect it's
27432         not useful, and plan to stop publishing an xdelta file with each
27433         coreutils release.
27434
27435         * build-aux/announce-gen: Also check for lzma-compressed files.
27436
27437 2008-01-11  Bruno Haible  <bruno@clisp.org>
27438
27439         * tests/test-memmem.c (main): Increase maximum allowed time.
27440         * tests/test-strstr.c (main): Likewise.
27441
27442 2008-01-11  Bruno Haible  <bruno@clisp.org>
27443
27444         * doc/functions/memmem.texi: Add more precisions about platforms.
27445         * doc/functions/strstr.texi: Likewise.
27446
27447 2008-01-10  Eric Blake  <ebb9@byu.net>
27448
27449         * m4/strstr.m4: Delete cruft from copy-n-paste.
27450         Reported by Bruno Haible.
27451
27452 2008-01-10  Bruno Haible  <bruno@clisp.org>
27453
27454         Make c-strstr rely on strstr.
27455         * lib/c-strstr.c: Don't include str-kmp.h.
27456         (c_strstr): Define in terms of strstr.
27457         * modules/c-strstr (Files): Remove lib/str-kmp.h.
27458         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
27459
27460 2008-01-10  Bruno Haible  <bruno@clisp.org>
27461
27462         * doc/gnulib.texi (String Functions in C Locale): New section.
27463         * doc/c-ctype.texi: New file.
27464         * doc/c-strcase.texi: New file.
27465         * doc/c-strcaseeq.texi: New file.
27466         * doc/c-strcasestr.texi: New file.
27467         * doc/c-strstr.texi: New file.
27468         * doc/c-strtod.texi: New file.
27469         * doc/c-strtold.texi: New file.
27470
27471 2008-01-10  Eric Blake  <ebb9@byu.net>
27472
27473         * lib/relocatable.h: Fix a comment.
27474
27475 2008-01-10  Eric Blake  <ebb9@byu.net>
27476
27477         Share two-way algorithm.
27478         * lib/str-two-way.h: New file, merged from...
27479         * lib/memmem.c: ...here...
27480         * lib/strstr.c: ...and here.
27481         * modules/memmem (Files): Use it.
27482         * modules/strstr (Files): Likewise.
27483
27484         Avoid quadratic strstr implementations.
27485         * lib/strstr.c: New file.
27486         * m4/strstr.m4: Likewise.
27487         * modules/strstr: Likewise.
27488         * modules/strstr-tests: Likewise.
27489         * tests/test-strstr.c: Likewise.
27490         * lib/string.in.h (rpl_strstr): Declare.
27491         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
27492         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
27493         * modules/string (Makefile.am): Likewise.
27494         * MODULES.html.sh (string handling): Mention new module.
27495         * doc/functions/strstr.texi (strstr): Document the bug.
27496
27497 2008-01-10  Bruno Haible  <bruno@clisp.org>
27498
27499         * lib/relocatable.h (relocate): State whether result is freshly
27500         allocated or not.
27501         * lib/relocatable.c (relocate): Return a freshly allocated string
27502         instead of a pointer to a privately held string.
27503         Reported by Sylvain Beucler <beuc@gnu.org>.
27504
27505 2008-01-10  Colin Watson  <cjwatson@debian.org>
27506
27507         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
27508         s/S_ISNLK/S_ISLNK/.
27509
27510 2008-01-09  Bruno Haible  <bruno@clisp.org>
27511
27512         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
27513         and other files.
27514         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
27515         if it's only a guess.
27516         * modules/memmem: Simplify by depending on memmem-simple.
27517
27518 2008-01-09  Bruno Haible  <bruno@clisp.org>
27519
27520         Work around OpenBSD 4.0 tdelete() bug.
27521         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
27522         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
27523         macros and don't redefine the enum values.
27524         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
27525         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
27526         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
27527
27528 2008-01-09  Bruno Haible  <bruno@clisp.org>
27529
27530         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
27531         (main): Don't perform the tests if setlocale did not install a UTF-8
27532         locale. Needed on OpenBSD 4.0.
27533         * modules/wcwidth-tests (Depends-on): Add localcharset.
27534
27535 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27536
27537         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
27538         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
27539         * NEWS: announce this.
27540         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
27541
27542 2008-01-09  Simon Josefsson  <simon@josefsson.org>
27543         and Eric Blake  <ebb9@byu.net>
27544
27545         Add memmem-simple module.
27546         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
27547         (gl_FUNC_MEMMEM): Separate performance from presence checks.
27548         * modules/memmem-simple: New file.
27549         * modules/memmem (Description): Tweak.
27550         * MODULES.html.sh (string handling): Mention new module.
27551         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
27552         addressed by memmem-simple.
27553         * NEWS: Document the difference.
27554
27555 2008-01-09  Eric Blake  <ebb9@byu.net>
27556
27557         Give gcc some memmem optimization hints.
27558         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
27559         (strcasestr): Declare as pure.
27560         * modules/memmem (Maintainer): Claim my implementation.
27561
27562 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27563
27564         Support AIX 6.1 and higher.
27565         * build-aux/config.libpath: Likewise.
27566         * build-aux/config.rpath: Likewise.
27567
27568 2008-01-08  Jim Meyering  <meyering@redhat.com>
27569             Bruno Haible  <bruno@clisp.org>
27570
27571         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
27572         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
27573         Reported by Peter Fales in
27574         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
27575
27576 2008-01-08  Bruno Haible  <bruno@clisp.org>
27577
27578         * modules/unictype/category-of (Depends-on): Add
27579         unictype/category-none.
27580         * modules/unictype/category-and-tests (Depends-on): Add
27581         unictype/category-{L,N,Lu,Nd}.
27582         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
27583         * modules/unictype/category-or-tests (Depends-on): Add
27584         unictype/category-{L,N}.
27585         * modules/unictype/category-name-tests (Depends-on): Add
27586         unictype/category-{Z,Nl}.
27587         Reported by Simon Josefsson.
27588
27589 2008-01-08  Bruno Haible  <bruno@clisp.org>
27590
27591         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
27592         convention better.
27593         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
27594         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
27595         Reported by Peter Miller <millerp@canb.auug.org.au>.
27596
27597 2008-01-08  Eric Blake  <ebb9@byu.net>
27598
27599         Rewrite memmem to guarantee linear complexity without malloc.
27600         * lib/memmem.c (memmem): Use Two-Way rather than
27601         Knuth-Morris-Pratt, to allow O(1) space usage.
27602         (critical_factorization, two_way_short_needle)
27603         (two_way_long_needle): New functions.
27604         (knuth_morris_pratt): Delete.
27605         * modules/memmem (Depends-on): No longer need malloca or stdbool.
27606         Add stdint.
27607         * tests/test-memmem.c (main): Add tests for periodic needle and
27608         sublinear performance.
27609         * doc/functions/memmem.texi (memmem): Document other deficiencies
27610         in cygwin and older glibc.
27611
27612 2008-01-08  Bruno Haible  <bruno@clisp.org>
27613
27614         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
27615         augmentation.
27616
27617 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
27618
27619         Add a configure time option: --disable-acl.
27620         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
27621         AC_ARG_ENABLE(acl).
27622
27623 2008-01-06  Simon Josefsson  <simon@josefsson.org>
27624
27625         * tests/test-localename.c: Don't include obsolete "setenv.h".
27626
27627         * modules/localename-tests (Depends-on): Need unsetenv.
27628
27629 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27630
27631         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
27632
27633 2008-01-06  Colin Watson  <cjwatson@debian.org>
27634
27635         * users.txt: Add man-db.
27636
27637 2008-01-07  Bruno Haible  <bruno@clisp.org>
27638
27639         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
27640         previous section name.
27641
27642 2008-01-07  Bruno Haible  <bruno@clisp.org>
27643
27644         * lib/progname.c (set_program_name): Don't strip off a leading
27645         "lt-" prefix outside a .libs directory.
27646         Suggested by Paul Eggert.
27647
27648 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
27649             Bruno Haible  <bruno@clisp.org>
27650
27651         Improve memory cleanup in 'relocatable' module.
27652         * lib/relocatable.h (compute_curr_prefix): Change return type to
27653         'char *'.
27654         * lib/relocatable.c (compute_curr_prefix): Change return type to
27655         'char *'. Free curr_installdir after use.
27656         (relocate): Free curr_prefix_better after use.
27657         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
27658
27659 2008-01-01  Bruno Haible  <bruno@clisp.org>
27660
27661         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
27662         failure on older glibc systems.
27663         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27664
27665 2008-01-05  Eric Blake  <ebb9@byu.net>
27666
27667         Avoid quadratic system memmem.
27668         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
27669         Reported by Ralf Wildenhues.
27670
27671         Fix memmem test for mingw.
27672         * modules/memmem-tests (configure.ac): Check for alarm.
27673         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
27674         it.
27675         * doc/functions/memmem.texi: New file.
27676         * doc/gnulib.texi (Function Substitutes): Add memmem.
27677         Reported by Bruno Haible.
27678
27679 2008-01-04  Bruno Haible  <bruno@clisp.org>
27680
27681         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
27682         Require gl_HEADER_STRINGS_H_DEFAULTS, not
27683         gl_HEADER_STRING_H_DEFAULTS.
27684
27685 2008-01-04  Eric Blake  <ebb9@byu.net>
27686
27687         Shorten duration of memmem test.
27688         * tests/test-memmem.c (main): Use alarm to declare failure if test
27689         is taking too long.
27690         Reported by Ralf Wildenhues.
27691
27692 2007-12-21  Simon Josefsson  <simon@josefsson.org>
27693
27694         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
27695         string, needed by strerror.
27696
27697 2008-01-03  Colin Watson  <cjwatson@debian.org>
27698             Bruno Haible  <bruno@clisp.org>
27699
27700         * doc/gnulib-tool.texi (Localization): New section.
27701
27702 2008-01-02  Bruno Haible  <bruno@clisp.org>
27703
27704         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
27705         variables to 'unsigned char *' type.
27706         Reported by Paul Eggert.
27707
27708 2008-01-02  Jim Meyering  <jim@meyering.net>
27709
27710         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
27711
27712 2007-12-31  Jim Meyering  <jim@meyering.net>
27713
27714         Avoid use of private FTS type name.
27715         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
27716
27717 2007-12-30  Karl Berry  <karl@gnu.org>
27718
27719         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
27720         work around defect in Texinfo and/or the standalone Info browser.
27721
27722 2007-12-30  Bruno Haible  <bruno@clisp.org>
27723
27724         Unify 5 copies of the KMP code.
27725         * lib/str-kmp.h: New file.
27726         * lib/c-strcasestr.c: Include str-kmp.h.
27727         (knuth_morris_pratt): Remove function.
27728         (c_strcasestr): Update.
27729         * lib/c-strstr.c: Include str-kmp.h.
27730         (knuth_morris_pratt): Remove function.
27731         (c_strcasestr): Update.
27732         * lib/mbscasestr.c: Include str-kmp.h.
27733         (knuth_morris_pratt_unibyte): Remove function.
27734         * lib/mbsstr.c: Include str-kmp.h.
27735         (knuth_morris_pratt_unibyte): Remove function.
27736         * lib/strcasestr.c: Include str-kmp.h.
27737         (knuth_morris_pratt): Remove function.
27738         (strcasestr): Update.
27739         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
27740         * modules/c-strstr (Files): Likewise.
27741         * modules/mbscasestr (Files): Likewise.
27742         * modules/mbsstr (Files): Likewise.
27743         * modules/strcasestr (Files): Likewise.
27744         Suggested by Paul Eggert.
27745
27746 2007-12-30  Bruno Haible  <bruno@clisp.org>
27747
27748         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
27749         defined.
27750
27751 2007-12-30  Bruno Haible  <bruno@clisp.org>
27752
27753         * lib/xmalloca.h: Include xalloc.h.
27754         (xnmalloca): New macro.
27755
27756 2007-12-30  Bruno Haible  <bruno@clisp.org>
27757
27758         * lib/malloca.h (nmalloca): New macro.
27759         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
27760         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
27761         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
27762         knuth_morris_pratt_multibyte): Likewise.
27763         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
27764         knuth_morris_pratt_multibyte): Likewise.
27765         * lib/memmem.c (knuth_morris_pratt): Likewise.
27766         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
27767
27768 2007-12-25  Bruno Haible  <bruno@clisp.org>
27769
27770         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
27771         * lib/glob.c: Don't include openat.h.
27772         (link_exists2_p): Add back the code that deals with the
27773         !GLOB_ALTDIRFUNC case.
27774         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
27775         let it do the filename concatenation.
27776         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
27777         * modules/glob (Depends-on): Remove openat.
27778
27779 2007-12-31  Bruno Haible  <bruno@clisp.org>
27780
27781         * modules/dirfd (License): Change to LGPLv2+.
27782         Approved by Jim Meyering.
27783
27784 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
27785
27786         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
27787         when multiplying M by sizeof (size_t).
27788
27789 2007-12-10  Martin Lambers  <marlam@marlam.de>
27790
27791         Override getpagesize on mingw.
27792         * lib/getpagesize.c: New file.
27793         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
27794         * modules/getpagesize (Files): Add lib/getpagesize.c.
27795         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
27796         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
27797         REPLACE_GETPAGESIZE.
27798         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
27799
27800 2007-12-25  Bruno Haible  <bruno@clisp.org>
27801
27802         * modules/localcharset (Notice): New field.
27803         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
27804         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
27805
27806 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
27807             Bruno Haible  <bruno@clisp.org>
27808
27809         Avoid using the syntax symbol() in formatted documentation.
27810         * MODULES.html.sh (func_module): When replacing symbol() with a
27811         hyperlink, remove the parentheses. Show an error if some remain.
27812         Recognize and render the '...' syntax.
27813         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
27814         Rework. Add paragraph about GCC's inlining.
27815         * doc/alloca.texi: Likewise.
27816         * doc/error.texi: Remove parentheses from symbol reference.
27817         * doc/gnulib-intro.texi: Likewise.
27818         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
27819         * modules/fnmatch (Description): Reword to say "the ... function".
27820         * modules/full-read (Description): Likewise.
27821         * modules/full-write (Description): Likewise.
27822         * modules/safe-read (Description): Likewise.
27823         * modules/safe-write (Description): Likewise.
27824         * modules/strchrnul (Description): Likewise.
27825         * modules/trim (Description): Likewise.
27826         * modules/error (Description): Remove parentheses from symbol
27827         references.
27828         * modules/verror (Description): Likewise.
27829         Reported by Karl Berry.
27830
27831 2007-12-25  Bruno Haible  <bruno@clisp.org>
27832
27833         Fixup after 2007-10-16 commit.
27834         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
27835
27836 2007-12-24  Bruno Haible  <bruno@clisp.org>
27837
27838         Make --enable-relocatable work with DESTDIR.
27839         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
27840         to compute installdir from destprog.
27841         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
27842         also set the RELOC_DESTDIR variable.
27843         Reported by Левашев Иван <octagram@bluebottle.com>.
27844
27845 2007-12-24  Bruno Haible  <bruno@clisp.org>
27846
27847         Fix link error due to xalloc_die().
27848         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
27849         of xreadlink.
27850         * lib/relocwrapper.c: Update comments.
27851         * build-aux/install-reloc: Remove xreadlink.c from file list.
27852         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
27853         xreadlink.c.
27854         Reported by Левашев Иван <octagram@bluebottle.com>.
27855
27856 2007-12-24  Bruno Haible  <bruno@clisp.org>
27857
27858         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
27859         * lib/setenv.h: Remove file.
27860         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
27861         lib/setenv.h.
27862         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
27863         (Depends-on): Add stdlib.
27864         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
27865         gl_FUNC_UNSETENV.
27866         (Include): Replace setenv.h with <stdlib.h>.
27867         * modules/unsetenv: New file.
27868         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
27869         * lib/unsetenv.c: Include <stdlib.h> first.
27870         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
27871         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
27872         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
27873         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
27874         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
27875         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
27876         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
27877         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
27878         * doc/functions/unsetenv.texi: Update.
27879         * modules/xsetenv (Depends-on): Add unsetenv.
27880         * modules/getdate (Depends-on): Likewise.
27881         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
27882         * lib/xsetenv.c: Don't include setenv.h.
27883         * lib/getdate.y: Likewise.
27884         * lib/relocwrapper.c: Likewise.
27885         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
27886         (Depends-on): Add stdlib.
27887         * NEWS: Mention the changes.
27888         Reported by Левашев Иван <octagram@bluebottle.com>.
27889
27890 2007-12-23  Bruno Haible  <bruno@clisp.org>
27891
27892         * lib/memmem.c (memmem): Use lowercase variable names. Tab
27893         indentation.
27894
27895 2007-12-23  Bruno Haible  <bruno@clisp.org>
27896
27897         * lib/c-strcasestr.c: Add more comments.
27898         * lib/c-strstr.c: Likewise.
27899         * lib/mbscasestr.c: Likewise.
27900         * lib/mbsstr.c: Likewise.
27901         * lib/strcasestr.c: Likewise.
27902         * lib/memmem.c: Likewise.
27903
27904 2007-12-23  Bruno Haible  <bruno@clisp.org>
27905
27906         * tests/test-memmem.c: Include <string.h> first.
27907
27908 2007-12-22  Bruno Haible  <bruno@clisp.org>
27909
27910         * gnulib-tool (func_create_testdir): Change $auxdir while generating
27911         the contents of $testsbase.
27912         Reported by Ralf Wildenhues.
27913
27914 2007-12-22  Bruno Haible  <bruno@clisp.org>
27915
27916         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
27917         two variables local_ldadd_before, local_ldadd_last.
27918
27919 2007-12-20  Eric Blake  <ebb9@byu.net>
27920
27921         Work around circular library issue when cross-compiling.
27922         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
27923         that progname.o does not need to pull in rpl_memcmp.
27924
27925 2007-12-19  Eric Blake  <ebb9@byu.net>
27926
27927         Fix memmem to avoid O(n^2) worst-case complexity.
27928         * lib/memmem.c (knuth_morris_pratt): New function.
27929         (memmem): Use it if first few naive iterations fail.
27930         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
27931         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
27932         * modules/memchr (License): Likewise.
27933         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
27934         malloca.
27935         * tests/test-memmem.c: Rewrite, borrowing ideas from
27936         test-mbsstr1.c; the old version wouldn't even compile!
27937         * modules/memmem-tests: New file.
27938         * lib/string.in.h (rpl_memmem): Add declaration.
27939         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
27940         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
27941         REPLACE_MEMMEM.
27942
27943 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
27944
27945         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
27946         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
27947         before any system include files, and undef after them all.  This
27948         should fix a problem on VMS reported by John E. Malmberg in
27949         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
27950
27951 2007-12-17  Eric Blake  <ebb9@byu.net>
27952
27953         Revert addition of verify, for BSD/OS.
27954         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
27955         can't handle large files, for the sake of obsolete platforms.
27956         * modules/fseeko (Depends-on): Remove verify.
27957         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
27958         * doc/functions/ftello.texi (ftello): Likewise.
27959         * doc/functions/fgetpos.texi (fgetpos): Likewise.
27960         Reported by Larry Jones.
27961
27962 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
27963
27964         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
27965         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
27966
27967 2007-12-17  Jim Meyering  <meyering@redhat.com>
27968
27969         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
27970         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
27971         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
27972         * modules/getcwd (Depends-on): Add openat.
27973         Reported by Petr Salinger.
27974
27975 2007-12-17  Bruno Haible  <bruno@clisp.org>
27976
27977         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
27978         avoid a segmentation fault of the configure test on x86_64 systems.
27979
27980 2007-12-15  Jim Meyering  <meyering@redhat.com>
27981
27982         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
27983
27984 2007-12-13  Eric Blake  <ebb9@byu.net>
27985
27986         Another fseek test.
27987         * tests/test-fseek.c (main): Also test ungetc handling.
27988         * tests/test-fseeko.c (main): Likewise.
27989         * modules/fseeko (Depends-on): Add verify.
27990         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
27991         large.
27992         Reported by Larry Jones.
27993
27994         Fix fseeko on mingw.
27995         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
27996         seek.
27997
27998         Beef up fseek tests.
27999         * tests/test-fseek.c (main): Also test eof handling.
28000         * tests/test-fseeko.c (main): Likewise.
28001         Reported by Larry Jones.
28002
28003 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
28004
28005         Fix fseeko on BSD-based platforms.
28006         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
28007         successful seek.
28008
28009 2007-12-12  Eric Blake  <ebb9@byu.net>
28010
28011         Allow circular dependency of separate libtests.a
28012         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
28013         when use_libtests.
28014
28015 2007-12-11  Eric Blake  <ebb9@byu.net>
28016
28017         Fix bug with -0.0L in previous patch.
28018         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
28019         * tests/test-isnan.c (main): Also test on zeroes.
28020         * tests/test-isnanf.c (main): Likewise.
28021         * tests/test-isnanl.h (main): Likewise.
28022
28023         Detect pseudo-denormals on x86 even when cross-compiling.
28024         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
28025         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
28026         invalid bit patterns that happen to satisfy ==.
28027
28028         Avoid link failures with separate libtests.a.
28029         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
28030         last, to satisfy circular dependencies.
28031
28032 2007-12-11  Eric Blake  <ebb9@byu.net>
28033         and Bruno Haible  <bruno@clisp.org>
28034
28035         Fix OpenBSD 4.0 <float.h> handling of long double.
28036         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
28037         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
28038         * doc/headers/float.texi (float.h): Document OpenBSD bug.
28039
28040 2007-12-11  Jim Meyering  <meyering@redhat.com>
28041
28042         * users.txt: Add libvirt.
28043
28044         Support versions of autoconf prior to 2.59c.
28045         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
28046         if it is not already defined.
28047
28048 2007-12-09  Bruno Haible  <bruno@clisp.org>
28049
28050         Let 'gnulib-tool --import' collect sources needed for the tests in
28051         tests/ rather than in lib/.
28052         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
28053         argument. If true, add rules to generate libtests.a, and put libtests.a
28054         into $(LDADD). Consider source files in subdirectories and set
28055         uses_subdirs.
28056         (func_emit_initmacro_start, func_emit_initmacro_end,
28057         func_emit_initmacro_done): Pass all arguments explicitly.
28058         (func_import): Determine two module lists main_modules,
28059         testsrelated_modules. Determine use_libtests. Determine two variables
28060         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
28061         instead of just sed_transform_lib_file. Determine two variables
28062         main_files and testsrelated_files. Compute 'files' as the union of
28063         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
28064         func_add_or_update. In the generated gnulib-comp.m4, collect the
28065         object files for tests/ in different variables than those for lib/.
28066         Substitute LIBTESTS_LIBDEPS.
28067         (func_create_testdir): Combine the uses_subdirs results from
28068         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
28069
28070 2007-12-09  Bruno Haible  <bruno@clisp.org>
28071
28072         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
28073         the build-aux directory.
28074
28075 2007-12-09  Bruno Haible  <bruno@clisp.org>
28076
28077         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
28078         introduced on 2006-09-09.
28079
28080 2007-12-07  Jim Meyering  <meyering@redhat.com>
28081
28082         Let these macros work also with autoconf-2.59.
28083         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
28084         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
28085         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28086
28087 2007-12-06  Jim Meyering  <meyering@redhat.com>
28088
28089         Avoid a configure-time syntax error in gl_FUNC_ACL.
28090         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
28091         function in each branch, before testing the cache variable.
28092
28093 2007-12-04  Eric Blake  <ebb9@byu.net>
28094
28095         Make scripts executable.
28096         * build-aux/config.guess: Add execute permissions.
28097         * build-aux/config.sub: Likewise.
28098         * build-aux/gendocs.sh: Likewise.
28099
28100         Fix frexp on mingw.
28101         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
28102         cross-compiling.
28103         * doc/functions/frexp.texi (frexp): Document the bug.
28104
28105         Make cygwin fseeko check more reliable.
28106         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
28107         version numbers, rather than unrelated feature check.
28108         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
28109         * doc/functions/ftello.texi (ftello): Likewise.
28110         Reported by Bruno Haible.
28111
28112         * m4/strerror.m4: Bump version number.
28113
28114 2007-12-03  Bruno Haible  <bruno@clisp.org>
28115
28116         * doc/functions/mprotect.texi: Mention the mingw problem.
28117
28118 2007-12-03  Eric Blake  <ebb9@byu.net>
28119
28120         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
28121         REPLACE_STRERROR is initialized before this macro.
28122
28123 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28124
28125         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
28126         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
28127         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
28128         put -lsec in even for programs other than 'ls'.  This fixes a problem
28129         for gettext reported by Bruno Haible in
28130         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
28131         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
28132         Add support for Solaris 10.  This isn't efficient, but should get the
28133         job done for now.
28134
28135 2007-12-03  James Youngman  <jay@gnu.org>
28136
28137         * doc/regexprops-generic.texi: change "an close-group" to "a
28138         close-group" and "illegal" to "not allowed".
28139
28140 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28141
28142         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
28143         pr_byname.h. Needed for the rare case when the maintainer has done
28144         "make maintainer-clean" in the source directory and then attempts a
28145         build outside the source directory.
28146         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
28147         scripts_byname.h.
28148
28149 2007-12-02  Martin Lambers <marlam@marlam.de>
28150             Bruno Haible  <bruno@clisp.org>
28151
28152         * lib/getpagesize.h: Remove file.
28153         * lib/unistd.in.h: Include declaration of getpagesize here.
28154         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28155         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28156         HAVE_SYS_PARAM_H.
28157         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28158         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28159         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28160         (Depends-on): Add unistd.
28161         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28162         (Include): Use <unistd.h> instead of getpagesize.h.
28163         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
28164         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28165         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
28166         gl_GETPAGESIZE invocation, already handled by module dependency.
28167         * lib/pagealign_alloc.c: Don't include getpagesize.h.
28168
28169 2007-12-02  Bruno Haible  <bruno@clisp.org>
28170
28171         * modules/strings-tests: New file.
28172         * tests/test-strings.c: New file.
28173
28174         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
28175         * lib/strings.in.h: New file.
28176         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
28177         * m4/strings_h.m4: New file.
28178         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
28179         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
28180         * modules/strings: New file.
28181         * modules/string (Makefile.am): Update.
28182         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
28183         Reported by Karl Berry.
28184
28185 2007-12-01  Eric Blake  <ebb9@byu.net>
28186
28187         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
28188         accomodate fix in cygwin 1.5.25.
28189
28190 2007-12-01  Jim Meyering  <meyering@redhat.com>
28191
28192         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
28193         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
28194         that would inhibit utf8-optimization of a regexp containing line-
28195         or buffer-anchors, e.g., `^', `$'.
28196
28197 2007-11-30  Bruno Haible  <bruno@clisp.org>
28198
28199         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
28200         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
28201         glthread_recursive_lock_init.
28202         * lib/lock.c (glthread_recursive_lock_init)
28203         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
28204         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28205
28206 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
28207
28208         New function qset_acl, like set_acl but with syscall semantics.
28209         * lib/acl.h (qset_acl): New decl.
28210         * lib/acl.c (qset_acl): New function.
28211         (set_acl): Use new function.  Use more-consistent diagnostics.
28212
28213 2007-11-28  Jim Meyering  <meyering@redhat.com>
28214
28215         * modules/physmem (License): Change from GPL to LGPLv2+.
28216
28217 2007-11-26  Bruno Haible  <bruno@clisp.org>
28218
28219         * lib/vasnprintf.c (decode_long_double): Don't abort if the
28220         'long double' type has excess precision.
28221         Reported by Jim Meyering in
28222         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
28223
28224 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28225
28226         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
28227         Sync from <http://gnu.org/licenses>.
28228         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
28229         with license text from same location.
28230         * doc/maintain.texi, doc/standards.texi:  Sync from
28231         <http://savannah.gnu.org/projects/gnustandards>.
28232
28233 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
28234         and Jim Meyering  <meyering@redhat.com>
28235
28236         Adjust getdate' grammar to accept a slightly more regular language.
28237         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
28238         Before, the former was rejected.
28239         * lib/getdate.y (digits_to_date_time): New function, factored
28240         out of ...
28241         (number): ...here.  Just call digits_to_date_time.
28242         (hybrid): New non-terminal to handle an <unsigned number,
28243         signed relative offset> sequence consistently.
28244
28245 2007-11-18  Jim Meyering  <meyering@redhat.com>
28246
28247         Pull my changes from coreutils:
28248         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
28249         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
28250         use of $gnulib_tool_option_extras, so that it's separated from the
28251         preceding argument.
28252
28253         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
28254         * build-aux/bootstrap (cp_mark_as_generated): Create any required
28255         parent destination directories before copying a file into place.
28256
28257 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28258
28259         bootstrap: work also with 4-argument variant of AC_INIT
28260         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
28261
28262 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28263
28264         Port test-getaddrinfo to Solaris.
28265         Problem reported by Bruno Haible in
28266         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
28267         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
28268         explanation of setting 'hints'.
28269         Don't reject an implementation merely because it returns EAI_SERVICE.
28270         (EAI_SERVICE): Define to 0 if not defined.
28271
28272 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28273
28274         The license of gnu-make and posix-shell is now "GPLed build tool".
28275         * modules/gnu-make (License): Likewise.
28276         * modules/posix-shell (License): Likewise.
28277
28278         New module posix-shell, for determining a POSIX shell
28279         or perhaps something that is close enough to a POSIX shell.
28280         * m4/posix-shell.m4: New file.
28281         * modules/posix-shell: New file.
28282
28283         * MODULES.html.sh: Mention new module.
28284
28285         New module gnu-make, for determining whether we're using GNU Make.
28286         * m4/gnu-make.m4: New file.
28287         * modules/gnu-make: New file.
28288         * MODULES.html.sh: Mention new module.
28289
28290 2007-11-14  Jim Meyering  <meyering@redhat.com>
28291
28292         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
28293         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
28294         use this macro to create a function _definition_.
28295         Remove useless "#undef ARGMATCH_DIE".
28296
28297 2007-11-14  Bruno Haible  <bruno@clisp.org>
28298
28299         * lib/config.charset: Update for OpenBSD 4.1.
28300         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
28301
28302 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
28303
28304         Document 64-bit #if problems in stdint.texi.
28305         * doc/headers/stdint.texi (stdint.h): Mention problems with
28306         64-bit-#if, and how to work around them.
28307
28308         Don't insist on 'long long int' support in the preprocessor.  It
28309         breaks too many things.  For example, PRIdMAX still uses a 'long
28310         long int' format with the latest Sun compiler, even though
28311         HAVE_LONG_LONG_INT isn't defined due to that compiler's
28312         preprocessor problem.  This causes the latest coreutils to dump
28313         core on Solaris 10 sparc with the Sun C compiler.
28314         Instead, fix the 2007-10-16 problem in a different way, by evaluating
28315         the troublesome expressions at configure-time, not at #if-time.
28316         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
28317         preprocessor.
28318         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
28319         compile-time C checks, done at 'configure'-time.
28320         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
28321         * modules/inttypes (Makefile): Substitute the new symbols that
28322         gl_INTTYPES_H now generates.
28323         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
28324
28325 2007-11-12  Bruno Haible  <bruno@clisp.org>
28326
28327         Tests for Unicode character classification functions.
28328
28329         * modules/unictype/bidicategory-byname-tests: New file.
28330         * modules/unictype/bidicategory-name-tests: New file.
28331         * modules/unictype/bidicategory-of-tests: New file.
28332         * modules/unictype/bidicategory-test-tests: New file.
28333         * modules/unictype/block-list-tests: New file.
28334         * modules/unictype/block-of-tests: New file.
28335         * modules/unictype/block-test-tests: New file.
28336         * modules/unictype/category-C-tests: New file.
28337         * modules/unictype/category-Cc-tests: New file.
28338         * modules/unictype/category-Cf-tests: New file.
28339         * modules/unictype/category-Cn-tests: New file.
28340         * modules/unictype/category-Co-tests: New file.
28341         * modules/unictype/category-Cs-tests: New file.
28342         * modules/unictype/category-L-tests: New file.
28343         * modules/unictype/category-Ll-tests: New file.
28344         * modules/unictype/category-Lm-tests: New file.
28345         * modules/unictype/category-Lo-tests: New file.
28346         * modules/unictype/category-Lt-tests: New file.
28347         * modules/unictype/category-Lu-tests: New file.
28348         * modules/unictype/category-M-tests: New file.
28349         * modules/unictype/category-Mc-tests: New file.
28350         * modules/unictype/category-Me-tests: New file.
28351         * modules/unictype/category-Mn-tests: New file.
28352         * modules/unictype/category-N-tests: New file.
28353         * modules/unictype/category-Nd-tests: New file.
28354         * modules/unictype/category-Nl-tests: New file.
28355         * modules/unictype/category-No-tests: New file.
28356         * modules/unictype/category-P-tests: New file.
28357         * modules/unictype/category-Pc-tests: New file.
28358         * modules/unictype/category-Pd-tests: New file.
28359         * modules/unictype/category-Pe-tests: New file.
28360         * modules/unictype/category-Pf-tests: New file.
28361         * modules/unictype/category-Pi-tests: New file.
28362         * modules/unictype/category-Po-tests: New file.
28363         * modules/unictype/category-Ps-tests: New file.
28364         * modules/unictype/category-S-tests: New file.
28365         * modules/unictype/category-Sc-tests: New file.
28366         * modules/unictype/category-Sk-tests: New file.
28367         * modules/unictype/category-Sm-tests: New file.
28368         * modules/unictype/category-So-tests: New file.
28369         * modules/unictype/category-Z-tests: New file.
28370         * modules/unictype/category-Zl-tests: New file.
28371         * modules/unictype/category-Zp-tests: New file.
28372         * modules/unictype/category-Zs-tests: New file.
28373         * modules/unictype/category-and-not-tests: New file.
28374         * modules/unictype/category-and-tests: New file.
28375         * modules/unictype/category-byname-tests: New file.
28376         * modules/unictype/category-name-tests: New file.
28377         * modules/unictype/category-none-tests: New file.
28378         * modules/unictype/category-of-tests: New file.
28379         * modules/unictype/category-or-tests: New file.
28380         * modules/unictype/category-test-withtable-tests: New file.
28381         * modules/unictype/combining-class-tests: New file.
28382         * modules/unictype/ctype-alnum-tests: New file.
28383         * modules/unictype/ctype-alpha-tests: New file.
28384         * modules/unictype/ctype-blank-tests: New file.
28385         * modules/unictype/ctype-cntrl-tests: New file.
28386         * modules/unictype/ctype-digit-tests: New file.
28387         * modules/unictype/ctype-graph-tests: New file.
28388         * modules/unictype/ctype-lower-tests: New file.
28389         * modules/unictype/ctype-print-tests: New file.
28390         * modules/unictype/ctype-punct-tests: New file.
28391         * modules/unictype/ctype-space-tests: New file.
28392         * modules/unictype/ctype-upper-tests: New file.
28393         * modules/unictype/ctype-xdigit-tests: New file.
28394         * modules/unictype/decimal-digit-tests: New file.
28395         * modules/unictype/digit-tests: New file.
28396         * modules/unictype/mirror-tests: New file.
28397         * modules/unictype/numeric-tests: New file.
28398         * modules/unictype/property-alphabetic-tests: New file.
28399         * modules/unictype/property-ascii-hex-digit-tests: New file.
28400         * modules/unictype/property-bidi-arabic-digit-tests: New file.
28401         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
28402         * modules/unictype/property-bidi-block-separator-tests: New file.
28403         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
28404         * modules/unictype/property-bidi-common-separator-tests: New file.
28405         * modules/unictype/property-bidi-control-tests: New file.
28406         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
28407         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
28408         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
28409         * modules/unictype/property-bidi-european-digit-tests: New file.
28410         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
28411         * modules/unictype/property-bidi-left-to-right-tests: New file.
28412         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
28413         * modules/unictype/property-bidi-other-neutral-tests: New file.
28414         * modules/unictype/property-bidi-pdf-tests: New file.
28415         * modules/unictype/property-bidi-segment-separator-tests: New file.
28416         * modules/unictype/property-bidi-whitespace-tests: New file.
28417         * modules/unictype/property-byname-tests: New file.
28418         * modules/unictype/property-combining-tests: New file.
28419         * modules/unictype/property-composite-tests: New file.
28420         * modules/unictype/property-currency-symbol-tests: New file.
28421         * modules/unictype/property-dash-tests: New file.
28422         * modules/unictype/property-decimal-digit-tests: New file.
28423         * modules/unictype/property-default-ignorable-code-point-tests: New file.
28424         * modules/unictype/property-deprecated-tests: New file.
28425         * modules/unictype/property-diacritic-tests: New file.
28426         * modules/unictype/property-extender-tests: New file.
28427         * modules/unictype/property-format-control-tests: New file.
28428         * modules/unictype/property-grapheme-base-tests: New file.
28429         * modules/unictype/property-grapheme-extend-tests: New file.
28430         * modules/unictype/property-grapheme-link-tests: New file.
28431         * modules/unictype/property-hex-digit-tests: New file.
28432         * modules/unictype/property-hyphen-tests: New file.
28433         * modules/unictype/property-id-continue-tests: New file.
28434         * modules/unictype/property-id-start-tests: New file.
28435         * modules/unictype/property-ideographic-tests: New file.
28436         * modules/unictype/property-ids-binary-operator-tests: New file.
28437         * modules/unictype/property-ids-trinary-operator-tests: New file.
28438         * modules/unictype/property-ignorable-control-tests: New file.
28439         * modules/unictype/property-iso-control-tests: New file.
28440         * modules/unictype/property-join-control-tests: New file.
28441         * modules/unictype/property-left-of-pair-tests: New file.
28442         * modules/unictype/property-line-separator-tests: New file.
28443         * modules/unictype/property-logical-order-exception-tests: New file.
28444         * modules/unictype/property-lowercase-tests: New file.
28445         * modules/unictype/property-math-tests: New file.
28446         * modules/unictype/property-non-break-tests: New file.
28447         * modules/unictype/property-not-a-character-tests: New file.
28448         * modules/unictype/property-numeric-tests: New file.
28449         * modules/unictype/property-other-alphabetic-tests: New file.
28450         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
28451         * modules/unictype/property-other-grapheme-extend-tests: New file.
28452         * modules/unictype/property-other-id-continue-tests: New file.
28453         * modules/unictype/property-other-id-start-tests: New file.
28454         * modules/unictype/property-other-lowercase-tests: New file.
28455         * modules/unictype/property-other-math-tests: New file.
28456         * modules/unictype/property-other-uppercase-tests: New file.
28457         * modules/unictype/property-paired-punctuation-tests: New file.
28458         * modules/unictype/property-paragraph-separator-tests: New file.
28459         * modules/unictype/property-pattern-syntax-tests: New file.
28460         * modules/unictype/property-pattern-white-space-tests: New file.
28461         * modules/unictype/property-private-use-tests: New file.
28462         * modules/unictype/property-punctuation-tests: New file.
28463         * modules/unictype/property-quotation-mark-tests: New file.
28464         * modules/unictype/property-radical-tests: New file.
28465         * modules/unictype/property-sentence-terminal-tests: New file.
28466         * modules/unictype/property-soft-dotted-tests: New file.
28467         * modules/unictype/property-space-tests: New file.
28468         * modules/unictype/property-terminal-punctuation-tests: New file.
28469         * modules/unictype/property-test-tests: New file.
28470         * modules/unictype/property-titlecase-tests: New file.
28471         * modules/unictype/property-unassigned-code-value-tests: New file.
28472         * modules/unictype/property-unified-ideograph-tests: New file.
28473         * modules/unictype/property-uppercase-tests: New file.
28474         * modules/unictype/property-variation-selector-tests: New file.
28475         * modules/unictype/property-white-space-tests: New file.
28476         * modules/unictype/property-xid-continue-tests: New file.
28477         * modules/unictype/property-xid-start-tests: New file.
28478         * modules/unictype/property-zero-width-tests: New file.
28479         * modules/unictype/scripts-tests: New file.
28480         * modules/unictype/syntax-c-ident-tests: New file.
28481         * modules/unictype/syntax-c-whitespace-tests: New file.
28482         * modules/unictype/syntax-java-ident-tests: New file.
28483         * modules/unictype/syntax-java-whitespace-tests: New file.
28484         * tests/unictype/test-bidi_byname.c: New file.
28485         * tests/unictype/test-bidi_name.c: New file.
28486         * tests/unictype/test-bidi_of.c: New file.
28487         * tests/unictype/test-bidi_test.c: New file.
28488         * tests/unictype/test-block_list.c: New file.
28489         * tests/unictype/test-block_of.c: New file.
28490         * tests/unictype/test-block_test.c: New file.
28491         * tests/unictype/test-categ_and.c: New file.
28492         * tests/unictype/test-categ_and_not.c: New file.
28493         * tests/unictype/test-categ_byname.c: New file.
28494         * tests/unictype/test-categ_name.c: New file.
28495         * tests/unictype/test-categ_none.c: New file.
28496         * tests/unictype/test-categ_of.c: New file.
28497         * tests/unictype/test-categ_or.c: New file.
28498         * tests/unictype/test-categ_test_withtable.c: New file.
28499         * tests/unictype/test-combining.c: New file.
28500         * tests/unictype/test-decdigit.c: New file.
28501         * tests/unictype/test-digit.c: New file.
28502         * tests/unictype/test-mirror.c: New file.
28503         * tests/unictype/test-numeric.c: New file.
28504         * tests/unictype/test-pr_byname.c: New file.
28505         * tests/unictype/test-pr_test.c: New file.
28506         * tests/unictype/test-predicate-part1.h: New file.
28507         * tests/unictype/test-predicate-part2.h: New file.
28508         * tests/unictype/test-scripts.c: New file.
28509         * tests/unictype/test-sy_c_ident.c: New file.
28510         * tests/unictype/test-sy_java_ident.c: New file.
28511
28512         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
28513         for Unicode 5.0.0.
28514         * tests/unictype/test-categ_Cc.c: Likewise.
28515         * tests/unictype/test-categ_Cf.c: Likewise.
28516         * tests/unictype/test-categ_Cn.c: Likewise.
28517         * tests/unictype/test-categ_Co.c: Likewise.
28518         * tests/unictype/test-categ_Cs.c: Likewise.
28519         * tests/unictype/test-categ_L.c: Likewise.
28520         * tests/unictype/test-categ_Ll.c: Likewise.
28521         * tests/unictype/test-categ_Lm.c: Likewise.
28522         * tests/unictype/test-categ_Lo.c: Likewise.
28523         * tests/unictype/test-categ_Lt.c: Likewise.
28524         * tests/unictype/test-categ_Lu.c: Likewise.
28525         * tests/unictype/test-categ_M.c: Likewise.
28526         * tests/unictype/test-categ_Mc.c: Likewise.
28527         * tests/unictype/test-categ_Me.c: Likewise.
28528         * tests/unictype/test-categ_Mn.c: Likewise.
28529         * tests/unictype/test-categ_N.c: Likewise.
28530         * tests/unictype/test-categ_Nd.c: Likewise.
28531         * tests/unictype/test-categ_Nl.c: Likewise.
28532         * tests/unictype/test-categ_No.c: Likewise.
28533         * tests/unictype/test-categ_P.c: Likewise.
28534         * tests/unictype/test-categ_Pc.c: Likewise.
28535         * tests/unictype/test-categ_Pd.c: Likewise.
28536         * tests/unictype/test-categ_Pe.c: Likewise.
28537         * tests/unictype/test-categ_Pf.c: Likewise.
28538         * tests/unictype/test-categ_Pi.c: Likewise.
28539         * tests/unictype/test-categ_Po.c: Likewise.
28540         * tests/unictype/test-categ_Ps.c: Likewise.
28541         * tests/unictype/test-categ_S.c: Likewise.
28542         * tests/unictype/test-categ_Sc.c: Likewise.
28543         * tests/unictype/test-categ_Sk.c: Likewise.
28544         * tests/unictype/test-categ_Sm.c: Likewise.
28545         * tests/unictype/test-categ_So.c: Likewise.
28546         * tests/unictype/test-categ_Z.c: Likewise.
28547         * tests/unictype/test-categ_Zl.c: Likewise.
28548         * tests/unictype/test-categ_Zp.c: Likewise.
28549         * tests/unictype/test-categ_Zs.c: Likewise.
28550         * tests/unictype/test-ctype_alnum.c: Likewise.
28551         * tests/unictype/test-ctype_alpha.c: Likewise.
28552         * tests/unictype/test-ctype_blank.c: Likewise.
28553         * tests/unictype/test-ctype_cntrl.c: Likewise.
28554         * tests/unictype/test-ctype_digit.c: Likewise.
28555         * tests/unictype/test-ctype_graph.c: Likewise.
28556         * tests/unictype/test-ctype_lower.c: Likewise.
28557         * tests/unictype/test-ctype_print.c: Likewise.
28558         * tests/unictype/test-ctype_punct.c: Likewise.
28559         * tests/unictype/test-ctype_space.c: Likewise.
28560         * tests/unictype/test-ctype_upper.c: Likewise.
28561         * tests/unictype/test-ctype_xdigit.c: Likewise.
28562         * tests/unictype/test-decdigit.h: Likewise.
28563         * tests/unictype/test-digit.h: Likewise.
28564         * tests/unictype/test-numeric.h: Likewise.
28565         * tests/unictype/test-pr_alphabetic.c: Likewise.
28566         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
28567         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
28568         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
28569         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
28570         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
28571         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
28572         * tests/unictype/test-pr_bidi_control.c: Likewise.
28573         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
28574         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
28575         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
28576         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
28577         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
28578         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
28579         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
28580         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
28581         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
28582         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
28583         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
28584         * tests/unictype/test-pr_combining.c: Likewise.
28585         * tests/unictype/test-pr_composite.c: Likewise.
28586         * tests/unictype/test-pr_currency_symbol.c: Likewise.
28587         * tests/unictype/test-pr_dash.c: Likewise.
28588         * tests/unictype/test-pr_decimal_digit.c: Likewise.
28589         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
28590         * tests/unictype/test-pr_deprecated.c: Likewise.
28591         * tests/unictype/test-pr_diacritic.c: Likewise.
28592         * tests/unictype/test-pr_extender.c: Likewise.
28593         * tests/unictype/test-pr_format_control.c: Likewise.
28594         * tests/unictype/test-pr_grapheme_base.c: Likewise.
28595         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
28596         * tests/unictype/test-pr_grapheme_link.c: Likewise.
28597         * tests/unictype/test-pr_hex_digit.c: Likewise.
28598         * tests/unictype/test-pr_hyphen.c: Likewise.
28599         * tests/unictype/test-pr_id_continue.c: Likewise.
28600         * tests/unictype/test-pr_id_start.c: Likewise.
28601         * tests/unictype/test-pr_ideographic.c: Likewise.
28602         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
28603         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
28604         * tests/unictype/test-pr_ignorable_control.c: Likewise.
28605         * tests/unictype/test-pr_iso_control.c: Likewise.
28606         * tests/unictype/test-pr_join_control.c: Likewise.
28607         * tests/unictype/test-pr_left_of_pair.c: Likewise.
28608         * tests/unictype/test-pr_line_separator.c: Likewise.
28609         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
28610         * tests/unictype/test-pr_lowercase.c: Likewise.
28611         * tests/unictype/test-pr_math.c: Likewise.
28612         * tests/unictype/test-pr_non_break.c: Likewise.
28613         * tests/unictype/test-pr_not_a_character.c: Likewise.
28614         * tests/unictype/test-pr_numeric.c: Likewise.
28615         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
28616         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
28617         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
28618         * tests/unictype/test-pr_other_id_continue.c: Likewise.
28619         * tests/unictype/test-pr_other_id_start.c: Likewise.
28620         * tests/unictype/test-pr_other_lowercase.c: Likewise.
28621         * tests/unictype/test-pr_other_math.c: Likewise.
28622         * tests/unictype/test-pr_other_uppercase.c: Likewise.
28623         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
28624         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
28625         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
28626         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
28627         * tests/unictype/test-pr_private_use.c: Likewise.
28628         * tests/unictype/test-pr_punctuation.c: Likewise.
28629         * tests/unictype/test-pr_quotation_mark.c: Likewise.
28630         * tests/unictype/test-pr_radical.c: Likewise.
28631         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
28632         * tests/unictype/test-pr_soft_dotted.c: Likewise.
28633         * tests/unictype/test-pr_space.c: Likewise.
28634         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
28635         * tests/unictype/test-pr_titlecase.c: Likewise.
28636         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
28637         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
28638         * tests/unictype/test-pr_uppercase.c: Likewise.
28639         * tests/unictype/test-pr_variation_selector.c: Likewise.
28640         * tests/unictype/test-pr_white_space.c: Likewise.
28641         * tests/unictype/test-pr_xid_continue.c: Likewise.
28642         * tests/unictype/test-pr_xid_start.c: Likewise.
28643         * tests/unictype/test-pr_zero_width.c: Likewise.
28644         * tests/unictype/test-sy_c_whitespace.c: Likewise.
28645         * tests/unictype/test-sy_java_whitespace.c: Likewise.
28646
28647 2007-11-12  Bruno Haible  <bruno@clisp.org>
28648
28649         Unicode character classification functions.
28650         * lib/unictype.h: New file.
28651         * modules/unictype/base: New file.
28652         * modules/unictype/category-L: New file.
28653         * modules/unictype/category-Lu: New file.
28654         * modules/unictype/category-Ll: New file.
28655         * modules/unictype/category-Lt: New file.
28656         * modules/unictype/category-Lm: New file.
28657         * modules/unictype/category-Lo: New file.
28658         * modules/unictype/category-M: New file.
28659         * modules/unictype/category-Mn: New file.
28660         * modules/unictype/category-Mc: New file.
28661         * modules/unictype/category-Me: New file.
28662         * modules/unictype/category-N: New file.
28663         * modules/unictype/category-Nd: New file.
28664         * modules/unictype/category-Nl: New file.
28665         * modules/unictype/category-No: New file.
28666         * modules/unictype/category-P: New file.
28667         * modules/unictype/category-Pc: New file.
28668         * modules/unictype/category-Pd: New file.
28669         * modules/unictype/category-Ps: New file.
28670         * modules/unictype/category-Pe: New file.
28671         * modules/unictype/category-Pi: New file.
28672         * modules/unictype/category-Pf: New file.
28673         * modules/unictype/category-Po: New file.
28674         * modules/unictype/category-S: New file.
28675         * modules/unictype/category-Sm: New file.
28676         * modules/unictype/category-Sc: New file.
28677         * modules/unictype/category-Sk: New file.
28678         * modules/unictype/category-So: New file.
28679         * modules/unictype/category-Z: New file.
28680         * modules/unictype/category-Zs: New file.
28681         * modules/unictype/category-Zl: New file.
28682         * modules/unictype/category-Zp: New file.
28683         * modules/unictype/category-C: New file.
28684         * modules/unictype/category-Cc: New file.
28685         * modules/unictype/category-Cf: New file.
28686         * modules/unictype/category-Cs: New file.
28687         * modules/unictype/category-Co: New file.
28688         * modules/unictype/category-Cn: New file.
28689         * modules/unictype/category-or: New file.
28690         * modules/unictype/category-of: New file.
28691         * modules/unictype/category-test: New file.
28692         * modules/unictype/category-test-withtable: New file.
28693         * modules/unictype/category-byname: New file.
28694         * modules/unictype/category-none: New file.
28695         * modules/unictype/category-and: New file.
28696         * modules/unictype/category-and-not: New file.
28697         * modules/unictype/category-name: New file.
28698         * modules/unictype/combining-class: New file.
28699         * modules/unictype/category-all: New file.
28700         * modules/unictype/bidicategory-all: New file.
28701         * modules/unictype/bidicategory-byname: New file.
28702         * modules/unictype/bidicategory-name: New file.
28703         * modules/unictype/bidicategory-of: New file.
28704         * modules/unictype/bidicategory-test: New file.
28705         * modules/unictype/decimal-digit: New file.
28706         * modules/unictype/digit: New file.
28707         * modules/unictype/numeric: New file.
28708         * modules/unictype/mirror: New file.
28709         * modules/unictype/property-white-space: New file.
28710         * modules/unictype/property-alphabetic: New file.
28711         * modules/unictype/property-other-alphabetic: New file.
28712         * modules/unictype/property-not-a-character: New file.
28713         * modules/unictype/property-default-ignorable-code-point: New file.
28714         * modules/unictype/property-other-default-ignorable-code-point: New
28715         file.
28716         * modules/unictype/property-deprecated: New file.
28717         * modules/unictype/property-logical-order-exception: New file.
28718         * modules/unictype/property-variation-selector: New file.
28719         * modules/unictype/property-private-use: New file.
28720         * modules/unictype/property-unassigned-code-value: New file.
28721         * modules/unictype/property-uppercase: New file.
28722         * modules/unictype/property-other-uppercase: New file.
28723         * modules/unictype/property-lowercase: New file.
28724         * modules/unictype/property-other-lowercase: New file.
28725         * modules/unictype/property-titlecase: New file.
28726         * modules/unictype/property-soft-dotted: New file.
28727         * modules/unictype/property-id-start: New file.
28728         * modules/unictype/property-other-id-start: New file.
28729         * modules/unictype/property-id-continue: New file.
28730         * modules/unictype/property-other-id-continue: New file.
28731         * modules/unictype/property-xid-start: New file.
28732         * modules/unictype/property-xid-continue: New file.
28733         * modules/unictype/property-pattern-white-space: New file.
28734         * modules/unictype/property-pattern-syntax: New file.
28735         * modules/unictype/property-join-control: New file.
28736         * modules/unictype/property-grapheme-base: New file.
28737         * modules/unictype/property-grapheme-extend: New file.
28738         * modules/unictype/property-other-grapheme-extend: New file.
28739         * modules/unictype/property-grapheme-link: New file.
28740         * modules/unictype/property-bidi-control: New file.
28741         * modules/unictype/property-bidi-left-to-right: New file.
28742         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
28743         * modules/unictype/property-bidi-arabic-right-to-left: New file.
28744         * modules/unictype/property-bidi-european-digit: New file.
28745         * modules/unictype/property-bidi-eur-num-separator: New file.
28746         * modules/unictype/property-bidi-eur-num-terminator: New file.
28747         * modules/unictype/property-bidi-arabic-digit: New file.
28748         * modules/unictype/property-bidi-common-separator: New file.
28749         * modules/unictype/property-bidi-block-separator: New file.
28750         * modules/unictype/property-bidi-segment-separator: New file.
28751         * modules/unictype/property-bidi-whitespace: New file.
28752         * modules/unictype/property-bidi-non-spacing-mark: New file.
28753         * modules/unictype/property-bidi-boundary-neutral: New file.
28754         * modules/unictype/property-bidi-pdf: New file.
28755         * modules/unictype/property-bidi-embedding-or-override: New file.
28756         * modules/unictype/property-bidi-other-neutral: New file.
28757         * modules/unictype/property-hex-digit: New file.
28758         * modules/unictype/property-ascii-hex-digit: New file.
28759         * modules/unictype/property-ideographic: New file.
28760         * modules/unictype/property-unified-ideograph: New file.
28761         * modules/unictype/property-radical: New file.
28762         * modules/unictype/property-ids-binary-operator: New file.
28763         * modules/unictype/property-ids-trinary-operator: New file.
28764         * modules/unictype/property-zero-width: New file.
28765         * modules/unictype/property-space: New file.
28766         * modules/unictype/property-non-break: New file.
28767         * modules/unictype/property-iso-control: New file.
28768         * modules/unictype/property-format-control: New file.
28769         * modules/unictype/property-dash: New file.
28770         * modules/unictype/property-hyphen: New file.
28771         * modules/unictype/property-punctuation: New file.
28772         * modules/unictype/property-line-separator: New file.
28773         * modules/unictype/property-paragraph-separator: New file.
28774         * modules/unictype/property-quotation-mark: New file.
28775         * modules/unictype/property-sentence-terminal: New file.
28776         * modules/unictype/property-terminal-punctuation: New file.
28777         * modules/unictype/property-currency-symbol: New file.
28778         * modules/unictype/property-math: New file.
28779         * modules/unictype/property-other-math: New file.
28780         * modules/unictype/property-paired-punctuation: New file.
28781         * modules/unictype/property-left-of-pair: New file.
28782         * modules/unictype/property-combining: New file.
28783         * modules/unictype/property-composite: New file.
28784         * modules/unictype/property-decimal-digit: New file.
28785         * modules/unictype/property-numeric: New file.
28786         * modules/unictype/property-diacritic: New file.
28787         * modules/unictype/property-extender: New file.
28788         * modules/unictype/property-ignorable-control: New file.
28789         * modules/unictype/property-test: New file.
28790         * modules/unictype/property-byname: New file.
28791         * modules/unictype/property-all: New file.
28792         * modules/unictype/scripts: New file.
28793         * modules/unictype/scripts-all: New file.
28794         * modules/unictype/block-of: New file.
28795         * modules/unictype/block-test: New file.
28796         * modules/unictype/block-list: New file.
28797         * modules/unictype/block-all: New file.
28798         * modules/unictype/syntax-c-whitespace: New file.
28799         * modules/unictype/syntax-java-whitespace: New file.
28800         * modules/unictype/syntax-c-ident: New file.
28801         * modules/unictype/syntax-java-ident: New file.
28802         * modules/unictype/ctype-alnum: New file.
28803         * modules/unictype/ctype-alpha: New file.
28804         * modules/unictype/ctype-cntrl: New file.
28805         * modules/unictype/ctype-digit: New file.
28806         * modules/unictype/ctype-graph: New file.
28807         * modules/unictype/ctype-lower: New file.
28808         * modules/unictype/ctype-print: New file.
28809         * modules/unictype/ctype-punct: New file.
28810         * modules/unictype/ctype-space: New file.
28811         * modules/unictype/ctype-upper: New file.
28812         * modules/unictype/ctype-xdigit: New file.
28813         * modules/unictype/ctype-blank: New file.
28814         * lib/unictype/bidi_byname.c: New file.
28815         * lib/unictype/bidi_name.c: New file.
28816         * lib/unictype/bidi_of.c: New file.
28817         * lib/unictype/bidi_test.c: New file.
28818         * lib/unictype/bitmap.h: New file.
28819         * lib/unictype/block_test.c: New file.
28820         * lib/unictype/blocks.c: New file.
28821         * lib/unictype/categ_C.c: New file.
28822         * lib/unictype/categ_Cc.c: New file.
28823         * lib/unictype/categ_Cf.c: New file.
28824         * lib/unictype/categ_Cn.c: New file.
28825         * lib/unictype/categ_Co.c: New file.
28826         * lib/unictype/categ_Cs.c: New file.
28827         * lib/unictype/categ_L.c: New file.
28828         * lib/unictype/categ_Ll.c: New file.
28829         * lib/unictype/categ_Lm.c: New file.
28830         * lib/unictype/categ_Lo.c: New file.
28831         * lib/unictype/categ_Lt.c: New file.
28832         * lib/unictype/categ_Lu.c: New file.
28833         * lib/unictype/categ_M.c: New file.
28834         * lib/unictype/categ_Mc.c: New file.
28835         * lib/unictype/categ_Me.c: New file.
28836         * lib/unictype/categ_Mn.c: New file.
28837         * lib/unictype/categ_N.c: New file.
28838         * lib/unictype/categ_Nd.c: New file.
28839         * lib/unictype/categ_Nl.c: New file.
28840         * lib/unictype/categ_No.c: New file.
28841         * lib/unictype/categ_P.c: New file.
28842         * lib/unictype/categ_Pc.c: New file.
28843         * lib/unictype/categ_Pd.c: New file.
28844         * lib/unictype/categ_Pe.c: New file.
28845         * lib/unictype/categ_Pf.c: New file.
28846         * lib/unictype/categ_Pi.c: New file.
28847         * lib/unictype/categ_Po.c: New file.
28848         * lib/unictype/categ_Ps.c: New file.
28849         * lib/unictype/categ_S.c: New file.
28850         * lib/unictype/categ_Sc.c: New file.
28851         * lib/unictype/categ_Sk.c: New file.
28852         * lib/unictype/categ_Sm.c: New file.
28853         * lib/unictype/categ_So.c: New file.
28854         * lib/unictype/categ_Z.c: New file.
28855         * lib/unictype/categ_Zl.c: New file.
28856         * lib/unictype/categ_Zp.c: New file.
28857         * lib/unictype/categ_Zs.c: New file.
28858         * lib/unictype/categ_and.c: New file.
28859         * lib/unictype/categ_and_not.c: New file.
28860         * lib/unictype/categ_byname.c: New file.
28861         * lib/unictype/categ_name.c: New file.
28862         * lib/unictype/categ_none.c: New file.
28863         * lib/unictype/categ_of.c: New file.
28864         * lib/unictype/categ_or.c: New file.
28865         * lib/unictype/categ_test.c: New file.
28866         * lib/unictype/combining.c: New file.
28867         * lib/unictype/ctype_alnum.c: New file.
28868         * lib/unictype/ctype_alpha.c: New file.
28869         * lib/unictype/ctype_blank.c: New file.
28870         * lib/unictype/ctype_cntrl.c: New file.
28871         * lib/unictype/ctype_digit.c: New file.
28872         * lib/unictype/ctype_graph.c: New file.
28873         * lib/unictype/ctype_lower.c: New file.
28874         * lib/unictype/ctype_print.c: New file.
28875         * lib/unictype/ctype_punct.c: New file.
28876         * lib/unictype/ctype_space.c: New file.
28877         * lib/unictype/ctype_upper.c: New file.
28878         * lib/unictype/ctype_xdigit.c: New file.
28879         * lib/unictype/decdigit.c: New file.
28880         * lib/unictype/digit.c: New file.
28881         * lib/unictype/identsyntaxmap.h: New file.
28882         * lib/unictype/mirror.c: New file.
28883         * lib/unictype/numeric.c: New file.
28884         * lib/unictype/pr_alphabetic.c: New file.
28885         * lib/unictype/pr_ascii_hex_digit.c: New file.
28886         * lib/unictype/pr_bidi_arabic_digit.c: New file.
28887         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
28888         * lib/unictype/pr_bidi_block_separator.c: New file.
28889         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
28890         * lib/unictype/pr_bidi_common_separator.c: New file.
28891         * lib/unictype/pr_bidi_control.c: New file.
28892         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
28893         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
28894         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
28895         * lib/unictype/pr_bidi_european_digit.c: New file.
28896         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
28897         * lib/unictype/pr_bidi_left_to_right.c: New file.
28898         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
28899         * lib/unictype/pr_bidi_other_neutral.c: New file.
28900         * lib/unictype/pr_bidi_pdf.c: New file.
28901         * lib/unictype/pr_bidi_segment_separator.c: New file.
28902         * lib/unictype/pr_bidi_whitespace.c: New file.
28903         * lib/unictype/pr_byname.c: New file.
28904         * lib/unictype/pr_byname.gperf: New file.
28905         * lib/unictype/pr_combining.c: New file.
28906         * lib/unictype/pr_composite.c: New file.
28907         * lib/unictype/pr_currency_symbol.c: New file.
28908         * lib/unictype/pr_dash.c: New file.
28909         * lib/unictype/pr_decimal_digit.c: New file.
28910         * lib/unictype/pr_default_ignorable_code_point.c: New file.
28911         * lib/unictype/pr_deprecated.c: New file.
28912         * lib/unictype/pr_diacritic.c: New file.
28913         * lib/unictype/pr_extender.c: New file.
28914         * lib/unictype/pr_format_control.c: New file.
28915         * lib/unictype/pr_grapheme_base.c: New file.
28916         * lib/unictype/pr_grapheme_extend.c: New file.
28917         * lib/unictype/pr_grapheme_link.c: New file.
28918         * lib/unictype/pr_hex_digit.c: New file.
28919         * lib/unictype/pr_hyphen.c: New file.
28920         * lib/unictype/pr_id_continue.c: New file.
28921         * lib/unictype/pr_id_start.c: New file.
28922         * lib/unictype/pr_ideographic.c: New file.
28923         * lib/unictype/pr_ids_binary_operator.c: New file.
28924         * lib/unictype/pr_ids_trinary_operator.c: New file.
28925         * lib/unictype/pr_ignorable_control.c: New file.
28926         * lib/unictype/pr_iso_control.c: New file.
28927         * lib/unictype/pr_join_control.c: New file.
28928         * lib/unictype/pr_left_of_pair.c: New file.
28929         * lib/unictype/pr_line_separator.c: New file.
28930         * lib/unictype/pr_logical_order_exception.c: New file.
28931         * lib/unictype/pr_lowercase.c: New file.
28932         * lib/unictype/pr_math.c: New file.
28933         * lib/unictype/pr_non_break.c: New file.
28934         * lib/unictype/pr_not_a_character.c: New file.
28935         * lib/unictype/pr_numeric.c: New file.
28936         * lib/unictype/pr_other_alphabetic.c: New file.
28937         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
28938         * lib/unictype/pr_other_grapheme_extend.c: New file.
28939         * lib/unictype/pr_other_id_continue.c: New file.
28940         * lib/unictype/pr_other_id_start.c: New file.
28941         * lib/unictype/pr_other_lowercase.c: New file.
28942         * lib/unictype/pr_other_math.c: New file.
28943         * lib/unictype/pr_other_uppercase.c: New file.
28944         * lib/unictype/pr_paired_punctuation.c: New file.
28945         * lib/unictype/pr_paragraph_separator.c: New file.
28946         * lib/unictype/pr_pattern_syntax.c: New file.
28947         * lib/unictype/pr_pattern_white_space.c: New file.
28948         * lib/unictype/pr_private_use.c: New file.
28949         * lib/unictype/pr_punctuation.c: New file.
28950         * lib/unictype/pr_quotation_mark.c: New file.
28951         * lib/unictype/pr_radical.c: New file.
28952         * lib/unictype/pr_sentence_terminal.c: New file.
28953         * lib/unictype/pr_soft_dotted.c: New file.
28954         * lib/unictype/pr_space.c: New file.
28955         * lib/unictype/pr_terminal_punctuation.c: New file.
28956         * lib/unictype/pr_test.c: New file.
28957         * lib/unictype/pr_titlecase.c: New file.
28958         * lib/unictype/pr_unassigned_code_value.c: New file.
28959         * lib/unictype/pr_unified_ideograph.c: New file.
28960         * lib/unictype/pr_uppercase.c: New file.
28961         * lib/unictype/pr_variation_selector.c: New file.
28962         * lib/unictype/pr_white_space.c: New file.
28963         * lib/unictype/pr_xid_continue.c: New file.
28964         * lib/unictype/pr_xid_start.c: New file.
28965         * lib/unictype/pr_zero_width.c: New file.
28966         * lib/unictype/scripts.c: New file.
28967         * lib/unictype/sy_c_ident.c: New file.
28968         * lib/unictype/sy_c_whitespace.c: New file.
28969         * lib/unictype/sy_java_ident.c: New file.
28970         * lib/unictype/sy_java_whitespace.c: New file.
28971
28972         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
28973         Unicode 5.0.0.
28974         * lib/unictype/blocks.h: Likewise.
28975         * lib/unictype/categ_C.h: Likewise.
28976         * lib/unictype/categ_Cc.h: Likewise.
28977         * lib/unictype/categ_Cf.h: Likewise.
28978         * lib/unictype/categ_Cn.h: Likewise.
28979         * lib/unictype/categ_Co.h: Likewise.
28980         * lib/unictype/categ_Cs.h: Likewise.
28981         * lib/unictype/categ_L.h: Likewise.
28982         * lib/unictype/categ_Ll.h: Likewise.
28983         * lib/unictype/categ_Lm.h: Likewise.
28984         * lib/unictype/categ_Lo.h: Likewise.
28985         * lib/unictype/categ_Lt.h: Likewise.
28986         * lib/unictype/categ_Lu.h: Likewise.
28987         * lib/unictype/categ_M.h: Likewise.
28988         * lib/unictype/categ_Mc.h: Likewise.
28989         * lib/unictype/categ_Me.h: Likewise.
28990         * lib/unictype/categ_Mn.h: Likewise.
28991         * lib/unictype/categ_N.h: Likewise.
28992         * lib/unictype/categ_Nd.h: Likewise.
28993         * lib/unictype/categ_Nl.h: Likewise.
28994         * lib/unictype/categ_No.h: Likewise.
28995         * lib/unictype/categ_P.h: Likewise.
28996         * lib/unictype/categ_Pc.h: Likewise.
28997         * lib/unictype/categ_Pd.h: Likewise.
28998         * lib/unictype/categ_Pe.h: Likewise.
28999         * lib/unictype/categ_Pf.h: Likewise.
29000         * lib/unictype/categ_Pi.h: Likewise.
29001         * lib/unictype/categ_Po.h: Likewise.
29002         * lib/unictype/categ_Ps.h: Likewise.
29003         * lib/unictype/categ_S.h: Likewise.
29004         * lib/unictype/categ_Sc.h: Likewise.
29005         * lib/unictype/categ_Sk.h: Likewise.
29006         * lib/unictype/categ_Sm.h: Likewise.
29007         * lib/unictype/categ_So.h: Likewise.
29008         * lib/unictype/categ_Z.h: Likewise.
29009         * lib/unictype/categ_Zl.h: Likewise.
29010         * lib/unictype/categ_Zp.h: Likewise.
29011         * lib/unictype/categ_Zs.h: Likewise.
29012         * lib/unictype/categ_of.h: Likewise.
29013         * lib/unictype/combining.h: Likewise.
29014         * lib/unictype/ctype_alnum.h: Likewise.
29015         * lib/unictype/ctype_alpha.h: Likewise.
29016         * lib/unictype/ctype_blank.h: Likewise.
29017         * lib/unictype/ctype_cntrl.h: Likewise.
29018         * lib/unictype/ctype_digit.h: Likewise.
29019         * lib/unictype/ctype_graph.h: Likewise.
29020         * lib/unictype/ctype_lower.h: Likewise.
29021         * lib/unictype/ctype_print.h: Likewise.
29022         * lib/unictype/ctype_punct.h: Likewise.
29023         * lib/unictype/ctype_space.h: Likewise.
29024         * lib/unictype/ctype_upper.h: Likewise.
29025         * lib/unictype/ctype_xdigit.h: Likewise.
29026         * lib/unictype/decdigit.h: Likewise.
29027         * lib/unictype/digit.h: Likewise.
29028         * lib/unictype/mirror.h: Likewise.
29029         * lib/unictype/numeric.h: Likewise.
29030         * lib/unictype/pr_alphabetic.h: Likewise.
29031         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
29032         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
29033         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
29034         * lib/unictype/pr_bidi_block_separator.h: Likewise.
29035         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
29036         * lib/unictype/pr_bidi_common_separator.h: Likewise.
29037         * lib/unictype/pr_bidi_control.h: Likewise.
29038         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
29039         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
29040         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
29041         * lib/unictype/pr_bidi_european_digit.h: Likewise.
29042         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
29043         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
29044         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
29045         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
29046         * lib/unictype/pr_bidi_pdf.h: Likewise.
29047         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
29048         * lib/unictype/pr_bidi_whitespace.h: Likewise.
29049         * lib/unictype/pr_combining.h: Likewise.
29050         * lib/unictype/pr_composite.h: Likewise.
29051         * lib/unictype/pr_currency_symbol.h: Likewise.
29052         * lib/unictype/pr_dash.h: Likewise.
29053         * lib/unictype/pr_decimal_digit.h: Likewise.
29054         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
29055         * lib/unictype/pr_deprecated.h: Likewise.
29056         * lib/unictype/pr_diacritic.h: Likewise.
29057         * lib/unictype/pr_extender.h: Likewise.
29058         * lib/unictype/pr_format_control.h: Likewise.
29059         * lib/unictype/pr_grapheme_base.h: Likewise.
29060         * lib/unictype/pr_grapheme_extend.h: Likewise.
29061         * lib/unictype/pr_grapheme_link.h: Likewise.
29062         * lib/unictype/pr_hex_digit.h: Likewise.
29063         * lib/unictype/pr_hyphen.h: Likewise.
29064         * lib/unictype/pr_id_continue.h: Likewise.
29065         * lib/unictype/pr_id_start.h: Likewise.
29066         * lib/unictype/pr_ideographic.h: Likewise.
29067         * lib/unictype/pr_ids_binary_operator.h: Likewise.
29068         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
29069         * lib/unictype/pr_ignorable_control.h: Likewise.
29070         * lib/unictype/pr_iso_control.h: Likewise.
29071         * lib/unictype/pr_join_control.h: Likewise.
29072         * lib/unictype/pr_left_of_pair.h: Likewise.
29073         * lib/unictype/pr_line_separator.h: Likewise.
29074         * lib/unictype/pr_logical_order_exception.h: Likewise.
29075         * lib/unictype/pr_lowercase.h: Likewise.
29076         * lib/unictype/pr_math.h: Likewise.
29077         * lib/unictype/pr_non_break.h: Likewise.
29078         * lib/unictype/pr_not_a_character.h: Likewise.
29079         * lib/unictype/pr_numeric.h: Likewise.
29080         * lib/unictype/pr_other_alphabetic.h: Likewise.
29081         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
29082         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
29083         * lib/unictype/pr_other_id_continue.h: Likewise.
29084         * lib/unictype/pr_other_id_start.h: Likewise.
29085         * lib/unictype/pr_other_lowercase.h: Likewise.
29086         * lib/unictype/pr_other_math.h: Likewise.
29087         * lib/unictype/pr_other_uppercase.h: Likewise.
29088         * lib/unictype/pr_paired_punctuation.h: Likewise.
29089         * lib/unictype/pr_paragraph_separator.h: Likewise.
29090         * lib/unictype/pr_pattern_syntax.h: Likewise.
29091         * lib/unictype/pr_pattern_white_space.h: Likewise.
29092         * lib/unictype/pr_private_use.h: Likewise.
29093         * lib/unictype/pr_punctuation.h: Likewise.
29094         * lib/unictype/pr_quotation_mark.h: Likewise.
29095         * lib/unictype/pr_radical.h: Likewise.
29096         * lib/unictype/pr_sentence_terminal.h: Likewise.
29097         * lib/unictype/pr_soft_dotted.h: Likewise.
29098         * lib/unictype/pr_space.h: Likewise.
29099         * lib/unictype/pr_terminal_punctuation.h: Likewise.
29100         * lib/unictype/pr_titlecase.h: Likewise.
29101         * lib/unictype/pr_unassigned_code_value.h: Likewise.
29102         * lib/unictype/pr_unified_ideograph.h: Likewise.
29103         * lib/unictype/pr_uppercase.h: Likewise.
29104         * lib/unictype/pr_variation_selector.h: Likewise.
29105         * lib/unictype/pr_white_space.h: Likewise.
29106         * lib/unictype/pr_xid_continue.h: Likewise.
29107         * lib/unictype/pr_xid_start.h: Likewise.
29108         * lib/unictype/pr_zero_width.h: Likewise.
29109         * lib/unictype/scripts.h: Likewise.
29110         * lib/unictype/scripts_byname.gperf: Likewise.
29111         * lib/unictype/sy_c_ident.h: Likewise.
29112         * lib/unictype/sy_c_whitespace.h: Likewise.
29113         * lib/unictype/sy_java_ident.h: Likewise.
29114         * lib/unictype/sy_java_whitespace.h: Likewise.
29115
29116         * lib/unictype/Makefile: New file.
29117         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
29118         glibc.
29119         * lib/unictype/3level.h: New file, copied from glibc.
29120         * lib/unictype/3levelbit.h: New file.
29121
29122 2007-11-11  Bruno Haible  <bruno@clisp.org>
29123
29124         * modules/gperf: New file.
29125         * modules/iconv_open (Depends-on): Add it.
29126         (Makefile.am): Remove the GPERF definition.
29127
29128 2007-11-11  Bruno Haible  <bruno@clisp.org>
29129
29130         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
29131         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
29132
29133 2007-11-11  Bruno Haible  <bruno@clisp.org>
29134
29135         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
29136         (usage): Remove function.
29137
29138 2007-11-11  Bruno Haible  <bruno@clisp.org>
29139
29140         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
29141         gl_FUNC_CEILF_LIBS.
29142         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
29143         gl_FUNC_CEIL_LIBS.
29144         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
29145         gl_FUNC_CEILL_LIBS.
29146         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
29147         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
29148         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29149
29150 2007-11-11  Bruno Haible  <bruno@clisp.org>
29151
29152         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29153         roundf were declared but do not exist on functions.
29154         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29155         roundl were declared but do not exist on functions.
29156         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29157         HAVE_FLOORL_AND_CEILL, respectively.
29158         Needed for Sun C on Solaris 10.
29159
29160 2007-11-11  Bruno Haible  <bruno@clisp.org>
29161
29162         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
29163         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
29164         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
29165         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
29166         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
29167         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
29168         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
29169         HAVE_DECL_ROUNDF.
29170         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
29171         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
29172         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
29173         of HAVE_DECL_ROUND*.
29174         * modules/math (Makefile.am): Update.
29175
29176 2007-11-10  Bruno Haible  <bruno@clisp.org>
29177
29178         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
29179         ptrdiff_t as m4/intl.m4.
29180
29181 2007-11-10  Jim Meyering  <meyering@redhat.com>
29182
29183         Avoid link failure for the argmatch test.
29184         * tests/test-argmatch.c (usage): Define function to avoid a link
29185         failure: argmatch_die requires a usage function.
29186
29187 2007-11-09  Bruno Haible  <bruno@clisp.org>
29188
29189         * doc/functions/snprintf.texi: Mention BeOS deficiency.
29190         * doc/functions/vsnprintf.texi: Likewise.
29191         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
29192         with a size argument < 2.
29193
29194 2007-11-09  Bruno Haible  <bruno@clisp.org>
29195
29196         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
29197         buffer. Fixes an inefficiency introduced on 2007-11-03.
29198
29199 2007-11-09  Bruno Haible  <bruno@clisp.org>
29200
29201         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
29202         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
29203
29204 2007-11-08  Jim Meyering  <meyering@redhat.com>
29205
29206         Change cache variable name prefix "jm_" to "gl_" everywhere.
29207         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
29208         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
29209         * m4/uptime.m4: s/gl_/jm_/
29210
29211 2007-11-07  Bruno Haible  <bruno@clisp.org>
29212
29213         Update to GNU gettext 0.17.
29214         * m4/intl.m4: Update to GNU gettext 0.17.
29215         * m4/po.m4: Likewise.
29216         * modules/gettext (Files): Remove m4/ulonglong.m4.
29217         (configure.ac): Require gettext infrastructure from version 0.17.
29218
29219 2007-11-06  Bruno Haible  <bruno@clisp.org>
29220
29221         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
29222         symbolic values are not defined in a public header.
29223         * lib/freadable.c (freadable) [QNX]: Likewise.
29224         * lib/freadahead.c (freadahead) [QNX]: Likewise.
29225         * lib/freading.c (freading) [QNX]: Likewise.
29226         * lib/fseterr.c (fseterr) [QNX]: Likewise.
29227         * lib/fwritable.c (fwritable) [QNX]: Likewise.
29228         * lib/fwriting.c (fwriting) [QNX]: Likewise.
29229         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
29230         Reported by Alain Magloire.
29231
29232         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
29233
29234 2007-11-05  Bruno Haible  <bruno@clisp.org>
29235
29236         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
29237         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
29238         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
29239         Reported by Eric Blake.
29240
29241 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29242             Bruno Haible  <bruno@clisp.org>
29243
29244         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
29245         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
29246         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
29247         (malloc): Undefine also before including <stdlib.h>.
29248         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
29249         Needed on OSF/1 4.0.
29250
29251 2007-11-05  Jim Meyering  <meyering@redhat.com>
29252
29253         git-version-gen: sync from coreutils.
29254         * build-aux/git-version-gen: Add comments.
29255         Change the first '-' to '.' in the snapshot version string,
29256         e.g., 6.9-377-08144 -> 6.9.377-08144
29257         Remove first parameter.
29258         Don't declare a version "-dirty" merely because a time
29259         stamp has changed.
29260
29261 2007-11-04  Bruno Haible  <bruno@clisp.org>
29262
29263         * lib/lock.h: Protect all macro definitions containing an 'if'
29264         statement through a "do { ... } while (0)".
29265         * lib/tls.h: Likewise.
29266
29267 2007-11-04  Bruno Haible  <bruno@clisp.org>
29268
29269         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
29270
29271 2007-11-04  Bruno Haible  <bruno@clisp.org>
29272
29273         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
29274         * modules/fprintf-posix (Depends-on): Add nocrash.
29275         * modules/snprintf-posix (Depends-on): Likewise.
29276         * modules/sprintf-posix (Depends-on): Likewise.
29277         * modules/vasnprintf-posix (Depends-on): Likewise.
29278         * modules/vasprintf-posix (Depends-on): Likewise.
29279         * modules/vfprintf-posix (Depends-on): Likewise.
29280         * modules/vsnprintf-posix (Depends-on): Likewise.
29281         * modules/vsprintf-posix (Depends-on): Likewise.
29282         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
29283         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
29284         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
29285         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
29286         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
29287         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
29288         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
29289
29290 2007-11-04  Bruno Haible  <bruno@clisp.org>
29291
29292         * modules/nocrash: New file.
29293         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
29294         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
29295
29296 2007-11-04  Bruno Haible  <bruno@clisp.org>
29297
29298         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
29299         precision handling.
29300         * tests/test-vasprintf-posix.c (test_function): Likewise.
29301         * tests/test-snprintf-posix.h (test_function): Likewise.
29302         * tests/test-sprintf-posix.h (test_function): Likewise.
29303
29304         Fix *printf behaviour for large precisions on mingw and BeOS.
29305         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
29306         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
29307         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
29308         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29309         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29310         gl_PRINTF_PRECISION and test its result. Invoke
29311         gl_PREREQ_VASNPRINTF_PRECISION.
29312         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29313         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29314         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29315         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29316         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29317         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29318         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29319         * doc/functions/fprintf.texi: Update.
29320         * doc/functions/printf.texi: Update.
29321         * doc/functions/snprintf.texi: Update.
29322         * doc/functions/sprintf.texi: Update.
29323         * doc/functions/vfprintf.texi: Update.
29324         * doc/functions/vprintf.texi: Update.
29325         * doc/functions/vsnprintf.texi: Update.
29326         * doc/functions/vsprintf.texi: Update.
29327
29328 2007-11-04  Bruno Haible  <bruno@clisp.org>
29329
29330         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
29331
29332 2007-11-04  Bruno Haible  <bruno@clisp.org>
29333
29334         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
29335         Reported by Sylvain Beucler <beuc@gnu.org>.
29336
29337 2007-11-03  Bruno Haible  <bruno@clisp.org>
29338
29339         * tests/test-fprintf-posix2.sh: New file.
29340         * tests/test-fprintf-posix2.c: New file.
29341         * modules/fprintf-posix-tests (Files): Add them.
29342         (TESTS): Add test-fprintf-posix2.sh.
29343         (configure.ac): Check for getrlimit and setrlimit.
29344         (check_PROGRAMS): Add test-fprintf-posix2.
29345
29346         * tests/test-printf-posix2.sh: New file.
29347         * tests/test-printf-posix2.c: New file.
29348         * modules/printf-posix-tests (Files): Add them.
29349         (TESTS): Add test-printf-posix2.sh.
29350         (configure.ac): Check for getrlimit and setrlimit.
29351         (check_PROGRAMS): Add test-printf-posix2.
29352
29353         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
29354         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
29355         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29356         (decode_double): New function, copied from decode_long_double.
29357         (scale10_round_decimal_decoded): New function, extracted from
29358         scale10_round_decimal_long_double.
29359         (scale10_round_decimal_long_double): Use it.
29360         (scale10_round_decimal_double): New function.
29361         (floorlog10): New function.
29362         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
29363         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
29364         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29365         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29366         gl_PRINTF_ENOMEM and test its result. Invoke
29367         gl_PREREQ_VASNPRINTF_ENOMEM.
29368         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29369         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29370         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29371         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29372         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29373         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29374         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29375         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
29376         * modules/snprintf-posix (Depends-on): Likewise.
29377         * modules/sprintf-posix (Depends-on): Likewise.
29378         * modules/vasnprintf-posix (Depends-on): Likewise.
29379         * modules/vasprintf-posix (Depends-on): Likewise.
29380         * modules/vfprintf-posix (Depends-on): Likewise.
29381         * modules/vsnprintf-posix (Depends-on): Likewise.
29382         * modules/vsprintf-posix (Depends-on): Likewise.
29383         * doc/functions/fprintf.texi: Update.
29384         * doc/functions/printf.texi: Update.
29385         * doc/functions/snprintf.texi: Update.
29386         * doc/functions/sprintf.texi: Update.
29387         * doc/functions/vfprintf.texi: Update.
29388         * doc/functions/vprintf.texi: Update.
29389         * doc/functions/vsnprintf.texi: Update.
29390         * doc/functions/vsprintf.texi: Update.
29391
29392 2007-11-03  Bruno Haible  <bruno@clisp.org>
29393
29394         * modules/frexp-nolibm-tests: New file.
29395
29396         * modules/frexp-nolibm: New file.
29397         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
29398
29399 2007-11-03  Bruno Haible  <bruno@clisp.org>
29400
29401         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
29402         value is C99 compliant.
29403         Needed for OSF/1 5.1.
29404
29405 2007-11-03  Bruno Haible  <bruno@clisp.org>
29406
29407         Fix out-of-memory handling of vasnprintf.
29408         * lib/printf-parse.c: Include <errno.h>.
29409         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
29410         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
29411         is already set.
29412
29413 2007-11-02  Eric Blake  <ebb9@byu.net>
29414
29415         Fix tests on cygwin.
29416         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
29417
29418 2007-11-01  Bruno Haible  <bruno@clisp.org>
29419
29420         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
29421         warning.
29422         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
29423         needed for POSIX compatibility.
29424
29425 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29426
29427         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
29428         for compatibility with GNU.
29429
29430 2007-11-01  Bruno Haible  <bruno@clisp.org>
29431
29432         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
29433         (putenv): Renamed from rpl_putenv. Change argument type from
29434         'const char *' to 'char *'.
29435         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
29436         of defining putenv in config.h, just set REPLACE_PUTENV.
29437         * modules/putenv (Depends-on): Add stdlib.
29438         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29439         (Include): Use <stdlib.h>.
29440         * lib/stdlib.in.h (putenv): New declaration.
29441         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
29442         REPLACE_PUTENV.
29443         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
29444         REPLACE_PUTENV.
29445         Needed for MacOS X 10.5.0.
29446         Reported by Peter O'Gorman <peter@pogma.com>.
29447
29448 2007-11-01  Jim Meyering  <meyering@redhat.com>
29449
29450         Treat an empty date string exactly like "0".
29451         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
29452         if the remaining date string (to be parsed) is empty, use "0".
29453         Reported by Mischa Molhoek and discussed in this thread:
29454         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
29455
29456 2007-10-31  Bruno Haible  <bruno@clisp.org>
29457
29458         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
29459         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
29460         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
29461         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
29462         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
29463         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
29464
29465 2007-10-31  Bruno Haible  <bruno@clisp.org>
29466
29467         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
29468         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
29469         (AC_TYPE_LONG_LONG_INT): Use it.
29470         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
29471         it as well.
29472         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
29473         to m4/longlong.m4.
29474         * modules/stdint (Files): Remove m4/ulonglong.m4.
29475         * modules/strtoull (Files): Use m4/longlong.m4 instead of
29476         m4/ulonglong.m4.
29477         * modules/strtoumax (Files): Likewise.
29478
29479 2007-10-30  Bruno Haible  <bruno@clisp.org>
29480
29481         * modules/xvasprintf-posix: New file.
29482         Suggested by Eric Blake.
29483
29484 2007-10-30  Bruno Haible  <bruno@clisp.org>
29485
29486         * modules/xprintf-posix-tests: New file.
29487         * tests/test-xprintf-posix.sh: New file.
29488         * tests/test-xprintf-posix.c: New file.
29489         * tests/test-xfprintf-posix.c: New file.
29490
29491         * modules/xprintf-posix: New file.
29492
29493 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29494
29495         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
29496         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
29497         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
29498
29499 2007-10-29  Bruno Haible  <bruno@clisp.org>
29500
29501         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
29502         contain the special marker '_cv_'.
29503         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
29504         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
29505         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
29506         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
29507         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
29508         Reported by Ralf Wildenhues.
29509
29510 2007-10-29  Bruno Haible  <bruno@clisp.org>
29511
29512         * gnulib-tool (func_import): When --lgpl is not specified, set
29513         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
29514         GPLv3.
29515         Reported by Simon Josefsson.
29516
29517 2007-10-28  Bruno Haible  <bruno@clisp.org>
29518
29519         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
29520         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
29521         HAVE_DECL_ISFINITE.
29522         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29523         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
29524         HAVE_DECL_ISFINITE.
29525
29526 2007-10-28  Bruno Haible  <bruno@clisp.org>
29527
29528         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
29529         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
29530
29531 2007-10-28  Bruno Haible  <bruno@clisp.org>
29532
29533         Fix link errors with Sun C 5.0 on Solaris 10.
29534         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
29535         function is declared but not present in the compiler's libm.
29536         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
29537         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
29538         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
29539         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
29540         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
29541         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
29542         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
29543         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29544         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
29545         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
29546         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
29547         HAVE_DECL_FLOORL.
29548
29549 2007-10-28  Bruno Haible  <bruno@clisp.org>
29550
29551         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
29552         gl_FUNC_FLOORL. Cache the result.
29553         (gl_FUNC_FLOORL): Use it.
29554         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
29555         gl_FUNC_CEILL. Cache the result.
29556         (gl_FUNC_CEILL): Use it.
29557
29558         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
29559         gl_FUNC_FLOOR. Cache the result.
29560         (gl_FUNC_FLOOR): Use it.
29561         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
29562         gl_FUNC_CEIL. Cache the result.
29563         (gl_FUNC_CEIL): Use it.
29564
29565         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
29566         gl_FUNC_FLOORF. Cache the result.
29567         (gl_FUNC_FLOORF): Use it.
29568         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
29569         gl_FUNC_CEILF. Cache the result.
29570         (gl_FUNC_CEILF): Use it.
29571
29572 2007-10-28  Bruno Haible  <bruno@clisp.org>
29573
29574         * gnulib-tool: Allow specifying the LGPL version number through
29575         --lgpl=2 or --lgpl=3.
29576         (func_usage): Document --lgpl with argument.
29577         Handle --lgpl=... arguments.
29578         (func_import): Recognize also gl_LGPL calls with an argument. When
29579         --lgpl=2 is used and the module's license is just LGPL, report an
29580         error. Set sed_transform_lib_file according to the lgpl variable. In
29581         the generated files, use --lgpl or gl_LGPL invocations with argument,
29582         if necessary.
29583         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
29584         an LGPv2+ license.
29585         * doc/gnulib-tool.texi (Modified imports): Update explanation of
29586         gl_LGPL macro.
29587
29588 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29589             Bruno Haible  <bruno@clisp.org>
29590
29591         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
29592         (u16_uctomb_aux): Likewise.
29593         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
29594         !HAVE_INLINE.
29595         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
29596
29597 2007-10-28  Bruno Haible  <bruno@clisp.org>
29598
29599         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
29600         Invoke AM_GETTEXT_OPTION if it exists.
29601         * modules/vasprintf: Likewise.
29602         * modules/verror: Likewise.
29603         * modules/xprintf: Likewise.
29604         * modules/xvasprintf: Likewise.
29605
29606 2007-10-27  Ben Pfaff  <blp@gnu.org>
29607
29608         * lib/math.in.h: Define isfinite macro and prototypes for
29609         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
29610         implementations.
29611         * m4/math_h.m4: New substitutions for isfinite module.
29612         * lib/isfinite.c: New file.
29613         * m4/isfinite.m4: New file.
29614         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
29615         * modules/isfinite: New file.
29616         * modules/isfinite-tests: New file.
29617         * tests/tests-isfinite.c: New file.
29618         * doc/functions/isfinite.texi: Mention isfinite module.
29619         * MODULES.html.sh: Mention new module.
29620
29621 2007-10-27  Ben Pfaff  <blp@gnu.org>
29622
29623         Ralf Wildenhues reported that Tru64 4.0D declares the round
29624         functions but does not have definitions.
29625         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
29626         cannot be found in any library, set the output variable to
29627         "missing" instead of "".
29628         * m4/round.m4: Also use our substitute if we cannot find round in
29629         any library, even if it is declared.
29630         * m4/roundf.m4: Likewise for roundf.
29631         * m4/roundl.m4: Likewise for roundl.
29632         * lib/math.in.h: Undefine roundf, round, roundl before defining
29633         their replacements, to allow for hypothetical systems where these
29634         may be defined as macros but not available in libraries.
29635
29636 2007-10-27  Bruno Haible  <bruno@clisp.org>
29637
29638         * doc/gnulib.texi: Invoke @firstparagraphindent.
29639         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
29640         changes in gnulib.
29641         (Source changes): New section.
29642
29643 2007-10-26  Bruno Haible  <bruno@clisp.org>
29644
29645         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
29646         borrowed from autoconf.
29647
29648 2007-10-26  Bruno Haible  <bruno@clisp.org>
29649
29650         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
29651         strerror returned the empty string. Needed on HP-UX 11.00.
29652
29653 2007-10-24  Micah Cowan  <micah@cowan.name>
29654
29655         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
29656         * build-aux/bootstrap: Remove support for now-unnecessary option,
29657         --cvs-user, and envvars CVS_USER, CVS_RSH.
29658
29659 2007-10-24  Jim Meyering  <meyering@redhat.com>
29660
29661         Avoid diagnostics from sha1sum when there is no cached checksum.
29662         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
29663         if the po.s1 file hasn't been created yet.
29664
29665         * build-aux/bootstrap: Sync from coreutils:
29666         2007-10-24  Jim Meyering  <meyering@redhat.com>
29667         Get gnulib from the git repository, not from an obsolete cvs one.
29668         * build-aux/bootstrap: Suggestion from Micah Cowan.
29669         2007-10-04  Jim Meyering  <jim@meyering.net>
29670         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
29671         (update_po_files): Work also when there are no .po files in po/.
29672
29673 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29674
29675         * README: Append ".git" to git and cg examples.
29676         Problem reported by Benoit Sigoure.
29677
29678 2007-10-23  Micah Cowan  <micah@cowan.name>
29679
29680         * users.txt: Add wget.
29681
29682 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29683
29684         Fix linking of some unistdio tests on FreeBSD.
29685         * modules/unistdio/u16-vsnprintf-tests
29686         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
29687         * modules/unistdio/u16-vsprintf-tests
29688         (test_u16_vsnprintf1_LDADD): Likewise.
29689         * modules/unistdio/u32-vsnprintf-tests
29690         (test_u32_vsnprintf1_LDADD): Likewise.
29691         * modules/unistdio/u32-vsprintf-tests
29692         (test_u32_vsprintf1_LDADD): Likewise.
29693         * modules/unistdio/u8-vsnprintf-tests
29694         (test_u8_vsnprintf1_LDADD): Likewise.
29695         * modules/unistdio/u8-vsprintf-tests
29696         (test_u8_vsprintf1_LDADD): Likewise.
29697         * modules/unistdio/ulc-vsnprintf-tests
29698         (test_ulc_vsnprintf1_LDADD): Likewise.
29699         * modules/unistdio/ulc-vsprintf-tests
29700         (test_ulc_vsprintf1_LDADD): Likewise.
29701
29702         Fix linking of some uniconv tests on FreeBSD.
29703         * modules/uniconv/u16-conv-from-enc-tests
29704         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
29705         * modules/uniconv/u16-conv-to-enc-tests
29706         (test_u16_conv_to_enc_LDADD): Likewise.
29707         * modules/uniconv/u16-strconv-from-enc-tests
29708         (test_u16_strconv_from_enc_LDADD): Likewise.
29709         * modules/uniconv/u16-strconv-to-enc-tests
29710         (test_u16_strconv_to_enc_LDADD): Likewise.
29711         * modules/uniconv/u32-conv-from-enc-tests
29712         (test_u32_conv_from_enc_LDADD): Likewise.
29713         * modules/uniconv/u32-conv-to-enc-tests
29714         (test_u32_conv_to_enc_LDADD): Likewise.
29715         * modules/uniconv/u32-strconv-from-enc-tests
29716         (test_u32_strconv_from_enc_LDADD): Likewise.
29717         * modules/uniconv/u32-strconv-to-enc-tests
29718         (test_u32_strconv_to_enc_LDADD): Likewise.
29719         * modules/uniconv/u8-conv-from-enc-tests
29720         (test_u8_conv_from_enc_LDADD): Likewise.
29721         * modules/uniconv/u8-conv-to-enc-tests
29722         (test_u8_conv_to_enc_LDADD): Likewise.
29723         * modules/uniconv/u8-strconv-from-enc-tests
29724         (test_u8_strconv_from_enc_LDADD): Likewise.
29725         * modules/uniconv/u8-strconv-to-enc-tests
29726         (test_u8_strconv_to_enc_LDADD): Likewise.
29727
29728 2007-10-22  Bruno Haible  <bruno@clisp.org>
29729
29730         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
29731         size.
29732
29733 2007-10-22  Eric Blake  <ebb9@byu.net>
29734
29735         Tweak x*printf documentation.
29736         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
29737         variable name and comments.
29738         Suggested by Bruno Haible.
29739
29740 2007-10-22  Bruno Haible  <bruno@clisp.org>
29741
29742         * lib/acl.c (copy_acl): Fix file name in comment.
29743
29744 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29745
29746         Fix Tru64 problem with stdbool.h.
29747         * lib/stdbool.in.h (false, true):
29748         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
29749         Don't declare as an enum in this situation; it runs afoul of Tru64.
29750         Problem reported by Steven M. Schweda in
29751         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
29752
29753 2007-10-22  Eric Blake  <ebb9@byu.net>
29754
29755         Also wrap vf?printf.
29756         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
29757         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
29758         (xvprintf, xvfprintf): New functions.
29759
29760 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29761
29762         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
29763         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
29764
29765         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
29766         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
29767
29768 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29769
29770         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
29771         by Bruno Haible.
29772
29773 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29774
29775         * lib/getloadavg.c
29776         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
29777         Undef `sys' after including sys/table.h, for Tru64 4.0D.
29778
29779         * tests/test-i-ring.c: Work for C89.
29780
29781 2007-10-22  Bruno Haible  <bruno@clisp.org>
29782
29783         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
29784         -1u, in preprocessor expression, so that we don't test for the bug
29785         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
29786         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
29787
29788 2007-10-22  Eric Blake  <ebb9@byu.net>
29789
29790         * tests/test-yesno.sh: Silence stderr during test.
29791
29792 2007-10-22  Simon Josefsson  <simon@josefsson.org>
29793
29794         * modules/crypto/gc-camellia: New file.
29795
29796         * m4/gc-camellia.m4: New file.
29797
29798         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
29799
29800         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
29801
29802 2007-10-22  Simon Josefsson  <simon@josefsson.org>
29803
29804         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
29805         --help to stdout.  Reported by sms@antinode.org (Steven
29806         M. Schweda).
29807
29808 2007-10-22  Simon Josefsson  <simon@josefsson.org>
29809
29810         * users.txt: Fix link to libksba.
29811
29812 2007-10-21  Ben Pfaff  <blp@gnu.org>
29813
29814         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
29815         round.c roundf implementation that depends on floorf and ceilf to
29816         be tested unconditionally.
29817
29818 2007-10-21  Ben Pfaff  <blp@gnu.org>
29819
29820         * m4/check-libm-func.m4: Removed.
29821         * m4/check-math-lib.m4: New file.
29822         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
29823         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
29824         definition and lack of AC_LIBOBJ([roundf]).
29825         * m4/roundl.m4: Ditto, and similarly for roundl.
29826         * modules/round: Reference new m4 file.
29827         * modules/roundf: Ditto.
29828         * modules/roundl: Ditto.
29829         * tests/test-round2.c (main): Use ROUND instead of round.
29830         Bug report from Bruno Haible.
29831
29832 2007-10-21  Bruno Haible  <bruno@clisp.org>
29833
29834         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
29835         context.
29836
29837 2007-10-21  Bruno Haible  <bruno@clisp.org>
29838
29839         * tests/test-wcwidth.c (main): Allow negative result for some control
29840         characters.
29841
29842         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
29843         Needed on OSF/1 5.1.
29844
29845 2007-10-21  Bruno Haible  <bruno@clisp.org>
29846
29847         * tests/test-floorf1.c: Include isnanf.h.
29848         (main): Use isnanf() instead of isnan().
29849         * tests/test-ceilf1.c: Include isnanf.h.
29850         (main): Use isnanf() instead of isnan().
29851         * tests/test-truncf1.c: Include isnanf.h.
29852         (main): Use isnanf() instead of isnan().
29853         * tests/test-roundf1.c: Include isnanf.h.
29854         (main): Use isnanf() instead of isnan().
29855
29856 2007-10-21  Eric Blake  <ebb9@byu.net>
29857
29858         * users.txt: Update URL for m4.
29859
29860 2007-10-21  Bruno Haible  <bruno@clisp.org>
29861
29862         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
29863
29864 2007-10-21  Bruno Haible  <bruno@clisp.org>
29865
29866         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
29867         Git's management files if the CVS files are not present.
29868
29869 2007-10-20  Bruno Haible  <bruno@clisp.org>
29870
29871         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
29872         gcc-3.4.x.
29873
29874 2007-10-20  Ben Pfaff  <blp@gnu.org>
29875
29876         * lib/math.in.h: Declare round, roundf, roundl if we are providing
29877         implementations.
29878         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
29879         * lib/round.c: New file.
29880         * lib/roundf.c: New file.
29881         * lib/roundl.c: New file.
29882         * m4/round.m4: New file.
29883         * m4/roundf.m4: New file.
29884         * m4/roundl.m4: New file.
29885         * m4/check-libm-func-m4: New file.
29886         * modules/math: Replace round, roundf, roundl related @VARS@ in
29887         math.in.h.
29888         * modules/round: New file.
29889         * modules/round-tests: New file.
29890         * modules/roundf: New file.
29891         * modules/roundf-tests: New file.
29892         * modules/roundl: New file.
29893         * modules/roundl-tests: New file.
29894         * tests/test-round1.c: New file.
29895         * tests/test-round2.c: New file.
29896         * tests/test-roundf1.c: New file.
29897         * tests/test-roundf2.c: New file.
29898         * tests/test-roundl.c: New file.
29899         * doc/functions/round.texi: Mention round module.
29900         * doc/functions/roundf.texi: Mention roundf module.
29901         * doc/functions/roundl.texi: Mention roundl module.
29902         * MODULES.html.sh: Mention new modules.
29903         Thanks to Bruno Haible for suggestions.
29904
29905 2007-10-20  Jim Meyering  <meyering@redhat.com>
29906
29907         * lib/xprintf.c: Include <config.h> unconditionally.
29908
29909         Change xprintf's license to GPL.
29910         * modules/xprintf (License): s/LGPL/GPL/, since this module
29911         depends on modules (exit and exitfail) which are GPL.
29912         Suggestion from Bruno Haible.
29913
29914         xprintf fixes.
29915         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
29916         Use a clearer diagnostic.
29917         Patch from Bruno Haible.
29918
29919 2007-10-20  Bruno Haible  <bruno@clisp.org>
29920
29921         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
29922         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
29923         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29924
29925 2007-10-20  Bruno Haible  <bruno@clisp.org>
29926
29927         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
29928         precision in the comparison result > x - 1 or similar.
29929         * tests/test-ceilf2.c (correct_result_p): Likewise.
29930         * tests/test-truncf2.c (correct_result_p): Likewise.
29931         * tests/test-trunc2.c (correct_result_p): Likewise.
29932         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29933
29934 2007-10-20  Bruno Haible  <bruno@clisp.org>
29935
29936         * modules/ceil: New file.
29937         * m4/ceil.m4: New file.
29938         * doc/functions/ceil.texi: Mention the 'ceil' module.
29939
29940 2007-10-20  Bruno Haible  <bruno@clisp.org>
29941
29942         * modules/floor: New file.
29943         * m4/floor.m4: New file.
29944         * doc/functions/floor.texi: Mention the 'floor' module.
29945
29946 2007-10-20  Bruno Haible  <bruno@clisp.org>
29947
29948         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
29949         of %a.
29950         * modules/floorf-tests (Depends-on): Likewise.
29951         * modules/truncf-tests (Depends-on): Likewise.
29952         * modules/trunc-tests (Depends-on): Likewise.
29953         Reported by Ben Pfaff.
29954
29955 2007-10-19  Jim Meyering  <meyering@redhat.com>
29956
29957         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
29958         Don't bother testing specific errno values.  Just test ferror.
29959
29960         New module: xprintf
29961         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
29962
29963 2007-10-19  Bruno Haible  <bruno@clisp.org>
29964
29965         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
29966         syntax.
29967         * modules/javaexec (Makefile.am): Likewise.
29968         * modules/relocatable-prog (Makefile.am): Likewise.
29969         Suggested by Jim Meyering.
29970
29971 2007-10-18  Bruno Haible  <bruno@clisp.org>
29972
29973         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
29974         Reported by Jim Meyering.
29975
29976 2007-10-18  Eric Blake  <ebb9@byu.net>
29977
29978         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
29979
29980 2007-10-18  Bruno Haible  <bruno@clisp.org>
29981
29982         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
29983         the format string into writable memory. Needed in Fortify conditions.
29984
29985 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
29986             Bruno Haible  <bruno@clisp.org>
29987
29988         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
29989         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
29990         * modules/trim (Depends-on): Add mbchar.
29991         (configure.ac): Add gl_FUNC_MBRTOWC.
29992         (Makefile.am): Augment lib_SOURCES.
29993
29994 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
29995
29996         Modify glob.c to use fstatat and dirfd, to simplify it.
29997         Suggested by Eric Blake.
29998         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
29999         Don't include <stdbool.h>; not used.
30000         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
30001         (link_exists_p): Simplify implementation, since we can now assume
30002         dirfd and fstatat.
30003         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
30004
30005 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30006
30007         * gnulib-tool (func_get_dependencies): Fix sed script to
30008         match only tests.
30009
30010 2007-10-17  Bruno Haible  <bruno@clisp.org>
30011
30012         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
30013         allow locale names without encoding suffix.
30014         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
30015         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
30016
30017 2007-10-16  Bruno Haible  <bruno@clisp.org>
30018
30019         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
30020         * lib/getgroups.c (getgroups): Likewise.
30021         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
30022
30023 2007-10-16  Bruno Haible  <bruno@clisp.org>
30024
30025         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
30026         * modules/malloc-posix (License): Likewise.
30027         * modules/realloc-posix (License): Likewise.
30028         * modules/calloc-posix (License): Likewise.
30029         * modules/intprops (License): Change from GPL to LGPL, with
30030         Paul Eggert's approval.
30031
30032 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30033
30034         Merge glibc changes into lib/glob.c.
30035
30036         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
30037         2007-10-15 04:59:03 UTC.  Here are the changes:
30038
30039         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
30040
30041         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
30042
30043         * lib/glob.c: Add some branch prediction throughout.
30044
30045         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
30046
30047         [BZ #5103]
30048         * lib/glob.c (glob): Recognize patterns starting \/.
30049
30050         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
30051
30052         [BZ #3996]
30053         * lib/glob.c (attribute_hidden): Define if not defined.
30054         (glob): Unescape dirname, filename or username when needed and not
30055         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
30056         is NULL.  Handle unescaped [ in pattern without closing ].
30057         Don't pass GLOB_CHECK down to recursive glob for directories.
30058         (__glob_pattern_type): New function.
30059         (__glob_pattern_p): Implement using __glob_pattern_type.
30060         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
30061         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
30062         Remove unreachable code.
30063
30064         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
30065
30066         * lib/glob.c (glob_in_dir): Add some comments and asserts to
30067         explain why there are no leaks.
30068
30069         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
30070
30071         [BZ #3253]
30072         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
30073         time, rather allocate increasingly bigger arrays of pointers, if
30074         possible with alloca, if too large with malloc.
30075
30076 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30077
30078         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
30079         Problem reported by H.Merijn Brand in
30080         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
30081         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
30082         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30083
30084 2007-10-15  Bruno Haible  <bruno@clisp.org>
30085
30086         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
30087         with explicit rpl_ prefix.
30088         * lib/fopen.c (fopen): Likewise.
30089         * lib/freopen.c (freopen): Likewise.
30090         * lib/iconv.c (iconv): Likewise.
30091         * lib/iconv_close.c (iconv_close): Likewise.
30092
30093 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30094
30095         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
30096
30097 2007-10-15  Bruno Haible  <bruno@clisp.org>
30098
30099         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
30100         <stddef.h> instead of <stdlib.h> since we only need NULL.
30101         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30102
30103 2007-10-15  Bruno Haible  <bruno@clisp.org>
30104
30105         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
30106         Replace paragraph talking about LIBOBJS.
30107         Reported by Colin Watson <cjwatson@debian.org>.
30108
30109 2007-10-15  Bruno Haible  <bruno@clisp.org>
30110
30111         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
30112         <stdlib.h> before using NULL.
30113
30114 2007-10-15  Simon Josefsson  <simon@josefsson.org>
30115
30116         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
30117         Reported by Albert Chin <china@thewrittenword.com>.
30118
30119 2007-10-14  Bruno Haible  <bruno@clisp.org>
30120
30121         * modules/iconv_open-utf-tests: New file.
30122         * tests/test-iconv-utf.c: New file.
30123
30124         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
30125         * modules/iconv_open-utf: New file.
30126         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
30127         (iconv, iconv_close): New declarations.
30128         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
30129         be defined.
30130         (iconv_open): Add special handling of conversion between UTF-8 and
30131         UTF-{16,32}{BE,LE}.
30132         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
30133         * lib/iconv_close.c: New file.
30134         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
30135         gl_FUNC_ICONV_OPEN.
30136         (gl_FUNC_ICONV_OPEN): Use it.
30137         (gl_FUNC_ICONV_OPEN_UTF): New macro.
30138         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
30139         and REPLACE_ICONV_UTF.
30140         * modules/iconv_open (Depends-on): Add c-strcase.
30141         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
30142         ICONV_CONST.
30143         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
30144
30145 2007-10-13  Albert Chin  <china@thewrittenword.com>
30146             Bruno Haible  <bruno@clisp.org>
30147
30148         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30149         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30150
30151 2007-10-13  Bruno Haible  <bruno@clisp.org>
30152
30153         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30154         defined, use the ISO C99 inline semantics.
30155         * lib/argp.h (ARGP_EI): Likewise.
30156
30157 2007-10-13  Bruno Haible  <bruno@clisp.org>
30158
30159         Handle 'inline' change in gcc 4.3.0.
30160         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30161         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30162         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
30163         argp_fmtstream_point): Disable 'extern' declaration if the function
30164         definition is going to be provided inline.
30165         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
30166         semantics, not the ISO C99 inline semantics.
30167         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
30168         'extern' declaration if the function definition is going to be provided
30169         inline.
30170         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
30171         the GNU C inline semantics, not the ISO C99 inline semantics. With
30172         GCC 4.2, avoid a warning.
30173
30174 2007-10-13  Bruno Haible  <bruno@clisp.org>
30175
30176         * lib/freading.h (freading): Enable the use of __freading for
30177         glibc >= 2.7.
30178         * lib/freading.c (freading): Likewise.
30179
30180 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30181
30182         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
30183         "warning: C99 inline functions are not supported; using GNU89".
30184
30185 2007-10-12  Bruno Haible  <bruno@clisp.org>
30186
30187         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
30188         of 2.
30189         * tests/test-ceilf2.c: New file.
30190         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
30191
30192         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
30193         * modules/ceilf-tests: Update.
30194
30195 2007-10-12  Bruno Haible  <bruno@clisp.org>
30196
30197         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
30198         of 2.
30199         * tests/test-floorf2.c: New file.
30200         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
30201
30202         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30203         * modules/floorf-tests: Update.
30204
30205 2007-10-12  Bruno Haible  <bruno@clisp.org>
30206
30207         * tests/test-trunc2.c: New file.
30208         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
30209
30210         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
30211         * modules/trunc-tests: Update.
30212
30213 2007-10-12  Bruno Haible  <bruno@clisp.org>
30214
30215         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
30216         of 2.
30217         * tests/test-truncf2.c: New file.
30218         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30219
30220         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
30221         * modules/truncf-tests: Update.
30222
30223 2007-10-11  Eric Blake  <ebb9@byu.net>
30224
30225         Don't claim strerror is broken on Interix.
30226         * doc/functions/strerror.texi (strerror): Known broken systems are
30227         now Solaris 8, and not Interix.
30228         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
30229         Interix on cross-compile.
30230         Reported by Martin Koeppe in
30231         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
30232
30233 2007-10-11  Bruno Haible  <bruno@clisp.org>
30234
30235         * modules/i-ring-tests: New file.
30236         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
30237         instead of assert.
30238
30239 2007-10-11  Bruno Haible  <bruno@clisp.org>
30240
30241         * modules/filenamecat-tests: New file.
30242         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
30243         * lib/filenamecat.c: Remove test code.
30244
30245 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30246
30247         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
30248
30249         * lib/strerror.c: Include <string.h> always, to test interface,
30250         and to remove the need for the dummy.
30251         Include intprops.h to compute width instead of doing it ourselves
30252         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
30253         (strerror): Define it to return NULL if there's no system strerror.
30254         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
30255         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
30256         ancient pre-strerror Unix systems well any more.  Saying "unknown
30257         system error" is enough.
30258         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
30259         simpler strerror.c implementation.
30260         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
30261         Simplify the tests to reflect the simpler strerror implementation.
30262         * modules/strerror (Depends-on): Add intprops.
30263
30264 2007-10-09  Eric Blake  <ebb9@byu.net>
30265
30266         Silence test-fpending.
30267         * modules/fpending-tests (Files): Add wrapper script.
30268         * tests/test-fpending.sh: New file.
30269
30270 2007-10-09  Bruno Haible  <bruno@clisp.org>
30271
30272         * MODULES.html.sh (func_module): Don't create a hyperlink for
30273         function names like 'printf_frexp'.
30274         (Misc): Add crc, memxor.
30275         (Characteristics of floating types): New section.
30276         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
30277         isnanf-nolibm, signbit, trunc, truncf, truncl.
30278         (Enhancements for ISO C 99 functions): New subsection Input/output.
30279         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
30280         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
30281         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
30282         (Compatibility checks for POSIX:2001 functions): Add clock-time.
30283         (Enhancements for POSIX:2001 functions): Add chdir-long.
30284         (File system functions): Add areadlink, chdir-safer, read-file.
30285         Remove cycle-check.
30286         (File system as inode set): New section.
30287         (Date and time): Add gethrxtime.
30288         (Multithreading): Add openmp.
30289         (Internationalization functions): Add localename.
30290         (Unicode string functions): Add unistr/u*-mbsnlen.
30291         (Support for maintaining and releasing projects): Add git-version-gen.
30292         (Lone files): Remove directories.
30293
30294 2007-10-08  Ben Pfaff  <blp@gnu.org>
30295
30296         * lib/xmalloca.h: Fix typo in comment.
30297
30298 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30299
30300         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
30301         when avoiding problems with integer overflow.  Use a portable test
30302         instead.
30303
30304 2007-10-08  Simon Josefsson  <simon@josefsson.org>
30305
30306         * modules/dummy (License): Change to LGPLv2+.
30307         * modules/float (License): Likewise
30308         * modules/realloc (License): Likewise
30309         * modules/stdlib (License): Likewise
30310
30311 2007-10-07  Bruno Haible  <bruno@clisp.org>
30312
30313         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
30314         * floor.c (TWO_MANT_DIG): Likewise.
30315         * ceil.c (TWO_MANT_DIG): Likewise.
30316         Reported by Ben Pfaff.
30317
30318 2007-10-07  Bruno Haible  <bruno@clisp.org>
30319
30320         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
30321         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
30322         * lib/frexp.c (FUNC): Likewise.
30323         * lib/printf-frexp.h (printf_frexp): Likewise.
30324         * lib/printf-frexpl.h (printf_frexpl): Likewise.
30325         * lib/printf-frexp.c (FUNC): Likewise.
30326         Suggested by Jim Meyering.
30327
30328 2007-10-07  Jim Meyering  <meyering@redhat.com>
30329
30330         Make xnanosleep's integer overflow test more robust.
30331         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
30332         so that gcc-4.3.0 doesn't optimize away this test for overflow.
30333
30334 2007-10-07  Bruno Haible  <bruno@clisp.org>
30335
30336         * NEWS: Mention the license change.
30337
30338         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
30339         abbreviations in the modules files.
30340
30341         Change copyright notice from GPLv2+ to GPLv3+.
30342         * README: Change copyright notice.
30343         * MODULES.html.sh: Likewise.
30344         * build-aux/bootstrap.conf: Likewise.
30345         * build-aux/config.libpath: Likewise.
30346         * build-aux/csharpcomp.sh.in: Likewise.
30347         * build-aux/csharpexec.sh.in: Likewise.
30348         * build-aux/install-reloc: Likewise.
30349         * build-aux/javacomp.sh.in: Likewise.
30350         * build-aux/javaexec.sh.in: Likewise.
30351         * build-aux/ldd.sh.in: Likewise.
30352         * build-aux/reloc-ldflags: Likewise.
30353         * build-aux/relocatable.sh.in: Likewise.
30354         * build-aux/x-to-1.in: Likewise.
30355         * check-module: Likewise.
30356         * config/srclistvars.sh: Likewise.
30357         * gnulib-tool: Likewise.
30358         * lib/acl-internal.h: Likewise.
30359         * lib/acl.c: Likewise.
30360         * lib/acl.h: Likewise.
30361         * lib/acl_entries.c: Likewise.
30362         * lib/areadlink-with-size.c: Likewise.
30363         * lib/areadlink.c: Likewise.
30364         * lib/areadlink.h: Likewise.
30365         * lib/argmatch.c: Likewise.
30366         * lib/argmatch.h: Likewise.
30367         * lib/argp-ba.c: Likewise.
30368         * lib/argp-eexst.c: Likewise.
30369         * lib/argp-fmtstream.c: Likewise.
30370         * lib/argp-fmtstream.h: Likewise.
30371         * lib/argp-fs-xinl.c: Likewise.
30372         * lib/argp-help.c: Likewise.
30373         * lib/argp-namefrob.h: Likewise.
30374         * lib/argp-parse.c: Likewise.
30375         * lib/argp-pin.c: Likewise.
30376         * lib/argp-pv.c: Likewise.
30377         * lib/argp-pvh.c: Likewise.
30378         * lib/argp-xinl.c: Likewise.
30379         * lib/argp.h: Likewise.
30380         * lib/at-func.c: Likewise.
30381         * lib/atanl.c: Likewise.
30382         * lib/backupfile.c: Likewise.
30383         * lib/backupfile.h: Likewise.
30384         * lib/basename.c: Likewise.
30385         * lib/binary-io.h: Likewise.
30386         * lib/byteswap.in.h: Likewise.
30387         * lib/c-stack.c: Likewise.
30388         * lib/c-stack.h: Likewise.
30389         * lib/c-strcasestr.c: Likewise.
30390         * lib/c-strcasestr.h: Likewise.
30391         * lib/c-strstr.c: Likewise.
30392         * lib/c-strstr.h: Likewise.
30393         * lib/c-strtod.c: Likewise.
30394         * lib/calloc.c: Likewise.
30395         * lib/canon-host.c: Likewise.
30396         * lib/canon-host.h: Likewise.
30397         * lib/canonicalize-lgpl.c: Likewise.
30398         * lib/canonicalize.c: Likewise.
30399         * lib/canonicalize.h: Likewise.
30400         * lib/ceil.c: Likewise.
30401         * lib/ceilf.c: Likewise.
30402         * lib/ceill.c: Likewise.
30403         * lib/chdir-long.c: Likewise.
30404         * lib/chdir-long.h: Likewise.
30405         * lib/chdir-safer.c: Likewise.
30406         * lib/chdir-safer.h: Likewise.
30407         * lib/chown.c: Likewise.
30408         * lib/classpath.c: Likewise.
30409         * lib/classpath.h: Likewise.
30410         * lib/clean-temp.c: Likewise.
30411         * lib/clean-temp.h: Likewise.
30412         * lib/cloexec.c: Likewise.
30413         * lib/close-stream.c: Likewise.
30414         * lib/closein.c: Likewise.
30415         * lib/closein.h: Likewise.
30416         * lib/closeout.c: Likewise.
30417         * lib/closeout.h: Likewise.
30418         * lib/concat-filename.c: Likewise.
30419         * lib/copy-file.c: Likewise.
30420         * lib/copy-file.h: Likewise.
30421         * lib/count-one-bits.h: Likewise.
30422         * lib/crc.c: Likewise.
30423         * lib/crc.h: Likewise.
30424         * lib/creat-safer.c: Likewise.
30425         * lib/csharpcomp.c: Likewise.
30426         * lib/csharpcomp.h: Likewise.
30427         * lib/csharpexec.c: Likewise.
30428         * lib/csharpexec.h: Likewise.
30429         * lib/cycle-check.c: Likewise.
30430         * lib/cycle-check.h: Likewise.
30431         * lib/diacrit.c: Likewise.
30432         * lib/diacrit.h: Likewise.
30433         * lib/diffseq.h: Likewise.
30434         * lib/dirchownmod.c: Likewise.
30435         * lib/dirent.in.h: Likewise.
30436         * lib/dirfd.c: Likewise.
30437         * lib/dirfd.h: Likewise.
30438         * lib/dirname.c: Likewise.
30439         * lib/dirname.h: Likewise.
30440         * lib/dummy.c: Likewise.
30441         * lib/dup-safer.c: Likewise.
30442         * lib/dup2.c: Likewise.
30443         * lib/eealloc.h: Likewise.
30444         * lib/error.c: Likewise.
30445         * lib/error.h: Likewise.
30446         * lib/euidaccess.c: Likewise.
30447         * lib/exclude.c: Likewise.
30448         * lib/exclude.h: Likewise.
30449         * lib/execute.c: Likewise.
30450         * lib/execute.h: Likewise.
30451         * lib/exitfail.c: Likewise.
30452         * lib/exitfail.h: Likewise.
30453         * lib/expl.c: Likewise.
30454         * lib/fatal-signal.c: Likewise.
30455         * lib/fatal-signal.h: Likewise.
30456         * lib/fbufmode.c: Likewise.
30457         * lib/fbufmode.h: Likewise.
30458         * lib/fchdir.c: Likewise.
30459         * lib/fchmodat.c: Likewise.
30460         * lib/fchownat.c: Likewise.
30461         * lib/fcntl--.h: Likewise.
30462         * lib/fcntl-safer.h: Likewise.
30463         * lib/fcntl.in.h: Likewise.
30464         * lib/fd-safer.c: Likewise.
30465         * lib/fflush.c: Likewise.
30466         * lib/file-has-acl.c: Likewise.
30467         * lib/file-set.c: Likewise.
30468         * lib/file-type.c: Likewise.
30469         * lib/file-type.h: Likewise.
30470         * lib/fileblocks.c: Likewise.
30471         * lib/filemode.c: Likewise.
30472         * lib/filemode.h: Likewise.
30473         * lib/filename.h: Likewise.
30474         * lib/filenamecat.c: Likewise.
30475         * lib/filenamecat.h: Likewise.
30476         * lib/findprog.c: Likewise.
30477         * lib/findprog.h: Likewise.
30478         * lib/float.in.h: Likewise.
30479         * lib/floor.c: Likewise.
30480         * lib/floorf.c: Likewise.
30481         * lib/floorl.c: Likewise.
30482         * lib/fopen-safer.c: Likewise.
30483         * lib/fopen.c: Likewise.
30484         * lib/fpending.c: Likewise.
30485         * lib/fpending.h: Likewise.
30486         * lib/fprintf.c: Likewise.
30487         * lib/fprintftime.h: Likewise.
30488         * lib/fpucw.h: Likewise.
30489         * lib/fpurge.c: Likewise.
30490         * lib/fpurge.h: Likewise.
30491         * lib/freadable.c: Likewise.
30492         * lib/freadable.h: Likewise.
30493         * lib/freadahead.c: Likewise.
30494         * lib/freadahead.h: Likewise.
30495         * lib/freading.c: Likewise.
30496         * lib/freading.h: Likewise.
30497         * lib/free.c: Likewise.
30498         * lib/freopen.c: Likewise.
30499         * lib/frexp.c: Likewise.
30500         * lib/frexpl.c: Likewise.
30501         * lib/fseek.c: Likewise.
30502         * lib/fseterr.c: Likewise.
30503         * lib/fseterr.h: Likewise.
30504         * lib/fstatat.c: Likewise.
30505         * lib/fstrcmp.c: Likewise.
30506         * lib/fstrcmp.h: Likewise.
30507         * lib/fsusage.c: Likewise.
30508         * lib/fsusage.h: Likewise.
30509         * lib/ftell.c: Likewise.
30510         * lib/ftello.c: Likewise.
30511         * lib/fts-cycle.c: Likewise.
30512         * lib/fts.c: Likewise.
30513         * lib/fts_.h: Likewise.
30514         * lib/full-read.c: Likewise.
30515         * lib/full-read.h: Likewise.
30516         * lib/full-write.c: Likewise.
30517         * lib/full-write.h: Likewise.
30518         * lib/fwritable.c: Likewise.
30519         * lib/fwritable.h: Likewise.
30520         * lib/fwriteerror.c: Likewise.
30521         * lib/fwriteerror.h: Likewise.
30522         * lib/fwriting.c: Likewise.
30523         * lib/fwriting.h: Likewise.
30524         * lib/gcd.c: Likewise.
30525         * lib/gcd.h: Likewise.
30526         * lib/getcwd.c: Likewise.
30527         * lib/getdate.h: Likewise.
30528         * lib/getdate.y: Likewise.
30529         * lib/getdomainname.c: Likewise.
30530         * lib/getdomainname.h: Likewise.
30531         * lib/getgroups.c: Likewise.
30532         * lib/gethostname.c: Likewise.
30533         * lib/gethrxtime.c: Likewise.
30534         * lib/gethrxtime.h: Likewise.
30535         * lib/getloadavg.c: Likewise.
30536         * lib/getndelim2.c: Likewise.
30537         * lib/getndelim2.h: Likewise.
30538         * lib/getnline.c: Likewise.
30539         * lib/getnline.h: Likewise.
30540         * lib/getopt.c: Likewise.
30541         * lib/getopt.in.h: Likewise.
30542         * lib/getopt1.c: Likewise.
30543         * lib/getopt_int.h: Likewise.
30544         * lib/getpagesize.h: Likewise.
30545         * lib/getsubopt.c: Likewise.
30546         * lib/gettime.c: Likewise.
30547         * lib/getugroups.c: Likewise.
30548         * lib/getugroups.h: Likewise.
30549         * lib/getusershell.c: Likewise.
30550         * lib/gl_anyavltree_list1.h: Likewise.
30551         * lib/gl_anyavltree_list2.h: Likewise.
30552         * lib/gl_anyhash_list1.h: Likewise.
30553         * lib/gl_anyhash_list2.h: Likewise.
30554         * lib/gl_anylinked_list1.h: Likewise.
30555         * lib/gl_anylinked_list2.h: Likewise.
30556         * lib/gl_anyrbtree_list1.h: Likewise.
30557         * lib/gl_anyrbtree_list2.h: Likewise.
30558         * lib/gl_anytree_list1.h: Likewise.
30559         * lib/gl_anytree_list2.h: Likewise.
30560         * lib/gl_anytree_oset.h: Likewise.
30561         * lib/gl_anytreehash_list1.h: Likewise.
30562         * lib/gl_anytreehash_list2.h: Likewise.
30563         * lib/gl_array_list.c: Likewise.
30564         * lib/gl_array_list.h: Likewise.
30565         * lib/gl_array_oset.c: Likewise.
30566         * lib/gl_array_oset.h: Likewise.
30567         * lib/gl_avltree_list.c: Likewise.
30568         * lib/gl_avltree_list.h: Likewise.
30569         * lib/gl_avltree_oset.c: Likewise.
30570         * lib/gl_avltree_oset.h: Likewise.
30571         * lib/gl_avltreehash_list.c: Likewise.
30572         * lib/gl_avltreehash_list.h: Likewise.
30573         * lib/gl_carray_list.c: Likewise.
30574         * lib/gl_carray_list.h: Likewise.
30575         * lib/gl_linked_list.c: Likewise.
30576         * lib/gl_linked_list.h: Likewise.
30577         * lib/gl_linkedhash_list.c: Likewise.
30578         * lib/gl_linkedhash_list.h: Likewise.
30579         * lib/gl_list.c: Likewise.
30580         * lib/gl_list.h: Likewise.
30581         * lib/gl_oset.c: Likewise.
30582         * lib/gl_oset.h: Likewise.
30583         * lib/gl_rbtree_list.c: Likewise.
30584         * lib/gl_rbtree_list.h: Likewise.
30585         * lib/gl_rbtree_oset.c: Likewise.
30586         * lib/gl_rbtree_oset.h: Likewise.
30587         * lib/gl_rbtreehash_list.c: Likewise.
30588         * lib/gl_rbtreehash_list.h: Likewise.
30589         * lib/gl_sublist.c: Likewise.
30590         * lib/gl_sublist.h: Likewise.
30591         * lib/group-member.c: Likewise.
30592         * lib/group-member.h: Likewise.
30593         * lib/hard-locale.c: Likewise.
30594         * lib/hard-locale.h: Likewise.
30595         * lib/hash-pjw.c: Likewise.
30596         * lib/hash-pjw.h: Likewise.
30597         * lib/hash-triple.c: Likewise.
30598         * lib/hash.c: Likewise.
30599         * lib/hash.h: Likewise.
30600         * lib/human.c: Likewise.
30601         * lib/human.h: Likewise.
30602         * lib/i-ring.c: Likewise.
30603         * lib/i-ring.h: Likewise.
30604         * lib/idcache.c: Likewise.
30605         * lib/imaxabs.c: Likewise.
30606         * lib/imaxdiv.c: Likewise.
30607         * lib/inet_pton.c: Likewise.
30608         * lib/inet_pton.h: Likewise.
30609         * lib/intprops.h: Likewise.
30610         * lib/inttostr.c: Likewise.
30611         * lib/inttostr.h: Likewise.
30612         * lib/inttypes.in.h: Likewise.
30613         * lib/isapipe.c: Likewise.
30614         * lib/isdir.c: Likewise.
30615         * lib/isnan.c: Likewise.
30616         * lib/isnan.h: Likewise.
30617         * lib/isnanf.c: Likewise.
30618         * lib/isnanf.h: Likewise.
30619         * lib/isnanl-nolibm.h: Likewise.
30620         * lib/isnanl.c: Likewise.
30621         * lib/isnanl.h: Likewise.
30622         * lib/javacomp.c: Likewise.
30623         * lib/javacomp.h: Likewise.
30624         * lib/javaexec.c: Likewise.
30625         * lib/javaexec.h: Likewise.
30626         * lib/javaversion.c: Likewise.
30627         * lib/javaversion.h: Likewise.
30628         * lib/javaversion.java: Likewise.
30629         * lib/lbrkprop.h: Likewise.
30630         * lib/lchmod.h: Likewise.
30631         * lib/lchown.c: Likewise.
30632         * lib/ldexpl.c: Likewise.
30633         * lib/linebreak.c: Likewise.
30634         * lib/linebreak.h: Likewise.
30635         * lib/linebuffer.c: Likewise.
30636         * lib/linebuffer.h: Likewise.
30637         * lib/locale.in.h: Likewise.
30638         * lib/logl.c: Likewise.
30639         * lib/long-options.c: Likewise.
30640         * lib/long-options.h: Likewise.
30641         * lib/lstat.c: Likewise.
30642         * lib/lstat.h: Likewise.
30643         * lib/math.in.h: Likewise.
30644         * lib/mbchar.c: Likewise.
30645         * lib/mbchar.h: Likewise.
30646         * lib/mbfile.h: Likewise.
30647         * lib/mbiter.h: Likewise.
30648         * lib/mbscasecmp.c: Likewise.
30649         * lib/mbscasestr.c: Likewise.
30650         * lib/mbschr.c: Likewise.
30651         * lib/mbscspn.c: Likewise.
30652         * lib/mbslen.c: Likewise.
30653         * lib/mbsncasecmp.c: Likewise.
30654         * lib/mbsnlen.c: Likewise.
30655         * lib/mbspbrk.c: Likewise.
30656         * lib/mbspcasecmp.c: Likewise.
30657         * lib/mbsrchr.c: Likewise.
30658         * lib/mbssep.c: Likewise.
30659         * lib/mbsspn.c: Likewise.
30660         * lib/mbsstr.c: Likewise.
30661         * lib/mbstok_r.c: Likewise.
30662         * lib/mbswidth.c: Likewise.
30663         * lib/mbswidth.h: Likewise.
30664         * lib/mbuiter.h: Likewise.
30665         * lib/memcasecmp.c: Likewise.
30666         * lib/memcasecmp.h: Likewise.
30667         * lib/memchr.c: Likewise.
30668         * lib/memcmp.c: Likewise.
30669         * lib/memcoll.c: Likewise.
30670         * lib/memcoll.h: Likewise.
30671         * lib/memcpy.c: Likewise.
30672         * lib/memrchr.c: Likewise.
30673         * lib/mkancesdirs.c: Likewise.
30674         * lib/mkdir-p.c: Likewise.
30675         * lib/mkdir-p.h: Likewise.
30676         * lib/mkdir.c: Likewise.
30677         * lib/mkdirat.c: Likewise.
30678         * lib/mkdtemp.c: Likewise.
30679         * lib/mkstemp-safer.c: Likewise.
30680         * lib/mkstemp.c: Likewise.
30681         * lib/modechange.c: Likewise.
30682         * lib/modechange.h: Likewise.
30683         * lib/mountlist.c: Likewise.
30684         * lib/mountlist.h: Likewise.
30685         * lib/mpsort.c: Likewise.
30686         * lib/nanosleep.c: Likewise.
30687         * lib/obstack.c: Likewise.
30688         * lib/obstack.h: Likewise.
30689         * lib/open-safer.c: Likewise.
30690         * lib/open.c: Likewise.
30691         * lib/openat-die.c: Likewise.
30692         * lib/openat-priv.h: Likewise.
30693         * lib/openat-proc.c: Likewise.
30694         * lib/openat.c: Likewise.
30695         * lib/openat.h: Likewise.
30696         * lib/pagealign_alloc.c: Likewise.
30697         * lib/pagealign_alloc.h: Likewise.
30698         * lib/physmem.c: Likewise.
30699         * lib/physmem.h: Likewise.
30700         * lib/pipe-safer.c: Likewise.
30701         * lib/pipe.c: Likewise.
30702         * lib/pipe.h: Likewise.
30703         * lib/posixtm.c: Likewise.
30704         * lib/posixtm.h: Likewise.
30705         * lib/posixver.c: Likewise.
30706         * lib/printf-frexp.c: Likewise.
30707         * lib/printf-frexp.h: Likewise.
30708         * lib/printf-frexpl.c: Likewise.
30709         * lib/printf-frexpl.h: Likewise.
30710         * lib/printf.c: Likewise.
30711         * lib/progname.c: Likewise.
30712         * lib/progname.h: Likewise.
30713         * lib/progreloc.c: Likewise.
30714         * lib/putenv.c: Likewise.
30715         * lib/quote.c: Likewise.
30716         * lib/quote.h: Likewise.
30717         * lib/quotearg.c: Likewise.
30718         * lib/quotearg.h: Likewise.
30719         * lib/raise.c: Likewise.
30720         * lib/readline.c: Likewise.
30721         * lib/readline.h: Likewise.
30722         * lib/readlink.c: Likewise.
30723         * lib/readtokens.c: Likewise.
30724         * lib/readtokens.h: Likewise.
30725         * lib/readtokens0.c: Likewise.
30726         * lib/readtokens0.h: Likewise.
30727         * lib/readutmp.c: Likewise.
30728         * lib/readutmp.h: Likewise.
30729         * lib/realloc.c: Likewise.
30730         * lib/relocwrapper.c: Likewise.
30731         * lib/rename-dest-slash.c: Likewise.
30732         * lib/rename.c: Likewise.
30733         * lib/rmdir.c: Likewise.
30734         * lib/rpmatch.c: Likewise.
30735         * lib/safe-read.c: Likewise.
30736         * lib/safe-read.h: Likewise.
30737         * lib/safe-write.c: Likewise.
30738         * lib/safe-write.h: Likewise.
30739         * lib/same-inode.h: Likewise.
30740         * lib/same.c: Likewise.
30741         * lib/same.h: Likewise.
30742         * lib/save-cwd.c: Likewise.
30743         * lib/save-cwd.h: Likewise.
30744         * lib/savedir.c: Likewise.
30745         * lib/savedir.h: Likewise.
30746         * lib/savewd.c: Likewise.
30747         * lib/savewd.h: Likewise.
30748         * lib/search.in.h: Likewise.
30749         * lib/setenv.c: Likewise.
30750         * lib/setenv.h: Likewise.
30751         * lib/settime.c: Likewise.
30752         * lib/sh-quote.c: Likewise.
30753         * lib/sh-quote.h: Likewise.
30754         * lib/sig2str.c: Likewise.
30755         * lib/sig2str.h: Likewise.
30756         * lib/signal.in.h: Likewise.
30757         * lib/signbitd.c: Likewise.
30758         * lib/signbitf.c: Likewise.
30759         * lib/signbitl.c: Likewise.
30760         * lib/sigprocmask.c: Likewise.
30761         * lib/sincosl.c: Likewise.
30762         * lib/sleep.c: Likewise.
30763         * lib/sprintf.c: Likewise.
30764         * lib/sqrtl.c: Likewise.
30765         * lib/stat-time.h: Likewise.
30766         * lib/stdio--.h: Likewise.
30767         * lib/stdio-safer.h: Likewise.
30768         * lib/stdlib--.h: Likewise.
30769         * lib/stdlib-safer.h: Likewise.
30770         * lib/stdlib.in.h: Likewise.
30771         * lib/stpcpy.c: Likewise.
30772         * lib/stpncpy.c: Likewise.
30773         * lib/strchrnul.c: Likewise.
30774         * lib/strcspn.c: Likewise.
30775         * lib/strerror.c: Likewise.
30776         * lib/strftime.c: Likewise.
30777         * lib/strftime.h: Likewise.
30778         * lib/striconveh.c: Likewise.
30779         * lib/striconveh.h: Likewise.
30780         * lib/striconveha.c: Likewise.
30781         * lib/striconveha.h: Likewise.
30782         * lib/stripslash.c: Likewise.
30783         * lib/strnlen1.c: Likewise.
30784         * lib/strnlen1.h: Likewise.
30785         * lib/strtod.c: Likewise.
30786         * lib/strtoimax.c: Likewise.
30787         * lib/strtok_r.c: Likewise.
30788         * lib/strtol.c: Likewise.
30789         * lib/strtoll.c: Likewise.
30790         * lib/strtoul.c: Likewise.
30791         * lib/strtoull.c: Likewise.
30792         * lib/sysexits.in.h: Likewise.
30793         * lib/tempname.c: Likewise.
30794         * lib/tempname.h: Likewise.
30795         * lib/timespec.h: Likewise.
30796         * lib/tls.c: Likewise.
30797         * lib/tls.h: Likewise.
30798         * lib/tmpdir.c: Likewise.
30799         * lib/tmpdir.h: Likewise.
30800         * lib/tmpfile-safer.c: Likewise.
30801         * lib/tmpfile.c: Likewise.
30802         * lib/trigl.c: Likewise.
30803         * lib/trigl.h: Likewise.
30804         * lib/trim.c: Likewise.
30805         * lib/trim.h: Likewise.
30806         * lib/trunc.c: Likewise.
30807         * lib/truncf.c: Likewise.
30808         * lib/truncl.c: Likewise.
30809         * lib/tsearch.c: Likewise.
30810         * lib/unicodeio.c: Likewise.
30811         * lib/unicodeio.h: Likewise.
30812         * lib/unistd--.h: Likewise.
30813         * lib/unistd-safer.h: Likewise.
30814         * lib/unistdio/ulc-fprintf.c: Likewise.
30815         * lib/unistdio/ulc-vfprintf.c: Likewise.
30816         * lib/unlinkdir.c: Likewise.
30817         * lib/unlinkdir.h: Likewise.
30818         * lib/unlocked-io.h: Likewise.
30819         * lib/unsetenv.c: Likewise.
30820         * lib/userspec.c: Likewise.
30821         * lib/utime.c: Likewise.
30822         * lib/utimecmp.c: Likewise.
30823         * lib/utimecmp.h: Likewise.
30824         * lib/utimens.c: Likewise.
30825         * lib/verify.h: Likewise.
30826         * lib/verror.c: Likewise.
30827         * lib/verror.h: Likewise.
30828         * lib/version-etc-fsf.c: Likewise.
30829         * lib/version-etc.c: Likewise.
30830         * lib/version-etc.h: Likewise.
30831         * lib/vfprintf.c: Likewise.
30832         * lib/vprintf.c: Likewise.
30833         * lib/vsprintf.c: Likewise.
30834         * lib/w32spawn.h: Likewise.
30835         * lib/wait-process.c: Likewise.
30836         * lib/wait-process.h: Likewise.
30837         * lib/wcwidth.c: Likewise.
30838         * lib/write-any-file.c: Likewise.
30839         * lib/xalloc-die.c: Likewise.
30840         * lib/xalloc.h: Likewise.
30841         * lib/xasprintf.c: Likewise.
30842         * lib/xgetcwd.c: Likewise.
30843         * lib/xgetcwd.h: Likewise.
30844         * lib/xgetdomainname.c: Likewise.
30845         * lib/xgetdomainname.h: Likewise.
30846         * lib/xgethostname.c: Likewise.
30847         * lib/xmalloc.c: Likewise.
30848         * lib/xmalloca.c: Likewise.
30849         * lib/xmalloca.h: Likewise.
30850         * lib/xmemcoll.c: Likewise.
30851         * lib/xnanosleep.c: Likewise.
30852         * lib/xreadlink.c: Likewise.
30853         * lib/xreadlink.h: Likewise.
30854         * lib/xsetenv.c: Likewise.
30855         * lib/xsetenv.h: Likewise.
30856         * lib/xstriconv.c: Likewise.
30857         * lib/xstriconv.h: Likewise.
30858         * lib/xstrndup.c: Likewise.
30859         * lib/xstrndup.h: Likewise.
30860         * lib/xstrtod.c: Likewise.
30861         * lib/xstrtod.h: Likewise.
30862         * lib/xstrtol-error.c: Likewise.
30863         * lib/xstrtol.c: Likewise.
30864         * lib/xstrtol.h: Likewise.
30865         * lib/xtime.h: Likewise.
30866         * lib/xvasprintf.c: Likewise.
30867         * lib/xvasprintf.h: Likewise.
30868         * lib/yesno.c: Likewise.
30869         * lib/yesno.h: Likewise.
30870         * posix-modules: Likewise.
30871         * tests/test-alloca-opt.c: Likewise.
30872         * tests/test-arcfour.c: Likewise.
30873         * tests/test-arctwo.c: Likewise.
30874         * tests/test-argmatch.c: Likewise.
30875         * tests/test-argp-2.sh: Likewise.
30876         * tests/test-argp.c: Likewise.
30877         * tests/test-arpa_inet.c: Likewise.
30878         * tests/test-array_list.c: Likewise.
30879         * tests/test-array_oset.c: Likewise.
30880         * tests/test-atexit.c: Likewise.
30881         * tests/test-avltree_list.c: Likewise.
30882         * tests/test-avltree_oset.c: Likewise.
30883         * tests/test-avltreehash_list.c: Likewise.
30884         * tests/test-base64.c: Likewise.
30885         * tests/test-binary-io.c: Likewise.
30886         * tests/test-byteswap.c: Likewise.
30887         * tests/test-c-ctype.c: Likewise.
30888         * tests/test-c-strcasecmp.c: Likewise.
30889         * tests/test-c-strcasestr.c: Likewise.
30890         * tests/test-c-strncasecmp.c: Likewise.
30891         * tests/test-c-strstr.c: Likewise.
30892         * tests/test-canonicalize-lgpl.c: Likewise.
30893         * tests/test-canonicalize.c: Likewise.
30894         * tests/test-carray_list.c: Likewise.
30895         * tests/test-ceilf.c: Likewise.
30896         * tests/test-ceill.c: Likewise.
30897         * tests/test-count-one-bits.c: Likewise.
30898         * tests/test-crc.c: Likewise.
30899         * tests/test-dirname.c: Likewise.
30900         * tests/test-fbufmode.c: Likewise.
30901         * tests/test-fcntl.c: Likewise.
30902         * tests/test-fflush.c: Likewise.
30903         * tests/test-floorf.c: Likewise.
30904         * tests/test-floorl.c: Likewise.
30905         * tests/test-fopen.c: Likewise.
30906         * tests/test-fprintf-posix.c: Likewise.
30907         * tests/test-fprintf-posix.h: Likewise.
30908         * tests/test-fpurge.c: Likewise.
30909         * tests/test-freadable.c: Likewise.
30910         * tests/test-freadahead.c: Likewise.
30911         * tests/test-freading.c: Likewise.
30912         * tests/test-freopen.c: Likewise.
30913         * tests/test-frexp.c: Likewise.
30914         * tests/test-frexpl.c: Likewise.
30915         * tests/test-fseek.c: Likewise.
30916         * tests/test-fseeko.c: Likewise.
30917         * tests/test-fseterr.c: Likewise.
30918         * tests/test-fstrcmp.c: Likewise.
30919         * tests/test-ftell.c: Likewise.
30920         * tests/test-ftello.c: Likewise.
30921         * tests/test-fwritable.c: Likewise.
30922         * tests/test-fwriting.c: Likewise.
30923         * tests/test-getaddrinfo.c: Likewise.
30924         * tests/test-getpass.c: Likewise.
30925         * tests/test-gettimeofday.c: Likewise.
30926         * tests/test-hmac-md5.c: Likewise.
30927         * tests/test-hmac-sha1.c: Likewise.
30928         * tests/test-iconv.c: Likewise.
30929         * tests/test-iconvme.c: Likewise.
30930         * tests/test-inttypes.c: Likewise.
30931         * tests/test-isnan.c: Likewise.
30932         * tests/test-isnanf.c: Likewise.
30933         * tests/test-isnanl-nolibm.c: Likewise.
30934         * tests/test-isnanl.c: Likewise.
30935         * tests/test-isnanl.h: Likewise.
30936         * tests/test-ldexpl.c: Likewise.
30937         * tests/test-linked_list.c: Likewise.
30938         * tests/test-linkedhash_list.c: Likewise.
30939         * tests/test-locale.c: Likewise.
30940         * tests/test-localename.c: Likewise.
30941         * tests/test-lock.c: Likewise.
30942         * tests/test-lseek.c: Likewise.
30943         * tests/test-malloca.c: Likewise.
30944         * tests/test-math.c: Likewise.
30945         * tests/test-mbscasecmp.c: Likewise.
30946         * tests/test-mbscasestr1.c: Likewise.
30947         * tests/test-mbscasestr2.c: Likewise.
30948         * tests/test-mbscasestr3.c: Likewise.
30949         * tests/test-mbscasestr4.c: Likewise.
30950         * tests/test-mbschr.c: Likewise.
30951         * tests/test-mbscspn.c: Likewise.
30952         * tests/test-mbsncasecmp.c: Likewise.
30953         * tests/test-mbspbrk.c: Likewise.
30954         * tests/test-mbspcasecmp.c: Likewise.
30955         * tests/test-mbsrchr.c: Likewise.
30956         * tests/test-mbsspn.c: Likewise.
30957         * tests/test-mbsstr1.c: Likewise.
30958         * tests/test-mbsstr2.c: Likewise.
30959         * tests/test-mbsstr3.c: Likewise.
30960         * tests/test-md5.c: Likewise.
30961         * tests/test-memmem.c: Likewise.
30962         * tests/test-netinet_in.c: Likewise.
30963         * tests/test-open.c: Likewise.
30964         * tests/test-printf-frexp.c: Likewise.
30965         * tests/test-printf-frexpl.c: Likewise.
30966         * tests/test-printf-posix.c: Likewise.
30967         * tests/test-printf-posix.h: Likewise.
30968         * tests/test-rbtree_list.c: Likewise.
30969         * tests/test-rbtree_oset.c: Likewise.
30970         * tests/test-rbtreehash_list.c: Likewise.
30971         * tests/test-read-file.c: Likewise.
30972         * tests/test-rijndael.c: Likewise.
30973         * tests/test-search.c: Likewise.
30974         * tests/test-signbit.c: Likewise.
30975         * tests/test-sleep.c: Likewise.
30976         * tests/test-snprintf-posix.c: Likewise.
30977         * tests/test-snprintf-posix.h: Likewise.
30978         * tests/test-snprintf.c: Likewise.
30979         * tests/test-sprintf-posix.c: Likewise.
30980         * tests/test-sprintf-posix.h: Likewise.
30981         * tests/test-stat-time.c: Likewise.
30982         * tests/test-stdbool.c: Likewise.
30983         * tests/test-stdint.c: Likewise.
30984         * tests/test-stdio.c: Likewise.
30985         * tests/test-stdlib.c: Likewise.
30986         * tests/test-stpncpy.c: Likewise.
30987         * tests/test-strcasestr.c: Likewise.
30988         * tests/test-striconv.c: Likewise.
30989         * tests/test-striconveh.c: Likewise.
30990         * tests/test-striconveha.c: Likewise.
30991         * tests/test-string.c: Likewise.
30992         * tests/test-sys_select.c: Likewise.
30993         * tests/test-sys_socket.c: Likewise.
30994         * tests/test-sys_stat.c: Likewise.
30995         * tests/test-sys_time.c: Likewise.
30996         * tests/test-sysexits.c: Likewise.
30997         * tests/test-time.c: Likewise.
30998         * tests/test-tls.c: Likewise.
30999         * tests/test-trunc.c: Likewise.
31000         * tests/test-truncf.c: Likewise.
31001         * tests/test-truncl.c: Likewise.
31002         * tests/test-unistd.c: Likewise.
31003         * tests/test-vasnprintf-posix.c: Likewise.
31004         * tests/test-vasnprintf-posix2.c: Likewise.
31005         * tests/test-vasnprintf.c: Likewise.
31006         * tests/test-vasprintf-posix.c: Likewise.
31007         * tests/test-vasprintf.c: Likewise.
31008         * tests/test-verify.c: Likewise.
31009         * tests/test-vfprintf-posix.c: Likewise.
31010         * tests/test-vprintf-posix.c: Likewise.
31011         * tests/test-vsnprintf-posix.c: Likewise.
31012         * tests/test-vsnprintf.c: Likewise.
31013         * tests/test-vsprintf-posix.c: Likewise.
31014         * tests/test-wchar.c: Likewise.
31015         * tests/test-wctype.c: Likewise.
31016         * tests/test-wcwidth.c: Likewise.
31017         * tests/test-xstrtol.c: Likewise.
31018         * tests/test-xvasprintf.c: Likewise.
31019         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
31020         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
31021         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
31022         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
31023         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
31024         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
31025         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
31026         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
31027         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
31028         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
31029         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
31030         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
31031         * tests/uniname/test-uninames.c: Likewise.
31032         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
31033         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
31034         * tests/unistdio/test-u16-printf1.h: Likewise.
31035         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
31036         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
31037         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
31038         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
31039         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
31040         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
31041         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
31042         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
31043         * tests/unistdio/test-u32-printf1.h: Likewise.
31044         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
31045         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
31046         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
31047         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
31048         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
31049         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
31050         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
31051         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
31052         * tests/unistdio/test-u8-printf1.h: Likewise.
31053         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
31054         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
31055         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
31056         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
31057         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
31058         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
31059         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
31060         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
31061         * tests/unistdio/test-ulc-printf1.h: Likewise.
31062         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
31063         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
31064         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
31065         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
31066         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
31067         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
31068         * tests/uniwidth/test-u16-strwidth.c: Likewise.
31069         * tests/uniwidth/test-u16-width.c: Likewise.
31070         * tests/uniwidth/test-u32-strwidth.c: Likewise.
31071         * tests/uniwidth/test-u32-width.c: Likewise.
31072         * tests/uniwidth/test-u8-strwidth.c: Likewise.
31073         * tests/uniwidth/test-u8-width.c: Likewise.
31074         * tests/uniwidth/test-uc_width.c: Likewise.
31075         * config/srclist-update: Likewise.
31076         (fixlicense): Update to GPLv3+.
31077
31078         Change copyright notice from LGPLv2.1+ to LGPLv3+.
31079         * tests/test-tsearch.c: Change copyright notice.
31080
31081         Change copyright notice from LGPLv2.0+ to LGPLv3+.
31082         * lib/c-strcaseeq.h: Change copyright notice.
31083         * lib/streq.h: Likewise.
31084         * lib/uniconv.h: Likewise.
31085         * lib/uniconv/u-conv-from-enc.h: Likewise.
31086         * lib/uniconv/u-conv-to-enc.h: Likewise.
31087         * lib/uniconv/u-strconv-from-enc.h: Likewise.
31088         * lib/uniconv/u-strconv-to-enc.h: Likewise.
31089         * lib/uniconv/u16-conv-from-enc.c: Likewise.
31090         * lib/uniconv/u16-conv-to-enc.c: Likewise.
31091         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
31092         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
31093         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
31094         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
31095         * lib/uniconv/u32-conv-from-enc.c: Likewise.
31096         * lib/uniconv/u32-conv-to-enc.c: Likewise.
31097         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
31098         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
31099         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
31100         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
31101         * lib/uniconv/u8-conv-from-enc.c: Likewise.
31102         * lib/uniconv/u8-conv-to-enc.c: Likewise.
31103         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
31104         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
31105         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
31106         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
31107         * lib/uniname.h: Likewise.
31108         * lib/uniname/uniname.c: Likewise.
31109         * lib/unistdio.h: Likewise.
31110         * lib/unistdio/u-asnprintf.h: Likewise.
31111         * lib/unistdio/u-asprintf.h: Likewise.
31112         * lib/unistdio/u-printf-args.c: Likewise.
31113         * lib/unistdio/u-printf-args.h: Likewise.
31114         * lib/unistdio/u-printf-parse.h: Likewise.
31115         * lib/unistdio/u-snprintf.h: Likewise.
31116         * lib/unistdio/u-sprintf.h: Likewise.
31117         * lib/unistdio/u-vasprintf.h: Likewise.
31118         * lib/unistdio/u-vsnprintf.h: Likewise.
31119         * lib/unistdio/u-vsprintf.h: Likewise.
31120         * lib/unistdio/u16-asnprintf.c: Likewise.
31121         * lib/unistdio/u16-asprintf.c: Likewise.
31122         * lib/unistdio/u16-printf-parse.c: Likewise.
31123         * lib/unistdio/u16-snprintf.c: Likewise.
31124         * lib/unistdio/u16-sprintf.c: Likewise.
31125         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
31126         * lib/unistdio/u16-u16-asprintf.c: Likewise.
31127         * lib/unistdio/u16-u16-snprintf.c: Likewise.
31128         * lib/unistdio/u16-u16-sprintf.c: Likewise.
31129         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
31130         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
31131         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
31132         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
31133         * lib/unistdio/u16-vasnprintf.c: Likewise.
31134         * lib/unistdio/u16-vasprintf.c: Likewise.
31135         * lib/unistdio/u16-vsnprintf.c: Likewise.
31136         * lib/unistdio/u16-vsprintf.c: Likewise.
31137         * lib/unistdio/u32-asnprintf.c: Likewise.
31138         * lib/unistdio/u32-asprintf.c: Likewise.
31139         * lib/unistdio/u32-printf-parse.c: Likewise.
31140         * lib/unistdio/u32-snprintf.c: Likewise.
31141         * lib/unistdio/u32-sprintf.c: Likewise.
31142         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
31143         * lib/unistdio/u32-u32-asprintf.c: Likewise.
31144         * lib/unistdio/u32-u32-snprintf.c: Likewise.
31145         * lib/unistdio/u32-u32-sprintf.c: Likewise.
31146         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
31147         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
31148         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31149         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31150         * lib/unistdio/u32-vasnprintf.c: Likewise.
31151         * lib/unistdio/u32-vasprintf.c: Likewise.
31152         * lib/unistdio/u32-vsnprintf.c: Likewise.
31153         * lib/unistdio/u32-vsprintf.c: Likewise.
31154         * lib/unistdio/u8-asnprintf.c: Likewise.
31155         * lib/unistdio/u8-asprintf.c: Likewise.
31156         * lib/unistdio/u8-printf-parse.c: Likewise.
31157         * lib/unistdio/u8-snprintf.c: Likewise.
31158         * lib/unistdio/u8-sprintf.c: Likewise.
31159         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31160         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31161         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31162         * lib/unistdio/u8-u8-sprintf.c: Likewise.
31163         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
31164         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
31165         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
31166         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
31167         * lib/unistdio/u8-vasnprintf.c: Likewise.
31168         * lib/unistdio/u8-vasprintf.c: Likewise.
31169         * lib/unistdio/u8-vsnprintf.c: Likewise.
31170         * lib/unistdio/u8-vsprintf.c: Likewise.
31171         * lib/unistdio/ulc-asnprintf.c: Likewise.
31172         * lib/unistdio/ulc-asprintf.c: Likewise.
31173         * lib/unistdio/ulc-printf-parse.c: Likewise.
31174         * lib/unistdio/ulc-snprintf.c: Likewise.
31175         * lib/unistdio/ulc-sprintf.c: Likewise.
31176         * lib/unistdio/ulc-vasnprintf.c: Likewise.
31177         * lib/unistdio/ulc-vasprintf.c: Likewise.
31178         * lib/unistdio/ulc-vsnprintf.c: Likewise.
31179         * lib/unistdio/ulc-vsprintf.c: Likewise.
31180         * lib/unistr.h: Likewise.
31181         * lib/unistr/u-cpy-alloc.h: Likewise.
31182         * lib/unistr/u-cpy.h: Likewise.
31183         * lib/unistr/u-endswith.h: Likewise.
31184         * lib/unistr/u-move.h: Likewise.
31185         * lib/unistr/u-set.h: Likewise.
31186         * lib/unistr/u-startswith.h: Likewise.
31187         * lib/unistr/u-stpcpy.h: Likewise.
31188         * lib/unistr/u-stpncpy.h: Likewise.
31189         * lib/unistr/u-strcat.h: Likewise.
31190         * lib/unistr/u-strcpy.h: Likewise.
31191         * lib/unistr/u-strcspn.h: Likewise.
31192         * lib/unistr/u-strdup.h: Likewise.
31193         * lib/unistr/u-strlen.h: Likewise.
31194         * lib/unistr/u-strncat.h: Likewise.
31195         * lib/unistr/u-strncpy.h: Likewise.
31196         * lib/unistr/u-strnlen.h: Likewise.
31197         * lib/unistr/u-strpbrk.h: Likewise.
31198         * lib/unistr/u-strspn.h: Likewise.
31199         * lib/unistr/u-strstr.h: Likewise.
31200         * lib/unistr/u-strtok.h: Likewise.
31201         * lib/unistr/u16-check.c: Likewise.
31202         * lib/unistr/u16-chr.c: Likewise.
31203         * lib/unistr/u16-cmp.c: Likewise.
31204         * lib/unistr/u16-cpy-alloc.c: Likewise.
31205         * lib/unistr/u16-cpy.c: Likewise.
31206         * lib/unistr/u16-endswith.c: Likewise.
31207         * lib/unistr/u16-mblen.c: Likewise.
31208         * lib/unistr/u16-mbsnlen.c: Likewise.
31209         * lib/unistr/u16-mbtouc-aux.c: Likewise.
31210         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
31211         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
31212         * lib/unistr/u16-mbtouc.c: Likewise.
31213         * lib/unistr/u16-mbtoucr.c: Likewise.
31214         * lib/unistr/u16-move.c: Likewise.
31215         * lib/unistr/u16-next.c: Likewise.
31216         * lib/unistr/u16-prev.c: Likewise.
31217         * lib/unistr/u16-set.c: Likewise.
31218         * lib/unistr/u16-startswith.c: Likewise.
31219         * lib/unistr/u16-stpcpy.c: Likewise.
31220         * lib/unistr/u16-stpncpy.c: Likewise.
31221         * lib/unistr/u16-strcat.c: Likewise.
31222         * lib/unistr/u16-strchr.c: Likewise.
31223         * lib/unistr/u16-strcmp.c: Likewise.
31224         * lib/unistr/u16-strcpy.c: Likewise.
31225         * lib/unistr/u16-strcspn.c: Likewise.
31226         * lib/unistr/u16-strdup.c: Likewise.
31227         * lib/unistr/u16-strlen.c: Likewise.
31228         * lib/unistr/u16-strmblen.c: Likewise.
31229         * lib/unistr/u16-strmbtouc.c: Likewise.
31230         * lib/unistr/u16-strncat.c: Likewise.
31231         * lib/unistr/u16-strncmp.c: Likewise.
31232         * lib/unistr/u16-strncpy.c: Likewise.
31233         * lib/unistr/u16-strnlen.c: Likewise.
31234         * lib/unistr/u16-strpbrk.c: Likewise.
31235         * lib/unistr/u16-strrchr.c: Likewise.
31236         * lib/unistr/u16-strspn.c: Likewise.
31237         * lib/unistr/u16-strstr.c: Likewise.
31238         * lib/unistr/u16-strtok.c: Likewise.
31239         * lib/unistr/u16-to-u32.c: Likewise.
31240         * lib/unistr/u16-to-u8.c: Likewise.
31241         * lib/unistr/u16-uctomb-aux.c: Likewise.
31242         * lib/unistr/u16-uctomb.c: Likewise.
31243         * lib/unistr/u32-check.c: Likewise.
31244         * lib/unistr/u32-chr.c: Likewise.
31245         * lib/unistr/u32-cmp.c: Likewise.
31246         * lib/unistr/u32-cpy-alloc.c: Likewise.
31247         * lib/unistr/u32-cpy.c: Likewise.
31248         * lib/unistr/u32-endswith.c: Likewise.
31249         * lib/unistr/u32-mblen.c: Likewise.
31250         * lib/unistr/u32-mbsnlen.c: Likewise.
31251         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
31252         * lib/unistr/u32-mbtouc.c: Likewise.
31253         * lib/unistr/u32-mbtoucr.c: Likewise.
31254         * lib/unistr/u32-move.c: Likewise.
31255         * lib/unistr/u32-next.c: Likewise.
31256         * lib/unistr/u32-prev.c: Likewise.
31257         * lib/unistr/u32-set.c: Likewise.
31258         * lib/unistr/u32-startswith.c: Likewise.
31259         * lib/unistr/u32-stpcpy.c: Likewise.
31260         * lib/unistr/u32-stpncpy.c: Likewise.
31261         * lib/unistr/u32-strcat.c: Likewise.
31262         * lib/unistr/u32-strchr.c: Likewise.
31263         * lib/unistr/u32-strcmp.c: Likewise.
31264         * lib/unistr/u32-strcpy.c: Likewise.
31265         * lib/unistr/u32-strcspn.c: Likewise.
31266         * lib/unistr/u32-strdup.c: Likewise.
31267         * lib/unistr/u32-strlen.c: Likewise.
31268         * lib/unistr/u32-strmblen.c: Likewise.
31269         * lib/unistr/u32-strmbtouc.c: Likewise.
31270         * lib/unistr/u32-strncat.c: Likewise.
31271         * lib/unistr/u32-strncmp.c: Likewise.
31272         * lib/unistr/u32-strncpy.c: Likewise.
31273         * lib/unistr/u32-strnlen.c: Likewise.
31274         * lib/unistr/u32-strpbrk.c: Likewise.
31275         * lib/unistr/u32-strrchr.c: Likewise.
31276         * lib/unistr/u32-strspn.c: Likewise.
31277         * lib/unistr/u32-strstr.c: Likewise.
31278         * lib/unistr/u32-strtok.c: Likewise.
31279         * lib/unistr/u32-to-u16.c: Likewise.
31280         * lib/unistr/u32-to-u8.c: Likewise.
31281         * lib/unistr/u32-uctomb.c: Likewise.
31282         * lib/unistr/u8-check.c: Likewise.
31283         * lib/unistr/u8-chr.c: Likewise.
31284         * lib/unistr/u8-cmp.c: Likewise.
31285         * lib/unistr/u8-cpy-alloc.c: Likewise.
31286         * lib/unistr/u8-cpy.c: Likewise.
31287         * lib/unistr/u8-endswith.c: Likewise.
31288         * lib/unistr/u8-mblen.c: Likewise.
31289         * lib/unistr/u8-mbsnlen.c: Likewise.
31290         * lib/unistr/u8-mbtouc-aux.c: Likewise.
31291         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
31292         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
31293         * lib/unistr/u8-mbtouc.c: Likewise.
31294         * lib/unistr/u8-mbtoucr.c: Likewise.
31295         * lib/unistr/u8-move.c: Likewise.
31296         * lib/unistr/u8-next.c: Likewise.
31297         * lib/unistr/u8-prev.c: Likewise.
31298         * lib/unistr/u8-set.c: Likewise.
31299         * lib/unistr/u8-startswith.c: Likewise.
31300         * lib/unistr/u8-stpcpy.c: Likewise.
31301         * lib/unistr/u8-stpncpy.c: Likewise.
31302         * lib/unistr/u8-strcat.c: Likewise.
31303         * lib/unistr/u8-strchr.c: Likewise.
31304         * lib/unistr/u8-strcmp.c: Likewise.
31305         * lib/unistr/u8-strcpy.c: Likewise.
31306         * lib/unistr/u8-strcspn.c: Likewise.
31307         * lib/unistr/u8-strdup.c: Likewise.
31308         * lib/unistr/u8-strlen.c: Likewise.
31309         * lib/unistr/u8-strmblen.c: Likewise.
31310         * lib/unistr/u8-strmbtouc.c: Likewise.
31311         * lib/unistr/u8-strncat.c: Likewise.
31312         * lib/unistr/u8-strncmp.c: Likewise.
31313         * lib/unistr/u8-strncpy.c: Likewise.
31314         * lib/unistr/u8-strnlen.c: Likewise.
31315         * lib/unistr/u8-strpbrk.c: Likewise.
31316         * lib/unistr/u8-strrchr.c: Likewise.
31317         * lib/unistr/u8-strspn.c: Likewise.
31318         * lib/unistr/u8-strstr.c: Likewise.
31319         * lib/unistr/u8-strtok.c: Likewise.
31320         * lib/unistr/u8-to-u16.c: Likewise.
31321         * lib/unistr/u8-to-u32.c: Likewise.
31322         * lib/unistr/u8-uctomb-aux.c: Likewise.
31323         * lib/unistr/u8-uctomb.c: Likewise.
31324         * lib/unitypes.h: Likewise.
31325         * lib/uniwidth.h: Likewise.
31326         * lib/uniwidth/cjk.h: Likewise.
31327         * lib/uniwidth/u16-strwidth.c: Likewise.
31328         * lib/uniwidth/u16-width.c: Likewise.
31329         * lib/uniwidth/u32-strwidth.c: Likewise.
31330         * lib/uniwidth/u32-width.c: Likewise.
31331         * lib/uniwidth/u8-strwidth.c: Likewise.
31332         * lib/uniwidth/u8-width.c: Likewise.
31333         * lib/uniwidth/width.c: Likewise.
31334
31335 2007-10-07  Bruno Haible  <bruno@clisp.org>
31336
31337         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
31338         The file is still under LGPL (see modules/inttypes).
31339
31340 2007-10-06  Bruno Haible  <bruno@clisp.org>
31341
31342         * modules/trunc (Dependencies): Add 'extensions'.
31343         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
31344         Reported by Ben Pfaff <blp@gnu.org>.
31345
31346 2007-10-06  Bruno Haible  <bruno@clisp.org>
31347
31348         * modules/freopen-tests: New file.
31349         * tests/test-freopen.c: New file.
31350
31351         * modules/fopen-tests: New file.
31352         * tests/test-fopen.c: New file.
31353
31354         * modules/fopen: New file.
31355         * lib/fopen.c: New file.
31356         * m4/fopen.m4: New file.
31357         * modules/freopen: New file.
31358         * lib/freopen.c: New file.
31359         * m4/freopen.m4: New file.
31360         * lib/stdio.in.h (fopen, freopen): New declarations.
31361         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
31362         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31363         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
31364         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31365         * doc/functions/fopen.texi: Mention the 'fopen' module.
31366         * doc/functions/freopen.texi: Mention the 'freopen' module.
31367
31368 2007-10-06  Bruno Haible  <bruno@clisp.org>
31369
31370         * modules/open-tests: New file.
31371         * tests/test-open.c: New file.
31372
31373         * modules/open: New file.
31374         * lib/open.c: New file.
31375         * m4/open.m4: New file.
31376         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
31377         lib/open.c does.
31378         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31379         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
31380         macros.
31381         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31382         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
31383         REPLACE_OPEN.
31384         * doc/functions/open.texi: Mention the 'open' module.
31385
31386 2007-10-04  Bruno Haible  <bruno@clisp.org>
31387
31388         * modules/ceill-tests: New file.
31389         * tests/test-ceill.c: New file.
31390
31391         * modules/ceill: New file.
31392         * lib/ceill.c: Replace entire file.
31393         * m4/ceill.m4: New file.
31394         * lib/math.in.h (ceill): Replace declaration.
31395         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
31396         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
31397         * doc/functions/ceill.texi: Mention the 'ceill' module.
31398         * modules/mathl (Files): Remove lib/ceill.c.
31399         (Depends-on): Add ceill.
31400
31401 2007-10-04  Bruno Haible  <bruno@clisp.org>
31402
31403         * modules/ceilf-tests: New file.
31404         * tests/test-ceilf.c: New file.
31405
31406         * modules/ceilf: New file.
31407         * lib/ceil.c: New file.
31408         * lib/ceilf.c: New file.
31409         * m4/ceilf.m4: New file.
31410         * lib/math.in.h (ceilf): New declaration.
31411         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
31412         HAVE_DECL_CEILF.
31413         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
31414         HAVE_DECL_CEILF.
31415         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
31416
31417 2007-10-04  Bruno Haible  <bruno@clisp.org>
31418
31419         * modules/floorl-tests: New file.
31420         * tests/test-floorl.c: New file.
31421
31422         * modules/floorl: New file.
31423         * lib/floorl.c: Replace entire file.
31424         * m4/floorl.m4: New file.
31425         * lib/math.in.h (floorl): Replace declaration.
31426         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
31427         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
31428         * doc/functions/floorl.texi: Mention the 'floorl' module.
31429         * modules/mathl (Files): Remove lib/floorl.c.
31430         (Depends-on): Add floorl.
31431
31432 2007-10-04  Bruno Haible  <bruno@clisp.org>
31433
31434         * modules/floorf-tests: New file.
31435         * tests/test-floorf.c: New file.
31436
31437         * modules/floorf: New file.
31438         * lib/floor.c: New file.
31439         * lib/floorf.c: New file.
31440         * m4/floorf.m4: New file.
31441         * lib/math.in.h (floorf): New declaration.
31442         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
31443         HAVE_DECL_FLOORF.
31444         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
31445         HAVE_DECL_FLOORF.
31446         * doc/functions/floorf.texi: Mention the 'floorf' module.
31447
31448 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
31449             Bruno Haible  <bruno@clisp.org>
31450
31451         Advertise for the Git server instead of the CVS server.
31452         * doc/gnulib-intro.texi (Steady Development): Mention the Git
31453         repository instead of the CVS one.
31454         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
31455         about all VCS systems generically.
31456         * doc/gnulib.texi (Introduction): Capitalize `Git'.
31457
31458 2007-10-04  Bruno Haible  <bruno@clisp.org>
31459
31460         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
31461         means.
31462         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
31463
31464 2007-10-04  Bruno Haible  <bruno@clisp.org>
31465
31466         * modules/truncl-tests: New file.
31467         * tests/test-truncl.c: New file.
31468
31469         * modules/truncl: New file.
31470         * lib/truncl.c: New file.
31471         * m4/truncl.m4: New file.
31472         * lib/math.in.h (truncl): New declaration.
31473         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
31474         HAVE_DECL_TRUNCL.
31475         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
31476         HAVE_DECL_TRUNCL.
31477         * doc/functions/truncl.texi: Mention the 'truncl' module.
31478
31479 2007-10-04  Bruno Haible  <bruno@clisp.org>
31480
31481         * modules/truncf-tests: New file.
31482         * tests/test-truncf.c: New file.
31483
31484         * modules/truncf: New file.
31485         * lib/trunc.c: Make paramerizable through USE_* macros.
31486         * lib/truncf.c: New file.
31487         * m4/truncf.m4: New file.
31488         * lib/math.in.h (truncf): New declaration.
31489         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
31490         HAVE_DECL_TRUNCF.
31491         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
31492         HAVE_DECL_TRUNCF.
31493         * doc/functions/truncf.texi: Mention the 'truncf' module.
31494
31495 2007-10-03  Bruno Haible  <bruno@clisp.org>
31496
31497         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
31498         augmentation also for tests modules.
31499         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
31500         * modules/atexit-tests (Makefile.am): Likewise.
31501         * modules/binary-io-tests (Makefile.am): Likewise.
31502         * modules/c-strcase-tests (Makefile.am): Likewise.
31503         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
31504         * modules/canonicalize-tests (Makefile.am): Likewise.
31505         * modules/closein-tests (Makefile.am): Likewise.
31506         * modules/fprintf-posix-tests (Makefile.am): Likewise.
31507         * modules/freadahead-tests (Makefile.am): Likewise.
31508         * modules/fseek-tests (Makefile.am): Likewise.
31509         * modules/fseeko-tests (Makefile.am): Likewise.
31510         * modules/ftell-tests (Makefile.am): Likewise.
31511         * modules/ftello-tests (Makefile.am): Likewise.
31512         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
31513         * modules/isnanl-tests (Makefile.am): Likewise.
31514         * modules/lseek-tests (Makefile.am): Likewise.
31515         * modules/mbscasecmp-tests (Makefile.am): Likewise.
31516         * modules/mbscasestr-tests (Makefile.am): Likewise.
31517         * modules/mbschr-tests (Makefile.am): Likewise.
31518         * modules/mbscspn-tests (Makefile.am): Likewise.
31519         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
31520         * modules/mbspbrk-tests (Makefile.am): Likewise.
31521         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
31522         * modules/mbsrchr-tests (Makefile.am): Likewise.
31523         * modules/mbsspn-tests (Makefile.am): Likewise.
31524         * modules/mbsstr-tests (Makefile.am): Likewise.
31525         * modules/printf-posix-tests (Makefile.am): Likewise.
31526         * modules/snprintf-posix-tests (Makefile.am): Likewise.
31527         * modules/sprintf-posix-tests (Makefile.am): Likewise.
31528         * modules/tsearch-tests (Makefile.am): Likewise.
31529         * modules/uniname/uniname-tests (Makefile.am): Likewise.
31530         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
31531         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
31532         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
31533         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
31534         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
31535         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
31536         * modules/vprintf-posix-tests (Makefile.am): Likewise.
31537         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
31538         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
31539         * modules/xstrtoimax-tests (Makefile.am): Likewise.
31540         * modules/xstrtol-tests (Makefile.am): Likewise.
31541         * modules/xstrtoumax-tests (Makefile.am): Likewise.
31542         * modules/yesno-tests (Makefile.am): Likewise.
31543
31544 2007-10-03  Bruno Haible  <bruno@clisp.org>
31545
31546         * modules/trunc-tests: New file.
31547         * tests/test-trunc.c: New file.
31548
31549         * modules/trunc: New file.
31550         * lib/trunc.c: New file.
31551         * m4/trunc.m4: New file.
31552         * lib/math.in.h (trunc): New declaration.
31553         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
31554         HAVE_DECL_TRUNC.
31555         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
31556         HAVE_DECL_TRUNC.
31557         * doc/functions/trunc.texi: Mention the 'trunc' module.
31558
31559 2007-10-03  Bruno Haible  <bruno@clisp.org>
31560
31561         * tests/test-fpending.c: New file, mostly copied
31562         from coreutils/lib/t-fpending.c.
31563         * modules/fpending-tests: New file.
31564
31565 2007-10-03  Bruno Haible  <bruno@clisp.org>
31566
31567         Port the stdio extensions to QNX (untested).
31568         * lib/fseterr.c (fseterr): Add support for QNX.
31569         * lib/fbufmode.c (fbufmode): Likewise.
31570         * lib/freadable.c (freadable): Likewise.
31571         * lib/fwritable.c (fwritable): Likewise.
31572         * lib/freading.c (freading): Likewise.
31573         * lib/fwriting.c (fwriting): Likewise.
31574         * lib/freadahead.c (freadahed): Likewise.
31575         * lib/fpurge.c (fpurge): Likewise.
31576         * lib/fseeko.c (rpl_fseeko): Likewise.
31577
31578 2007-10-03  Bruno Haible  <bruno@clisp.org>
31579             Jim Meyering  <jim@meyering.net>
31580             Eric Blake  <ebb9@byu.net>
31581
31582         * doc/relocatable.texi: Use @command instead of @program.
31583
31584 2007-10-02  Jim Meyering  <jim@meyering.net>
31585
31586         Perform one more "_.h" -> ".in.h" substitution.
31587         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
31588         instead of unistd_.h here, too.
31589
31590 2007-10-01  Bruno Haible  <bruno@clisp.org>
31591
31592         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
31593         Needed for the alloca-opt module.
31594
31595 2007-09-30  Bruno Haible  <bruno@clisp.org>
31596
31597         * lib/alloca.in.h: Renamed from lib/alloca_.h.
31598         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
31599         alloca_.h.
31600         * lib/argz.in.h: Renamed from lib/argz_.h.
31601         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
31602         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
31603         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
31604         byteswap_.h.
31605         * lib/dirent.in.h: Renamed from lib/dirent_.h.
31606         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
31607         dirent_.h.
31608         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
31609         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
31610         fcntl_.h.
31611         * lib/float.in.h: Renamed from lib/float_.h.
31612         * modules/float (Files, Makefile.am): Use float.in.h instead of
31613         float_.h.
31614         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
31615         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
31616         fnmatch_.h.
31617         * lib/getopt.in.h: Renamed from lib/getopt_.h.
31618         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
31619         getopt_.h.
31620         * lib/glob.in.h: Renamed from lib/glob_.h.
31621         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
31622         * lib/iconv.in.h: Renamed from lib/iconv_.h.
31623         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
31624         iconv_.h.
31625         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
31626         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
31627         inttypes_.h.
31628         * lib/locale.in.h: Renamed from lib/locale_.h.
31629         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
31630         locale_.h.
31631         * lib/math.in.h: Renamed from lib/math_.h.
31632         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
31633         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
31634         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
31635         of netinet_in_.h. Add dependency.
31636         * lib/poll.in.h: Renamed from lib/poll_.h.
31637         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
31638         * lib/search.in.h: Renamed from lib/search_.h.
31639         * modules/search (Files, Makefile.am): Use search.in.h instead of
31640         search_.h.
31641         * lib/signal.in.h: Renamed from lib/signal_.h.
31642         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
31643         _signal.h.
31644         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
31645         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
31646         stdbool_.h.
31647         * lib/stdint.in.h: Renamed from lib/stdint_.h.
31648         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
31649         stdint_.h.
31650         * lib/stdio.in.h: Renamed from lib/stdio_.h.
31651         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
31652         stdio_.h.
31653         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
31654         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
31655         stdlib_.h.
31656         * lib/string.in.h: Renamed from lib/string_.h.
31657         * modules/string (Files, Makefile.am): Use string.in.h instead of
31658         string_.h.
31659         * doc/gnulib-tool.texi (Initial import): Update.
31660         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
31661         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
31662         of sys_select_.h. Add dependency.
31663         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
31664         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
31665         of sys_socket_.h.
31666         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
31667         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
31668         sys_stat_.h.
31669         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
31670         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
31671         sys_time_.h.
31672         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
31673         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
31674         sysexits_.h.
31675         * lib/time.in.h: Renamed from lib/time_.h.
31676         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
31677         * lib/unistd.in.h: Renamed from lib/unistd_.h.
31678         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
31679         unistd_.h.
31680         * lib/wchar.in.h: Renamed from lib/wchar_.h.
31681         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
31682         wchar_.h.
31683         * lib/wctype.in.h: Renamed from lib/wctype_.h.
31684         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
31685         wctype_.h.
31686         * build-aux/bootstrap (slurp): Update.
31687         * lib/.cppi-disable: Update.
31688
31689 2007-09-30  Bruno Haible  <bruno@clisp.org>
31690
31691         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
31692         Needed on BeOS.
31693
31694 2007-09-30  Bruno Haible  <bruno@clisp.org>
31695
31696         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
31697
31698 2007-09-29  Bruno Haible  <bruno@clisp.org>
31699
31700         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
31701
31702 2007-09-29  Bruno Haible  <bruno@clisp.org>
31703
31704         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
31705         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
31706         * build-aux/install-reloc: Compile also areadlink.c.
31707         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
31708
31709 2007-09-29  Bruno Haible  <bruno@clisp.org>
31710
31711         * gnulib-tool (func_emit_initmacro_done): Indentation.
31712
31713 2007-09-29  Bruno Haible  <bruno@clisp.org>
31714
31715         * README: Add CVS checkout update instructions.
31716         Info from Bob Proulx <bob@proulx.com>.
31717
31718 2007-09-28  Eric Blake  <ebb9@byu.net>
31719
31720         Provide move-if-change.
31721         * build-aux/move-if-change: New file, based on best practice
31722         rather than any canonical upstream location.
31723
31724 2007-09-28  Jim Meyering  <jim@meyering.net>
31725
31726         Fix canonicalize loop-detection corner case.
31727         Do not attempt to stat the symlink values stored via seen_triple.
31728         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
31729         on linux-2.6.18, (but not 2.6.22).
31730         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
31731         triple_compare.  The former compares dev,ino,filename, while the latter
31732         would actually stat dirname(filename) when dev and ino were equal.
31733         * lib/hash-triple.c: Install <string.h>.
31734         (STREQ): Define.
31735         (triple_compare_ino_str): New function.
31736         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
31737
31738 2007-09-28  Eric Blake  <ebb9@byu.net>
31739
31740         Enforce that AC_REPLACE_FUNCS files exist.
31741         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
31742         override check for typos.
31743
31744         Fix test-closein on Solaris 10.
31745         * tests/test-closein.c (main): Don't assume stdin can be inherited
31746         closed on all systems.
31747         * tests/test-closein.sh: Likewise.
31748         Reported by Piotr Tarnowski.
31749
31750 2007-09-28  Jim Meyering  <jim@meyering.net>
31751
31752         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
31753
31754 2007-09-27  Jim Meyering  <jim@meyering.net>
31755
31756         canonicalize: Avoid a false-positive cycle failure.
31757         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
31758         Sort.  Remove cycle-check.
31759         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
31760         not cycle-check.h.
31761         (seen_triple): New function.
31762         (canonicalize_filename_mode): Use it instead of cycle-check.
31763         * tests/test-canonicalize.c: Add a test for this bug.
31764         * tests/test-canonicalize.sh: Set up and run the test.
31765
31766         New module, file-set, from coreutils.
31767         * modules/file-set: Define it.
31768         * lib/file-set.c, lib/file-set.h: Implement.
31769
31770         New module, hash-triple, from coreutils.
31771         * modules/hash-triple: Define it.
31772         * lib/hash-triple.c, lib/hash-triple.h: Implement.
31773
31774 2007-09-25  Eric Blake  <ebb9@byu.net>
31775
31776         Fix strerror on Interix.
31777         * lib/string_.h (strerror): Declare replacement.
31778         * doc/functions/strerror.texi (strerror): Document the Interix
31779         shortcoming.
31780         * modules/string (Makefile.am): Support new hooks.
31781         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
31782         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
31783         gl_FUNC_STRERROR_SEPARATE.
31784         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
31785         * lib/strerror.c (rpl_strerror): Provide replacement.
31786         * modules/strerror (Depends-on): Add string.
31787         (configure.ac): Detect use of module.
31788         * tests/test-strerror.c: New file.
31789         * modules/strerror-tests: New test module.
31790         * modules/argp (Depends-on): Add strerror.
31791         * modules/error (Depends-on): Likewise.
31792         Reported by Martin Koeppe.
31793
31794 2007-09-24  Bruno Haible  <bruno@clisp.org>
31795
31796         * README: Update git instructions.
31797
31798 2007-09-24  Eric Blake  <ebb9@byu.net>
31799
31800         Revert fpending breakage from 2007-09-08.
31801         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
31802         __fpending.c.
31803
31804 2007-09-24  Jim Meyering  <jim@meyering.net>
31805
31806         filenamecat.c: Add a test.
31807         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
31808         showing how the function works when DIR is the empty string.
31809
31810 2007-09-21  Simon Josefsson  <simon@josefsson.org>
31811
31812         * tests/test-canonicalize.sh: Turn on executable bit.
31813
31814 2007-09-19  Eric Blake  <ebb9@byu.net>
31815
31816         * README: Update CVS instructions.
31817
31818 2007-09-18  Bruno Haible  <bruno@clisp.org>
31819
31820         * modules/areadlink: New file.
31821         * lib/areadlink.h (areadlink): New declaration.
31822         * lib/areadlink.c: New file, based on lib/xreadlink.c.
31823
31824 2007-09-17  Jim Meyering  <jim@meyering.net>
31825
31826         * lib/savewd.c (ESTALE) [!defined]: Define.
31827         Reported to be required on Interix by Martin Koeppe.
31828
31829 2007-09-17  Bruno Haible  <bruno@clisp.org>
31830
31831         * gnulib-tool (func_version): Use $version.
31832
31833 2007-09-16  Bruno Haible  <bruno@clisp.org>
31834
31835         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
31836         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
31837         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
31838         Reported by Greg Schafer <gschafer@zip.com.au>.
31839
31840 2007-09-15  Bruno Haible  <bruno@clisp.org>
31841
31842         * gnulib-tool (sed): Try a little harder to make bash understand the
31843         alias.
31844         Reported by Bruce Korb <bruce.korb@gmail.com>.
31845
31846 2007-09-13  Eric Blake  <ebb9@byu.net>
31847
31848         * ChangeLog: Remove conflict markers.
31849
31850 2007-09-13  Simon Josefsson  <simon@josefsson.org>
31851
31852         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
31853         Reported by Bruno Haible <bruno@clisp.org>.
31854
31855 2007-09-12  Bruno Haible  <bruno@clisp.org>
31856
31857         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
31858         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
31859         is not defined.
31860
31861 2007-09-12  Eric Blake  <ebb9@byu.net>
31862
31863         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
31864         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
31865         Autoconf definition.
31866         * modules/euidaccess (Depends-on): Add extensions, for
31867         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
31868         * modules/fnmatch (Depends-on): Likewise.
31869         * modules/getaddrinfo (Depends-on): Likewise.
31870         * modules/getdelim (Depends-on): Likewise.
31871         * modules/getline (Depends-on): Likewise.
31872         * modules/getsubopt (Depends-on): Likewise.
31873         * modules/gettext (Depends-on): Likewise.
31874         * modules/group-member (Depends-on): Likewise.
31875         * modules/mbchar (Depends-on): Likewise.
31876         * modules/memmem (Depends-on): Likewise.
31877         * modules/mempcpy (Depends-on): Likewise.
31878         * modules/memrchr (Depends-on): Likewise.
31879         * modules/pagealign_alloc (Depends-on): Likewise.
31880         * modules/readutmp (Depends-on): Likewise.
31881         * modules/stpcpy (Depends-on): Likewise.
31882         * modules/stpncpy (Depends-on): Likewise.
31883         * modules/strchrnul (Depends-on): Likewise.
31884         * modules/strndup (Depends-on): Likewise.
31885         * modules/strsep (Depends-on): Likewise.
31886         * modules/strverscmp (Depends-on): Likewise.
31887         * modules/vasprintf (Depends-on): Likewise.
31888         * modules/wcwidth (Depends-on): Likewise.
31889         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
31890         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
31891         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
31892         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
31893         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
31894         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
31895         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
31896         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
31897         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
31898         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
31899         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
31900         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
31901         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
31902         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
31903         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
31904         * m4/readutmp.m4 (gl_READUTMP): Likewise.
31905         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
31906         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
31907         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
31908         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
31909         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
31910         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
31911         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
31912         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
31913         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
31914         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
31915         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
31916         so that lock.m4 can be used in gettext without extensions module.
31917
31918 2007-09-11  Bruno Haible  <bruno@clisp.org>
31919
31920         * m4/isc-posix.m4: Remove file.
31921         Suggested by Eric Blake.
31922
31923 2007-09-11  Eric Blake  <ebb9@byu.net>
31924
31925         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
31926
31927 2007-09-10  Bruno Haible  <bruno@clisp.org>
31928
31929         * posix-modules: Fix typo in error message.
31930         Reported by Matt <mkraai@beckman.com>.
31931
31932 2007-09-09  Bruno Haible  <bruno@clisp.org>
31933
31934         * doc/functions/getdelim.texi: Update list of platforms lacking the
31935         function.
31936         * doc/functions/getline.texi: Likewise.
31937
31938 2007-09-09  Jim Meyering  <jim@meyering.net>
31939
31940         * lib/hash.c (hash_initialize): Detect calloc failure.
31941         Reported by Bruno Haible.
31942
31943 2007-09-09  Bruno Haible  <bruno@clisp.org>
31944
31945         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
31946         malloc or realloc fails.
31947
31948 2007-09-09  Bruno Haible  <bruno@clisp.org>
31949
31950         * modules/getcwd (Depends-on): Add malloc-posix.
31951         * modules/glob (Depends-on): Likewise.
31952         * modules/putenv (Depends-on): Likewise.
31953         * modules/strdup (Depends-on): Likewise.
31954         * modules/getdelim (Depends-on): Add realloc-posix.
31955         * modules/read-file (Depends-on): Likewise.
31956
31957 2007-09-09  Bruno Haible  <bruno@clisp.org>
31958
31959         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
31960         (gl_FUNC_MALLOC_POSIX): Require it.
31961         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
31962         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
31963         * modules/realloc (Files): Add m4/malloc.m4.
31964         * modules/calloc (Files): Likewise.
31965
31966 2007-09-09  Bruno Haible  <bruno@clisp.org>
31967
31968         * modules/malloc-posix: New file.
31969         * modules/malloc (Depends-on): Add malloc-posix.
31970         * lib/malloc.c: Include errno.h.
31971         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
31972         and a POSIX-compatible malloc into a single function. Set ENOMEM
31973         when returning NULL.
31974         * m4/malloc.m4: New file.
31975         * doc/functions/malloc.texi: Mention the malloc-posix module.
31976         * lib/stdlib_.h (malloc): New declaration.
31977         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
31978         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
31979         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
31980         and HAVE_MALLOC_POSIX.
31981
31982 2007-09-09  Bruno Haible  <bruno@clisp.org>
31983
31984         * modules/realloc-posix: New file.
31985         * modules/realloc (Depends-on): Add realloc-posix.
31986         * lib/realloc.c: Include errno.h.
31987         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
31988         and a POSIX-compatible realloc into a single function. Set ENOMEM
31989         when returning NULL.
31990         * m4/realloc.m4: New file.
31991         * doc/functions/realloc.texi: Mention the realloc-posix module.
31992         * lib/stdlib_.h (realloc): New declaration.
31993         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
31994         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
31995         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
31996         and HAVE_REALLOC_POSIX.
31997
31998 2007-09-09  Bruno Haible  <bruno@clisp.org>
31999
32000         * modules/calloc-posix: New file.
32001         * modules/calloc (Depends-on): Add calloc-posix.
32002         * lib/calloc.c: Include errno.h.
32003         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
32004         and a POSIX-compatible calloc into a single function. Set ENOMEM
32005         when returning NULL.
32006         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
32007         * doc/functions/calloc.texi: Mention the calloc-posix module.
32008         * lib/stdlib_.h (calloc): New declaration.
32009         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32010         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
32011         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
32012         and HAVE_CALLOC_POSIX.
32013
32014 2007-09-09  Bruno Haible  <bruno@clisp.org>
32015
32016         Allow for modules to show an arbitrary notice.
32017         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
32018         * gnulib-tool: New option --extract-notice.
32019         (func_usage): Document it.
32020         (sed_extract_prog): Update.
32021         (func_get_notice): New function.
32022         (func_modules_notice): New function.
32023         (func_import, func_create_testdir): Invoke it.
32024         Suggested by Jim Meyering.
32025
32026 2007-09-09  Bruno Haible  <bruno@clisp.org>
32027
32028         * gnulib-tool: New options --verbose, --quiet.
32029         (func_usage): Document them.
32030         (verbose): New variable.
32031         (func_execute_command): New function.
32032         (func_import): Don't show the module list and the file list if
32033         $verbose < 0.
32034         (func_create_testdir): Likewise. Use func_execute_command.
32035         (func_create_megatestdir): Use func_execute_command.
32036
32037 2007-09-08  Bruno Haible  <bruno@clisp.org>
32038
32039         * gnulib-tool (func_import): Prefer rsync over wget when available,
32040         for fetching the PO files.
32041
32042 2007-09-08  Bruno Haible  <bruno@clisp.org>
32043
32044         * posix-modules: New file. Portions copied from gnulib-tool.
32045         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
32046
32047 2007-09-08  Jim Meyering  <jim@meyering.net>
32048
32049         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
32050         * lib/fpending.h: Rename from __fpending.h.
32051         * lib/fpending.c: Rename from __fpending.c.
32052         Include "fpending.h", not "__fpending.h".
32053         * lib/__fpending.h, lib/__fpending.c: Remove files.
32054         * modules/fpending (Files): Reflect new file names.
32055         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
32056
32057 2007-09-08  Bruno Haible  <bruno@clisp.org>
32058
32059         * m4/inttypes-h.m4: Remove stub file.
32060
32061 2007-09-07  Simon Josefsson  <simon@josefsson.org>
32062
32063         * doc/headers/stdint.texi: Discuss #include_next issue.
32064
32065 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32066
32067         * build-aux/bootstrap: Remove obsolete comment about wget --help.
32068
32069 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32070
32071         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
32072         in variable name.
32073
32074 2007-09-03  Jim Meyering  <jim@meyering.net>
32075
32076         New module: git-version-gen.
32077         * modules/git-version-gen: New file.
32078
32079         Import changes from coreutils for bootstrap script.
32080
32081         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
32082
32083         bootstrap: uses rsync to download the .po files
32084         * build-aux/bootstrap (po_download_command_format): New global.
32085         (download_po_files): Use rsync.
32086         (update_po_files): Don't remove .po files after download,
32087         so future rsync runs can take advantage of the copies.
32088
32089         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
32090
32091         Solve the unnecessary-.po-file-regeneration problem once and for all.
32092         * build-aux/bootstrap (download_po_files): New function, renamed from
32093         get_translations.  Now, downloads, but doesn't update LINGUAS.
32094         (update_po_files): New function.
32095
32096         bootstrap: Ignore more.
32097         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
32098         uniwidth to e.g., lib/.gitignore.
32099         (slurp): Handle the sys_stat_.h -> sys mapping, too.
32100
32101         * build-aux/bootstrap: New setting: vc_ignore.
32102         (insert_sorted_if_absent): Create $file if absent.
32103         Adapt to new, possibly empty, list: $vc_ignore.
32104
32105         bootstrap: generate more ignorable names
32106         * build-aux/bootstrap (slurp): When generating ignorable names,
32107         also map .sin to .sed, .gperf to .c, and .y to .c.
32108
32109 2007-09-03  Jim Meyering  <jim@meyering.net>
32110
32111         * build-aux/git-version-gen: New file, from coreutils.  For details, see
32112         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
32113
32114 2007-09-02  Bruno Haible  <bruno@clisp.org>
32115
32116         Fix mis-recognition of 'mcs' on QNX 6.
32117         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
32118         output contains the string "Mono".
32119         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
32120         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
32121
32122 2007-09-01  Bruno Haible  <bruno@clisp.org>
32123
32124         Fix collision between uniwidth/* and linebreak modules.
32125         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
32126         u32_width): Remove declarations.
32127         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
32128         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
32129         streq3, streq2, streq1, streq0): Remove functions.
32130         (STREQ): Remove macro.
32131         (is_cjk_encoding): Remove function.
32132         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
32133         (uc_width, u8_width, u16_width, u32_width): Remove functions.
32134         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
32135         * NEWS: Document the change.
32136
32137 2007-09-01  Bruno Haible  <bruno@clisp.org>
32138
32139         * lib/streq.h: Add double-inclusion guard.
32140
32141 2007-09-01  Karl Berry  <karl@gnu.org>
32142
32143         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
32144
32145 2007-08-28  Jim Meyering  <jim@meyering.net>
32146
32147         Rename mreadlink_with_size to areadlink_with_size.
32148         * NEWS: Document the change.
32149         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32150         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32151         * lib/mreadlink.h: Rename this to...
32152         * lib/areadlink.h: ...this.
32153         * modules/mreadlink-with-size: Rename this to...
32154         * modules/areadlink-with-size: ...this.
32155         * lib/canonicalize.c: Reflect the renaming.
32156         * modules/canonicalize: Likewise.
32157
32158 2007-08-26  Bruno Haible  <bruno@clisp.org>
32159
32160         * gnulib-tool (func_import): When deciding which files to remove,
32161         consider also dangling symbolic links.
32162         Reported by Eric Blake.
32163
32164 2007-08-26  Bruno Haible  <bruno@clisp.org>
32165
32166         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
32167
32168 2007-08-23  Simon Josefsson  <simon@josefsson.org>
32169
32170         * lib/readline.c: Don't include getline.h, the prototype is now
32171         found in stdio.h.
32172
32173 2007-08-23  Jim Meyering  <jim@meyering.net>
32174
32175         Getdelim touchup.
32176         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
32177         around the funlockfile call, since funlockfile never sets errno.
32178         Don't set errno upon failed realloc.
32179
32180 2007-08-22  Eric Blake  <ebb9@byu.net>
32181
32182         Getline touchups.
32183         * lib/getdelim.c (getdelim): Revert regression that required *n to
32184         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
32185         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
32186         getdelim, rather than whether implementation is missing.
32187         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
32188         * lib/stdio_.h (getline): Also declare if replacement is
32189         required.
32190         * doc/functions/getdelim.texi: New file.
32191         * doc/functions/getline.texi: Likewise.
32192         * doc/gnulib.texi (Function Substitutes): Add new files.
32193         Reported by Bruno Haible.
32194
32195 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
32196
32197         * users.txt: Add Guile.
32198
32199 2007-08-22  Eric Blake  <ebb9@byu.net>
32200
32201         * tests/test-getdelim.c (main): Use remove, not unlink.
32202         * tests/test-getline.c (main): Likewise.
32203
32204         Move getline and getdelim into stdio.h, per POSIX 200x.
32205         * modules/getline (Files): Remove getline.h.
32206         (Depends-on): Add stdio.
32207         (configure.ac): Add module indicator.
32208         * modules/getdelim (Files): Remove getdelim.h.
32209         (Depends-on): Add stdio.
32210         (configure.ac): Add module indicator.
32211         * modules/stdio (Makefile.am): Work with new indicators.
32212         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
32213         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
32214         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32215         * lib/getdelim.h: Delete.
32216         * lib/getline.h: Delete.
32217         * lib/stdio_.h (getdelim, getline): Declare.
32218         * modules/getdelim-tests: New module.
32219         * modules/getline-tests: Likewise.
32220         * tests/test-getdelim.c: New file.
32221         * tests/test-getline.c: Likewise.
32222         * NEWS: Document the change.
32223         * lib/getline.c: Update choice of header.
32224         * lib/csharpcomp.c: Likewise.
32225         * lib/getpass.c: Likewise.
32226         * lib/javacomp.c: Likewise.
32227         * lib/javaversion.c: Likewise.
32228         * lib/yesno.c: Likewise.
32229         * lib/getdelim.c: Likewise.
32230         (getdelim): Set errno on failure, and avoid memory leak.
32231
32232 2007-08-19  Bruno Haible  <bruno@clisp.org>
32233
32234         * modules/closein (Depends-on): Add freadahead.
32235         * lib/closein.c: Include freadahead.h.
32236         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
32237         is zero.
32238
32239 2007-08-19  Bruno Haible  <bruno@clisp.org>
32240
32241         * modules/freadahead-tests: New file.
32242         * tests/test-freadahead.sh: New file.
32243         * tests/test-freadahead.c: New file.
32244
32245         * modules/freadahead: New file.
32246         * lib/freadahead.h: New file.
32247         * lib/freadahead.c: New file.
32248         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
32249         fbufmode, fpurge, freadable, fwritable.
32250
32251 2007-08-19  Eric Blake  <ebb9@byu.net>
32252
32253         Test yesno in combination with closein.
32254         * lib/yesno.c (yesno): Document use of stdin.
32255         * modules/yesno-tests (Files): New module.
32256         * tests/test-yesno.c (main): New file.
32257         * tests/test-yesno.sh: Likewise.
32258
32259 2007-08-19  Bruno Haible  <bruno@clisp.org>
32260
32261         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
32262         * lib/fseeko.c (rpl_fseeko): Likewise.
32263         * lib/fseterr.c (fseterr): Likewise.
32264
32265 2007-08-19  Bruno Haible  <bruno@clisp.org>
32266
32267         * tests/test-lseek.c (main): Disable a test for BeOS.
32268         * doc/functions/lseek.texi: Document the BeOS bug.
32269
32270 2007-08-19  Bruno Haible  <bruno@clisp.org>
32271             Eric Blake  <ebb9@byu.net>
32272
32273         * lib/lseek.c: Include <sys/stat.h>.
32274         (rpl_lseek): Add workaround code also for Unix platforms.
32275         Needed for BeOS.
32276         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
32277         * doc/functions/lseek.texi: Document BeOS definiency.
32278
32279 2007-08-18  Bruno Haible  <bruno@clisp.org>
32280
32281         * modules/fstrcmp-tests: New file.
32282         * tests/test-fstrcmp.c: New file.
32283
32284 2007-08-18  Bruno Haible  <bruno@clisp.org>
32285
32286         * modules/fstrcmp: New file, from GNU gettext with modifications.
32287         * lib/fstrcmp.h: New file, from GNU gettext.
32288         * lib/fstrcmp.c: New file, from GNU gettext.
32289         * MODULES.html.sh (String handling): Add fstrcmp.
32290
32291 2007-08-18  Bruno Haible  <bruno@clisp.org>
32292
32293         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
32294         'bool'.
32295         (diag, compareseq): Remove const from the ctxt argument.
32296         (USE_HEURISTIC): Undefine at the end.
32297
32298 2007-08-18  Jim Meyering  <jim@meyering.net>
32299
32300         New file: lib/idcache.h
32301         * NEWS: Mention the addition.
32302         * modules/idcache (Files): Add lib/idcache.h
32303         * lib/idcache.c: Include "idcache.h".
32304         Don't include <sys/types.h>.
32305         Add a FIXME comment.
32306         Move file-scoped "static" declarations to the top.
32307         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
32308
32309 2007-08-17  Bruno Haible  <bruno@clisp.org>
32310         and Paul Eggert  <eggert@cs.ucla.edu>
32311
32312         * MODULES.html.sh: Add diffseq.
32313         * modules/diffseq: New file.
32314         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
32315         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
32316
32317 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32318
32319         Import changes from coreutils for bootstrap script.
32320
32321         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
32322
32323         * build-aux/bootstrap (slurp): Work even in environments where
32324         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
32325         current code does not slurp files whose names start with ".", and
32326         this looks like it might be a troublesome area.
32327
32328         2007-07-11  Jim Meyering  <jim@meyering.net>
32329
32330         If there's a GPL vN copyright comment, require that N == 3.
32331
32332         2007-07-08  Jim Meyering  <jim@meyering.net>
32333
32334         Run the coreutils-specific code only if tests/Makefile.am.in exists.
32335         * build-aux/bootstrap (mam_template): Move definition out of loop.
32336
32337         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
32338
32339         * build-aux/bootstrap (symlink_to_dir): Rename function from
32340         symlink_to_gnulib.  Add a directory parameter.  Update all
32341         callers.
32342         (cp_mark_as_generated): Also check for -- and link to -- files in
32343         gl/.
32344
32345         2007-07-08  Jim Meyering  <jim@meyering.net>
32346
32347         Adapt to deeper hierarchy in gnulib.
32348         * build-aux/bootstrap (symlink_to_dir): If the destination
32349         directory doesn't exist, create it. This is required at least for
32350         "lib/uniwidth/cjk.h".
32351
32352         2007-05-15  Jim Meyering  <jim@meyering.net>
32353
32354         * build-aux/bootstrap: Now that generated Makefile.am files
32355         are no longer under version control, they must be created at
32356         bootstrap time.
32357
32358 2007-08-14  Ben Pfaff  <blp@gnu.org>
32359
32360         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
32361
32362 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32363
32364         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
32365         given the changes below.
32366         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
32367         even on hosts that have padding bits beyond the supported 64.
32368
32369 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32370
32371         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
32372         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
32373         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
32374         depends on it.
32375         (xstrtol_error): Remove.
32376         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
32377         but with a different signature.
32378         (ATTRIBUTE_NORETURN, __attribute__): New macros.
32379         * lib/xstrtol-error.c: Include exitfail.h.
32380         (xstrtol_fatal): New function, with a different signature from the
32381         old xstrtol_error, so that the caller need not worry about passing
32382         in an exit status, or about storage management of the option argument.
32383         (xstrtol_error): Now a static function.  Redo signature to
32384         implement xstrtol_fatal.  Output the correct number of hyphens in
32385         front of the option so that the caller need not worry about
32386         storage management.
32387         (N_): New macro.
32388         (_): Remove; not used now.
32389         * modules/xstrtol: Depend on getopt.
32390         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
32391         of old STRTOL_FATAL_ERROR macro.
32392         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
32393         of test program.
32394         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
32395         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
32396
32397 2007-08-08  Eric Blake  <ebb9@byu.net>
32398
32399         * lib/xstrtol-error.c: Add missing include.
32400
32401         Move xstrtol messages into gnulib domain, when --pobase is used.
32402         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
32403         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
32404         * modules/xstrtol (Files): Distribute new file.
32405         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
32406         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
32407         * tests/test-xstrtol.c: ...into new file.
32408         * tests/test-xstrtoul.c: Also test xstrtoul.
32409         * tests/test-xstrtoimax.c: Also test xstrtoimax.
32410         * tests/test-xstrtoumax.c: Also test xstrtoumax.
32411         * tests/test-xstrtol.sh: Drive the tests.
32412         * tests/test-xstrtoimax.sh: Likewise.
32413         * tests/test-xstrtoumax.sh: Likewise.
32414         * modules/xstrtol-tests: New module.
32415         * modules/xstrtoimax-tests: Likewise.
32416         * modules/xstrtoumax-tests: Likewise.
32417
32418 2007-08-08  Jim Meyering  <jim@meyering.net>
32419
32420         New function: mfile_name_concat.
32421         * lib/filenamecat.c (mfile_name_concat): New function, just like
32422         file_name_concat, but return NULL upon failure rather than exiting
32423         with a diagnostic.
32424         * lib/filenamecat.h: Declare it.
32425
32426 2007-08-07  Bruno Haible  <bruno@clisp.org>
32427
32428         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
32429         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
32430         warning from gcc.
32431         Reported by Eric Blake.
32432
32433 2007-08-07  Simon Josefsson  <simon@josefsson.org>
32434
32435         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
32436         * modules/crypto/arcfour (License): Likewise.
32437         * modules/crypto/des-tests (License): Likewise.
32438         * modules/crypto/gc-arctwo-tests (License): Likewise.
32439         * modules/crypto/gc-des-tests (License): Likewise.
32440         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
32441         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
32442         * modules/crypto/gc-md2-tests (License): Likewise.
32443         * modules/crypto/gc-md4-tests (License): Likewise.
32444         * modules/crypto/gc-md5-tests (License): Likewise.
32445         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
32446         * modules/crypto/gc-rijndael-tests (License): Likewise.
32447         * modules/crypto/gc-sha1-tests (License): Likewise.
32448         * modules/crypto/gc-tests (License): Likewise.
32449         * modules/crypto/hmac-md5 (License): Likewise.
32450         * modules/crypto/hmac-sha1 (License): Likewise.
32451         * modules/crypto/md2-tests (License): Likewise.
32452         * modules/crypto/md4-tests (License): Likewise.
32453         * modules/crypto/md5 (License): Likewise.
32454         * modules/crypto/rijndael (License): Likewise.
32455         * modules/crypto/sha1 (License): Likewise.
32456         * modules/memxor (License): Likewise.
32457
32458 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32459         and Bruno Haible  <bruno@clisp.org>
32460
32461         * NEWS: Describe interface changes to human, xstrtol.
32462         * lib/human.h: Include <xstrtol.h>.
32463         (human_options): Return enum strtol_error, not int.  Remove
32464         bool arg; take int * instead.
32465         * lib/human.c: Don't include "gettext.h".
32466         (_): Remove; no longer used.
32467         Don't include <xstrtol.h>, since human.h does it.
32468         (human_options): Adjust to abovementioned interface changes.
32469         Do not report error to stderr; that's now the caller's
32470         responsibility.
32471         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
32472         interface change.
32473         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
32474         Str, Argument_type_string.  All uses changed.  Put " argument"
32475         in diagnostics to make them clearer.  Change wording of suffix
32476         message for clarity.
32477         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
32478         Argument_type_string.
32479         (STRTOL_FATAL_WARN): Remove; no longer used.
32480         * modules/human (Depends-on): Remove gettext-h.
32481
32482 2007-08-06  Simon Josefsson  <simon@josefsson.org>
32483
32484         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
32485
32486 2007-07-31  Bruno Haible  <bruno@clisp.org>
32487
32488         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
32489         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
32490         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
32491
32492 2007-07-31  Bruno Haible  <bruno@clisp.org>
32493
32494         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
32495         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
32496
32497 2007-07-30  Bruno Haible  <bruno@clisp.org>
32498
32499         * modules/base64 (License): Use the synonymous term "LGPLv2+".
32500         * modules/c-ctype (License): Likewise.
32501         * modules/c-strcase (License): Likewise.
32502         * modules/check-version (License): Likewise.
32503         * modules/iconv (License): Likewise.
32504         * modules/iconv_open (License): Likewise.
32505         * modules/read-file (License): Likewise.
32506         * modules/striconv (License): Likewise.
32507         * modules/strverscmp (License): Likewise.
32508         * modules/vasprintf (License): Likewise.
32509         * modules/crypto/des (License): Likewise.
32510         * modules/crypto/gc (License): Likewise.
32511         * modules/crypto/gc-arcfour (License): Likewise.
32512         * modules/crypto/gc-arctwo (License): Likewise.
32513         * modules/crypto/gc-des (License): Likewise.
32514         * modules/crypto/gc-hmac-md5 (License): Likewise.
32515         * modules/crypto/gc-hmac-sha1 (License): Likewise.
32516         * modules/crypto/gc-md2 (License): Likewise.
32517         * modules/crypto/gc-md4 (License): Likewise.
32518         * modules/crypto/gc-md5 (License): Likewise.
32519         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
32520         * modules/crypto/gc-random (License): Likewise.
32521         * modules/crypto/gc-rijndael (License): Likewise.
32522         * modules/crypto/gc-sha1 (License): Likewise.
32523         * modules/crypto/md2 (License): Likewise.
32524         * modules/crypto/md4 (License): Likewise.
32525
32526 2007-07-30  Jim Meyering  <jim@meyering.net>
32527
32528         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
32529         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
32530         it has valid stat data.  This bug would cause du not to count the
32531         sizes of inaccessible directories.
32532         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
32533         in <http://bugzilla.redhat.com/250077>.
32534
32535 2007-07-25  Peter O'Gorman  <peter@pogma.com>
32536             Bruno Haible  <bruno@clisp.org>
32537
32538         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
32539         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
32540         #include_next, gives a diagnostic about it, but reports no error in
32541         the exit code.
32542         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
32543
32544 2007-07-24  Ben Pfaff  <blp@gnu.org>
32545
32546         Improve name: "count-one-bits" is better than "popcount".
32547         * MODULES.html.sh: Update name.
32548         * lib/popcount.h: Renamed lib/count-one-bits.h.
32549         (popcount): Renamed count_one_bits.
32550         (popcountl): Renamed count_one_bits_l.
32551         (popcountll): Renamed count_one_bits_ll.
32552         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
32553         * modules/popcount: Renamed module/count-one-bits.
32554         * modules/popcount-tests: Renamed module/count-one-bits-tests.
32555         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
32556
32557 2007-07-23  Ben Pfaff  <blp@gnu.org>
32558
32559         * lib/popcount.h (popcount32): Reduce size of constants, to allow
32560         better code generation, and add U to large constants to avoid
32561         warnings, in non-GCC case.
32562         Suggested by Bruno Haible.
32563
32564 2007-07-23  Ben Pfaff  <blp@gnu.org>
32565
32566         * lib/popcount.h: Use verify_true instead of if...abort.
32567         * modules/popcount: Depend on verify module.
32568         Suggested by Jim Meyering.
32569
32570 2007-07-23  Bruno Haible  <bruno@clisp.org>
32571
32572         * gnulib-tool (func_import): Create a .cvsignore file also when the
32573         directory is not yet in CVS but the toplevel directory is. When
32574         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
32575         Reported by Karl Berry.
32576
32577 2007-07-22  Ben Pfaff  <blp@gnu.org>
32578
32579         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
32580         case.
32581         Suggested by Eric Blake.
32582
32583 2007-07-22  Ben Pfaff  <blp@gnu.org>
32584
32585         New module: popcount.
32586         * MODULES.html.sh: Add popcount.
32587         * modules/popcount: New file.
32588         * modules/popcount-tests: New file.
32589         * tests/test-popcount.c: New file.
32590         * lib/popcount.h: New file.
32591         * m4/popcount.m4: New file.
32592
32593 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32594
32595         * build-aux/announce-gen: Update to GPLv3.
32596
32597         * build-aux/config.guess: Update from config.
32598
32599 2007-07-21  Bruno Haible  <bruno@clisp.org>
32600
32601         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
32602         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
32603
32604 2007-07-20  Jim Meyering  <jim@meyering.net>
32605
32606         * check-module: Diagnose a self-dependency.
32607
32608 2007-07-19  Bruno Haible  <bruno@clisp.org>
32609
32610         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
32611         empty.
32612         Reported by Eric Blake.
32613
32614 2007-07-18  Bruno Haible  <bruno@clisp.org>
32615
32616         * gnulib-tool: New options --po-base, --po-domain.
32617         (func_usage): Document them.
32618         (pobase, po_domain): New variables.
32619         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
32620         DEFAULT_TEXT_DOMAIN.
32621         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
32622         (func_import): Consider pobase and po_domain. Create a po/ directory.
32623         (func_create_testdir): Set pobase and po_domain to empty.
32624         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
32625         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
32626
32627 2007-07-18  Bruno Haible  <bruno@clisp.org>
32628
32629         * gnulib-tool (func_get_automake_snippet): Synthesize also an
32630         EXTRA_DIST augmentation for files in build-aux/.
32631
32632 2007-07-16  Bruno Haible  <bruno@clisp.org>
32633
32634         * modules/lseek (License): Use the synonymous term "LGPLv2+".
32635         * modules/getdelim (License): Likewise.
32636
32637 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32638
32639         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
32640         * modules/d-type (License): Likewise.
32641         * modules/extensions (License): Likewise.
32642         * modules/fnmatch (License): Likewise.
32643         * modules/fseeko (License): Likewise.
32644         * modules/getaddrinfo (License): Likewise.
32645         * modules/getline (License): Likewise.
32646         * modules/getlogin_r (License): Likewise.
32647         * modules/getpass (License): Likewise.
32648         * modules/gettimeofday (License): Likewise.
32649         * modules/glob (License): Likewise.
32650         * modules/inet_ntop (License): Likewise.
32651         * modules/malloc (License): Likewise.
32652         * modules/malloca (License): Likewise.
32653         * modules/memmem (License): Likewise.
32654         * modules/mempcpy (License): Likewise.
32655         * modules/memset (License): Likewise.
32656         * modules/minmax (License): Likewise.
32657         * modules/mktime (License): Likewise.
32658         * modules/netinet_in (License): Likewise.
32659         * modules/pathmax (License): Likewise.
32660         * modules/poll (License): Likewise.
32661         * modules/regex (License): Likewise.
32662         * modules/snprintf (License): Likewise.
32663         * modules/stdbool (License): Likewise.
32664         * modules/stdint (License): Likewise.
32665         * modules/stdio (License): Likewise.
32666         * modules/strcase (License): Likewise.
32667         * modules/strcasestr (License): Likewise.
32668         * modules/strdup (License): Likewise.
32669         * modules/string (License): Likewise.
32670         * modules/strndup (License): Likewise.
32671         * modules/strnlen (License): Likewise.
32672         * modules/strpbrk (License): Likewise.
32673         * modules/strptime (License): Likewise.
32674         * modules/strsep (License): Likewise.
32675         * modules/sys_select (License): Likewise.
32676         * modules/sys_socket (License): Likewise.
32677         * modules/sys_stat (License): Likewise.
32678         * modules/sys_time (License): Likewise.
32679         * modules/time (License): Likewise.
32680         * modules/time_r (License): Likewise.
32681         * modules/timegm (License): Likewise.
32682         * modules/unistd (License): Likewise.
32683         * modules/vsnprintf (License): Likewise.
32684         * modules/wctype (License): Likewise.
32685
32686 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32687
32688         * modules/argz (License): LGPLv2+.
32689
32690 2007-07-15  Karl Berry  <karl@gnu.org>
32691
32692         * doc/gnulib.texi: revise node structure per new fdl.texi.
32693
32694 2007-07-14  Bruno Haible  <bruno@clisp.org>
32695
32696         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
32697         the output file.
32698         * lib/uniname/uninames.h: Regenerated.
32699
32700 2007-07-14  Karl Berry  <karl@gnu.org>
32701
32702         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
32703         omitting sectioning and index commands.
32704
32705 2007-07-13  Bruno Haible  <bruno@clisp.org>
32706
32707         New gnulib-tool option --more-symlinks.
32708         * gnulib-tool (func_usage): Document --more-symlinks.
32709         (do_copyrights): New variable.
32710         Recognize option --more-symlinks.
32711         (func_import): Don't add a copyright notice transform to
32712         sed_transform_lib_file if do_copyrights is empty.
32713
32714 2007-07-13  Bruno Haible  <bruno@clisp.org>
32715
32716         * lib/vasnprintf.c (decimal_point_char): Define also if
32717         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
32718         && !NEED_PRINTF_DIRECTIVE_A.
32719         Reported by Clemens Koller <clemens.koller@anagramm.de> via
32720         Gary V. Vaughan <gary@gnu.org>.
32721
32722 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
32723
32724         * lib/inttypes_.h: Undo previous change, since it was fixed
32725         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
32726
32727 2007-07-13  Bruno Haible  <bruno@clisp.org>
32728
32729         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
32730         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
32731
32732 2007-07-13  Jim Meyering  <jim@meyering.net>
32733
32734         df: Don't fail for Tru64's "file-on-file mount".
32735         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
32736         so we fall through and use statfs instead.  Details here:
32737         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
32738         Reported by Albert Chin.
32739
32740 2007-07-13  Bruno Haible  <bruno@clisp.org>
32741
32742         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
32743         * modules/configmake (License): Likewise.
32744         * modules/gettext (License): Likewise.
32745         * modules/gettext-h (License): Likewise.
32746         * modules/include_next (License): Likewise.
32747         * modules/link-warning (License): Likewise.
32748         * modules/localcharset (License): Likewise.
32749         * modules/localename (License): Likewise.
32750         * modules/lock (License): Likewise.
32751         * modules/relocatable-lib-lgpl (License): Likewise.
32752         * modules/size_max (License): Likewise.
32753         * modules/vasnprintf (License): Likewise.
32754         * modules/wchar (License): Likewise.
32755         * modules/xsize (License): Likewise.
32756
32757 2007-07-13  Bruno Haible  <bruno@clisp.org>
32758
32759         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
32760         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
32761
32762 2007-07-12  Bruno Haible  <bruno@clisp.org>
32763
32764         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
32765         in the modules files.
32766
32767 2007-07-11  Karl Berry  <karl@gnu.org>
32768
32769         * MODULES.html.sh (func_module): use
32770          sed -e '\|^'"${includefile}"'$|d'
32771          instead of /.../d, to avoid errors on $includefile's containing /.
32772
32773 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
32774
32775         * gnulib-tool (func_import): Avoid duplication of --avoid
32776         statements
32777         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
32778         names to `_' in variable names.
32779
32780 2007-07-10  Eric Blake  <ebb9@byu.net>
32781
32782         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
32783         * NEWS: Document this change.
32784
32785 2007-07-08  Bruno Haible  <bruno@clisp.org>
32786
32787         Update to Unicode 5.0.
32788         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
32789         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
32790         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
32791         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
32792         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
32793         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
32794         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
32795         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
32796         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
32797         U+10A3F, U+1D242..U+1D244.
32798         (nonspacing_table_ind): Update.
32799         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
32800         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
32801
32802 2007-07-08  Bruno Haible  <bruno@clisp.org>
32803
32804         Update to Unicode 5.0.
32805         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
32806         code transform. Extend the name index field of unicode_name_to_code and
32807         unicode_code_to_name from 16 to 24 bits.
32808         * lib/uniname/uniname.c (unicode_character_name,
32809         unicode_name_character): Add the range 0x12xxx to the code transform.
32810         * lib/uniname/uninames.h: Regenerated.
32811         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
32812
32813 2007-07-07  Bruno Haible  <bruno@clisp.org>
32814
32815         * modules/wcwidth-tests: New file.
32816         * tests/test-wcwidth.c: New file.
32817
32818         Work around MacOS X wcwidth() bug.
32819         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
32820         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
32821         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
32822         original wcwidth in non-UTF-8 locales.
32823         * modules/wcwidth (Depends-on): Add localcharset, streq,
32824         uniwidth/width.
32825         * doc/functions/wcwidth.texi: Update.
32826
32827 2007-07-07  Bruno Haible  <bruno@clisp.org>
32828
32829         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
32830         (wcwidth): New declaration.
32831         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
32832         macros.
32833         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
32834         here. Prepare for creating <wchar.h> unconditionally.
32835         * modules/wchar (Depends-on): Add link-warning.
32836         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
32837         REPLACE_WCWIDTH, and GL_LINK_WARNING.
32838         * lib/wcwidth.h: Remove file.
32839         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
32840         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
32841         * modules/wcwidth (Files): Remove lib/wcwidth.h.
32842         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
32843         (Include): Replace wcwidth.h with <wchar.h>.
32844         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
32845         * lib/mbchar.h: Don't include wcwidth.h.
32846         * lib/mbswidth.c: Likewise.
32847         * NEWS: Mention the change.
32848
32849 2007-07-07  Bruno Haible  <bruno@clisp.org>
32850
32851         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
32852         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
32853         definition with an external declaration.
32854         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
32855         defined as a function. Remove AC_C_INLINE requirement.
32856         * modules/wcwidth (Files): Add lib/wcwidth.c.
32857         (Makefile.am): Remove redundant statement.
32858
32859 2007-07-07  Bruno Haible  <bruno@clisp.org>
32860
32861         * MODULES.html.sh (Unicode string functions): Add the new modules.
32862
32863         * tests/uniwidth/test-u32-strwidth.c: New file.
32864         * modules/uniwidth/u32-strwidth-tests: New file.
32865
32866         * lib/uniwidth/u32-strwidth.c: New file.
32867         * modules/uniwidth/u32-strwidth: New file.
32868
32869         * tests/uniwidth/test-u16-strwidth.c: New file.
32870         * modules/uniwidth/u16-strwidth-tests: New file.
32871
32872         * lib/uniwidth/u16-strwidth.c: New file.
32873         * modules/uniwidth/u16-strwidth: New file.
32874
32875         * tests/uniwidth/test-u8-strwidth.c: New file.
32876         * modules/uniwidth/u8-strwidth-tests: New file.
32877
32878         * lib/uniwidth/u8-strwidth.c: New file.
32879         * modules/uniwidth/u8-strwidth: New file.
32880
32881         * tests/uniwidth/test-u32-width.c: New file.
32882         * modules/uniwidth/u32-width-tests: New file.
32883
32884         * lib/uniwidth/u32-width.c: New file.
32885         * modules/uniwidth/u32-width: New file.
32886
32887         * tests/uniwidth/test-u16-width.c: New file.
32888         * modules/uniwidth/u16-width-tests: New file.
32889
32890         * lib/uniwidth/u16-width.c: New file.
32891         * modules/uniwidth/u16-width: New file.
32892
32893         * tests/uniwidth/test-u8-width.c: New file.
32894         * modules/uniwidth/u8-width-tests: New file.
32895
32896         * lib/uniwidth/u8-width.c: New file.
32897         * modules/uniwidth/u8-width: New file.
32898
32899         * tests/uniwidth/test-uc_width.c: New file.
32900         * modules/uniwidth/width-tests: New file.
32901
32902         * lib/uniwidth/width.c: New file, from GNU libiconv.
32903         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
32904         * modules/uniwidth/width: New file.
32905
32906         * lib/uniwidth.h: New file, from GNU libiconv.
32907         * modules/uniwidth/base: New file.
32908
32909 2007-07-07  Bruno Haible  <bruno@clisp.org>
32910
32911         * lib/uniname.h: New file, from GNU gettext.
32912         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
32913         * lib/uniname/uninames.h: New file, from GNU gettext.
32914         * lib/uniname/uniname.c: New file, from GNU gettext.
32915         * tests/uniname/test-uninames.sh: New file.
32916         * tests/uniname/test-uninames.c: New file, from GNU gettext.
32917         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
32918         * modules/uniname/base: New file.
32919         * modules/uniname/uniname: New file.
32920         * modules/uniname/uniname-tests: New file.
32921         * MODULES.html.sh (Unicode string functions): Add the new modules.
32922
32923 2007-07-06  Bruno Haible  <bruno@clisp.org>
32924
32925         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
32926
32927 2007-07-06  Bruno Haible  <bruno@clisp.org>
32928
32929         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
32930         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
32931         includes <cygwin/sys_time.h> which includes <sys/select.h> which
32932         include <sys/time.h>.
32933         Reported by Eric Blake.
32934
32935 2007-07-06  Eric Blake  <ebb9@byu.net>
32936
32937         Fix testing canonicalize on cygwin.
32938         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
32939         Revert patch from 2007-06-19.
32940         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
32941         canonicalize module is also in use.
32942         * tests/test-canonicalize.c: New file.
32943         * tests/test-canonicalize.sh: Likewise.
32944         * modules/canonicalize-tests: Likewise.
32945
32946 2007-07-06  Jim Meyering  <jim@meyering.net>
32947
32948         * lib/getugroups.c (getugroups): Detect getgrent failure.
32949         Adjust comment to reflect reality: this function may return -1.
32950
32951 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
32952
32953         * build-aux/bootstrap (TP_URL,get_translations): Update to use
32954         the new TP address.
32955         (usage): Fix typo
32956         (gnulib_mk): New variable.
32957
32958 2007-07-05  Jim Meyering  <jim@meyering.net>
32959
32960         Don't let endgrent clobber errno, no matter how improbable.
32961         * lib/getugroups.c (getugroups): Save and restore errno around
32962         endgrent call.
32963
32964         Close the group DB even when failing with 2^31 or more members.
32965         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
32966
32967 2007-07-04  Jim Meyering  <jim@meyering.net>
32968
32969         * lib/getugroups.h: New file.
32970         * lib/getugroups.c: Include "getugroups.h".
32971         Remove uses of "register" keyword.
32972         Move local variable, "cp", down into scope where used.
32973         Give "username" parameter the "const" attribute.
32974         * modules/getugroups (Files): Add lib/getugroups.h
32975
32976 2007-07-04  Karl Berry  <karl@gnu.org>
32977
32978         * MODULES.html.sh (func_all_modules): Complete rename of
32979         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
32980
32981 2007-07-02  Bruno Haible  <bruno@clisp.org>
32982
32983         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
32984         mode, when inttypes.h comes from gnulib.
32985         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
32986
32987 2007-07-02  Simon Josefsson  <simon@josefsson.org>
32988
32989         * NEWS: Mention lgpl module name change.
32990
32991         * modules/lgpl-2.1: Renamed from lgpl.
32992
32993         * NEWS: Mention gpl module name change.
32994
32995         * modules/gpl-3.0: New file, based on gpl-2.0.
32996
32997         * modules/gpl-2.0: Renamed from gpl.
32998
32999         * modules/gpl: Fix filename, doc/gpl.texi is now found at
33000         doc/gpl-2.0.texi.
33001
33002 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33003
33004         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
33005         #define __STDC_LIMIT_MACROS temporarily while including
33006         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
33007         Problem reported by Joel E. Denny in
33008         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
33009
33010 2007-07-01  Bruno Haible  <bruno@clisp.org>
33011
33012         * lib/unistdio.h: New file.
33013         * lib/unistdio/u-asnprintf.h: New file.
33014         * lib/unistdio/u-asprintf.h: New file.
33015         * lib/unistdio/u-printf-args.c: New file.
33016         * lib/unistdio/u-printf-args.h: New file.
33017         * lib/unistdio/u-printf-parse.h: New file.
33018         * lib/unistdio/u-snprintf.h: New file.
33019         * lib/unistdio/u-sprintf.h: New file.
33020         * lib/unistdio/u-vasprintf.h: New file.
33021         * lib/unistdio/u-vsnprintf.h: New file.
33022         * lib/unistdio/u-vsprintf.h: New file.
33023         * lib/unistdio/ulc-asnprintf.c: New file.
33024         * lib/unistdio/ulc-asprintf.c: New file.
33025         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
33026         * lib/unistdio/ulc-printf-parse.c: New file.
33027         * lib/unistdio/ulc-snprintf.c: New file.
33028         * lib/unistdio/ulc-sprintf.c: New file.
33029         * lib/unistdio/ulc-vasnprintf.c: New file.
33030         * lib/unistdio/ulc-vasprintf.c: New file.
33031         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
33032         * lib/unistdio/ulc-vsnprintf.c: New file.
33033         * lib/unistdio/ulc-vsprintf.c: New file.
33034         * lib/unistdio/u8-asnprintf.c: New file.
33035         * lib/unistdio/u8-asprintf.c: New file.
33036         * lib/unistdio/u8-printf-parse.c: New file.
33037         * lib/unistdio/u8-snprintf.c: New file.
33038         * lib/unistdio/u8-sprintf.c: New file.
33039         * lib/unistdio/u8-vasnprintf.c: New file.
33040         * lib/unistdio/u8-vasprintf.c: New file.
33041         * lib/unistdio/u8-vsnprintf.c: New file.
33042         * lib/unistdio/u8-vsprintf.c: New file.
33043         * lib/unistdio/u8-u8-asnprintf.c: New file.
33044         * lib/unistdio/u8-u8-asprintf.c: New file.
33045         * lib/unistdio/u8-u8-snprintf.c: New file.
33046         * lib/unistdio/u8-u8-sprintf.c: New file.
33047         * lib/unistdio/u8-u8-vasnprintf.c: New file.
33048         * lib/unistdio/u8-u8-vasprintf.c: New file.
33049         * lib/unistdio/u8-u8-vsnprintf.c: New file.
33050         * lib/unistdio/u8-u8-vsprintf.c: New file.
33051         * lib/unistdio/u16-asnprintf.c: New file.
33052         * lib/unistdio/u16-asprintf.c: New file.
33053         * lib/unistdio/u16-printf-parse.c: New file.
33054         * lib/unistdio/u16-snprintf.c: New file.
33055         * lib/unistdio/u16-sprintf.c: New file.
33056         * lib/unistdio/u16-vasnprintf.c: New file.
33057         * lib/unistdio/u16-vasprintf.c: New file.
33058         * lib/unistdio/u16-vsnprintf.c: New file.
33059         * lib/unistdio/u16-vsprintf.c: New file.
33060         * lib/unistdio/u16-u16-asnprintf.c: New file.
33061         * lib/unistdio/u16-u16-asprintf.c: New file.
33062         * lib/unistdio/u16-u16-snprintf.c: New file.
33063         * lib/unistdio/u16-u16-sprintf.c: New file.
33064         * lib/unistdio/u16-u16-vasnprintf.c: New file.
33065         * lib/unistdio/u16-u16-vasprintf.c: New file.
33066         * lib/unistdio/u16-u16-vsnprintf.c: New file.
33067         * lib/unistdio/u16-u16-vsprintf.c: New file.
33068         * lib/unistdio/u32-asnprintf.c: New file.
33069         * lib/unistdio/u32-asprintf.c: New file.
33070         * lib/unistdio/u32-printf-parse.c: New file.
33071         * lib/unistdio/u32-snprintf.c: New file.
33072         * lib/unistdio/u32-sprintf.c: New file.
33073         * lib/unistdio/u32-vasnprintf.c: New file.
33074         * lib/unistdio/u32-vasprintf.c: New file.
33075         * lib/unistdio/u32-vsnprintf.c: New file.
33076         * lib/unistdio/u32-vsprintf.c: New file.
33077         * lib/unistdio/u32-u32-asnprintf.c: New file.
33078         * lib/unistdio/u32-u32-asprintf.c: New file.
33079         * lib/unistdio/u32-u32-snprintf.c: New file.
33080         * lib/unistdio/u32-u32-sprintf.c: New file.
33081         * lib/unistdio/u32-u32-vasnprintf.c: New file.
33082         * lib/unistdio/u32-u32-vasprintf.c: New file.
33083         * lib/unistdio/u32-u32-vsnprintf.c: New file.
33084         * lib/unistdio/u32-u32-vsprintf.c: New file.
33085         * tests/unistdio/test-ulc-asnprintf1.c: New file.
33086         * tests/unistdio/test-ulc-asnprintf1.h: New file.
33087         * tests/unistdio/test-ulc-printf1.h: New file.
33088         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
33089         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
33090         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
33091         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
33092         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
33093         * tests/unistdio/test-ulc-vasprintf1.c: New file.
33094         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
33095         * tests/unistdio/test-ulc-vsprintf1.c: New file.
33096         * tests/unistdio/test-u8-asnprintf1.c: New file.
33097         * tests/unistdio/test-u8-asnprintf1.h: New file.
33098         * tests/unistdio/test-u8-printf1.h: New file.
33099         * tests/unistdio/test-u8-vasnprintf1.c: New file.
33100         * tests/unistdio/test-u8-vasnprintf2.c: New file.
33101         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
33102         * tests/unistdio/test-u8-vasnprintf3.c: New file.
33103         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
33104         * tests/unistdio/test-u8-vasprintf1.c: New file.
33105         * tests/unistdio/test-u8-vsnprintf1.c: New file.
33106         * tests/unistdio/test-u8-vsprintf1.c: New file.
33107         * tests/unistdio/test-u16-asnprintf1.c: New file.
33108         * tests/unistdio/test-u16-asnprintf1.h: New file.
33109         * tests/unistdio/test-u16-printf1.h: New file.
33110         * tests/unistdio/test-u16-vasnprintf1.c: New file.
33111         * tests/unistdio/test-u16-vasnprintf2.c: New file.
33112         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
33113         * tests/unistdio/test-u16-vasnprintf3.c: New file.
33114         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
33115         * tests/unistdio/test-u16-vasprintf1.c: New file.
33116         * tests/unistdio/test-u16-vsnprintf1.c: New file.
33117         * tests/unistdio/test-u16-vsprintf1.c: New file.
33118         * tests/unistdio/test-u32-asnprintf1.c: New file.
33119         * tests/unistdio/test-u32-asnprintf1.h: New file.
33120         * tests/unistdio/test-u32-printf1.h: New file.
33121         * tests/unistdio/test-u32-vasnprintf1.c: New file.
33122         * tests/unistdio/test-u32-vasnprintf2.c: New file.
33123         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
33124         * tests/unistdio/test-u32-vasnprintf3.c: New file.
33125         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
33126         * tests/unistdio/test-u32-vasprintf1.c: New file.
33127         * tests/unistdio/test-u32-vsnprintf1.c: New file.
33128         * tests/unistdio/test-u32-vsprintf1.c: New file.
33129         * modules/unistdio/base: New file.
33130         * modules/unistdio/u-printf-args: New file.
33131         * modules/unistdio/ulc-asnprintf: New file.
33132         * modules/unistdio/ulc-asprintf: New file.
33133         * modules/unistdio/ulc-fprintf: New file.
33134         * modules/unistdio/ulc-printf-parse: New file.
33135         * modules/unistdio/ulc-snprintf: New file.
33136         * modules/unistdio/ulc-sprintf: New file.
33137         * modules/unistdio/ulc-vasnprintf: New file.
33138         * modules/unistdio/ulc-vasprintf: New file.
33139         * modules/unistdio/ulc-vfprintf: New file.
33140         * modules/unistdio/ulc-vsnprintf: New file.
33141         * modules/unistdio/ulc-vsprintf: New file.
33142         * modules/unistdio/u8-asnprintf: New file.
33143         * modules/unistdio/u8-asprintf: New file.
33144         * modules/unistdio/u8-printf-parse: New file.
33145         * modules/unistdio/u8-snprintf: New file.
33146         * modules/unistdio/u8-sprintf: New file.
33147         * modules/unistdio/u8-vasnprintf: New file.
33148         * modules/unistdio/u8-vasprintf: New file.
33149         * modules/unistdio/u8-vsnprintf: New file.
33150         * modules/unistdio/u8-vsprintf: New file.
33151         * modules/unistdio/u8-u8-asnprintf: New file.
33152         * modules/unistdio/u8-u8-asprintf: New file.
33153         * modules/unistdio/u8-u8-snprintf: New file.
33154         * modules/unistdio/u8-u8-sprintf: New file.
33155         * modules/unistdio/u8-u8-vasnprintf: New file.
33156         * modules/unistdio/u8-u8-vasprintf: New file.
33157         * modules/unistdio/u8-u8-vsnprintf: New file.
33158         * modules/unistdio/u8-u8-vsprintf: New file.
33159         * modules/unistdio/u16-asnprintf: New file.
33160         * modules/unistdio/u16-asprintf: New file.
33161         * modules/unistdio/u16-printf-parse: New file.
33162         * modules/unistdio/u16-snprintf: New file.
33163         * modules/unistdio/u16-sprintf: New file.
33164         * modules/unistdio/u16-vasnprintf: New file.
33165         * modules/unistdio/u16-vasprintf: New file.
33166         * modules/unistdio/u16-vsnprintf: New file.
33167         * modules/unistdio/u16-vsprintf: New file.
33168         * modules/unistdio/u16-u16-asnprintf: New file.
33169         * modules/unistdio/u16-u16-asprintf: New file.
33170         * modules/unistdio/u16-u16-snprintf: New file.
33171         * modules/unistdio/u16-u16-sprintf: New file.
33172         * modules/unistdio/u16-u16-vasnprintf: New file.
33173         * modules/unistdio/u16-u16-vasprintf: New file.
33174         * modules/unistdio/u16-u16-vsnprintf: New file.
33175         * modules/unistdio/u16-u16-vsprintf: New file.
33176         * modules/unistdio/u32-asnprintf: New file.
33177         * modules/unistdio/u32-asprintf: New file.
33178         * modules/unistdio/u32-printf-parse: New file.
33179         * modules/unistdio/u32-snprintf: New file.
33180         * modules/unistdio/u32-sprintf: New file.
33181         * modules/unistdio/u32-vasnprintf: New file.
33182         * modules/unistdio/u32-vasprintf: New file.
33183         * modules/unistdio/u32-vsnprintf: New file.
33184         * modules/unistdio/u32-vsprintf: New file.
33185         * modules/unistdio/u32-u32-asnprintf: New file.
33186         * modules/unistdio/u32-u32-asprintf: New file.
33187         * modules/unistdio/u32-u32-snprintf: New file.
33188         * modules/unistdio/u32-u32-sprintf: New file.
33189         * modules/unistdio/u32-u32-vasnprintf: New file.
33190         * modules/unistdio/u32-u32-vasprintf: New file.
33191         * modules/unistdio/u32-u32-vsnprintf: New file.
33192         * modules/unistdio/u32-u32-vsprintf: New file.
33193         * modules/unistdio/ulc-asnprintf-tests: New file.
33194         * modules/unistdio/ulc-vasnprintf-tests: New file.
33195         * modules/unistdio/ulc-vasprintf-tests: New file.
33196         * modules/unistdio/ulc-vsnprintf-tests: New file.
33197         * modules/unistdio/ulc-vsprintf-tests: New file.
33198         * modules/unistdio/u8-asnprintf-tests: New file.
33199         * modules/unistdio/u8-vasnprintf-tests: New file.
33200         * modules/unistdio/u8-vasprintf-tests: New file.
33201         * modules/unistdio/u8-vsnprintf-tests: New file.
33202         * modules/unistdio/u8-vsprintf-tests: New file.
33203         * modules/unistdio/u16-asnprintf-tests: New file.
33204         * modules/unistdio/u16-vasnprintf-tests: New file.
33205         * modules/unistdio/u16-vasprintf-tests: New file.
33206         * modules/unistdio/u16-vsnprintf-tests: New file.
33207         * modules/unistdio/u16-vsprintf-tests: New file.
33208         * modules/unistdio/u32-asnprintf-tests: New file.
33209         * modules/unistdio/u32-vasnprintf-tests: New file.
33210         * modules/unistdio/u32-vasprintf-tests: New file.
33211         * modules/unistdio/u32-vsnprintf-tests: New file.
33212         * modules/unistdio/u32-vsprintf-tests: New file.
33213         * MODULES.html.sh (Unicode string functions): Add the new modules.
33214
33215 2007-07-01  Bruno Haible  <bruno@clisp.org>
33216
33217         * lib/sprintf.c (sprintf): Limit the available length estimation,
33218         to avoid address wraparound.
33219         * lib/vsprintf.c (vsprintf): Likewise.
33220         * modules/sprintf-posix (Dependencies): Add stdint.
33221         * modules/vsprintf-posix (Dependencies): Likewise.
33222
33223 2007-07-01  Bruno Haible  <bruno@clisp.org>
33224
33225         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
33226         Windows PATH as well. Conservative double-quoting. Comments.
33227
33228 2007-07-01  Bruno Haible  <bruno@clisp.org>
33229             Eric Blake  <ebb9@byu.net>
33230             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33231
33232         * gnulib-tool (self_abspathname): Fix algorithm to cope with
33233         empty components in $PATH, denoting '.'.
33234
33235 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33236
33237         * gnulib-tool: Fix indentation.
33238         (func_create_megatestdir): Likewise.
33239         Report by Bruno Haible.
33240
33241 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33242
33243         Sync from Automake.
33244         * build-aux/gnupload: Fix shell portability issues with for loops.
33245         Report by Karl Berry.
33246
33247 2007-06-29  Simon Josefsson  <simon@josefsson.org>
33248
33249         * build-aux/maint.mk (POURL): Use translationproject.org.
33250
33251 2007-06-27  Simon Josefsson  <simon@josefsson.org>
33252             Bruno Haible  <bruno@clisp.org>
33253
33254         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
33255         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
33256         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
33257         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
33258         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
33259
33260 2007-06-27  Bruno Haible  <bruno@clisp.org>
33261
33262         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
33263         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
33264
33265 2007-06-26  Karl Berry  <karl@gnu.org>
33266
33267         * MODULES.html.sh: remove xreadlink-with-size.
33268
33269 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33270
33271         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
33272         method that I hope also handles the double-include problem noted
33273         by Bruno Haible in
33274         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
33275
33276 2007-06-23  Bruno Haible  <bruno@clisp.org>
33277
33278         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33279         Don't let the 'mostlyclean' target fail if the last subdirectory could
33280         not be removed.
33281         Reported by Karl Berry.
33282
33283 2007-06-23  Bruno Haible  <bruno@clisp.org>
33284
33285         * gnulib-tool (echo): Add a speedier workaround for ksh.
33286         * tests/test-echo.sh: Likewise.
33287
33288 2007-06-23  Bruno Haible  <bruno@clisp.org>
33289
33290         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
33291         * tests/test-echo.sh: Likewise.
33292
33293 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33294
33295         * gnulib-tool (IFS): Initialize early, so we don't set it to
33296         empty later.
33297         (self_abspathname): Rewrite algorithm to set it, reindent.
33298         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
33299         (func_create_megatestdir): Merge some sed scripts.
33300
33301 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33302
33303         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
33304         exposed by Sun Studio 11 cc on Solaris 8.
33305
33306 2007-06-22  Bruno Haible  <bruno@clisp.org>
33307
33308         * gnulib-tool (echo): Ensure the echo primitive does not interpret
33309         backslashes.
33310         * tests/test-echo.sh: New file.
33311
33312 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33313
33314         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
33315         simplify `sed_replace_build_aux' scripts, they are portable but
33316         echoing them with `echo' is not.
33317         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
33318
33319 2007-06-21  Karl Berry  <karl@gnu.org>
33320
33321         * config/srclist.txt: guess we can't handle the licenses via
33322         srclist at the moment.
33323
33324 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33325
33326         * MODULES.html.sh: Add include_next.
33327         * modules/include_next: New file.
33328
33329 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33330
33331         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
33332         INCLUDE_NEXT.
33333         (gl_CHECK_NEXT_HEADERS): New macro.
33334         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
33335         the obsolescent gl_ABSOLUTE_HEADER.
33336         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
33337         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
33338         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
33339         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
33340         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
33341         * m4/math_h.m4 (gl_MATH_H): Likewise.
33342         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
33343         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
33344         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
33345         * m4/stdint.m4 (gl_STDINT_H): Likewise.
33346         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
33347         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
33348         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
33349         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
33350         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
33351         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
33352         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
33353         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
33354         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
33355         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
33356         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
33357         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33358         * m4/inttypes.m4 (gl_INTTYPES_H): Define
33359         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
33360         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
33361         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
33362         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
33363         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
33364         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
33365         * lib/float_.h: Likewise.
33366         * lib/inttypes_.h: Likewise.
33367         * lib/math_.h: Likewise.
33368         * lib/search_.h: Likewise.
33369         * lib/signal_.h: Likewise.
33370         * lib/stdint_.h: Likewise.
33371         * lib/stdio_.h: Likewise.
33372         * lib/stdlib_.h: Likewise.
33373         * lib/string_.h: Likewise.
33374         * lib/sys_stat_.h: Likewise.
33375         * lib/sys_time_.h: Likewise.
33376         * lib/time_.h: Likewise.
33377         * lib/unistd_.h: Likewise.
33378         * lib/wchar_.h: Likewise.
33379         * lib/wctype_.h: Likewise.
33380         * lib/dirent_.h: Likewise.
33381         * lib/iconv_.h: Likewise.
33382         * lib/locale_.h: Likewise.
33383         * lib/netinet_in_.h: Likewise.
33384         * lib/sys_select_.h: Likewise.
33385         * lib/sys_socket_.h: Likewise.
33386         * lib/sysexits_.h: Likewise.
33387         * modules/fcntl (Depends-on): Depend on include_next, not
33388         absolute_header.
33389         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
33390         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
33391         * modules/fchdir: Likewise.
33392         * modules/float: Likewise.
33393         * modules/iconv_open: Likewise.
33394         * modules/inttypes: Likewise.
33395         * modules/locale: Likewise.
33396         * modules/math: Likewise.
33397         * modules/netinet_in: Likewise.
33398         * modules/search: Likewise.
33399         * modules/signal: Likewise.
33400         * modules/stdint: Likewise.
33401         * modules/stdio: Likewise.
33402         * modules/stdlib: Likewise.
33403         * modules/string: Likewise.
33404         * modules/sys_select: Likewise.
33405         * modules/sys_socket: Likewise.
33406         * modules/sys_stat: Likewise.
33407         * modules/sys_time: Likewise.
33408         * modules/sysexits: Likewise.
33409         * modules/time: Likewise.
33410         * modules/unistd: Likewise.
33411         * modules/wchar: Likewise.
33412         * modules/wctype: Likewise.
33413         * modules/sys_stat: Change maintainer to "all".
33414         * modules/unistd: Likewise.
33415
33416 2007-06-20  Karl Berry  <karl@gnu.org>
33417
33418         * config/srclist.txt: track www changes in license files.
33419
33420 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
33421
33422         * build-aux/bootstrap: Remove stray dot.
33423         Make sure build_aux settings are honored when linking
33424         gnulib_extra_files.
33425
33426 2007-06-19  Eric Blake  <ebb9@byu.net>
33427
33428         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33429         Allow compilation on cygwin.
33430
33431 2007-06-19  Jim Meyering  <jim@meyering.net>
33432
33433         xreadlink-with-size: Remove module.  No longer used.
33434         Ex-callers now use xreadlink or mreadlink-with-size.
33435         * modules/xreadlink-with-size: Remove module.
33436         * lib/xreadlink-with-size.c: Remove file.
33437         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
33438         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
33439         just before the function definition *is* accurate.
33440
33441         Eliminate one way canonicalize_filename_mode could exit.
33442         * lib/canonicalize.c (canonicalize_filename_mode):
33443         Use mreadlink_with_size, not xreadlink_with_size.
33444
33445 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
33446
33447         Detect porting problems to FreeBSD/arm, which has time_t wider than
33448         long int.  Original problem reported for GNU diff by Xin Li in
33449         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
33450         * modules/getdate (Depends-on): Add intprops, verify.
33451         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
33452         is an integer type no wider than long int.
33453
33454 2007-06-18  Jim Meyering  <jim@meyering.net>
33455
33456         New module: mreadlink-with-size.
33457         * MODULES.html.sh: Add mreadlink-with-size.
33458         * modules/mreadlink-with-size: New module
33459         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
33460         not xreadlink-with-size.
33461         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
33462
33463 2007-06-16  Bruno Haible  <bruno@clisp.org>
33464
33465         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
33466         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
33467         Reported by Gary V. Vaughan <gary@gnu.org>.
33468
33469 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
33470
33471         Revamp lchown so that it lives in unistd.h where it belongs.
33472         * lib/lchown.h: Remove.
33473         * lib/dirchownmod.c: Don't include lib/lchown.h.
33474         * lib/fchownat.c: Likewise.
33475         * lib/openat.c: Likewise.
33476         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
33477         does not follow symlinks.
33478         (EOPNOTSUPP): Define if not defined.
33479         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
33480         is defined to 0.
33481         (lchown): New decl.
33482         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
33483         Do not check for lchown decl.
33484         Set REPLACE_LCHOWN.
33485         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
33486         REPLACE_LCHOWN.
33487         * modules/chown: Make it clear it follows symlinks.
33488         * modules/lchown: Make it clear it doesn't follow symlinks.
33489         (Files): Remove lib/lchown.h
33490         (Depends-on): Add unistd.
33491         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
33492         (Include): Include <unistd.h>, not "lchown.h".
33493         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
33494         REPLACE_LCHOWN.
33495
33496 2007-06-15  Jim Meyering  <jim@meyering.net>
33497
33498         Change license (GPL to LGPL) of fsusage and dependents.
33499         * modules/fsusage (License): Change to LGPL.
33500         * modules/full-read (License): Likewise.
33501         * modules/full-write (License): Likewise.
33502         * modules/safe-read (License): Likewise.
33503         * modules/safe-write (License): Likewise.
33504
33505 2007-06-14  Ben Pfaff  <blp@gnu.org>
33506
33507         Missing part of allocsa -> malloca transition.
33508         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
33509         gl_MALLOCA.
33510
33511 2007-06-12  Bruno Haible  <bruno@clisp.org>
33512
33513         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
33514         to ia64, x86_64, i386.
33515         Reported by Eric Blake.
33516
33517 2007-06-12  Bruno Haible  <bruno@clisp.org>
33518
33519         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
33520         cross-compiling to x86_64.
33521
33522 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
33523
33524         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
33525         glitch reported by Ralf Wildenhues in
33526         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
33527
33528         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
33529         Vin Shelton.
33530
33531 2007-06-11  Bruno Haible  <bruno@clisp.org>
33532
33533         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
33534         replacement string.
33535         Reported by Eric Blake.
33536
33537 2007-06-10  Bruno Haible  <bruno@clisp.org>
33538
33539         Prepare vasnprintf code for use with Unicode strings.
33540         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
33541         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
33542         TYPE_U32_STRING.
33543         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
33544         a_u32_string variants.
33545         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33546         * lib/printf-args.c: Don't include config.h and the specification
33547         header if PRINTF_FETCHARGS is already defined.
33548         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33549         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
33550         TYPE_U16_STRING, TYPE_U32_STRING.
33551         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
33552         u16_directive, u16_directives, u32_directive, u32_directives): New
33553         types.
33554         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
33555         New declarations.
33556         * lib/printf-parse.c: Don't include config.h and the specification
33557         header if PRINTF_PARSE is already defined. Eliminate the set of
33558         parameters for WIDE_CHAR_VERSION; the user of this file must provide
33559         them now. Include c-ctype.h.
33560         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
33561         directive and CHAR_T_ONLY_ASCII.
33562         * lib/vasnprintf.c: Don't include config.h and the specification header
33563         if VASNPRINTF is already defined.
33564         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
33565         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
33566         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
33567         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
33568         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
33569         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
33570         code accordingly.
33571         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
33572         pad_ourselves also in this case, with the 'c' and 's' directives, and
33573         with a different notion of "width".
33574         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
33575
33576 2007-06-10  Bruno Haible  <bruno@clisp.org>
33577
33578         * modules/unistr/u32-mbsnlen: New file.
33579         * lib/unistr/u32-mbsnlen.c: New file.
33580
33581         * modules/unistr/u16-mbsnlen: New file.
33582         * lib/unistr/u16-mbsnlen.c: New file.
33583
33584         * modules/unistr/u8-mbsnlen: New file.
33585         * lib/unistr/u8-mbsnlen.c: New file.
33586
33587         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
33588         declarations.
33589
33590 2007-06-10  Bruno Haible  <bruno@clisp.org>
33591
33592         * lib/string_.h (mbsnlen): New declaration.
33593         * lib/mbsnlen.c: New file.
33594         * m4/mbsnlen.m4: New file.
33595         * modules/mbsnlen: New file.
33596         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
33597         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
33598         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
33599
33600 2007-06-10  Bruno Haible  <bruno@clisp.org>
33601
33602         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
33603
33604 2007-06-10  Bruno Haible  <bruno@clisp.org>
33605
33606         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
33607         * lib/mbuiter.h: Likewise.
33608
33609 2007-06-10  Bruno Haible  <bruno@clisp.org>
33610
33611         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
33612         declaration.
33613
33614 2007-06-10  Karl Berry  <karl@gnu.org>
33615
33616         * config/srclist.txt: remove gettext entries, Bruno prefers
33617         to update individually.
33618
33619 2007-06-10  Bruno Haible  <bruno@clisp.org>
33620
33621         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
33622         'maxlen'. Ensure only length + width bytes are allocated, not
33623         length + 1 + width.
33624
33625 2007-06-09  Bruno Haible  <bruno@clisp.org>
33626
33627         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
33628         (CHAR_T): Remove macro.
33629         (VASNPRINTF): Update.
33630
33631 2007-06-09  Bruno Haible  <bruno@clisp.org>
33632
33633         * MODULES.html.sh (Unicode string functions): Add the new modules.
33634
33635         * modules/uniconv/u32-conv-to-enc: New file.
33636         * lib/uniconv/u32-conv-to-enc.c: New file.
33637         * modules/uniconv/u32-conv-to-enc-tests: New file.
33638         * tests/uniconv/test-u32-conv-to-enc.c: New file.
33639
33640         * modules/uniconv/u16-conv-to-enc: New file.
33641         * lib/uniconv/u16-conv-to-enc.c: New file.
33642         * lib/uniconv/u-conv-to-enc.h: New file.
33643         * modules/uniconv/u16-conv-to-enc-tests: New file.
33644         * tests/uniconv/test-u16-conv-to-enc.c: New file.
33645
33646         * modules/uniconv/u8-conv-to-enc: New file.
33647         * lib/uniconv/u8-conv-to-enc.c: New file.
33648         * modules/uniconv/u8-conv-to-enc-tests: New file.
33649         * tests/uniconv/test-u8-conv-to-enc.c: New file.
33650
33651         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
33652         u32_conv_to_encoding): New declarations.
33653
33654 2007-06-09  Bruno Haible  <bruno@clisp.org>
33655
33656         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
33657
33658 2007-06-09  Bruno Haible  <bruno@clisp.org>
33659
33660         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
33661         * modules/malloca: Renamed from modules/allocsa, updated.
33662         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
33663         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
33664         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
33665         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
33666         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
33667         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
33668         * modules/xmalloca: Renamed from modules/xallocsa, updated.
33669         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
33670         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
33671         * modules/c-strcasestr (Depends-on): Update.
33672         * lib/c-strcasestr.c: Update.
33673         * modules/c-strstr (Depends-on): Update.
33674         * lib/c-strstr.c: Update.
33675         * modules/canonicalize-lgpl (Depends-on): Update.
33676         * lib/canonicalize-lgpl.c: Update.
33677         * modules/clean-temp (Depends-on): Update.
33678         * lib/clean-temp.c: Update.
33679         * modules/csharpcomp (Depends-on): Update.
33680         * lib/csharpcomp.c: Update.
33681         * modules/csharpexec (Depends-on): Update.
33682         * lib/csharpexec.c: Update.
33683         * modules/javacomp (Depends-on): Update.
33684         * lib/javacomp.c: Update.
33685         * modules/javaexec (Depends-on): Update.
33686         * lib/javaexec.c: Update.
33687         * modules/mbscasestr (Depends-on): Update.
33688         * lib/mbscasestr.c: Update.
33689         * modules/mbsstr (Depends-on): Update.
33690         * lib/mbsstr.c: Update.
33691         * modules/setenv (Depends-on): Update.
33692         * lib/setenv.c: Update.
33693         * modules/strcasestr (Depends-on): Update.
33694         * lib/strcasestr.c: Update.
33695         * modules/striconveha (Depends-on): Update.
33696         * lib/striconveha.c: Update.
33697         * modules/relocatable-prog-wrapper (Files): Update.
33698         * lib/relocwrapper.c: Update.
33699         * build-aux/install-reloc: Update.
33700         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
33701
33702 2007-06-08  Bruno Haible  <bruno@clisp.org>
33703
33704         Port to uClibc.
33705         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
33706         * lib/fpurge.c (fpurge): Likewise.
33707         * lib/freading.c (freading): Likewise.
33708         * lib/fseeko.c (rpl_fseeko): Likewise.
33709         * lib/fseterr.c (fseterr): Likewise.
33710         * lib/fwriting.c (fwriting): Likewise.
33711         * tests/test-fflush.c (main): Avoid a failure on uClibc.
33712
33713 2007-06-08  Bruno Haible  <bruno@clisp.org>
33714
33715         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
33716         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
33717         * modules/gettext (Files): Add m4/intlmacosx.m4.
33718
33719 2007-06-07  Bruno Haible  <bruno@clisp.org>
33720
33721         * modules/localename-tests: New file.
33722         * tests/test-localename.c: New file.
33723
33724         New module 'localename'.
33725         * lib/localename.h: New file.
33726         * lib/localename.c: New file, from GNU gettext.
33727         * m4/localename.m4: New file.
33728         * modules/localename: New file.
33729
33730 2007-06-07  Bruno Haible  <bruno@clisp.org>
33731
33732         Work around the lack of <wchar.h> on some builds of uClibc.
33733         * doc/headers/wchar.texi: Update.
33734         * lib/wchar_.h: Include <wchar.h> only if it exists.
33735         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
33736         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
33737         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
33738         doesn't exist.
33739         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
33740         * modules/mbfile (Depends-on): Add wchar.
33741         * modules/mbiter (Depends-on): Likewise.
33742         * modules/mbuiter (Depends-on): Likewise.
33743         Reported by Simon Josefsson.
33744
33745 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
33746
33747         Work around problem reported by Steven M. Schweda in
33748         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
33749         Tru64 5.1B with the Compaq compiler environment installed declares
33750         an 'isblank' function but does not define it in the C library.
33751         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
33752         * lib/regex_internal.h (isblank): Likewise.
33753         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
33754         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
33755
33756 2007-06-05  Bruno Haible  <bruno@clisp.org>
33757
33758         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
33759         ia64.
33760         * modules/printf-safe: New file.
33761         * modules/fprintf-posix (Depends-on): Add printf-safe.
33762         * modules/printf-posix (Depends-on): Likewise.
33763         * modules/snprintf-posix (Depends-on): Likewise.
33764         * modules/sprintf-posix (Depends-on): Likewise.
33765         * modules/vasnprintf-posix (Depends-on): Likewise.
33766         * modules/vasprintf-posix (Depends-on): Likewise.
33767         * modules/vfprintf-posix (Depends-on): Likewise.
33768         * modules/vprintf-posix (Depends-on): Likewise.
33769         * modules/vsnprintf-posix (Depends-on): Likewise.
33770         * modules/vsprintf-posix (Depends-on): Likewise.
33771         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
33772         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
33773         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
33774         "no" on i386, x86_64, ia64.
33775         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
33776         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33777         on i386, x86_64, ia64.
33778         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
33779         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33780         on i386, x86_64, ia64.
33781         * tests/test-vasnprintf-posix.c: Include float.h.
33782         (LDBL80_WORDS): New macro.
33783         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33784         on i386, x86_64, ia64.
33785         * tests/test-vasprintf-posix.c: Include float.h.
33786         (LDBL80_WORDS): New macro.
33787         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33788         on i386, x86_64, ia64.
33789         * tests/test-snprintf-posix.c: Include float.h.
33790         * tests/test-sprintf-posix.c: Likewise.
33791         * tests/test-vsnprintf-posix.c: Likewise.
33792         * tests/test-vsprintf-posix.c: Likewise.
33793
33794 2007-06-05  Bruno Haible  <bruno@clisp.org>
33795
33796         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
33797         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
33798         non-IEEE numbers on i386, x86_64, ia64.
33799         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
33800         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
33801         * tests/test-isnanl.h: Include float.h.
33802         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
33803
33804 2007-06-05  Bruno Haible  <bruno@clisp.org>
33805
33806         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
33807         also the %a / %A. Handle the %a / %A code before this extra handling.
33808
33809 2007-06-05  Bruno Haible  <bruno@clisp.org>
33810
33811         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
33812         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
33813
33814 2007-06-05  Bruno Haible  <bruno@clisp.org>
33815
33816         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
33817         typo in variable name.
33818
33819 2007-06-05  Eric Blake  <ebb9@byu.net>
33820
33821         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
33822         Reported by Simon Josefsson.
33823
33824 2007-06-04  Bruno Haible  <bruno@clisp.org>
33825
33826         Avoid test failures on some PowerPC platforms.
33827         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
33828         Define differently for PowerPC.
33829         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
33830         Reported by Gary V. Vaughan <gary@gnu.org>.
33831
33832 2007-06-02  Bruno Haible  <bruno@clisp.org>
33833
33834         Fix test-stdint failure on FreeBSD/ia64.
33835         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
33836         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
33837         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
33838         * doc/headers/stdint.texi: Update.
33839
33840 2007-06-01  Bruno Haible  <bruno@clisp.org>
33841
33842         * tests/test-binary-io.c (main): Pass a third argument to open().
33843         Reported by Gary V. Vaughan <gary@gnu.org>.
33844
33845 2007-06-01  Bruno Haible  <bruno@clisp.org>
33846
33847         * doc/functions/frexpl.texi: Update for mingw.
33848
33849 2007-06-01  Bruno Haible  <bruno@clisp.org>
33850
33851         * tests/test-lseek.c (main): Disable test of errno for invalid third
33852         argument.
33853         * doc/functions/lseek.texi: Update.
33854         Reported by Gary V. Vaughan <gary@gnu.org>.
33855
33856 2007-05-28  Bruno Haible  <bruno@clisp.org>
33857
33858         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
33859
33860 2007-05-31  Eric Blake  <ebb9@byu.net>
33861
33862         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
33863         cross compiling.
33864
33865 2007-05-30  Eric Blake  <ebb9@byu.net>
33866         and Bruno Haible  <bruno@clisp.org>
33867
33868         Work around mingw test failures exposed by m4-1.4.9b.
33869         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
33870         * tests/test-unistd.c: Disable uid_t and git_t tests for the
33871         moment.
33872
33873 2007-05-30  Bruno Haible  <bruno@clisp.org>
33874
33875         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
33876         assuming that they are closed. Needed on HP-UX 11.
33877
33878 2007-05-29  Bruno Haible  <bruno@clisp.org>
33879
33880         Fix a problem with #include_next.
33881         * lib/dirent_.h: Split the double-inclusion guard.
33882         * lib/fcntl_.h: Likewise.
33883         * lib/float_.h: Likewise.
33884         * lib/iconv_.h: Likewise.
33885         * lib/inttypes_.h: Likewise.
33886         * lib/locale_.h: Likewise.
33887         * lib/math_.h: Likewise.
33888         * lib/netinet_in_.h: Likewise.
33889         * lib/search_.h: Likewise.
33890         * lib/signal_.h: Likewise.
33891         * lib/stdint_.h: Likewise.
33892         * lib/stdio_.h: Likewise.
33893         * lib/stdlib_.h: Likewise.
33894         * lib/string_.h: Likewise.
33895         * lib/sys_select_.h: Likewise.
33896         * lib/sys_socket_.h: Likewise.
33897         * lib/sys_stat_.h: Likewise.
33898         * lib/sys_time_.h: Likewise.
33899         * lib/sysexits_.h: Likewise.
33900         * lib/time_.h: Likewise.
33901         * lib/unistd_.h: Likewise.
33902         * lib/wchar_.h: Likewise.
33903         * lib/wctype_.h: Likewise.
33904
33905 2007-05-29  Bruno Haible  <bruno@clisp.org>
33906
33907         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
33908         for the moment.
33909
33910 2007-05-29  Bruno Haible  <bruno@clisp.org>
33911
33912         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
33913         invocation.
33914         Reported by Eric Blake.
33915
33916 2007-05-29  Bruno Haible  <bruno@clisp.org>
33917
33918         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
33919         compiling case.
33920
33921 2007-05-29  Eric Blake  <ebb9@byu.net>
33922             Bruno Haible  <bruno@clisp.org>
33923
33924         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
33925         cross compiles.
33926
33927 2007-05-28  Eric Blake  <ebb9@byu.net>
33928
33929         * modules/closein-tests (test_closein_LDADD): Support test on
33930         cygwin with libtool.
33931
33932 2007-05-28  Bruno Haible  <bruno@clisp.org>
33933
33934         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
33935         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
33936         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
33937         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
33938         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
33939         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
33940         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
33941         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
33942         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
33943
33944 2007-05-28  Eric Blake  <ebb9@byu.net>
33945
33946         Unconditionally include <config.h> in unit tests.
33947         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
33948         * tests/test-allocsa.c, tests/test-arcfour.c,
33949         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
33950         tests/test-array_list.c, tests/test-array_oset.c,
33951         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
33952         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
33953         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
33954         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
33955         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
33956         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
33957         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
33958         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
33959         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
33960         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
33961         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
33962         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
33963         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
33964         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
33965         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
33966         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
33967         test-md5.c, test-memmem.c, test-printf-posix.c,
33968         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
33969         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
33970         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
33971         test-strcasestr.c, test-striconv.c, test-striconveh.c,
33972         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
33973         test-vasnprintf-posix2.c, test-vasnprintf.c,
33974         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
33975         test-vfprintf-posix.c, test-vprintf-posix.c,
33976         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
33977         test-xvasprintf.c: Likewise.
33978
33979 2007-05-28  Bruno Haible  <bruno@clisp.org>
33980
33981         * gnulib-tool (func_import): Remember the --with-tests command-line
33982         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
33983         Reported by Eric Blake.
33984
33985 2007-05-28  Bruno Haible  <bruno@clisp.org>
33986
33987         * modules/ftell-tests: New file.
33988         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
33989         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
33990
33991         * lib/ftell.c: New file.
33992         * modules/ftell: New file.
33993         * m4/ftell.m4: New file.
33994         * doc/functions/ftell.texi: Update.
33995         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
33996         REPLACE_FTELL.
33997         * lib/stdio_.h (rpl_ftell): New declaration.
33998         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
33999         REPLACE_FTELL.
34000
34001 2007-05-28  Eric Blake  <ebb9@byu.net>
34002
34003         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
34004
34005 2007-05-28  Bruno Haible  <bruno@clisp.org>
34006
34007         * modules/fseek-tests: New file.
34008         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
34009         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
34010
34011         * lib/fseek.c: New file.
34012         * modules/fseek: New file.
34013         * m4/fseek.m4: New file.
34014         * doc/functions/fseek.texi: Update.
34015         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
34016         REPLACE_FSEEK.
34017         * lib/stdio_.h (rpl_fseek): New declaration.
34018         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
34019         REPLACE_FSEEK.
34020
34021 2007-05-28  Bruno Haible  <bruno@clisp.org>
34022
34023         * lib/stdio_.h (fflush): More comments.
34024
34025 2007-05-28  Bruno Haible  <bruno@clisp.org>
34026
34027         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
34028         runtime test.
34029
34030 2007-05-28  Eric Blake  <ebb9@byu.net>
34031
34032         Improve lseek module.
34033         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
34034         * lib/unistd_.h (lseek): Scale back link warning message.
34035         * tests/test-lseek.c: Beef up test.
34036         * tests/test-lseek.sh: Exercise more facets of lseek.
34037         Reported by Bruno Haible.
34038
34039 2007-05-28  Bruno Haible  <bruno@clisp.org>
34040
34041         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
34042         to define.
34043
34044 2007-05-27  Bruno Haible  <bruno@clisp.org>
34045
34046         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
34047
34048 2007-05-27  Bruno Haible  <bruno@clisp.org>
34049
34050         * modules/openmp: New file.
34051         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
34052         Noah Misch.
34053
34054 2007-05-26  Bruno Haible  <bruno@clisp.org>
34055
34056         * modules/chdir-long (Depends-on): Add fchdir.
34057         * modules/chdir-safer (Depends-on): Likewise.
34058         * modules/fts (Depends-on): Likewise.
34059         * modules/fts-lgpl (Depends-on): Likewise.
34060         * modules/openat (Depends-on): Likewise.
34061         * modules/savewd (Depends-on): Likewise.
34062
34063 2007-05-24  Eric Blake  <ebb9@byu.net>
34064
34065         Fix lseek on mingw.
34066         * modules/lseek: New module.
34067         * m4/lseek.m4: New file.
34068         * lib/lseek.c: New file.
34069         * modules/lseek-tests: New file.
34070         * tests/test-lseek.c: New file.
34071         * tests/test-lseek.sh: New file.
34072         * MODULES.html.sh: Document lseek module.
34073         * modules/fflush (Depends-on): Add lseek, fseeko.
34074         * modules/fseeko (Depends-on): Likewise.
34075         * modules/ftello (Depends-on): Likewise.
34076         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
34077         broken.
34078         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
34079         broken.
34080         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
34081         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
34082         * lib/ftello.c (rpl_ftello): Likewise.
34083         * tests/test-fseeko.c (main): Test this.
34084         * tests/test-fseeko.sh: Likewise.
34085         * tests/test-ftello.c (main): Likewise.
34086         * tests/test-ftello.sh: Likewise.
34087         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
34088         implies replacing fseek.
34089         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
34090         HAVE_FTELLO.
34091         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
34092         * modules/unistd (Makefile.am): Likewise.
34093         * lib/unistd_.h (lseek): Declare a replacement.
34094         * doc/functions/lseek.texi (lseek): Document this fix.
34095         * doc/functions/fseek.texi (fseek): Likewise.
34096         * doc/functions/ftell.texi (ftell): Likewise.
34097
34098 2007-05-24  Bruno Haible  <bruno@clisp.org>
34099
34100         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
34101         in the printed representation of a NaN.
34102         * tests/test-vasprintf-posix.c (test_function): Likewise.
34103         * tests/test-snprintf-posix.h (test_function): Likewise.
34104         * tests/test-sprintf-posix.h (test_function): Likewise.
34105         Reported by Eric Blake.
34106
34107 2007-05-23  Eric Blake  <ebb9@byu.net>
34108
34109         Fix fseeko/ftello on cygwin 1.5.24.
34110         * doc/functions/fseeko.texi (fseeko): Document the fix.
34111         * doc/functions/ftello.texi (ftello): Document the fix.
34112         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
34113         * doc/functions/stdout.text (stdout): New file.
34114         * doc/functions/stderr.text (stderr): New file.
34115         * doc/gnulib.texi (Function Substitutes): Use new files.
34116         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
34117         prior to 1.7.0.
34118         * tests/test-ftello.c (main): Likewise for ftello.
34119         * tests/test-fseeko.sh: New file.
34120         * tests/test-ftello.sh: New file.
34121         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
34122         with seekable stdin.
34123         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
34124         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
34125         (gl_REPLACE_FSEEKO): New macro.
34126         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
34127         * modules/fseeko (Files): Distribute fseeko.c.
34128         * modules/ftello (Files): Distribute ftello.c.
34129         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
34130         mode.
34131         * lib/ftello.c (rpl_ftello): New file.
34132         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
34133         fseeko, ftello.
34134         (gl_STDIN_LARGE_OFFSET): New macro.
34135         * modules/stdio (Makefile.am): Perform the replacement.
34136         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
34137
34138 2007-05-23  Bruno Haible  <bruno@clisp.org>
34139
34140         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
34141         GNULIB_POSIXCHECK is defined.
34142
34143 2007-05-21  Bruno Haible  <bruno@clisp.org>
34144
34145         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
34146         Check also the output for NaN arguments. When cross-compiling, guess
34147         no on IRIX.
34148         * lib/vasnprintf.c: Update comments.
34149         * tests/test-vasnprintf-posix.c (strisnan): New function.
34150         (test_function): Use it.
34151         * tests/test-vasprintf-posix.c (strisnan): New function.
34152         (test_function): Use it.
34153         * tests/test-snprintf-posix.h (strisnan): New function.
34154         (test_function): Use it.
34155         * tests/test-sprintf-posix.h (strisnan): New function.
34156         (test_function): Use it.
34157         Reported by Eric Blake.
34158
34159 2007-05-20  Bruno Haible  <bruno@clisp.org>
34160
34161         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34162         numbers that fails on BeOS.
34163         * doc/functions/frexpl.texi: Update.
34164
34165 2007-05-20  Jim Meyering  <jim@meyering.net>
34166
34167         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
34168         forced upon us by glibc-2.6.
34169
34170 2007-05-20  Bruno Haible  <bruno@clisp.org>
34171
34172         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
34173         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
34174         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
34175         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
34176         NEED_PRINTF_INFINITE.
34177         (is_infinitel): New function.
34178         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
34179         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
34180         gl_PREREQ_VASNPRINTF_INFINITE.
34181         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
34182         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34183         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
34184         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
34185         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
34186         gl_PREREQ_VASNPRINTF_INFINITE.
34187         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34188         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34189         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34190         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34191         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34192         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34193         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34194         * doc/functions/fprintf.texi: Update.
34195         * doc/functions/printf.texi: Update.
34196         * doc/functions/snprintf.texi: Update.
34197         * doc/functions/sprintf.texi: Update.
34198         * doc/functions/vfprintf.texi: Update.
34199         * doc/functions/vprintf.texi: Update.
34200         * doc/functions/vsnprintf.texi: Update.
34201         * doc/functions/vsprintf.texi: Update.
34202
34203 2007-05-20  Bruno Haible  <bruno@clisp.org>
34204
34205         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
34206         was not found in libc.
34207         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
34208
34209 2007-05-20  Bruno Haible  <bruno@clisp.org>
34210
34211         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34212         printed as "-nan" instead of "nan".
34213         * tests/test-vasprintf-posix.c (test_function): Likewise.
34214         * tests/test-snprintf-posix.h (test_function): Likewise.
34215         * tests/test-sprintf-posix.h (test_function): Likewise.
34216         Needed for HP-UX 11.
34217
34218 2007-05-20  Jim Meyering  <jim@meyering.net>
34219
34220         Fix buggy test for the fchownat-deref bug.
34221         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
34222         symlink required for the run-test.  Without it, this test would
34223         always declare that fchownat doesn't work, and client code would
34224         unnecessarily use the replacement function with fixed libc.
34225         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
34226         Reported by Greg Schafer.
34227
34228 2007-05-19  Bruno Haible  <bruno@clisp.org>
34229
34230         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
34231         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
34232         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
34233         Needed for IRIX 6.5 and Solaris 2.5.1.
34234
34235 2007-05-19  Bruno Haible  <bruno@clisp.org>
34236
34237         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
34238         (test_function): Skip tests involving -0.0 on platforms where
34239         -0.0 = 0.0.
34240         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
34241         (test_function): Skip tests involving -0.0 on platforms where
34242         -0.0 = 0.0.
34243         * tests/test-snprintf-posix.h (have_minus_zero): New function.
34244         (test_function): Skip tests involving -0.0 on platforms where
34245         -0.0 = 0.0.
34246         * tests/test-sprintf-posix.h (have_minus_zero): New function.
34247         (test_function): Skip tests involving -0.0 on platforms where
34248         -0.0 = 0.0.
34249         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
34250         tests.
34251         * tests/test-printf-posix.h (test_function): Likewise.
34252         * tests/test-printf-posix.output: Remove all -0.0 related results.
34253         Needed for IRIX 6.5.
34254
34255 2007-05-19  Bruno Haible  <bruno@clisp.org>
34256
34257         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34258         printed as "nan0x7fffffff" instead of "nan".
34259         * tests/test-vasprintf-posix.c (test_function): Likewise.
34260         * tests/test-snprintf-posix.h (test_function): Likewise.
34261         * tests/test-sprintf-posix.h (test_function): Likewise.
34262         * tests/test-fprintf-posix.h (NaN): Remove macro.
34263         (test_function): Remove all NaN related tests.
34264         * tests/test-printf-posix.h (NaN): Remove macro.
34265         (test_function): Remove all NaN related tests.
34266         * tests/test-printf-posix.output: Remove all NaN related results.
34267         Needed for IRIX 6.5.
34268
34269 2007-05-19  Bruno Haible  <bruno@clisp.org>
34270
34271         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
34272         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
34273
34274 2007-05-19  Bruno Haible  <bruno@clisp.org>
34275
34276         * lib/float_.h: New file.
34277         * m4/float_h.m4: New file.
34278         * modules/float: New file.
34279         * modules/isnanl (Dependencies): Add float.
34280         * modules/isnanl-nolibm (Dependencies): Likewise.
34281         * modules/mathl (Dependencies): Likewise.
34282         * modules/printf-frexpl (Dependencies): Likewise.
34283         * modules/signbit (Dependencies): Likewise.
34284         * modules/vasnprintf (Dependencies): Likewise.
34285         * doc/headers/float.texi: Update.
34286
34287 2007-05-19  Jim Meyering  <jim@meyering.net>
34288
34289         * lib/utimens.c (gl_futimens): Rename from futimens,
34290         now that glibc-2.6 declares futimens.
34291         * lib/utimens.h: Likewise.
34292
34293 2007-05-19  Bruno Haible  <bruno@clisp.org>
34294
34295         Avoid test failures on mingw.
34296         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
34297         * tests/test-printf-posix.sh: Likewise.
34298         * tests/test-vfprintf-posix.sh: Likewise.
34299         * tests/test-vprintf-posix.sh: Likewise.
34300
34301 2007-05-19  Bruno Haible  <bruno@clisp.org>
34302
34303         Fix *printf result for NaN, Inf, -0.0 on mingw.
34304         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
34305         * lib/vasnprintf.c: Include math.h and isnan.h.
34306         (is_infinite_or_zero): New function.
34307         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
34308         values in the %f, %F, %e, %E, %g, %G directives.
34309         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
34310         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34311         gl_PRINTF_INFINITE and test its result. Invoke
34312         gl_PREREQ_VASNPRINTF_INFINITE.
34313         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34314         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34315         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34316         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34317         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34318         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34319         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34320         * doc/functions/fprintf.texi: Update.
34321         * doc/functions/printf.texi: Update.
34322         * doc/functions/snprintf.texi: Update.
34323         * doc/functions/sprintf.texi: Update.
34324         * doc/functions/vfprintf.texi: Update.
34325         * doc/functions/vprintf.texi: Update.
34326         * doc/functions/vsnprintf.texi: Update.
34327         * doc/functions/vsprintf.texi: Update.
34328
34329 2007-05-19  Bruno Haible  <bruno@clisp.org>
34330
34331         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
34332         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
34333         Instead of multiplying with 10^k, set extra_zeroes to k.
34334         (scale10_round_long_double): Remove function.
34335
34336 2007-05-18  Bruno Haible  <bruno@clisp.org>
34337
34338         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
34339         introduced on 2007-05-06.
34340
34341 2007-05-18  Bruno Haible  <bruno@clisp.org>
34342
34343         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
34344         %g directives.
34345         * tests/test-vasprintf-posix.c (test_function): Likewise.
34346         * tests/test-snprintf-posix.h (test_function): Likewise.
34347         * tests/test-sprintf-posix.h (test_function): Likewise.
34348
34349 2007-05-18  Bruno Haible  <bruno@clisp.org>
34350
34351         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
34352         (strmatch): New function.
34353         (test_function): Test the %f directive on numbers of various exponents.
34354         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
34355         (strmatch): New function.
34356         (test_function): Test the %f directive on numbers of various exponents.
34357         * tests/test-snprintf-posix.h (strmatch): New function.
34358         (test_function): Test the %f directive on numbers of various exponents.
34359         * tests/test-sprintf-posix.h (strmatch): New function.
34360         (test_function): Test the %f directive on numbers of various exponents.
34361         * tests/test-snprintf-posix.c (SIZEOF): New macro.
34362         * tests/test-sprintf-posix.c (SIZEOF): New macro.
34363         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
34364         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
34365
34366 2007-05-18  Bruno Haible  <bruno@clisp.org>
34367
34368         Add support for 'long double' number output.
34369         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
34370         * lib/vasnprintf.c: Include math.h and float+.h.
34371         (mp_limb_t): New type.
34372         (GMP_LIMB_BITS): New macro.
34373         (mp_twolimb_t): New type.
34374         (GMP_TWOLIMB_BITS): New macro.
34375         (mpn_t): New type.
34376         (multiply, divide, convert_to_decimal, decode_long_double,
34377         scale10_round_long_double, scale10_round_decimal_long_double,
34378         floorlog10l): New functions.
34379         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
34380         for the %f, %F, %e, %E, %g, %G directives.
34381         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
34382         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34383         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
34384         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
34385         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34386         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34387         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34388         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34389         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34390         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34391         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34392         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
34393         * modules/snprintf-posix (Depends-on): Likewise.
34394         * modules/sprintf-posix (Depends-on): Likewise.
34395         * modules/vasnprintf-posix (Depends-on): Likewise.
34396         * modules/vasprintf-posix (Depends-on): Likewise.
34397         * modules/vfprintf-posix (Depends-on): Likewise.
34398         * modules/vsnprintf-posix (Depends-on): Likewise.
34399         * modules/vsprintf-posix (Depends-on): Likewise.
34400         * modules/vasnprintf (Files): Add lib/float+.h.
34401         * doc/functions/fprintf.texi: Update.
34402         * doc/functions/printf.texi: Update.
34403         * doc/functions/snprintf.texi: Update.
34404         * doc/functions/sprintf.texi: Update.
34405         * doc/functions/vfprintf.texi: Update.
34406         * doc/functions/vprintf.texi: Update.
34407         * doc/functions/vsnprintf.texi: Update.
34408         * doc/functions/vsprintf.texi: Update.
34409
34410 2007-05-18  Bruno Haible  <bruno@clisp.org>
34411
34412         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
34413
34414 2007-05-18  Bruno Haible  <bruno@clisp.org>
34415
34416         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
34417         for printing 64-bit integers. Needed for mingw.
34418
34419 2007-05-18  Bruno Haible  <bruno@clisp.org>
34420
34421         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34422         gl_FUNC_FREXPL_WORKS.
34423         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
34424
34425 2007-05-18  Bruno Haible  <bruno@clisp.org>
34426
34427         * modules/frexpl-nolibm-tests: New file.
34428
34429         * modules/frexpl-nolibm: New file.
34430         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
34431
34432 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34433
34434         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
34435         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34436         GCC 4.2, which otherwise issues a lot of warnings.
34437         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
34438         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
34439         Likewise.
34440         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
34441         * modules/iconv_open (iconv.h): Likewise.
34442         * modules/locale (locale.h): Likewise.
34443         * modules/netinet_in (netinet/in.h): Likewise.
34444         * modules/sys_select (sys_select.h): Likewise.
34445         * modules/sys_socket (sys/socket.h): Likewise.
34446         * modules/sys_stat (sys/stat.h): Likewise.
34447         * modules/sysexits (sysexits.h): Likewise.
34448         * modules/unistd (unistd.h): Likewise.
34449
34450 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34451
34452         * modules/closein-tests (Makefile.am): Distribute
34453         `test-closein.sh'.
34454
34455 2007-05-17  Bruno Haible  <bruno@clisp.org>
34456
34457         * tests/test-printf-posix.output: Renamed from
34458         tests/test-fprintf-posix.out.
34459         * modules/fprintf-posix-tests: Update.
34460         * modules/printf-posix-tests: Update.
34461         * modules/vfprintf-posix-tests: Update.
34462         * modules/vprintf-posix-tests: Update.
34463         * tests/test-fprintf-posix.sh: Update.
34464         * tests/test-printf-posix.sh: Update.
34465         * tests/test-vfprintf-posix.sh: Update.
34466         * tests/test-vprintf-posix.sh: Update.
34467         Reported by Ralf Wildenhues.
34468
34469 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34470
34471         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
34472         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34473         GCC 4.2, which otherwise issues a lot of warnings.
34474         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
34475         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
34476         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
34477         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
34478         it should no longer be needed.
34479         * lib/string_.h: Likewise.
34480         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
34481         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
34482         * modules/inttypes (inttypes.h): Likewise.
34483         * modules/math (math.h): Likewise.
34484         * modules/search (search.h): Likewise.
34485         * modules/signal (signal.h): Likewise.
34486         * modules/stdint (stdint.h): Likewise.
34487         * modules/stdio (stdio.h): Likewise.
34488         * modules/stdlib (stdlib.h): Likewise.
34489         * modules/string (string.h): Likewise.
34490         * modules/sys_time (sys/time.h): Likewise.
34491         * modules/time (time.h): Likewise.
34492         * modules/wchar (wchar.h): Likewise.
34493         * modules/wctype (wtype.h): Likewise.
34494
34495 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
34496
34497         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
34498
34499 2007-05-13  Bruno Haible  <bruno@clisp.org>
34500
34501         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
34502         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
34503         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
34504         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34505         (gl_PREREQ_STRTOK_R): Don't require it here.
34506
34507 2007-05-13  Bruno Haible  <bruno@clisp.org>
34508
34509         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
34510         when used in C++ mode.
34511
34512 2007-05-12  Bruno Haible  <bruno@clisp.org>
34513
34514         * lib/linebuffer.h: Tweak doc.
34515         * lib/linebuffer.c: Likewise.
34516
34517 2007-05-12  James Youngman  <jay@gnu.org>
34518
34519         * lib/linebuffer.c (readlinebuffer_delim): New function,
34520         like readlinebuffer, but use a caller-specified delimiter.
34521         (readlinebuffer): Just call readlinebuffer_delim with '\n'
34522         as the delimiter.
34523         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
34524
34525 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
34526
34527         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
34528         * modules/openat (Files): Remove openat-die.c.
34529         (Depends-on): Add openat-die.
34530         * modules/openat-die: New module.
34531
34532 2007-05-06  Bruno Haible  <bruno@clisp.org>
34533
34534         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
34535         Update with info about Cygwin.
34536         * doc/functions/fprintf.texi: Update.
34537         * doc/functions/printf.texi: Update.
34538         * doc/functions/snprintf.texi: Update.
34539         * doc/functions/sprintf.texi: Update.
34540         * doc/functions/vfprintf.texi: Update.
34541         * doc/functions/vprintf.texi: Update.
34542         * doc/functions/vsnprintf.texi: Update.
34543         * doc/functions/vsprintf.texi: Update.
34544         Reported by Eric Blake.
34545
34546 2007-05-06  Bruno Haible  <bruno@clisp.org>
34547
34548         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
34549         padding ourselves for the floating-point directives.
34550         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
34551         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
34552         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34553         gl_PRINTF_FLAG_ZERO and test its result. Invoke
34554         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
34555         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34556         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34557         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34558         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34559         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34560         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34561         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34562         * tests/test-snprintf-posix.h (test_function): Also check the width
34563         and some flags in the %f directive.
34564         * tests/test-sprintf-posix.h (test_function): Likewise.
34565         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34566         * tests/test-vasprintf-posix.c (test_function): Likewise.
34567         * doc/functions/fprintf.texi: Update.
34568         * doc/functions/printf.texi: Update.
34569         * doc/functions/snprintf.texi: Update.
34570         * doc/functions/sprintf.texi: Update.
34571         * doc/functions/vfprintf.texi: Update.
34572         * doc/functions/vprintf.texi: Update.
34573         * doc/functions/vsnprintf.texi: Update.
34574         * doc/functions/vsprintf.texi: Update.
34575
34576 2007-05-06  Bruno Haible  <bruno@clisp.org>
34577
34578         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
34579         pass the ' flag character to sprintf or snprintf.
34580         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
34581         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
34582         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34583         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
34584         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
34585         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34586         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34587         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34588         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34589         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34590         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34591         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34592         * tests/test-snprintf-posix.h (test_function): Also check the grouping
34593         flag.
34594         * tests/test-sprintf-posix.h (test_function): Likewise.
34595         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34596         * tests/test-vasprintf-posix.c (test_function): Likewise.
34597         * doc/functions/fprintf.texi: Update.
34598         * doc/functions/printf.texi: Update.
34599         * doc/functions/snprintf.texi: Update.
34600         * doc/functions/sprintf.texi: Update.
34601         * doc/functions/vfprintf.texi: Update.
34602         * doc/functions/vprintf.texi: Update.
34603         * doc/functions/vsnprintf.texi: Update.
34604         * doc/functions/vsprintf.texi: Update.
34605
34606 2007-05-01  Bruno Haible  <bruno@clisp.org>
34607
34608         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
34609
34610 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
34611
34612         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
34613         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
34614
34615 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
34616
34617         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
34618         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
34619         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
34620
34621 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
34622
34623         * lib/argp-help.c (struct hol_entry): New member `ord'.
34624         (HOL_ENTRY_PTRCMP): Use ord for comparison
34625         (hol_sort): Initialize ord.
34626
34627 2007-05-01  Bruno Haible  <bruno@clisp.org>
34628
34629         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
34630         Reported by Eric Blake.
34631         * doc/gnulib.texi (Function Substitutes): Update.
34632
34633 2007-05-01  Bruno Haible  <bruno@clisp.org>
34634
34635         * doc/functions.texi: Remove file, now redundant through
34636         doc/functions/*.texi.
34637
34638 2007-05-01  Bruno Haible  <bruno@clisp.org>
34639
34640         * modules/argp (Depends-on): Add sleep.
34641
34642 2007-05-01  Bruno Haible  <bruno@clisp.org>
34643
34644         * modules/sleep-tests: New file.
34645         * tests/test-sleep.c: New file.
34646
34647         * modules/sleep: New file.
34648         * lib/sleep.c: New file.
34649         * m4/sleep.m4: New file.
34650         * lib/unistd_.h (sleep): New declaration.
34651         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
34652         HAVE_SLEEP.
34653         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
34654         * doc/functions/sleep.texi: Document the sleep module.
34655
34656 2007-05-01  Bruno Haible  <bruno@clisp.org>
34657
34658         * lib/sigprocmask.h: Remove file.
34659         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
34660         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
34661         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
34662         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
34663         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
34664         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
34665         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
34666         HAVE_SIGSET_T as a shell variable.
34667         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
34668         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
34669         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
34670         (Depends-on): Add signal. Remove verify.
34671         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
34672         (Include): Mention <signal.h> instead of sigprocmask.h.
34673         * NEWS: Mention the change.
34674         * lib/fatal-signal.c: Don't include sigprocmask.h.
34675
34676 2007-05-01  Bruno Haible  <bruno@clisp.org>
34677
34678         * modules/signal: New file.
34679         * lib/signal_.h: New file.
34680         * m4/signal_h.m4: New file.
34681
34682 2007-05-01  Bruno Haible  <bruno@clisp.org>
34683
34684         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
34685         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
34686         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
34687         HAVE_WCTYPE_CTMP_BUG into wctype.h.
34688
34689 2007-05-01  Bruno Haible  <bruno@clisp.org>
34690
34691         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
34692         configure time.
34693         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
34694         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
34695         * modules/sys_stat (Makefile.am): Substitute their values into
34696         sys/stat.h.
34697
34698 2007-05-01  Bruno Haible  <bruno@clisp.org>
34699
34700         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
34701         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
34702         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
34703
34704 2007-05-01  Bruno Haible  <bruno@clisp.org>
34705
34706         * doc/header/assert.texi: Undo last change: don't mention the gnulib
34707         'assert' module here.
34708
34709 2007-05-01  Bruno Haible  <bruno@clisp.org>
34710
34711         * doc/functions/*.texi: New files.
34712         * doc/functions/google-ranking.txt: New file.
34713         * doc/gnulib.texi (Function Substitutes): New chapter.
34714         (ctime, inet_ntoa): Remove sections.
34715         * doc/ctime.texi: Remove file.
34716         * doc/inet_ntoa.texi: Remove file.
34717         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
34718         dependencies.
34719         (%.info): New rule, specifying a --reference-limit.
34720
34721 2007-05-01  Bruno Haible  <bruno@clisp.org>
34722
34723         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
34724
34725 2007-05-01  Bruno Haible  <bruno@clisp.org>
34726
34727         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
34728         the portability of 'mkdir' to mingw systems.
34729
34730 2007-05-01  Bruno Haible  <bruno@clisp.org>
34731
34732         * doc/headers/google-ranking.txt: New file.
34733
34734 2007-04-30  Eric Blake  <ebb9@byu.net>
34735
34736         Prefer fseeko to fseek.
34737         * modules/getpass (Depends-on): Add fseeko.
34738         * lib/getpass.c (getpass): Use fseeko, not fseek.
34739
34740 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
34741
34742         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
34743         assumes the sorting is stable, while most qsort implementations
34744         are not.  Use argument addresses to ensure they never compare as
34745         equal.
34746
34747         * tests/test-argp-2.sh (usage-indent test): Fix output
34748         (func_compare): Restore diff options
34749         * tests/test-argp.c: Restore #include "progname.h"
34750
34751 2007-04-29  Bruno Haible  <bruno@clisp.org>
34752
34753         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
34754         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34755         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
34756         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34757         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
34758         (configure.ac): Define CHECK_SNPRINTF_POSIX.
34759         (TESTS, check_PROGRAMS): Add test-snprintf.
34760         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
34761         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
34762         (TESTS, check_PROGRAMS): Add test-vsnprintf.
34763         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
34764         assertions that fail on HP-UX, OSF/1, or IRIX.
34765         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
34766
34767 2007-04-29  Bruno Haible  <bruno@clisp.org>
34768
34769         * MODULES.html.sh (posix_functions): Remove 'contents'.
34770
34771 2007-04-29  Karl Berry  <karl@gnu.org>
34772
34773         * config/srclist.txt (gendocs_template_min): new entry.
34774
34775 2007-04-29  Bruno Haible  <bruno@clisp.org>
34776
34777         Work around fpurge bug on BSD systems.
34778         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
34779         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
34780         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
34781         fpurge to rpl_fpurge if the system already has this function.
34782         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
34783         the case where the system already has this function. Correct invariants
34784         on BSD systems.
34785         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
34786         BSD systems.
34787
34788 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
34789
34790         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
34791         proposed by Sven Verdoolaege.
34792
34793         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
34794         options.
34795         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
34796         (usage and help tests): Update
34797
34798 2007-04-29  Bruno Haible  <bruno@clisp.org>
34799
34800         * tests/test-fflush.c (main): Use a file of size 17, not 10.
34801         Print more information in case of failure. Disable a test on BeOS.
34802
34803 2007-04-29  Bruno Haible  <bruno@clisp.org>
34804
34805         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
34806         This helps debugging on systems on which no gdb is available.
34807
34808 2007-04-29  Bruno Haible  <bruno@clisp.org>
34809
34810         * lib/freading.h: Improve comments.
34811         * lib/fwriting.h: Likewise.
34812         * tests/test-freading.c (main): Don't check freading immediately after
34813         repositioning. Needed for glibc.
34814
34815 2007-04-29  Bruno Haible  <bruno@clisp.org>
34816
34817         * lib/freading.c (freading): Trivial simplification.
34818
34819 2007-04-28  Bruno Haible  <bruno@clisp.org>
34820
34821         * tests/test-fwriting.c (main): Also test the interaction between
34822         fflush and fwriting.
34823         * modules/fwriting-tests (Depends-on): Add fflush.
34824
34825         * tests/test-freading.c (main): Also test the interaction between
34826         fflush and freading.
34827         * modules/freading-tests (Depends-on): Add fflush.
34828
34829 2007-04-28  Bruno Haible  <bruno@clisp.org>
34830
34831         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
34832         fseeko and ftello.
34833         Suggested by Eric Blake.
34834
34835 2007-04-28  Jim Meyering  <jim@meyering.net>
34836
34837         Avoid false-negative in gl_STDINT_H's C99 conformance test.
34838         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
34839         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
34840
34841 2007-04-27  Eric Blake  <ebb9@byu.net>
34842
34843         * doc/headers/assert.texi (assert.h): Document assert module use.
34844
34845 2007-04-27  Bruno Haible  <bruno@clisp.org>
34846
34847         * doc/headers/*.texi: New files.
34848         * doc/gnulib.texi (Header File Substitutes): New chapter.
34849         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
34850         dependencies.
34851         (standards.info ,standards.html, standards.dvi): Update dependencies.
34852         (mostlyclean, clean): New targets.
34853
34854 2007-04-27  Bruno Haible  <bruno@clisp.org>
34855
34856         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
34857         * modules/sysexits (Files, Makefile.am): Update.
34858
34859         * lib/sys_socket_.h: Renamed from lib/socket_.h.
34860         * modules/sys_socket (Files, Makefile.am): Update.
34861
34862         * lib/sys_stat_.h: Renamed from lib/stat_.h.
34863         * modules/sys_stat (Files, Makefile.am): Update.
34864
34865 2007-04-27  Eric Blake  <ebb9@byu.net>
34866
34867         * lib/freading.h: Improve comments.
34868         * lib/fwriting.h: Likewise.
34869         * lib/fflush.c: Likewise.
34870
34871         Fix closein for mingw.
34872         * modules/closein-tests: Add tests for closein.
34873         * tests/test-closein.c: New file.
34874         * tests/test-closein.sh: Likewise.
34875         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
34876         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
34877
34878 2007-04-27  Bruno Haible  <bruno@clisp.org>
34879
34880         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
34881         version is < 6.
34882         * lib/math_.h [__DECC]: Likewise.
34883         * lib/stdio_.h [__DECC]: Likewise.
34884         * lib/stdlib_.h [__DECC]: Likewise.
34885         * lib/string_.h [__DECC]: Likewise.
34886         * lib/time_.h [__DECC]: Likewise.
34887         * lib/wchar_.h [__DECC]: Likewise.
34888         * lib/wctype_.h [__DECC]: Likewise.
34889
34890 2007-04-27  Bruno Haible  <bruno@clisp.org>
34891
34892         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
34893
34894 2007-04-27  Bruno Haible  <bruno@clisp.org>
34895
34896         * lib/fflush.c: Add comments.
34897         * modules/fpurge-tests (Depends-on): Add fflush.
34898         * modules/freadable-tests (Depends-on): Likewise.
34899         * modules/fwritable-tests (Depends-on): Likewise.
34900
34901 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
34902
34903         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
34904         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
34905         Report by Bruno Haible <bruno@clisp.org>.
34906
34907 2007-04-26  Eric Blake  <ebb9@byu.net>
34908
34909         Fix fflush on mingw.
34910         * modules/fflush (Depends-on): Add freading.
34911         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
34912         but unread data.
34913
34914 2007-04-26  Eric Blake  <ebb9@byu.net>
34915         and Bruno Haible  <bruno@clisp.org>
34916
34917         Implement freading and fwriting.
34918         * lib/freading.c: New file.
34919         * lib/freading.h: Likewise.
34920         * m4/freading.m4: Likewise.
34921         * modules/freading: Likewise.
34922         * modules/freading-tests: Likewise.
34923         * tests/test-freading.c: Likewise.
34924         * lib/fwriting.c: New file.
34925         * lib/fwriting.h: Likewise.
34926         * m4/fwriting.m4: Likewise.
34927         * modules/fwriting: Likewise.
34928         * modules/fwriting-tests: Likewise.
34929         * tests/test-fwriting.c: Likewise.
34930         * MODULES.html.sh (File stream based Input/Output): Mention them.
34931
34932 2007-04-26  Bruno Haible  <bruno@clisp.org>
34933
34934         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
34935         'long' when we assume it.
34936         Suggested by Eric Blake.
34937
34938 2007-04-26  Bruno Haible  <bruno@clisp.org>
34939
34940         Ensure fseeko, ftello are declared on glibc systems.
34941         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
34942         * modules/fseeko (configure.ac-early): Likewise.
34943         * modules/ftello (configure.ac-early): Likewise.
34944         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
34945         AC_FUNC_FSEEKO for this.
34946         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
34947         (gl_CHECK_FSEEKO): Remove macro.
34948
34949 2007-04-26  Bruno Haible  <bruno@clisp.org>
34950
34951         * tests/test-fflush.c (main): Also check the ftell result after
34952         fflush and fseek/fseeko.
34953         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
34954         file descriptor position cache in the stream.
34955         * lib/fseeko.c (rpl_fseeko): Likewise.
34956
34957 2007-04-26  Bruno Haible  <bruno@clisp.org>
34958
34959         * modules/fflush-tests (Depends-on): Add fseeko.
34960
34961 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
34962             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34963
34964         * lib/argz_.h: ensure error_t definition is obtained in same
34965         mechanism system argz.h would have.
34966         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
34967         argz facilities are known bad.  Err on the side of caution if
34968         cross-compiling.
34969
34970 2007-04-25  Eric Blake  <ebb9@byu.net>
34971
34972         * lib/fpurge.c (includes): Use stdlib.h for free.
34973         * tests/test-fflush.c (main): Also test fflush-fseeko.
34974
34975 2007-04-25  Bruno Haible  <bruno@clisp.org>
34976
34977         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
34978         * lib/fseeko.c: New file.
34979         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
34980         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
34981         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
34982         gl_FUNC_FSEEKO.
34983         (gl_FUNC_FSEEKO): Invoke it.
34984         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
34985         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
34986         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
34987
34988 2007-04-25  Bruno Haible  <bruno@clisp.org>
34989
34990         * modules/fflush (Depends-on): Add ftello.
34991
34992 2007-04-25  Bruno Haible  <bruno@clisp.org>
34993
34994         * modules/ftello-tests: New file.
34995         * tests/test-ftello.c: New file.
34996
34997         * modules/ftello: New file.
34998         * m4/ftello.m4: New file.
34999         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
35000         HAVE_FTELLO.
35001         * lib/stdio_.h (ftello): New declaration.
35002         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
35003         HAVE_FTELLO.
35004
35005 2007-04-25  Bruno Haible  <bruno@clisp.org>
35006
35007         * modules/fseeko-tests: New file.
35008         * tests/test-fseeko.c: New file.
35009
35010         * modules/fseeko: New file.
35011         * m4/fseeko.m4: New file.
35012         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
35013         HAVE_FSEEKO.
35014         * lib/stdio_.h (fseeko): New declaration.
35015         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
35016         HAVE_FSEEKO.
35017
35018 2007-04-25  Bruno Haible  <bruno@clisp.org>
35019
35020         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
35021
35022 2007-04-25  Bruno Haible  <bruno@clisp.org>
35023
35024         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
35025         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
35026         * tests/test-unistd.c: Likewise.
35027         * tests/test-fcntl.c: Likewise.
35028
35029 2007-04-23  Eric Blake  <ebb9@byu.net>
35030
35031         * lib/fflush.c: Fix missing include.
35032         Reported by Bruno Haible.
35033
35034 2007-04-23  Bruno Haible  <bruno@clisp.org>
35035
35036         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
35037         Reported by Eric Blake.
35038
35039 2007-04-23  Bruno Haible  <bruno@clisp.org>
35040
35041         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
35042
35043 2007-04-23  Bruno Haible  <bruno@clisp.org>
35044
35045         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
35046
35047 2007-04-23  Bruno Haible  <bruno@clisp.org>
35048
35049         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
35050         Needed on HP-UX 11.
35051
35052 2007-04-16  Eric Blake  <ebb9@byu.net>
35053
35054         Make fflush rely on fpurge.
35055         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
35056         open coding all variants.
35057         * modules/fflush (Depends-on): Add fpurge and unistd.
35058         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
35059         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
35060
35061         Fix --with-tests compilation on cygwin.
35062         * modules/argmatch-tests (Makefile.am): List gnulib library first
35063         in LDADD.
35064         * modules/argp-tests (Makefile.am): Likewise.
35065         * modules/array-list-tests (Makefile.am): Likewise.
35066         * modules/array-oset-tests (Makefile.am): Likewise.
35067         * modules/avltree-list-tests (Makefile.am): Likewise.
35068         * modules/avltree-oset-tests (Makefile.am): Likewise.
35069         * modules/avltreehash-list-tests (Makefile.am): Likewise.
35070         * modules/carray-list-tests (Makefile.am): Likewise.
35071         * modules/dirname-tests (Makefile.am): Likewise.
35072         * modules/frexp-tests (Makefile.am): Likewise.
35073         * modules/isnanl-tests (Makefile.am): Likewise.
35074         * modules/linked-list-tests (Makefile.am): Likewise.
35075         * modules/linkedhash-list-tests (Makefile.am): Likewise.
35076         * modules/lock-tests (Makefile.am): Likewise.
35077         * modules/rbtree-list-tests (Makefile.am): Likewise.
35078         * modules/rbtree-oset-tests (Makefile.am): Likewise.
35079         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
35080         * modules/tls-tests (Makefile.am): Likewise.
35081         * modules/tsearch-tests (Makefile.am): Likewise.
35082         * modules/xvasprintf-tests (Makefile.am): Likewise.
35083
35084         Fix fpurge for cygwin.
35085         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
35086         value.
35087         * modules/fpurge-tests (Depends-on): Clean up trash.
35088
35089 2007-04-16  Simon Josefsson  <simon@josefsson.org>
35090
35091         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
35092
35093         * m4/autobuild.m4: Re-indent.
35094
35095 2007-04-13  Bruno Haible  <bruno@clisp.org>
35096
35097         * modules/fpurge-tests: New file.
35098         * tests/test-fpurge.c: New file.
35099
35100         * modules/fpurge: New file.
35101         * lib/fpurge.h: New file.
35102         * lib/fpurge.c: New file.
35103         * m4/fpurge.m4: New file.
35104
35105 2007-04-13  Bruno Haible  <bruno@clisp.org>
35106
35107         * modules/fbufmode-tests: New file.
35108         * tests/test-fbufmode.c: New file.
35109
35110         * modules/fbufmode: New file.
35111         * lib/fbufmode.h: New file.
35112         * lib/fbufmode.c: New file.
35113         * m4/fbufmode.m4: New file.
35114
35115 2007-04-13  Bruno Haible  <bruno@clisp.org>
35116
35117         * modules/fwritable-tests: New file.
35118         * tests/test-fwritable.c: New file.
35119
35120         * modules/fwritable: New file.
35121         * lib/fwritable.h: New file.
35122         * lib/fwritable.c: New file.
35123         * m4/fwritable.m4: New file.
35124
35125 2007-04-13  Bruno Haible  <bruno@clisp.org>
35126
35127         * modules/freadable-tests: New file.
35128         * tests/test-freadable.c: New file.
35129
35130         * modules/freadable: New file.
35131         * lib/freadable.h: New file.
35132         * lib/freadable.c: New file.
35133         * m4/freadable.m4: New file.
35134
35135 2007-04-13  Bruno Haible  <bruno@clisp.org>
35136
35137         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
35138         MOSTLYCLEANFILES.
35139
35140 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35141
35142         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
35143         gzip bootstrap.conf to avoid dragging in i18n machinery.
35144         (gnulib_tool_option): Use it.
35145
35146 2007-04-13  Bruno Haible  <bruno@clisp.org>
35147
35148         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35149         %F directives.
35150         * tests/test-vasprintf-posix.c (test_function): Likewise.
35151         * tests/test-snprintf-posix.h (test_function): Likewise.
35152         * tests/test-sprintf-posix.h (test_function): Likewise.
35153         * tests/test-fprintf-posix.h (test_function): Likewise.
35154         * tests/test-printf-posix.h (test_function): Likewise.
35155         * tests/test-fprintf-posix.out: Likewise.
35156
35157 2007-04-13  Bruno Haible  <bruno@clisp.org>
35158
35159         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35160         * modules/tls-tests (configure.ac): Likewise.
35161         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35162
35163 2007-04-13  Bruno Haible  <bruno@clisp.org>
35164
35165         * lib/tls.c (glthread_tls_get): Fix return type.
35166         Patch by Arto C. Nirkko <anirkko@insel.ch>.
35167
35168 2007-04-12  Eric Blake  <ebb9@byu.net>
35169
35170         * modules/gettime (Depends-on): Remove gettime.
35171         Reported by Dmitry V. Levin.
35172
35173 2007-04-12  Bruno Haible  <bruno@clisp.org>
35174
35175         * modules/fflush (Include): Mention <stdio.h>.
35176         * modules/strtoimax (Include): Mention <inttypes.h>.
35177         * modules/strtoumax (Include): Likewise.
35178
35179 2007-04-12  Eric Blake  <ebb9@byu.net>
35180
35181         * .cvsignore: New file.
35182         * .gitignore: Likewise.
35183
35184 2007-04-12  Bruno Haible  <bruno@clisp.org>
35185
35186         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
35187         not before, since $(LDADD) often contains libgnu.a.
35188         * modules/striconv-tests (test_striconv_LDADD): Likewise.
35189         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
35190         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
35191         Needed on Cygwin.
35192
35193 2007-04-12  Eric Blake  <ebb9@byu.net>
35194
35195         Work around glibc's failure to flush stdin on fclose.
35196         * lib/closein.c (close_stdin): Flush stdin before closing.
35197
35198         Work around glibc's failure to reset seekable stdin on exit.
35199         * modules/closein: New module.
35200         * lib/closein.c: New file.
35201         * lib/closein.h: Likewise.
35202         * m4/closein.m4: Likewise.
35203         * MODULES.html.sh (File stream based Input/Output): Document it.
35204
35205 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35206
35207         * gnulib-tool: Rename generated 'autobuild' script to
35208         'do-autobuild' in --create-megatestdir output.
35209
35210         * doc/gnulib.texi (Build robot for gnulib): Fix.
35211
35212 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35213
35214         * modules/sysexits (Depends-on): Add absolute-header.
35215
35216 2007-04-12  Eric Blake  <ebb9@byu.net>
35217
35218         No need to preserve errno on success.
35219         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
35220         Reported by Bruno Haible.
35221
35222 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35223
35224         * MODULES.html.sh (Support for maintaining and releasing
35225         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
35226
35227 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35228
35229         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
35230
35231 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35232
35233         * modules/autobuild: New module.
35234
35235         * m4/autobuild.m4: New file.
35236
35237 2007-04-11  Bruno Haible  <bruno@clisp.org>
35238
35239         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
35240         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
35241         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
35242         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
35243         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35244         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35245         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35246         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35247         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35248         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35249         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
35250         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35251         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35252         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
35253         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35254         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35255         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
35256         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35257         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35258         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
35259         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35260         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35261         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
35262         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35263         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35264         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
35265         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35266         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35267         Reported by Eric Blake.
35268
35269 2007-04-11  Bruno Haible  <bruno@clisp.org>
35270
35271         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
35272
35273 2007-04-10  Bruno Haible  <bruno@clisp.org>
35274
35275         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
35276         for NaN and Infinity. Needed on FreeBSD 6.1.
35277         * tests/test-vasnprintf-posix.c (test_function): Undo last change
35278         regarding results for "%010a" of Infinity and NaN.
35279         * tests/test-vasprintf-posix.c (test_function): Likewise.
35280         * tests/test-snprintf-posix.h (test_function): Likewise.
35281         * tests/test-sprintf-posix.h (test_function): Likewise.
35282         * tests/test-fprintf-posix.h (test_function): Likewise.
35283         * tests/test-printf-posix.h (test_function): Likewise.
35284         * tests/test-fprintf-posix.out: Likewise.
35285
35286 2007-04-10  Bruno Haible  <bruno@clisp.org>
35287
35288         * modules/locale-tests: New file.
35289         * tests/test-locale.c: New file.
35290
35291         * modules/locale: New file.
35292         * lib/locale_.h: New file.
35293         * m4/locale_h.m4: New file.
35294
35295 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
35296             Bruno Haible  <bruno@clisp.org>
35297
35298         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
35299         be determined, test for availability of the copysignf, copysign,
35300         copysignl functions.
35301         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
35302         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
35303         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
35304
35305 2007-04-09  Eric Blake  <ebb9@byu.net>
35306
35307         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
35308         * modules/stdio (Makefile.am): Support fflush.
35309         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
35310         * modules/fflush: New file.
35311         * lib/fflush.c: Likewise.
35312         * m4/fflush.m4: Likewise.
35313         * modules/fflush-tests: New test.
35314         * tests/test-fflush.c: Likewise.
35315         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
35316
35317 2007-04-06  Bruno Haible  <bruno@clisp.org>
35318
35319         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
35320         (VASNPRINTF): Use signbit for faster determination whether to print a
35321         minus sign.
35322         * modules/vasnprintf (Files): Remove lib/float+.h.
35323         * modules/fprintf-posix (Depends-on): Add signbit.
35324         * modules/snprintf-posix (Depends-on): Likewise.
35325         * modules/sprintf-posix (Depends-on): Likewise.
35326         * modules/vasnprintf-posix (Depends-on): Likewise.
35327         * modules/vasprintf-posix (Depends-on): Likewise.
35328         * modules/vfprintf-posix (Depends-on): Likewise.
35329         * modules/vsnprintf-posix (Depends-on): Likewise.
35330         * modules/vsprintf-posix (Depends-on): Likewise.
35331
35332 2007-04-06  Bruno Haible  <bruno@clisp.org>
35333
35334         * tests/test-frexp.c (main): Test also the sign bit of zero results.
35335         * tests/test-frexpl.c (main): Likewise.
35336         * tests/test-ldexpl.c (main): Likewise.
35337         * modules/frexp-tests (Depends-on): Add signbit.
35338         * modules/frexpl-tests (Depdends-on): Likewise.
35339         * modules/ldexpl-tests (Depdends-on): Likewise.
35340
35341 2007-04-06  Bruno Haible  <bruno@clisp.org>
35342
35343         * modules/signbit-tests: New file.
35344         * tests/test-signbit.c: New file.
35345
35346         * modules/signbit: New file.
35347         * lib/signbitf.c: New file.
35348         * lib/signbitd.c: New file.
35349         * lib/signbitl.c: New file.
35350         * m4/signbit.m4: New file.
35351         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
35352         (signbit): New macro.
35353         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
35354         REPLACE_SIGNBIT.
35355         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
35356         REPLACE_FREXPL into math.h.
35357
35358 2007-04-06  Bruno Haible  <bruno@clisp.org>
35359
35360         * modules/isnanf-nolibm-tests: New file.
35361         * tests/test-isnanf.c: New file.
35362
35363         * modules/isnanf-nolibm: New file.
35364         * lib/isnanf.h: New file.
35365         * lib/isnanf.c: New file.
35366         * lib/isnan.c: Consider the USE_FLOAT macro.
35367         * m4/isnanf.m4: New file.
35368
35369 2007-04-06  Bruno Haible  <bruno@clisp.org>
35370
35371         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
35372         (Link): New section.
35373
35374         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
35375
35376 2007-04-06  Bruno Haible  <bruno@clisp.org>
35377
35378         Assume the 'long double' type.
35379         * m4/longdouble.m4: Remove file.
35380         * config/srclist.txt: Don't mention longdouble.m4.
35381         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
35382         * lib/float+.h: Likewise.
35383         * lib/frexp.c: Likewise.
35384         * lib/printf-args.h: Likewise.
35385         * lib/printf-args.c: Likewise.
35386         * lib/printf-frexp.c: Likewise.
35387         * lib/printf-parse.c: Likewise.
35388         * lib/vasnprintf.c: Likewise.
35389         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
35390         * m4/intl.m4: Likewise.
35391         * m4/isnanl.m4: Likewise.
35392         * m4/printf.m4: Likewise.
35393         * m4/printf-frexpl.m4: Likewise.
35394         * m4/vasnprintf.m4: Likewise.
35395         * modules/allocsa (Files): Remove m4/longdouble.m4.
35396         * modules/gettext (Files): Likewise.
35397         * modules/relocatable-prog-wrapper (Files): Likewise.
35398         * modules/vasnprintf (Files): Likewise.
35399         * modules/isnanl (Files): Likewise.
35400         (Include): Simplify.
35401         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
35402         (Include): Simplify.
35403         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
35404         (Include): Simplify.
35405         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
35406         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35407         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
35408         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35409         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35410         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35411         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
35412         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35413         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35414         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35415         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
35416         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35417         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
35418         * tests/test-isnanl.c: Likewise.
35419         * tests/test-snprintf-posix.h: Likewise.
35420         * tests/test-sprintf-posix.h: Likewise.
35421         * tests/test-vasnprintf-posix.c: Likewise.
35422         * tests/test-vasnprintf-posix2.c: Likewise.
35423         * tests/test-vasprintf-posix.c: Likewise.
35424
35425 2007-04-06  Bruno Haible  <bruno@clisp.org>
35426
35427         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
35428         * lib/math_.h [__DECC]: Include the overridden include file through
35429         #include_next, outside the double-inclusion guard.
35430         * lib/stdio_.h [__DECC]: Likewise.
35431         * lib/stdlib_.h [__DECC]: Likewise.
35432         * lib/string_.h [__DECC]: Likewise.
35433         * lib/time_.h [__DECC]: Likewise.
35434         * lib/wchar_.h [__DECC]: Likewise.
35435         * lib/wctype_.h [__DECC]: Likewise.
35436         * lib/inttypes_.h [__DECC]: Likewise.
35437         Reported by Albert Chin <china@thewrittenword.com> in
35438         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
35439
35440 2007-04-04  Eric Blake  <ebb9@byu.net>
35441
35442         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
35443         1.5.x.
35444
35445 2007-04-04  Bruno Haible  <bruno@clisp.org>
35446
35447         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
35448         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
35449
35450 2007-04-04  Bruno Haible  <bruno@clisp.org>
35451
35452         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
35453         results for "%010a" of Infinity and NaN.
35454         * tests/test-vasprintf-posix.c (test_function): Likewise.
35455         * tests/test-snprintf-posix.h (test_function): Likewise.
35456         * tests/test-sprintf-posix.h (test_function): Likewise.
35457         * tests/test-fprintf-posix.h (test_function): Remove these tests.
35458         * tests/test-printf-posix.h (test_function): Likewise.
35459         * tests/test-fprintf-posix.out: Update.
35460         Needed for FreeBSD 6.1.
35461
35462 2007-04-04  Bruno Haible  <bruno@clisp.org>
35463
35464         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
35465         directly used by the gnulib modules nor by gnulib-tool.
35466
35467 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
35468
35469         * DEPENDENCIES: Give overall description of version dependency
35470         desirability.  Use more-typical names for apps.
35471         Add shell, coreutils, diffutils, grep, tar, gzip.
35472
35473 2007-04-04  Simon Josefsson  <simon@josefsson.org>
35474
35475         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
35476
35477 2007-04-04  Karl Berry  <karl@gnu.org>
35478
35479         * MODULES.html.sh (func_module): missing '.
35480
35481 2007-04-03  Bruno Haible  <bruno@clisp.org>
35482
35483         * modules/argmatch-tests (Makefile.am): New variable
35484         test_argmatch_LDADD.
35485         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
35486         * modules/array-list-tests (Makefile.am): New variable
35487         test_array_list_LDADD.
35488         * modules/array-oset-tests (Makefile.am): New variable
35489         test_array_oset_LDADD.
35490         * modules/avltree-list-tests (Makefile.am): New variable
35491         test_avltree_list_LDADD.
35492         * modules/avltree-oset-tests (Makefile.am): New variable
35493         test_avltree_oset_LDADD.
35494         * modules/avltreehash-list-tests (Makefile.am): New variable
35495         test_avltreehash_list_LDADD.
35496         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
35497         test_canonicalize_lgpl_LDADD.
35498         * modules/carray-list-tests (Makefile.am): New variable
35499         test_carray_list_LDADD.
35500         * modules/dirname-tests (Makefile.am): New variable
35501         test_dirname_LDADD.
35502         * modules/linked-list-tests (Makefile.am): New variable
35503         test_linked_list_LDADD.
35504         * modules/linkedhash-list-tests (Makefile.am): New variable
35505         test_linkedhash_list_LDADD.
35506         * modules/rbtree-list-tests (Makefile.am): New variable
35507         test_rbtree_list_LDADD.
35508         * modules/rbtree-oset-tests (Makefile.am): New variable
35509         test_rbtree_oset_LDADD.
35510         * modules/rbtreehash-list-tests (Makefile.am): New variable
35511         test_rbtreehash_list_LDADD.
35512         * modules/xvasprintf-tests (Makefile.am): New variable
35513         test_xvasprintf_LDADD.
35514         Reported by Eric Blake.
35515
35516 2007-04-03  Eric Blake  <ebb9@byu.net>
35517
35518         * DEPENDENCIES: Weaken m4 requirements.
35519
35520 2007-04-03  Bruno Haible  <bruno@clisp.org>
35521
35522         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
35523         * modules/isnanl-tests (configure.ac): Likewise.
35524
35525 2007-04-03  Ben Pfaff  <blp@gnu.org>
35526
35527         * modules/iconv_open: Add $(srcdir)/ to source directory
35528         references in Makefile fragments that call gperf, to fix VPATH
35529         builds.
35530
35531 2007-04-03  Bruno Haible  <bruno@clisp.org>
35532
35533         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
35534         * lib/ldexpl.c: Undo last change.
35535
35536 2007-04-03  Bruno Haible  <bruno@clisp.org>
35537
35538         * modules/printf-frexpl (Depends-on): Undo last change.
35539         (Files): Add m4/ldexpl.m4.
35540
35541 2007-04-03  Bruno Haible  <bruno@clisp.org>
35542
35543         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
35544         * modules/isnanl (Link): New section.
35545
35546         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
35547         * modules/frexp (Link): New section.
35548
35549         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
35550         * modules/frexpl (Link): New section.
35551
35552         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
35553         * modules/ldexpl (Link): New section.
35554
35555 2007-04-03  Bruno Haible  <bruno@clisp.org>
35556
35557         * modules/TEMPLATE-EXTENDED: New file.
35558         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
35559
35560 2007-04-03  Bruno Haible  <bruno@clisp.org>
35561
35562         * DEPENDENCIES: New file.
35563         Suggested by Simon Josefsson.
35564
35565 2007-04-03  Bruno Haible  <bruno@clisp.org>
35566
35567         * doc/gnulib.texi: Escape @.
35568
35569 2007-04-03  James Youngman  <jay@gnu.org>
35570         and Paul Eggert  <eggert@cs.ucla.edu>
35571
35572         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
35573         birthtime on all systems that have birthtime, not just those which
35574         use st_birthtimensec rather than st_birthtim.  Putting zero in
35575         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
35576         that the birth time is not available for files on an NFS mount.
35577
35578 2007-04-03  Simon Josefsson  <simon@josefsson.org>
35579
35580         * modules/memxor: Move back from crypto/, suggested by Bruno.
35581         * modules/crypto/hmac-sha1: Fix memxor dependency.
35582
35583         * modules/crypto/gc: Moved from ../.
35584
35585 2007-04-02  Eric Blake  <ebb9@byu.net>
35586
35587         * lib/ldexpl.c (includes): Avoid libm.
35588
35589         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
35590
35591 2007-04-02  Bruno Haible  <bruno@clisp.org>
35592
35593         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
35594         on IRIX.
35595
35596 2007-04-02  Bruno Haible  <bruno@clisp.org>
35597
35598         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
35599         x86 or x86_64 platforms running MacOS X.
35600         Reported by Ryan Schmidt <@ryandesign.com>.
35601
35602 2007-04-02  Bruno Haible  <bruno@clisp.org>
35603
35604         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
35605         i386.
35606
35607 2007-04-01  Simon Josefsson  <simon@josefsson.org>
35608
35609         * modules/crypto/arcfour: Moved from ../.
35610         * modules/crypto/arcfour-tests: Moved from ../.
35611         * modules/crypto/arctwo: Moved from ../.
35612         * modules/crypto/arctwo-tests: Moved from ../.
35613         * modules/crypto/des: Moved from ../.
35614         * modules/crypto/des-tests: Moved from ../.
35615         * modules/crypto/gc-arcfour: Moved from ../.
35616         * modules/crypto/gc-arcfour-tests: Moved from ../.
35617         * modules/crypto/gc-arctwo: Moved from ../.
35618         * modules/crypto/gc-arctwo-tests: Moved from ../.
35619         * modules/crypto/gc-des: Moved from ../.
35620         * modules/crypto/gc-des-tests: Moved from ../.
35621         * modules/crypto/gc-hmac-md5: Moved from ../.
35622         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
35623         * modules/crypto/gc-hmac-sha1: Moved from ../.
35624         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
35625         * modules/crypto/gc-md2: Moved from ../.
35626         * modules/crypto/gc-md2-tests: Moved from ../.
35627         * modules/crypto/gc-md4: Moved from ../.
35628         * modules/crypto/gc-md4-tests: Moved from ../.
35629         * modules/crypto/gc-md5: Moved from ../.
35630         * modules/crypto/gc-md5-tests: Moved from ../.
35631         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
35632         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
35633         * modules/crypto/gc-random: Moved from ../.
35634         * modules/crypto/gc-rijndael: Moved from ../.
35635         * modules/crypto/gc-rijndael-tests: Moved from ../.
35636         * modules/crypto/gc-sha1: Moved from ../.
35637         * modules/crypto/gc-sha1-tests: Moved from ../.
35638         * modules/crypto/gc-tests: Moved from ../.
35639         * modules/crypto/hmac-md5: Moved from ../.
35640         * modules/crypto/hmac-md5-tests: Moved from ../.
35641         * modules/crypto/hmac-sha1: Moved from ../.
35642         * modules/crypto/hmac-sha1-tests: Moved from ../.
35643         * modules/crypto/md2: Moved from ../.
35644         * modules/crypto/md2-tests: Moved from ../.
35645         * modules/crypto/md4: Moved from ../.
35646         * modules/crypto/md4-tests: Moved from ../.
35647         * modules/crypto/md5: Moved from ../.
35648         * modules/crypto/md5-tests: Moved from ../.
35649         * modules/crypto/memxor: Moved from ../.
35650         * modules/crypto/rijndael: Moved from ../.
35651         * modules/crypto/rijndael-tests: Moved from ../.
35652         * modules/crypto/sha1: Moved from ../.
35653
35654 2007-03-30  James Youngman  <jay@gnu.org>
35655
35656         * tests/test-stat-time.c (prepare_test): use chmod() rather than
35657         rename() to change the ctime of a file (because ctime is unaffected
35658         by rename on jfs2 on AIX 5.1).
35659         (main): Start by doing cleanup, in case a previous run failed leaving
35660         test files behind.
35661
35662 2007-03-31  Bruno Haible  <bruno@clisp.org>
35663
35664         Support old proprietary implementations of iconv.
35665         * modules/iconv_open: New file.
35666         * lib/iconv_.h: New file.
35667         * m4/iconv_h.m4: New file.
35668         * lib/iconv_open.c: New file.
35669         * lib/iconv_open-aix.gperf: New file.
35670         * lib/iconv_open-hpux.gperf: New file.
35671         * lib/iconv_open-irix.gperf: New file.
35672         * lib/iconv_open-osf.gperf: New file.
35673         * m4/iconv_open.m4: New file.
35674         * modules/linebreak (Depends-on): Add iconv_open.
35675         * modules/striconv (Depends-on): Likewise.
35676         * modules/striconveh (Depends-on): Likewise.
35677         * modules/unicodeio (Depends-on): Likewise.
35678         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
35679         (iconv_t)(-1).
35680         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
35681         conversion if cd is (iconv_t)(-1).
35682         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
35683         is not possible.
35684
35685 2007-03-31  Bruno Haible  <bruno@clisp.org>
35686
35687         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
35688         work on Solaris either. Protect also second use of "autodetect_jp".
35689
35690 2007-03-31  Bruno Haible  <bruno@clisp.org>
35691
35692         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
35693         the function is not present.
35694
35695 2007-03-31  Bruno Haible  <bruno@clisp.org>
35696
35697         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
35698         the function is not present.
35699
35700 2007-03-31  Bruno Haible  <bruno@clisp.org>
35701
35702         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
35703         a bug in HP-UX iconv_open().
35704
35705 2007-03-31  Bruno Haible  <bruno@clisp.org>
35706
35707         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
35708         (Mathematics <math.h>): New section, add fpieee.
35709         (Input/output <stdio.h>): Add fseterr.
35710         (Mathematics <math.h>): New section, add printf-frexp.
35711         (Container data structures): Add sublist.
35712         (Core language properties): Add fpucw, inline.
35713         (Functions for greatest-width integer types <inttypes.h>): Add
35714         imaxabs, imaxdiv, inttypes.
35715         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
35716         isnanl-nolibm, ldexp.
35717         (Mathematics <math.h>): New section, add printf-frexpl.
35718         (Support for systems lacking POSIX:2001): Add fprintf-posix,
35719         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
35720         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
35721         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
35722         (Unicode string functions): Add unistr/u*-mbtoucr.
35723         (Java): Add javacomp-script, javaexec-script.
35724         (C#): Add csharpcomp-script, csharpexec-script.
35725         (Support for building libraries and executables): Add havelib,
35726         relocatable-*.
35727         (Support for maintaining and releasing projects): Renamed from
35728         'Support for maintaining and release projects'. Add announce-gen.
35729
35730 2007-03-31  Bruno Haible  <bruno@clisp.org>
35731
35732         * README: Talk primarily about git.
35733         (git and CVS): Renamed from CVS.
35734         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
35735         gnulib is available through git.
35736         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
35737
35738 2007-03-30  Bruno Haible  <bruno@clisp.org>
35739
35740         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
35741         * lib/poll_.h: Likewise.
35742         * lib/stat_.h: Likewise.
35743         * lib/sys_time_.h: Likewise.
35744         * lib/sysexit_.h: Likewise.
35745         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
35746         * lib/stdbool_.h: Likewise.
35747         * lib/byteswap_.h: Add double-inclusion guard.
35748
35749 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
35750
35751         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
35752
35753 2007-03-30  Karl Berry  <karl@gnu.org>
35754
35755         * config/srclist-update: double space after USA in the license
35756         substitution, since that's how it's usually (?) written.
35757
35758 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
35759
35760         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
35761         reported by Bruno Haible.
35762
35763 2007-03-29  Bruno Haible  <bruno@clisp.org>
35764
35765         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
35766         a bug in AIX iconv().
35767
35768 2007-03-29  Bruno Haible  <bruno@clisp.org>
35769
35770         * modules/ldexpl-tests: New file.
35771         * tests/test-ldexpl.c: New file.
35772
35773 2007-03-29  Bruno Haible  <bruno@clisp.org>
35774
35775         * lib/ldexpl.c: Include fpucw.h.
35776         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
35777         multiplication.
35778         * modules/ldexpl (Depends-on): Add fpucw.
35779
35780 2007-03-29  Bruno Haible  <bruno@clisp.org>
35781
35782         * modules/ldexpl: New file.
35783         * m4/ldexpl.m4: New file.
35784         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
35785         set.
35786         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
35787         REPLACE_LDEXPL.
35788         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
35789         REPLACE_LDEXPL.
35790         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
35791         gl_FUNC_LDEXPL_WORKS.
35792         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
35793         * modules/mathl (Files): Remove lib/ldexpl.c.
35794         (Depends-on): Add ldexpl.
35795
35796 2007-03-29  Bruno Haible  <bruno@clisp.org>
35797
35798         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
35799
35800 2007-03-29  Bruno Haible  <bruno@clisp.org>
35801
35802         * tests/test-striconveh.c (main): Don't assume that a direct conversion
35803         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
35804         and possibly also HP-UX.
35805         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
35806         work on AIX, IRIX, HP-UX, OSF/1.
35807         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
35808         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
35809         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
35810         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
35811         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
35812         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
35813
35814 2007-03-29  Bruno Haible  <bruno@clisp.org>
35815
35816         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
35817
35818 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
35819
35820         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
35821         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
35822
35823 2007-03-29  Eric Blake  <ebb9@byu.net>
35824
35825         * lib/acl-internal.h: Remove redundant include.
35826         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
35827         Cygwin when a file is locked.
35828
35829 2007-03-29  Bruno Haible  <bruno@clisp.org>
35830
35831         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
35832         file.
35833         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
35834
35835 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
35836
35837         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
35838         try to remove a parent directory if the child couldn't be removed
35839         (except for the first rmdir, which could fail because the child
35840         doesn't exist).  Problem reported by Jeff Blaine in
35841         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
35842
35843 2007-03-28  Bruno Haible  <bruno@clisp.org>
35844
35845         * lib/striconveh.c (utf8conv_carefully): New function.
35846         (mem_cd_iconveh_internal): Invoke it.
35847
35848 2007-03-28  Bruno Haible  <bruno@clisp.org>
35849
35850         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
35851         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
35852         input.
35853         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
35854         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
35855         unistr/u8-uctomb.
35856
35857 2007-03-28  Bruno Haible  <bruno@clisp.org>
35858
35859         * modules/unistr/u8-mbtoucr: New file.
35860         * lib/unistr/u8-mbtoucr.c: New file.
35861         * modules/unistr/u16-mbtoucr: New file.
35862         * lib/unistr/u16-mbtoucr.c: New file.
35863         * modules/unistr/u16-mbtoucr: New file.
35864         * lib/unistr/u16-mbtoucr.c: New file.
35865         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
35866
35867 2007-03-27  Simon Josefsson  <simon@josefsson.org>
35868             Bruno Haible  <bruno@clisp.org>
35869
35870         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
35871         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
35872         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
35873
35874         * m4/stdio_h.m4: Add stubs for vasprintf too.
35875
35876         * modules/stdio: Support vasprintf in sed command.
35877
35878         * modules/vasprintf: Depend on stdio for prototypes.  Remove
35879         vasprintf.h.  Add stdio module indicator.
35880
35881         * lib/stdio_.h: Declare asprintf and vasprintf, based on
35882         vasprintf.h.
35883
35884         * lib/vasprintf.h: File removed.
35885
35886         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
35887         * lib/vasprintf.c: Ditto.
35888         * lib/xvasprintf.c: Ditto.
35889         * tests/test-vasprintf-posix.c: Ditto.
35890         * tests/test-vasprintf.c: Ditto.
35891
35892 2007-03-27  Bruno Haible  <bruno@clisp.org>
35893
35894         Make vasnprintf multithread-safe.
35895         * lib/vasnprintf.c (decimal_point_char): New function.
35896         (VASNPRINTF): Use it.
35897         Suggested by Simon Josefsson.
35898
35899 2007-03-27  Eric Blake  <ebb9@byu.net>
35900
35901         Support sub-second birthtime on cygwin.
35902         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
35903         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
35904         (get_stat_birthtime): Also work with st_birthtim.
35905
35906 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
35907
35908         * lib/stat-time.h (USE_BIRTHTIME): Remove.
35909         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
35910         (get_stat_birthtime_ns): Do not try to use "spare" fields.
35911         (get_stat_birthtime_ns): Simplify compile-time tests.
35912         (get_stat_birthtime): Change the API to look like
35913         get_stat_mtime etc., except return a negative tv_nsec on error.
35914         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
35915         Don't check for "spare" fields.
35916         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
35917         or for struct stat.st_birthtime, as these tests aren't used.
35918         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
35919
35920 2007-03-27  Bruno Haible  <bruno@clisp.org>
35921
35922         * lib/stat-time.h: Include <sys/stat.h>.
35923
35924 2007-03-27  James Youngman  <jay@gnu.org>
35925
35926         * lib/stat-time.h (get_stat_birthtime): New function for
35927           retrieving st_birthtime as provided by UFS2 (hence *BSD).
35928         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
35929           and its variants.
35930         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
35931         * modules/stat-time-test: New file.
35932         * tests/test-stat-time.c: New test, devised by Bruno Haible.
35933
35934 2007-03-26  Bruno Haible  <bruno@clisp.org>
35935
35936         Better support of signalling NaNs.
35937         * lib/atanl.c: Include isnanl.h.
35938         (atanl): Perform test for NaN at the beginning of the function and
35939         through a call to isnanl.
35940         * lib/cosl.c: Include isnanl.h.
35941         (cosl): Perform test for NaN at the beginning of the function and
35942         through a call to isnanl.
35943         * lib/ldexpl.c: Include isnanl.h.
35944         (ldexpl): Perform test for NaN through a call to isnanl.
35945         * lib/logl.c: Include isnanl.h.
35946         (logl): Perform test for NaN at the beginning of the function and
35947         through a call to isnanl.
35948         * lib/sinl.c: Include isnanl.h.
35949         (sinl): Perform test for NaN at the beginning of the function and
35950         through a call to isnanl.
35951         * lib/sqrtl.c: Include isnanl.h.
35952         (sqrtl): Perform test for NaN at the beginning of the function and
35953         through a call to isnanl.
35954         * lib/tanl.c: Include isnanl.h.
35955         (tanl): Perform test for NaN at the beginning of the function and
35956         through a call to isnanl.
35957         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
35958         * modules/mathl (Depends-on): Add isnanl.
35959
35960 2007-03-26  Eric Blake  <ebb9@byu.net>
35961
35962         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
35963         regression in logic sense of previous patch.
35964
35965 2007-03-26  Bruno Haible  <bruno@clisp.org>
35966
35967         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
35968         unportable shell command "if ! ...".
35969         Reported by Ralf Wildenhues.
35970
35971 2007-03-25  Bruno Haible  <bruno@clisp.org>
35972
35973         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
35974         <sysexits.h> file, and only add EX_CONFIG.
35975         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
35976         absolute file name and whether it is sufficient. Substitute also
35977         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
35978         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
35979         ABSOLUTE_SYSEXITS_H into sysexits.h.
35980
35981 2007-03-25  Bruno Haible  <bruno@clisp.org>
35982
35983         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
35984         hints is NULL.
35985
35986 2007-03-25  Bruno Haible  <bruno@clisp.org>
35987
35988         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
35989         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
35990
35991 2007-03-25  Bruno Haible  <bruno@clisp.org>
35992
35993         * lib/vasnprintf.c: Include langinfo.h.
35994         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
35995         multithread-safe.
35996         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
35997         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
35998         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35999         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36000         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36001         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36002         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36003         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
36004         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36005         Reported by Simon Josefsson.
36006
36007 2007-03-25  Bruno Haible  <bruno@clisp.org>
36008
36009         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
36010         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
36011         * modules/vasnprintf (Depends-on): Add stdint.
36012
36013 2007-03-25  Bruno Haible  <bruno@clisp.org>
36014
36015         * modules/fpieee: New file.
36016         * m4/fpieee.m4: New file.
36017         * modules/isnan-nolibm (Depends-on): Add fpieee.
36018         * modules/isnanl-nolibm (Depends-on): Add fpieee.
36019         * modules/isnanl (Depends-on): Add fpieee.
36020
36021 2007-03-25  Bruno Haible  <bruno@clisp.org>
36022
36023         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
36024
36025 2007-03-25  Bruno Haible  <bruno@clisp.org>
36026
36027         Avoid test failures on IRIX 6.5.
36028         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
36029         (main): Use it.
36030         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
36031         macros.
36032         (main): Use them.
36033
36034 2007-03-25  Bruno Haible  <bruno@clisp.org>
36035
36036         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
36037         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
36038         exists but doesn't work.
36039         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
36040         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
36041         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
36042         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
36043
36044 2007-03-25  Bruno Haible  <bruno@clisp.org>
36045
36046         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
36047         returns inf. Needed on IRIX 6.5.
36048
36049 2007-03-25  Bruno Haible  <bruno@clisp.org>
36050
36051         * tests/test-frexpl.c: Include isnanl-nolibm.h.
36052         (main): Use isnanl instead of x != x idiom.
36053         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
36054
36055         * tests/test-frexp.c: Include isnan.h.
36056         (main): Use isnan instead of x != x idiom.
36057         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
36058
36059 2007-03-25  Bruno Haible  <bruno@clisp.org>
36060
36061         * tests/test-frexp.c (NaN): New function/macro.
36062         (main): Use it instead of 0.0 / 0.0.
36063         * tests/test-isnan.c (NaN): New function/macro.
36064         (main): Use it instead of 0.0 / 0.0.
36065         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
36066         (test_function): Use it instead of 0.0 / 0.0.
36067         * tests/test-vasprintf-posix.c (NaN): New function/macro.
36068         (test_function): Use it instead of 0.0 / 0.0.
36069         * tests/test-snprintf-posix.h (NaN): New function/macro.
36070         (test_function): Use it instead of 0.0 / 0.0.
36071         * tests/test-sprintf-posix.h (NaN): New function/macro.
36072         (test_function): Use it instead of 0.0 / 0.0.
36073         * tests/test-fprintf-posix.h (NaN): New function/macro.
36074         (test_function): Use it instead of 0.0 / 0.0.
36075         * tests/test-printf-posix.h (NaN): New function/macro.
36076         (test_function): Use it instead of 0.0 / 0.0.
36077
36078         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
36079
36080 2007-03-25  Bruno Haible  <bruno@clisp.org>
36081
36082         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
36083
36084 2007-03-25  Bruno Haible  <bruno@clisp.org>
36085
36086         * lib/regexec.c (merge_state_with_log): Make static.
36087
36088 2007-03-25  Bruno Haible  <bruno@clisp.org>
36089
36090         * lib/trigl.c (kernel_rem_pio2): Make static.
36091
36092 2007-03-25  Bruno Haible  <bruno@clisp.org>
36093
36094         * lib/sincosl.c (sincosl_table): Make static.
36095
36096 2007-03-25  Bruno Haible  <bruno@clisp.org>
36097
36098         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
36099         if the compiler does not support C99.
36100
36101 2007-03-25  Bruno Haible  <bruno@clisp.org>
36102
36103         * modules/time (Makefile.am): Ensure all rule action lines start with a
36104         tab.
36105
36106 2007-03-24  Bruno Haible  <bruno@clisp.org>
36107
36108         * modules/tsearch-tests: New file.
36109         * tests/test-tsearch.sh: New file.
36110         * tests/test-tsearch.c: New file, mostly copied from glibc.
36111
36112         * modules/search-tests: New file.
36113         * tests/test-search.c: New file.
36114
36115         * modules/search: New file.
36116         * lib/search_.h: New file, incorporating lib/tsearch.h.
36117         * m4/search_h.m4: New file.
36118         * lib/tsearch.h: Remove file.
36119         * lib/tsearch.c: Include search.h instead of tsearch.h.
36120         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
36121         HAVE_TSEARCH.
36122         * modules/tsearch (Files): Remove lib/tsearch.h.
36123         (Depends-on): Add search.
36124         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
36125         (Include): Change tsearch.h into search.h.
36126
36127 2007-03-24  Bruno Haible  <bruno@clisp.org>
36128
36129         * modules/fpucw: New file.
36130         * lib/fpucw.h: New file.
36131         * lib/frexp.c: Include fpucw.h.
36132         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36133         (FUNC): Use them.
36134         * lib/printf-frexp.c: Include fpucw.h.
36135         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36136         (FUNC): Use them.
36137         * lib/vasnprintf.c: Include fpucw.h.
36138         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
36139         'long double' calculations.
36140         * tests/test-frexpl.c: Include fpucw.h.
36141         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36142         * tests/test-printf-frexpl.c: Include fpucw.h.
36143         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36144         * modules/frexpl (Depends-on): Add fpucw.
36145         * modules/printf-frexpl (Depends-on): Likewise.
36146         * modules/fprintf-posix (Depends-on): Likewise.
36147         * modules/snprintf-posix (Depends-on): Likewise.
36148         * modules/sprintf-posix (Depends-on): Likewise.
36149         * modules/vasnprintf-posix (Depends-on): Likewise.
36150         * modules/vasprintf-posix (Depends-on): Likewise.
36151         * modules/vfprintf-posix (Depends-on): Likewise.
36152         * modules/vsnprintf-posix (Depends-on): Likewise.
36153         * modules/vsprintf-posix (Depends-on): Likewise.
36154         * modules/frexpl-tests (Depends-on): Likewise.
36155         * modules/printf-frexpl-tests (Depends-on): Likewise.
36156
36157 2007-03-24  Bruno Haible  <bruno@clisp.org>
36158
36159         * lib/float+.h: New file.
36160         * lib/isnan.c: Include float+.h.
36161         (SIZE): New macro.
36162         (FUNC): Compare only SIZE bytes of the value.
36163         * lib/vasnprintf.c: Include float+.h.
36164         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
36165         SIZEOF_LDBL or SIZEOF_DBL bytes.
36166         * modules/isnan-nolibm (Files): Add lib/float+.h.
36167         * modules/isnanl-nolibm (Files): Add lib/float+.h.
36168         * modules/isnanl (Files): Add lib/float+.h.
36169         * modules/vasnprintf (Files): Add lib/float+.h.
36170
36171 2007-03-24  Bruno Haible  <bruno@clisp.org>
36172
36173         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
36174         include isnanl-nolibm.h.
36175
36176 2007-03-24  Bruno Haible  <bruno@clisp.org>
36177
36178         * tests/test-read-file.c (main): Don't produce spurious output for
36179         expected situations. Make the test fail if it encountered unexpected
36180         results.
36181
36182 2007-03-24  Bruno Haible  <bruno@clisp.org>
36183
36184         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
36185         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
36186
36187 2007-03-24  Bruno Haible  <bruno@clisp.org>
36188
36189         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
36190
36191 2007-03-24  Bruno Haible  <bruno@clisp.org>
36192
36193         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
36194         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
36195
36196         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
36197         * modules/utf8-ucs4: Turn into a symbolic link to module
36198         unistr/u8-mbtouc.
36199
36200         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
36201         utf8-ucs4-unsafe.
36202         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
36203         unistr/u8-mbtouc-unsafe.
36204
36205         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
36206         * modules/utf16-ucs4: Turn into a symbolic link to module
36207         unistr/u16-mbtouc.
36208
36209         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
36210         utf16-ucs4-unsafe.
36211         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
36212         unistr/u16-mbtouc-unsafe.
36213
36214         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
36215         * modules/ucs4-utf8: Turn into a symbolic link to module
36216         unistr/u8-ubtomb.
36217
36218         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
36219         * modules/ucs4-utf16: Turn into a symbolic link to module
36220         unistr/u16-ubtomb.
36221
36222 2007-03-24  Bruno Haible  <bruno@clisp.org>
36223
36224         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
36225         Enable the function only if HAVE_INLINE.
36226         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
36227         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36228         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
36229         Enable the function only if HAVE_INLINE.
36230         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
36231         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36232         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
36233         Enable the function only if HAVE_INLINE.
36234         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
36235         Enable the function only if HAVE_INLINE.
36236         * modules/utf8-ucs4: Update.
36237         * modules/utf8-ucs4-unsafe: Update.
36238         * modules/utf16-ucs4: Update.
36239         * modules/utf16-ucs4-unsafe: Update.
36240         * modules/ucs4-utf8: Update.
36241         * modules/ucs4-utf16: Update.
36242
36243 2007-03-24  Bruno Haible  <bruno@clisp.org>
36244
36245         * lib/utf8-ucs4.h: Remove file.
36246         * lib/utf8-ucs4-unsafe.h: Remove file.
36247         * lib/utf16-ucs4.h: Remove file.
36248         * lib/utf16-ucs4-unsafe.h: Remove file.
36249         * lib/ucs4-utf8.h: Remove file.
36250         * lib/ucs4-utf16.h: Remove file.
36251         * lib/unistr.h: Include their previous contents.
36252         * m4/utf-ucs4.m4: Remove file.
36253         * m4/ucs4-utf.m4: Remove file.
36254         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
36255         (Depends-on): Add unistr/base.
36256         (configure.ac): Remove gl_UTF_UCS4.
36257         (Makefile.am): Update.
36258         (Include): Change to unistr.h.
36259         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
36260         (Depends-on): Add unistr/base.
36261         (configure.ac): Remove gl_UTF_UCS4.
36262         (Makefile.am): Update.
36263         (Include): Change to unistr.h.
36264         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
36265         (Depends-on): Add unistr/base.
36266         (configure.ac): Remove gl_UTF_UCS4.
36267         (Makefile.am): Update.
36268         (Include): Change to unistr.h.
36269         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
36270         (Depends-on): Add unistr/base.
36271         (configure.ac): Remove gl_UTF_UCS4.
36272         (Makefile.am): Update.
36273         (Include): Change to unistr.h.
36274         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
36275         (Depends-on): Add unistr/base.
36276         (configure.ac): Remove gl_UCS4_UTF.
36277         (Makefile.am): Update.
36278         (Include): Change to unistr.h.
36279         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
36280         (Depends-on): Add unistr/base.
36281         (configure.ac): Remove gl_UCS4_UTF.
36282         (Makefile.am): Update.
36283         (Include): Change to unistr.h.
36284         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
36285         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
36286         utf8-ucs4-unsafe.h.
36287         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
36288         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
36289         utf16-ucs4-unsafe.h.
36290         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
36291         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
36292         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
36293         * lib/unistr/u8-strchr.c: Likewise.
36294         * lib/unistr/u8-strrchr.c: Likewise.
36295         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
36296         * lib/unistr/u16-strchr.c: Likewise.
36297         * lib/unistr/u16-strrchr.c: Likewise.
36298         * lib/striconveh.c: Update.
36299         * lib/linebreak.c: Update.
36300
36301 2007-03-24  Bruno Haible  <bruno@clisp.org>
36302
36303         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
36304         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
36305
36306 2007-03-22  Bruno Haible  <bruno@clisp.org>
36307
36308         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
36309
36310 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36311
36312         * MODULES.html.sh (File system functions): New module write-any-file.
36313         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
36314         * m4/write-any-file.m4: New files.
36315
36316 2007-03-23  Eric Blake  <ebb9@byu.net>
36317
36318         * gnulib-tool: Rearrange space-tab sequences, since some editors
36319         like to eat them.
36320
36321 2007-03-23  Eric Blake  <ebb9@byu.net>
36322
36323         * lib/version-etc.c (version_etc_va): Update license wording to
36324         be more concise.  Recommended by Richard Stallman.
36325
36326 2007-03-22  Bruno Haible  <bruno@clisp.org>
36327
36328         * lib/poll.c (MSG_PEEK): New fallback definition.
36329
36330 2007-03-22  Bruno Haible  <bruno@clisp.org>
36331
36332         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
36333         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
36334         (main): Update.
36335         Fixes a compilation error on BeOS.
36336
36337 2007-03-22  Bruno Haible  <bruno@clisp.org>
36338
36339         * modules/frexpl-tests: New file.
36340         * tests/test-frexpl.c: New file.
36341
36342         * modules/frexpl: New file.
36343         * m4/frexpl.m4: New file.
36344         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
36345         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
36346         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
36347         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
36348         (Depends-on): Add frexpl. Remove isnanl-nolibm.
36349         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
36350
36351 2007-03-22  Bruno Haible  <bruno@clisp.org>
36352
36353         * lib/frexpl.c: Share code with lib/frexp.c.
36354         * modules/mathl (Files): Add lib/frexp.c.
36355         (Depends-on): Add isnanl-nolibm.
36356
36357 2007-03-22  Bruno Haible  <bruno@clisp.org>
36358
36359         * modules/printf-frexp (Files): Add m4/frexp.m4.
36360         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
36361         only if the found frexp function actually works.
36362
36363 2007-03-22  Bruno Haible  <bruno@clisp.org>
36364
36365         * lib/frexp.c: Remove older implementation that uses divisions.
36366
36367 2007-03-21  Bruno Haible  <bruno@clisp.org>
36368
36369         * modules/frexp-tests: New file.
36370         * tests/test-frexp.c: New file.
36371
36372         * modules/frexp: New file.
36373         * lib/frexp.c: New file.
36374         * m4/frexp.m4: New file.
36375         * lib/math_.h (frexp): New declaration.
36376         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
36377         REPLACE_FREXP.
36378         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
36379
36380 2007-03-21  Bruno Haible  <bruno@clisp.org>
36381
36382         * modules/isnanl-tests: New file.
36383         * tests/test-isnanl.c: New file.
36384
36385         * modules/isnanl: New file.
36386         * lib/isnanl.h: New file.
36387         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
36388         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
36389         gl_FUNC_ISNANL_WORKS.
36390         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
36391         New macros.
36392
36393 2007-03-21  Bruno Haible  <bruno@clisp.org>
36394
36395         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
36396         lib/isnanl.h.
36397         (Include): Update.
36398         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
36399         * lib/vasnprintf.c: Update.
36400         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
36401         tests/test-isnanl.h, remove tests/test-isnanl.c.
36402         (Makefile.am): Update.
36403         * tests/test-isnanl-nolibm.c: New file.
36404         * tests/test-isnanl.h: New file.
36405         * tests/test-isnanl.c: Remove file.
36406
36407 2007-03-21  Jim Meyering  <jim@meyering.net>
36408
36409         When trying to open ".", treat ESTALE like EACCES.
36410         * lib/savewd.c (savewd_save): Resort to forking not just upon
36411         failure with EACCES, but also when errno is ESTALE.
36412
36413 2007-03-20  Bruno Haible  <bruno@clisp.org>
36414
36415         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
36416         Needed on AIX 5.1. Reported by Matthew Woehlke.
36417
36418 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36419
36420         Suggestions by Bruno Haible:
36421         * lib/acl-internal.h: Include "gettext.h" rather than rolling
36422         our own.
36423         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
36424         * modules/acl (Depends-on): Add gettext.
36425
36426 2007-03-19  Bruno Haible  <bruno@clisp.org>
36427
36428         * modules/iconvme: Remove file.
36429         * lib/iconvme.h: Remove file.
36430         * lib/iconvme.c: Remove file.
36431         * m4/iconvme.m4: Remove file.
36432
36433 2007-03-19  Bruno Haible  <bruno@clisp.org>
36434
36435         * doc/relocatable-maint.texi: Break long shell script line.
36436         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36437
36438 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36439
36440         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
36441         handle file_has_acl.
36442         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
36443         * lib/acl.c: Move header inclusions and related macro defns into
36444         lib/acl-internal.h.
36445         (S_ISLNK): Remove defn, since that's now done for us.
36446         (file_has_acl): Move to lib/file-has-acl.c.
36447         Call acl_trivial if available.  This is the crucial part of the fix.
36448         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
36449         shared within the library.  Rewrite a bit, partly to make it compatible
36450         with the GNU coding style.
36451         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
36452         Remove unnecessary double-quotes.
36453         Don't test for acl_to_text; the build will catch that.
36454         Replace acl_entries if it doesn't exist and it is needed.
36455         Check for -lsec and acl_trivial (as used on Solaris 10).
36456         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
36457         lib/file-has-acl.c.
36458         (Depends-on): Add sys_stat, for S_ISLNK.
36459
36460 2007-03-19  Ben Pfaff  <blp@gnu.org>
36461
36462         * doc/gnulib.texi: Fix typos.
36463         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36464
36465 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36466
36467         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
36468         If size is zero here, buf must be zero.
36469
36470 2007-03-19  Simon Josefsson  <simon@josefsson.org>
36471
36472         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
36473         <bruno@clisp.org>.
36474
36475 2007-03-18  Bruno Haible  <bruno@clisp.org>
36476
36477         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
36478         Suggested by Eric Blake.
36479
36480 2007-03-18  Ben Pfaff  <blp@gnu.org>
36481
36482         * doc/relocatable.texi: Recommend using as prefix a directory
36483         that does not exist and will never be created.  Based on
36484         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
36485         and others.
36486
36487 2007-03-17  Bruno Haible  <bruno@clisp.org>
36488
36489         * lib/fchownat.c: Include lchown.h.
36490
36491 2007-03-17  Bruno Haible  <bruno@clisp.org>
36492
36493         Fix endless loop when the given allocated size was > INT_MAX.
36494         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
36495         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
36496         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
36497         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
36498         * lib/sprintf.c (sprintf): Likewise.
36499
36500 2007-03-17  Bruno Haible  <bruno@clisp.org>
36501
36502         * tests/test-argp-2.sh (func_compare): Output a context diff.
36503
36504 2007-03-17  Bruno Haible  <bruno@clisp.org>
36505
36506         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
36507         locale's decimal-point character.
36508
36509 2007-03-17  Bruno Haible  <bruno@clisp.org>
36510
36511         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
36512         before comparing it. Needed because on some platforms (e.g. x86) a
36513         'long double' occupies less bytes than sizeof (long double).
36514
36515 2007-03-17  Bruno Haible  <bruno@clisp.org>
36516
36517         * tests/test-crc.c (main): Make printf statements 64-bit clean.
36518         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
36519         * tests/test-getaddrinfo.c (simple): Likewise.
36520         * tests/test-read-file.c (main): Likewise.
36521
36522 2007-03-17  Bruno Haible  <bruno@clisp.org>
36523
36524         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
36525
36526 2007-03-17  Bruno Haible  <bruno@clisp.org>
36527
36528         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
36529         unused variable.
36530
36531 2007-03-17  Bruno Haible  <bruno@clisp.org>
36532
36533         * tests/test-c-strcasecmp.c: Include c-strcase.h.
36534         * tests/test-c-strncasecmp.c: Likewise.
36535
36536 2007-03-17  Bruno Haible  <bruno@clisp.org>
36537
36538         * modules/stdlib (Depends-on): Add unistd.
36539         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
36540         Needed for MacOS X 10.3.
36541
36542 2007-03-17  Bruno Haible  <bruno@clisp.org>
36543
36544         * lib/unistr/u-strdup.h: Include <stdlib.h>.
36545
36546 2007-03-17  Bruno Haible  <bruno@clisp.org>
36547
36548         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
36549
36550 2007-03-17  Bruno Haible  <bruno@clisp.org>
36551
36552         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
36553         to reflect files copied from gnulib (with or without modifications).
36554         Suggested by Jim Meyering.
36555
36556 2007-03-17  Eric Blake  <ebb9@byu.net>
36557
36558         * NEWS: Document stdlib change from 2007-02-18.
36559
36560 2007-03-17  Jim Meyering  <jim@meyering.net>
36561
36562         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
36563         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
36564         someone uses a name containing shell meta-characters.
36565         Reported by Alfred M. Szmidt.
36566
36567         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
36568
36569 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36570
36571         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
36572         and copy gettext configuration files only if configure.ac contains
36573         a use of AM_GNU_GETTEXT_VERSION.
36574
36575 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36576
36577         * build-aux/bootstrap (gnulib_name): New variable.
36578         (gnulib_tool_options): Use it.
36579
36580 2007-03-13  Simon Josefsson  <simon@josefsson.org>
36581
36582         * tests/test-des.c: Use new namespace.
36583
36584 2007-03-15  Bruno Haible  <bruno@clisp.org>
36585
36586         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
36587         Reported by James Youngman <jay@gnu.org>.
36588
36589 2007-03-15  Bruno Haible  <bruno@clisp.org>
36590
36591         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
36592         declared prototype. Needed with cc on OSF/1 5.1.
36593
36594 2007-03-15  Bruno Haible  <bruno@clisp.org>
36595
36596         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
36597         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
36598         (struct gl_list_implementation): Add dispose_fn argument to the
36599         'create_empty', 'create' methods.
36600         (struct gl_list_impl_base): Add field 'dispose_fn'.
36601         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
36602         argument.
36603         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
36604         dispose_fn argument.
36605         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
36606         dispose_fn on the dropped values.
36607         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
36608         dispose_fn argument.
36609         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
36610         dropped values.
36611         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
36612         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36613         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
36614         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36615         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
36616         argument.
36617         (gl_tree_list_free): Call dispose_fn on the dropped values.
36618         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
36619         the dropped values.
36620         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
36621         Add dispose_fn argument.
36622         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
36623         Call dispose_fn on the dropped values.
36624         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
36625         Add dispose_fn argument.
36626         (gl_sublist_create): Initialize the 'dispose_fn' field.
36627         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
36628         * tests/test-array_list.c (main): Update.
36629         * tests/test-carray_list.c (main): Update.
36630         * tests/test-avltree_list.c (main): Update.
36631         * tests/test-rbtree_list.c (main): Update.
36632         * tests/test-avltreehash_list.c (main): Update.
36633         * tests/test-rbtreehash_list.c (main): Update.
36634         * tests/test-linked_list.c (main): Update.
36635         * tests/test-linkedhash_list.c (main): Update.
36636         * tests/test-array_oset.c (main): Update.
36637
36638 2007-03-15  Bruno Haible  <bruno@clisp.org>
36639
36640         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
36641         (gl_oset_create_empty): Add dispose_fn argument.
36642         (struct gl_oset_implementation): Add dispose_fn argument to
36643         'create_empty' method.
36644         (struct gl_oset_impl_base): Add dispose_fn field.
36645         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
36646         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
36647         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
36648         values.
36649         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
36650         (gl_tree_oset_free): Call dispose_fn on the dropped values.
36651         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36652         dropped value.
36653         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36654         dropped value.
36655         * tests/test-array_oset.c (main): Update.
36656         * tests/test-avltree_oset.c (main): Update.
36657         * tests/test-rbtree_oset.c (main): Update.
36658         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
36659
36660 2007-03-13  Bruno Haible  <bruno@clisp.org>
36661
36662         * tests/test-stdbool.c (i): Update after last patch.
36663
36664 2007-03-12  Bruno Haible  <bruno@clisp.org>
36665
36666         * lib/quotearg.c: Include <wctype.h> early, before the definition of
36667         the iswprint macro. Needed on Solaris 2.5.1.
36668
36669 2007-03-12  Bruno Haible  <bruno@clisp.org>
36670
36671         * tests/test-printf-frexp.c (main): Declare x as volatile.
36672
36673 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36674
36675         * doc/gnulib.texi (Build robot for gnulib): New section.
36676
36677 2007-03-12  Jim Meyering  <jim@meyering.net>
36678
36679         * build-aux/bootstrap: New file.
36680         * build-aux/bootstrap.conf: New file, from coreutils.
36681
36682 2007-03-11  Bruno Haible  <bruno@clisp.org>
36683
36684         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
36685
36686 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36687
36688         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
36689         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
36690         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
36691
36692 2007-03-11  Bruno Haible  <bruno@clisp.org>
36693
36694         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
36695         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
36696
36697 2007-03-11  Bruno Haible  <bruno@clisp.org>
36698
36699         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
36700         formula. Needed for SunPRO C 5.0.
36701
36702 2007-03-11  Bruno Haible  <bruno@clisp.org>
36703
36704         * modules/long-options (Depends-on): Add getopt.
36705
36706 2007-03-11  Bruno Haible  <bruno@clisp.org>
36707
36708         * modules/modechange (Depends-on): Add stdbool.
36709
36710 2007-03-11  Bruno Haible  <bruno@clisp.org>
36711
36712         * modules/i-ring (Depends-on): Add stdbool.
36713
36714 2007-03-11  Bruno Haible  <bruno@clisp.org>
36715
36716         * modules/gc-des (Depends-on): Add stdbool.
36717
36718 2007-03-11  Bruno Haible  <bruno@clisp.org>
36719
36720         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
36721
36722 2007-03-11  Bruno Haible  <bruno@clisp.org>
36723
36724         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
36725
36726 2007-03-11  Bruno Haible  <bruno@clisp.org>
36727
36728         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
36729
36730 2007-03-11  Bruno Haible  <bruno@clisp.org>
36731
36732         * lib/vasnprintf.c (sprintf): Undefine.
36733
36734 2007-03-11  Bruno Haible  <bruno@clisp.org>
36735
36736         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
36737         initializers in SunPRO C and Compaq C compilers.
36738
36739 2007-03-11  Bruno Haible  <bruno@clisp.org>
36740
36741         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
36742         decrementing code ANSI C compliant.
36743
36744 2007-03-11  Bruno Haible  <bruno@clisp.org>
36745
36746         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
36747         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
36748
36749 2007-03-11  Bruno Haible  <bruno@clisp.org>
36750
36751         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
36752         <stdbool.h> substitute doesn't pass.
36753
36754 2007-03-11  Bruno Haible  <bruno@clisp.org>
36755
36756         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
36757
36758 2007-03-11  Bruno Haible  <bruno@clisp.org>
36759
36760         * gnulib-tool (func_create_megatestdir): Create also an autobuild
36761         script, for submission to autobuild.josefsson.org.
36762
36763 2007-03-10  Bruno Haible  <bruno@clisp.org>
36764
36765         * modules/canonicalize-lgpl-tests: New file.
36766         * tests/test-canonicalize-lgpl.sh: New file.
36767         * tests/test-canonicalize-lgpl.c: New file.
36768
36769         * modules/c-strcase-tests: New file.
36770         * tests/test-c-strcase.sh: New file.
36771         * tests/test-c-strcasecmp.c: New file.
36772         * tests/test-c-strncasecmp.c: New file.
36773
36774         * modules/atexit-tests: New file.
36775         * tests/test-atexit.sh: New file.
36776         * tests/test-atexit.c: New file.
36777
36778 2007-03-10  Bruno Haible  <bruno@clisp.org>
36779
36780         * tests/test-binary-io.sh: Use temporary filenames that are not so
36781         likely to clash with those of other tests (in a parallel make).
36782         * tests/test-binary-io.c: Likewise.
36783
36784 2007-03-10  Bruno Haible  <bruno@clisp.org>
36785
36786         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
36787         fallback; use #error instead.
36788         Suggested by Simon Josefsson.
36789
36790 2007-03-10  Bruno Haible  <bruno@clisp.org>
36791
36792         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
36793         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
36794         first and the last.
36795
36796 2007-03-10  Bruno Haible  <bruno@clisp.org>
36797
36798         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
36799
36800 2007-03-10  Bruno Haible  <bruno@clisp.org>
36801
36802         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
36803         "make distcheck".
36804         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
36805         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
36806         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
36807
36808 2007-03-10  Bruno Haible  <bruno@clisp.org>
36809
36810         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
36811         variable.
36812         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
36813         variable.
36814
36815 2007-03-09  Eric Blake  <ebb9@byu.net>
36816         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
36817
36818         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
36819         types are not being provided by gnulib.
36820         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
36821         types are supported.
36822
36823 2007-03-10  Bruno Haible  <bruno@clisp.org>
36824
36825         * lib/stdio_.h (__attribute__): New macro.
36826         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
36827         vsprintf): Specify __attribute__ __format__ for GCC.
36828         Suggested by Eric Blake.
36829
36830 2007-03-09  Bruno Haible  <bruno@clisp.org>
36831
36832         * modules/printf-posix-tests: New file.
36833         * tests/test-printf-posix.sh: New file.
36834         * tests/test-printf-posix.c: New file.
36835
36836         * modules/printf-posix: New file.
36837         * lib/printf.c: New file.
36838         * m4/printf-posix-rpl.m4: New file.
36839         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
36840         REPLACE_PRINTF.
36841         * lib/stdio_.h (printf): New declaration.
36842         (format, __format__, ____printf____, ____scanf____, ____strftime____,
36843         ____strfmon____): New macros.
36844         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
36845         REPLACE_PRINTF.
36846
36847 2007-03-09  Bruno Haible  <bruno@clisp.org>
36848
36849         * tests/test-vasnprintf-posix2.sh: New file.
36850         * tests/test-vasnprintf-posix2.c: New file.
36851         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
36852         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
36853         (Makefile.am): Activate test-vasnprintf-posix2.sh.
36854
36855         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
36856         a locale dependent decimal point, rather than always '.'.
36857
36858 2007-03-09  Eric Blake  <ebb9@byu.net>
36859
36860         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
36861         spite of platforms like Tandem/NSK that define it to -1.
36862
36863 2007-03-08  Bruno Haible  <bruno@clisp.org>
36864
36865         * modules/vprintf-posix-tests: New file.
36866         * tests/test-vprintf-posix.sh: New file.
36867         * tests/test-vprintf-posix.c: New file.
36868         * tests/test-printf-posix.h: New file.
36869
36870         * modules/vprintf-posix: New file.
36871         * lib/vprintf.c: New file.
36872         * m4/vprintf-posix.m4: New file.
36873         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
36874         REPLACE_VPRINTF.
36875         * lib/stdio_.h (vprintf): New declaration.
36876         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
36877         REPLACE_VPRINTF.
36878
36879 2007-03-08  Bruno Haible  <bruno@clisp.org>
36880
36881         * modules/fprintf-posix-tests: New file.
36882         * tests/test-fprintf-posix.sh: New file.
36883         * tests/test-fprintf-posix.c: New file.
36884
36885         * modules/fprintf-posix: New file.
36886         * lib/fprintf.c: New file.
36887         * m4/fprintf-posix.m4: New file.
36888         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
36889         REPLACE_FPRINTF.
36890         * lib/stdio_.h (fprintf): New declaration.
36891         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
36892         REPLACE_FPRINTF.
36893
36894 2007-03-08  Bruno Haible  <bruno@clisp.org>
36895
36896         * modules/vfprintf-posix-tests: New file.
36897         * tests/test-vfprintf-posix.sh: New file.
36898         * tests/test-vfprintf-posix.c: New file.
36899         * tests/test-fprintf-posix.h: New file.
36900         * tests/test-fprintf-posix.out: New file.
36901
36902         * modules/vfprintf-posix: New file.
36903         * lib/vfprintf.c: New file.
36904         * m4/vfprintf-posix.m4: New file.
36905         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
36906         REPLACE_VFPRINTF.
36907         * lib/stdio_.h (vfprintf): New declaration.
36908         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
36909         REPLACE_VFPRINTF.
36910
36911 2007-03-08  Bruno Haible  <bruno@clisp.org>
36912
36913         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
36914
36915 2007-03-08  Bruno Haible  <bruno@clisp.org>
36916
36917         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
36918         instead of 'expr' invocations.
36919         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36920         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36921         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36922         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36923         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36924         Suggested by Paul Eggert.
36925
36926 2007-03-08  Bruno Haible  <bruno@clisp.org>
36927
36928         * modules/fseterr-tests: New file.
36929         * tests/test-fseterr.c: New file.
36930
36931         * modules/fseterr: New file.
36932         * lib/fseterr.h: New file.
36933         * lib/fseterr.c: New file.
36934
36935 2007-03-08  Bruno Haible  <bruno@clisp.org>
36936
36937         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
36938         * lib/getopt_.h: Likewise.
36939         * lib/mbswidth.h: Likewise.
36940         * lib/setenv.h: Likewise.
36941         * lib/vasnprintf.h: Likewise.
36942         * lib/vasprintf.h: Likewise.
36943         * lib/verror.h: Likewise.
36944         * lib/xsetenv.h: Likewise.
36945         * lib/xvasprintf.h: Likewise.
36946
36947 2007-03-08  Jim Meyering  <jim@meyering.net>
36948
36949         * users.txt: Add parted.
36950
36951         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
36952
36953 2007-03-07  Bruno Haible  <bruno@clisp.org>
36954
36955         * m4/printf.m4: Make the shell script snippets copy&pastable.
36956
36957 2007-03-02  Bruno Haible  <bruno@clisp.org>
36958
36959         * lib/netinet_in_.h: New file.
36960         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
36961         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
36962         * modules/netinet_in (Files): Add lib/netinet_in_.h.
36963         (Depends-on): Add absolute-header.
36964         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
36965         into netinet/in.h.
36966
36967 2007-03-03  Bruno Haible  <bruno@clisp.org>
36968
36969         * lib/sys_select_.h: New file.
36970         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
36971         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
36972         * modules/sys_select (Files): Add lib/sys_select_.h.
36973         (Depends-on): Add absolute-header.
36974         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
36975         into sys/select.h.
36976
36977 2007-03-02  Bruno Haible  <bruno@clisp.org>
36978
36979         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
36980         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
36981         values.
36982         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
36983         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
36984         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
36985         * modules/sys_socket (Depends-on): Add absolute-header.
36986         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
36987         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
36988         (Include): Remove requirement of inclusion of <sys/types.h>.
36989
36990 2007-03-02  Bruno Haible  <bruno@clisp.org>
36991
36992         * lib/byteswap_.h (bswap_32): Fix formula.
36993
36994 2007-03-06  Bruno Haible  <bruno@clisp.org>
36995
36996         * modules/sprintf-posix-tests: New file.
36997         * tests/test-sprintf-posix.c: New file.
36998
36999         * modules/sprintf-posix: New file.
37000         * lib/sprintf.c: New file.
37001         * m4/sprintf-posix.m4: New file.
37002         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
37003         REPLACE_SPRINTF.
37004         * lib/stdio_.h (sprintf): New declaration.
37005         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
37006         REPLACE_SPRINTF.
37007
37008 2007-03-06  Bruno Haible  <bruno@clisp.org>
37009
37010         * modules/vsprintf-posix-tests: New file.
37011         * tests/test-vsprintf-posix.c: New file.
37012         * tests/test-sprintf-posix.h: New file.
37013
37014         * modules/vsprintf-posix: New file.
37015         * lib/vsprintf.c: New file.
37016         * m4/vsprintf-posix.m4: New file.
37017         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
37018         REPLACE_VSPRINTF.
37019         * lib/stdio_.h (vsprintf): New declaration.
37020         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
37021         REPLACE_VSPRINTF.
37022
37023 2007-03-06  Bruno Haible  <bruno@clisp.org>
37024
37025         * modules/vsnprintf (Depend-on): Remove minmax.
37026
37027 2007-03-06  Bruno Haible  <bruno@clisp.org>
37028
37029         * modules/snprintf-posix-tests: New file.
37030         * tests/test-snprintf-posix.c: New file.
37031
37032         * modules/snprintf-posix: New file.
37033         * m4/snprintf-posix.m4: New file.
37034         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
37035         gl_FUNC_SNPRINTF.
37036         (gl_FUNC_SNPRINTF): Invoke it.
37037         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
37038         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
37039         is set.
37040         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
37041
37042 2007-03-06  Bruno Haible  <bruno@clisp.org>
37043
37044         * modules/vsnprintf-posix-tests: New file.
37045         * tests/test-vsnprintf-posix.c: New file.
37046         * tests/test-snprintf-posix.h: New file.
37047
37048         * modules/vsnprintf-posix: New file.
37049         * m4/vsnprintf-posix.m4: New file.
37050         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
37051         gl_FUNC_VSNPRINTF.
37052         (gl_FUNC_VSNPRINTF): Invoke it.
37053         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
37054         * lib/stdio_.h (vsnprintf): Define as a replacement if
37055         REPLACE_VSNPRINTF is set.
37056         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
37057
37058 2007-03-06  Bruno Haible  <bruno@clisp.org>
37059
37060         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
37061         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
37062
37063 2007-03-06  Bruno Haible  <bruno@clisp.org>
37064
37065         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
37066         (asinl): Declare also if HAVE_DECL_ASINL is set.
37067         (atanl): Declare also if HAVE_DECL_ATANL is set.
37068         (ceill): Declare also if HAVE_DECL_CEILL is set.
37069         (cosl): Declare also if HAVE_DECL_COSL is set.
37070         (expl): Declare also if HAVE_DECL_EXPL is set.
37071         (floorl): Declare also if HAVE_DECL_FLOORL is set.
37072         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
37073         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
37074         (logl): Declare also if HAVE_DECL_LOGL is set.
37075         (sinl): Declare also if HAVE_DECL_SINL is set.
37076         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
37077         (tanl): Declare also if HAVE_DECL_TANL is set.
37078         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
37079         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
37080         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
37081         declaration of frexpl, ldexpl.
37082         * modules/printf-frexpl (Depends-on): Add math.
37083         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
37084
37085 2007-03-05  Bruno Haible  <bruno@clisp.org>
37086
37087         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
37088         frexpl and ldexpl are declared.
37089         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
37090
37091 2007-03-05  Bruno Haible  <bruno@clisp.org>
37092
37093         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
37094         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
37095
37096 2007-03-05  Bruno Haible  <bruno@clisp.org>
37097
37098         * lib/stdio_.h: Include <stddef.h>.
37099
37100 2007-03-05  Bruno Haible  <bruno@clisp.org>
37101
37102         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
37103
37104 2007-03-05  Bruno Haible  <bruno@clisp.org>
37105
37106         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
37107         NetBSD 4, from Ralf Wildenhues.
37108
37109 2007-03-04  Bruno Haible  <bruno@clisp.org>
37110
37111         * lib/vasprintf.h: Update #if logic for the case when the functions
37112         exist but are overridden.
37113
37114 2007-03-04  Bruno Haible  <bruno@clisp.org>
37115
37116         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
37117         implementations: glibc-2.4 and MacOS X 10.3.
37118         * tests/test-vasnprintf-posix.c (test_function): Test also the case
37119         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
37120         * tests/test-vasprintf-posix.c (test_function): Likewise.
37121
37122 2007-03-04  Bruno Haible  <bruno@clisp.org>
37123
37124         * modules/vasprintf-posix-tests: New file.
37125         * tests/test-vasprintf-posix.c: New file.
37126
37127         * modules/vasprintf-posix: New file.
37128         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
37129         defined.
37130         * m4/vasprintf-posix.m4: New file.
37131         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
37132         gl_FUNC_VASPRINTF.
37133         (gl_FUNC_VASPRINTF): Invoke it.
37134         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
37135         here.
37136         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
37137
37138 2007-03-04  Bruno Haible  <bruno@clisp.org>
37139
37140         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
37141         REPLACE_GETTIMEOFDAY.
37142         * modules/sys_time (Makefile.am): Likewise.
37143         * m4/sys_time_h.m4: Likewise.
37144         * m4/gettimeofday.m4: Likewise.
37145
37146 2007-03-04  Bruno Haible  <bruno@clisp.org>
37147
37148         * modules/vasnprintf-posix-tests: New file.
37149         * tests/test-vasnprintf-posix.c: New file.
37150
37151         * modules/vasnprintf-posix: New file.
37152         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37153         printf-frexpl.h.
37154         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37155         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37156         REPLACE_VASNPRINTF is defined.
37157         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37158         gl_FUNC_VASNPRINTF.
37159         (gl_FUNC_VASNPRINTF): Invoke it.
37160         * m4/vasnprintf-posix.m4: New file.
37161         * m4/printf.m4: New file.
37162
37163 2007-03-04  Bruno Haible  <bruno@clisp.org>
37164
37165         Compile progreloc.c only if --enable-relocatable is specified.
37166         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
37167         if --enable-relocatable was specified.
37168         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
37169         lib_SOURCES.
37170
37171 2007-03-04  Jim Meyering  <jim@meyering.net>
37172
37173         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
37174         Use it consistently, rather than enumerating errno constants.
37175
37176 2007-03-04  Bruno Haible  <bruno@clisp.org>
37177
37178         * modules/xvasprintf-tests: New file.
37179         * tests/test-xvasprintf.c: New file.
37180
37181         * modules/vasprintf-tests: New file.
37182         * tests/test-vasprintf.c: New file.
37183
37184         * modules/vasnprintf-tests: New file.
37185         * tests/test-vasnprintf.c: New file.
37186
37187         * modules/vsnprintf-tests: New file.
37188         * tests/test-vsnprintf.c: New file.
37189
37190         * modules/snprintf-tests: New file.
37191         * tests/test-snprintf.c: New file.
37192
37193 2007-03-04  Bruno Haible  <bruno@clisp.org>
37194
37195         Compile relocatable.c only if --enable-relocatable is specified.
37196         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
37197         gl_RELOCATABLE_LIBRARY.
37198         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
37199         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
37200         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
37201         gl_RELOCATABLE_LIBRARY.
37202         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
37203         (Makefile.am): Remove lib_SOURCES.
37204         * modules/relocatable-lib-lgpl (configure.ac): Invoke
37205         gl_RELOCATABLE_LIBRARY.
37206         (Makefile.am): Remove lib_SOURCES.
37207         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
37208         always.
37209         * modules/relocatable-prog-wrapper (configure.ac): Invoke
37210         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
37211
37212 2007-03-04  Bruno Haible  <bruno@clisp.org>
37213
37214         * modules/argmatch-tests: New file.
37215         * tests/test-argmatch.c: New file.
37216
37217         * tests/test-allocsa.c (main): Halve the number of loop runs.
37218
37219         * modules/alloca-opt-tests: New file.
37220         * tests/test-alloca-opt.c: New file.
37221
37222 2007-03-04  Jim Meyering  <jim@meyering.net>
37223
37224         Work around difference between Linux ACLs and Solaris 10 ZFS.
37225         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
37226         for EINVAL.
37227
37228 2007-03-03  Bruno Haible  <bruno@clisp.org>
37229
37230         * modules/relocatable-prog (Depends-on): Add back progreloc's
37231         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
37232
37233 2007-03-03  Bruno Haible  <bruno@clisp.org>
37234
37235         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
37236         * modules/relocatable-lib: New file.
37237
37238 2007-03-03  Bruno Haible  <bruno@clisp.org>
37239
37240         * modules/relocatable-prog: Renamed from modules/relocatable.
37241         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
37242
37243 2007-03-03  Bruno Haible  <bruno@clisp.org>
37244
37245         * modules/relocatable-script (Files): Add doc/relocatable.texi,
37246         m4/relocatable-lib.m4.
37247         (Depends-on): Remove 'relocatable'.
37248         (configure.ac): Add gl_RELOCATABLE_NOP.
37249
37250 2007-03-03  Bruno Haible  <bruno@clisp.org>
37251
37252         * modules/relocatable-prog-wrapper: New file.
37253         * modules/relocatable (Depends-on): Add it. Remove all other
37254         dependencies except progname.
37255         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
37256
37257         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37258         (gl_FUNC_STRERROR): Nop.
37259         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
37260
37261         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
37262         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
37263
37264         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
37265         (gl_FUNC_READLINK): Update.
37266
37267         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
37268
37269 2007-03-03  Bruno Haible  <bruno@clisp.org>
37270
37271         * lib/xreadlink.c: Include <unistd.h> unconditionally.
37272         * modules/xreadlink (Depends-on): Add unistd.
37273         * modules/xreadlink-with-size (Depends-on): Likewise.
37274
37275 2007-03-03  Bruno Haible  <bruno@clisp.org>
37276
37277         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
37278         extracted from gt_FUNC_SETENV.
37279         (gt_FUNC_SETENV): Remove macro.
37280         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
37281         remove gt_FUNC_SETENV.
37282
37283 2007-03-03  Bruno Haible  <bruno@clisp.org>
37284
37285         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
37286         ENABLE_RELOCATABLE here.
37287         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
37288
37289 2007-03-03  Bruno Haible  <bruno@clisp.org>
37290
37291         * modules/rbtreehash-list-tests (Depends-on): Add progname.
37292         * tests/test-rbtreehash_list.c: Include progname.h.
37293         (main): Call set_program_name.
37294
37295         * modules/rbtree-oset-tests (Depends-on): Add progname.
37296         * tests/test-rbtree_oset.c: Include progname.h.
37297         (main): Call set_program_name.
37298
37299         * modules/rbtree-list-tests (Depends-on): Add progname.
37300         * tests/test-rbtree_list.c: Include progname.h.
37301         (main): Call set_program_name.
37302
37303         * modules/linked-list-tests (Depends-on): Add progname.
37304         * tests/test-linked_list.c: Include progname.h.
37305         (main): Call set_program_name.
37306
37307 2007-03-03  Bruno Haible  <bruno@clisp.org>
37308
37309         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
37310         All uses of __restrict changed to _Restrict_.
37311         * lib/glob_.h (__restrict): Remove macro.
37312
37313 2007-03-02  Bruno Haible  <bruno@clisp.org>
37314
37315         * modules/gettext (configure.ac): Require gettext infrastructure
37316         from version 0.16.1.
37317
37318 2007-03-02  Bruno Haible  <bruno@clisp.org>
37319
37320         * modules/linkedhash-list-tests (Depends-on): Add progname.
37321         * tests/test-linkedhash_list.c: Include progname.h.
37322         (main): Call set_program_name.
37323
37324         * modules/carray-list-tests (Depends-on): Add progname.
37325         * tests/test-carray_list.c: Include progname.h.
37326         (main): Call set_program_name.
37327
37328         * modules/avltreehash-list-tests (Depends-on): Add progname.
37329         * tests/test-avltreehash_list.c: Include progname.h.
37330         (main): Call set_program_name.
37331
37332         * modules/avltree-oset-tests (Depends-on): Add progname.
37333         * tests/test-avltree_oset.c: Include progname.h.
37334         (main): Call set_program_name.
37335
37336         * modules/avltree-list-tests (Depends-on): Add progname.
37337         * tests/test-avltree_list.c: Include progname.h.
37338         (main): Call set_program_name.
37339
37340         * modules/array-oset-tests (Depends-on): Add progname.
37341         * tests/test-array_oset.c: Include progname.h.
37342         (main): Call set_program_name.
37343
37344         * modules/array-list-tests (Depends-on): Add progname.
37345         * tests/test-array_list.c: Include progname.h.
37346         (main): Call set_program_name.
37347
37348         * modules/argp-tests (Depends-on): Add progname.
37349         * tests/test-argp.c: Include argp.h first. Include progname.h.
37350         (main): Call set_program_name.
37351
37352 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37353
37354         * doc/gnulib-tool.texi (Initial import): Reword description of
37355         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
37356         limited effect even if defined after the first system include.
37357
37358 2007-03-01  Bruno Haible  <bruno@clisp.org>
37359
37360         * build-aux/config.libpath: Update to libtool-1.5.22.
37361         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
37362
37363 2007-03-01  Bruno Haible  <bruno@clisp.org>
37364
37365         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
37366         foo_CFLAGS.
37367         Reported by Ralf Wildenhues.
37368
37369 2007-03-01  Bruno Haible  <bruno@clisp.org>
37370
37371         * build-aux/install-reloc: Remove object files left over by some
37372         compilers.
37373         Reported by Ralf Wildenhues.
37374
37375 2007-03-01  Bruno Haible  <bruno@clisp.org>
37376
37377         * build-aux/install-reloc: Break long lines.
37378
37379 2007-03-01  Bruno Haible  <bruno@clisp.org>
37380
37381         * doc/relocatable.texi: Document that it may not work on OpenBSD.
37382         Reported by Ralf Wildenhues.
37383
37384 2007-03-01  Bruno Haible  <bruno@clisp.org>
37385
37386         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
37387         include ordering constraints.
37388
37389 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37390
37391         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
37392         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
37393         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
37394         as another example.
37395         * lib/time_.h: Fix misspelling.
37396         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37397         Require gl_HEADER_TIME_H_DEFAULTS.
37398         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
37399         * m4/time_r.m4 (gl_TIME_R): Likewise.
37400         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
37401
37402 2007-03-01  Bruno Haible  <bruno@clisp.org>
37403
37404         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
37405         * m4/utimens.m4 (gl_UTIMENS): Likewise.
37406
37407 2007-03-01  Jim Meyering  <jim@meyering.net>
37408
37409         * modules/xreadlink (Maintainer): Add my name.
37410         * modules/xreadlink-with-size (Depends-on): Alphabetize.
37411
37412 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
37413             Bruno Haible  <bruno@clisp.org>
37414
37415         * build-aux/install-reloc: Compile also c-ctype.c.
37416         * build-aux/relocatable.sh.in: New file.
37417         * doc/relocatable.texi: New file.
37418         * doc/relocatable-maint.texi: New file.
37419         * doc/gnulib.texi: Include relocatable-maint.texi.
37420         * lib/progreloc.c: Include unistd.h unconditionally.
37421         * lib/relocwrapper.c: Include unistd.h unconditionally.
37422         Include c-ctype.h.
37423         (add_dotbin): Use c_tolower.
37424         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
37425         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
37426         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
37427         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
37428         to m4/relocatable-lib.m4.
37429         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
37430         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
37431         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
37432         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
37433         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
37434         * modules/relocatable: New file.
37435         * modules/relocatable-lib: New file.
37436         * modules/relocatable-script: New file.
37437
37438 2007-02-28  Bruno Haible  <bruno@clisp.org>
37439
37440         Import --enable-relocatable infrastructure.
37441         * build-aux/config.libpath: New file, from GNU gettext.
37442         * build-aux/install-reloc: New file, from GNU gettext.
37443         * build-aux/reloc-ldflags: New file, from GNU gettext.
37444         * lib/relocatable.h: New file, from GNU gettext.
37445         * lib/relocatable.c: New file, from GNU gettext.
37446         * lib/relocwrapper.c: New file, from GNU gettext.
37447         * m4/relocatable.m4: New file, from GNU gettext.
37448
37449 2007-02-28  Bruno Haible  <bruno@clisp.org>
37450
37451         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
37452
37453         * modules/xreadlink: New file, from GNU gettext with modifications.
37454         * lib/xreadlink.c: New file, from GNU gettext.
37455         * lib/xreadlink.h: Add comments.
37456         (xreadlink): New declaration.
37457
37458         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
37459         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
37460         lib/xreadlink-with-size.c.
37461         (configure.ac): Remove gl_XREADLINK invocation.
37462         (Makefile.am): Augment lib_SOURCES.
37463         * m4/xreadlink.m4: Remove file.
37464         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
37465         (xreadlink_with_size): Renamed from xreadink.
37466         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
37467         * modules/canonicalize (Depends-on): Replace xreadlink with
37468         xreadlink-with-size.
37469         * lib/canonicalize.c (canonicalize_filename_mode): Update.
37470
37471 2007-02-25  Jim Meyering  <jim@meyering.net>
37472
37473         * build-aux/announce-gen: When complaining about excess arguments,
37474         list them.
37475
37476 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37477
37478         * README: Document signed integer overflow situation more
37479         accurately.
37480
37481 2007-02-25  Bruno Haible  <bruno@clisp.org>
37482
37483         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
37484         'a' or 'A' conversion.
37485
37486 2007-02-25  Bruno Haible  <bruno@clisp.org>
37487
37488         * modules/filename: Renamed from modules/pathname.
37489         (Files): Replace lib/pathname.h with lib/filename.h. Replace
37490         lib/concatpath.c with lib/concat-filename.c.
37491         (Makefile.am): Update.
37492         (Include): Replace pathname.h with filename.h.
37493         * lib/filename.h: Renamed from lib/pathname.h.
37494         (concatenated_filename): Renamed from concatenated_pathname.
37495         * lib/concat-filename.c: Renamed from lib/concatpath.c.
37496         (concatenated_filename): Renamed from concatenated_pathname.
37497         * lib/findprog.c: Include filename.h instead of pathname.h.
37498         (find_in_path): Update.
37499         * lib/javacomp.c: Include filename.h instead of pathname.h.
37500         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
37501         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
37502         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
37503         is_oldgcj_14_13_usable, is_javac_usable): Update.
37504         * lib/javaexec.c: Include filename.h instead of pathname.h.
37505         (execute_java_class): Update.
37506         * modules/findprog: Update.
37507         * modules/javacomp: Update.
37508         * modules/javaexec: Update.
37509         * MODULES.html.sh (File system functions): Add 'filename', remove
37510         'pathname'.
37511
37512 2007-02-25  Bruno Haible  <bruno@clisp.org>
37513
37514         * modules/printf-frexpl-tests: New file.
37515         * tests/test-printf-frexpl.c: New file.
37516
37517         * modules/printf-frexpl: New file.
37518         * lib/printf-frexpl.h: New file.
37519         * lib/printf-frexpl.c: New file.
37520         * m4/printf-frexpl.m4: New file.
37521
37522 2007-02-25  Bruno Haible  <bruno@clisp.org>
37523
37524         * modules/printf-frexp-tests: New file.
37525         * tests/test-printf-frexp.c: New file.
37526
37527         * modules/printf-frexp: New file.
37528         * lib/printf-frexp.h: New file.
37529         * lib/printf-frexp.c: New file.
37530         * m4/printf-frexp.m4: New file.
37531
37532 2007-02-25  Bruno Haible  <bruno@clisp.org>
37533
37534         Assume automake >= 1.10 for the tests.
37535         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
37536         * modules/arctwo-tests: Likewise.
37537         * modules/argp-tests: Likewise.
37538         * modules/avltree-list-tests: Likewise.
37539         * modules/avltree-oset-tests: Likewise.
37540         * modules/avltreehash-list-tests: Likewise.
37541         * modules/carray-list-tests: Likewise.
37542         * modules/crc-tests: Likewise.
37543         * modules/des-tests: Likewise.
37544         * modules/gc-arcfour-tests: Likewise.
37545         * modules/gc-arctwo-tests: Likewise.
37546         * modules/gc-des-tests: Likewise.
37547         * modules/gc-hmac-md5-tests: Likewise.
37548         * modules/gc-hmac-sha1-tests: Likewise.
37549         * modules/gc-md2-tests: Likewise.
37550         * modules/gc-md4-tests: Likewise.
37551         * modules/gc-md5-tests: Likewise.
37552         * modules/gc-pbkdf2-sha1-tests: Likewise.
37553         * modules/gc-rijndael-tests: Likewise.
37554         * modules/gc-sha1-tests: Likewise.
37555         * modules/gc-tests: Likewise.
37556         * modules/getaddrinfo-tests: Likewise.
37557         * modules/hmac-md5-tests: Likewise.
37558         * modules/hmac-sha1-tests: Likewise.
37559         * modules/linked-list-tests: Likewise.
37560         * modules/linkedhash-list-tests: Likewise.
37561         * modules/lock-tests: Likewise.
37562         * modules/md2-tests: Likewise.
37563         * modules/md4-tests: Likewise.
37564         * modules/md5-tests: Likewise.
37565         * modules/rbtree-list-tests: Likewise.
37566         * modules/rbtree-oset-tests: Likewise.
37567         * modules/rbtreehash-list-tests: Likewise.
37568         * modules/read-file-tests: Likewise.
37569         * modules/rijndael-tests: Likewise.
37570         * modules/stdint-tests: Likewise.
37571         * modules/tls-tests: Likewise.
37572
37573 2007-02-24  Bruno Haible  <bruno@clisp.org>
37574
37575         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
37576         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
37577         function; instead check whether isnan with a double argument links.
37578         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
37579         function; instead check whether isnan with a 'long double' argument
37580         links.
37581         Reported by Eric Blake <ebb9@byu.net>.
37582
37583 2007-02-24  Bruno Haible  <bruno@clisp.org>
37584
37585         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
37586         defined.
37587         * lib/isnanl.c: Remove all code. Just include isnan.c.
37588         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
37589
37590 2007-02-25  Jim Meyering  <jim@meyering.net>
37591
37592         Avoid conflicting types for 'unsetenv' on FreeBSD.
37593         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
37594         conflicting with FreeBSD's (5.0 and 6.1) function declaration
37595         in stdlib.h.
37596
37597 2007-02-24  Bruno Haible  <bruno@clisp.org>
37598
37599         * modules/isnanl-nolibm-tests: New file.
37600         * tests/test-isnanl.c: New file.
37601
37602         * modules/isnanl-nolibm: New file.
37603         * lib/isnanl.h: New file.
37604         * lib/isnanl.c: New file.
37605         * m4/isnanl.m4: New file.
37606
37607 2007-02-24  Bruno Haible  <bruno@clisp.org>
37608
37609         * modules/isnan-nolibm-tests: New file.
37610         * tests/test-isnan.c: New file.
37611
37612         * modules/isnan-nolibm: New file.
37613         * lib/isnan.h: New file.
37614         * lib/isnan.c: New file.
37615         * m4/isnan.m4: New file.
37616
37617 2007-02-24  Bruno Haible  <bruno@clisp.org>
37618
37619         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
37620         assume that an exponent fits in 20 bits.
37621
37622 2007-02-24  Jim Meyering  <jim@meyering.net>
37623
37624         * m4/regex.m4: Update the description of the configure-time option,
37625         --without-included-regex, to state accurately what the defaults are,
37626         and perhaps to give people an idea why using this option is risky.
37627
37628 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
37629
37630         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
37631         loops on small arguments.  This attempts to avoid the problem
37632         Bruno Haible reported for AIX 4.3.2 in
37633         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
37634
37635 2007-02-23  Bruno Haible  <bruno@clisp.org>
37636
37637         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
37638         Needed for help2man.
37639
37640 2007-02-23  Karl Berry  <karl@gnu.org>
37641
37642         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
37643         exists, foo.h should be cvs-ignored, not committed.
37644
37645 2007-02-23  Eric Blake  <ebb9@byu.net>
37646
37647         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
37648         * lib/stat-time.h (includes): Likewise.
37649         * lib/utimecmp.c (includes): Likewise.
37650         * lib/utimens.h (includes): Likewise.
37651         * lib/getdate.y (includes): Also include "timespec.h" for use
37652         internal to the module.
37653         * modules/utimens (Depends-on): Revert yesterday's patch.
37654         * modules/nanosleep (Depends-on): Add missing dependency.
37655
37656 2007-02-22  Bruno Haible  <bruno@clisp.org>
37657
37658         * lib/glob.c: Don't include getlogin_r.h.
37659
37660 2007-02-22  Jim Meyering  <jim@meyering.net>
37661
37662         * modules/utimens (Depends-on): Add timespec, required for
37663         utimens.h's inclusion of timespec.h.
37664
37665 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
37666
37667         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
37668         long unreadable paths in GNU/Linux.  Problem reported by Andreas
37669         Schwab in
37670         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
37671         I'll try to think of a better way to fix the Solaris problem.
37672
37673         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
37674         like glibc; on Solaris 10, it fails with errno == EINVAL.
37675         POSIX says the behavior is unspecified if the first argument is NULL,
37676         so play it safe and never pass NULL to the system getcwd.
37677
37678 2007-02-21  Jim Meyering  <jim@meyering.net>
37679
37680         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
37681         of gettimeofday.  It would conflict with the one now always
37682         provided via sys_time_.h.  Reported by Matthew Woehlke, as
37683         an IRIX 6.5 build failure.
37684
37685 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
37686
37687         Minor fixups to port to Solaris 10 with Sun C 5.8.
37688         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
37689         * modules/getcwd (Depends-on): Add dirfd.
37690         * lib/putenv.c (putenv): #undef it.
37691         (rpl_putenv): New decl.
37692         (malloc, free): Include <stdlib.h> rather than prototyping separately.
37693
37694 2007-02-20  Bruno Haible  <bruno@clisp.org>
37695
37696         * modules/stdio-tests: New file.
37697         * tests/test-stdio.c: New file.
37698
37699         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
37700         (Depends-on): Add stdio.
37701         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37702         (Include): Use <stdio.h> instead of vsnprintf.h.
37703         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37704         HAVE_DECL_VSNPRINTF.
37705         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
37706
37707         * modules/snprintf (Files): Remove lib/snprintf.h.
37708         (Depends-on): Add stdio.
37709         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37710         (Include): Use <stdio.h> instead of snprintf.h.
37711         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37712         HAVE_DECL_SNPRINTF.
37713         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
37714         * lib/getaddrinfo.c: Likewise.
37715
37716         * modules/stdio: New file.
37717         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
37718         * lib/snprintf.h: Remove file.
37719         * lib/vsnprintf.h: Remove file.
37720         * lib/.cppi-disable: Remove snprintf.h.
37721         * m4/stdio_h.m4: New file.
37722         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
37723
37724 2007-02-20  Jim Meyering  <jim@meyering.net>
37725
37726         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
37727         used by e.g., mingw.  From Bruno Haible.
37728
37729 2007-02-19  Bruno Haible  <bruno@clisp.org>
37730
37731         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
37732         warnings.
37733         Reported by Ben Pfaff <blp@cs.stanford.edu>.
37734
37735 2007-02-19  Bruno Haible  <bruno@clisp.org>
37736
37737         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
37738         from mingw users.
37739
37740 2007-02-19  Bruno Haible  <bruno@clisp.org>
37741
37742         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
37743         warnings.
37744         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
37745
37746 2007-02-19  Jim Meyering  <jim@meyering.net>
37747
37748         Don't use FD after a successful "fdopendir (fd)".
37749         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
37750         Reset it by calling dirfd on the just-obtained DIR*.
37751
37752         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
37753         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
37754
37755 2007-02-18  Bruno Haible  <bruno@clisp.org>
37756
37757         * lib/readlink.c: Include <unistd.h>.
37758         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
37759         HAVE_READLINK.
37760         * modules/readlink (Depends-on): Add unistd.
37761         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37762         (Include): Add <unistd.h>.
37763
37764         * lib/getlogin_r.h: Remove file.
37765         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
37766         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
37767         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
37768         HAVE_DECL_GETLOGIN_R.
37769         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
37770         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37771         (Include): Use <unistd.h> instead of getlogin_r.h.
37772
37773         * lib/getcwd.h: Remove file.
37774         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
37775         * lib/xgetcwd.c: Likewise.
37776         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
37777         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
37778         * modules/getcwd (Files): Remove lib/getcwd.h.
37779         (Depends-on): Add unistd.
37780         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37781         (Include): Use <unistd.h> instad of getcwd.h.
37782
37783         * lib/ftruncate.c: Include <unistd.h> first.
37784         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
37785         Set HAVE_FTRUNCATE.
37786         * modules/ftruncate (Depends-on): Add unistd.
37787         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37788
37789         * lib/fchdir.c: Include <unistd.h> first.
37790         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
37791         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
37792         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
37793         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37794         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
37795
37796         * lib/dup2.c: Include <unistd.h> first.
37797         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
37798         HAVE_DUP2.
37799         * modules/dup2 (Depends-on): Add unistd.
37800         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37801
37802         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
37803         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
37804         REPLACE_CHOWN. Don't define chown as a macro here.
37805         * modules/chown (Depends-on): Add unistd.
37806         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37807
37808         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
37809         Add definition for GL_LINK_WARNING.
37810         (chown, dup2): New declarations.
37811         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
37812         link warning.
37813         (ftruncate): New declaration.
37814         (getcwd): New declaration, taken from old getcwd.h.
37815         (getlogin_r): New declaration, taken from old getlogin_r.h.
37816         (readlink): New declaration.
37817         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
37818         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
37819         (gl_PREREQ_UNISTD): Remove macro.
37820         (gl_UNISTD_MODULE_INDICATOR): New macro.
37821         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
37822         many new variables. Don't set UNISTD_H.
37823         * modules/unistd (Description): Change.
37824         (Depends-on): Add link-warning.
37825         (configure.ac): Update.
37826         (Makefile.am): Create unistd.h always. Substitute many new variables
37827         into it.
37828
37829 2007-02-18  Bruno Haible  <bruno@clisp.org>
37830
37831         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
37832         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
37833         HAVE_GETSUBOPT.
37834         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
37835         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
37836         * lib/getsubopt.h: Remove file.
37837         * modules/getsubopt (Files): Remove lib/getsubopt.h.
37838         (Depends-on): Add stdlib.
37839         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
37840         (Includes): Use <stdlib.h> instead of getsubopt.h.
37841         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
37842         Set HAVE_GETSUBOPT.
37843         * lib/getsubopt.c: Don't include getsubopt.h.
37844
37845 2007-02-18  Bruno Haible  <bruno@clisp.org>
37846
37847         * modules/fchdir (Depends-on): Add dup2.
37848
37849 2007-02-18  Bruno Haible  <bruno@clisp.org>
37850
37851         * lib/stdlib_.h: Handle glibc's special invocation convention
37852         specially.
37853
37854 2007-02-18  Bruno Haible  <bruno@clisp.org>
37855
37856         * modules/stdlib-tests: New file.
37857         * tests/test-stdlib.c: New file.
37858
37859         * modules/mkstemp (Files): Remove lib/mkstemp.h.
37860         (Depends-on): Add stdlib.
37861         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
37862         (Includes): Use <stdlib.h> instead of mkstemp.h.
37863         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
37864         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
37865         * lib/mkstemp.c: Don't include mkstemp.h.
37866         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
37867         * lib/stdlib--.h: Don't include mkstemp.h.
37868
37869         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
37870         (Depends-on): Add stdlib.
37871         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
37872         (Includes): Use <stdlib.h> instead of mkdtemp.h.
37873         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
37874         HAVE_MKDTEMP.
37875         * lib/mkdtemp.c: Don't include mkdtemp.h.
37876         * lib/clean-temp.c: Don't include mkdtemp.h.
37877
37878         * modules/exit (Files): Remove lib/exit.h.
37879         (Depends-on): Add stdlib.
37880         (Makefile.am): Remove lib_SOURCES.
37881         (Include): Use <stdlib.h> instead of exit.h.
37882         * lib/argmatch.c: Don't include exit.h.
37883         * lib/execute.c: Likewise.
37884         * lib/pagealign_alloc.c: Likewise.
37885         * lib/pipe.c: Likewise.
37886         * lib/wait-process.c: Likewise.
37887         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
37888         * lib/exitfail.c: Likewise.
37889         * lib/savewd.c: Likewise.
37890         * lib/xsetenv.c: Likewise.
37891
37892         * modules/stdlib: New file.
37893         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
37894         and extra comments about mkstemp().
37895         * lib/exit.h: Remove file.
37896         * lib/mkdtemp.h: Remove file.
37897         * lib/mkstemp.h: Remove file.
37898         * m4/stdlib_h.m4: New file.
37899         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
37900
37901 2007-02-18  Bruno Haible  <bruno@clisp.org>
37902
37903         * modules/math-tests: New file.
37904         * tests/test-math.c: New file.
37905
37906         * modules/math: New file.
37907         * modules/mathl (Files): Remove lib/mathl.h.
37908         (Depends-on): Add math.
37909         (Makefile.am): Don't mention mathl.h.
37910         (Include): Use <math.h> instead of mathl.h.
37911         * lib/math_.h: New file.
37912         * lib/mathl.h: Remove file.
37913         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
37914         mathl.h.
37915         * lib/asinl.c: Likewise.
37916         * lib/atanl.c: Likewise.
37917         * lib/ceill.c: Likewise.
37918         * lib/cosl.c: Likewise.
37919         * lib/expl.c: Likewise.
37920         * lib/floorl.c: Likewise.
37921         * lib/frexpl.c: Likewise.
37922         * lib/ldexpl.c: Likewise.
37923         * lib/logl.c: Likewise.
37924         * lib/sincosl.c: Likewise.
37925         * lib/sinl.c: Likewise.
37926         * lib/sqrtl.c: Likewise.
37927         * lib/tanl.c: Likewise.
37928         * lib/trigl.c: Likewise.
37929         * m4/math_h.m4: New file.
37930         * MODULES.html.sh (Mathematics): Add math.
37931
37932 2007-02-17  Bruno Haible  <bruno@clisp.org>
37933
37934         * modules/wctype-tests: New file.
37935         * tests/test-wctype.c: New file.
37936
37937         * modules/wchar-tests: New file.
37938         * tests/test-wchar.c: New file.
37939
37940         * modules/unistd-tests: New file.
37941         * tests/test-unistd.c: New file.
37942
37943         * modules/time-tests: New file.
37944         * tests/test-time.c: New file.
37945
37946         * modules/sysexits-tests: New file.
37947         * tests/test-sysexits.c: New file.
37948
37949         * modules/sys_time-tests: New file.
37950         * tests/test-sys_time.c: New file.
37951
37952         * modules/sys_stat-tests: New file.
37953         * tests/test-sys_stat.c: New file.
37954
37955         * modules/sys_socket-tests: New file.
37956         * tests/test-sys_socket.c: New file.
37957
37958         * modules/sys_select-tests: New file.
37959         * tests/test-sys_select.c: New file.
37960
37961         * modules/string-tests: New file.
37962         * tests/test-string.c: New file.
37963
37964         * modules/stdbool-tests: New file.
37965         * tests/test-stdbool.c: New file.
37966
37967         * modules/netinet_in-tests: New file.
37968         * tests/test-netinet_in.c: New file.
37969
37970         * modules/inttypes-tests: New file.
37971         * tests/test-inttypes.c: New file.
37972
37973         * modules/fcntl-tests: New file.
37974         * tests/test-fcntl.c: New file.
37975
37976         * modules/byteswap-tests: New file.
37977         * tests/test-byteswap.c: New file.
37978
37979         * modules/arpa_inet-tests: New file.
37980         * tests/test-arpa_inet.c: New file.
37981
37982 2007-02-17  Bruno Haible  <bruno@clisp.org>
37983
37984         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
37985         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
37986         if the corresponding module is not enabled. Emit link warnings if
37987         the function is used nevertheless.
37988         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
37989         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
37990         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
37991         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
37992         * modules/inttypes (Depends-on): Add link-warning.
37993         (Makefile.am): Copy the contents of build-aux/link-warning.h into
37994         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
37995         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
37996         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
37997         * modules/imaxdiv (configure.ac): Likewise.
37998         * modules/strtoimax (configure.ac): Likewise.
37999         * modules/strtoumax (configure.ac): Likewise.
38000
38001 2007-02-17  Bruno Haible  <bruno@clisp.org>
38002
38003         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
38004         gl_STRING_MODULE_INDICATOR_DEFAULTS.
38005         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
38006         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
38007
38008 2007-02-17  Bruno Haible  <bruno@clisp.org>
38009
38010         * modules/link-warning: New file.
38011         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
38012         * lib/string_.h (GL_LINK_WARNING): Remove definition.
38013         * modules/string (Depends-on): Add link-warning.
38014         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38015         string.h.
38016         * MODULES.html.sh (Support for building libraries and executables): Add
38017         link-warning.
38018
38019 2007-02-17  Bruno Haible  <bruno@clisp.org>
38020
38021         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
38022         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
38023         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
38024         long lines.
38025
38026 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
38027             Bruno Haible  <bruno@clisp.org>
38028
38029         * modules/tmpfile: New file.
38030         * lib/tmpfile.c: New file.
38031         * m4/tmpfile.m4: New file.
38032         * MODULES.html.sh (func_all_modules): New section "Input/output".
38033
38034 2007-02-15  Bruno Haible  <bruno@clisp.org>
38035
38036         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
38037         (supports_delete_on_close): New function.
38038         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
38039
38040 2007-02-14  Bruno Haible  <bruno@clisp.org>
38041
38042         * modules/mbspcasecmp-tests: New file.
38043         * tests/test-mbspcasecmp.sh: New file.
38044         * tests/test-mbspcasecmp.c: New file.
38045
38046         New module mbspcasecmp.
38047         * modules/mbspcasecmp: New file.
38048         * lib/mbspcasecmp.c: New file.
38049         * lib/string_.h (strncasecmp): Change warning message.
38050         (mbspcasecmp): New declaration.
38051         * m4/mbspcasecmp.m4: New file.
38052         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38053         GNULIB_MBSPCASECMP.
38054         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
38055         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
38056
38057 2007-02-14  Bruno Haible  <bruno@clisp.org>
38058
38059         * modules/mbsncasecmp-tests: New file.
38060         * tests/test-mbsncasecmp.sh: New file.
38061         * tests/test-mbsncasecmp.c: New file.
38062
38063         New module mbsncasecmp.
38064         * modules/mbsncasecmp: New file.
38065         * lib/mbsncasecmp.c: New file.
38066         * lib/string_.h (mbsncasecmp): New declaration.
38067         * m4/mbsncasecmp.m4: New file.
38068         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38069         GNULIB_MBSNCASECMP.
38070         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
38071         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
38072
38073 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
38074
38075         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
38076         Verify that it doesn't overlap with our flags.
38077         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
38078         do not have the desired effect in multibyte locales; instead, use
38079         mbscasecmp.
38080         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
38081         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
38082         we don't require GNU fnmatch ourselves (if our users require it, they
38083         should do so explicitly).
38084
38085         Fix regex code so it doesn't rely on strcasecmp.
38086         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
38087         Otherwise, include gnulib's langinfo.h.
38088         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
38089         undesirable behavior in non-C locales.  Instead, rely on localecharset.
38090         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
38091         * modules/regex (FILES): Remove m4/codeset.m4.
38092         (Depends-on): Add localcharset.  Remove strcase.
38093
38094 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38095
38096         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
38097         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
38098
38099 2007-02-13  Bruno Haible  <bruno@clisp.org>
38100
38101         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
38102         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38103
38104 2007-02-12  Bruno Haible  <bruno@clisp.org>
38105
38106         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38107         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
38108         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
38109         time warning rather than a link error.
38110
38111 2007-02-12  Bruno Haible  <bruno@clisp.org>
38112
38113         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
38114         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
38115         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38116
38117 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38118
38119         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
38120         args, not 2.
38121
38122 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38123
38124         New module 'time', so that apps can include <time.h> as per
38125         POSIX and GNU instead of separate include files like time_r.h
38126         and timegm.h.  This implementation tries out a simpler approach
38127         for replacing decls in standard include files (as compared to
38128         the string module), somewhat as an experiment.
38129
38130         * config/srclist.txt: Comment out mktime.c for now.
38131         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
38132         since it doesn't apply any more.  Use generic wording instead.
38133         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
38134         'time'.
38135         * lib/time_.h, m4/time_h.m4, modules/time: New files.
38136         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
38137         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
38138         Don't include <sys/types.h>; no longer needed since we assume C89.
38139         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
38140         * lib/strftime.c: Likewise.
38141         * lib/time_r.c: Likewise.
38142         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
38143         * lib/nanosleep.c: Include <time.h> first, to check interface.
38144         * lib/strptime.c: Likewise.
38145         * lib/time_r.c: Likewise.
38146         * lib/timegm.c: Likewise.
38147         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
38148         needed.
38149         * lib/timegm.c: Don't include timegm.h; no longer needed.
38150         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38151         time.h now handles any problems in that area.
38152         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38153         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38154         that time.h defines struct timespec.
38155         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38156         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38157         handles that.
38158         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38159         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38160         needed.  Set REPLACE_LOCALTIME.
38161         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38162         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
38163         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
38164         nanosleep; time_h.m4 now does that.  Don't require
38165         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
38166         module handles this now.
38167         * modules/getdate (Depends-on): Remove timespec.  Add time.
38168         * modules/nanosleep (Depends-on): Likewise.
38169         * modules/stat-time (Depends-on): Likewise.
38170         * modules/nanosleep (Include): Include time.h, not timespec.h.
38171         * modules/strptime (Files): Remove lib/strptime.h.
38172         (Depends-on): Add extensions, time.
38173         (Include): Include time.h, not strptime.h.
38174         * modules/time_r (Files): Remove lib/time_r.h.
38175         (Depends-on): Add time.
38176         (Include): Include time.h, not time_r.h.
38177         * modules/timegm: Likewise.
38178         * modules/timespec (Description): Now does timespec-related decls
38179         of our own, instead of struct timespec itself.
38180         (Depends-on): Add time; remove extensions.
38181         (Maintainer): Add self.
38182         * modules/utimecmp (Depends-on): Add time; remove timespec.
38183         * modules/utimens (Depends-on): Likewise.
38184         * modules/xnanosleep (Depends-on): Likewise.
38185
38186 2007-02-11  Bruno Haible  <bruno@clisp.org>
38187
38188         * lib/c-strstr.c: Include allocsa.h.
38189         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38190         * lib/c-strcasestr.c: Include allocsa.h.
38191         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38192         * lib/strcasestr.c: Include allocsa.h.
38193         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38194         * lib/mbsstr.c: Include allocsa.h.
38195         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38196         allocsa/freesa instead of malloc/free.
38197         * lib/mbscasestr.c: Include allocsa.h.
38198         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38199         allocsa/freesa instead of malloc/free.
38200         * modules/c-strstr (Depends-on): Add allocsa.
38201         * modules/c-strcasestr (Depends-on): Likewise.
38202         * modules/strcasestr (Depends-on): Likewise.
38203         * modules/mbsstr (Depends-on): Likewise.
38204         * modules/mbscasestr (Depends-on): Likewise.
38205
38206 2007-02-11  Bruno Haible  <bruno@clisp.org>
38207
38208         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
38209
38210         * modules/mbsspn-tests: New file.
38211         * tests/test-mbsspn.sh: New file.
38212         * tests/test-mbsspn.c: New file.
38213
38214 2007-02-11  Bruno Haible  <bruno@clisp.org>
38215
38216         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
38217
38218         * modules/mbspbrk-tests: New file.
38219         * tests/test-mbspbrk.sh: New file.
38220         * tests/test-mbspbrk.c: New file.
38221
38222 2007-02-11  Bruno Haible  <bruno@clisp.org>
38223
38224         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
38225         unneeded cast.
38226
38227         * modules/mbscspn-tests: New file.
38228         * tests/test-mbscspn.sh: New file.
38229         * tests/test-mbscspn.c: New file.
38230
38231 2007-02-11  Bruno Haible  <bruno@clisp.org>
38232
38233         * modules/mbscasecmp-tests: New file.
38234         * tests/test-mbscasecmp.sh: New file.
38235         * tests/test-mbscasecmp.c: New file.
38236
38237 2007-02-11  Bruno Haible  <bruno@clisp.org>
38238
38239         Ensure O(n) worst-case complexity of mbscasestr.
38240         * lib/mbscasestr.c: Include stdbool.h.
38241         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38242         functions.
38243         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
38244         the bookkeeping indicates that it's worth it.
38245         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
38246
38247         * modules/mbscasestr-tests: New file.
38248         * tests/test-mbscasestr1.c: New file.
38249         * tests/test-mbscasestr2.sh: New file.
38250         * tests/test-mbscasestr2.c: New file.
38251         * tests/test-mbscasestr3.sh: New file.
38252         * tests/test-mbscasestr3.c: New file.
38253         * tests/test-mbscasestr4.sh: New file.
38254         * tests/test-mbscasestr4.c: New file.
38255         * m4/locale-tr.m4: New file.
38256
38257 2007-02-11  Bruno Haible  <bruno@clisp.org>
38258
38259         Ensure O(n) worst-case complexity of mbsstr.
38260         * lib/mbsstr.c: Include stdbool.h.
38261         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38262         functions.
38263         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
38264         bookkeeping indicates that it's worth it.
38265         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
38266
38267         * modules/mbsstr-tests: New file.
38268         * tests/test-mbsstr1.c: New file.
38269         * tests/test-mbsstr2.sh: New file.
38270         * tests/test-mbsstr2.c: New file.
38271         * tests/test-mbsstr3.sh: New file.
38272         * tests/test-mbsstr3.c: New file.
38273         * m4/locale-fr.m4: New file.
38274
38275 2007-02-11  Bruno Haible  <bruno@clisp.org>
38276
38277         * lib/mbsrchr.c (mbsrchr): Fix bug.
38278
38279         * modules/mbsrchr-tests: New file.
38280         * tests/test-mbsrchr.sh: New file.
38281         * tests/test-mbsrchr.c: New file.
38282
38283 2007-02-11  Bruno Haible  <bruno@clisp.org>
38284
38285         * lib/mbschr.c (mbschr): Fix bug.
38286
38287         * modules/mbschr-tests: New file.
38288         * tests/test-mbschr.sh: New file.
38289         * tests/test-mbschr.c: New file.
38290         * m4/locale-zh.m4: New file.
38291
38292 2007-02-11  Bruno Haible  <bruno@clisp.org>
38293
38294         Support for copying multibyte string iterators.
38295         * lib/mbiter.h: Include <string.h>.
38296         (mbiter_multi_copy): New function.
38297         (mbi_copy): New macro.
38298         * lib/mbuiter.h: Include <string.h>.
38299         (mbuiter_multi_copy): New function.
38300         (mbui_copy): New macro.
38301
38302 2007-02-11  Bruno Haible  <bruno@clisp.org>
38303
38304         New module mbslen.
38305         * modules/mbslen: New file.
38306         * lib/mbslen.c: New file.
38307         * lib/string_.h (mbslen): New declaration.
38308         * m4/mbslen.m4: New file.
38309         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38310         GNULIB_MBSLEN.
38311         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38312         * MODULES.html.sh (Internationalization functions): Add mbslen.
38313
38314 2007-02-11  Bruno Haible  <bruno@clisp.org>
38315
38316         Ensure O(n) worst-case complexity of strcasestr substitute.
38317         * lib/strcasestr.c: Include stdbool.h.
38318         (knuth_morris_pratt): New function.
38319         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38320         bookkeeping indicates that it's worth it.
38321         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
38322
38323         * modules/strcasestr-tests: New file.
38324         * tests/test-strcasestr.c: New file.
38325
38326 2007-02-11  Bruno Haible  <bruno@clisp.org>
38327
38328         Ensure O(n) worst-case complexity of c_strcasestr.
38329         * lib/c-strcasestr.c: Include stdbool.h, string.h.
38330         (knuth_morris_pratt): New function.
38331         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
38332         the bookkeeping indicates that it's worth it.
38333         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
38334
38335         * modules/c-strcasestr-tests: New file.
38336         * tests/test-c-strcasestr.c: New file.
38337
38338 2007-02-11  Bruno Haible  <bruno@clisp.org>
38339
38340         Ensure O(n) worst-case complexity of c_strstr.
38341         * lib/c-strstr.c: Include stdbool.h, string.h.
38342         (knuth_morris_pratt): New function.
38343         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38344         bookkeeping indicates that it's worth it.
38345         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
38346
38347         * lib/c-strstr.c: Complete rewrite for maintainability.
38348
38349         * modules/c-strstr-tests: New file.
38350         * tests/test-c-strstr.c: New file.
38351
38352 2007-02-11  Bruno Haible  <bruno@clisp.org>
38353
38354         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
38355         5.2.1 and earlier, whereby \055 was treated just like the range
38356         delimiter '-'.
38357         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
38358
38359 2007-02-08  Bruno Haible  <bruno@clisp.org>
38360
38361         * modules/regex (Depends-on): Add stdbool.
38362         Reported by Dalibor Topic <robilad@kaffe.org>.
38363
38364 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38365
38366         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
38367         Prefer returning from main to exiting from it.
38368         Remove unnecessary parens after sizeof.
38369
38370 2007-02-05  Bruno Haible  <bruno@clisp.org>
38371
38372         New module mbssep.
38373         * modules/mbssep: New file.
38374         * lib/mbssep.c: New file.
38375         * lib/string_.h (strsep): Add a conditional link warning.
38376         (mbssep): New declaration.
38377         * m4/mbssep.m4: New file.
38378         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38379         GNULIB_MBSSEP.
38380         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
38381         * MODULES.html.sh (Internationalization functions): Add mbssep.
38382
38383 2007-02-05  Bruno Haible  <bruno@clisp.org>
38384
38385         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
38386         Optimize search in case of 1 delimiter.
38387
38388 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38389
38390         * lib/acl.h: Include sys/types.h before sys/acl.h.
38391
38392 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38393
38394         Merge upstream fix for glibc bugzilla #3957:
38395
38396         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
38397
38398         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
38399         bit for RE_HAT_LISTS_NOT_NEWLINE.
38400         (build_charclass_op): Remove bogus comment.
38401
38402 2007-02-05  Simon Josefsson  <simon@josefsson.org>
38403
38404         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
38405
38406 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38407
38408         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
38409         * lib/memmem.c [!defined _LIBC]: Include config.h.
38410
38411 2007-02-04  Bruno Haible  <bruno@clisp.org>
38412
38413         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
38414         warning message.
38415
38416 2007-02-04  Bruno Haible  <bruno@clisp.org>
38417
38418         New module mbstok_r.
38419         * modules/mbstok_r: New file.
38420         * lib/mbstok_r.c: New file.
38421         * lib/string_.h (strtok_r): Change argument names to match the
38422         comments. Add a conditional link warning.
38423         (mbstok_r): New declaration.
38424         * m4/mbstok_r.m4: New file.
38425         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38426         GNULIB_MBSTOK_R.
38427         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
38428         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38429
38430 2007-02-04  Bruno Haible  <bruno@clisp.org>
38431
38432         New module mbsspn.
38433         * modules/mbsspn: New file.
38434         * lib/mbsspn.c: New file.
38435         * lib/string_.h (strspn): Add a conditional link warning.
38436         (mbsspn): New declaration.
38437         * m4/mbsspn.m4: New file.
38438         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38439         GNULIB_MBSSPN.
38440         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
38441         * MODULES.html.sh (Internationalization functions): Add mbsspn.
38442
38443 2007-02-04  Bruno Haible  <bruno@clisp.org>
38444
38445         New module mbspbrk.
38446         * modules/mbspbrk: New file.
38447         * lib/mbspbrk.c: New file.
38448         * lib/string_.h (strpbrk): Add a conditional link warning.
38449         (mbspbrk): New declaration.
38450         * m4/mbspbrk.m4: New file.
38451         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38452         GNULIB_MBSPBRK.
38453         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
38454         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
38455
38456 2007-02-04  Bruno Haible  <bruno@clisp.org>
38457
38458         New module mbscspn.
38459         * modules/mbscspn: New file.
38460         * lib/mbscspn.c: New file.
38461         * lib/string_.h (strcspn): Add a conditional link warning.
38462         (mbscspn): New declaration.
38463         * m4/mbscspn.m4: New file.
38464         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38465         GNULIB_MBSCSPN.
38466         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
38467         * MODULES.html.sh (Internationalization functions): Add mbscspn.
38468
38469 2007-02-04  Bruno Haible  <bruno@clisp.org>
38470
38471         New module mbscasestr, reduced goal of strcasestr.
38472         * modules/mbscasestr: New file.
38473         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
38474         (mbscasestr): Renamed from strcasestr.
38475         * lib/strcasestr.c: Don't include mbuiter.h.
38476         (strcasestr): Remove support for multibyte locales.
38477         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
38478         Change the conditional link warning.
38479         (mbscasestr): New declaration.
38480         * m4/mbscasestr.m4: New file.
38481         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
38482         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
38483         REPLACE_STRCASESTR.
38484         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
38485         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38486         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38487         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
38488         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
38489         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38490         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
38491         (Depends-on): Remove mbuiter.
38492         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
38493
38494 2007-02-04  Bruno Haible  <bruno@clisp.org>
38495
38496         Simplify handling of strncasecmp.
38497         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
38498         the conditional link warning.
38499         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38500         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
38501         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
38502         * modules/strcase (configure.ac): Don't invoke
38503         gl_STRING_MODULE_INDICATOR.
38504         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
38505
38506 2007-02-04  Bruno Haible  <bruno@clisp.org>
38507
38508         New module mbscasecmp, reduced goal of strcasecmp.
38509         * modules/mbscasecmp: New file.
38510         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
38511         (mbscasecmp): Renamed from strcasecmp.
38512         * lib/strcasecmp.c: Don't include mbuiter.h.
38513         (strcasecmp): Remove support for multibyte locales.
38514         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
38515         Change the conditional link warning.
38516         (mbscasecmp): New declaration.
38517         * m4/mbscasecmp.m4: New file.
38518         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
38519         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
38520         REPLACE_STRCASECMP.
38521         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
38522         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38523         GNULIB_MBSCASECMP.
38524         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
38525         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
38526         * modules/strcase (Files): Remove m4/mbrtowc.m4.
38527         (Depends-on): Remove mbuiter.
38528         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
38529
38530 2007-02-04  Bruno Haible  <bruno@clisp.org>
38531
38532         New module mbsstr. Remove module strstr.
38533         * modules/mbsstr: New file.
38534         * modules/strstr: Remove file.
38535         * lib/mbsstr.c: Renamed from lib/strstr.c.
38536         (mbsstr): Renamed from strstr.
38537         * lib/string_.h (strstr): Remove declaration. Change the conditional
38538         link warning.
38539         (mbsstr): New declaration.
38540         * m4/mbsstr.m4: New file.
38541         * m4/strstr.m4: Remove file.
38542         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
38543         REPLACE_STRSTR.
38544         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
38545         Don't initialize GNULIB_STRSTR.
38546         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
38547         substitute GNULIB_STRSTR and REPLACE_STRSTR.
38548         * MODULES.html.sh (Internationalization functions): Add mbsstr.
38549         (Support for systems lacking ANSI C 89): Remove strstr.
38550
38551 2007-02-04  Bruno Haible  <bruno@clisp.org>
38552
38553         New module mbsrchr.
38554         * modules/mbsrchr: New file.
38555         * lib/mbsrchr.c: New file.
38556         * lib/string_.h (strrchr): Add a conditional link warning.
38557         (mbsrchr): New declaration.
38558         * m4/mbsrchr.m4: New file.
38559         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38560         GNULIB_MBSRCHR.
38561         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
38562         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
38563
38564 2007-02-04  Bruno Haible  <bruno@clisp.org>
38565
38566         New module mbschr.
38567         * modules/mbschr: New file.
38568         * lib/mbschr.c: New file.
38569         * lib/string_.h (strchr): Add a conditional link warning.
38570         (mbschr): New declaration.
38571         * m4/mbschr.m4: New file.
38572         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38573         GNULIB_MBSCHR.
38574         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
38575         * MODULES.html.sh (Internationalization functions): Add mbschr.
38576
38577 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38578
38579         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
38580
38581         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
38582
38583 2007-02-04  Bruno Haible  <bruno@clisp.org>
38584
38585         New module description section 'configure.ac-early'.
38586         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
38587         (func_get_autoconf_early_snippet): New function.
38588         (func_import, func_create_testdir): Use it. Remove special cases for
38589         modules 'extensions' and 'lock'.
38590         * modules/extensions (configure.ac-early): Require
38591         gl_USE_SYSTEM_EXTENSIONS.
38592         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
38593
38594 2007-02-04  Bruno Haible  <bruno@clisp.org>
38595
38596         Make use of gcj-4.3's -fsource and -ftarget option.
38597         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
38598         and if so try the options -fsource and -ftarget.
38599         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
38600         source_version, ftarget_option, target_version arguments.
38601         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
38602         (is_envjavac_oldgcj_14_14_usable): Renamed from
38603         is_envjavac_gcj_14_14_usable.
38604         (is_envjavac_oldgcj_14_13_usable): Renamed from
38605         is_envjavac_gcj_14_13_usable.
38606         (is_gcj_present): Update.
38607         (is_gcj_43, is_gcj43_usable): New functions.
38608         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
38609         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
38610         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
38611         try the options -fsource and -ftarget.
38612
38613 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38614
38615         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
38616         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
38617         larger value.
38618
38619 2007-02-03  Jim Meyering  <jim@meyering.net>
38620
38621         Give tools a better chance to allocate space for very large buffers.
38622         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
38623
38624         Make pwd and readlink work also when run with an unreadable parent dir
38625         on systems with openat support.
38626         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
38627         provided getcwd function, even when we have openat support.
38628         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
38629
38630 2007-02-02  Bruno Haible  <bruno@clisp.org>
38631
38632         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38633         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
38634         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
38635         portability problems if one of these functions is only used on specific
38636         platforms.
38637         Reported by Paul Eggert.
38638
38639 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
38640
38641         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
38642         is causing more trouble than it's curing.
38643         * lib/regex_internal.h (__mempcpy): Remove.
38644         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
38645         (and make the code a tad smaller to boot).
38646         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
38647
38648 2007-02-02  Jim Meyering  <jim@meyering.net>
38649
38650         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
38651         section, not in the Makefile.am: one.
38652
38653 2007-02-02  Eric Blake  <ebb9@byu.net>
38654
38655         * lib/strchrnul.c: Always include config.h first.
38656
38657         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
38658         gnulib strstr is not necessary here.
38659
38660 2007-02-02  Simon Josefsson  <simon@josefsson.org>
38661
38662         * m4/socklen.m4: Fix typo.
38663
38664 2007-02-02  Eric Blake  <ebb9@byu.net>
38665
38666         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
38667         * modules/netinet_in (Makefile.am): Likewise.
38668
38669 2007-02-01  Bruno Haible  <bruno@clisp.org>
38670
38671         * lib/string_.h (GL_LINK_WARNING): New macro.
38672         (strcasecmp, strstr, strcasestr): If provided by the system,
38673         conditionally define as a macro that leads to a warning instead of to
38674         an error.
38675         (strncasecmp): Conditionally define as a macro that leads to a warning.
38676
38677 2007-02-01  Karl Berry  <karl@gnu.org>
38678
38679         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
38680
38681 2007-02-01  Bruno Haible  <bruno@clisp.org>
38682
38683         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
38684         renamings.
38685
38686 2007-02-01  Eric Blake  <ebb9@byu.net>
38687
38688         * modules/regex (Depends-on): Revert dependence on mempcpy.
38689         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
38690         module's definition of mempcpy.
38691         Reported by Paul Eggert.
38692
38693 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
38694
38695         * lib/string_.h: If the gnulib module XYZ is not present, undefine
38696         the symbol XYZ before redefining it.  This fixes a problem with
38697         programs that don't use XYZ, when compiled on systems that define
38698         XYZ to something else.
38699
38700 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
38701
38702         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
38703         occurs when "mkdir -m foo" creates a setgid directory that is (1)
38704         writeable to group or other and (2) is intended to have a special
38705         mode bit that is set or cleared.  In such a case, the directory
38706         should be neither group- nor other-writeable until the special
38707         mode bits are right.
38708
38709 2007-01-31  Eric Blake  <ebb9@byu.net>
38710
38711         * modules/mountlist (Depends-on): Add strstr.
38712
38713         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
38714         bug.
38715         * modules/string (Makefile.am): Remove redundant replacement.
38716         * modules/regex (Depends-on): Add mempcpy.
38717
38718 2007-01-31  Bruno Haible  <bruno@clisp.org>
38719
38720         New module description field 'Link'.
38721         * gnulib-tool (func_usage): Document --extract-link-directive.
38722         (sed_extract_prog): Recognize 'Link' directive.
38723         (func_get_link_directive): New function.
38724         (func_import): Show summary of link directives.
38725         Handle --extract-link-directive option.
38726         * modules/acl (Link): New section.
38727         * modules/clock-time (Link): New section.
38728         * modules/euidaccess (Link): New section.
38729         * modules/gettext (Link): New section.
38730         * modules/iconv (Link): New section.
38731         * modules/lock (Link): New section.
38732         * modules/nanosleep (Link): New section.
38733         * modules/readline (Link): New section.
38734
38735 2007-01-27  Bruno Haible  <bruno@clisp.org>
38736
38737         Enforce the use of gnulib modules for unportable <string.h> functions.
38738         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
38739         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
38740         (gl_HEADER_STRING_H_BODY): Require it.
38741         * lib/string_.h: If the gnulib module XYZ is not present, redefine
38742         the symbol XYZ to one that gives a link error.
38743         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
38744         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
38745         * modules/mempcpy (configure.ac): Likewise.
38746         * modules/memrchr (configure.ac): Likewise.
38747         * modules/stpcpy (configure.ac): Likewise.
38748         * modules/stpncpy (configure.ac): Likewise.
38749         * modules/strcase (configure.ac): Likewise.
38750         * modules/strcasestr (configure.ac): Likewise.
38751         * modules/strchrnul (configure.ac): Likewise.
38752         * modules/strdup (configure.ac): Likewise.
38753         * modules/strndup (configure.ac): Likewise.
38754         * modules/strnlen (configure.ac): Likewise.
38755         * modules/strpbrk (configure.ac): Likewise.
38756         * modules/strsep (configure.ac): Likewise.
38757         * modules/strstr (configure.ac): Likewise.
38758         * modules/strtok_r (configure.ac): Likewise.
38759
38760 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
38761
38762         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
38763
38764 2007-01-30  Jim Meyering  <jim@meyering.net>
38765
38766         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
38767
38768 2007-01-29  Bruno Haible  <bruno@clisp.org>
38769
38770         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
38771         * lib/execute.c: Likewise.
38772         * lib/pipe.c: Likewise.
38773         * lib/printf-args.h: Likewise.
38774         * lib/printf-args.c: Likewise.
38775         * lib/printf-parse.c: Likewise.
38776         * lib/vasnprintf.c: Likewise.
38777
38778 2007-01-29  Eric Blake  <ebb9@byu.net>
38779
38780         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
38781         declaration.
38782
38783 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
38784
38785         * lib/strptime.h (strptime): Use 'restrict' for args where
38786         POSIX requires this.
38787         * lib/strptime.c (strptime): Likewise.
38788         Change license notice from LGPL to GPL, since gnulib-tool will
38789         change this as needed.
38790         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
38791         defined.
38792         Include "strptime.h" first, to check interface.
38793         Do not #undef _LIBC and _NL_CURRENT.
38794         Do not include <stdlib.h>; no longer needed.
38795         Include "time_r.h" and declare ptime_locale_status
38796         only if _LIBC is not defined.
38797         (__P): Remove unused macro.
38798         (match_string): Bring back glibc version, but use it only if _LIBC
38799         is defined.
38800         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
38801         Remove unnecessary assertion and abort() call.
38802         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
38803         * m4/strptime.m4: Fix serial number comment.
38804         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
38805         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
38806         (Depends-on): Add time_r.
38807
38808 2007-01-29  Bruno Haible  <bruno@clisp.org>
38809
38810         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38811         strptime.
38812         * modules/strptime (Depends-on): Add stdbool.
38813         * lib/strptime.h: Include <time.h> always. Add comments.
38814
38815 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38816
38817         * modules/strptime: New file.
38818         * lib/strptime.h: New file.
38819         * lib/strptime.c: New file.
38820         * m4/strptime.m4: New file.
38821
38822 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38823
38824         * MODULES.html.sh: New module mpsort.
38825         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
38826
38827         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
38828         a circularity problem with HP-UX ia64 reported by Bob Proulx in
38829         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
38830         All uses changed.
38831         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
38832         All uses changed.
38833         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
38834         to _Restrict_.
38835         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
38836         the parameter matches the prototype.
38837
38838 2007-01-28  Jim Meyering  <jim@meyering.net>
38839
38840         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
38841         sys/time.h here, reverting that part of the previous patch:
38842         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
38843
38844 2007-01-28  Bruno Haible  <bruno@clisp.org>
38845
38846         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
38847         value of $(SYS_TIME_H).
38848         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
38849         remove it conditionally, too. [added by Jim Meyering]
38850         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
38851         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
38852         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
38853         GETTIMEOFDAY_REPLACEMENT to 1.
38854
38855 2007-01-28  Bruno Haible  <bruno@clisp.org>
38856
38857         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
38858         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
38859         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
38860         Set UNISTD_H instead of UNISTD_H2.
38861         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
38862
38863 2007-01-28  Bruno Haible  <bruno@clisp.org>
38864
38865         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
38866         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
38867
38868 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38869
38870         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
38871         (func_create_testdir): Ensure C locale for `grep' and `tr'
38872         character ranges.
38873         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
38874         ACLOCAL_AMFLAGS parsing state machine.
38875
38876 2007-01-27  Bruno Haible  <bruno@clisp.org>
38877
38878         * modules/unistr/base: Update.
38879
38880 2007-01-27  Bruno Haible  <bruno@clisp.org>
38881
38882         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
38883         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
38884         * modules/unistr/u32-mbtouc-unsafe: Renamed from
38885         modules/unistr/u32-mbtouc.
38886         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
38887         * lib/unistr.h: Update.
38888         * lib/linebreak.c: Update.
38889         * modules/unistr/u32-mbtouc: Renamed from
38890         modules/unistr/u32-mbtouc-safe.
38891         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
38892         * lib/unistr.h: Update.
38893         * lib/unistr/u32-to-u8.c: Update.
38894         * lib/unistr/u32-to-u16.c: Update.
38895
38896 2007-01-27  Bruno Haible  <bruno@clisp.org>
38897
38898         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
38899         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
38900         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
38901         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
38902         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
38903         * modules/unistr/u16-mbtouc-unsafe: Renamed from
38904         modules/unistr/u16-mbtouc.
38905         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
38906         * lib/unistr.h: Update.
38907         * lib/linebreak.c: Update.
38908         * modules/linebreak: Update.
38909         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
38910         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
38911         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
38912         * modules/unistr/u16-mbtouc: Renamed from
38913         modules/unistr/u16-mbtouc-safe.
38914         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
38915         * lib/unistr.h: Update.
38916         * lib/unistr/u16-to-u8.c: Update.
38917         * modules/unistr/u16-to-u8: Update.
38918         * lib/unistr/u16-to-u32.c: Update.
38919         * modules/unistr/u16-to-u32: Update.
38920
38921 2007-01-27  Bruno Haible  <bruno@clisp.org>
38922
38923         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
38924         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
38925         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
38926         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
38927         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
38928         * modules/unistr/u8-mbtouc-unsafe: Renamed from
38929         modules/unistr/u8-mbtouc.
38930         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
38931         * lib/unistr.h: Update.
38932         * lib/striconveh.c: Update.
38933         * modules/striconveh: Update.
38934         * lib/linebreak.c: Update.
38935         * modules/linebreak: Update.
38936         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
38937         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
38938         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
38939         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
38940         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
38941         * lib/unistr.h: Update.
38942         * lib/striconveh.c: Update.
38943         * modules/striconveh: Update.
38944         * lib/unistr/u8-to-u16.c: Update.
38945         * modules/unistr/u8-to-u16: Update.
38946         * lib/unistr/u8-to-u32.c: Update.
38947         * modules/unistr/u8-to-u32: Update.
38948
38949 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38950
38951         Sync from Libtool.
38952         * lib/argz.c: Do not include strings.h nor memory.h, include
38953         string.h unconditionally.  Patch by Simon Josefsson.
38954
38955 2007-01-27  Bruno Haible  <bruno@clisp.org>
38956
38957         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
38958         from gl_HEADER_STRING_H_BODY.
38959         (gl_HEADER_STRING_H_BODY): Require it.
38960         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
38961         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
38962         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
38963         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
38964         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
38965         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
38966         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
38967         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
38968         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
38969         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
38970         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
38971         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
38972         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
38973         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
38974         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
38975
38976 2007-01-27  Bruno Haible  <bruno@clisp.org>
38977
38978         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
38979         check_PROGRAMS into noinst_PROGRAMS.
38980         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
38981         check_PROGRAMS in this case.
38982         (func_import): Set for_test to false.
38983         (func_create_testdir): Set for_test to true.
38984
38985 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
38986             Bruno Haible  <bruno@clisp.org>
38987
38988         * modules/strcasestr (Files): Remove lib/strcasestr.h.
38989         (Depends-on): Add string.
38990         (Includes): Use <string.h> instead of strcasestr.h.
38991         * modules/string (Makefile.am): Also substitute the value of
38992         REPLACE_STRCASESTR.
38993         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
38994         assume strcasestr is declared in <string.h> not <strings.h>. Also
38995         set REPLACE_STRCASESTR.
38996         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
38997         REPLACE_STRCASESTR.
38998         * lib/strcasestr.h: Remove file.
38999         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
39000         * lib/string_.h (strcasestr): New declaration.
39001
39002 2007-01-27  Bruno Haible  <bruno@clisp.org>
39003
39004         * lib/string_.h: Use 'extern'.
39005
39006 2007-01-27  Jim Meyering  <jim@meyering.net>
39007
39008         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
39009         of set-but-not-used local, "q".
39010
39011         * lib/mempcpy.c: Include <config.h> before <string.h>.
39012         This fixes a compilation error on HP-UX, due to the system's
39013         "restrict"-using mempcpy prototype.
39014
39015 2007-01-26  Bruno Haible  <bruno@clisp.org>
39016
39017         Small optimization.
39018         * lib/javacomp.c: Include c-strstr.h.
39019          (is_envjavac_gcj): Use c_strstr instead of strstr.
39020         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
39021
39022 2007-01-26  Bruno Haible  <bruno@clisp.org>
39023
39024         * MODULES.html.sh (Unicode string functions): Add the new modules.
39025
39026         * modules/uniconv/u32-strconv-to-locale: New file.
39027         * lib/uniconv/u32-strconv-to-locale.c: New file.
39028
39029         * modules/uniconv/u16-strconv-to-locale: New file.
39030         * lib/uniconv/u16-strconv-to-locale.c: New file.
39031
39032         * modules/uniconv/u8-strconv-to-locale: New file.
39033         * lib/uniconv/u8-strconv-to-locale.c: New file.
39034
39035         * modules/uniconv/u32-strconv-from-locale: New file.
39036         * lib/uniconv/u32-strconv-from-locale.c: New file.
39037
39038         * modules/uniconv/u16-strconv-from-locale: New file.
39039         * lib/uniconv/u16-strconv-from-locale.c: New file.
39040
39041         * modules/uniconv/u8-strconv-from-locale: New file.
39042         * lib/uniconv/u8-strconv-from-locale.c: New file.
39043
39044         * modules/uniconv/u32-strconv-to-enc: New file.
39045         * lib/uniconv/u32-strconv-to-enc.c: New file.
39046         * modules/uniconv/u32-strconv-to-enc-tests: New file.
39047         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
39048
39049         * modules/uniconv/u16-strconv-to-enc: New file.
39050         * lib/uniconv/u16-strconv-to-enc.c: New file.
39051         * lib/uniconv/u-strconv-to-enc.h: New file.
39052         * modules/uniconv/u16-strconv-to-enc-tests: New file.
39053         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
39054
39055         * modules/uniconv/u8-strconv-to-enc: New file.
39056         * lib/uniconv/u8-strconv-to-enc.c: New file.
39057         * modules/uniconv/u8-strconv-to-enc-tests: New file.
39058         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
39059
39060         * modules/uniconv/u32-strconv-from-enc: New file.
39061         * lib/uniconv/u32-strconv-from-enc.c: New file.
39062         * modules/uniconv/u32-strconv-from-enc-tests: New file.
39063         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
39064
39065         * modules/uniconv/u16-strconv-from-enc: New file.
39066         * lib/uniconv/u16-strconv-from-enc.c: New file.
39067         * modules/uniconv/u16-strconv-from-enc-tests: New file.
39068         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
39069
39070         * modules/uniconv/u8-strconv-from-enc: New file.
39071         * lib/uniconv/u8-strconv-from-enc.c: New file.
39072         * lib/uniconv/u-strconv-from-enc.h: New file.
39073         * modules/uniconv/u8-strconv-from-enc-tests: New file.
39074         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
39075
39076         * modules/uniconv/u32-conv-from-enc: New file.
39077         * lib/uniconv/u32-conv-from-enc.c: New file.
39078         * modules/uniconv/u32-conv-from-enc-tests: New file.
39079         * tests/uniconv/test-u32-conv-from-enc.c: New file.
39080
39081         * modules/uniconv/u16-conv-from-enc: New file.
39082         * lib/uniconv/u16-conv-from-enc.c: New file.
39083         * lib/uniconv/u-conv-from-enc.h: New file.
39084         * modules/uniconv/u16-conv-from-enc-tests: New file.
39085         * tests/uniconv/test-u16-conv-from-enc.c: New file.
39086
39087         * modules/uniconv/u8-conv-from-enc: New file.
39088         * lib/uniconv/u8-conv-from-enc.c: New file.
39089         * modules/uniconv/u8-conv-from-enc-tests: New file.
39090         * tests/uniconv/test-u8-conv-from-enc.c: New file.
39091
39092         * modules/uniconv/base: New file.
39093         * lib/uniconv.h: New file.
39094
39095 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39096
39097         * doc/gnulib-tool.texi (Initial import): Update to match current
39098         behavior with strdup module.
39099         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
39100         * lib/memmem.h: Remove; all uses removed.  This is now done
39101         by <string.h>.
39102         * lib/mempcpy.h: Likewise.
39103         * lib/memrchr.h: Likewise.
39104         * lib/stpcpy.h: Likewise.
39105         * lib/stpncpy.h: Likewise.
39106         * lib/strcase.h: Likewise.
39107         * lib/strchrnul.h: Likewise.
39108         * lib/strdup.h: Likewise.
39109         * lib/strndup.h: Likewise.
39110         * lib/strnlen.h: Likewise.
39111         * lib/strpbrk.h: Likewise.
39112         * lib/strsep.h: Likewise.
39113         * lib/strstr.h: Likewise.
39114         * lib/strtok_r.h: Likewise.
39115         * lib/string_.h: New file.
39116         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
39117         Rely on <string.h> instead.
39118         * lib/canon-host.c: Likewise.
39119         * lib/chdir-long.c: Likewise.
39120         * lib/concatpath.c: Likewise.
39121         * lib/exclude.c: Likewise.
39122         * lib/fchdir.c: Likewise.
39123         * lib/getaddrinfo.c: Likewise.
39124         * lib/getcwd.c: Likewise.
39125         * lib/getsubopt.c: Likewise.
39126         * lib/glob.c: Likewise.
39127         * lib/hard-locale.c: Likewise.
39128         * lib/iconvme.c: Likewise.
39129         * lib/javacomp.c: Likewise.
39130         * lib/mempcpy.c: Likewise.
39131         * lib/memrchr.c: Likewise.
39132         * lib/regex_internal.h: Likewise.
39133         * lib/stpncpy.c: Likewise.
39134         * lib/strcasecmp.c: Likewise.
39135         * lib/strchrnul.c: Likewise.
39136         * lib/strdup.c: Likewise.
39137         * lib/striconv.c: Likewise.
39138         * lib/striconveh.c: Likewise.
39139         * lib/striconveha.c: Likewise.
39140         * lib/strncasecmp.c: Likewise.
39141         * lib/strndup.c: Likewise.
39142         * lib/strnlen.c: Likewise.
39143         * lib/strsep.c: Likewise.
39144         * lib/strstr.c: Likewise.
39145         * lib/strtok_r.c: Likewise.
39146         * lib/userspec.c: Likewise.
39147         * lib/w32spawn.h: Likewise.
39148         * lib/xstrndup.c: Likewise.
39149         * lib/mountlist.c (strstr): Remove decl.
39150         * m4/string_h.m4: New file.
39151         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39152         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39153         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39154         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39155         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39156         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39157         Set REPLACE_STRCASECMP if necessary.
39158         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39159         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39160         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39161         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39162         HAVE_DECL_STRDUP if necessary.
39163         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
39164         since gl_FUNC_STRNDUP does that now.
39165         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
39166         Check for decl here...
39167         (gl_PREREQ_STRNLEN): ... not here.
39168         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
39169         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
39170         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
39171         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
39172         necessary.
39173         * modules/string: New file.
39174         * modules/memmem (Files): Remove special-purpose include file.
39175         (Depends-on): Add string.
39176         (Include): Include <string.h>, not the removed file.
39177         * modules/mempcpy: Likewise.
39178         * modules/memrchr: Likewise.
39179         * modules/stpcpy: Likewise.
39180         * modules/stpncpy: Likewise.
39181         * modules/strcase: Likewise.
39182         * modules/strchrnul: Likewise.
39183         * modules/strdup: Likewise.
39184         * modules/strndup: Likewise.
39185         * modules/strnlen: Likewise.
39186         * modules/strpbrk: Likewise.
39187         * modules/strsep: Likewise.
39188         * modules/strstr: Likewise.
39189         * modules/strtok_r: Likewise.
39190         * tests/test-dirname.c: Don't include "strdup.h", since
39191         <string.h> now suffices.
39192         * tests/test-memmem.c: Don't include "memmem.h", since
39193         <string.h> now suffices.
39194
39195 2007-01-25  Bruno Haible  <bruno@clisp.org>
39196
39197         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
39198         *resultp is 0.
39199
39200         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
39201         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
39202         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
39203         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
39204
39205         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
39206         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
39207         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
39208         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
39209         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
39210         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
39211
39212 2007-01-24  Bruno Haible  <bruno@clisp.org>
39213
39214         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
39215         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
39216         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
39217         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
39218         gl_FUNC_FTS_CORE.
39219         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
39220         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
39221         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39222         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
39223         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
39224         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
39225         gl_FUNC_FCHOWNAT.
39226         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
39227         gl_FUNC_STRFTIME.
39228         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
39229         Reported by Ralf Wildenhues.
39230
39231 2007-01-24  Bruno Haible  <bruno@clisp.org>
39232
39233         Drop AC_REQUIRE calls that are redundant with the module dependencies.
39234         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
39235         gl_GETADDRINFO.
39236         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
39237         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
39238         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
39239
39240 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
39241
39242         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
39243         Don't use 'exit'; just return from 'main'.
39244         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
39245
39246         * lib/fnmatch_.h: Readjust white space and comments to match
39247         glibc, to avoid spurious diffs.
39248
39249 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39250
39251         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
39252         2004-12-01 change by Jakub Jelinek, since this code won't compile
39253         if !LIBC.  Problem reported by Bob Proulx.
39254
39255 2007-01-23  Bruno Haible  <bruno@clisp.org>
39256
39257         * lib/striconveh.c: Include c-strcaseeq.h.
39258         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
39259         * modules/striconveh (Depends-on): Add c-strcaseeq.
39260
39261 2007-01-23  Bruno Haible  <bruno@clisp.org>
39262
39263         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
39264
39265         * modules/c-strcaseeq: New file.
39266         * lib/c-strcaseeq.h: New file.
39267
39268         * modules/streq: New file.
39269         * lib/streq.h: New file.
39270
39271 2007-01-23  Bruno Haible  <bruno@clisp.org>
39272
39273         * modules/striconveha-tests: New file.
39274         * tests/test-striconveha.c: New file.
39275
39276         * lib/striconveha.h: Include <stdbool.h>.
39277         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
39278         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
39279         (mem_iconveha_notranslit): Renamed from mem_iconveha.
39280         (mem_iconveha): New function.
39281         (str_iconveha_notranslit): Renamed from str_iconveha.
39282         (str_iconveha): New function.
39283         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
39284         c-strcase.
39285
39286 2007-01-23  Bruno Haible  <bruno@clisp.org>
39287
39288         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
39289         encodings without forgiving before trying any encoding with handler.
39290         (str_iconveha): Try all encodings without forgiving before trying any
39291         encoding with handler.
39292
39293 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39294
39295         Import the following changes from libc.
39296
39297         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39298
39299         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
39300
39301         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39302
39303         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
39304         normal_bracket label.
39305
39306         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
39307
39308         [BZ #361]
39309         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
39310         to normal_bracket after fetching the next character.
39311
39312 2007-01-22  Bruno Haible  <bruno@clisp.org>
39313
39314         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
39315         argument.
39316         * lib/striconveh.c (iconv_carefully_1): New function.
39317         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
39318         argument.
39319         (str_cd_iconveh): Update.
39320         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
39321         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
39322         * tests/test-striconveh.c (MAGIC): New macro.
39323         (new_offsets): New function.
39324         (main): Test call with and without offsets.
39325
39326 2007-01-22  Bruno Haible  <bruno@clisp.org>
39327
39328         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
39329         * modules/sys_select (Makefile.am): Likewise.
39330         * modules/sys_socket (Makefile.am): Likewise.
39331         * modules/sys_time (Makefile.am): Likewise.
39332
39333 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39334
39335         * modules/gettimeofday (License): Change from GPL to LGPL, since
39336         gettimeofday is a library function.
39337
39338 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39339
39340         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
39341
39342 2007-01-21  Bruno Haible  <bruno@clisp.org>
39343
39344         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
39345
39346 2007-01-21  Bruno Haible  <bruno@clisp.org>
39347
39348         * modules/striconveha: New file.
39349         * lib/striconveha.h: New file.
39350         * lib/striconveha.c: New file.
39351         * MODULES.html.sh (Internationalization functions): Add striconveha.
39352         * lib/striconv.c (str_iconv): Optimize the case of an empty input
39353         string.
39354         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
39355
39356 2007-01-21  Bruno Haible  <bruno@clisp.org>
39357
39358         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
39359         * lib/striconveh.c (str_iconveh): Likewise.
39360
39361 2007-01-21  Bruno Haible  <bruno@clisp.org>
39362
39363         * lib/striconveh.h (mem_iconveh): New declaration.
39364         * lib/striconveh.c (mem_iconveh): New function.
39365         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
39366
39367 2007-01-21  Bruno Haible  <bruno@clisp.org>
39368
39369         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
39370
39371         * lib/striconveh.h (mem_cd_iconveh): Change specification.
39372         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
39373         original result buffer.
39374         (str_cd_iconveh): Update.
39375         * tests/test-striconveh.c (main): Update.
39376
39377         * lib/striconv.h (mem_cd_iconv): Change specification.
39378         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
39379         result buffer.
39380         (str_cd_iconv): Update.
39381         * tests/test-striconv.c (main): Update.
39382
39383 2007-01-21  Bruno Haible  <bruno@clisp.org>
39384
39385         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
39386
39387 2007-01-20  Jim Meyering  <jim@meyering.net>
39388
39389         * lib/userspec.c (parse_with_separator): If a user or group string
39390         starts with "+", skip the corresponding name-to-ID look-up, since
39391         such a look-up must fail: user and group names may not include "+".
39392
39393 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39394
39395         * lib/poll.c: Include sys/time.h and time.h unconditionally,
39396         since we now assume the sys_time module.
39397         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
39398         check for sys/time.h; no longer needed.
39399         * modules/poll (Depends-on): Depend on sys_time.
39400
39401 2007-01-18  Bruno Haible  <bruno@clisp.org>
39402
39403         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
39404         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39405
39406         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
39407         gettimeofday.
39408
39409         * tests/test-gettimeofday.c: Include <time.h>.
39410         (dummy): Remove variable.
39411
39412         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
39413         gl_HEADER_SYS_TIME_H.
39414         (gl_HEADER_SYS_TIME_H): New macro.
39415
39416         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
39417         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39418         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
39419         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
39420         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39421         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
39422         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
39423         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39424         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
39425         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
39426         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39427
39428         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
39429         last change; it caused a compilation error when cross-compiling to
39430         Cygwin.
39431
39432 2007-01-18  Jim Meyering  <jim@meyering.net>
39433
39434         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
39435         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
39436         than the race-prone "test -d sys || mkdir sys".
39437         (configure.ac): Use AC_PROG_MKDIR_P.
39438         * modules/sys_select: Likewise.
39439         * modules/sys_socket: Likewise.
39440         * modules/sys_time: Likewise.
39441
39442 2007-01-18  Eric Blake  <ebb9@byu.net>
39443
39444         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
39445         replace gettimeofday.
39446         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
39447         name, to avoid infinite recursion.
39448
39449 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
39450
39451         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
39452         module sys_time.
39453         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
39454         assume timespec.h defines struct timeval.
39455         * lib/settime.c: Likewise.
39456         * lib/utimens.c: Likewise.
39457         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
39458         since we now assume the gettimeofday module.
39459         * lib/tempname.c (__gen_tempname): Likewise.
39460         * lib/gettimeofday.h: Remove.
39461         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
39462         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
39463         Include <time.h>, for 'time()'.
39464         (localtime_buffer_addr): Also use this workaround if
39465         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
39466         to simplify the uses.  All uses changed.
39467         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
39468         that #undef is inside {}, and 'const' follows type name consistently.
39469         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
39470         (gettimeofday): Do not use the maximum possible value for
39471         tv->tv_usec, since that might break usages other than ls.c.
39472         Instead, we'll leave ls.c alone.  This undoes today's patch
39473         by Bruno.  Add a compile-time warning for 1s-clock resolution;
39474         we've never observed the problem but might as well keep the
39475         canary.
39476         * lib/nanosleep.c: Include timespec.h first, for interface check.
39477         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
39478         now assume the sys_time module.
39479         * lib/tempname.c: Likewise.
39480         * lib/timespec.h: Likewise.
39481         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
39482         needed.
39483         * lib/strftime.c: Likewise.
39484         * lib/timespec.h: Likewise.
39485         * lib/posixtm.c: Include posixtm.h first, for interface check.
39486         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
39487         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
39488         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
39489         * lib/sys_time_.h: New file.
39490         * lib/timespec.h (struct timespec): Use long int, not long.
39491         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39492         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
39493         Remove obsolescent call to AC_HEADER_TIME.
39494         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
39495         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
39496         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39497         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
39498         Likewise.
39499         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
39500         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
39501         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
39502         into the sys_time module.  Check for gettimeofday just once.
39503         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
39504         for gettimeofday signature to just check the signature.  Merely
39505         compile it, since linking doesn't test signature.  Improve test for
39506         whether gettimeofday.o is actually needed.
39507         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
39508         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
39509         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
39510         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39511         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
39512         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
39513         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
39514         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
39515         than worrying about sys/time.h.
39516         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
39517         Don't bother worrying about TIME_WITH_SYS_TIME.
39518         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
39519         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
39520         * m4/sys_time_h.m4: New file.
39521         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
39522         Don't include sys/time.h.  Return from main rather than exiting.
39523         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
39524         all uses changed.
39525         * modules/gethrxtime (Depends-on): Add sys_time.
39526         * modules/gettime (Depends-on): Likewise.
39527         * modules/gettimeofday (Depends-on): Likewise.
39528         * modules/nanosleep (Depends-on): Likewise.
39529         * modules/settime (Depends-on): Likewise.
39530         * modules/tempname (Depends-on): Likewise.
39531         * modules/utimens (Depends-on): Likewise.
39532         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
39533         (Include:) Change back to <sys/time.h>.
39534         (Maintainer:) Add self.
39535         * modules/sys_time: New file.
39536         * modules/tempname (Depends-on): Add gettimeofday.
39537         * tests/test-gettimeofday.c: Include <sys/time.h>
39538         rather than gettimeofday.h.
39539
39540 2007-01-17  Bruno Haible  <bruno@clisp.org>
39541
39542         * gnulib-tool (func_get_license): Revert last patch. Instead, let
39543         the license default to GPL.
39544         (func_create_testdir): Don't complain if a module is LGPL and its
39545         tests module depends on GPLed modules.
39546
39547 2007-01-17  Bruno Haible  <bruno@clisp.org>
39548
39549         * lib/gettimeofday.c (gettimeofday): Add code for the case
39550         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
39551         maximum possible value for tv->tv_usec, rather than the minimum one.
39552
39553 2005-10-08  Martin Lambers  <marlam@marlam.de>
39554 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
39555 2007-01-16  Bruno Haible  <bruno@clisp.org>
39556
39557         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
39558         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
39559         gl_FUNC_GETTIMEOFDAY.
39560         (Include): Add gettimeofday.h.
39561         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
39562         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
39563         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
39564         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
39565         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
39566         * lib/gettimeofday.h: New file.
39567         * lib/gettimeofday.c: Include <sys/timeb.h>.
39568         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
39569         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39570         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
39571         fall back on time().
39572
39573         * tests/test-gettimeofday.c: New file.
39574         * modules/gettimeofday-tests: New file.
39575
39576 2007-01-16  Eric Blake  <ebb9@byu.net>
39577
39578         * modules/fnmatch (Depends-on): Depend on wchar.
39579         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
39580         * m4/fnmatch.m4: Likewise.
39581         * modules/mbchar (Makefile.am): Assume <wchar.h>.
39582         * m4/mbchar.m4: Likewise.
39583         * modules/mbswidth (Depends-on): Depend on wchar.
39584         * lib/mbswidth.c: Assume <wchar.h>.
39585         * m4/mbswidth.m4: Likewise.
39586         * modules/quotearg (Depends-on): Depend on wchar.
39587         * lib/quotearg.c: Assume <wchar.h>.
39588         * m4/quotearg.m4: Likewise.
39589         * modules/regex (Depends-on): Depend on wchar.
39590         * lib/regex_internal.h: Assume <wchar.h>.
39591         * m4/regex.m4: Likewise.
39592         * modules/stdint (Depends-on): Depend on wchar.
39593         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
39594         * m4/stdint.m4: Likewise.
39595         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
39596         * modules/strftime (Depends-on): Depend on wchar.
39597         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
39598         * modules/strtol (Depends-on): Depend on wchar.
39599         * lib/strtol.c: Assume <wchar.h>.
39600         * modules/wcwidth (Depends-on): Depend on wchar.
39601         * lib/wcwidth.h: Assume <wchar.h>.
39602         * m4/wcwidth.m4: Likewise.
39603
39604 2007-01-16  Bruno Haible  <bruno@clisp.org>
39605
39606         * modules/csharpexec-script: New, created from...
39607         * modules/csharpexec: ... this.
39608
39609 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
39610
39611         * modules/javaexec-script: New, created from...
39612         * modules/javaexec: ... this.
39613
39614 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39615
39616         * modules/poll (Dependencies): Add sys_select.
39617
39618 2007-01-15  Jim Meyering  <jim@meyering.net>
39619
39620         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
39621         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
39622         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
39623         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
39624
39625 2007-01-15  Bruno Haible  <bruno@clisp.org>
39626
39627         * modules/striconveh: New file.
39628         * lib/striconveh.h: New file.
39629         * lib/striconveh.c: New file.
39630         * MODULES.html.sh (Internationalization functions): Add striconveh.
39631
39632         * modules/striconveh-tests: New file.
39633         * tests/test-striconveh.c: New file.
39634
39635 2007-01-15  Bruno Haible  <bruno@clisp.org>
39636
39637         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
39638         not from GNU libiconv or GNU libc.
39639
39640 2007-01-15  Bruno Haible  <bruno@clisp.org>
39641
39642         * doc/gnulib-intro.texi (Copyright): Explain the different license
39643         terms for module descriptions, autoconf macros, tests, documentation.
39644
39645 2007-01-14  Bruno Haible  <bruno@clisp.org>
39646
39647         * modules/striconv-tests: New file.
39648         * tests/test-striconv.c: New file.
39649
39650 2007-01-14  Bruno Haible  <bruno@clisp.org>
39651
39652         * modules/iconv-tests: New file.
39653         * tests/test-iconv.c: New file.
39654
39655 2007-01-14  Bruno Haible  <bruno@clisp.org>
39656
39657         * gnulib-tool (func_get_license): For test modules, use the license of
39658         the main module.
39659
39660 2007-01-14  Bruno Haible  <bruno@clisp.org>
39661
39662         * modules/iconv (Include): Clarify that <iconv.h> can only be included
39663         if iconv is found to exist.
39664
39665 2007-01-14  Bruno Haible  <bruno@clisp.org>
39666
39667         * modules/c-ctype-tests: New file.
39668         * tests/test-c-ctype.c: New file.
39669
39670 2007-01-14  Bruno Haible  <bruno@clisp.org>
39671
39672         * modules/binary-io-tests: New file.
39673         * tests/test-binary-io.sh: New file.
39674         * tests/test-binary-io.c: New file.
39675
39676 2007-01-14  Bruno Haible  <bruno@clisp.org>
39677
39678         * modules/array-oset-tests: New file.
39679         * tests/test-array_oset.c: New file.
39680
39681 2007-01-14  Bruno Haible  <bruno@clisp.org>
39682
39683         * modules/array-list-tests: New file.
39684         * tests/test-array_list.c: New file.
39685
39686 2007-01-14  Bruno Haible  <bruno@clisp.org>
39687
39688         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
39689         and make.
39690         Reported by Simon Josefsson in
39691         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
39692
39693 2007-01-14  Bruno Haible  <bruno@clisp.org>
39694
39695         * modules/allocsa-tests: New file.
39696         * tests/test-allocsa.c: New file.
39697
39698 2007-01-14  Bruno Haible  <bruno@clisp.org>
39699
39700         * modules/fchdir (Depends-on): Add absolute-header.
39701         * modules/unistd (Depends-on): Likewise.
39702
39703 2006-12-30  Bruno Haible  <bruno@clisp.org>
39704
39705         * modules/fchdir: New file.
39706         * modules/unistd (Files): Add lib/unistd_.h.
39707         (Makefile.am): Generate unistd.h from unistd_.h.
39708         * lib/fchdir.c: New file.
39709         * lib/dirent_.h: New file.
39710         * lib/unistd_.h: New file.
39711         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
39712         * m4/fchdir.m4: New file.
39713         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
39714         (gl_HEADER_UNISTD): Invoke it.
39715         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
39716         function.
39717         * lib/backupfile.c (opendir, closedir): Undefine.
39718         * lib/chown.c (open, close): Undefine.
39719         * lib/clean-temp.c (open, close): Undefine.
39720         * lib/copy-file.c (open, close): Undefine.
39721         * lib/execute.c (open, close): Undefine.
39722         * lib/fsusage.c (open, close): Undefine.
39723         * lib/gc-gnulib.c (open, close): Undefine.
39724         * lib/getcwd.c (opendir, closedir): Undefine.
39725         * lib/glob.c (opendir, closedir): Undefine.
39726         * lib/javacomp.c (open, close): Undefine.
39727         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
39728         * lib/openat-proc.c (open, close): Undefine.
39729         * lib/pagealign_alloc.c (open, close): Undefine.
39730         * lib/pipe.c (open, close): Undefine.
39731         * lib/progreloc.c (open, close): Undefine.
39732         * lib/savedir.c (opendir, closedir): Undefine.
39733         * lib/utime.c (open, close): Undefine.
39734         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
39735
39736 2007-01-10  Bruno Haible  <bruno@clisp.org>
39737
39738         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
39739
39740 2007-01-12  Eric Blake  <ebb9@byu.net>
39741
39742         Provide a robust <wchar.h>.  Further simplifications are now
39743         possible in other modules, but not included here.
39744         * modules/wchar: New module.
39745         * m4/wchar.m4: New file.
39746         * lib/wchar_.h: Likewise.
39747         * modules/mbchar (Depends-on): Depend on wchar, as the first use
39748         of the new module.
39749         * MODULES.html.sh (Extended multibyte and wide character utilities):
39750         New section.
39751
39752 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
39753
39754         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
39755         to a reasonable default for memory allocation.
39756         (xreadlink): Don't allocate a huge buffer, to work around a buggy
39757         file system that reports garbage st_size values for symlinks.
39758         Problem reported by Liyang Hu.
39759
39760 2007-01-11  Simon Josefsson  <simon@josefsson.org>
39761
39762         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
39763         Emacs .#* auto-save files).
39764
39765 2007-01-11  Bruno Haible  <bruno@clisp.org>
39766
39767         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
39768         directory.
39769
39770 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
39771
39772         Use @...@ consistently in lib/wctype_.h.
39773         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
39774         on it being set to 1 or 0.
39775         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
39776         go back to AC_SUBSTing it.
39777         * modules/wctype (Makefile.am): Undo previous change.
39778
39779 2007-01-10  Eric Blake  <ebb9@byu.net>
39780
39781         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
39782         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
39783         * modules/wctype (Makefile.am): Likewise.
39784         Reported by Chris McGuire.
39785
39786 2007-01-10  Jim Meyering  <jim@meyering.net>
39787
39788         fts.c: a small readability/maintainability improvement
39789         * lib/fts.c (fts_read): Make this code slightly more readable and
39790         maintainable by hoisting the "sp->fts_cur = p" assignments to
39791         immediately follow the statements that set P.  Derived from
39792         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
39793
39794 2007-01-10  Eric Blake  <ebb9@byu.net>
39795
39796         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
39797         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
39798         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
39799         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
39800         Reported by Chris McGuire.
39801
39802 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39803
39804         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
39805         in sed script.
39806
39807 2007-01-09  Bruno Haible  <bruno@clisp.org>
39808
39809         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
39810         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
39811         variables.
39812         (func_module): Use them.
39813
39814 2007-01-09  Bruno Haible  <bruno@clisp.org>
39815
39816         * modules/unistr/base: New file.
39817         * lib/unistr.h: New file.
39818
39819         * modules/unistr/u8-to-u16: New file.
39820         * lib/unistr/u8-to-u16.c: New file.
39821
39822         * modules/unistr/u8-to-u32: New file.
39823         * lib/unistr/u8-to-u32.c: New file.
39824
39825         * modules/unistr/u16-to-u8: New file.
39826         * lib/unistr/u16-to-u8.c: New file.
39827
39828         * modules/unistr/u16-to-u32: New file.
39829         * lib/unistr/u16-to-u32.c: New file.
39830
39831         * modules/unistr/u32-to-u8: New file.
39832         * lib/unistr/u32-to-u8.c: New file.
39833
39834         * modules/unistr/u32-to-u16: New file.
39835         * lib/unistr/u32-to-u16.c: New file.
39836
39837         * modules/unistr/u8-check: New file.
39838         * modules/unistr/u16-check: New file.
39839         * modules/unistr/u32-check: New file.
39840         * lib/unistr/u8-check.c: New file.
39841         * lib/unistr/u16-check.c: New file.
39842         * lib/unistr/u32-check.c: New file.
39843
39844         * modules/unistr/u8-chr: New file.
39845         * modules/unistr/u16-chr: New file.
39846         * modules/unistr/u32-chr: New file.
39847         * lib/unistr/u8-chr.c: New file.
39848         * lib/unistr/u16-chr.c: New file.
39849         * lib/unistr/u32-chr.c: New file.
39850
39851         * modules/unistr/u8-cmp: New file.
39852         * modules/unistr/u16-cmp: New file.
39853         * modules/unistr/u32-cmp: New file.
39854         * lib/unistr/u8-cmp.c: New file.
39855         * lib/unistr/u16-cmp.c: New file.
39856         * lib/unistr/u32-cmp.c: New file.
39857
39858         * modules/unistr/u8-cpy: New file.
39859         * modules/unistr/u16-cpy: New file.
39860         * modules/unistr/u32-cpy: New file.
39861         * lib/unistr/u8-cpy.c: New file.
39862         * lib/unistr/u16-cpy.c: New file.
39863         * lib/unistr/u32-cpy.c: New file.
39864         * lib/unistr/u-cpy.h: New file.
39865
39866         * modules/unistr/u8-cpy-alloc: New file.
39867         * modules/unistr/u16-cpy-alloc: New file.
39868         * modules/unistr/u32-cpy-alloc: New file.
39869         * lib/unistr/u8-cpy-alloc.c: New file.
39870         * lib/unistr/u16-cpy-alloc.c: New file.
39871         * lib/unistr/u32-cpy-alloc.c: New file.
39872         * lib/unistr/u-cpy-alloc.h: New file.
39873
39874         * modules/unistr/u8-endswith: New file.
39875         * modules/unistr/u16-endswith: New file.
39876         * modules/unistr/u32-endswith: New file.
39877         * lib/unistr/u8-endswith.c: New file.
39878         * lib/unistr/u16-endswith.c: New file.
39879         * lib/unistr/u32-endswith.c: New file.
39880         * lib/unistr/u-endswith.h: New file.
39881
39882         * modules/unistr/u8-mblen: New file.
39883         * modules/unistr/u16-mblen: New file.
39884         * modules/unistr/u32-mblen: New file.
39885         * lib/unistr/u8-mblen.c: New file.
39886         * lib/unistr/u16-mblen.c: New file.
39887         * lib/unistr/u32-mblen.c: New file.
39888
39889         * modules/unistr/u8-mbtouc: New file.
39890         * modules/unistr/u16-mbtouc: New file.
39891         * modules/unistr/u32-mbtouc: New file.
39892         * lib/unistr/u8-mbtouc.c: New file.
39893         * lib/unistr/u16-mbtouc.c: New file.
39894         * lib/unistr/u32-mbtouc.c: New file.
39895
39896         * modules/unistr/u8-mbtouc-safe: New file.
39897         * modules/unistr/u16-mbtouc-safe: New file.
39898         * modules/unistr/u32-mbtouc-safe: New file.
39899         * lib/unistr/u8-mbtouc-safe.c: New file.
39900         * lib/unistr/u16-mbtouc-safe.c: New file.
39901         * lib/unistr/u32-mbtouc-safe.c: New file.
39902
39903         * modules/unistr/u8-move: New file.
39904         * modules/unistr/u16-move: New file.
39905         * modules/unistr/u32-move: New file.
39906         * lib/unistr/u8-move.c: New file.
39907         * lib/unistr/u16-move.c: New file.
39908         * lib/unistr/u32-move.c: New file.
39909         * lib/unistr/u-move.h: New file.
39910
39911         * modules/unistr/u8-next: New file.
39912         * modules/unistr/u16-next: New file.
39913         * modules/unistr/u32-next: New file.
39914         * lib/unistr/u8-next.c: New file.
39915         * lib/unistr/u16-next.c: New file.
39916         * lib/unistr/u32-next.c: New file.
39917
39918         * modules/unistr/u8-prev: New file.
39919         * modules/unistr/u16-prev: New file.
39920         * modules/unistr/u32-prev: New file.
39921         * lib/unistr/u8-prev.c: New file.
39922         * lib/unistr/u16-prev.c: New file.
39923         * lib/unistr/u32-prev.c: New file.
39924
39925         * modules/unistr/u8-set: New file.
39926         * modules/unistr/u16-set: New file.
39927         * modules/unistr/u32-set: New file.
39928         * lib/unistr/u8-set.c: New file.
39929         * lib/unistr/u16-set.c: New file.
39930         * lib/unistr/u32-set.c: New file.
39931         * lib/unistr/u-set.h: New file.
39932
39933         * modules/unistr/u8-startswith: New file.
39934         * modules/unistr/u16-startswith: New file.
39935         * modules/unistr/u32-startswith: New file.
39936         * lib/unistr/u8-startswith.c: New file.
39937         * lib/unistr/u16-startswith.c: New file.
39938         * lib/unistr/u32-startswith.c: New file.
39939         * lib/unistr/u-startswith.h: New file.
39940
39941         * modules/unistr/u8-stpcpy: New file.
39942         * modules/unistr/u16-stpcpy: New file.
39943         * modules/unistr/u32-stpcpy: New file.
39944         * lib/unistr/u8-stpcpy.c: New file.
39945         * lib/unistr/u16-stpcpy.c: New file.
39946         * lib/unistr/u32-stpcpy.c: New file.
39947         * lib/unistr/u-stpcpy.h: New file.
39948
39949         * modules/unistr/u8-stpncpy: New file.
39950         * modules/unistr/u16-stpncpy: New file.
39951         * modules/unistr/u32-stpncpy: New file.
39952         * lib/unistr/u8-stpncpy.c: New file.
39953         * lib/unistr/u16-stpncpy.c: New file.
39954         * lib/unistr/u32-stpncpy.c: New file.
39955         * lib/unistr/u-stpncpy.h: New file.
39956
39957         * modules/unistr/u8-strcat: New file.
39958         * modules/unistr/u16-strcat: New file.
39959         * modules/unistr/u32-strcat: New file.
39960         * lib/unistr/u8-strcat.c: New file.
39961         * lib/unistr/u16-strcat.c: New file.
39962         * lib/unistr/u32-strcat.c: New file.
39963         * lib/unistr/u-strcat.h: New file.
39964
39965         * modules/unistr/u8-strchr: New file.
39966         * modules/unistr/u16-strchr: New file.
39967         * modules/unistr/u32-strchr: New file.
39968         * lib/unistr/u8-strchr.c: New file.
39969         * lib/unistr/u16-strchr.c: New file.
39970         * lib/unistr/u32-strchr.c: New file.
39971
39972         * modules/unistr/u8-strcmp: New file.
39973         * modules/unistr/u16-strcmp: New file.
39974         * modules/unistr/u32-strcmp: New file.
39975         * lib/unistr/u8-strcmp.c: New file.
39976         * lib/unistr/u16-strcmp.c: New file.
39977         * lib/unistr/u32-strcmp.c: New file.
39978
39979         * modules/unistr/u8-strcpy: New file.
39980         * modules/unistr/u16-strcpy: New file.
39981         * modules/unistr/u32-strcpy: New file.
39982         * lib/unistr/u8-strcpy.c: New file.
39983         * lib/unistr/u16-strcpy.c: New file.
39984         * lib/unistr/u32-strcpy.c: New file.
39985         * lib/unistr/u-strcpy.h: New file.
39986
39987         * modules/unistr/u8-strcspn: New file.
39988         * modules/unistr/u16-strcspn: New file.
39989         * modules/unistr/u32-strcspn: New file.
39990         * lib/unistr/u8-strcspn.c: New file.
39991         * lib/unistr/u16-strcspn.c: New file.
39992         * lib/unistr/u32-strcspn.c: New file.
39993         * lib/unistr/u-strcspn.h: New file.
39994
39995         * modules/unistr/u8-strdup: New file.
39996         * modules/unistr/u16-strdup: New file.
39997         * modules/unistr/u32-strdup: New file.
39998         * lib/unistr/u8-strdup.c: New file.
39999         * lib/unistr/u16-strdup.c: New file.
40000         * lib/unistr/u32-strdup.c: New file.
40001         * lib/unistr/u-strdup.h: New file.
40002
40003         * modules/unistr/u8-strlen: New file.
40004         * modules/unistr/u16-strlen: New file.
40005         * modules/unistr/u32-strlen: New file.
40006         * lib/unistr/u8-strlen.c: New file.
40007         * lib/unistr/u16-strlen.c: New file.
40008         * lib/unistr/u32-strlen.c: New file.
40009         * lib/unistr/u-strlen.h: New file.
40010
40011         * modules/unistr/u8-strmblen: New file.
40012         * modules/unistr/u16-strmblen: New file.
40013         * modules/unistr/u32-strmblen: New file.
40014         * lib/unistr/u8-strmblen.c: New file.
40015         * lib/unistr/u16-strmblen.c: New file.
40016         * lib/unistr/u32-strmblen.c: New file.
40017
40018         * modules/unistr/u8-strmbtouc: New file.
40019         * modules/unistr/u16-strmbtouc: New file.
40020         * modules/unistr/u32-strmbtouc: New file.
40021         * lib/unistr/u8-strmbtouc.c: New file.
40022         * lib/unistr/u16-strmbtouc.c: New file.
40023         * lib/unistr/u32-strmbtouc.c: New file.
40024
40025         * modules/unistr/u8-strncat: New file.
40026         * modules/unistr/u16-strncat: New file.
40027         * modules/unistr/u32-strncat: New file.
40028         * lib/unistr/u8-strncat.c: New file.
40029         * lib/unistr/u16-strncat.c: New file.
40030         * lib/unistr/u32-strncat.c: New file.
40031         * lib/unistr/u-strncat.h: New file.
40032
40033         * modules/unistr/u8-strncmp: New file.
40034         * modules/unistr/u16-strncmp: New file.
40035         * modules/unistr/u32-strncmp: New file.
40036         * lib/unistr/u8-strncmp.c: New file.
40037         * lib/unistr/u16-strncmp.c: New file.
40038         * lib/unistr/u32-strncmp.c: New file.
40039
40040         * modules/unistr/u8-strncpy: New file.
40041         * modules/unistr/u16-strncpy: New file.
40042         * modules/unistr/u32-strncpy: New file.
40043         * lib/unistr/u8-strncpy.c: New file.
40044         * lib/unistr/u16-strncpy.c: New file.
40045         * lib/unistr/u32-strncpy.c: New file.
40046         * lib/unistr/u-strncpy.h: New file.
40047
40048         * modules/unistr/u8-strnlen: New file.
40049         * modules/unistr/u16-strnlen: New file.
40050         * modules/unistr/u32-strnlen: New file.
40051         * lib/unistr/u8-strnlen.c: New file.
40052         * lib/unistr/u16-strnlen.c: New file.
40053         * lib/unistr/u32-strnlen.c: New file.
40054         * lib/unistr/u-strnlen.h: New file.
40055
40056         * modules/unistr/u8-strpbrk: New file.
40057         * modules/unistr/u16-strpbrk: New file.
40058         * modules/unistr/u32-strpbrk: New file.
40059         * lib/unistr/u8-strpbrk.c: New file.
40060         * lib/unistr/u16-strpbrk.c: New file.
40061         * lib/unistr/u32-strpbrk.c: New file.
40062         * lib/unistr/u-strpbrk.h: New file.
40063
40064         * modules/unistr/u8-strrchr: New file.
40065         * modules/unistr/u16-strrchr: New file.
40066         * modules/unistr/u32-strrchr: New file.
40067         * lib/unistr/u8-strrchr.c: New file.
40068         * lib/unistr/u16-strrchr.c: New file.
40069         * lib/unistr/u32-strrchr.c: New file.
40070
40071         * modules/unistr/u8-strspn: New file.
40072         * modules/unistr/u16-strspn: New file.
40073         * modules/unistr/u32-strspn: New file.
40074         * lib/unistr/u8-strspn.c: New file.
40075         * lib/unistr/u16-strspn.c: New file.
40076         * lib/unistr/u32-strspn.c: New file.
40077         * lib/unistr/u-strspn.h: New file.
40078
40079         * modules/unistr/u8-strstr: New file.
40080         * modules/unistr/u16-strstr: New file.
40081         * modules/unistr/u32-strstr: New file.
40082         * lib/unistr/u8-strstr.c: New file.
40083         * lib/unistr/u16-strstr.c: New file.
40084         * lib/unistr/u32-strstr.c: New file.
40085         * lib/unistr/u-strstr.h: New file.
40086
40087         * modules/unistr/u8-strtok: New file.
40088         * modules/unistr/u16-strtok: New file.
40089         * modules/unistr/u32-strtok: New file.
40090         * lib/unistr/u8-strtok.c: New file.
40091         * lib/unistr/u16-strtok.c: New file.
40092         * lib/unistr/u32-strtok.c: New file.
40093         * lib/unistr/u-strtok.h: New file.
40094
40095         * modules/unistr/u8-uctomb: New file.
40096         * modules/unistr/u16-uctomb: New file.
40097         * modules/unistr/u32-uctomb: New file.
40098         * lib/unistr/u8-uctomb.c: New file.
40099         * lib/unistr/u16-uctomb.c: New file.
40100         * lib/unistr/u32-uctomb.c: New file.
40101
40102         * MODULES.html.sh (Unicode string functions): Add the new modules.
40103
40104 2007-01-08  Bruno Haible  <bruno@clisp.org>
40105
40106         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
40107         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
40108         subdirectories.
40109
40110 2007-01-08  Karl Berry  <karl@gnu.org>
40111
40112         * doc/error.texi: mention that main() fns must set program_name
40113         when progname is used.
40114
40115 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
40116
40117         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
40118         WCTYPE_H is empty, for the benefit of builds from non-distclean
40119         directories.  Problem reported by Eric Blake in
40120         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
40121
40122 2007-01-08  Bruno Haible  <bruno@clisp.org>
40123
40124         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
40125         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
40126         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
40127         PROVIDE_CANONICALIZE_FILENAME_MODE.
40128         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
40129
40130 2007-01-08  Bruno Haible  <bruno@clisp.org>
40131
40132         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
40133         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
40134         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
40135         * lib/fts.c: Likewise.
40136         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
40137
40138 2006-12-25  Bruno Haible  <bruno@clisp.org>
40139
40140         * modules/utf8-ucs4-safe: New file.
40141         * lib/utf8-ucs4-safe.h: New file.
40142         * lib/unistr/utf8-ucs4-safe.c: New file.
40143
40144         * modules/utf16-ucs4-safe: New file.
40145         * lib/utf16-ucs4-safe.h: New file.
40146         * lib/unistr/utf16-ucs4-safe.c: New file.
40147
40148         * MODULES.html.sh (Unicode string functions): Add the new modules.
40149
40150 2007-01-08  Bruno Haible  <bruno@clisp.org>
40151
40152         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40153         (Depends-on): Add unitypes.
40154         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40155         (u8_mbtouc_aux): Move out to separate file.
40156         (u8_mbtouc): Use ucs4_t, uint8_t types.
40157         * lib/unistr/utf8-ucs4.c: New file.
40158
40159         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40160         (Depends-on): Add unitypes.
40161         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40162         (u16_mbtouc_aux): Move out to separate file.
40163         (u16_mbtouc): Use ucs4_t, uint16_t types.
40164         * lib/unistr/utf16-ucs4.c: New file.
40165
40166         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
40167         (Depends-on): Add unitypes.
40168         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
40169         (u8_uctomb_aux): Move out to separate file.
40170         (u8_uctomb): Use ucs4_t, uint8_t types.
40171         * lib/unistr/ucs4-utf8.c: New file.
40172
40173         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
40174         (Depends-on): Add unitypes.
40175         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
40176         (u16_uctomb_aux): Move out to separate file.
40177         (u16_uctomb): Use ucs4_t, uint16_t types.
40178         * lib/unistr/ucs4-utf16.c: New file.
40179
40180 2006-12-25  Bruno Haible  <bruno@clisp.org>
40181
40182         * modules/unitypes: New file.
40183         * lib/unitypes.h: New file.
40184         * MODULES.html.sh (func_all_modules): New section "Unicode string
40185         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
40186         this section. Add unitypes.
40187
40188 2007-01-08  Bruno Haible  <bruno@clisp.org>
40189
40190         Avoid variable names that conflict with those from libtool.
40191         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
40192         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
40193         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
40194         library_names_spec to acl_library_names_spec, hardcode_* to
40195         acl_hardcode_*.
40196         Reported by Ralf Wildenhues.
40197
40198 2007-01-08  Bruno Haible  <bruno@clisp.org>
40199
40200         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
40201         definition.
40202         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
40203         definition.
40204         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
40205         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
40206         definition.
40207         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
40208         definition.
40209         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
40210         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
40211         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
40212         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
40213         definition.
40214         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
40215         definition.
40216         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
40217         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
40218         GC_USE_<algorithm>.
40219         * lib/gc-libgcrypt.c: Likewise.
40220         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
40221         * modules/gc-arctwo (configure.ac): Likewise.
40222         * modules/gc-des (configure.ac): Likewise.
40223         * modules/gc-hmac-md5 (configure.ac): Likewise.
40224         * modules/gc-hmac-sha1 (configure.ac): Likewise.
40225         * modules/gc-md2 (configure.ac): Likewise.
40226         * modules/gc-md4 (configure.ac): Likewise.
40227         * modules/gc-md5 (configure.ac): Likewise.
40228         * modules/gc-random (configure.ac): Likewise.
40229         * modules/gc-rijndael (configure.ac): Likewise.
40230         * modules/gc-sha1 (configure.ac): Likewise.
40231
40232 2007-01-08  Bruno Haible  <bruno@clisp.org>
40233
40234         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
40235         macro definition.
40236         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
40237         definition.
40238         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
40239         definition.
40240         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
40241         * modules/fcntl-safer (configure.ac): Likewise.
40242         * modules/fopen-safer (configure.ac): Likewise.
40243         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
40244         GNULIB_FWRITEERROR macro definition.
40245
40246 2007-01-08  Bruno Haible  <bruno@clisp.org>
40247
40248         * m4/gnulib-common.m4: New file.
40249         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
40250         (func_get_filelist): Add m4/gnulib-common.m4.
40251
40252 2007-01-08  Bruno Haible  <bruno@clisp.org>
40253
40254         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
40255         command.
40256
40257 2007-01-08  Jim Meyering  <jim@meyering.net>
40258
40259         Use a more robust test for a "can't happen" condition.
40260         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
40261         narrowed the st_size value.  Presuming the "can't happen" condition
40262         is true, that narrowing could conceivably convert an invalid st_size
40263         value into a valid one.  Instead, use a change based on Matthew
40264         Woehlke's original patch.
40265
40266         Slight readability improvement: use an assert-like macro
40267         in place of literal "abort ()" uses.
40268         * lib/fts.c (fts_assert): Define.
40269         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
40270         Use this macro instead of a bare 'abort'.
40271
40272 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
40273
40274         Don't worry about using IRIX 5.3's wctype.h broken definitions;
40275         simply work around them.
40276         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
40277         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
40278         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
40279         declaring.
40280         Don't bother to define as macros, since the standard doesn't require it.
40281         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
40282         longer worry about IRIX 5.3.
40283         (HAVE_WCTYPE_CTMP_BUG): Remove.
40284
40285 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40286
40287         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
40288         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
40289         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
40290         Problems reported by Georg Schwarz for IRIX 5.3.
40291
40292         * gnulib-tool (autoconf_minversion): Take the maximum version number
40293         found, not the minimum.  Problem reported by James Youngman.
40294
40295 2007-01-03  Karl Berry  <karl@gnu.org>
40296
40297         * doc/error.texi: new file, explaining interaction with progname.
40298         * doc/gnulib.texi: include it.  Update copyright.
40299
40300 2007-01-03  Simon Josefsson  <simon@josefsson.org>
40301
40302         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
40303         AC_CANONICAL_HOST, to improve autobuild outputs.
40304
40305 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
40306             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40307
40308         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
40309         sockets, server sockets, and other file descriptors.  Count errors
40310         to compute the return value.  Reorder the code a bit to be easier
40311         to follow.  Don't set event bits that were not requested (except
40312         POLLERR and POLLHUP).
40313
40314 2007-01-01  Bruno Haible  <bruno@clisp.org>
40315
40316         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
40317
40318 2007-01-03  Jim Meyering  <jim@meyering.net>
40319
40320         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
40321
40322 2007-01-02  Bruno Haible  <bruno@clisp.org>
40323
40324         * modules/settime (Include): Require timespec.h.
40325         * modules/nanosleep (Include): Likewise.
40326
40327 2007-01-01  Bruno Haible  <bruno@clisp.org>
40328
40329         * gnulib-tool (func_emit_copyright_notice): Bump year.
40330         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
40331
40332 2007-01-01  Bruno Haible  <bruno@clisp.org>
40333
40334         Improve support for OpenBSD.
40335         * build-aux/config.rpath (libname_spec): Export.
40336         (library_names_spec): New variable. Export.
40337         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
40338         library_names_spec from the config.rpath output. Locate shared library
40339         through the name pattern in library_names_spec.
40340
40341 2007-01-01  Eric Blake  <ebb9@byu.net>
40342
40343         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
40344
40345 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
40346
40347         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
40348         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
40349         assume the C locale, and avoid an "eval" that could cause trouble.
40350         Problem with SORT reported by Bob Proulx.
40351
40352         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
40353         Define.  Trivial patch from Henning Nielsen Lund, originally
40354         sent to bug-grep@gnu.org today.
40355
40356 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
40357
40358         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
40359         struct stat.  Problem reported by Henning Nielsen Lund.
40360         * lib/acl.c: Include acl.h first, to check interface.  Don't
40361         bother to include sys/types.h and sys/stat.h again.
40362
40363 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40364
40365         Import the following change from libc; problem reported by
40366         Sven Verdoolaege.
40367
40368         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
40369
40370         [BZ #1373]
40371         * lib/argp.h: Remove __NTH for __argp_usage inline function.
40372
40373 2006-12-28  Jim Meyering  <jim@meyering.net>
40374
40375         * build-aux/announce-gen: Do not assume that the package
40376         builds any of tar.gz, tar.bz2, and .xdelta files.
40377         Suggestion from Simon Josefsson.
40378
40379 2006-12-28  Simon Josefsson  <simon@josefsson.org>
40380
40381         * modules/announce-gen: New file.
40382
40383 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
40384
40385         * lib/mbchar.h: Just include <wctype.h>; the wctype module
40386         handles its gotchas now.
40387         * lib/mbswidth.c: Likewise.
40388         * lib/wcwidth.h: Likewise.
40389         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
40390         and iswcntrl; the wctype module does this stuff now.
40391         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
40392         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40393         * modules/mbchar (Depends-on): Add wctype.
40394         * modules/mbswidth (Depends-on): Likewise.
40395         * modules/wcwidth (Depends-on): Likewise.
40396
40397 2006-12-27  Eric Blake  <ebb9@byu.net>
40398
40399         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
40400         module uses more than what <wctype.h> is required to provide.
40401
40402 2006-12-26  Eric Blake  <ebb9@byu.net>
40403
40404         * gnulib-tool (sed_extract_prog): Avoid space-tab.
40405
40406 2006-12-26  Eric Blake  <ebb9@byu.net>
40407
40408         * modules/absolute-header: New module.
40409         * modules/fcntl (Depends-on): Depend on it.
40410         * modules/inttypes (Depends-on): Likewise.
40411         * modules/stdint (Depends-on): Likewise.
40412         * modules/sys_stat (Depends-on): Likewise.
40413         * modules/wctype (Depends-on): Likewise.
40414         * MODULES.html.sh (Support for building libraries and
40415         executables): Document it.
40416
40417 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
40418
40419         * gnulib-tool (SED): Remove, undoing previous change.
40420         The problem was that it broke coreutils on Solaris, because
40421         "sed --posix" leaked into a makefile.
40422         (sed): New alias, if 'alias' and GNU sed.
40423
40424 2006-12-24  Jim Meyering  <jim@meyering.net>
40425
40426         Work around an fchownat bug in glibc-2.4:
40427         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
40428         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
40429         in spite of the -P option.
40430         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
40431         New macros.
40432         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
40433         * modules/openat (Files): Add lib/fchownat.c.
40434         * lib/openat.c (fchownat): Don't define here.  Move to...
40435         * lib/fchownat.c: ...this new file.
40436
40437 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40438
40439         Fix bug reported by Bruno Haible in
40440         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
40441         where quotearg.c didn't compile on Mac OS X 10.2 because it
40442         lacks <wchar.h> and wint_t.
40443         * lib/wctype_.h (__wctype_wint_t): New type.
40444         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
40445         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
40446         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
40447         Arg is now of type __wctype_wint_t, not wint_t.
40448         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
40449         substitute HAVE_WINT_T.
40450         * modules/wctype (Files): Add m4/wint_t.m4.
40451         (wctype.h): Substitute HAVE_WINT_T.
40452
40453 2006-12-23  Bruno Haible  <bruno@clisp.org>
40454
40455         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
40456
40457 2006-12-23  Bruno Haible  <bruno@clisp.org>
40458
40459         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
40460         S_ISLNK.
40461         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
40462         mingw.
40463
40464 2006-12-22  Bruno Haible  <bruno@clisp.org>
40465
40466         * lib/copy-file.c: Include acl.h.
40467         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
40468         Close the file descriptors only after being done with copy_acl.
40469         * modules/copy-file (Depends-on): Add acl.
40470
40471 2006-12-22  Bruno Haible  <bruno@clisp.org>
40472
40473         * gnulib-tool (SED): New variable.
40474         Use $SED instead of sed everywhere.
40475
40476 2006-12-22  Bruno Haible  <bruno@clisp.org>
40477
40478         * modules/no-c++: New file.
40479         * m4/no-c++.m4: New file.
40480         * MODULES.html.sh (Support for building libraries and executables):
40481         Add no-c++.
40482
40483 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
40484
40485         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
40486         Include <limits.h>, and use its INT_MAX to rewrite the
40487         j loop so that it does not overflow 'int'.  Problem reported by
40488         Ralf Wildenhues in
40489         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
40490         Play it safe by shifting left by 1 rather than multiplying by 2,
40491         as GCC is less likely to optimize this away when the value
40492         is signed (when it assumes overflow leads to undefined behavior).
40493         Also, don't assume time_t uses two's complement.
40494
40495 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
40496
40497         * MODULES.html.sh: New module wctype.
40498         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
40499         * lib/fnmatch.c: Don't bother to include <wchar.h> before
40500         <wctype.h>, since the new wctype module should fix this.
40501         * lib/quotearg.c: Include <wctype.h> unconditionally, since
40502         the wctype module should arrange for it.
40503         * lib/regex_internal.h: Likewise.
40504         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
40505         since the wctype module should handle this now.
40506         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
40507         * modules/fnmatch (Depends-on): Add wctype.
40508         * modules/quotearg (Depends-on): Likewise.
40509         * modules/regex (Depends-on): Likewise.
40510
40511 2006-12-19  Bruno Haible  <bruno@clisp.org>
40512
40513         * lib/strdup.h [C++]: Wrap definitions in extern "C".
40514         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
40515
40516 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40517
40518         * modules/savewd (Depends-on): Fix dependency on fcntl.
40519
40520 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40521
40522         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
40523         conforms to C99, rather than relying on the user's environment
40524         setting of STDINT_H.
40525
40526 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40527         and Eric Blake  <ebb9@byu.net>
40528
40529         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
40530         This is more consistent with the other defines here.
40531         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
40532         Port to z/OS.  Problem reported by Paul Gilmartin.
40533         Change local vars to use gl_ prefix rather than ac_.
40534         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
40535         with other defines.
40536         * modules/double-slash-root: New module.
40537         * modules/dirname (Files): Remove m4/double-slash-root.m4.
40538         (Depends-on): Add double-slash-root.
40539         * MODULES.html.sh (File system functions): Mention new module.
40540
40541 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
40542
40543         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
40544         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
40545         This is for the benefit of gzip, which doesn't do i18n.
40546
40547 2006-12-12  Jim Meyering  <jim@meyering.net>
40548
40549         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
40550         Reported by Andreas Schwab <schwab@suse.de>.
40551
40552 2006-12-12  Bruno Haible  <bruno@clisp.org>
40553
40554         Merge these changes.
40555         2006-09-05  Bruno Haible  <bruno@clisp.org>
40556         * lib/iconvme.c (iconv_string): No need to save and restore errno when
40557         iconv_alloc succeeded.
40558         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
40559         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
40560         test for " && dest " at the end - dest is always != NULL there. Call
40561         iconv with 4xNULL arguments initially, to reset the state. Call iconv
40562         with 2xNULL arguments, also to flush the state storage. Handle the
40563         IRIX iconv behaviour. Realloc the final result, to throw away unused
40564         memory.
40565
40566 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
40567
40568         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
40569         and fchmodat unconditionally, since glibc 2.4 has them.
40570         Problem reported by Arkadiusz Miskiewicz.
40571
40572 2006-12-10  Bruno Haible  <bruno@clisp.org>
40573
40574         * gnulib-tool (func_import): Show the include files only for those
40575         modules that are copied and specified.
40576         Reported by Karl Berry.
40577
40578 2006-12-08  Jim Meyering  <jim@meyering.net>
40579
40580         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
40581         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
40582
40583         * build-aux/announce-gen: Add two new options, both optional:
40584         --bootstrap-tools=TOOL_LIST
40585               a comma-separated list of tools, e.g.,
40586               autoconf,automake,bison,gnulib
40587         --gnulib-snapshot-date=DATE
40588               if gnulib is in the bootstrap tool list,
40589               then report this as the snapshot date.
40590               If not specified, use the current date/time.
40591               If you specify a date here, be sure it's UTC.
40592
40593 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40594
40595         * tests/test-argp-2.sh: Fix test to match actual output.
40596         (func_compare): Fix sed script to be portable.
40597
40598 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
40599
40600         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
40601         workaround for this case.  It is not autoconfigured now; offhand
40602         it's hard to see how to autoconfigure it.
40603
40604 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
40605
40606         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
40607         a directory that is about to be chowned.  Such a directory's
40608         initial file permissions should permit the owner only and this
40609         should not be changed until after the chown, since the group and
40610         other bits would be incorrect if they granted permission before
40611         the chown.
40612
40613         Fix porting problem for iswctype reported by Georg Schwarz in:
40614         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
40615         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
40616         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
40617         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
40618         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
40619
40620 2006-12-03  Jim Meyering  <jim@meyering.net>
40621
40622         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
40623         p->fts_statp may not yet be defined.
40624         (fts_read): Instead, set it in the caller, once p->fts_statp is
40625         sure to be defined, and corresponds to a top-level directory.
40626         This bug made du -x fail.  Here's the coreutils test case:
40627         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
40628         Reported by Mike Frysinger.
40629
40630 2006-12-01  Jim Meyering  <jim@meyering.net>
40631
40632         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
40633         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
40634         Reported by Simon Josefsson.
40635
40636 2006-11-30  Jim Meyering  <jim@meyering.net>
40637
40638         * m4/warning.m4: Use the all-permissive copyright notice
40639         recommended by RMS (rather than LGPL).
40640         * m4/vararrays.m4: Likewise.
40641         * m4/flexmember.m4: Likewise.
40642
40643 2006-11-29  Bruno Haible  <bruno@clisp.org>
40644
40645         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40646         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
40647         using +=.
40648         Reported by Simon Josefsson <simon@josefsson.org>.
40649
40650 2006-11-28  James Youngman <jay@gnu.org>
40651
40652         * README: Advise users that they might find the bug-gnulib@gnu.org
40653         and autotools-announce@gnu.org mailing lists useful.
40654
40655 2006-11-28  Bruno Haible  <bruno@clisp.org>
40656
40657         * m4/ptrdiff_max.m4: Remove file.
40658
40659 2006-11-21  Bruno Haible  <bruno@clisp.org>
40660
40661         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
40662         _AC_COMPUTE_INT.
40663         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40664         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
40665         _AC_COMPUTE_INT.
40666         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40667         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
40668         _AC_COMPUTE_INT.
40669         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40670
40671 2006-11-28  Jim Meyering  <jim@meyering.net>
40672
40673         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
40674         warning from "gcc -Wshadow" about shadowing the builtin.
40675
40676 2006-11-27  Bruno Haible  <bruno@clisp.org>
40677
40678         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
40679         _AC_COMPUTE_INT.
40680         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40681
40682 2006-11-27  Bruno Haible  <bruno@clisp.org>
40683             Paul Eggert  <eggert@cs.ucla.edu>
40684
40685         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
40686
40687 2006-11-26  Bruno Haible  <bruno@clisp.org>
40688
40689         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40690         noinst_LTLIBRARIES.
40691
40692 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
40693             Bruno Haible  <bruno@clisp.org>
40694
40695         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
40696         if compiling with "gcc -ansi".
40697
40698 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
40699
40700         Fix some incompatibilities with gcc -ansi -pedantic.
40701         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
40702         if compiling pedantically with GCC, unless it's C99 or later.
40703         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
40704         it mishandles gcc -ansi -pedantic as well.
40705         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
40706         if gcc -pedantic.
40707         * lib/regexec.c (check_node_accept_bytes): Don't use auto
40708         initializers for struct if -pedantic, unless it's C99 or later.
40709
40710 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
40711
40712         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
40713         Don't close an fd more than once. Identical atimes indicate
40714         success, not failure.
40715
40716 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
40717
40718         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
40719
40720 2006-11-23  Jim Meyering  <jim@meyering.net>
40721
40722         * build-aux/announce-gen: New file.  From coreutils.
40723
40724 2006-11-22  Jim Meyering  <jim@meyering.net>
40725
40726         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
40727         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
40728         (fts_read): Use a temporary to narrow the overused st_size member
40729         before using it in a switch statement.  Reported by Matthew Woehlke.
40730
40731         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
40732         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
40733
40734 2006-11-20  Bruno Haible  <bruno@clisp.org>
40735
40736         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
40737         changequote instead of pairs of brackets.
40738         Reported by Andreas Schwab <schwab@suse.de>.
40739
40740 2006-11-21  Jim Meyering  <jim@meyering.net>
40741
40742         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
40743         so as to remain compatible with older compilers.
40744         Patch from Michael Deutschmann.
40745
40746 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
40747
40748         * MODULES.html.sh (File system functions): Add openat.
40749
40750         * lib/openat.h (rpl_fstatat): New macro, if
40751         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
40752         (fstatat): Define to rpl_fstatat under the same conditions,
40753         unless COMPILING_FSTATAT.
40754         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
40755         seems to have the bug.
40756         * lib/fstatat.c: New file.
40757         * modules/openat (Files): Add it.
40758
40759 2006-11-20  Bruno Haible  <bruno@clisp.org>
40760
40761         * Makefile: New file.
40762
40763 2006-11-20  Jim Meyering  <jim@meyering.net>
40764
40765         The beginnings of syntax-related checks for gnulib.
40766         * lib/Makefile: New file.
40767         * lib/t-idcache: New script.  Ensure that the two halves of
40768         idcache.c stay in sync.
40769
40770         * lib/idcache.c: Adjust comments in user- and group- portions to
40771         be more accurate, and to be consistent with one another.
40772
40773 2006-11-20  Jim Meyering  <jim@meyering.net>
40774
40775         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
40776         continue using the flexible array member (thus, this module performs
40777         half as many malloc calls), with the addition that...
40778         (getgroup, getuser): Consistently record a non-match via an empty
40779         "name" string, and map an empty string match to a NULL return value.
40780         * modules/idcache (Depends-on): Re-add flexmember.
40781
40782         * lib/idcache.c (getuser): Remove all uses of the register keyword.
40783         (getuidbyname, getgroup, getgidbyname): Likewise.
40784
40785         Use cleaner syntax: NULL rather than 0.
40786         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
40787
40788 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
40789
40790         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
40791         It mishandled the case where the group was missing.
40792         Problem reported by Greg Schafer.
40793         * modules/idcache: Likewise.
40794
40795 2006-11-18  Jim Meyering  <jim@meyering.net>
40796
40797         * check-module (%exempt_header): Add exception for some
40798         conditionally-included headers.
40799
40800         * modules/i-ring (Depends-on): Add verify.
40801         (License): Change to LGPL.
40802
40803 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
40804
40805         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
40806         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
40807         and inttostr.h.  Use snprintf rather than uinttostr, so that
40808         LGPLed code doesn't depend on GPLed.
40809
40810 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
40811
40812         * modules/inline (License): Change from GPL to LGPL.
40813
40814 2006-11-17  Jim Meyering  <jim@meyering.net>
40815
40816         * modules/d-type (License): Switch to LGPL.
40817
40818 2006-11-15  Bruno Haible  <bruno@clisp.org>
40819
40820         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
40821
40822 2006-11-15  Eric Blake  <ebb9@byu.net>
40823
40824         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
40825         the module dependency.
40826
40827 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40828             Bruno Haible  <bruno@clisp.org>
40829
40830         * gnulib-tool (func_create_testdir): Add license consistency check.
40831
40832 2006-11-15  Eric Blake  <ebb9@byu.net>
40833
40834         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
40835         random "(cached)" in configure output.
40836
40837 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40838
40839         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
40840         test for conforming inttypes.h is both announced and cached.
40841
40842         * MODULES.html.sh (seen_modules, seen_files): New variables.
40843         (func_module): Rewrite to use a few less gnulib-tool and sed
40844         invocations.  Avoid a couple of quadratic algorithms for ...
40845         (missed_modules, missed_files): ... these, with ...
40846         (func_append, func_tmpdir): ... these new functions, from
40847         gnulib-tool.  Analogously, install traps for cleanup.
40848
40849         * tests/test-gc.c (main): Remove unused variables.
40850         * tests/test-read-file.c: Include stdlib.h, for 'free'.
40851
40852 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
40853
40854         * modules/inttostr (License): Change to LGPL.
40855
40856 2006-11-14  Eric Blake  <ebb9@byu.net>
40857
40858         * modules/tempname (License): Change to LGPL.
40859
40860 2006-11-14  Eric Blake  <ebb9@byu.net>
40861
40862         * doc/functions.texi (Function Portability): *printf functions on
40863         Cygwin now understand all POSIX size specifiers.
40864
40865 2006-11-14  Bruno Haible  <bruno@clisp.org>
40866
40867         * modules/c-ctype (License): Change to LGPL.
40868
40869 2006-11-12  Bruno Haible  <bruno@clisp.org>
40870
40871         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
40872         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
40873         for GNOME libraries, for which the include files are installed in
40874         subdirectories of $prefix/include.
40875
40876 2006-11-12  Bruno Haible  <bruno@clisp.org>
40877
40878         * m4/lib-link.m4: Require at least autoconf-2.54.
40879         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
40880         name to underscores for the --with option.
40881
40882 2006-11-13  Bruno Haible  <bruno@clisp.org>
40883
40884         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
40885         the tests directory.
40886         Reported by Ralf Wildenhues.
40887
40888 2006-11-13  Bruno Haible  <bruno@clisp.org>
40889
40890         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
40891         (func_emit_initmacro_end): Undo the override here.
40892         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
40893         Works around the famous automake error in coreutils.
40894
40895 2006-11-13  Eric Blake  <ebb9@byu.net>
40896
40897         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
40898         element, not its node.
40899
40900 2006-11-12  Bruno Haible  <bruno@clisp.org>
40901
40902         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
40903         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
40904
40905 2006-11-12  Bruno Haible  <bruno@clisp.org>
40906
40907         * gnulib-tool: New option --local-symlink.
40908         (func_usage): Document it.
40909         (lsymbolic): New variable.
40910         (func_import, func_create_testdir): If --symlink was not specified,
40911         test whether --local-symlink was specified and the file comes from
40912         the local_gnulib_dir.
40913
40914 2006-11-12  Bruno Haible  <bruno@clisp.org>
40915
40916         * gnulib-tool (func_ln): New function.
40917         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
40918
40919 2006-11-12  Bruno Haible  <bruno@clisp.org>
40920
40921         Finish support for source files in subdirectories.
40922         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
40923         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
40924         AUTOMAKE_OPTIONS.
40925         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
40926
40927 2006-11-12  Bruno Haible  <bruno@clisp.org>
40928
40929         * gnulib-tool (func_get_automake_snippet): Synthesize also an
40930         EXTRA_lib_SOURCES augmentation.
40931         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
40932
40933 2006-11-12  Jim Meyering  <jim@meyering.net>
40934
40935         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
40936         file descriptors.  This also averts a failure on systems with
40937         native openat support when a traversed directory lacks "x" access.
40938         * lib/fts_.h: Include "i-ring.h"
40939         (struct FTS) [fts_fd_ring]: New member.
40940         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
40941         (FCHDIR): Add parentheses.
40942         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
40943         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
40944         When descending, rather than simply closing the previous
40945         fts_cwd_fd value, push that file descriptor onto the ring.
40946         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
40947         (fts_open): Initialize the new fd_ring member.
40948         (fts_close): Clear the ring.
40949         (fts_safe_changedir): When possible, use our new fd_ring to skip
40950         the diropen and fstat and dev/ino comparison that would normally
40951         accompany a virtual `chdir ("..")'.
40952
40953         * modules/fts (Depends-on): Add i-ring.
40954         * modules/i-ring: New module.
40955         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
40956         * m4/i-ring.m4: New file.
40957
40958 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40959
40960         * gnulib-tool (func_create_testdir): Fix replacement of
40961         `build-aux' in configure.ac.  Run autotools in gltests
40962         subdirectory.
40963         (func_create_testdir, func_create_megatestdir, test): There is
40964         no need for '--force' in most autotool invocations in a new
40965         tree.  Actually fail the whole test if any of the tools, or the
40966         configure or make stages fail.
40967
40968         Sync from Automake.
40969         * build-aux/gnupload: Revert last change.  Add pointer to upload
40970         instructions of the GNU Maintenance Instructions.
40971         Suggestion by Karl Berry.
40972
40973 2006-11-10  Jim Meyering  <jim@meyering.net>
40974
40975         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
40976
40977 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
40978
40979         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
40980         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
40981         (bind_textdomain_codeset) [! ENABLE_NLS]:
40982         Evaluate all the arguments.  That way, callers get compatible behavior
40983         if the arguments have side effects.  Also, it avoids some GCC
40984         diagnostics in some cases; Joel E. Denny reported problems when Bison
40985         was configured with --enable-gcc-warnigs.
40986
40987 2006-11-10  Jim Meyering  <jim@meyering.net>
40988
40989         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
40990         relevant options in CFLAGS (like -O, -fno-inline) are taken into
40991         account.
40992
40993 2006-11-10  Jim Meyering  <jim@meyering.net>
40994
40995         * modules/inline: New file/module.
40996         * modules/xalloc (Files): Remove m4/inline.m4.
40997         (Depends-on): Add inline, instead.
40998         * modules/oset: Likewise.
40999         * modules/list: Likewise.
41000
41001 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41002
41003         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
41004         Problem reported by Matthew Woehlke.
41005
41006 2006-11-09  Bruno Haible  <bruno@clisp.org>
41007
41008         * lib/tempname.c (gen_tempname): Remove variant that invokes
41009         __gen_tempname.
41010         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
41011         __gen_tempname.
41012
41013 2006-11-08  Bruno Haible  <bruno@clisp.org>
41014
41015         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
41016         to 'yes' instead of 'cross-compiling'.
41017
41018 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
41019
41020         * lib/quotearg.h (quotearg_free): New decl.
41021         * lib/quotearg.c (quotearg_free): New function.
41022         (slot0, nslots, slotvec0, slotvec):
41023         Now file-scope so that quotearg_free can get at them.
41024
41025 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41026
41027         Sync from Automake.
41028         * build-aux/gnupload: Add missing 'gnu' to example URL.
41029         Report by Karl Berry.
41030
41031 2006-11-08  Bruno Haible  <bruno@clisp.org>
41032
41033         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
41034         Suggested by Paul Eggert.
41035
41036 2006-11-08  Jim Meyering  <jim@meyering.net>
41037
41038         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
41039         It's already included if !_LIBC.
41040         (fts_safe_changedir): Add a comment.
41041
41042 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41043
41044         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
41045         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
41046         Matthew Woehlke.
41047
41048         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
41049         definitions up, to avoid colliding with change below.
41050         (static_inline) [HAVE_INLINE]: New macro.
41051         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
41052         Provide extern decls when !HAVE_INLINE.  Do not define unless
41053         static_inline is defined, either by us or by xmalloc.c.  Use
41054         static_inline rather than static inline.
41055         (XCALLOC): Optimize sizeof(T) = 1 case.
41056         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
41057
41058 2006-11-07  Bruno Haible  <bruno@clisp.org>
41059
41060         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
41061         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
41062         AC_C_INLINE.
41063         * modules/xalloc (Files): Add m4/inline.m4.
41064
41065 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41066
41067         * README: Fix typo.
41068         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
41069         (Miscellanous Notes): ...from this.
41070
41071 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41072
41073         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
41074         Mention that offsetof should be used instead of sizeof.
41075         From Bruno Haible.
41076
41077 2006-11-07  Bruno Haible  <bruno@clisp.org>
41078
41079         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
41080
41081 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41082
41083         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41084         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
41085         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41086         (gl_tree_add_before, gl_tree_add_after):
41087         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
41088         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
41089         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
41090         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
41091         (gl_linked_add_after, gl_linked_add_at): Likewise.
41092         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
41093         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41094         (gl_tree_add_before, gl_tree_add_after): Likewise.
41095         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
41096         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
41097         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
41098
41099 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41100
41101         * lib/gl_oset.h: Use C comment style, not C++ comment style.
41102
41103 2006-11-06  Bruno Haible  <bruno@clisp.org>
41104
41105         * m4/inline.m4: New file.
41106         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
41107         * modules/list (Files): Add m4/inline.m4.
41108         * modules/oset (Files): Likewise.
41109
41110 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41111
41112         * lib/idcache.c: Include <stddef.h>, for offsetof.
41113         (struct userid.name): Change from char * to a flexible array member.
41114         All uses changed.
41115         * modules/idcache (Depends-on): Add flexmember.
41116
41117         * MODULES.html.sh (Core language properties): New module flexmember.
41118         * modules/flexmember, m4/flexmember.m4: New files.
41119
41120         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
41121         inline functions that are identical with the old xnmalloc_inline,
41122         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
41123         that we can avoid some unnecessary integer multiplications and
41124         divisions in the common case where the element size is known at
41125         compile time.
41126         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
41127         needed.
41128         (xnboundedmalloc): Remove.
41129         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
41130         arguments, for consistency with rest of this header.
41131         (xcharalloc): Rewrite using XNMALLOC.
41132         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
41133         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
41134         versions have been moved to lib/xalloc.h and renamed to be the
41135         non-*_inline versions.
41136         (xmalloc, xrealloc): Implement without reference to the xnmalloc
41137         and xnrealloc functions, since those functions are now inline and
41138         now call us.
41139         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
41140         renaming described above.
41141         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
41142         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
41143         captures the dependency in AC_C_INLINE.
41144
41145         New module canonicalize-lgpl, proposed by Charles Wilson in
41146         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
41147         with a few small changes afterwards.
41148         * MODULES.html.sh (File system functions): New module
41149         canonicalize-lgpl.
41150         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41151         and canonicalize_file_name.
41152         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41153         * modules/canonicalize-lgpl: New files.
41154
41155 2006-11-05  Bruno Haible  <bruno@clisp.org>
41156
41157         * gnulib-tool (func_import, func_create_testdir): Create directories
41158         also for files in subdirectories of lib/.
41159
41160 2006-11-05  Bruno Haible  <bruno@clisp.org>
41161
41162         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
41163         ANSI C compliant.
41164
41165 2006-11-03  Bruno Haible  <bruno@clisp.org>
41166
41167         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41168         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
41169         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
41170         (xnboundedmalloc): New inline function.
41171         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
41172         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
41173         xmalloc.
41174         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
41175         xmalloc.
41176         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
41177         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
41178         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
41179         xmalloc.
41180         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41181         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
41182         xmalloc.
41183         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
41184         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41185         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
41186         xmalloc.
41187         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41188         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
41189         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41190         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
41191         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
41192         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
41193         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
41194
41195 2006-11-03  Bruno Haible  <bruno@clisp.org>
41196
41197         * lib/c-ctype.h [C++]: Define functions without name mangling.
41198         * lib/fwriteerror.h [C++]: Likewise.
41199         * lib/gcd.h [C++]: Likewise.
41200         * lib/linebreak.h [C++]: Likewise.
41201
41202 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41203
41204         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
41205         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
41206         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
41207         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41208         Check for functions and headers just once.
41209         Check for declaration of canonicalize_file_name.
41210         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
41211
41212 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41213
41214         * gnulib-tool (func_import): Fix typo in actioncmd.
41215
41216 2006-11-02  Bruno Haible  <bruno@clisp.org>
41217
41218         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
41219         newline sequence in the Makefile.am snippet as a space, like "make"
41220         does.
41221         Reported by Roger Persson <perrog@gmail.com>.
41222
41223 2006-11-01  Bruno Haible  <bruno@clisp.org>
41224
41225         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
41226         already declared in <string.h>.
41227         * lib/strcase.h (strncasecmp): Don't declare it if yes.
41228
41229 2006-11-01  Bruno Haible  <bruno@clisp.org>
41230
41231         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
41232         * lib/strcase.h: Include <string.h>.
41233         (strcasecmp): Define to rpl_strcasecmp here.
41234
41235 2006-11-01  Bruno Haible  <bruno@clisp.org>
41236
41237         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
41238
41239 2006-11-01  Eric Blake  <ebb9@byu.net>
41240
41241         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
41242
41243         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
41244
41245 2006-10-29  Bruno Haible  <bruno@clisp.org>
41246
41247         Make it compile in C++ mode.
41248         * lib/full-write.c (full_rw): Add a cast.
41249
41250 2006-11-01  Bruno Haible  <bruno@clisp.org>
41251
41252         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
41253         be POSIX compliant.
41254         Reported by Roger Persson <perrog@gmail.com>.
41255
41256 2006-11-01  Eric Blake  <ebb9@byu.net>
41257
41258         * lib/getopt_.h: Fix comments.
41259
41260 2006-10-31  Eric Blake  <ebb9@byu.net>
41261
41262         * modules/tmpdir (Depends-on): Add sys_stat.
41263         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
41264         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
41265         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
41266         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
41267         tempname.
41268
41269 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
41270
41271         Avoid some C++ diagnostics reported by Bruno Haible.
41272         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
41273         xmalloc.
41274         (quotearg_alloc): Use xcharalloc rather than xmalloc.
41275         (struct slotvec): Move to top level.
41276         (quotearg_n_options): Rewrite to avoid xmalloc.
41277         * lib/xalloc.h (xcharalloc): New function.
41278         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
41279         [defined __cplusplus]: Add function template that provides result
41280         type propagation.  This part of the change is from Bruno Haible.
41281
41282 2006-10-29  Bruno Haible  <bruno@clisp.org>
41283
41284         Make it compile in C++ mode.
41285         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
41286         * lib/strnlen1.c (strnlen1): Cast memchr result.
41287         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
41288         * lib/clean-temp.c (string_equals, string_hash): Add casts.
41289         (create_temp_dir): Rename local variable 'template'.
41290         (compile_csharp_using_sscli): Add cast.
41291         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
41292         * lib/findprog.c (find_in_path): Likewise.
41293         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
41294         * lib/wait-process.c (register_slave_subprocess): Likewise.
41295
41296 2006-10-22  Bruno Haible  <bruno@clisp.org>
41297
41298         * modules/tsearch: New file.
41299         * lib/tsearch.h: New file.
41300         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
41301         * m4/tsearch.m4: New file.
41302         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
41303
41304 2006-10-29  Eric Blake  <ebb9@byu.net>
41305
41306         * lib/arcfour.c: Assume config.h.
41307         * lib/arctwo.c: Likewise.
41308         * lib/base64.c: Likewise.
41309         * lib/check-version.c: Likewise.
41310         * lib/crc.c: Likewise.
41311         * lib/des.c: Likewise.
41312         * lib/gc-gnulib.c: Likewise.
41313         * lib/gc-libgcrypt.c: Likewise.
41314         * lib/gc-pbkdf2-sha1.c: Likewise.
41315         * lib/getaddrinfo.c: Likewise.
41316         * lib/getdelim.c: Likewise.
41317         * lib/getline.c: Likewise.
41318         * lib/hmac-md5.c: Likewise.
41319         * lib/hmac-sha1.c: Likewise.
41320         * lib/iconvme.c: Likewise.
41321         * lib/md2.c: Likewise.
41322         * lib/md4.c: Likewise.
41323         * lib/memxor.c: Likewise.
41324         * lib/read-file.c: Likewise.
41325         * lib/readline.c: Likewise.
41326         * lib/rijndael-alg-fst.c: Likewise.
41327         * lib/rijndael-api-fst.c: Likewise.
41328         * lib/xgetdomainname.c: Likewise.
41329
41330 2006-10-28  Eric Blake  <ebb9@byu.net>
41331
41332         * lib/xstrndup.c: Assume config.h.
41333
41334 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
41335
41336         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
41337         stat-macros.h is now for our own macros, whereas stat_h is for
41338         macros in the <sys/stat.h> name space.
41339         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
41340         (STAT_MACROS_H): Remove.
41341         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
41342         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
41343         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
41344         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
41345         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
41346         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
41347         Move these macros to ...
41348         * lib/stat_.h: here.  Don't include stat-macros.h.
41349         * lib/canonicalize.c: Don't include stat-macros.h.
41350         * lib/chown.c: Likewise.
41351         * lib/euidaccess.c: Likewise.
41352         * lib/file-type.c: Likewise.
41353         * lib/filemode.c: Likewise.
41354         * lib/glob.c: Likewise.
41355         * lib/isapipe.c: Likewise.
41356         * lib/lchown.c: Likewise.
41357         * lib/lstat.c: Likewise.
41358         * lib/mkdir-p.c: Likewise.
41359         * lib/rmdir.c: Likewise.
41360         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
41361         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
41362         unless mkdir isn't declared, to speed up 'configure'.
41363         Always create sys/stat.h, since it's unlikely any real sys/stat.h
41364         would define all the S_* symbols.
41365         * modules/canonicalize (Depends-on):
41366         Depend on sys_stat, not stat-macros.
41367         * modules/chown: Likewise.
41368         * modules/euidaccess: Likewise.
41369         * modules/filemode: Likewise.
41370         * modules/file-type: Likewise.
41371         * modules/glob: Likewise.
41372         * modules/isapipe: Likewise.
41373         * modules/lchown: Likewise.
41374         * modules/lstat: Likewise.
41375         * modules/mkancesdirs: Likewise.
41376         * modules/rmdir: Likewise.
41377         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
41378         * modules/modechange: Likewise.
41379         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
41380         (configure.ac): Remove gl_STAT_MACROS.
41381         * modules/sys_stat (Depends-on): Remove stat-macros.
41382
41383 2006-10-27  Bruno Haible  <bruno@clisp.org>
41384
41385         * m4/signed.m4: Remove file.
41386         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
41387         invocation.
41388         * modules/vasnprintf (Files): Remove m4/signed.m4.
41389
41390 2006-10-27  Bruno Haible  <bruno@clisp.org>
41391
41392         Update to GNU gettext 0.16.
41393         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
41394         m4/inttypes-h.m4, m4/signed.m4.
41395         * m4/gettext.m4: Update to GNU gettext 0.16.
41396         * m4/intl.m4: New file, from GNU gettext.
41397         * m4/intldir.m4: New file, from GNU gettext.
41398         * config/srclist.txt: Update
41399
41400 2006-10-27  Eric Blake  <ebb9@byu.net>
41401
41402         * MODULES.html.sh: Document tempname.
41403         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
41404         dependencies.
41405         (Files): Move lib/tempname.c...
41406         * modules/tempname: ...to this new module.
41407         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
41408         (gl_PREREQ_TEMPNAME): Move...
41409         * m4/tempname.m4: ...to this new file.
41410         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
41411         * modules/sys_stat (Depends-on): Add stat-macros.
41412         * lib/stat_.h (includes): Pick up stat macros.
41413         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
41414         if stat macros are broken.
41415         * lib/tempname.c (includes): No need to include "stat-macros.h".
41416         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
41417         (direxists, __path_search) [!_LIBC]: Don't compile these in
41418         gnulib; the tmpdir module covers that.
41419         * lib/tempname.h: New file.
41420
41421 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
41422
41423         * COPYING: Explain how gnulib-tool converts licence headers.
41424         Almost all wording by Eric Blake.
41425
41426 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
41427
41428         * lib/mbchar.h (is_basic_table): Make read-only.
41429         * lib/mbchar.c (is_basic_table): Likewise.
41430         Reported by John Darrington.
41431
41432 2006-10-25  Bruno Haible  <bruno@clisp.org>
41433
41434         * lib/progname.h (set_program_name): Undefine before defining.
41435
41436 2006-10-25  Bruno Haible  <bruno@clisp.org>
41437
41438         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
41439         false for non-gcc C++ compilers.
41440         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
41441
41442 2006-10-24  Bruno Haible  <bruno@clisp.org>
41443
41444         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
41445         iconv implementations like Irix iconv.
41446
41447 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41448
41449         * modules/vararrays: New file.
41450         * m4/vararrays.m4: New file, taken from diffutils.
41451         * MODULES.html.sh: New module vararrays.
41452
41453 2006-10-24  Karl Berry  <karl@gnu.org>
41454
41455         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
41456         Don't call GNU Unix.
41457
41458 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41459
41460         * users.txt: Add Libtool.
41461
41462         Sync from Libtool:
41463
41464         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41465
41466         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
41467         to gnulib's policy of including config.h unconditionally.
41468
41469 2006-10-24  Bruno Haible  <bruno@clisp.org>
41470
41471         * modules/wcwidth (Files): Add m4/wint_t.m4.
41472         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
41473         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
41474
41475 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41476
41477         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
41478         to pacify GCC with some -W flags enabled.  Problem reported by
41479         Bruno Haible.
41480
41481 2006-10-24  Jim Meyering  <jim@meyering.net>
41482
41483         * MODULES.html.sh: Remove uinttostr.  It's not a module.
41484         Reported by Karl Berry.
41485
41486 2006-10-23  Bruno Haible  <bruno@clisp.org>
41487
41488         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
41489
41490 2006-10-24  Bruno Haible  <bruno@clisp.org>
41491
41492         * lib/gl_list.h: Use C comment style, not C++ comment style.
41493
41494 2006-10-23  Eric Blake  <ebb9@byu.net>
41495
41496         * lib/getaddrinfo.c (includes): Add missing include.
41497
41498 2006-10-23  Bruno Haible  <bruno@clisp.org>
41499             Paul Eggert  <eggert@cs.ucla.edu>
41500
41501         Ability to rename obstack_free.
41502         * lib/obstack.h (__obstack_free): New macro. Declare instead of
41503         obstack_free.
41504         (obstack_free): Invoke the __obstack_free macro.
41505         * lib/obstack.c (obstack_free): Use __obstack_free macro.
41506
41507 2006-10-23  Bruno Haible  <bruno@clisp.org>
41508             Paul Eggert  <eggert@cs.ucla.edu>
41509
41510         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
41511         __argc, __argv from the declaration. (They are defined as macros on
41512         mingw.)
41513
41514 2006-10-22  Bruno Haible  <bruno@clisp.org>
41515
41516         * doc/gnulib-intro.texi: New file.
41517         * doc/gnulib.texi: Include it.
41518
41519 2006-10-21  Bruno Haible  <bruno@clisp.org>
41520
41521         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
41522         "Introduction", "Miscellanous Notes", "Particular Modules".
41523
41524 2006-10-21  Bruno Haible  <bruno@clisp.org>
41525
41526         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41527         Change mostlyclean-local rule to avoid sh syntax error from bash
41528         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
41529
41530 2006-10-23  Jim Meyering  <jim@meyering.net>
41531
41532         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
41533         in place of snprintf.
41534
41535         * modules/inttostr (Files): Add lib/uinttostr.c.
41536         * lib/uinttostr.c (inttostr): New file/function.
41537         * lib/inttostr.h (uinttostr): Declare.
41538         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
41539         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
41540         Add uinttostr.
41541         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
41542
41543 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41544
41545         * lib/canonicalize.c (ELOOP): Define if not already defined.
41546         Problem reported by Bruno Haible in
41547         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
41548
41549 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41550
41551         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
41552         Problem reported by Perry Smith and Ville Laurikari.
41553
41554         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
41555         uses.
41556
41557 2006-10-19  Bruno Haible  <bruno@clisp.org>
41558
41559         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
41560         for mingw.
41561
41562 2006-10-19  Bruno Haible  <bruno@clisp.org>
41563
41564         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
41565         Needed for mingw.
41566
41567 2006-10-19  Bruno Haible  <bruno@clisp.org>
41568
41569         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
41570
41571 2006-10-19  Bruno Haible  <bruno@clisp.org>
41572
41573         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
41574         it.
41575
41576 2006-10-19  Bruno Haible  <bruno@clisp.org>
41577
41578         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
41579         invocation.
41580
41581 2006-10-19  Bruno Haible  <bruno@clisp.org>
41582
41583         * gnulib-tool (func_create_testdir): Don't include ftruncate and
41584         mountlist by default.
41585
41586 2006-10-16  Bruno Haible  <bruno@clisp.org>
41587
41588         * lib/c-strstr.c: Include c-strstr.h.
41589
41590 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41591
41592         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
41593         in a slash.
41594
41595 2006-10-18  Bruno Haible  <bruno@clisp.org>
41596
41597         * lib/lock.h [C++]: Wrap definitions in extern "C".
41598
41599 2006-10-18  Bruno Haible  <bruno@clisp.org>
41600
41601         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
41602         gl_LIBOBJS list.
41603
41604 2006-10-18  Bruno Haible  <bruno@clisp.org>
41605
41606         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
41607
41608 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
41609
41610         * lib/xstrtol.h: Include gettext.h.
41611         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
41612         Problem reported by Eric Blake.
41613         * modules/xstrtol (Depends-on): Add gettext-h.
41614
41615 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
41616
41617         * lib/strftime.c (advance): New macro.
41618         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
41619         incomplete type, so you can't add 0 to it.  Problem and patch
41620         reported by Eelco Dolstra for dietlibc.
41621
41622 2006-10-18  Jim Meyering  <jim@meyering.net>
41623
41624         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
41625         type for a local, and rename it: s/up/user_proc/.
41626
41627 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
41628
41629         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
41630         READ_UTMP_USER_PROCESS.
41631         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
41632
41633 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
41634
41635         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
41636         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
41637
41638 2006-10-17  Eric Blake  <ebb9@byu.net>
41639
41640         * lib/sigprocmask.c (sigprocmask): Fix typo.
41641
41642         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
41643
41644         * modules/clean-temp (Makefile.am): Don't add to make output...
41645         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
41646         config.h.
41647
41648 2006-10-17  Bruno Haible  <bruno@clisp.org>
41649
41650         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
41651         differently if DEFAULT_TEXT_DOMAIN is set.
41652
41653 2006-10-16  Bruno Haible  <bruno@clisp.org>
41654
41655         * lib/clean-temp.c: Include fwriteerror.h.
41656
41657 2006-10-16  Bruno Haible  <bruno@clisp.org>
41658
41659         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
41660
41661 2006-10-16  Bruno Haible  <bruno@clisp.org>
41662
41663         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
41664         * lib/sigprocmask.h: Include <sys/types.h>.
41665         (sigset_t): Use the system's definition if present.
41666
41667 2006-10-17  Eric Blake  <ebb9@byu.net>
41668
41669         * lib/xvasprintf.c (includes): Assume config.h.
41670         * lib/xasprintf.c (includes): Likewise.
41671
41672 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
41673
41674         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
41675         at least as wide as intmax_t.
41676
41677 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
41678
41679         (Imported from Automake.)
41680         * build-aux/gnupload: Update to version 1.1 of directive file.
41681
41682 2006-10-16  Eric Blake  <ebb9@byu.net>
41683
41684         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
41685         match Automake 1.10a.
41686
41687 2006-10-14  Bruno Haible  <bruno@clisp.org>
41688
41689         * modules/sigprocmask: New file.
41690         * lib/sigprocmask.h: New file.
41691         * lib/sigprocmask.c: New file.
41692         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
41693         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
41694         request sigprocmask.o.
41695         (gl_PREREQ_SIGPROCMASK): New macro.
41696         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
41697         (Depends-on): Add sigprocmask.
41698         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
41699         gt_SIGNALBLOCKING. Test for 'raise' only once.
41700         * lib/fatal-signal.c: Include sigprocmask.h.
41701         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
41702         unblock_fatal_signals): Define always.
41703         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41704         sigprocmask.
41705
41706 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
41707
41708         Sync from Automake.
41709         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
41710         which incorrectly sets the mode of an existing destination
41711         directory.  In some cases the unpatched install-sh could do the
41712         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
41713         system.  We hope this is rare in practice, but it's clearly worth
41714         fixing.  Problem reported by Alex Unleashed in
41715         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
41716         Also, don't bother to check for -m bugs unless we're using -m;
41717         suggested by Stepan Kasal.
41718
41719 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41720
41721         Sync from Automake.
41722         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
41723         `-c' flag, so they appear at the same position as in %FASTDEP%
41724         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
41725         which ignores unknown options only after the first non-option.
41726         Bug report against M4 by Nelson H. F. Beebe.
41727
41728 2006-10-13  Jim Meyering  <jim@meyering.net>
41729
41730         Fix a bug in yesterday's change.
41731         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
41732         p->fts_statp->st_dev would be used uninitialized.
41733         Ensures that we always call fts_stat on the very first entry.
41734         Miklos Szeredi reported that find -xdev stopped working.
41735
41736 2006-10-12  Bruno Haible  <bruno@clisp.org>
41737
41738         * gnulib-tool (func_get_automake_snippet): Append an automatically
41739         computed EXTRA_DIST augmentation.
41740         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
41741         * modules/alloca-opt (Makefile.am): Likewise.
41742         * modules/allocsa (Makefile.am): Likewise.
41743         * modules/arcfour (Makefile.am): Likewise.
41744         * modules/arctwo (Makefile.am): Likewise.
41745         * modules/argmatch (Makefile.am): Likewise.
41746         * modules/argz (Makefile.am): Likewise.
41747         * modules/atexit (Makefile.am): Likewise.
41748         * modules/backupfile (Makefile.am): Likewise.
41749         * modules/byteswap (Makefile.am): Likewise.
41750         * modules/c-strtod (Makefile.am): Likewise.
41751         * modules/c-strtold (Makefile.am): Likewise.
41752         * modules/calloc (Makefile.am): Likewise.
41753         * modules/canon-host (Makefile.am): Likewise.
41754         * modules/canonicalize (Makefile.am): Likewise.
41755         * modules/chdir-long (Makefile.am): Likewise.
41756         * modules/chdir-safer (Makefile.am): Likewise.
41757         * modules/check-version (Makefile.am): Likewise.
41758         * modules/chown (Makefile.am): Likewise.
41759         * modules/cloexec (Makefile.am): Likewise.
41760         * modules/close-stream (Makefile.am): Likewise.
41761         * modules/closeout (Makefile.am): Likewise.
41762         * modules/crc (Makefile.am): Likewise.
41763         * modules/csharpexec (Makefile.am): Likewise.
41764         * modules/cycle-check (Makefile.am): Likewise.
41765         * modules/des (Makefile.am): Likewise.
41766         * modules/dev-ino (Makefile.am): Likewise.
41767         * modules/dirfd (Makefile.am): Likewise.
41768         * modules/dirname (Makefile.am): Likewise.
41769         * modules/dup2 (Makefile.am): Likewise.
41770         * modules/eealloc (Makefile.am): Likewise.
41771         * modules/error (Makefile.am): Likewise.
41772         * modules/euidaccess (Makefile.am): Likewise.
41773         * modules/exclude (Makefile.am): Likewise.
41774         * modules/exitfail (Makefile.am): Likewise.
41775         * modules/fcntl-safer (Makefile.am): Likewise.
41776         * modules/fcntl (Makefile.am): Likewise.
41777         * modules/file-type (Makefile.am): Likewise.
41778         * modules/fileblocks (Makefile.am): Likewise.
41779         * modules/filemode (Makefile.am): Likewise.
41780         * modules/filenamecat (Makefile.am): Likewise.
41781         * modules/fnmatch (Makefile.am): Likewise.
41782         * modules/fopen-safer (Makefile.am): Likewise.
41783         * modules/fpending (Makefile.am): Likewise.
41784         * modules/fprintftime (Makefile.am): Likewise.
41785         * modules/free (Makefile.am): Likewise.
41786         * modules/fsusage (Makefile.am): Likewise.
41787         * modules/ftruncate (Makefile.am): Likewise.
41788         * modules/fts (Makefile.am): Likewise.
41789         * modules/gc-arcfour (Makefile.am): Likewise.
41790         * modules/gc-des (Makefile.am): Likewise.
41791         * modules/gc-hmac-md5 (Makefile.am): Likewise.
41792         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
41793         * modules/gc-md4 (Makefile.am): Likewise.
41794         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
41795         * modules/gc-sha1 (Makefile.am): Likewise.
41796         * modules/gc (Makefile.am): Likewise.
41797         * modules/getaddrinfo (Makefile.am): Likewise.
41798         * modules/getcwd (Makefile.am): Likewise.
41799         * modules/getdelim (Makefile.am): Likewise.
41800         * modules/getdomainname (Makefile.am): Likewise.
41801         * modules/getgroups (Makefile.am): Likewise.
41802         * modules/gethostname (Makefile.am): Likewise.
41803         * modules/gethrxtime (Makefile.am): Likewise.
41804         * modules/getline (Makefile.am): Likewise.
41805         * modules/getloadavg (Makefile.am): Likewise.
41806         * modules/getlogin_r (Makefile.am): Likewise.
41807         * modules/getndelim2 (Makefile.am): Likewise.
41808         * modules/getopt (Makefile.am): Likewise.
41809         * modules/getpagesize (Makefile.am): Likewise.
41810         * modules/getpass-gnu (Makefile.am): Likewise.
41811         * modules/getpass (Makefile.am): Likewise.
41812         * modules/getsubopt (Makefile.am): Likewise.
41813         * modules/gettime (Makefile.am): Likewise.
41814         * modules/gettimeofday (Makefile.am): Likewise.
41815         * modules/getugroups (Makefile.am): Likewise.
41816         * modules/getusershell (Makefile.am): Likewise.
41817         * modules/glob (Makefile.am): Likewise.
41818         * modules/group-member (Makefile.am): Likewise.
41819         * modules/hard-locale (Makefile.am): Likewise.
41820         * modules/hash (Makefile.am): Likewise.
41821         * modules/hmac-md5 (Makefile.am): Likewise.
41822         * modules/hmac-sha1 (Makefile.am): Likewise.
41823         * modules/human (Makefile.am): Likewise.
41824         * modules/idcache (Makefile.am): Likewise.
41825         * modules/imaxabs (Makefile.am): Likewise.
41826         * modules/imaxdiv (Makefile.am): Likewise.
41827         * modules/inet_ntop (Makefile.am): Likewise.
41828         * modules/inet_pton (Makefile.am): Likewise.
41829         * modules/intprops (Makefile.am): Likewise.
41830         * modules/inttostr (Makefile.am): Likewise.
41831         * modules/inttypes (Makefile.am): Likewise.
41832         * modules/isapipe (Makefile.am): Likewise.
41833         * modules/javaversion (Makefile.am): Likewise.
41834         * modules/lchmod (Makefile.am): Likewise.
41835         * modules/lchown (Makefile.am): Likewise.
41836         * modules/localcharset (Makefile.am): Likewise.
41837         * modules/long-options (Makefile.am): Likewise.
41838         * modules/lstat (Makefile.am): Likewise.
41839         * modules/malloc (Makefile.am): Likewise.
41840         * modules/mathl (Makefile.am): Likewise.
41841         * modules/mbchar (Makefile.am): Likewise.
41842         * modules/md2 (Makefile.am): Likewise.
41843         * modules/md4 (Makefile.am): Likewise.
41844         * modules/md5 (Makefile.am): Likewise.
41845         * modules/memcasecmp (Makefile.am): Likewise.
41846         * modules/memchr (Makefile.am): Likewise.
41847         * modules/memcmp (Makefile.am): Likewise.
41848         * modules/memcoll (Makefile.am): Likewise.
41849         * modules/memcpy (Makefile.am): Likewise.
41850         * modules/memmem (Makefile.am): Likewise.
41851         * modules/memmove (Makefile.am): Likewise.
41852         * modules/mempcpy (Makefile.am): Likewise.
41853         * modules/memrchr (Makefile.am): Likewise.
41854         * modules/memset (Makefile.am): Likewise.
41855         * modules/memxor (Makefile.am): Likewise.
41856         * modules/mkancesdirs (Makefile.am): Likewise.
41857         * modules/mkdir-p (Makefile.am): Likewise.
41858         * modules/mkdir (Makefile.am): Likewise.
41859         * modules/mkdtemp (Makefile.am): Likewise.
41860         * modules/mkstemp (Makefile.am): Likewise.
41861         * modules/mktime (Makefile.am): Likewise.
41862         * modules/modechange (Makefile.am): Likewise.
41863         * modules/mountlist (Makefile.am): Likewise.
41864         * modules/nanosleep (Makefile.am): Likewise.
41865         * modules/obstack (Makefile.am): Likewise.
41866         * modules/openat (Makefile.am): Likewise.
41867         * modules/pagealign_alloc (Makefile.am): Likewise.
41868         * modules/pathmax (Makefile.am): Likewise.
41869         * modules/physmem (Makefile.am): Likewise.
41870         * modules/poll (Makefile.am): Likewise.
41871         * modules/posixtm (Makefile.am): Likewise.
41872         * modules/posixver (Makefile.am): Likewise.
41873         * modules/putenv (Makefile.am): Likewise.
41874         * modules/quote (Makefile.am): Likewise.
41875         * modules/quotearg (Makefile.am): Likewise.
41876         * modules/raise (Makefile.am): Likewise.
41877         * modules/read-file (Makefile.am): Likewise.
41878         * modules/readline (Makefile.am): Likewise.
41879         * modules/readlink (Makefile.am): Likewise.
41880         * modules/readtokens (Makefile.am): Likewise.
41881         * modules/readutmp (Makefile.am): Likewise.
41882         * modules/realloc (Makefile.am): Likewise.
41883         * modules/regex (Makefile.am): Likewise.
41884         * modules/rename-dest-slash (Makefile.am): Likewise.
41885         * modules/rename (Makefile.am): Likewise.
41886         * modules/rijndael (Makefile.am): Likewise.
41887         * modules/rmdir (Makefile.am): Likewise.
41888         * modules/rpmatch (Makefile.am): Likewise.
41889         * modules/safe-read (Makefile.am): Likewise.
41890         * modules/safe-write (Makefile.am): Likewise.
41891         * modules/same-inode (Makefile.am): Likewise.
41892         * modules/same (Makefile.am): Likewise.
41893         * modules/save-cwd (Makefile.am): Likewise.
41894         * modules/savedir (Makefile.am): Likewise.
41895         * modules/setenv (Makefile.am): Likewise.
41896         * modules/settime (Makefile.am): Likewise.
41897         * modules/sha1 (Makefile.am): Likewise.
41898         * modules/sig2str (Makefile.am): Likewise.
41899         * modules/snprintf (Makefile.am): Likewise.
41900         * modules/stat-macros (Makefile.am): Likewise.
41901         * modules/stat-time (Makefile.am): Likewise.
41902         * modules/stdbool (Makefile.am): Likewise.
41903         * modules/stdint (Makefile.am): Likewise.
41904         * modules/stdlib-safer (Makefile.am): Likewise.
41905         * modules/stpcpy (Makefile.am): Likewise.
41906         * modules/stpncpy (Makefile.am): Likewise.
41907         * modules/strcase (Makefile.am): Likewise.
41908         * modules/strcasestr (Makefile.am): Likewise.
41909         * modules/strchrnul (Makefile.am): Likewise.
41910         * modules/strcspn (Makefile.am): Likewise.
41911         * modules/strdup (Makefile.am): Likewise.
41912         * modules/strerror (Makefile.am): Likewise.
41913         * modules/strftime (Makefile.am): Likewise.
41914         * modules/strndup (Makefile.am): Likewise.
41915         * modules/strnlen (Makefile.am): Likewise.
41916         * modules/strpbrk (Makefile.am): Likewise.
41917         * modules/strsep (Makefile.am): Likewise.
41918         * modules/strstr (Makefile.am): Likewise.
41919         * modules/strtod (Makefile.am): Likewise.
41920         * modules/strtoimax (Makefile.am): Likewise.
41921         * modules/strtok_r (Makefile.am): Likewise.
41922         * modules/strtol (Makefile.am): Likewise.
41923         * modules/strtoll (Makefile.am): Likewise.
41924         * modules/strtoul (Makefile.am): Likewise.
41925         * modules/strtoull (Makefile.am): Likewise.
41926         * modules/strtoumax (Makefile.am): Likewise.
41927         * modules/strverscmp (Makefile.am): Likewise.
41928         * modules/sys_socket (Makefile.am): Likewise.
41929         * modules/sys_stat (Makefile.am): Likewise.
41930         * modules/sysexits (Makefile.am): Likewise.
41931         * modules/time_r (Makefile.am): Likewise.
41932         * modules/timegm (Makefile.am): Likewise.
41933         * modules/timespec (Makefile.am): Likewise.
41934         * modules/tmpfile-safer (Makefile.am): Likewise.
41935         * modules/trim (Makefile.am): Likewise.
41936         * modules/unistd-safer (Makefile.am): Likewise.
41937         * modules/unlinkdir (Makefile.am): Likewise.
41938         * modules/unlocked-io (Makefile.am): Likewise.
41939         * modules/userspec (Makefile.am): Likewise.
41940         * modules/utime (Makefile.am): Likewise.
41941         * modules/utimecmp (Makefile.am): Likewise.
41942         * modules/utimens (Makefile.am): Likewise.
41943         * modules/vasnprintf (Makefile.am): Likewise.
41944         * modules/vasprintf (Makefile.am): Likewise.
41945         * modules/vsnprintf (Makefile.am): Likewise.
41946         * modules/xalloc (Makefile.am): Likewise.
41947         * modules/xgetcwd (Makefile.am): Likewise.
41948         * modules/xnanosleep (Makefile.am): Likewise.
41949         * modules/xreadlink (Makefile.am): Likewise.
41950         * modules/xstrtod (Makefile.am): Likewise.
41951         * modules/xstrtol (Makefile.am): Likewise.
41952         * modules/xstrtold (Makefile.am): Likewise.
41953         * modules/yesno (Makefile.am): Likewise.
41954         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
41955
41956 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
41957
41958         * modules/error (Makefile.am): Distribute files through
41959         EXTRA_DIST, not lib_SOURCES.
41960
41961 2006-10-12  Eric Blake  <ebb9@byu.net>
41962
41963         * modules/error (Makefile.am): Distribute files in /lib.
41964         * modules/obstack (Makefile.am): Likewise.
41965
41966 2006-10-12  Bruno Haible  <bruno@clisp.org>
41967
41968         * modules/acl (Makefile.am): Distribute all files in lib/ through
41969         EXTRA_DIST.
41970         * modules/arcfour (Makefile.am): Likewise.
41971         * modules/arctwo (Makefile.am): Likewise.
41972         * modules/argmatch (Makefile.am): Likewise.
41973         * modules/argz (Makefile.am): Likewise.
41974         * modules/atexit (Makefile.am): Likewise.
41975         * modules/backupfile (Makefile.am): Likewise.
41976         * modules/c-strtod (Makefile.am): Likewise.
41977         * modules/c-strtold (Makefile.am): Likewise.
41978         * modules/calloc (Makefile.am): Likewise.
41979         * modules/canon-host (Makefile.am): Likewise.
41980         * modules/canonicalize (Makefile.am): Likewise.
41981         * modules/chdir-long (Makefile.am): Likewise.
41982         * modules/chdir-safer (Makefile.am): Likewise.
41983         * modules/check-version (Makefile.am): Likewise.
41984         * modules/chown (Makefile.am): Likewise.
41985         * modules/cloexec (Makefile.am): Likewise.
41986         * modules/close-stream (Makefile.am): Likewise.
41987         * modules/closeout (Makefile.am): Likewise.
41988         * modules/crc (Makefile.am): Likewise.
41989         * modules/cycle-check (Makefile.am): Likewise.
41990         * modules/des (Makefile.am): Likewise.
41991         * modules/dirfd (Makefile.am): Likewise.
41992         * modules/dirname (Makefile.am): Likewise.
41993         * modules/dup2 (Makefile.am): Likewise.
41994         * modules/euidaccess (Makefile.am): Likewise.
41995         * modules/exclude (Makefile.am): Likewise.
41996         * modules/exitfail (Makefile.am): Likewise.
41997         * modules/fcntl-safer (Makefile.am): Likewise.
41998         * modules/file-type (Makefile.am): Likewise.
41999         * modules/fileblocks (Makefile.am): Likewise.
42000         * modules/filemode (Makefile.am): Likewise.
42001         * modules/filenamecat (Makefile.am): Likewise.
42002         * modules/fnmatch (Makefile.am): Likewise.
42003         * modules/fopen-safer (Makefile.am): Likewise.
42004         * modules/fpending (Makefile.am): Likewise.
42005         * modules/fprintftime (Makefile.am): Likewise.
42006         * modules/free (Makefile.am): Likewise.
42007         * modules/fsusage (Makefile.am): Likewise.
42008         * modules/ftruncate (Makefile.am): Likewise.
42009         * modules/fts (Makefile.am): Likewise.
42010         * modules/gc (Makefile.am): Likewise.
42011         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42012         * modules/getaddrinfo (Makefile.am): Likewise.
42013         * modules/getcwd (Makefile.am): Likewise.
42014         * modules/getdelim (Makefile.am): Likewise.
42015         * modules/getdomainname (Makefile.am): Likewise.
42016         * modules/getgroups (Makefile.am): Likewise.
42017         * modules/gethostname (Makefile.am): Likewise.
42018         * modules/gethrxtime (Makefile.am): Likewise.
42019         * modules/getline (Makefile.am): Likewise.
42020         * modules/getloadavg (Makefile.am): Likewise.
42021         * modules/getlogin_r (Makefile.am): Likewise.
42022         * modules/getopt (Makefile.am): Likewise.
42023         * modules/getpass (Makefile.am): Likewise.
42024         * modules/getpass-gnu (Makefile.am): Likewise.
42025         * modules/getsubopt (Makefile.am): Likewise.
42026         * modules/gettime (Makefile.am): Likewise.
42027         * modules/gettimeofday (Makefile.am): Likewise.
42028         * modules/getugroups (Makefile.am): Likewise.
42029         * modules/getusershell (Makefile.am): Likewise.
42030         * modules/glob (Makefile.am): Likewise.
42031         * modules/group-member (Makefile.am): Likewise.
42032         * modules/hard-locale (Makefile.am): Likewise.
42033         * modules/hash (Makefile.am): Likewise.
42034         * modules/hmac-md5 (Makefile.am): Likewise.
42035         * modules/hmac-sha1 (Makefile.am): Likewise.
42036         * modules/human (Makefile.am): Likewise.
42037         * modules/idcache (Makefile.am): Likewise.
42038         * modules/imaxabs (Makefile.am): Likewise.
42039         * modules/imaxdiv (Makefile.am): Likewise.
42040         * modules/inet_ntop (Makefile.am): Likewise.
42041         * modules/inet_pton (Makefile.am): Likewise.
42042         * modules/inttostr (Makefile.am): Likewise.
42043         * modules/isapipe (Makefile.am): Likewise.
42044         * modules/lchown (Makefile.am): Likewise.
42045         * modules/long-options (Makefile.am): Likewise.
42046         * modules/lstat (Makefile.am): Likewise.
42047         * modules/malloc (Makefile.am): Likewise.
42048         * modules/mathl (Makefile.am): Likewise.
42049         * modules/mbchar (Makefile.am): Likewise.
42050         * modules/md2 (Makefile.am): Likewise.
42051         * modules/md4 (Makefile.am): Likewise.
42052         * modules/md5 (Makefile.am): Likewise.
42053         * modules/memcasecmp (Makefile.am): Likewise.
42054         * modules/memchr (Makefile.am): Likewise.
42055         * modules/memcmp (Makefile.am): Likewise.
42056         * modules/memcoll (Makefile.am): Likewise.
42057         * modules/memcpy (Makefile.am): Likewise.
42058         * modules/memmem (Makefile.am): Likewise.
42059         * modules/memmove (Makefile.am): Likewise.
42060         * modules/mempcpy (Makefile.am): Likewise.
42061         * modules/memrchr (Makefile.am): Likewise.
42062         * modules/memset (Makefile.am): Likewise.
42063         * modules/memxor (Makefile.am): Likewise.
42064         * modules/mkancesdirs (Makefile.am): Likewise.
42065         * modules/mkdir (Makefile.am): Likewise.
42066         * modules/mkdir-p (Makefile.am): Likewise.
42067         * modules/mkdtemp (Makefile.am): Likewise.
42068         * modules/mkstemp (Makefile.am): Likewise.
42069         * modules/mktime (Makefile.am): Likewise.
42070         * modules/modechange (Makefile.am): Likewise.
42071         * modules/mountlist (Makefile.am): Likewise.
42072         * modules/nanosleep (Makefile.am): Likewise.
42073         * modules/openat (Makefile.am): Likewise.
42074         * modules/pagealign_alloc (Makefile.am): Likewise.
42075         * modules/physmem (Makefile.am): Likewise.
42076         * modules/poll (Makefile.am): Likewise.
42077         * modules/posixtm (Makefile.am): Likewise.
42078         * modules/posixver (Makefile.am): Likewise.
42079         * modules/putenv (Makefile.am): Likewise.
42080         * modules/quote (Makefile.am): Likewise.
42081         * modules/quotearg (Makefile.am): Likewise.
42082         * modules/raise (Makefile.am): Likewise.
42083         * modules/read-file (Makefile.am): Likewise.
42084         * modules/readline (Makefile.am): Likewise.
42085         * modules/readlink (Makefile.am): Likewise.
42086         * modules/readtokens (Makefile.am): Likewise.
42087         * modules/readutmp (Makefile.am): Likewise.
42088         * modules/realloc (Makefile.am): Likewise.
42089         * modules/regex (Makefile.am): Likewise.
42090         * modules/rename (Makefile.am): Likewise.
42091         * modules/rename-dest-slash (Makefile.am): Likewise.
42092         * modules/rijndael (Makefile.am): Likewise.
42093         * modules/rmdir (Makefile.am): Likewise.
42094         * modules/rpmatch (Makefile.am): Likewise.
42095         * modules/safe-read (Makefile.am): Likewise.
42096         * modules/safe-write (Makefile.am): Likewise.
42097         * modules/same (Makefile.am): Likewise.
42098         * modules/save-cwd (Makefile.am): Likewise.
42099         * modules/savedir (Makefile.am): Likewise.
42100         * modules/setenv (Makefile.am): Likewise.
42101         * modules/settime (Makefile.am): Likewise.
42102         * modules/sha1 (Makefile.am): Likewise.
42103         * modules/sig2str (Makefile.am): Likewise.
42104         * modules/snprintf (Makefile.am): Likewise.
42105         * modules/stdlib-safer (Makefile.am): Likewise.
42106         * modules/stpcpy (Makefile.am): Likewise.
42107         * modules/stpncpy (Makefile.am): Likewise.
42108         * modules/strcase (Makefile.am): Likewise.
42109         * modules/strcasestr (Makefile.am): Likewise.
42110         * modules/strchrnul (Makefile.am): Likewise.
42111         * modules/strcspn (Makefile.am): Likewise.
42112         * modules/strdup (Makefile.am): Likewise.
42113         * modules/strerror (Makefile.am): Likewise.
42114         * modules/strftime (Makefile.am): Likewise.
42115         * modules/strndup (Makefile.am): Likewise.
42116         * modules/strnlen (Makefile.am): Likewise.
42117         * modules/strpbrk (Makefile.am): Likewise.
42118         * modules/strsep (Makefile.am): Likewise.
42119         * modules/strstr (Makefile.am): Likewise.
42120         * modules/strtod (Makefile.am): Likewise.
42121         * modules/strtoimax (Makefile.am): Likewise.
42122         * modules/strtok_r (Makefile.am): Likewise.
42123         * modules/strtol (Makefile.am): Likewise.
42124         * modules/strtoll (Makefile.am): Likewise.
42125         * modules/strtoul (Makefile.am): Likewise.
42126         * modules/strtoull (Makefile.am): Likewise.
42127         * modules/strtoumax (Makefile.am): Likewise.
42128         * modules/strverscmp (Makefile.am): Likewise.
42129         * modules/time_r (Makefile.am): Likewise.
42130         * modules/timegm (Makefile.am): Likewise.
42131         * modules/tmpfile-safer (Makefile.am): Likewise.
42132         * modules/unistd-safer (Makefile.am): Likewise.
42133         * modules/unlinkdir (Makefile.am): Likewise.
42134         * modules/userspec (Makefile.am): Likewise.
42135         * modules/utime (Makefile.am): Likewise.
42136         * modules/utimecmp (Makefile.am): Likewise.
42137         * modules/utimens (Makefile.am): Likewise.
42138         * modules/vasnprintf (Makefile.am): Likewise.
42139         * modules/vasprintf (Makefile.am): Likewise.
42140         * modules/vsnprintf (Makefile.am): Likewise.
42141         * modules/xalloc (Makefile.am): Likewise.
42142         * modules/xgetcwd (Makefile.am): Likewise.
42143         * modules/xnanosleep (Makefile.am): Likewise.
42144         * modules/xreadlink (Makefile.am): Likewise.
42145         * modules/xstrtod (Makefile.am): Likewise.
42146         * modules/xstrtol (Makefile.am): Likewise.
42147         * modules/xstrtold (Makefile.am): Likewise.
42148         * modules/yesno (Makefile.am): Likewise.
42149
42150 2006-10-12  Jim Meyering  <jim@meyering.net>
42151
42152         * m4/getloadavg.m4: Revert the change below.
42153
42154         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42155         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42156         fail with a symlink, which is what coreutils' ./bootstrap now
42157         creates by default.
42158
42159 2006-10-12  Bruno Haible  <bruno@clisp.org>
42160
42161         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42162         mingw.
42163         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
42164         MSVC and mingw explicitly.
42165
42166 2006-10-11  Simon Josefsson  <jas@extundo.com>
42167             Bruno Haible  <bruno@clisp.org>
42168
42169         Add support for multiple gnulib-tool invocations in the scope of a
42170         single configure.ac file.
42171         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
42172         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
42173         with the same contents as the _LIBADD variable.
42174         (func_emit_initmacro_start, func_emit_initmacro_end,
42175         func_emit_initmacro_done): New functions.
42176         (func_import, func_create_testdir): Invoke them. Allow the identifiers
42177         gl_LIBOBJS and gl_LTLIBOBJS.
42178
42179 2006-10-11  Bruno Haible  <bruno@clisp.org>
42180
42181         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
42182         (func_create_testdir): Don't create po/Makefile.am, don't invoke
42183         autoreconf. Instead, invoke autopoint explicitly but move back the
42184         *.m4 files from gnulib.
42185
42186 2006-10-11  Bruno Haible  <bruno@clisp.org>
42187
42188         * gnulib-tool (func_usage): Make module names after --create-testdir
42189         optional.
42190         (func_create_testdir): If no module was specified, use nearly all
42191         modules.
42192
42193 2006-10-12  Jim Meyering  <jim@meyering.net>
42194
42195         Big performance improvement for fts-based tools that use FTS_NOSTAT.
42196         Avoid spurious inode-mismatch problems on non-POSIX file systems.
42197         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
42198         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
42199         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
42200         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
42201         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
42202         (fts_set_stat_required): New function.
42203         (fts_open): Defer the calls to fts_stat, if possible or requested.
42204         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
42205         into fts_stat itself.
42206         (fts_read): Perform any required (deferred) fts_stat call.
42207         (fts_build): Likewise, for the directory we're about to open and read.
42208         In the readdir loop, carefully decide whether each entry will require
42209         an eventual call to fts_stat, using dirent.d_type info if available.
42210         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
42211         a command line argument into this function.  Update all callers.
42212         Map a return value of FTS_DOT to FTS_D for a command line argument.
42213         * modules/fts (Depends-on): Add d-type.  Alphabetize.
42214         Thanks to Miklos Szeredi for his tenacity and for the initial
42215         bug report about "find" failing on a FUSE-based file system.
42216
42217         * lib/fts.c (fts_open): Use consistent indentation.
42218
42219 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42220
42221         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
42222         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
42223         reported by Jim Meyering.  All uses of cache variables renamed
42224         to match Autoconf's.
42225         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
42226         the other one.
42227
42228         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
42229         Fix misspelling in diagnostic.
42230
42231 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42232
42233         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
42234         defined.  Problem reported by Matthew Woehlke.
42235
42236         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
42237         Add support for Tandem NonStop R series.
42238         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
42239         Use new macro.
42240
42241         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
42242         (has_trailing_slash): Omit size arg; all callers changed.
42243         Omit 'inline', since it doesn't help performance and we'd
42244         need to configure it.
42245         Don't count //, ///, etc. as having a trailing slash.
42246         As a side effect, this removes a C99ism reported by Matthew Woehlke.
42247         (rpl_rename_dest_slash): On failure, use rename's errno rather
42248         than (in some cases) an incorrect or junk errno.
42249         Simplify code by removing need to compute length; this does
42250         cause it to make two passes instead of one over the file name,
42251         but it's worth it.
42252
42253         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
42254         change, since Autoconf's version may no longer be appropriate now
42255         that we are using CVS Autoconf's version.  Add support for Tandem.
42256
42257 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42258             Bruno Haible  <bruno@clisp.org>
42259
42260         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
42261         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
42262         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
42263         gl_AC_TYPE_LONG_LONG.
42264
42265         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
42266         instead of HAVE_LONG_LONG.
42267         * lib/printf-args.c (printf_fetchargs): Likewise.
42268         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
42269         * lib/vasnprintf.c (VASNPRINTF): Likewise.
42270         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
42271         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
42272         gl_AC_TYPE_LONG_LONG.
42273
42274 2006-10-11  Bruno Haible  <bruno@clisp.org>
42275
42276         * m4/longlong.m4: Add comments.
42277         * m4/ulonglong.m4: Likewise.
42278
42279 2006-10-10  Bruno Haible  <bruno@clisp.org>
42280
42281         Make it possible to #define stpcpy, strdup to aliases.
42282         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
42283         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
42284
42285 2006-10-10  Bruno Haible  <bruno@clisp.org>
42286
42287         Make it possible to #define gcd to an alias.
42288         * lib/gcd.c: Include config.h.
42289
42290 2006-10-10  Bruno Haible  <bruno@clisp.org>
42291
42292         Make it possible to #define c_isascii to an alias.
42293         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
42294         defined. Undefine the macros before defining them, to avoid gcc
42295         warnings.
42296         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
42297         define NO_C_CTYPE_MACROS early.
42298
42299 2006-10-10  Bruno Haible  <bruno@clisp.org>
42300
42301         Make it possible to #define set_program_name to an alias.
42302         * lib/progname.c: Don't undefine set_program_name; instead, undefine
42303         ENABLE_RELOCATABLE early.
42304
42305 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42306
42307         Port to Tandem NSK OSS, which has 64-bit signed int but at most
42308         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
42309         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
42310         More generally, don't assume that 64-bit signed int is available
42311         if unsigned int is, and vice versa.
42312         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
42313         unsigned symbols, not on their signed counterparts.
42314         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
42315         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
42316         (UINT64_C, UINTMAX_C):
42317         Likewise.
42318         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
42319         unsigned counterparts.
42320         (Have_long_long, Unsigned): New macros.
42321         (Int): Renamed from INT.
42322         (strtoimax): Use the new macros.
42323         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
42324         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
42325         * modules/inttypes (inttypes.h): Substitute
42326         HAVE_UNSIGNED_LONG_LONG_INT.
42327         * modules/stdint (stdint.h): Likewise.
42328         (Files): Add m4/ulonglong.m4.
42329
42330 2006-10-10  Bruno Haible  <bruno@clisp.org>
42331
42332         Fix a gcc -Wshadow warning.
42333         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
42334         to 'bucket'.
42335         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
42336         gl_linked_indexof_from_to): Likewise.
42337         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
42338         Likewise.
42339         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42340         Likewise.
42341         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
42342         Reported by Eric Blake.
42343
42344 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
42345
42346         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
42347         for NetBSD.  Problem reported by Bruno Haible.
42348
42349 2006-10-09  Jim Meyering  <jim@meyering.net>
42350
42351         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
42352         Patch from Bruno Haible.
42353
42354 2006-10-09  Jim Meyering  <jim@meyering.net>
42355
42356         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
42357         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
42358         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
42359
42360 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
42361
42362         Don't include <config.h> twice; this doesn't work in some cases,
42363         e.g., when config.h has "#define intmax_t long long int" and
42364         we include <config.h>, <inttypes.h>, <config.h> in that order.
42365         Problem reported by Matthew Woehlke in:
42366         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
42367         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
42368         * lib/fts-cycle.c: Don't include config.h.
42369         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
42370         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
42371         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
42372         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
42373         inttypes.h.
42374         * lib/xstrtoumax.c: Likewise.
42375         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
42376         __strtol and the like, so that this module is more like its siblings.
42377         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
42378         Remove; no longer needed now that we assume gnulib inttypes.h.
42379
42380 2006-10-08  Bruno Haible  <bruno@clisp.org>
42381
42382         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
42383         option.
42384
42385 2006-10-07  Jim Meyering  <jim@meyering.net>
42386
42387         * modules/inttypes (inttypes.h): Revert what seems to have been
42388         an inadvertent part of today's change: use "|", not "/" in the
42389         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
42390
42391 2006-10-07  Bruno Haible  <bruno@clisp.org>
42392
42393         * modules/sublist: New file.
42394
42395 2006-10-07  Bruno Haible  <bruno@clisp.org>
42396
42397         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
42398         * modules/argz (argz.h): Likewise.
42399         * modules/arpa_inet (arpa/inet.h): Likewise.
42400         * modules/byteswap (byteswap.h): Likewise.
42401         * modules/configmake (configmake.h): Likewise.
42402         * modules/fcntl (fcntl.h): Likewise.
42403         * modules/fnmatch (fnmatch.h): Likewise.
42404         * modules/getopt (getopt.h): Likewise.
42405         * modules/glob (glob.h): Likewise.
42406         * modules/inttypes (inttypes.h): Likewise.
42407         * modules/netinet_in (netinet/in.h): Likewise.
42408         * modules/poll (poll.h): Likewise.
42409         * modules/stdbool (stdbool.h): Likewise.
42410         * modules/stdint (stdint.h): Likewise.
42411         * modules/sys_select (sys/select.h): Likewise.
42412         * modules/sys_socket (sys/socket.h): Likewise.
42413         * modules/sys_stat (sys/stat.h): Likewise.
42414         * modules/sysexits (sysexits.h): Likewise.
42415         * modules/unistd (unistd.h): Likewise.
42416         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42417         Add a "DO NOT EDIT" comment to the generated file.
42418         (func_import): Likewise for gnulib-comp.m4.
42419
42420 2006-10-07  Bruno Haible  <bruno@clisp.org>
42421
42422         * lib/gl_sublist.h: New file.
42423         * lib/gl_sublist.c: New file.
42424
42425 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42426
42427         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
42428         name (relative to the original working directory) and the file
42429         name component (relative to the temporary working directory).  All
42430         callers changed.
42431         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
42432         * lib/mkdir-p.c (make_dir_parents): Likewise.
42433         * lib/mkdir-p.h (make_dir_parents): Likewise.
42434
42435 2006-10-06  Eric Blake  <ebb9@byu.net>
42436
42437         Define several macros for use by the clean-temp module.
42438         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
42439         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
42440         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
42441
42442         * lib/clean-temp.h (close_stream_temp): New declaration.
42443         * lib/clean-temp.c (includes): Pull in headers according to what
42444         other modules are in use.
42445         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
42446
42447 2006-10-06  Bruno Haible  <bruno@clisp.org>
42448
42449         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
42450         instead of fopen, fwriteerror.
42451
42452 2006-10-06  Bruno Haible  <bruno@clisp.org>
42453
42454         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
42455         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
42456         int.
42457         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
42458         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
42459         Return an error indicator.
42460         Suggested by Eric Blake.
42461
42462 2006-10-06  Bruno Haible  <bruno@clisp.org>
42463
42464         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
42465         Reported by Eric Blake.
42466
42467 2006-10-06  Bruno Haible  <bruno@clisp.org>
42468
42469         * modules/closeout (Description): Mention stderr too.
42470
42471 2006-10-06  Bruno Haible  <bruno@clisp.org>
42472         and Paul Eggert  <eggert@cs.ucla.edu>
42473
42474         * lib/closeout.c (close_stdout): Also close stderr.
42475         * lib/closeout.h: Update comment.
42476
42477 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
42478
42479         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
42480         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
42481         * lib/dirchownmod.c: Include lchown.h.
42482         * lib/lchown.c: Don't include files that lchown.h now includes.
42483         Don't declare chown, since lchown.h now does that.
42484         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
42485         (lchown): Define to rpl_chown if lchown is declared but
42486         does not exist.  Declare using a prototype if lchown is not
42487         declared.  Add a copyright notice.
42488         * lib/mkstemp.h: Include <unistd.h>.
42489         * lib/openat.c: Include lchown.h.
42490
42491         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
42492         we now test for that separately.
42493         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
42494         rather than O_NOFOLLOW, when testing whether it's possible to
42495         avoid a race condition reliably.
42496         * lib/savewd.c (savewd_chdir): Likewise.
42497
42498         Remove macros that are no longer needed now that stdint.h is
42499         reliable.
42500         * lib/fsusage.c (UINTMAX_MAX): Remove.
42501         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
42502         * lib/utimecmp.c (SIZE_MAX): Remove.
42503
42504         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
42505
42506         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
42507         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
42508         O_NOATIME works.
42509
42510 2006-10-05  Bruno Haible  <bruno@clisp.org>
42511
42512         * lib/gl_list.h (gl_sortedlist_search_from_to,
42513         gl_sortedlist_indexof_from_to): New declarations.
42514         (gl_list_implementation): New fields sortedlist_search_from_to,
42515         sortedlist_indexof_from_to.
42516         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
42517         inline functions.
42518         * lib/gl_list.c (gl_sortedlist_search_from_to,
42519         gl_sortedlist_indexof_from_to): New functions.
42520         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
42521         function.
42522         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
42523         (gl_array_sortedlist_search_from_to): New function.
42524         (gl_array_list_implementation): Update.
42525         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
42526         function.
42527         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
42528         (gl_carray_sortedlist_search_from_to): New function.
42529         (gl_carray_list_implementation): Update.
42530         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
42531         gl_linked_sortedlist_indexof_from_to): New functions.
42532         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42533         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42534         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
42535         gl_tree_sortedlist_indexof_from_to): New functions.
42536         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42537         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42538         Update.
42539         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42540         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
42541         Update.
42542
42543 2006-10-05  Bruno Haible  <bruno@clisp.org>
42544
42545         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
42546         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
42547         (struct gl_list_implementation): Add fields search_from_to,
42548         indexof_from_to. Remove fields search, indexof.
42549         (gl_list_search): Use the search_from_to method.
42550         (gl_list_search_from, gl_list_search_from_to): New functions.
42551         (gl_list_indexof): Use the indexof_from_to method.
42552         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42553         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
42554         (gl_list_search_from, gl_list_search_from_to): New functions.
42555         (gl_list_indexof): Use the indexof_from_to method.
42556         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42557         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
42558         gl_array_indexof. Add start_index, end_index arguments.
42559         (gl_array_search_from_to): Renamed from gl_array_search. Add
42560         start_index, end_index arguments.
42561         (gl_array_remove, gl_array_list_implementation): Update.
42562         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
42563         gl_carray_indexof. Add start_index, end_index arguments.
42564         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
42565         start_index, end_index arguments.
42566         (gl_carray_remove, gl_carray_list_implementation): Update.
42567         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
42568         gl_linked_search. Add start_index, end_index arguments.
42569         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
42570         start_index, end_index arguments.
42571         (gl_linked_remove): Update.
42572         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42573         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42574         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
42575         field to 'size_t'.
42576         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
42577         gl_tree_search. Add start_index, end_index arguments.
42578         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42579         start_index, end_index arguments.
42580         (gl_tree_remove): Update.
42581         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42582         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42583         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
42584         function.
42585         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
42586         gl_tree_search. Add start_index, end_index arguments.
42587         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42588         start_index, end_index arguments.
42589         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42590         Update.
42591         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
42592
42593 2006-10-05  Bruno Haible  <bruno@clisp.org>
42594
42595         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
42596
42597         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
42598         fwriteerror_temp): New declarations.
42599         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
42600         (descriptors): New variable.
42601         (cleanup): First, close the descriptors.
42602         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
42603         fclose_temp, fwriteerror_temp): New functions.
42604
42605 2006-10-04  Jim Meyering  <jim@meyering.net>
42606
42607         * lib/fts.c (fts_open): Tiny comment change.
42608
42609 2006-10-04  Bruno Haible  <bruno@clisp.org>
42610
42611         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
42612         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
42613         gl_LOCK_BODY.
42614         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
42615         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
42616         gl_LOCK_EARLY_BODY.
42617         (gl_LOCK): Require gl_LOCK_BODY.
42618
42619 2006-10-04  Bruno Haible  <bruno@clisp.org>
42620
42621         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
42622         (gl_oset_search_atleast): New declaration.
42623         (struct gl_oset_implementation): Add field 'search_atleast'.
42624         (gl_oset_search_atleast): New inline function.
42625         * lib/gl_oset.c (gl_oset_search_atleast): New function.
42626         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
42627         (gl_array_oset_implementation): Update.
42628         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
42629         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
42630         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
42631
42632 2006-10-04  Bruno Haible  <bruno@clisp.org>
42633
42634         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
42635
42636 2006-10-03  Bruno Haible  <bruno@clisp.org>
42637
42638         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
42639         from gl_avltreehash_list_implementation.
42640
42641 2006-10-03  Bruno Haible  <bruno@clisp.org>
42642
42643         * lib/gl_oset.c (gl_oset_add): Fix return type.
42644
42645 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
42646
42647         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
42648
42649 2006-10-02  Eric Blake  <ebb9@byu.net>
42650
42651         * modules/strnlen (Depends-on): Add extensions.
42652
42653 2006-10-02  Eric Blake  <ebb9@byu.net>
42654
42655         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
42656         definition in 2.60+.
42657
42658 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
42659
42660         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
42661         checks.
42662
42663 2006-10-02  Bruno Haible  <bruno@clisp.org>
42664
42665         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
42666         to the AUTOMAKE_OPTIONS.
42667         Reported by Jim Meyering.
42668
42669 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
42670
42671         Work around bug in Solaris 10 /proc file system:
42672         /proc/self/fd/NNN/.. isn't the parent directory of
42673         the directory whose file descriptor is NNN.  This needs to
42674         be worked around at run time, not compile time, since a
42675         program might be built on Solaris 8, where things work, and
42676         run on Solaris 10.
42677         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
42678         to use the following interface instead:
42679         (OPENAT_BUFFER_SIZE): New macro.
42680         (openat_proc_name): New function.
42681         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
42682         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
42683         Likewise.
42684         * lib/openat-proc.c: New file.
42685         * modules/openat (Files): Add lib/openat-proc.c.
42686         (Depends-on): Add same-inode, stdbool.
42687         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
42688
42689 2006-09-29  Bruno Haible  <bruno@clisp.org>
42690
42691         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
42692         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
42693         argument. Set stdout_closed before testing for ferror, not after.
42694         (fwriteerror, fwriteerror_no_ebadf): New functions.
42695
42696 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42697
42698         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
42699
42700 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
42701
42702         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
42703         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
42704
42705 2006-09-28  Jim Meyering  <jim@meyering.net>
42706
42707         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
42708         Include <unistd.h>.
42709
42710 2006-09-28  Bruno Haible  <bruno@clisp.org>
42711
42712         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
42713         * modules/linkedhash-list (Depends-on): Likewise.
42714         * modules/rbtreehash-list (Depends-on): Likewise.
42715
42716 2006-09-28  Bruno Haible  <bruno@clisp.org>
42717
42718         * lib/strndup.h: Simplify the redefinition of strndup.
42719         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
42720         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
42721
42722 2006-09-28  Bruno Haible  <bruno@clisp.org>
42723
42724         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
42725         * lib/gl_linkedhash_list.c: Likewise.
42726         * lib/gl_rbtreehash_list.c: Likewise.
42727
42728 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
42729
42730         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
42731         getaddrinfo.
42732
42733         * lib/__fpending.h: Don't include <stdio_ext.h> unless
42734         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
42735         it causes <stdio_ext.h> to cause a compile-time error.
42736         Problem reported by Nelson H. F. Beebe.
42737         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
42738         of HAVE_DECL___PENDING.
42739
42740         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
42741         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
42742         declaration.
42743
42744 2006-09-27  Jim Meyering  <jim@meyering.net>
42745
42746         This file could end up with a definition for a function
42747         named __strndup, rather than rpl_strndup on a system with
42748         incomplete weak_alias support.
42749         * lib/strndup.c (strndup): Rename from __strndup.
42750         Remove #defines that used to map __strndup to strndup.
42751         Don't use K&R prototypes.
42752         Remove LIBC-related code, since this file is not sync'd with glibc.
42753         * lib/strndup.h: Revamp, accordingly.
42754         * m4/strndup.m4: Modernize.
42755
42756 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
42757
42758         * modules/savewd (Depends-on): Add 'raise'.
42759         * lib/savewd.c: Include <signal.h>, for 'raise'.
42760
42761 2006-09-26  Jim Meyering  <jim@meyering.net>
42762
42763         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
42764         when we detect Darwin 8.7.0's acl_get_file bug.
42765         Rearrange to perform the new (below) run-test while $LIBS
42766         contains any acl-related library.  Set USE_ACL at the end.
42767         (gl_ACL_GET_FILE): New function.
42768
42769 2006-09-26  Eric Blake  <ebb9@byu.net>
42770
42771         * lib/verror.c: Include <config.h> unconditionally.
42772
42773 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
42774
42775         * modules/clock-time (Maintainer): Add self.
42776         * modules/getlogin_r (Depends-on): Add extensions.
42777
42778 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42779
42780         * modules/clock-time: New module.
42781         * modules/nanosleep (Depends-on): Add clock-time.
42782         * modules/gethrxtime (Depends-on): Likewise.
42783         * modules/gettime (Depends-on): Likewise.
42784         * modules/settime (Depends-on): Likewise.
42785
42786         * modules/fts-lgpl: Depend on openat.
42787         * modules/mkancesdirs: Depend on savewd.
42788         * modules/mkdir-p: Likewise.
42789
42790 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42791
42792         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
42793
42794         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
42795         `gl_have_arbitrary_file_name_length_limit' to
42796         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
42797         actually works between configure runs.
42798
42799 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42800             Bruno Haible  <bruno@clisp.org>
42801
42802         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
42803
42804 2006-09-25  Jim Meyering  <jim@meyering.net>
42805
42806         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
42807         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
42808
42809 2006-09-25  Eric Blake  <ebb9@byu.net>
42810
42811         * gnulib-tool (func_import, func_create_testdir): Fix typos in
42812         exec's in 2006-09-18 patch when shuffling fds.
42813
42814 2006-09-25  Bruno Haible  <bruno@clisp.org>
42815
42816         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
42817         Reported by Jim Meyering.
42818
42819 2006-09-24  Jim Meyering  <jim@meyering.net>
42820
42821         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
42822         compare a pointer against a literal "0".  That caused failures with
42823         at least HP-UX's hpcc.
42824
42825 2006-09-22  Simon Josefsson  <jas@extundo.com>
42826
42827         * modules/gc-sha1:
42828         * modules/gc-md4:
42829         * modules/gc-hmac-sha1:
42830         * modules/gc-hmac-md5:
42831         * modules/gc-des:
42832         * modules/gc-arcfour: Distribute more files.
42833
42834 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42835
42836         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
42837         (gl_linked_iterator_from_to): Initialize struct completely.
42838         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
42839         (gl_tree_iterator_from_to): Likewise
42840         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
42841         * lib/gl_array_list.c [lint] (gl_array_iterator)
42842         (gl_array_iterator_from_to): Likewise.
42843         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
42844         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
42845         (gl_carray_iterator_from_to): Likewise.
42846
42847         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
42848         * lib/md4.c (md4_process_block): Remove unused variable.
42849         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
42850         parentheses for clarity.
42851
42852 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42853
42854         * modules/bison-i18n (Depends-on): Add gettext.
42855
42856 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42857
42858         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
42859         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
42860         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
42861         also add missing comma that caused broken test.
42862         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
42863         stdlib.h, for `abort'.
42864         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
42865         variables.
42866         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
42867         include unistd.h if present, for `rmdir'.
42868         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
42869         variables.
42870         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
42871         in the process include standard headers for prototypes.
42872         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
42873         gets declared on GNU/Linux.
42874         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
42875         unistd.h, for `rmdir'.
42876         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
42877
42878         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
42879         always true.
42880         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
42881
42882         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
42883
42884 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42885
42886         * gnulib-tool (func_version): Create output all at once.  This
42887         may help avoid triggering unnecessary SIGPIPEs, and at any
42888         rate it doesn't hurt.
42889
42890 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42891             Bruno Haible  <bruno@clisp.org>
42892
42893         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
42894         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
42895         * m4/signed.m4 (bh_C_SIGNED): Likewise.
42896
42897         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
42898         (gl_FUNC_VASPRINTF): Invoke it.
42899
42900 2006-09-22  Bruno Haible  <bruno@clisp.org>
42901
42902         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
42903         getloadavg.c as first argument.
42904
42905 2006-09-22  Bruno Haible  <bruno@clisp.org>
42906
42907         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
42908         at the beginning of the gl_INIT macro.
42909         * modules/getloadavg (configure.ac): Pass $gl_source_base to
42910         gl_GETLOADAVG.
42911
42912 2006-09-22  Bruno Haible  <bruno@clisp.org>
42913
42914         * gnulib-tool (func_create_megatestdir): Don't include the config-h
42915         module.
42916         Suggested by Ralf Wildenhues.
42917
42918 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
42919
42920         Import this patch from libc:
42921
42922         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
42923
42924         * lib/regex_internal.c (re_string_reconstruct): Handle
42925         offset < pstr->valid_raw_len && pstr->offsets_needed case.
42926         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
42927         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
42928         re_string_context_at.
42929
42930         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
42931         now requires it.
42932         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
42933         gl_REGEX now does it for us.
42934         (gl_REGEX): Add test taken from
42935         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
42936
42937         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
42938         Check that large offsets work.  Modernize Autoconf usages.
42939         Prefer "yes" to mean a good thing rather than a bad.
42940         Don't put "#define mkstemp" in config.h, as this might interfere
42941         with standard system headers that "#define mkstemp mkstemp64".
42942
42943         * modules/mkstemp (Depends-on): Add extensions, so that
42944         mkstemp is visible on some platforms.
42945         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
42946         (Include): Change to "mkstemp.h" from <stdlib.h>.
42947         (Files): Add mkstemp.h.
42948
42949         * lib/mkstemp.h: New file, since some standard headers
42950         #define mkstemp.
42951         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
42952         Include "mkstemp.h".
42953         Make the _LIBC code resemble glibc original more,
42954         e.g., use K&R style.
42955         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
42956         (mkstemp): Remove, since mkstemp.h does this for us.
42957         * lib/stdlib--.h: Include mkstemp.h.
42958
42959         Import this patch from libc:
42960
42961         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
42962
42963         * lib/tempname.c (__gen_tempname): Change attempts_min
42964         into a macro.  Use preprocessor to decide how to initialize
42965         attempts [Coverity CID 67].
42966
42967 2006-09-20  Bruno Haible  <bruno@clisp.org>
42968
42969         * lib/mkdtemp.c: Import from libc.
42970         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
42971                 * sysdeps/posix/tempname.c (__gen_tempname): Change
42972                 attempts_min into a macro.  Use preprocessor to decide how to
42973                 initialize attempts [Coverity CID 67].
42974         2001-11-27  Paul Eggert  <eggert@twinsun.com>
42975                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
42976                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
42977
42978 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42979
42980         * gnulib-tool (func_exit): New function, to allow to pass the
42981         exit status portably through the trap.  Use everywhere.
42982         (--help, --version): Signal a write error.
42983         (trap): catch SIGPIPE, for write errors.
42984         Exit at the end of the trap, with the correct exit status.
42985
42986 2006-09-19  Karl Berry  <karl@gnu.org>
42987
42988         * doc/gnulib.texi: note about the license texinfo files.
42989
42990 2006-09-19  Eric Blake  <ebb9@byu.net>
42991
42992         * gnulib-tool: Avoid space-tab.
42993
42994 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
42995
42996         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
42997         that prevented coreutils 6.1 from building.  Problem reported
42998         by Petter Reinholdtsen.
42999
43000 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43001
43002         * gnulib-tool (avoidlist): Fix typo that broke options like
43003         --avoid=lock that are used by coreutils bootstrap.
43004
43005 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
43006
43007         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
43008         more systematically.
43009
43010 2006-09-18  Jim Meyering  <jim@meyering.net>
43011
43012         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
43013
43014 2006-09-18  Bruno Haible  <bruno@clisp.org>
43015
43016         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
43017
43018 2006-09-18  Bruno Haible  <bruno@clisp.org>
43019
43020         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
43021         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
43022         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
43023         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
43024         * m4/gettext.m4: Require autoconf >= 2.52.
43025         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
43026         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
43027         of gl_cv_header_inttypes_h.
43028
43029 2006-09-18  Bruno Haible  <bruno@clisp.org>
43030
43031         * lib/javaversion.c: Include configmake.h.
43032
43033 2006-09-18  Bruno Haible  <bruno@clisp.org>
43034
43035         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
43036         avoid that the while loops be executed in a subshell.
43037
43038 2006-09-18  Bruno Haible  <bruno@clisp.org>
43039
43040         * MODULES.html.sh (func_module): Break long lines.
43041         Suggested by Bruce Korb <bkorb@gnu.org>.
43042
43043 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43044
43045         Speed up by a factor of 1.12.
43046         * gnulib-tool (nl): New variable.
43047         (func_import): Rewrite include directive extraction to only read each
43048         directive once.
43049
43050 2006-09-17  Bruno Haible  <bruno@clisp.org>
43051
43052         * modules/javaversion (Makefile.am): Remove DEFS setting.
43053         (Depends-on): Add configmake, for PKGDATADIR definition.
43054
43055 2006-09-17  Bruno Haible  <bruno@clisp.org>
43056
43057         * gnulib-tool (func_create_testdir): Rewrite all files at once.
43058
43059 2006-09-17  Bruno Haible  <bruno@clisp.org>
43060
43061         * gnulib-tool (func_append): New function, stolen from libtool.m4.
43062         (func_modules_transitive_closure, func_modules_add_dummy,
43063         func_modules_to_filelist, func_import, func_create_testdir,
43064         func_create_megatestdir, ...): Use it wherever possible.
43065         Suggested by Ralf Wildenhues.
43066
43067 2006-09-16  Karl Berry  <karl@gnu.org>
43068
43069         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
43070         to avoid sectioning errors.
43071         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
43072         [ifinfo]: blank line after @center-ed titles.
43073         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
43074         Spell FSF address consistently with others.
43075         (These changes approved by rms.)
43076
43077 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43078
43079         Speed up by a factor of 1.61.
43080         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
43081         already checked module names again.
43082
43083 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43084
43085         Speed up by a factor of 1.13.
43086         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
43087         for new_files, and the input to func_add_or_update.
43088
43089 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43090
43091         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
43092         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
43093
43094 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43095
43096         * modules/mkancesdirs (Depends-on): Add fcntl.
43097         * modules/savewd: New file.
43098         * MODULES.html.sh (File system functions): Add savewd.
43099
43100         * modules/configmake (Makefile.am): Add support for the
43101         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
43102
43103 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43104
43105         * m4/savewd.m4: New file.
43106
43107 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43108
43109         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
43110         (dirchownmod): New arg FD.  All callers changed.
43111         Use FD rather than opening the directory ourself, as opening is
43112         now the caller's responsibility.
43113         * lib/dirchownmod.h: Likewise.
43114         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
43115         hosts that require <sys/types.h> before <sys/stat.h>.  Include
43116         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
43117         (test_dir): Remove.
43118         (mkancesdirs): Return length of prefix of FILE that has already
43119         been made, or -2 if there is a child doing the work.  Redo
43120         algorithm so that it is O(N) rather than O(N**2).  Optimize away
43121         ".", and treat ".." specially since it might stray back into
43122         already-created areas.  Use a subprocess if necessary.  New arg
43123         WD; all users changed.  MAKE_DIR function should now return 1
43124         if it creates a directory that is not readable.  Return -2 if
43125         a child process is spun off.
43126         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
43127         Adjust signature to match code.
43128         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
43129         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
43130         all users changed.
43131         * lib/savewd.c, lib/savewd.h: New files.
43132
43133 2006-09-15  Jim Meyering  <jim@meyering.net>
43134
43135         * modules/rename-dest-slash: New module.
43136         * MODULES.html.sh (posix_compat): Add it here.
43137
43138         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
43139
43140 2006-09-15  Jim Meyering  <jim@meyering.net>
43141
43142         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
43143         file.
43144
43145         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
43146
43147 2006-09-15  Jim Meyering  <jim@meyering.net>
43148
43149         * lib/rename-dest-slash.c (has_trailing_slash): Use
43150         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43151         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43152         test before testing whether SRC is a directory.
43153         Suggestions from Bruno Haible.
43154
43155         Avoid a warning about an unused variable.
43156         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43157         into the #ifdef block where it's used.
43158
43159         * lib/rename-dest-slash.c: New file.
43160
43161 2006-09-14  Bruno Haible  <bruno@clisp.org>
43162
43163         * lib/allocsa.c: Include <config.h> unconditionally.
43164         * lib/asnprintf.c: Likewise.
43165         * lib/asprintf.c: Likewise.
43166         * lib/c-strcasecmp.c: Likewise.
43167         * lib/c-strcasestr.c: Likewise.
43168         * lib/c-strncasecmp.c: Likewise.
43169         * lib/c-strstr.c: Likewise.
43170         * lib/classpath.c: Likewise.
43171         * lib/clean-temp.c: Likewise.
43172         * lib/concatpath.c: Likewise.
43173         * lib/copy-file.c: Likewise.
43174         * lib/csharpcomp.c: Likewise.
43175         * lib/csharpexec.c: Likewise.
43176         * lib/execute.c: Likewise.
43177         * lib/fatal-signal.c: Likewise.
43178         * lib/findprog.c: Likewise.
43179         * lib/fwriteerror.c: Likewise.
43180         * lib/gl_array_list.c: Likewise.
43181         * lib/gl_array_oset.c: Likewise.
43182         * lib/gl_avltree_list.c: Likewise.
43183         * lib/gl_avltree_oset.c: Likewise.
43184         * lib/gl_avltreehash_list.c: Likewise.
43185         * lib/gl_carray_list.c: Likewise.
43186         * lib/gl_linked_list.c: Likewise.
43187         * lib/gl_linkedhash_list.c: Likewise.
43188         * lib/gl_list.c: Likewise.
43189         * lib/gl_oset.c: Likewise.
43190         * lib/gl_rbtree_list.c: Likewise.
43191         * lib/gl_rbtree_oset.c: Likewise.
43192         * lib/gl_rbtreehash_list.c: Likewise.
43193         * lib/imaxabs.c: Likewise.
43194         * lib/imaxdiv.c: Likewise.
43195         * lib/javacomp.c: Likewise.
43196         * lib/javaexec.c: Likewise.
43197         * lib/javaversion.c: Likewise.
43198         * lib/linebreak.c: Likewise.
43199         * lib/localcharset.c: Likewise.
43200         * lib/lock.c: Likewise.
43201         * lib/mbchar.c: Likewise.
43202         * lib/mbswidth.c: Likewise.
43203         * lib/mkdtemp.c: Likewise.
43204         * lib/pipe.c: Likewise.
43205         * lib/printf-args.c: Likewise.
43206         * lib/printf-parse.c: Likewise.
43207         * lib/progname.c: Likewise.
43208         * lib/progreloc.c: Likewise.
43209         * lib/readlink.c: Likewise.
43210         * lib/sh-quote.c: Likewise.
43211         * lib/stpcpy.c: Likewise.
43212         * lib/stpncpy.c: Likewise.
43213         * lib/strcasecmp.c: Likewise.
43214         * lib/strcasestr.c: Likewise.
43215         * lib/strcspn.c: Likewise.
43216         * lib/striconv.c: Likewise.
43217         * lib/strncasecmp.c: Likewise.
43218         * lib/strnlen1.c: Likewise.
43219         * lib/strstr.c: Likewise.
43220         * lib/strtok_r.c: Likewise.
43221         * lib/tls.c: Likewise.
43222         * lib/tmpdir.c: Likewise.
43223         * lib/unicodeio.c: Likewise.
43224         * lib/unsetenv.c: Likewise.
43225         * lib/vasnprintf.c: Likewise.
43226         * lib/vasprintf.c: Likewise.
43227         * lib/wait-process.c: Likewise.
43228         * lib/xallocsa.c: Likewise.
43229         * lib/xsetenv.c: Likewise.
43230         * lib/xstriconv.c: Likewise.
43231
43232 2006-09-13  Simon Josefsson  <jas@extundo.com>
43233
43234         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
43235         that internally, suggested by Ralf Wildenhues
43236         <Ralf.Wildenhues@gmx.de>.
43237
43238 2006-09-13  Simon Josefsson  <jas@extundo.com>
43239
43240         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
43241         @LIBOBJS@.
43242         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43243
43244 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43245
43246         * lib/_fpending.c: Include <config.h> unconditionally, since we no
43247         longer worry about uses that don't define HAVE_CONFIG_H.
43248         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
43249         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
43250         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
43251         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
43252         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
43253         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
43254         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
43255         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
43256         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
43257         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
43258         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
43259         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
43260         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
43261         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
43262         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
43263         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
43264         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
43265         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
43266         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
43267         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
43268         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
43269         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
43270         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
43271         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
43272         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
43273         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
43274         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
43275         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
43276         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
43277         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
43278         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
43279         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
43280         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
43281         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
43282         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
43283         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
43284         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
43285         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
43286         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
43287         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
43288         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
43289         Likewise.
43290
43291 2006-09-13  Eric Blake  <ebb9@byu.net>
43292
43293         * lib/getopt.c: Fix typo in last commit.
43294
43295 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
43296
43297         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
43298         dgettext.
43299
43300 2006-09-12  Jim Meyering  <jim@meyering.net>
43301
43302         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
43303         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
43304         Reported by Nelson H. F. Beebe.
43305
43306 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43307
43308         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
43309         program_invocation_name and program_invocation_short_name are
43310         initialized.
43311         * lib/argp-namefrob.h: Move declarations of program_invocation_name
43312         and program_invocation_short_name to argp.h, so they are visible
43313         to user programs.
43314         * lib/argp.h: Likewise
43315
43316 2006-09-10  Bruno Haible  <bruno@clisp.org>
43317
43318         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43319         m4/inttypes_h.m4, m4/uintmax_t.m4.
43320
43321 2006-09-10  Bruno Haible  <bruno@clisp.org>
43322
43323         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
43324         gl_AC_TYPE_UINTMAX_T.
43325
43326 2006-09-10  Bruno Haible  <bruno@clisp.org>
43327
43328         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
43329
43330 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43331
43332         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
43333         convention.  Text proposed by Bruno Haible.
43334         (struct argp_option): Document the use of N_() wrappers.
43335
43336         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
43337         '\v', and translate the two parts separately, instead of feeding
43338         the whole string to gettext.  This allows to exclude
43339         '\v' from the strings visible to the translator by writing doc
43340         strings as N_("..") "\v" N_("..").
43341
43342 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
43343
43344         * config/srclist.txt: Undo latest change; the bug was fixed.
43345
43346 2006-09-09  Bruno Haible  <bruno@clisp.org>
43347
43348         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
43349         assignments if building a library without libtool.
43350         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
43351         in func_emit_lib_Makefile_am.
43352         (func_import): When building a static library libfoo.a, arrange to
43353         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
43354         (func_create_testdir): Likewise.
43355         * modules/gc (configure.ac, Makefile.am): If building statically,
43356         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
43357         * modules/iconvme (configure.ac, Makefile.am): Likewise.
43358         * modules/striconv (configure.ac, Makefile.am): Likewise.
43359         Based on a suggestion by Ralf Wildenhues.
43360
43361 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43362
43363         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
43364         Check for unistd.h too, since Autoconf doesn't assume POSIX.
43365         Also:
43366
43367         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43368         Add year_2050_test to catch glibc bug 2821
43369         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43370
43371         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43372         Prefer #ifdef to #if.
43373
43374         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
43375         Return from 'main' instead of calling 'exit'.
43376
43377 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43378
43379         * lib/mktime.c (guess_time_tm): Fix bug where mktime
43380         returned the maximum time_t value rather than (time_t) -1.
43381         Problem originally reported by William Bardwell
43382         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43383
43384         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43385         Moved to here ...
43386         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43387         ... from here.
43388
43389 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43390
43391         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
43392         2821 is fixed.
43393
43394 2006-09-08  Jim Meyering  <jim@meyering.net>
43395
43396         Don't make generated files read-only.  That would bother too many
43397         people.  However, do retain the ability to work when targets are
43398         read-only: remove the destination and temporary files before writing
43399         them (when generated via sed or echo), or by using the -f option for
43400         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
43401         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43402         * modules/byteswap, modules/configmake, modules/fcntl:
43403         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43404         * modules/localcharset, modules/netinet_in, modules/poll:
43405         * modules/stdbool, modules/stdint, modules/sys_select:
43406         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43407
43408 2006-09-08  Jim Meyering  <jim@meyering.net>
43409
43410         Avoid new build failure on FreeBSD 6.0.
43411         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
43412         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
43413         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
43414
43415 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43416
43417         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
43418
43419 2006-09-07  Jim Meyering  <jim@meyering.net>
43420
43421         Fix global typo in last change: use chmod u-w, not chmod u-x.
43422         Spotted by Paul Eggert and Bruce Korb.
43423         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43424         * modules/byteswap, modules/configmake, modules/fcntl:
43425         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43426         * modules/localcharset, modules/netinet_in, modules/poll:
43427         * modules/stdbool, modules/stdint, modules/sys_select:
43428         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43429
43430 2006-09-06  Jim Meyering  <jim@meyering.net>
43431
43432         Make generated files be read-only.
43433         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
43434         Ensure that each generated file is now read-only.
43435         * modules/argz: Likewise.
43436         * modules/arpa_inet: Likewise.
43437         * modules/byteswap: Likewise.
43438         * modules/configmake: Likewise.
43439         * modules/fcntl: Likewise.
43440         * modules/fnmatch: Likewise.
43441         * modules/getopt: Likewise.
43442         * modules/glob: Likewise.
43443         * modules/inttypes: Likewise.
43444         * modules/netinet_in: Likewise.
43445         * modules/poll: Likewise.
43446         * modules/stdbool: Likewise.
43447         * modules/stdint: Likewise.
43448         * modules/sys_select: Likewise.
43449         * modules/sys_socket: Likewise.
43450         * modules/sys_stat: Likewise.
43451         * modules/sysexits: Likewise.
43452         * modules/localcharset: Same as above, but continue using temporary
43453         file named "t-$@" (why different?) rather than the "$@-t" used
43454         everywhere else.
43455
43456         * modules/sysexits (Makefile.am): Replace literal occurrences
43457         of "sysexit.h" more readable, and more consistent, "$@".
43458
43459 2006-09-06  Bruno Haible  <bruno@clisp.org>
43460
43461         * modules/striconv: New file.
43462         * modules/xstriconv: New file.
43463         * MODULES.html.sh (Internationalization functions): Add striconv,
43464         xstriconv.
43465
43466 2006-09-06  Bruno Haible  <bruno@clisp.org>
43467
43468         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
43469         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
43470         not using libtool correctly.
43471
43472 2006-09-06  Bruno Haible  <bruno@clisp.org>
43473
43474         * lib/striconv.h: New file.
43475         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
43476         iconvstring.c.
43477         * lib/xstriconv.h: New file.
43478         * lib/xstriconv.c: New file.
43479
43480 2006-09-06  Bruno Haible  <bruno@clisp.org>
43481
43482         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
43483         lib_..._LDFLAGS.
43484
43485 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43486
43487         * lib/argz_.h: Sync from Libtool.
43488
43489         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
43490                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43491
43492         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
43493
43494 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43495
43496         * modules/trim: New file.
43497
43498 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43499
43500         * lib/trim.h: New file.
43501         * lib/trim.c: New file.
43502
43503 2006-09-05  Bruno Haible  <bruno@clisp.org>
43504
43505         * MODULES.html.sh (String handling): Add trim.
43506
43507 2006-09-04  Karl Berry  <karl@gnu.org>
43508
43509         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
43510         until next release.
43511
43512 2006-09-03  Bruno Haible  <bruno@clisp.org>
43513
43514         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
43515         correctly.
43516
43517 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43518
43519         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
43520         not gl_GETLOADAVG.  Omit unneeded semicolons.
43521         Problems reported by Ralf Wildenhues in
43522         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43523         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
43524         at the end, which is the usual gnulib style.
43525
43526         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
43527         of doing all the work ourselves.
43528         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
43529         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
43530
43531 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43532
43533         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
43534         Problem reported by Ralf Wildenhues in
43535         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43536
43537         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
43538         HAVE_STRUCT_STATFS_F_FSTYPENAME.
43539
43540 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43541
43542         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
43543         yesterday's patch by changing test -n to test -z.
43544
43545 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43546
43547         * modules/getloadavg (Files): Add m4/getloadavg.m4.
43548         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
43549         the former is now obsolescent.
43550
43551         * modules/chdir-long (Depends-on): Add fcntl.
43552
43553 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43554
43555         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
43556         obsolescent, and programs should use gnulib instead.
43557         * m4/getloadavg.m4: New file, with contents taken from Autoconf
43558         but with prefixes changed.
43559
43560 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43561
43562         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
43563         or stdbool.h, because they might not exist while configuring.
43564
43565         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
43566         Don't include unistd.h or limits.h; not needed, since chdir-long.h
43567         does that for us.
43568         (O_DIRECTORY): Remove.
43569
43570 2006-08-31  Eric Blake  <ebb9@byu.net>
43571
43572         * gnulib-tool: Don't let emacs change spaces to TAB.
43573
43574 2006-08-31  Bruno Haible  <bruno@clisp.org>
43575
43576         * gnulib-tool: When calling func_import more than once, do it in a
43577         subshell.
43578         Reported by Eric Blake <ebb9@byu.net>.
43579
43580 2006-08-31  Bruno Haible  <bruno@clisp.org>
43581
43582         * gnulib-tool (nl): Remove variable.
43583         (sed_transform_lib_file): Use more robust test for config-h module.
43584         (func_import): Fix typo in 2006-08-25 patch.
43585
43586 2006-08-31  Bruno Haible  <bruno@clisp.org>
43587
43588         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
43589         specified, augment Makefile.am variables instead of assigning them.
43590
43591 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43592
43593         Work around a bug in both the Linux and SunOS 64-bit kernels:
43594         nanosleep mishandles sleeps for longer than 2**31 seconds.
43595         Problem reported by Frank v Waveren in
43596         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43597         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
43598         Check for nanosleep bug.
43599         (LIB_NANOSLEEP): Append clock_gettime library if needed.
43600
43601 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43602
43603         Work around a bug in both the Linux and SunOS 64-bit kernels:
43604         nanosleep mishandles sleeps for longer than 2**31 seconds.
43605         Problem reported by Frank v Waveren in
43606         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43607         * lib/nanosleep.c (BILLION): New constant.
43608         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
43609         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
43610         implementation.
43611
43612 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43613
43614         * modules/nanosleep (Depends-on): Add gettime.
43615
43616 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43617         and Simon Josefsson  <jas@extundo.com>
43618         and Oskar Liljeblad  <oskar@osk.mine.nu>
43619
43620         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
43621         * gnulib-tool (func_import): New license type 'unmodifiable license
43622         text'.
43623         * modules/fdl: Use it.  Longer description.
43624         * module/gpl, module/lgpl: New files.
43625
43626 2006-08-30  Jim Meyering  <jim@meyering.net>
43627
43628         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
43629         shadowing the parameter.
43630
43631 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43632
43633         Sync from Libtool:
43634
43635         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43636
43637         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
43638         sharing with gnulib.  Report by Eric Blake.
43639
43640 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43641
43642         * modules/isapipe: New file.
43643         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
43644
43645 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43646
43647         * modules/configmake (Makefile.am): Add a comment, and omit
43648         the CONFIGMAKE_ prefix from generated macro names.  Suggested
43649         by Bruno Haible.
43650
43651 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43652
43653         * m4/isapipe.m4: New file.
43654
43655 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43656
43657         * lib/isapipe.c, lib/isapipe.h: New files.
43658
43659 2006-08-29  Jim Meyering  <jim@meyering.net>
43660
43661         * modules/configmake (Makefile.am): Make configmake.h depend on
43662         Makefile.  Otherwise, a stale configmake.h could hang around.
43663
43664 2006-08-29  Eric Blake  <ebb9@byu.net>
43665
43666         * lib/error.c (error_at_line, print_errno_message): Match libc, after
43667         resolution of upstream bug 3044.
43668
43669 2006-08-29  Bruno Haible  <bruno@clisp.org>
43670
43671         * modules/localcharset (Depends-on): Add configmake.
43672         (Makefile.am): Remove setting of LIBDIR through DEFS.
43673
43674 2006-08-29  Bruno Haible  <bruno@clisp.org>
43675
43676         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
43677         defined.
43678
43679 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43680
43681         * modules/fcntl: New file.
43682         * modules/chdir-safer (Depends-on): Add fcntl.
43683         * modules/fts: Likewise.
43684         * modules/mkdir-p: Likewise.
43685
43686         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
43687         This undoes the most recent change, since we're now addressing the
43688         problem in a different way.
43689
43690         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
43691         into output, since the output might be called Makefile.am even
43692         if $makefile_name is something different.
43693         (func_import): Use $makefile_am rather than
43694         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
43695         empty.
43696
43697         * modules/inttypes (Files): Add m4/inttypes-h.m4.
43698
43699 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43700
43701         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
43702         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
43703         recent change to stdint.m4, since we're now addressing the problem in a
43704         different way.
43705
43706 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43707
43708         * m4/fcntl_h.m4: New file.
43709
43710 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43711
43712         * lib/fcntl_.h: New file.
43713         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
43714         the fcntl module.
43715         * lib/dirchownmod.c: Likewise.
43716         * lib/fts.c: Likewise.
43717
43718         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
43719         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
43720         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
43721         just before including <inttypes.h>, to avoid circular inclusion.
43722
43723 2006-08-28  Jim Meyering  <jim@meyering.net>
43724
43725         * doc/visibility.texi: Actually read and correct the grammar of the
43726         sentence affected by yesterday's change.
43727
43728 2006-08-28  Eric Blake  <ebb9@byu.net>
43729
43730         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
43731         needs wrapper.
43732
43733 2006-08-28  Eric Blake  <ebb9@byu.net>
43734
43735         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
43736
43737 2006-08-28  Eric Blake  <ebb9@byu.net>
43738
43739         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
43740
43741 2006-08-28  Bruno Haible  <bruno@clisp.org>
43742
43743         * modules/c-strstr: New file, from GNU gettext.
43744         * MODULES.html.sh (String handling): Add c-strstr.
43745
43746 2006-08-28  Bruno Haible  <bruno@clisp.org>
43747
43748         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
43749         macros.
43750         Reported by Eric Blake.
43751
43752 2006-08-28  Bruno Haible  <bruno@clisp.org>
43753
43754         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
43755         (VASNPRINTF): Return a string of length > INT_MAX without failing.
43756         * lib/vasprintf.c: Include errno.h, limits.h.
43757         (EOVERFLOW): New fallback definition.
43758         (vasprintf): Test here whether the string length is > INT_MAX.
43759         * lib/vsnprintf.c: Include errno.h, limits.h.
43760         (EOVERFLOW): New fallback definition.
43761         (vsnprintf): Fix bug when generated string was too long for the buffer.
43762         Test here whether the string length is > INT_MAX.
43763
43764 2006-08-28  Bruno Haible  <bruno@clisp.org>
43765
43766         * lib/inttypes_.h (SCNX*): Remove definitions.
43767         Reported by Eric Blake.
43768
43769 2006-08-28  Bruno Haible  <bruno@clisp.org>
43770
43771         * lib/c-strstr.h: New file, from GNU gettext.
43772         * lib/c-strstr.c: New file, from GNU gettext.
43773
43774 2006-08-28  Bruno Haible  <bruno@clisp.org>
43775
43776         * gnulib-tool: Reorder some statements.
43777
43778 2006-08-28  Bruno Haible  <bruno@clisp.org>
43779
43780         * gnulib-tool: New option --makefile-name.
43781         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
43782         $makefile_name.
43783         (func_import): Write $makefile_name to the cache file, and read it from
43784         there unless explicitly specified. Use $makefile_name as file name
43785         instead of Makefile.am. Adjust the recommendations accordingly.
43786
43787 2006-08-28  Bruno Haible  <bruno@clisp.org>
43788
43789         * gnulib-tool (func_verify_module): Check against misapplying patch.
43790
43791 2006-08-28  Bruno Haible  <bruno@clisp.org>
43792
43793         * gnulib-tool (func_relativize, func_relconcat): New functions.
43794         Give an error if --local-dir is given with --update.
43795         Remove trailing slashes from $local_gnulib_dir.
43796         (func_import): Store the relativized $local_gnulib_dir in
43797         gnulib-cache.m4, and read it from there if not specified explicitly.
43798
43799 2006-08-28  Bruno Haible  <bruno@clisp.org>
43800
43801         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
43802         is the current directory. Respect also $local_gnulib_dir.
43803
43804 2006-08-28  Bruno Haible  <bruno@clisp.org>
43805             Simon Josefsson  <jas@extundo.com>
43806
43807         BeOS portability.
43808         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
43809
43810 2006-08-27  Jim Meyering  <jim@meyering.net>
43811
43812         * doc/visibility.texi: Remove duplicate word: "pointer".
43813
43814 2006-08-26  Bruno Haible  <bruno@clisp.org>
43815
43816         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
43817         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
43818         (Makefile.am): Create inttypes.h from inttypes_.h.
43819         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
43820
43821         * modules/imaxabs: New file.
43822
43823         * modules/imaxdiv: New file.
43824
43825 2006-08-26  Bruno Haible  <bruno@clisp.org>
43826
43827         * m4/inttypes.m4: New file.
43828         * m4/_inttypes_h.m4: Remove file.
43829         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
43830         PRI_MACROS_BROKEN.
43831         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
43832
43833         * m4/imaxabs.m4: New file.
43834
43835         * m4/imaxdiv.m4: New file.
43836
43837 2006-08-26  Bruno Haible  <bruno@clisp.org>
43838
43839         * lib/inttypes_.h: New file.
43840         * lib/inttypes.h: Remove file.
43841         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
43842
43843         * lib/imaxabs.c: New file.
43844
43845         * lib/imaxdiv.c: New file.
43846
43847 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
43848
43849         New config-h module, so that "make" output needn't be cluttered
43850         by -DHAVE_CONFIG_H.
43851         * MODULES.html.sh (Support for building libraries and executables):
43852         Add config-h.
43853         * modules/config-h: New file.
43854         * gnulib-tool (nl, sed_transform_lib_file): New vars.
43855         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
43856         the config-h module is used.
43857
43858         New configmake module, so that "make" output needn't be cluttered
43859         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
43860         * MODULES.html.sh (Support for building libraries and executables):
43861         Add configmake.
43862         * modules/configmake: New file.
43863
43864 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
43865
43866         * m4/config-h.m4: New file.
43867
43868 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
43869
43870         * config/srclist.txt: Add elisp-comp.
43871
43872 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
43873
43874         * MODULES.html.sh (Support for building libraries and executables):
43875         Add elisp-comp.
43876         * build-aux/elisp-comp: New file.
43877         * modules/elisp-comp: New file.
43878
43879 2006-08-24  Bruno Haible  <bruno@clisp.org>
43880
43881         * gnulib-tool (func_create_testdir): Use non-default values of
43882         sourcebase and m4base.
43883
43884 2006-08-24  Bruno Haible  <bruno@clisp.org>
43885
43886         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
43887         HTML structure.
43888
43889 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
43890
43891         * modules/openat (Depends-on): Add lchown.
43892
43893 2006-08-23  Bruno Haible  <bruno@clisp.org>
43894
43895         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
43896         of gl_LOCK_EARLY instead of gl_LOCK.
43897
43898 2006-08-23  Bruno Haible  <bruno@clisp.org>
43899
43900         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
43901         on OSF/1 to no.
43902         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
43903
43904 2006-08-23  Bruno Haible  <bruno@clisp.org>
43905
43906         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
43907         as unusable.
43908
43909         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
43910         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
43911         (gl_LOCK): New macro.
43912
43913 2006-08-22  Simon Josefsson  <jas@extundo.com>
43914
43915         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
43916         to md5 module.
43917
43918 2006-08-22  Simon Josefsson  <jas@extundo.com>
43919
43920         * MODULES.html.sh: Add "Support for maintaining and release
43921         projects".
43922
43923         * build-aux/gnupload: New file, from coreutils.
43924
43925 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
43926
43927         Avoid the need for AC_LIBSOURCES in m4 macros.
43928         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
43929         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
43930         * modules/check-version (EXTRA_DIST): Add check-version.h.
43931         * modules/crc (EXTRA_DIST): Add crc.h.
43932         * modules/des (EXTRA_DIST): Add des.h.
43933         * modules/gc (EXTRA_DIST): Add gc.h.
43934         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
43935         * modules/getline (EXTRA_DIST): Add getline.h.
43936         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
43937         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
43938         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
43939         * modules/md2 (EXTRA_DIST): Add md2.h.
43940         * modules/md4 (EXTRA_DIST): Add md4.h.
43941         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
43942         * modules/read-file (EXTRA_DIST): Add read-file.h.
43943         * modules/readline (EXTRA_DIST): Add readline.h.
43944         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
43945         rijndael-api-fst.h.
43946
43947 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
43948
43949         * m4/rijndael.m4 (gl_ARCFOUR):
43950         * m4/arctwo.m4 (gl_ARCTWO):
43951         * m4/check-version.m4 (gl_CHECK_VERSION):
43952         * m4/crc.m4 (gl_CRC):
43953         * m4/des.m4 (gl_DES):
43954         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
43955         * m4/gc.m4 (gl_GC):
43956         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
43957         * m4/getline.m4 (gl_FUNC_GETLINE):
43958         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
43959         * m4/hmac-md5.m4 (gl_HMAC_MD5):
43960         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
43961         * m4/md2.m4 (gl_MD2):
43962         * m4/md4.m4 (gl_MD4):
43963         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
43964         * m4/read-file.m4 (gl_FUNC_READ_FILE):
43965         * m4/readline.m4 (gl_FUNC_READLINE):
43966         * m4/rijndael.m4 (gl_RIJNDAEL):
43967         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
43968         to get the necessary .h files and whatnot.
43969
43970 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
43971
43972         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
43973         gnulib rather than the other way around.
43974         * config/srclistvars.sh (COREUTILS): Remove.
43975
43976 2006-08-22  Jim Meyering  <jim@meyering.net>
43977
43978         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
43979
43980         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
43981
43982 2006-08-22  Eric Blake  <ebb9@byu.net>
43983
43984         * modules/regexprops-generic: New file.
43985         * MODULES.html.sh (Support for building documentation): List it.
43986
43987 2006-08-22  Eric Blake  <ebb9@byu.net>
43988
43989         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
43990         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
43991         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
43992         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
43993
43994 2006-08-22  Bruno Haible  <bruno@clisp.org>
43995
43996         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
43997         and lib_LTLIBRARIES like the other lib_* variables.
43998
43999 2006-08-22  Bruno Haible  <bruno@clisp.org>
44000
44001         * build-aux/x-to-1.in: New file, from GNU gettext.
44002
44003 2006-08-22  Bruno Haible  <bruno@clisp.org>
44004
44005         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
44006         <utmpx.h> exists.
44007
44008 2006-08-22  Bruno Haible  <bruno@clisp.org>
44009
44010         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
44011         <utmpx.h> exists.
44012
44013 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44014
44015         BeOS portability.
44016         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
44017         exist.
44018         Problem reported by Bruno Haible.
44019
44020 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44021
44022         Avoid the need for AC_LIBSOURCES in m4 macros.
44023         * modules/acl (EXTRA_DIST): Add acl.h.
44024         * modules/argmatch (Files): Add m4/argmatch.m4.
44025         (configure.ac): Add gl_ARGMATCH.
44026         (EXTRA_DIST): Renamed from lib_SOURCES, for
44027         consistency with the other modules.  Remove argmatch.c.
44028         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
44029         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
44030         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
44031         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
44032         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
44033         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
44034         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
44035         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
44036         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
44037         * modules/closeout (EXTRA_DIST): Add closeout.h.
44038         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
44039         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
44040         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
44041         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
44042         dirname.h; remove basename.c and stripslash.c.
44043         * modules/exclude (EXTRA_DIST): Add exclude.h.
44044         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
44045         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
44046         * modules/file-type (EXTRA_DIST): Add file-type.h.
44047         * modules/filemode (EXTRA_DIST): Add filemode.h.
44048         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
44049         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44050         * modules/fpending (EXTRA_DIST): Add __fpending.h.
44051         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
44052         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
44053         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
44054         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
44055         * modules/getdate (EXTRA_DIST): Add getdate.c.
44056         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
44057         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
44058         * modules/getpass (EXTRA_DIST): Add getpass.h.
44059         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
44060         * modules/group-member (EXTRA_DIST): Add group-member.h.
44061         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
44062         * modules/hash (EXTRA_DIST): Add hash.h.
44063         * modules/human (EXTRA_DIST): Add human.h.
44064         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
44065         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
44066         * modules/lchown (EXTRA_DIST): Add lchown.h.
44067         * modules/long-options (EXTRA_DIST): Add long-options.h.
44068         * modules/lstat (EXTRA_DIST): Add lstat.h.
44069         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
44070         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
44071         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
44072         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
44073         * modules/memxor (EXTRA_DIST): Add memxor.h.
44074         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
44075         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
44076         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
44077         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
44078         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
44079         * modules/physmem (EXTRA_DIST): Add physmem.h.
44080         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
44081         * modules/posixver (EXTRA_DIST): Add posixver.h.
44082         * modules/quote (EXTRA_DIST): Add quote.h.
44083         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
44084         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
44085         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
44086         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
44087         regex_internal.h regexec.c.
44088         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
44089         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
44090         * modules/same (EXTRA_DIST): Add same.h.
44091         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
44092         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
44093         * modules/savedir (EXTRA_DIST): Add savedir.h.
44094         * modules/sha1 (EXTRA_DIST): Add sha1.h.
44095         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
44096         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
44097         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
44098         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
44099         * modules/strdup (EXTRA_DIST): Add strdup.h.
44100         * modules/strftime (EXTRA_DIST): Add strftime.h.
44101         * modules/strndup (EXTRA_DIST): Add strndup.h.
44102         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
44103         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
44104         * modules/time_r (EXTRA_DIST): Add time_r.h.
44105         * modules/timespec (EXTRA_DIST): Add timespec.h.
44106         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44107         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
44108         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
44109         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
44110         * modules/userspec (EXTRA_DIST): Add userspec.h.
44111         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
44112         * modules/utimens (EXTRA_DIST): Add utimens.h.
44113         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
44114         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
44115         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
44116         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
44117         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
44118         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
44119         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
44120         * modules/yesno (EXTRA_DIST): Add yesno.h.
44121
44122 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44123
44124         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
44125
44126         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
44127         * m4/dev-ino.m4, same-inode.m4: Remove.
44128
44129         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
44130         * m4/acl.m4 (AC_FUNC_ACL):
44131         * m4/backupfile.m4 (gl_BACKUPFILE):
44132         * m4/c-strtod.m4 (gl_C99_STRTOLD):
44133         * m4/canon-host.m4 (gl_CANON_HOST):
44134         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
44135         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
44136         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
44137         * m4/cloexec.m4 (gl_CLOEXEC):
44138         * m4/close-stream.m4 (gl_CLOSE_STREAM):
44139         * m4/closeout.m4 (gl_CLOSEOUT):
44140         * m4/dirfd.m4 (gl_FUNC_DIRFD):
44141         * m4/dirname.m4 (gl_DIRNAME):
44142         * m4/exclude.m4 (gl_EXCLUDE):
44143         * m4/exitfail.m4 (gl_EXITFAIL):
44144         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
44145         * m4/file-type.m4 (gl_FILE_TYPE):
44146         * m4/filemode.m4 (gl_FILEMODE):
44147         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
44148         * m4/fpending.m4 (gl_FUNC_FPENDING):
44149         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44150         * m4/fts.m4 (gl_FUNC_FTS):
44151         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44152         * m4/getdate.m4 (gl_GETDATE):
44153         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44154         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44155         * m4/getpass.m4 (gl_FUNC_GETPASS):
44156         * m4/gettime.m4 (gl_GETTIME):
44157         * m4/getugroups.m4 (gl_GETUGROUPS):
44158         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44159         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44160         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44161         * m4/hash.m4 (gl_HASH):
44162         * m4/idcache.m4 (gl_IDCACHE):
44163         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
44164         * m4/lchown.m4 (gl_FUNC_LCHOWN):
44165         * m4/long-options.m4 (gl_LONG_OPTIONS):
44166         * m4/lstat.m4 (gl_FUNC_LSTAT):
44167         * m4/md5.m4 (gl_MD5):
44168         * m4/memcasecmp.m4 (gl_MEMCASECMP):
44169         * m4/memcoll.m4 (gl_MEMCOLL):
44170         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
44171         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
44172         * m4/memxor.m4 (gl_MEMXOR):
44173         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
44174         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
44175         * m4/modechange.m4 (gl_MODECHANGE):
44176         * m4/mountlist.m4 (gl_MOUNTLIST):
44177         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
44178         * m4/openat.m4 (gl_FUNC_OPENAT):
44179         * m4/pathmax.m4 (gl_PATHMAX):
44180         * m4/physmem.m4 (gl_PHYSMEM):
44181         * m4/posixtm.m4 (gl_POSIXTM):
44182         * m4/posixver.m4 (gl_POSIXVER):
44183         * m4/quote.m4 (gl_QUOTE):
44184         * m4/quotearg.m4 (gl_QUOTEARG):
44185         * m4/readtokens.m4 (gl_READTOKENS):
44186         * m4/readutmp.m4 (gl_READUTMP):
44187         * m4/regex.m4 (gl_REGEX):
44188         * m4/safe-read.m4 (gl_SAFE_READ):
44189         * m4/safe-write.m4 (gl_SAFE_WRITE):
44190         * m4/same.m4 (gl_SAME):
44191         * m4/save-cwd.m4 (gl_SAVE_CWD):
44192         * m4/savedir.m4 (gl_SAVEDIR):
44193         * m4/settime.m4 (gl_SETTIME):
44194         * m4/sha1.m4 (gl_SHA1):
44195         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
44196         * m4/stat-macros.m4 (gl_STAT_MACROS):
44197         * m4/stat-time.m4 (gl_STAT_TIME):
44198         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
44199         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
44200         * m4/strdup.m4 (gl_FUNC_STRDUP):
44201         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
44202         * m4/strndup.m4 (gl_FUNC_STRNDUP):
44203         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
44204         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
44205         * m4/time_r.m4 (gl_TIME_R):
44206         * m4/timespec.m4 (gl_TIMESPEC):
44207         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
44208         * m4/unlinkdir.m4 (gl_UNLINKDIR):
44209         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
44210         * m4/userspec.m4 (gl_USERSPEC):
44211         * m4/utimecmp.m4 (gl_UTIMECMP):
44212         * m4/utimens.m4 (gl_UTIMENS):
44213         * m4/xalloc.m4 (gl_XALLOC):
44214         * m4/xgetcwd.m4 (gl_XGETCWD):
44215         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
44216         * m4/xreadlink.m4 (gl_XREADLINK):
44217         * m4/xstrtod.m4 (gl_XSTRTOD):
44218         * m4/yesno.m4 (gl_YESNO):
44219         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44220         to get the necessary .h files and whatnot.
44221
44222 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
44223             Bruno Haible  <bruno@clisp.org>
44224
44225         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
44226         /bin/sh understanding of '!' conditional negation.
44227
44228 2006-08-21  Jim Meyering  <jim@meyering.net>
44229
44230         * modules/openat (Depends-on): Really alphabetize.
44231
44232         * modules/acl (Depends-on): Add error and quote.
44233
44234         * check-module (find_included_lib_files): Add at-func.c to the
44235         ok-to-include-more-than-once white list.
44236
44237         * modules/openat (Depends-on): Add lstat.  Alphabetize.
44238
44239 2006-08-21  Bruno Haible  <bruno@clisp.org>
44240
44241         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44242         Emit a pkgdata_DATA variable only if some snippets add contents to it.
44243         Reported by Martin Lambers <marlam@marlam.de>.
44244
44245 2006-08-21  Bruno Haible  <bruno@clisp.org>
44246
44247         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
44248         specify an installation location, don't emit a noinst_LIBRARIES or
44249         noinst_LTLIBRARIES assignment.
44250
44251 2006-08-21  Bruno Haible  <bruno@clisp.org>
44252
44253         BeOS portability.
44254         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
44255         BeOS has mbrtowc() but no <wctype.h>.
44256
44257 2006-08-21  Bruno Haible  <bruno@clisp.org>
44258
44259         BeOS portability.
44260         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
44261         exist.
44262
44263 2006-08-21  Bruno Haible  <bruno@clisp.org>
44264
44265         BeOS portability.
44266         * lib/mbchar.h: Include <wctype.h> only if it exists.
44267
44268 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44269
44270         Remove files that are no longer needed by their respective modules.
44271         * m4/obstack.m4: Remove.
44272         * m4/strerror_r.m4: Remove.
44273         * m4/uint32_t.m4: Remove.
44274         * m4/uintptr_t.m4: Remove.
44275         * m4/ullong_max.m4: Remove.
44276         * m4/xstrtoimax.m4: Remove.
44277         * m4/xstrtoumax.m4: Remove.
44278
44279         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
44280         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
44281         dependencies now capture this.
44282
44283         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
44284         Do not use AC_LIBSOURCES, since gnulib modules now do this.
44285         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
44286         * m4/human.m4 (gl_HUMAN): Likewise.
44287         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
44288         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
44289
44290         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
44291
44292         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
44293         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
44294         stdint.
44295         * m4/human.m4 (gl_HUMAN): Likewise.
44296         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
44297         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
44298         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44299         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44300         * m4/xstrtol (gl_XSTRTOL): Likewise.
44301
44302         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
44303         AC_TYPE_LONG_LONG_INT.
44304         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44305         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
44306         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
44307         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44308
44309         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
44310         on stdbool.
44311
44312         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
44313         (gl_PREREQ_XSTRTOUL): Remove.
44314
44315         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
44316
44317         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
44318         mode.
44319
44320 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44321
44322         Add and change modules to make it easier for coreutils to use
44323         gnulib-tool.
44324         * modules/backupfile (Files): Remove m4/d-ino.m4.
44325         (Depends-on): Add d-ino.
44326         * modules/cycle-check (Depends-on): Add stdint.
44327         (lib_SOURCES): Add cycle-check.h.
44328         * modules/d-ino: New module.
44329         * modules/d-type: New module.
44330         * modules/error (Files): Remove m4/strerror_r.m4.
44331         * modules/filemode (Files): Add m4/st_dm_mode.m4.
44332         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44333         m4/inttypes_h.m4, m4/uintmax_t.m4.
44334         (Depends-on): Add stdint.
44335         (lib_SOURCES): Add fsusage.h.
44336         * modules/getcwd (Files): Remove d-ino.m4.
44337         (Depends-on): Add d-ino.
44338         * modules/getndelim2 (Depends-on): Add stdint.
44339         * modules/glob (Files): Remove m4/d-type.m4.
44340         (Depends-on): Add d-type.
44341         * modules/host-os: New module.
44342         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
44343         m4/inttypes_h.m4, m4/uintmax_t.m4.
44344         * Depends-on: Add stdint.
44345         (lib_SOURCES): Add human.h.
44346         * modules/inttostr (Files): Remove m4/intmax_t.m4,
44347         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
44348         m4/uintmax_t.m4, m4/ulonglong.m4.
44349         (Depends-on): Add stdint.
44350         (EXTRA_DIST): Add inttostr.h.
44351         * modules/lchmod: New module.
44352         * modules/link-follow: New module.
44353         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44354         (Depends-on): Add lchmod.
44355         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
44356         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
44357         (Depends-on): Add stdint.
44358         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
44359         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
44360         (Depends-on): Add stdint.
44361         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
44362         * modules/perl: New module.
44363         * modules/regex (Depends-on): Add stdint.
44364         * modules/rmdir-errno: New module.
44365         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44366         m4/intmax_t.m4.
44367         (Depends-on): Add stdint.
44368         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44369         m4/uintmax_t.m4.
44370         (Depends-on): Add stdint.
44371         * modules/unlink-busy: New module.
44372         * modules/utimecmp (Depends-on): Add stdint.
44373         * modules/uptime: New module.
44374         * modules/winsz-ioctl: New module.
44375         * modules/winsz-termios: New module.
44376         * modules/xnanosleep (Depends-on): Add nanosleep.
44377         * modules/ullong_max: Remove.
44378         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
44379         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
44380         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
44381         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
44382         (Depends-on): Add inttypes.
44383         (lib_SOURCES): Add xstrtol.h.
44384         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
44385         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
44386         * MODULES.html.sh: Move 'assert' into the assert section.
44387         Move 'dummy' into the linking section.
44388         Remove ullong_max.
44389         Add section for compatibility checks for POSIX:2001 functions,
44390         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
44391         winsz-ioctl, and winsz-termios into it.
44392         Add lchmod.
44393         Add top-level Misc section and put host-os, perl, and uptime
44394         into it.
44395
44396 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44397
44398         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
44399         now assume the stdint module.  Do not include inttypes.h.
44400         * lib/fsusage.h: Likewise.
44401         * lib/getndelim2.c: Likewise.
44402         * lib/human.h: Likewise.
44403         * lib/inttostr.h: Likewise.
44404         * lib/obstack.c: Likewise.
44405         * lib/regex_internal.h: Likewise.
44406         * lib/tempname.c: Likewise.
44407         * lib/utimecmp.c: Likewise.
44408         * lib/xstrtol.h: Likewise.
44409
44410         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
44411
44412         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
44413         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
44414         * lib/xtime.h: Likewise.
44415
44416 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44417
44418         * modules/openat (Files): Add lib/fchmodat.c.
44419         Fixes problem reported by Jay Youngman.
44420
44421 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44422
44423         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
44424         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
44425
44426 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
44427             Bruno Haible  <bruno@clisp.org>
44428
44429         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
44430         and is a script that invokes bison. Tighten the code. Add comments.
44431
44432 2006-08-18  Jim Meyering  <jim@meyering.net>
44433
44434         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
44435         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
44436         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
44437         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
44438
44439 2006-08-18  Bruno Haible  <bruno@clisp.org>
44440
44441         * modules/bison-i18n: New file.
44442         * MODULES.html.sh (Internationalization functions): Add it.
44443
44444 2006-08-18  Bruno Haible  <bruno@clisp.org>
44445
44446         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
44447         sys/statvfs.h. When getmntinfo was found, check its declaration and
44448         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
44449
44450 2006-08-18  Bruno Haible  <bruno@clisp.org>
44451
44452         * m4/bison-i18n.m4: New file, from bison.
44453
44454 2006-08-18  Bruno Haible  <bruno@clisp.org>
44455
44456         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
44457         (ME_DUMMY): Treat "kernfs" as a dummy.
44458         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
44459
44460 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44461
44462         Update from coreutils.
44463
44464         2006-08-15  Jim Meyering  <jim@meyering.net>
44465
44466         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
44467
44468         2006-01-17  Jim Meyering  <jim@meyering.net>
44469
44470         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
44471
44472         2006-01-11  Jim Meyering  <jim@meyering.net>
44473
44474         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
44475         Check for the lchmod function.
44476
44477 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44478
44479         Update from coreutils.
44480
44481         * lib/__fpending.h: Add copyright notice.
44482         * lib/fprintftime.h: Likewise.
44483         * lib/savedir.c: Use (C) in copyright notice.
44484         * lib/savedir.h: Likewise.
44485
44486         2006-08-15  Jim Meyering  <jim@meyering.net>
44487
44488         * lib/at-func.c: New file, with the logic of all emulated at-functions.
44489         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
44490         in support of the EXPECTED_ERRNO macro.
44491         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
44492         definitions.  Instead, define the appropriate symbols and include
44493         "at-func.c".
44494         * lib/mkdirat.c (mkdirat): Likewise.
44495         * lib/fchmodat.c (fchmodat): Likewise.
44496         (ENOSYS): Remove definition.
44497         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
44498         it.  Don't include "unistd--.h" -- it wasn't ever used.
44499
44500         2006-01-17  Jim Meyering  <jim@meyering.net>
44501
44502         Rewrite fts.c not to change the current working directory,
44503         by using openat, fstatat, fdopendir, etc..
44504
44505         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
44506         (HAVE_OPENAT_SUPPORT): Define.
44507         [_LIBC] (fchdir): Don't undef or define; no longer used.
44508         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
44509         Now, this `function' always succeeds, and consumes its file descriptor
44510         parameter -- so callers must not close such FDs.  Update callers.
44511         (diropen_fd, opendirat, cwd_advance_fd): New functions.
44512         (diropen): Add parameter, SP.  Adjust all callers.
44513         Implement using diropen_fd, rather than open.
44514         (fts_open): Initialize new member, fts_cwd_fd.
44515         Remove fts_rft-setting code.
44516         (fts_close): Close fts_cwd_fd, if necessary.
44517         (__opendir2): Define in terms of opendir or opendirat,
44518         depending on whether the FST_NOCHDIR flag is set.
44519         (fts_build): Since fts_safe_changedir consumes its FD, and since
44520         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
44521         and close the dup'd file descriptor upon failure.
44522         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
44523         (fts_safe_changedir): Tweak semantics to reflect that this function
44524         now calls cwd_advance_fd and hence consumes its FD argument.
44525         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
44526         [struct FTS] (fts_rft): Remove now-unused member.
44527         [struct FTS] (fts_cycle.state): Improve comment.
44528
44529         * lib/openat.c (openat_needs_fchdir): New function.
44530         * lib/openat.h (openat_needs_fchdir): Declare it.
44531
44532 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
44533
44534         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
44535         Problem and fix reported by Pádraig Brady in
44536         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
44537
44538 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44539
44540         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
44541
44542 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44543
44544         * lib/memcoll.c (memcoll): Optimize for the common case where the
44545         arguments are bytewise equal.
44546
44547 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44548
44549         * doc/regexprops-generic.texi: Add a copyright notice.
44550
44551 2006-08-15  Bruno Haible  <bruno@clisp.org>
44552
44553         * modules/tmpdir (License): Change to LGPL.
44554
44555 2006-08-15  Bruno Haible  <bruno@clisp.org>
44556
44557         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
44558         module.
44559
44560 2006-08-14  Simon Josefsson  <jas@extundo.com>
44561
44562         * config/srclist.txt: Add gnupload.
44563
44564 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44565
44566         Change copyright notice from LGPL 2 to GPL 2, since that's the
44567         standard form used in the gnulib repository.
44568         * tests/test-lock.c: Likewise.
44569         * tests/test-stdint.c: Likewise.
44570         * tests/test-tls.c: Likewise.
44571
44572         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
44573         prelude-manager.  User shorter URLs for GNU projects, without '?'.
44574         Add copyright notice.
44575
44576         * check-module: Add copyright notice.  Output a copyright
44577         notice if "--version" is specified.
44578         * modules/COPYING: New file.
44579         * tests/test-getaddrinfo.c: Add copyright notice.
44580         * tests/test-verify.c: Likewise.
44581
44582 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44583
44584         Change copyright notice from LGPL 2 to GPL 2, since that's the
44585         standard form used in the gnulib repository.
44586         * lib/lock.c: LGPL -> GPL.
44587         * lib/lock.h: Likewise.
44588         * lib/strnlen1.c: Likewise.
44589         * lib/strnlen1.h: Likewise.
44590         * lib/tls.c: Likewise.
44591         * lib/tls.h: Likewise.
44592         * lib/tmpdir.c: Likewise.
44593
44594         * lib/TODO: Remove; this belongs only in coreutils.
44595
44596 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44597
44598         Add copyright notices to long-enough files that lack them, since
44599         otherwise the files aren't clearly free.  Use the same notice that
44600         getdate.texi already uses.
44601         * doc/alloca-opt.texi: Add copyright notice.
44602         * doc/alloca.texi: Likewise.
44603         * doc/ctime.texi: Likewise.
44604         * doc/functions.texi: Likewise.
44605         * doc/gcd.texi: Likewise.
44606         * doc/gnulib-tool.texi: Likewise.
44607         * doc/inet_ntoa.texi: Likewise.
44608         * doc/visibility.texi: Likewise.
44609
44610         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
44611         * doc/quote.texi: Add copyright notice.
44612
44613         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
44614         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
44615         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
44616         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
44617         is now obsolete, and give a pointer to the Sun list.
44618         Add copyright notice.
44619
44620 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44621
44622         * config/srclistvars.sh: Add copyright notice.
44623
44624 2006-08-14  Eric Blake  <ebb9@byu.net>
44625
44626         Import the following change from libc:
44627
44628         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
44629
44630         Upstream bug 2997.
44631         * lib/misc/error.c: Add space between program name and message if file
44632         name is missing.
44633
44634 2006-08-12  Karl Berry  <karl@gnu.org>
44635
44636         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
44637         remove, these originate in gnulib now.
44638
44639 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44640
44641         * doc/Makefile (standards.info standards.html standards.dvi):
44642         Also depend on make-stds.texi.
44643
44644 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
44645
44646         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
44647         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
44648
44649         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
44650         in wchar_t.  Problem reported by Eric Blake.
44651
44652         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
44653         LEN is smaller than SIZE.  Suggested by Bruno Haible.
44654         Also, help the compiler to keep LEN in a register.
44655
44656 2006-08-11  Eric Blake  <ebb9@byu.net>
44657
44658         * users.txt: Sort.  Add tar.
44659
44660 2006-08-11  Bruno Haible  <bruno@clisp.org>
44661
44662         * users.txt: New file.
44663
44664 2006-08-11  Bruno Haible  <bruno@clisp.org>
44665
44666         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
44667         before <wchar.h>. Needed for OSF/1 and BSD/OS.
44668
44669 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44670
44671         * modules/snprintf (Depends-on): Remove minmax.
44672         (Maintainer): Add self and Bruno.
44673
44674 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44675
44676         * lib/.cppi-disable: Add snprintf.h, socket_.h.
44677         * lib/snprintf.c: Include <errno.h> and <limits.h>.
44678         (EOVERFLOW): Define if the system does not.
44679         Do not include "minmax.h"; it wasn't used.
44680         (snprintf): Don't assume size_t promotes to an unsigned type.
44681         Fix bug when generated string was too long for the buffer: the
44682         buffer's contents are supposed to be the initial prefix of the
44683         output.  Don't assume vasnprintf returns EOVERFLOW if the size
44684         exceeds INT_MAX; do the check ourselves.
44685
44686         Import the following changes from libc:
44687
44688         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
44689
44690         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
44691         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
44692         set wc to the byte which couldn't be converted.
44693         (re_string_reconstruct): Don't clear valid_raw_len before calling
44694         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
44695         tip_context using re_string_context_at.
44696
44697         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
44698
44699         * lib/posix/regex.h: g++ still cannot handled [restrict].
44700
44701         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
44702
44703         * lib/posix/regex.h: Remove special handling for VMS.
44704
44705 2006-08-10  Jim Meyering  <jim@meyering.net>
44706
44707         * modules/same-inode: New module.
44708         * modules/dev-ino: New module.
44709         * modules/cycle-check: Depend on these modules, rather than simply
44710         including their .h files.
44711         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
44712         required via m4/cycle-check.m4.
44713         * modules/same: Depend on new same-inode module, rather than
44714         including same-inode.h.
44715         * modules/chdir-safer: New file.
44716
44717         * modules/chown (Depends-on): Add stat-macros.
44718
44719 2006-08-10  Jim Meyering  <jim@meyering.net>
44720
44721         * m4/cycle-check.m4: New file.
44722         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
44723         * m4/dev-ino.m4, m4/same-inode.m4: New files.
44724
44725 2006-08-10  Eric Blake  <ebb9@byu.net>
44726
44727         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
44728         in from original proposal.
44729
44730 2006-08-10  Eric Blake  <ebb9@byu.net>
44731         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44732
44733         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
44734         namespace.
44735
44736 2006-08-10  Bruno Haible  <bruno@clisp.org>
44737
44738         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
44739         as well.
44740
44741 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44742
44743         Sync from coreutils.
44744
44745         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
44746
44747         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
44748         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
44749
44750 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44751
44752         * modules/restrict: Remove; no longer needed now that we assume
44753         Autoconf 2.59 or later.
44754         * MODULES.html.sh: Remove 'restrict'.
44755         * modules/argp (Depends-on): Remove 'restrict'.
44756         * modules/base64 (Depends-on): Likewise.
44757         * modules/gc (Depends-on): Likewise.
44758         * modules/getaddrinfo (Depends-on): Likewise.
44759         * modules/glob (Depends-on): Likewise.
44760         * modules/inet_ntop (Depends-on): Likewise.
44761         * modules/inet_pton (Depends-on): Likewise.
44762         * modules/memxor (Depends-on): Likewise.
44763         * modules/regex (Depends-on): Likewise.
44764         * modules/strtok_r (Depends-on): Likewise.
44765         * modules/time_r (Depends-on): Likewise.
44766
44767 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44768
44769         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
44770         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
44771         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
44772         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
44773         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
44774         * m4/memxor.m4 (gl_MEMXOR): Likewise.
44775         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
44776         gl_C_RESTRICT replaced by AC_C_RESTRICT.
44777
44778         Merge from coreutils.
44779         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
44780         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
44781         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
44782         * m4/time_r.m4 (gl_TIME_R): Likewise.
44783
44784 2006-08-09  Karl Berry  <karl@gnu.org>
44785
44786         * config/srclist.txt: no more gettext-tools, per Bruno.
44787
44788 2006-08-08  Eric Blake  <ebb9@byu.net>
44789
44790         * modules/verror: New module.
44791         * MODULES.html.sh: Document it.
44792
44793 2006-08-08  Eric Blake  <ebb9@byu.net>
44794
44795         * lib/verror.h, lib/verror.c: New files.
44796
44797 2006-08-08  Eric Blake  <ebb9@byu.net>
44798
44799         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
44800         verror_at_line output complies with GNU Coding Standards even when
44801         file is NULL.
44802
44803 2006-08-07  Bruno Haible  <bruno@clisp.org>
44804
44805         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
44806         versions of AIX.
44807         Reported by Ralf Wildenhues.
44808
44809 2006-08-07  Bruno Haible  <bruno@clisp.org>
44810
44811         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
44812         in an AC_DEFUN. Needed so that the autoconf snippets can use
44813         AC_REQUIRE.
44814
44815 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44816
44817         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44818         Initialize pkgdata_DATA.
44819         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
44820         overriding it.
44821
44822 2006-08-06  Eric Blake  <ebb9@byu.net>
44823
44824         * lib/error.h: Fold in some upstream changes from glibc.
44825         * lib/error.c: Likewise.
44826
44827 2006-08-04  Bruno Haible  <bruno@clisp.org>
44828
44829         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44830         Make the mostlyclean-local rule depend on mostlyclean-generic.
44831         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
44832
44833 2006-07-31  Bruno Haible  <bruno@clisp.org>
44834
44835         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
44836         <stdlib.h>, <string.h>.
44837
44838 2006-07-30  Bruno Haible  <bruno@clisp.org>
44839
44840         * modules/readlink (License): Change to LGPL.
44841
44842 2006-07-30  Bruno Haible  <bruno@clisp.org>
44843
44844         * modules/javaversion (Makefile.am): Distribute javaversion.java and
44845         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
44846         set PKGDATADIR to point to it.
44847
44848 2006-07-30  Bruno Haible  <bruno@clisp.org>
44849
44850         * modules/csharpexec (configure.ac): Comment out macro invocation.
44851         * modules/javaexec (configure.ac): Likewise.
44852         * modules/javacomp-script (configure.ac): Likewise.
44853
44854         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
44855
44856 2006-07-30  Bruno Haible  <bruno@clisp.org>
44857
44858         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
44859         linked-list.
44860
44861 2006-07-30  Bruno Haible  <bruno@clisp.org>
44862
44863         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
44864
44865 2006-07-30  Bruno Haible  <bruno@clisp.org>
44866
44867         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44868         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
44869         get removed.
44870
44871 2006-07-29  Bruno Haible  <bruno@clisp.org>
44872
44873         Make it possible for gnulib-tool to work with locally modified or
44874         augmented gnulib repositories.
44875         * gnulib-tool (func_usage): Document --local-dir option.
44876         (local_gnulib_dir): New variable.
44877         Handle --local-dir option.
44878         (func_lookup_file): New function.
44879         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
44880         (func_get_description, func_get_filelist, func_get_description,
44881         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
44882         func_get_automake_snippet, func_get_include_directive,
44883         func_get_license, func_get_maintainer): Use func_lookup_file.
44884         (func_import, func_create_testdir): Use func_lookup_file.
44885
44886 2006-07-29  Bruno Haible  <bruno@clisp.org>
44887
44888         * modules/setenv (Depends-on): Add unistd.
44889
44890 2006-07-29  Bruno Haible  <bruno@clisp.org>
44891
44892         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
44893
44894 2006-07-29  Bruno Haible  <bruno@clisp.org>
44895
44896         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
44897
44898 2006-07-29  Bruno Haible  <bruno@clisp.org>
44899
44900         * gnulib-tool (import, update): If there is no Makefile.am, look at
44901         aclocal.m4, instead of bailing out.
44902
44903 2006-07-29  Bruno Haible  <bruno@clisp.org>
44904
44905         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
44906         Categorize the options by when they are useful.
44907
44908 2006-07-29  Bruno Haible  <bruno@clisp.org>
44909
44910         * gnulib-tool (func_usage): Document option --no-libtool.
44911         Handle option --no-libtool.
44912         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
44913         for changed semantics of $libtool variable.
44914         (func_import): Likewise. If libtool is not used, show this through
44915         an option --no-libtool.
44916         (func_create_testdir): Update.
44917
44918 2006-07-29  Bruno Haible  <bruno@clisp.org>
44919
44920         * gnulib-tool (func_import): Extend error message about missing
44921         --doc-base.
44922
44923 2006-07-29  Bruno Haible  <bruno@clisp.org>
44924
44925         * gnulib-tool (func_import): Don't create the $docbase directory if
44926         there is no file to store there.
44927
44928 2006-07-29  Bruno Haible  <bruno@clisp.org>
44929
44930         * gnulib-tool (autoconf_minversion): If a --dir option is given and
44931         relevant, look for configure.ac there, not in the current directory.
44932         Also use a simple search for AC_PREREQ, not "autoconf --trace".
44933
44934 2006-07-29  Bruno Haible  <bruno@clisp.org>
44935
44936         * gnulib-tool (SORT): New variable.
44937         (func_usage): Undocument --assume-autoconf option.
44938         Remove --assume-autoconf option handling.
44939         (autoconf_minversion): Determine from the contents of configure.ac.
44940         (func_import): Remove autoconf_minversion handling.
44941         Suggested by Eric Blake.
44942
44943 2006-07-29  Bruno Haible  <bruno@clisp.org>
44944
44945         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
44946
44947 2006-07-29  Bruno Haible  <bruno@clisp.org>
44948
44949         * config/srclist.txt (*setenv.[ch]): Remove rules.
44950
44951 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44952
44953         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
44954
44955 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44956
44957         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
44958         arpa/inet.h.
44959
44960 2006-07-28  Simon Josefsson  <jas@extundo.com>
44961
44962         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
44963         * modules/inet_pton (Depends-on): Likewise.
44964
44965 2006-07-28  Simon Josefsson  <jas@extundo.com>
44966
44967         * m4/netinet_in_h.m4: New file.
44968
44969 2006-07-28  Simon Josefsson  <jas@extundo.com>
44970
44971         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
44972         #include's.
44973
44974 2006-07-28  Simon Josefsson  <jas@extundo.com>
44975
44976         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
44977         #include's.
44978
44979 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
44980
44981         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
44982         setgid on directories only if they set these bits.
44983         * lib/modechange.h: Remove obsolete comment about masks.
44984
44985 2006-07-28  Eric Blake  <ebb9@byu.net>
44986
44987         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
44988         macro expansion.
44989
44990 2006-07-28  Bruno Haible  <bruno@clisp.org>
44991
44992         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
44993
44994 2006-07-28  Bruno Haible  <bruno@clisp.org>
44995
44996         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
44997
44998 2006-07-28  Bruno Haible  <bruno@clisp.org>
44999
45000         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
45001         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
45002         Define fallbacks.
45003         Avoids link error on FreeBSD 4.x.
45004         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45005
45006         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
45007         encoding.
45008         * lib/mbswidth.c (iswcntrl): Likewise.
45009
45010 2006-07-27  Bruno Haible  <bruno@clisp.org>
45011
45012         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
45013         test.
45014
45015 2006-07-27  Bruno Haible  <bruno@clisp.org>
45016
45017         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
45018         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
45019         defined.
45020
45021 2006-07-26  Eric Blake  <ebb9@byu.net>
45022
45023         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
45024
45025 2006-07-26  Eric Blake  <ebb9@byu.net>
45026
45027         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
45028         like mingw that lack mkstemp.
45029         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
45030         avoid compilation warning on mingw.
45031
45032 2006-07-26  Bruno Haible  <bruno@clisp.org>
45033
45034         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
45035         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
45036         INT_FAST*_MIN, INTPTR_MIN.
45037
45038 2006-07-25  Bruno Haible  <bruno@clisp.org>
45039
45040         * modules/version-etc (Depends-on): Add stdarg.
45041
45042 2006-07-25  Bruno Haible  <bruno@clisp.org>
45043
45044         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
45045         complex commands.
45046
45047 2006-07-25  Bruno Haible  <bruno@clisp.org>
45048
45049         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
45050         defined in <stdarg.h> or config.h.
45051
45052 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45053
45054         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
45055         (gl_STDIO_SAFER): Remove.
45056
45057 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45058
45059         * MODULES.html.sh (File stream based Input/Output):
45060         Add fopen-safer, tmpfile-safer; remove stdio-safer.
45061         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
45062         * modules/fopen-safer, modules/tmpfile-safer: New files.
45063         * modules/stdio-safer: Remove.
45064
45065 2006-07-24  Bruno Haible  <bruno@clisp.org>
45066
45067         * modules/tmpdir: New file.
45068         * MODULES.html.sh (File system functions): Add it.
45069
45070 2006-07-24  Bruno Haible  <bruno@clisp.org>
45071
45072         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
45073         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
45074
45075 2006-07-24  Bruno Haible  <bruno@clisp.org>
45076
45077         * modules/clean-temp: New file.
45078
45079 2006-07-24  Bruno Haible  <bruno@clisp.org>
45080
45081         * m4/tmpdir.m4: New file, from GNU gettext.
45082
45083 2006-07-24  Bruno Haible  <bruno@clisp.org>
45084
45085         * lib/tmpdir.h: New file, from GNU gettext.
45086         * lib/tmpdir.c: New file, from GNU gettext.
45087
45088 2006-07-24  Bruno Haible  <bruno@clisp.org>
45089
45090         * lib/clean-temp.h: New file, from GNU gettext.
45091         * lib/clean-temp.c: New file, from GNU gettext.
45092
45093 2006-07-23  Eric Blake  <ebb9@byu.net>
45094
45095         * modules/stdio-safer (Files): Add tmpfile-safer.c.
45096         (Depends-on): Add binary-io.
45097
45098 2006-07-23  Eric Blake  <ebb9@byu.net>
45099
45100         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
45101
45102 2006-07-23  Eric Blake  <ebb9@byu.net>
45103
45104         * lib/tmpfile-safer.c: New file.
45105         * lib/stdio-safer.h (fopen_safer): Add prototype.
45106         * lib/stdio--.h (tmpfile): Make safer.
45107
45108 2006-07-23  Bruno Haible  <bruno@clisp.org>
45109
45110         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
45111         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
45112         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
45113         gl_linked_remove_at): Use it.
45114
45115 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45116         and Simon Josefsson <jas@extundo.com>
45117
45118         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
45119
45120         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
45121
45122 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45123
45124         * modules/close-stream: New file.
45125         * modules/closeout (Description): Make it clear that it exits
45126         with a diagnostic on error.
45127         (Depends-on): Add close-stream.  Remove fpending, stdbool.
45128         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
45129
45130 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45131
45132         * m4/close-stream.m4: New file.
45133
45134 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45135
45136         * lib/close-stream.c, lib/close-stream.h: New files.
45137
45138 2006-07-22  Bruno Haible  <bruno@clisp.org>
45139
45140         Merge from GNU gettext 0.15.
45141
45142         2006-05-01  Bruno Haible  <bruno@clisp.org>
45143
45144                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
45145
45146         2006-07-22  Bruno Haible  <bruno@clisp.org>
45147
45148                 * modules/javaversion: New file.
45149                 * MODULES.html.sh (Java): Add javaversion.
45150
45151         2006-03-12  Bruno Haible  <bruno@clisp.org>
45152
45153                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45154
45155         2005-12-04  Bruno Haible  <bruno@clisp.org>
45156
45157                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45158                 (untested).
45159
45160         2006-06-21  Bruno Haible  <bruno@clisp.org>
45161
45162                 Avoid warnings from recent versions of mcs.
45163                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
45164                 -o, -L, -r any more. Use options documented since mcs-1.0
45165                 instead. Similarly for -g.
45166
45167         2005-12-04  Bruno Haible  <bruno@clisp.org>
45168
45169                 * build-aux/csharpcomp.sh.in: Suffix for resources is
45170                 .resources, not .resource.
45171
45172         2005-07-09  Bruno Haible  <bruno@clisp.org>
45173
45174                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
45175                 add a .dll suffix.
45176                 Reported by Mark Junker <mjscod@gmx.de>.
45177
45178         2006-07-22  Bruno Haible  <bruno@clisp.org>
45179
45180                 * modules/gettext: Upgrade to gettext-0.15.
45181                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
45182                 m4/visibility.m4.
45183                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
45184
45185 2006-07-22  Bruno Haible  <bruno@clisp.org>
45186
45187         Merge from GNU gettext 0.15.
45188
45189         2006-03-25  Bruno Haible  <bruno@clisp.org>
45190
45191                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
45192
45193         2006-07-21  Bruno Haible  <bruno@clisp.org>
45194
45195                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
45196                 "1.1".
45197
45198         2006-05-09  Bruno Haible  <bruno@clisp.org>
45199
45200                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
45201                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
45202                 for the conftestver execution.
45203
45204         2006-05-01  Bruno Haible  <bruno@clisp.org>
45205
45206                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
45207                 optional target-version argument. Verify that the compiler
45208                 groks source of the specified source-version, or add -source
45209                 option as necessary. Verify that the compiler produces
45210                 bytecode in the specified target-version, or add -target and
45211                 -source options as necessary. Make the result of the test
45212                 available as variable CONF_JAVAC. Also log error output in
45213                 config.log.
45214
45215         2006-03-11  Bruno Haible  <bruno@clisp.org>
45216
45217                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
45218
45219         2006-05-09  Bruno Haible  <bruno@clisp.org>
45220
45221                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
45222                 CLASSPATH_SEPARATOR to a semicolon.
45223
45224         2006-03-12  Bruno Haible  <bruno@clisp.org>
45225
45226                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
45227                 available as variable CONF_JAVA, for subsequent autoconf
45228                 tests. Also log error output in config.log.
45229
45230         2006-07-19  Bruno Haible  <bruno@clisp.org>
45231
45232                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
45233                 that getline works on glibc2 systems. Needed to avoid trouble
45234                 in relocatable.c.
45235                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
45236
45237         2005-12-04  Bruno Haible  <bruno@clisp.org>
45238
45239                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
45240                 launcher (untested).
45241
45242         2005-12-04  Bruno Haible  <bruno@clisp.org>
45243
45244                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
45245
45246         2006-07-22  Bruno Haible  <bruno@clisp.org>
45247
45248                 * gettext.m4: Update from GNU gettext-0.15.
45249                 * nls.m4: Likewise.
45250                 * po.m4: Likewise.
45251                 * inttypes-pri.m4: Likewise.
45252                 * inttypes-h.m4: Renamed from inttypes.m4.
45253                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
45254
45255 2006-07-22  Bruno Haible  <bruno@clisp.org>
45256
45257         Merge from GNU gettext 0.15.
45258
45259         2005-07-05  Bruno Haible  <bruno@clisp.org>
45260
45261                 * printf-args.c (printf_fetchargs): Work around broken
45262                 definition of wint_t on mingw.
45263
45264         2005-02-12  Bruno Haible  <bruno@clisp.org>
45265
45266                 * xallocsa.h: Add extern "C" for C++.
45267
45268         2006-05-17  Bruno Haible  <bruno@clisp.org>
45269
45270                 Cygwin portability.
45271                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
45272
45273         2006-04-30  Bruno Haible  <bruno@clisp.org>
45274
45275                 * progreloc.c: Include <mach-o/dyld.h> if available.
45276                 (find_executable): Use _NSGetExecutablePath when possible.
45277
45278         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
45279
45280                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
45281                 function.
45282
45283         2005-12-29  Bruno Haible  <bruno@clisp.org>
45284
45285                 * progreloc.c (set_program_name_and_installdir): Fix
45286                 compilation error.
45287
45288         2005-12-04  Bruno Haible  <bruno@clisp.org>
45289
45290                 Cygwin portability.
45291                 * progreloc.c: Include <windows.h> also on Cygwin.
45292                 (find_executable): Add support for Cygwin.
45293                 (set_program_name_and_installdir): Handle also platforms with
45294                 nonempty EXEEXT.
45295
45296         2006-07-11  Bruno Haible  <bruno@clisp.org>
45297
45298                 * javacomp.c: Fix a comment.
45299                 Reported by Jim Meyering.
45300
45301         2006-04-30  Bruno Haible  <bruno@clisp.org>
45302
45303                 * javacomp.h (compile_java_class): Add source_version,
45304                 target_version arguments.
45305                 * javacomp.c: Rewritten to choose only a compiler that
45306                 respects the specified source_version and target_version.
45307
45308         2006-06-27  Bruno Haible  <bruno@clisp.org>
45309
45310                 Assume correct S_ISDIR macro.
45311                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
45312
45313         2006-07-22  Bruno Haible  <bruno@clisp.org>
45314
45315                 * javaversion.h: New file, from GNU gettext.
45316                 * javaversion.c: New file, from GNU gettext.
45317                 * javaversion.java: New file, from GNU gettext.
45318                 * javaversion.class: New file, from GNU gettext.
45319
45320         2006-05-17  Bruno Haible  <bruno@clisp.org>
45321
45322                 Cygwin portability.
45323                 * javaexec.c (execute_java_class): Test for jview program
45324                 also on Cygwin.
45325
45326         2006-04-09  Bruno Haible  <bruno@clisp.org>
45327
45328                 * fatal-signal.c: Don't include string.h.
45329                 (at_fatal_signal): Use a copying loop instead of memcpy.
45330
45331         2005-12-04  Bruno Haible  <bruno@clisp.org>
45332
45333                 * csharpexec.c: Add support for 'clix' launcher (untested).
45334                 (execute_csharp_using_sscli): New function.
45335                 (execute_csharp_program): Call it.
45336
45337         2006-06-21  Bruno Haible  <bruno@clisp.org>
45338
45339                 Avoid warnings from recent versions of mcs.
45340                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
45341                 -o, -L, -r any more. Use options documented since mcs-1.0
45342                 instead. Similarly for -g.
45343
45344         2005-07-09  Bruno Haible  <bruno@clisp.org>
45345
45346                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
45347                 add a .dll suffix.
45348                 Reported by Mark Junker <mjscod@gmx.de>.
45349
45350         2006-06-17  Bruno Haible  <bruno@clisp.org>
45351
45352                 * config.charset: Update for NetBSD 3.0.
45353
45354         2006-05-17  Bruno Haible  <bruno@clisp.org>
45355
45356                 Cygwin portability.
45357                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
45358
45359         2006-05-16  Bruno Haible  <bruno@clisp.org>
45360
45361                 * localcharset.c [CYGWIN]: Include <windows.h>.
45362                 (get_charset_aliases): For Cygwin, return the same CPxxx
45363                 aliases list as under WIN32.
45364                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
45365                 the environment variables. Fall back to GetACP().
45366
45367         2006-04-05  Bruno Haible  <bruno@clisp.org>
45368
45369                 * config.charset: Update Juan Manuel Guerrero's address.
45370
45371         2005-02-12  Bruno Haible  <bruno@clisp.org>
45372
45373                 * allocsa.h: Add extern "C" for C++.
45374
45375         2005-02-10  Bruno Haible  <bruno@clisp.org>
45376
45377                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
45378                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
45379
45380         2006-07-22  Bruno Haible  <bruno@clisp.org>
45381
45382                 * gettext.h: Update to GNU gettext-0.15.
45383
45384 2006-07-22  Bruno Haible  <bruno@clisp.org>
45385
45386         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
45387         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
45388         lib-prefix.m4, longdouble.m4, ssize_t.m4.
45389
45390 2006-07-21  Eric Blake  <ebb9@byu.net>
45391
45392         * modules/stdlib-safer: New file.
45393         * MODULES.html.sh (File stream based Input/Output): Add
45394         stdlib-safer.
45395
45396 2006-07-21  Eric Blake  <ebb9@byu.net>
45397
45398         * lib/stdlib-safer.h: New file from coreutils, required by
45399         stdlib--.h.
45400
45401 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
45402
45403         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
45404
45405 2006-07-20  Bruno Haible  <bruno@clisp.org>
45406
45407         * gnulib-tool: Recognize new option --assume-autoconf.
45408         (autoconf_minversion): New variable.
45409         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
45410
45411 2006-07-20  Bruno Haible  <bruno@clisp.org>
45412
45413         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
45414
45415 2006-07-19  Derek R. Price  <derek@ximbiot.com>
45416
45417         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
45418         Reindent and repaginate.
45419
45420 2006-07-19  Derek Price  <derek@ximbiot.com>
45421
45422         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
45423         Correct grammar.
45424
45425 2006-07-17  Bruno Haible  <bruno@clisp.org>
45426
45427         * modules/list: New file.
45428         * modules/array-list: New file.
45429         * modules/carray-list, modules/carray-list-tests: New files.
45430         * modules/linked-list, modules/linked-list-tests: New files.
45431         * modules/avltree-list, modules/avltree-list-tests: New files.
45432         * modules/rbtree-list, modules/rbtree-list-tests: New files.
45433         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
45434         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
45435         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
45436         * modules/oset: New file.
45437         * modules/array-oset: New file.
45438         * modules/avltree-oset, modules/avltree-oset-tests: New files.
45439         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
45440         * tests/test-carray_list.c: New file.
45441         * tests/test-linked_list.c: New file.
45442         * tests/test-avltree_list.c: New file.
45443         * tests/test-rbtree_list.c: New file.
45444         * tests/test-linkedhash_list.c: New file.
45445         * tests/test-avltreehash_list.c: New file.
45446         * tests/test-rbtreehash_list.c: New file.
45447         * tests/test-avltree_oset.c: New file.
45448         * tests/test-rbtree_oset.c: New file.
45449         * MODULES.html.sh (Container data structures): New section.
45450
45451 2006-07-17  Bruno Haible  <bruno@clisp.org>
45452
45453         * m4/gl_list.m4: New file.
45454
45455 2006-07-17  Bruno Haible  <bruno@clisp.org>
45456
45457         * lib/gl_list.h: New file.
45458         * lib/gl_list.c: New file.
45459         * lib/gl_array_list.h: New file.
45460         * lib/gl_array_list.c: New file.
45461         * lib/gl_carray_list.h: New file.
45462         * lib/gl_carray_list.c: New file.
45463         * lib/gl_linked_list.h: New file.
45464         * lib/gl_linked_list.c: New file.
45465         * lib/gl_anylinked_list1.h: New file.
45466         * lib/gl_anylinked_list2.h: New file.
45467         * lib/gl_avltree_list.h: New file.
45468         * lib/gl_avltree_list.c: New file.
45469         * lib/gl_anyavltree_list1.h: New file.
45470         * lib/gl_anyavltree_list2.h: New file.
45471         * lib/gl_rbtree_list.h: New file.
45472         * lib/gl_rbtree_list.c: New file.
45473         * lib/gl_anyrbtree_list1.h: New file.
45474         * lib/gl_anyrbtree_list2.h: New file.
45475         * lib/gl_anytree_list1.h: New file.
45476         * lib/gl_anytree_list2.h: New file.
45477         * lib/gl_linkedhash_list.h: New file.
45478         * lib/gl_linkedhash_list.c: New file.
45479         * lib/gl_anyhash_list1.h: New file.
45480         * lib/gl_anyhash_list2.h: New file.
45481         * lib/gl_avltreehash_list.h: New file.
45482         * lib/gl_avltreehash_list.c: New file.
45483         * lib/gl_rbtreehash_list.h: New file.
45484         * lib/gl_rbtreehash_list.c: New file.
45485         * lib/gl_anytreehash_list1.h: New file.
45486         * lib/gl_anytreehash_list2.h: New file.
45487
45488         * lib/gl_oset.h: New file.
45489         * lib/gl_oset.c: New file.
45490         * lib/gl_array_oset.h: New file.
45491         * lib/gl_array_oset.c: New file.
45492         * lib/gl_avltree_oset.h: New file.
45493         * lib/gl_avltree_oset.c: New file.
45494         * lib/gl_rbtree_oset.h: New file.
45495         * lib/gl_rbtree_oset.c: New file.
45496         * lib/gl_anytree_oset.h: New file.
45497
45498 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45499
45500         * m4/mkancesdirs.m4: New file.
45501         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
45502         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
45503         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
45504         it.
45505
45506 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45507
45508         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
45509         * lib/mkancesdirs.h: New files.
45510         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
45511         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
45512         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
45513         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
45514         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
45515         callers changed.  Revamp internals significantly, by not
45516         attempting to create directories that are temporarily more
45517         permissive than the final results.  Do not attempt to use
45518         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
45519         This removes some race conditions, fixes some bugs, and simplifies
45520         things.  Use new dirchownmod function to do owner and mode changes.
45521         * lib/mkdir-p.h: Likewise.
45522         * lib/modechange.c (octal_to_mode): New function.
45523         (struct mode_change): New member mentioned.
45524         (make_node_op_equals): New arg mentioned.  All callers changed.
45525         (mode_compile): Keep track of which mode bits the user has explicitly
45526         mentioned.
45527         (mode_adjust): New arg DIR, so that we implement the X op correctly.
45528         New arg PMODE_BITS, to keep track of which mode bits the user
45529         mentioned; it treats S_ISUID and S_ISGID speciall.
45530         All callers changed.
45531         * lib/modechange.h: Likewise.
45532
45533 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45534
45535         * MODULES.html.sh: Add mkancestors.
45536         * modules/mkancesdirs: New module.
45537         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
45538         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
45539         The chdir-safer and afs files are now orphans; I'll remove them
45540         unless someone speaks up.
45541         Add lib/dirchownmod.c, lib/dirchownmod.h.
45542         (Depends-on): Remove alloca, chown, save-cwd, dirname.
45543         Add lchown, mkancesdirs.
45544         (Maintainer): Add self.
45545
45546 2006-07-15  Karl Berry  <karl@gnu.org>
45547
45548         * gnulib-tool: help message wording/arrangement.
45549
45550 2006-07-14  Simon Josefsson  <jas@extundo.com>
45551
45552         * doc/gnulib.texi (Libtool and Windows): New section.
45553
45554 2006-07-12  Simon Josefsson  <jas@extundo.com>
45555
45556         * modules/gendocs (License): Fix license, approved by Karl.
45557
45558 2006-07-12  Eric Blake  <ebb9@byu.net>
45559
45560         * MODULES.html.sh: Add gendocs.
45561
45562 2006-07-11  Eric Blake  <ebb9@byu.net>
45563
45564         * modules/fdl: New module, to install doc/fdl.texi.
45565         * MODULES.html.sh: Add new section for documentation modules.
45566         * gnulib-tool: Avoid space-tab.
45567         (--doc-base): New option, to manage files from doc.
45568
45569 2006-07-11  Eric Blake  <ebb9@byu.net>
45570
45571         * m4/absolute-header.m4: Fix comments to match recent change.
45572
45573 2006-07-11  Eric Blake  <ebb9@byu.net>
45574
45575         * gnulib-tool: List --doc-base before --tests-base.
45576
45577 2006-07-11  Derek R. Price  <derek@ximbiot.com>
45578
45579         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
45580
45581 2006-07-11  Bruno Haible  <bruno@clisp.org>
45582
45583         * README: Mention where to put documentation.
45584
45585 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45586
45587         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
45588
45589 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45590
45591         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
45592         to stdint.m4.
45593
45594 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45595
45596         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
45597         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
45598         "no/such/file/stdint.h" when there is no such file, so that
45599         the resulting C code can be parsed by dodgy compilers.
45600         Problems reported by Bob Proulx.
45601
45602 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45603
45604         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
45605         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45606         macros into the GNU _D_EXACT_NAMLEN.
45607         * lib/savedir.c:  Likewise.
45608         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
45609
45610 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45611         and Paul Eggert  <eggert@cs.ucla.edu>
45612
45613         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
45614         * m4/savedir.m4:
45615         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45616         macros into the GNU _D_EXACT_NAMLEN.
45617
45618 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45619
45620         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
45621         around the absolute name, to work around a problem with the HP-UX
45622         11.23 native C compiler, reported by Bob Proulx.
45623
45624 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45625
45626         * doc/maintain.texi, make-stds.texi: Sync from
45627         <http://savannah.gnu.org/projects/gnustandards>.
45628
45629 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45630
45631         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
45632
45633 2006-07-09  Jim Meyering  <jim@meyering.net>
45634
45635         * m4/glob.m4: Remove a doubled word in a comment.
45636
45637 2006-07-09  Jim Meyering  <jim@meyering.net>
45638
45639         * lib/argp-pv.c: Remove a doubled word in a comment.
45640         * lib/check-version.c (check_version): Likewise.
45641         * lib/javacomp.c (compile_java_class): Likewise.
45642
45643 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
45644
45645         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
45646         for the benefit of people using Autoconf 2.60.  If you want to
45647         support older Autoconf versions you can copy m4/onceonly_2_57.m4
45648         (or m4/onceonly.m4, if pre-2.57) manually.
45649
45650 2006-07-08  Jim Meyering  <jim@meyering.net>
45651
45652         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
45653         comment.
45654         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
45655         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
45656         comment.
45657
45658 2006-07-08  Jim Meyering  <jim@meyering.net>
45659
45660         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
45661
45662 2006-07-07  Simon Josefsson  <jas@extundo.com>
45663
45664         * tests/test-crc.c: Change expected crc value, the test vector
45665         were probably computed using the old broken crc.c?
45666
45667 2006-07-06  Simon Josefsson  <jas@extundo.com>
45668
45669         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
45670         now the canonical place for the M4 file).
45671
45672         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
45673         from the sys_socket dependency now.
45674
45675         * modules/inet_pton (Files): Ditto.
45676
45677         * modules/inet_ntop (Files): Ditto.
45678
45679 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
45680
45681         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
45682         not gl_PREREQ_GETUSERSHELL.
45683
45684 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45685
45686         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
45687         with only one argument, for Autoconf 2.60.
45688         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
45689         expand to nothing, so add a shell command to avoid syntax error.
45690         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
45691
45692 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45693
45694         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
45695
45696 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45697
45698         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
45699         no longer needed.  Check for isblank decl.
45700         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
45701         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
45702         of existence.
45703
45704 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45705
45706         * lib/getloadavg.c: Use __VMS, not VMS.
45707         * lib/getopt.c: Likewise.
45708         * lib/getpagesize.h: Likewise.
45709         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
45710         and probably does not work.
45711
45712 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45713
45714         * lib/.cppi-disable: Add wcwidth.
45715         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
45716         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
45717         (ISGRAPH): Remove.  All uses changed to isgraph.
45718         (FOLD) [!defined _LIBC]: Remove special case.
45719         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
45720         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
45721         HAVE_ISBLANK.
45722         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
45723         case.
45724
45725 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
45726
45727         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
45728         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
45729         brackets.  Other minor changes to suppress some compiler
45730         warnings.
45731
45732 2006-07-06  Derek R. Price  <derek@ximbiot.com>
45733         and Paul Eggert  <eggert@cs.ucla.edu>
45734
45735         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
45736         of invoking obsolescent AC_HEADER_DIRENT macro.
45737         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
45738         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
45739         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
45740         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
45741         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
45742         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45743         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
45744         * m4/readdir.m4: Remove; no longer needed.
45745
45746 2006-07-06  Derek R. Price  <derek@ximbiot.com>
45747         and Paul Eggert  <eggert@cs.ucla.edu>
45748
45749         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
45750         Don't worry about this obsolete case any more.
45751         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
45752         directories.
45753         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
45754         worry about this obsolete case any more.
45755         * lib/fts.c: Likewise.
45756         * lib/getcwd.c: Likewise.
45757         * lib/glob.h: Likewise.
45758         * lib/savedir.c: Likewise.
45759
45760 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
45761
45762         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
45763         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
45764         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
45765         needed.
45766         All uses removed.
45767         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
45768         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
45769         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
45770         needed.
45771         * m4/getdate.m4 (gl_GETDATE): Likewise.
45772         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
45773         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
45774         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
45775         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
45776         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
45777         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
45778         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
45779         needed.
45780
45781 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
45782
45783         * lib/memcasecmp.c: Include <limits.h>.
45784         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
45785         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
45786         Don't assume isdigit succeeds only on '0' through '9'.
45787
45788 2006-07-05  Eric Blake  <ebb9@byu.net>
45789
45790         * modules/getaddrinfo (Depends-on): Add snprintf.
45791
45792 2006-07-05  Eric Blake  <ebb9@byu.net>
45793
45794         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
45795         to avoid 'header present but could not be compiled' on cygwin.
45796
45797 2006-07-05  Eric Blake  <ebb9@byu.net>
45798
45799         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
45800         missing from netdb.h.
45801         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
45802
45803 2006-07-05  Derek R. Price  <derek@ximbiot.com>
45804
45805         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
45806         no longer needed.
45807         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
45808         * m4/getdate.m4 (gl_GETDATE): Likewise.
45809         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
45810         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
45811         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
45812         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
45813         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
45814
45815 2006-07-05  Derek R. Price  <derek@ximbiot.com>
45816
45817         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
45818         All uses of is_space replaced by isspace.
45819         * lib/exit.h: Don't talk about STDC_HEADERS.
45820         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
45821         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
45822         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
45823         replaced by isprint etc.
45824         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
45825         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
45826         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
45827         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
45828         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
45829         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
45830
45831 2006-07-05  Bruno Haible  <bruno@clisp.org>
45832
45833         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
45834         the function exists, before testing against AIX.
45835         Reported by Martin Lambers <marlam@marlam.de>.
45836
45837 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
45838
45839         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
45840         From Mark D. Baushke.
45841
45842 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
45843
45844         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
45845         to the absolute name, not just one, to bypass Sun C 5.8's
45846         "warning: #include of /usr/include/... may be non-portable".
45847
45848 2006-07-04  Eric Blake  <ebb9@byu.net>
45849
45850         * modules/dirname-tests: New test module.
45851         * tests/test-dirname.c: New file, replacing dirname.c
45852         TEST_DIRNAME section that was recently deleted.
45853
45854 2006-07-04  Bruno Haible  <bruno@clisp.org>
45855
45856         Assume ANSI C header files and <ctype.h> functions.
45857         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
45858         (mbsnwidth): Use isprint, iscntrl instead.
45859
45860 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45861
45862         Merge from coreutils.
45863         * MODULES.html.sh: Add xstrtold.
45864         * modules/xstrtold: New file.
45865         * modules/cycle-check (Files): Add lib/same-inode.h.
45866         * modules/dirname (Files): Add m4/double-slash-root.m4.
45867         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
45868         * modules/mkdir-p (Files): Add lib/same-inode.h.
45869         * modules/same (Files): Add lib/same-inode.h.
45870
45871 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45872
45873         * m4/absolute-header.m4: Renamed from full-header-path.m4.
45874         This is to keep the terminology clean; POSIX talks about
45875         "absolute pathnames", not "full pathnames", but the GNU
45876         Coding Standards say to use "path" for something else;
45877         so use "absolute" to keep both sides happy.
45878         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
45879         Set gl_absolute_header, not gl_full_header_path.
45880         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
45881         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
45882         All uses changed.
45883
45884         Merge from coreutils.
45885
45886         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
45887
45888         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
45889         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
45890         want to require the building of c-strtod.o.
45891         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
45892         needs -lm directly.
45893         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
45894
45895         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
45896
45897         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
45898         --as-needed option if available.  Problem reported by Albert Chin in
45899         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
45900         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
45901         cc merely issues a bunch of annoying warnings for --as-needed
45902         (this problem was reported by Bob Proulx).  Also, try linking with
45903         -lm to detect a bug in binutils 2.16 (this problem was reported
45904         by Ralf Wildenhues).
45905
45906         2006-06-18  Jim Meyering  <jim@meyering.net>
45907
45908         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
45909         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
45910         macro.
45911         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
45912         also check for glibc-2.4's abort-inducing bug.
45913
45914         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
45915         Low-probability clean-up should be to use rmdir to get rid of
45916         the just-created directory, not unlink.
45917
45918         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
45919         configure fail, and request a bug report to inform us about it.
45920         Add a comment that, barring reports to the contrary, in 2007 we'll
45921         assume ftruncate is universally available.
45922
45923         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
45924
45925         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
45926
45927         2006-03-12  Jim Meyering  <jim@meyering.net>
45928
45929         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
45930         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
45931         * m4/same.m4 (gl_SAME): Likewise.
45932         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
45933
45934         2006-03-11  Eric Blake  <ebb9@byu.net>
45935
45936         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
45937         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
45938         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
45939         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
45940
45941 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45942
45943         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
45944         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
45945         reported by Mark D. Baushke, one in
45946         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
45947
45948         Merge from coreutils.
45949
45950         * lib/.cppi-disable: Add stdint_.h.
45951         * lib/.cvsignore: Add stdint.h.
45952
45953         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
45954
45955         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
45956         both double and long double versions.
45957         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
45958         * lib/xstrtold.c: New file.
45959         * lib/xstrtod.h (xstrtold): New decl.
45960
45961         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
45962
45963         * lib/filemode.c (setst): Remove.
45964         (strmode): Rewrite to avoid setst.  This makes the code shorter,
45965         (arguably) clearer, and the generated code is a bit smaller on my
45966         Debian GNU/Linux stable x86 host.
45967
45968         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
45969
45970         * lib/filemode.c: Include "filemode.h" first, to test the interface.
45971         Assume that filemode.h includes sys/types.h and sys/stat.h.
45972         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
45973         (ftypelet): Reorder to put common cases first, for efficiency.
45974         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
45975         to do 'M'.
45976         (strmode): Renamed from mode_string, and now stores 12 bytes instead
45977         of 10, for compatibility with FreeBSD.  All callers changed.
45978         (filemodestring): Now stores 12 bytes instead of 10, and sets file
45979         types that can't be deduced solely from st_mode.  First arg is now a
45980         const pointer.
45981         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
45982         (strmode): Renamed from mode_string.
45983         (filemodestring): New decl.
45984         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
45985         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
45986         needed.
45987         (S_ISPORT, S_ISWHT): New macros, if not already defined.
45988
45989         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
45990
45991         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
45992         fsusage.h now does that.  Include fsusage.h first, to test interface.
45993         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
45994         at most one method (the old code could have generated decls that
45995         didn't conform to C89, not that this was ever exercised).
45996         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
45997
45998         2006-03-19  Jim Meyering  <jim@meyering.net>
45999
46000         Work even in a chroot where d_ino values for entries in "/"
46001         don't match the stat.st_ino values for the same names.
46002         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
46003         number, iterate through all entries again, using lstat instead.
46004         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
46005         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
46006
46007         * lib/getcwd.c (__getcwd): Clarify a comment.
46008         Use memcpy in place of a call to strcpy.
46009
46010         2006-03-12  Jim Meyering  <jim@meyering.net>
46011
46012         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
46013         matches that of the current directory (which we're about to chdir ".."
46014         out of), then save the dev-ino of the parent, instead.
46015
46016         * lib/same-inode.h (SAME_INODE): New file/macro.
46017         * lib/chdir-safer.c (SAME_INODE): Remove definition.
46018         Include "same-inode.h", instead.
46019         * lib/same.c: Likewise.
46020         * lib/cycle-check.h: Include "same-inode.h".
46021         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
46022         * lib/cycle-check.c (SAME_INODE): Remove definition.
46023         * lib/root-dev-ino.h: Include "same-inode.h".
46024
46025         2006-03-11  Eric Blake  <ebb9@byu.net>
46026
46027         * lib/same.c (same_name): s/base_name/last_component/
46028         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
46029         * lib/filenamecat.c (file_name_concat): Likewise.
46030
46031         2006-03-11  Eric Blake  <ebb9@byu.net>,
46032                     Paul Eggert  <eggert@cs.ucla.edu>
46033
46034         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
46035         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
46036         drive prefix.
46037         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
46038         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
46039         (last_component): New method.
46040         * lib/dirname.c (dir_len): Determine when drive letters need a
46041         subsequent slash.  Preserve // when it is special.
46042         (dir_name): Don't append dot when drive letter is absolute.
46043         [TEST_DIRNAME]: Move into a full-blown gnulib test.
46044         * lib/basename.c (base_name): New semantics - malloc the result.
46045         Preserve // when it is special.  Preserve relative files that look
46046         like drive letters.
46047         (base_len): Preserve // when it is special.
46048         (last_component): New method, similar to old base_name semantics.
46049         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
46050         base_name.  Strip redundant slashes from ///.
46051
46052 2006-07-03  Jim Meyering  <jim@meyering.net>
46053
46054         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
46055         macro is used before the first cycle_check call.
46056
46057 2006-07-03  Eric Blake  <ebb9@byu.net>
46058
46059         * modules/dirname (Depends-on): Add xstrndup.
46060
46061 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46062
46063         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
46064         test cases, so that config.log is a bit easier to follow.
46065
46066 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46067
46068         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
46069         both are 64 bits, since this seems to be the tradition, and this
46070         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
46071         we ever run into a host that prefers long long to long in this
46072         case, we'll need another configure-time test.  Problem reported by
46073         Jim Meyering.
46074
46075 2006-07-02  Eric Blake  <ebb9@byu.net>
46076
46077         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
46078
46079 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46080
46081         * modules/inttypes (Depends-on): No longer depends on stdint.
46082         * modules/stdint (Description): Say more about assumptions.
46083         Say that the fast types might differ.  Say macros are used.
46084         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
46085         (Makefile.am): Revise list of substituted symbols to match
46086         new stdint.m4.
46087         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
46088         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
46089         * tests/test-stdint.c (verify_same_types)
46090         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
46091         the code conforms to C99/C89.
46092         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
46093         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
46094
46095 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46096
46097         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
46098         but fix a bug, by requiring at least 64 bits.
46099         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
46100         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
46101         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
46102         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46103
46104         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
46105         changes.  Make 2.59 a prerequisite.  Check and substitute for
46106         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
46107         inttypes.h.  Do not use special include files; just use the
46108         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
46109         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
46110         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
46111         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
46112         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
46113         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
46114         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
46115         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
46116         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
46117         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
46118         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
46119         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
46120         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
46121         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
46122         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
46123         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
46124         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
46125         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
46126         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
46127         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
46128         WINT_MAX.  Check for C99 conformance more strictly, by detecting
46129         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
46130         not check for things that C99 does not require, e.g., int8_t.  If
46131         a test isn't needed unless <stdint.h> isn't working, and is
46132         unlikely to be needed for any other reason, then don't do it
46133         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
46134         size_t, since we assume C89 freestanding at least.  Do not check
46135         for sig_atomic_t, wchar_t, or wint_t, since the code now does
46136         the right thing even if the types are not defined.  Instead use:
46137         (gl_STDINT_TYPE_PROPERTIES): New macro.
46138         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
46139         testing whether <sys/types.h> clashes, as Autoconf does this for
46140         us now.  All uses removed.
46141         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
46142         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
46143         (gl_CHECK_TYPE_SAME):
46144         Remove; no longer needed.
46145         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
46146         exists, since we'll return 0 anyway in that case.
46147         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
46148
46149 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46150
46151         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46152         possible collision with system files.
46153         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46154         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46155         WCHAR_MIN and WCHAR_MAX in this case.
46156         (<stddef.h>): Do not include; no longer needed.
46157         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46158         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46159         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46160         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46161         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46162         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
46163         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
46164         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
46165         !defined(__c99))]: Include in this case too, since it's harmless
46166         now.
46167         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
46168         dangerous to do so.
46169         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
46170         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
46171         (_STDINT_MIN, _STDINT_MAX): New macros.
46172         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
46173         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
46174         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
46175         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
46176         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
46177         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
46178         macros, not typedefs; this simplifies things quite a bit.
46179         Use long int for all types narrower than int64_t.
46180         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
46181         Define in terms of long long int or int64_t or long int,
46182         not int64_t or int32_t.  This saves some compile-time testing.
46183         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
46184         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
46185         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
46186         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
46187         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
46188         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
46189         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
46190         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
46191         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
46192         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
46193         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46194         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46195         undef any previous version and define our own version, for
46196         simplicity and consistency with the new macros for types.
46197         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46198         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46199         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
46200         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
46201         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
46202         @WINT_T_SUFFIX@ to keep things simple here.
46203         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
46204         Simplify by assuming typical 8/16/32/64 host, since we're
46205         already doing that elsewhere anyway.
46206         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
46207         and assume long long int is 64 bits if available.  This
46208         speeds up 'configure'.
46209
46210 2006-07-01  Eric Blake  <ebb9@byu.net>
46211
46212         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
46213         Reported by Andreas Buening.
46214
46215 2006-07-01  Eric Blake  <ebb9@byu.net>
46216
46217         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
46218
46219 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46220
46221         * lib/getaddrinfo.c: fixed typo
46222
46223 2006-06-29  Jim Meyering  <jim@meyering.net>
46224
46225         * modules/strftime (Maintainer): Add my name, since with the
46226         FPRINTFTIME changes strftime.c has forked from glibc.
46227
46228 2006-06-29  Eric Blake  <ebb9@byu.net>
46229
46230         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
46231
46232 2006-06-29  Eric Blake  <ebb9@byu.net>
46233
46234         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
46235
46236 2006-06-29  Eric Blake  <ebb9@byu.net>
46237
46238         * lib/stat_.h: New file.
46239
46240 2006-06-29  Eric Blake  <ebb9@byu.net>
46241
46242         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
46243         unused static function.
46244
46245 2006-06-29  Eric Blake  <ebb9@byu.net>
46246
46247         * doc/functions.texi (Function Portability): Document missing lstat
46248         on mingw.
46249
46250 2006-06-29  Eric Blake  <ebb9@byu.net>
46251
46252         * MODULES.html.sh: Add sys_stat.
46253         * modules/sys_stat: New module.
46254         * modules/mkstemp (Depends-on): Add sys_stat.
46255
46256 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46257
46258         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
46259
46260 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46261
46262         * m4/c-bs-a.m4: Removed.
46263
46264 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46265
46266         * lib/strftime.c: Assume strftime() exists.
46267
46268 2006-06-29  Derek Price  <derek@ximbiot.com>
46269
46270         * modules/c-bs-a: Removed - \a is C89.
46271         * MODULES.html.sh: Remove c-bs-a.
46272
46273 2006-06-29  Bruno Haible  <bruno@clisp.org>
46274
46275         * modules/wcwidth (License): Change to LGPL.
46276
46277 2006-06-28  Simon Josefsson  <jas@extundo.com>
46278
46279         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
46280         on _WIN32.
46281
46282         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
46283         getnameinfo.
46284
46285 2006-06-28  Simon Josefsson  <jas@extundo.com>
46286
46287         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
46288
46289 2006-06-28  Simon Josefsson  <jas@extundo.com>
46290
46291         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
46292         functions there.  It will succeed on Windows XP, but on Windows
46293         2000 and (presumably) earlier, it will fail, and use the internal
46294         re-implementation.
46295         (use_win32_p): New function.
46296         (getaddrinfo): Use strtoul on servname, to support numeric ports.
46297         Support AI_NUMERICSERV to disable getservbyname.
46298         (getnameinfo): New function, only supports
46299         NI_NUMERICHOST|NI_NUMERICSERV for now.
46300
46301         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
46302         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
46303         getnameinfo.
46304
46305 2006-06-28  Eric Blake  <ebb9@byu.net>
46306
46307         * modules/wcwidth: New file.
46308         * modules/mbchar (Depends-on): Add wcwidth.
46309         * modules/mbswidth (Depends-on): Add wcwidth.
46310         * MODULES.html.sh: Add wcwidth.
46311
46312 2006-06-28  Eric Blake  <ebb9@byu.net>
46313
46314         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
46315         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
46316
46317 2006-06-28  Eric Blake  <ebb9@byu.net>
46318
46319         * lib/xvasprintf.h: Fix comments.
46320
46321 2006-06-28  Eric Blake  <ebb9@byu.net>
46322
46323         * lib/mbchar.h (wcwidth): Include wcwidth.h.
46324         * lib/mbswidth.c (wcwidth): Move from here...
46325         * lib/wcwidth.h: ...to this new file.
46326
46327 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46328
46329         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
46330
46331         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
46332         it's obsolete.
46333         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
46334
46335 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46336
46337         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
46338         Autoconf 2.60 says this stuff was obsolete.
46339
46340 2006-06-28  Bruno Haible  <bruno@clisp.org>
46341
46342         * modules/wcwidth (Files): Add m4/wchar_t.m4.
46343
46344 2006-06-28  Bruno Haible  <bruno@clisp.org>
46345
46346         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
46347         gt_TYPE_WCHAR_T.
46348
46349 2006-06-28  Bruno Haible  <bruno@clisp.org>
46350
46351         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
46352         declaration for wcwidth.
46353         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
46354
46355 2006-06-28  Bruno Haible  <bruno@clisp.org>
46356
46357         * lib/mkdtemp.c [MINGW]: Include <io.h>.
46358         (mkdir): Define using _mkdir.
46359
46360 2006-06-28  Bruno Haible  <bruno@clisp.org>
46361
46362         * lib/getaddrinfo.h: Fix POSIX URL.
46363         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
46364         _WIN32.
46365         (use_win32_p): Make static.
46366         (getaddrinfo): Reject service name if it is empty or does not consist
46367         solely of decimal digits, or if its value is > 65535.
46368         (getnameinfo): Remove useless casts.
46369
46370 2006-06-27  Simon Josefsson  <jas@extundo.com>
46371
46372         * modules/sys_select: New file, suggested by Bruno Haible, Paul
46373         Eggert and Martin Lambers.
46374
46375 2006-06-27  Simon Josefsson  <jas@extundo.com>
46376
46377         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
46378         Eggert and Martin Lambers.
46379
46380 2006-06-27  Bruno Haible  <bruno@clisp.org>
46381
46382         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
46383         result to 0, not to empty.
46384         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
46385
46386 2006-06-27  Bruno Haible  <bruno@clisp.org>
46387
46388         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
46389
46390 2006-06-26  Simon Josefsson  <jas@extundo.com>
46391
46392         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
46393         present.
46394
46395 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
46396
46397         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
46398         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
46399         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
46400
46401 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
46402
46403         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
46404
46405 2006-06-26  Bruno Haible  <bruno@clisp.org>
46406
46407         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
46408
46409 2006-06-26  Bruno Haible  <bruno@clisp.org>
46410
46411         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
46412
46413 2006-06-26  Bruno Haible  <bruno@clisp.org>
46414
46415         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
46416         SGI C compiler in pre-C99 mode.
46417         Suggested by Mark D. Baushke and Larry Jones.
46418
46419 2006-06-26  Bruno Haible  <bruno@clisp.org>
46420
46421         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
46422         WCHAR_MAX.
46423         Reported by Mark D. Baushke and Larry Jones.
46424
46425 2006-06-26  Bruno Haible  <bruno@clisp.org>
46426
46427         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
46428         in pre-C99 mode.
46429         Suggested by Mark D. Baushke and Larry Jones.
46430
46431 2006-06-23  Simon Josefsson  <jas@extundo.com>
46432             Bruno Haible  <bruno@clisp.org>
46433
46434         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
46435         Emit mostlyclean-local rule.
46436         (func_emit_tests_Makefile_am): Likewise.
46437         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
46438
46439 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
46440
46441         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
46442
46443 2006-06-23  Bruno Haible  <bruno@clisp.org>
46444
46445         * tests/test-stdint.c: Update to match ISO C 99 Technical
46446         Corrigendum 1.
46447
46448 2006-06-23  Bruno Haible  <bruno@clisp.org>
46449
46450         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
46451
46452 2006-06-23  Bruno Haible  <bruno@clisp.org>
46453
46454         * lib/stdint_.h: Treat IRIX like OpenBSD.
46455
46456 2006-06-23  Bruno Haible  <bruno@clisp.org>
46457
46458         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
46459         ISO C 99 Technical Corrigendum 1.
46460
46461 2006-06-22  Simon Josefsson  <jas@extundo.com>
46462
46463         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
46464         MinGW.
46465
46466 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46467
46468         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
46469         needed.  Some compiler complained about some of them.  Problem reported
46470         by Larry Jones in
46471         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
46472
46473 2006-06-21  Simon Josefsson  <jas@extundo.com>
46474
46475         * tests/test-getaddrinfo.c: New file.
46476
46477         * modules/getaddrinfo-tests: New file.
46478
46479         * MODULES.html.sh: Add inet_pton.
46480
46481         * modules/inet_pton: New file.
46482
46483 2006-06-21  Simon Josefsson  <jas@extundo.com>
46484
46485         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
46486         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
46487         of using the (limited) gnulib implementation on Windows XP.
46488
46489         * m4/inet_pton.m4: New file.
46490
46491 2006-06-21  Simon Josefsson  <jas@extundo.com>
46492
46493         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
46494         variable.
46495
46496         * lib/socket_.h: Don't define WINVER.
46497
46498         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
46499         slightly modified to work in gnulib.
46500
46501 2006-06-21  Simon Josefsson  <jas@extundo.com>
46502
46503         * doc/gnulib.texi (Windows sockets): Add.
46504
46505 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
46506
46507         * lib/read-file.c (fread_file): Start with buffer allocation of
46508         0 bytes rather than 1 byte; this simplifies the code.
46509         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
46510         code to free buffer and save/restore errno.
46511         (internal_read_file): Remove unused local.
46512
46513 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
46514
46515         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
46516         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
46517         Problem reported by Denis Excoffier in
46518         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
46519
46520 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46521
46522         * modules/sys_socket, modules/socklen: Include sys/types since
46523         FreeBSD 4.x's sys/socket.h needs it.
46524
46525 2006-06-19  Simon Josefsson  <jas@extundo.com>
46526
46527         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
46528
46529 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46530
46531         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
46532
46533 2006-06-19  Bruno Haible  <bruno@clisp.org>
46534
46535         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
46536         and FULL_PATH_INTTYPES_H in angle brackets.
46537         Reported by Mark D. Baushke <mdb@gnu.org>.
46538
46539 2006-06-17  Eric Blake  <ebb9@byu.net>
46540
46541         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
46542         errno.
46543
46544 2006-06-17  Bruno Haible  <bruno@clisp.org>
46545
46546         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
46547         <sys/inttypes.h>.
46548
46549 2006-06-17  Bruno Haible  <bruno@clisp.org>
46550
46551         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
46552         whether errno is declared. Assume <errno.h> declares errno.
46553
46554 2006-06-17  Bruno Haible  <bruno@clisp.org>
46555
46556         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
46557
46558 2006-06-17  Bruno Haible  <bruno@clisp.org>
46559
46560         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
46561         problem on Solaris 2.5.1.
46562
46563 2006-06-16  Eric Blake  <ebb9@byu.net>
46564
46565         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
46566         * lib/unicodeio.c [!defined errno]: Likewise.
46567         * lib/strtol.c [!defined errno]: Likewise.
46568         * lib/strtod.c [!defined errno]: Likewise.
46569
46570 2006-06-15  Eric Blake  <ebb9@byu.net>
46571
46572         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
46573
46574 2006-06-15  Eric Blake  <ebb9@byu.net>
46575
46576         * config/srclist.txt (ssize_t.m4): Lose sync.
46577
46578 2006-06-15  Bruno Haible  <bruno@clisp.org>
46579
46580         * modules/stdint (Files): Include m4/full-header-path.m4,
46581         m4/size_max.m4, m4/wchar_t.m4.
46582         (Makefile.am): Many more substitutions.
46583         * modules/stdint-tests: New file.
46584         * tests/test-stdint.c: New file.
46585
46586 2006-06-15  Bruno Haible  <bruno@clisp.org>
46587
46588         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
46589         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
46590         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
46591         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
46592         gl_CHECK_TYPE_SAME): New macros.
46593
46594 2006-06-15  Bruno Haible  <bruno@clisp.org>
46595
46596         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
46597
46598 2006-06-15  Bruno Haible  <bruno@clisp.org>
46599
46600         * lib/stdint_.h: Rewritten to be fully auto-configured.
46601         Fixes bug on HP-UX/IA64.
46602
46603 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
46604
46605         * lib/getdate.y (__attribute__): Don't define if already defined.
46606         Problem reported by Larry Jones.
46607         * lib/utimens.c (__attribute__): Likewise.
46608
46609 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
46610
46611         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
46612         reported by Andreas Schwab.
46613
46614 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46615             Bruno Haible  <bruno@clisp.org>
46616
46617         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
46618         check for the declaration of strnlen and a run test that exposes the
46619         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
46620         rpl_strndup.
46621
46622 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46623             Bruno Haible  <bruno@clisp.org>
46624
46625         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
46626
46627 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46628
46629         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
46630         compile test, for Tru64 4.0D.
46631
46632 2006-05-28  Karl Berry  <karl@gnu.org>
46633
46634         * config/srclist.txt (printf-args.c): lose sync.
46635
46636 2006-05-26  Martin Lambers  <marlam@marlam.de>
46637
46638         * lib/getpass.c: Updates the test for the native W32 API, and adds
46639         missing includes, thus fixing compilation warnings.
46640
46641 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
46642
46643         * lib/exclude.c (exclude_fnmatch): New function.
46644         (excluded_file_name): Call exclude_fnmatch.
46645         * lib/exclude.h (excluded_file_name): New prototype
46646
46647 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
46648
46649         * lib/tempname.c (small_open, large_open): New macros.
46650         (__open, __open64) [!_LIBC]: Remove.
46651         (__gen_tempname): Use small_open and large_open instead of __open
46652         and __open64.  This fixes a portability bug on HP-UX 11.11i
46653         reported by Simon Wing-Tang in
46654         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
46655
46656 2006-05-24  Bruno Haible  <bruno@clisp.org>
46657
46658         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
46659         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
46660         Reported by Thorsten Maerz <torte@netztorte.de> via
46661         Aaron Stone <aaron@serendipity.cx>.
46662
46663 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46664
46665         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
46666         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
46667         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
46668         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
46669         not really conditional on the cache.
46670         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
46671
46672 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46673
46674         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
46675         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
46676         (my_usleep): Don't mishandle maximum value.
46677
46678 2006-05-19  Jim Meyering  <jim@meyering.net>
46679
46680         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
46681
46682 2006-05-17  Bruno Haible  <bruno@clisp.org>
46683
46684         Cygwin portability.
46685         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
46686
46687 2006-05-17  Bruno Haible  <bruno@clisp.org>
46688
46689         * lib/stdint_.h: Fix recognition of Cygwin.
46690
46691 2006-05-15  Bruno Haible  <bruno@clisp.org>
46692
46693         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
46694         on libtool patch by Ralf Wildenhues.
46695
46696 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
46697
46698         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
46699         test for C99 conformance; (bool) 0.5 is an integer constant
46700         expression, but (bool) -0.5 is not.  Problem reported by Fedor
46701         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
46702
46703 2006-05-11  Simon Josefsson  <jas@extundo.com>
46704
46705         * m4/xvasprintf.m4: Fix obvious typo.
46706
46707 2006-05-11  Jim Meyering  <jim@meyering.net>
46708
46709         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
46710         James Lemley.
46711
46712 2006-05-10  Simon Josefsson  <jas@extundo.com>
46713
46714         * lib/md4.c: Typo fix, update copyright years.
46715         (K1, K2): Don't use L because it turn computations into 64-bit on
46716         64-bit platforms.
46717
46718 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
46719
46720         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
46721         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
46722         unwanted sign propagation, e.g., on hosts with 64-bit int.
46723         There still are some problems with reeelly weird theoretical hosts
46724         (e.g., 33-bit int) but it's not worth worrying about now.
46725         * lib/sha1.c (rol): Likewise.
46726         (K1, K2, K3, K4): Remove unnecessary L suffix.
46727
46728 2006-05-10  Bruno Haible  <bruno@clisp.org>
46729
46730         * lib/des.c: Cast to avoid warnings.
46731
46732 2006-05-09  Bruno Haible  <bruno@clisp.org>
46733
46734         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
46735         (Depends-on): Depend also on xsize, stdarg.
46736         (configure.ac): Add gl_XVASPRINTF.
46737
46738 2006-05-09  Bruno Haible  <bruno@clisp.org>
46739
46740         * m4/xvasprintf.m4: New file.
46741
46742 2006-05-09  Bruno Haible  <bruno@clisp.org>
46743
46744         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
46745         (EOVERFLOW): Define fallback value.
46746         (xstrcat): New function.
46747         (xvasprintf): Recognize the special case of a string concatenation.
46748
46749 2006-05-08  Eric Blake  <ebb9@byu.net>
46750
46751         * gnulib-tool (func_version): Base copyright year on CVS date.
46752         (func_emit_copyright_notice): New function.
46753         (func_emit_lib_Makefile_am): Use it.
46754         (func_emit_tests_Makefile_am): Likewise.
46755         (func_import): Likewise.
46756
46757 2006-05-08  Bruno Haible  <bruno@clisp.org>
46758
46759         * modules/stdarg: New file.
46760         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
46761
46762 2006-05-08  Bruno Haible  <bruno@clisp.org>
46763
46764         * m4/stdarg.m4: New file, from GNU gettext.
46765
46766 2006-05-08  Bruno Haible  <bruno@clisp.org>
46767
46768         * config/srclist.txt (build-aux/config.rpath): different from latest
46769         release.
46770
46771 2006-05-08  Bruno Haible  <bruno@clisp.org>
46772
46773         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
46774
46775 2006-05-05  Jim Meyering  <jim@meyering.net>
46776
46777         * m4/warning.m4: New file, derived from bison's file by the same name.
46778
46779 2006-05-03  Bruno Haible  <bruno@clisp.org>
46780
46781         * lib/stdint_.h: Shorter URL.
46782         * lib/inttypes.h: Likewise.
46783
46784 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
46785
46786         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
46787
46788 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
46789
46790         * lib/verify.h: Document the internals better.  Most of this change
46791         was written by Bruno Haible.
46792
46793 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
46794
46795         * doc/verify.texi: New file, partly based on a proposal by
46796         Bruno Haible.
46797
46798 2006-05-02  Bruno Haible  <bruno@clisp.org>
46799
46800         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
46801         test from here...
46802         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
46803
46804 2006-04-29  Bruno Haible  <bruno@clisp.org>
46805
46806         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
46807         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
46808
46809 2006-04-29  Bruno Haible  <bruno@clisp.org>
46810
46811         * gnulib-tool: Make --update option actually work.
46812
46813 2006-04-29  Bruno Haible  <bruno@clisp.org>
46814
46815         * doc/gcd.texi: New file.
46816         * doc/gnulib.texi: Include it.
46817
46818 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
46819
46820         * lib/getdate.y (get_date): When adding relative date, start with the
46821         initial time, not with the result of the first mktime call.
46822
46823 2006-04-25  Bruno Haible  <bruno@clisp.org>
46824
46825         * gnulib-tool (func_import): Output the include directives in three
46826         blocks, sorted separately.
46827         Reported by Ben Pfaff <blp@cs.stanford.edu>.
46828
46829 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
46830
46831         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
46832         to define main with arguments, for C++.  Reported by Eric Blake.
46833         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
46834         Prefer 'int main ()' to 'int main (void)', for C++.
46835         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
46836         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
46837         for 'main', for C99 and C++.
46838
46839 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
46840
46841         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
46842         Don't assume that exit status -1 is valid.
46843         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
46844         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
46845         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
46846         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
46847         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
46848         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
46849         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
46850         functions can be used without declaring them, or that you can
46851         exit with status -1.
46852         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
46853
46854 2006-04-24  Karl Berry  <karl@gnu.org>
46855
46856         * config/srclist.txt (longdouble.m4): sync lost.
46857
46858 2006-04-24  Eric Blake  <ebb9@byu.net>
46859
46860         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
46861
46862 2006-04-24  Bruno Haible  <bruno@clisp.org>
46863
46864         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
46865         poll() implementation in AIX.
46866         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46867
46868 2006-04-24  Bruno Haible  <bruno@clisp.org>
46869
46870         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
46871         assigned exactly once.
46872
46873 2006-04-23  Claudio Fontana  <claudio@gnu.org>
46874             Bruno Haible  <bruno@clisp.org>
46875
46876         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
46877         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
46878         for AM_CPPFLAGS.
46879
46880 2006-04-23  Bruno Haible  <bruno@clisp.org>
46881
46882         * modules/copy-file: Depend on unistd.
46883         * modules/execute: Likewise.
46884         * modules/fatal-signal: Likewise.
46885         * modules/findprog: Likewise.
46886         * modules/mkdtemp : Likewise.
46887         * modules/pipe: Likewise.
46888         * modules/wait-process: Likewise.
46889
46890 2006-04-23  Bruno Haible  <bruno@clisp.org>
46891
46892         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
46893         condition was already detected.
46894         Reported by Ben Pfaff <blp@cs.stanford.edu>.
46895
46896 2006-04-23  Bruno Haible  <bruno@clisp.org>
46897
46898         * lib/copy-file.c: Include <unistd.h> unconditionally.
46899         * lib/execute.c: Likewise.
46900         * lib/fatal-signal.c: Likewise.
46901         * lib/findprog.c: Likewise.
46902         * lib/mkdtemp.c: Likewise.
46903         * lib/pipe.h: Likewise.
46904         * lib/pipe.c: Likewise.
46905         * lib/wait-process.h: Likewise.
46906
46907 2006-04-23  Bruno Haible  <bruno@clisp.org>
46908
46909         * gnulib-tool (func_usage): Fix --import description. Document
46910         --update.
46911         (func_import): Create temporary file in a temporary directory, if
46912         --dry-run is specified. Silence errors from 'grep' when there are no
46913         m4 files in $m4dir.
46914         (func_create_testdir): Silence errors from 'grep' when there are no
46915         m4 files in $m4dir.
46916         Reported by Karl Berry <karl@freefriends.org>.
46917
46918 2006-04-20  Bruno Haible  <bruno@clisp.org>
46919
46920         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
46921         one argument, so that the code will be portable to Autoconf 2.60.
46922         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
46923         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46924         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
46925
46926 2006-04-19  Derek Price  <derek@ximbiot.com>
46927             Eric Blake  <ebb9@byu.net>
46928
46929         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
46930         rather than "/full/path.h".  Update comment to match.  Shorten &
46931         generalize m4_translit call via AS_TR_CPP.
46932
46933 2006-04-19  Derek Price  <derek@ximbiot.com>
46934             Eric Blake  <ebb9@byu.net>
46935
46936         * lib/inttypes.h: Correct grammar in comment.
46937
46938 2006-04-18  Derek Price  <derek@ximbiot.com>
46939             Paul Eggert  <eggert@cs.ucla.edu>
46940
46941         * modules/inttypes: New file.
46942         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
46943
46944 2006-04-18  Derek Price  <derek@ximbiot.com>
46945             Paul Eggert  <eggert@cs.ucla.edu>
46946
46947         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
46948         New files.
46949
46950 2006-04-18  Derek Price  <derek@ximbiot.com>
46951             Paul Eggert  <eggert@cs.ucla.edu>
46952
46953         * lib/inttypes.h: New file.
46954         * lib/strtoimax.c: Assume <inttypes.h>.
46955
46956 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
46957
46958         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
46959         isn't mounted.  Problem reported by Kir Kolyshkin.
46960
46961 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
46962
46963         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
46964         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
46965         Derek R. Price.
46966         * lib/regex.h (RE_DUP_MAX): Update comment to match current
46967         implementation.
46968
46969 2006-04-12  Eric Blake  <ebb9@byu.net>
46970
46971         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
46972         is now done automatically by the corresponding Autoconf macro.
46973
46974 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
46975
46976         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
46977         time_r.h.
46978
46979 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
46980
46981         Merge regex changes from libc, removing some of our
46982         POSIX-conformance changes that were rejected and redoing them in a
46983         less-intrusive way.
46984
46985         * lib/regcomp.c (re_compile_internal, init_dfa):
46986         Length arg is now size_t, not Idx.  All uses changed.
46987         (peek_token): Forward decl now says internal_function.
46988         (__re_error_msgid, __re_error_msgid_idx):
46989         Now static rather than extern with attribute_hidden.
46990         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
46991         For some reason libc prefers K&R style defns for external functions.
46992         (regerror) [!defined _LIBC]: Likewise.
46993         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
46994         (seek_collating_symbol_entry, lookup_collation_sequence_value):
46995         (build_range_exp, build_collating_symbol):
46996         Use K&R-style defn.
46997         (re_compile_fastmap): Use '\0' to memset, not 0.
46998         (utf8_sb_map): Make the calculations more obvious.
46999         (init_dfa, parse_bracket_exp, build_charclass_op):
47000         Call calloc and cast result, as glibc does.
47001         (init_word_char, fetch_token, peek_token, peek_token_bracket):
47002         (build_range_exp, build_collating_symbol):
47003         Now internal functions.
47004
47005         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
47006
47007         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
47008         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
47009         Don't depend on VMS; depend on __VMS instead, for POSIX
47010         namespace cleanness.
47011         (regoff_t): Define to ssize_t, not long int.
47012
47013         Remove the REG_ macros named below.  Instead, make the old names
47014         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
47015         __USE_GNU_REGEX.
47016         (REG_BACKSLASH_ESCAPE_IN_LISTS):
47017         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
47018         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
47019         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
47020         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
47021         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
47022         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
47023         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
47024         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
47025         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
47026         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
47027         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
47028         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
47029         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
47030         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
47031         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
47032         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
47033         (REG_NREGS):
47034         Remove.  All uses replaced by the old RE_* names.
47035         (RE_BACKSLASH_ESCAPE_IN_LISTS):
47036         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
47037         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
47038         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
47039         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
47040         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
47041         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
47042         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
47043         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
47044         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
47045         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
47046         Don't bother having these macros be independent of each others'
47047         values, since they no longer exist in the POSIX name space.
47048
47049         Rename the following member names back to their old names,
47050         unless !__USE_GNU_REGEX.  All uses changed back.
47051         (buffer): Renamed from re_buffer.
47052         (allocated): Renamed from re_allocated.
47053         (used): Renamed from re_used.
47054         (syntax): Renamed from re_syntax.
47055         (fastmap): Renamed from re_fastmap.
47056         (translate): Renamed from re_translate.
47057         (can_be_null): Renamed from re_can_be_null.
47058         (regs_allocated): Renamed from re_regs_allocated.
47059         (fastmap_accurate): Renamed from re_fastmap_accurate.
47060         (no_sub): Renamed from re_no_sub.
47061         (not_bol): Renamed from re_not_bol.
47062         (not_eol): Renamed from re_not_eol.
47063         (newline_anchor): Renamed from re_newline_anchor.
47064         (num_regs): Renamed from rm_num_regs.
47065         (start): Renamed from rm_start.
47066         (end): Renamed from rm_end.
47067
47068         (free_state): Move up a bit.
47069
47070         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
47071         #define to be empty.
47072         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
47073         when that is what is intended.
47074         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
47075         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
47076         (MAX): New macro.
47077         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
47078         All uses changed back to re_malloc, etc.  It's now the caller's
47079         responsibility to check for overflow; all callers changed.
47080         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
47081         (re_x2nrealloc): Remove.
47082         (free_state): Remove decl.
47083
47084         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
47085         (re_set_registers, re_exec):
47086         Use K&R-style defn.
47087
47088         2006-01-31  Roland McGrath  <roland@redhat.com>
47089
47090         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
47091         Reported by Mike Frysinger <vapier@gentoo.org>.
47092
47093         2006-01-15  Andreas Jaeger  <aj@suse.de>
47094
47095         [BZ #1950]
47096         * lib/regex_internal.c (re_string_reconstruct): Adjust for
47097         build_wcs_upper_buffer change.
47098         (build_wcs_upper_buffer): Change return type.
47099
47100         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
47101
47102         * lib/regex_internal.h: Include <stdint.h> if available.
47103
47104         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
47105
47106         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
47107
47108         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
47109
47110         * lib/regcomp.c: Adjust for changed secondary hash function.
47111
47112         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
47113
47114         * lib/regex.h: Pretty printing.
47115         Clean up namespace a bit.
47116
47117         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
47118
47119         * lib/regexec.c (update_cur_sifted_state, check_arrival,
47120         check_arrival_add_next_nodes): Avoid using uninitialized variable.
47121
47122         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47123                     Ulrich Drepper  <drepper@redhat.com>
47124
47125         [BZ #1302]
47126         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
47127         changed.
47128         (bitset_word_t): Renamed from bitset_word.  All uses changed.
47129
47130         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
47131
47132         [BZ #281]
47133         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
47134         * lib/regcomp.c: Remove unnecessary uses of
47135         unsigned RE_TRANSLATE_TYPE.
47136         * lib/regex_internal.h: Likewise.
47137         * lib/regex_internal.c: Likewise.
47138         * lib/regexec.c: Likewise.
47139         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
47140
47141         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
47142
47143         * lib/regexec.c (find_recover_state): Remove unnecessary
47144         initialization.
47145         (transit_state_bkref): Make DFA a const pointer.
47146         (get_subexp): Likewise.
47147         (check_arrival): Likewise.
47148         (update_cur_sifted_state): Likewise.
47149         (re_search_internal): Likewise.
47150         (prune_impossible_nodes): Likewise.
47151         (acquire_init_state_context): Likewise.
47152         (proceed_next_node): Likewise.
47153         (set_regs): Likewise.
47154         (free_fail_stack_return): Likewise.
47155         (check_arrival_expand_ecl): Mark DFA parameter as const.
47156         (check_arrival_expand_ecl_sub): Likewise.
47157         (check_subexp_limits): Likewise.
47158         (sub_epsilon_src_nodes):  Likewise.
47159         (add_epsilon_src_nodes):  Likewise.
47160         (merge_state_array): Likewise.
47161         (update_regs): Likewise.
47162         (build_trtable): Likewise.
47163         (sift_states_backward): Mark MCTX parameter as const.
47164         (build_sifted_states): Likewise.
47165         (update_cur_sifted_state): Likewise.
47166         (sift_states_mkref): Likewise.
47167         (check_arrival_expand_ecl): Mark eclosure as const.
47168         (check_dst_limits_calc_pos_1): Likewise.
47169         * lib/regex_internal.h (re_match_context_t): Make dfa a const
47170         pointer.
47171
47172         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
47173
47174         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
47175         (transit_state_sb): Likewise.
47176         (transit_state_mb): Likewise.
47177         (sift_states_iter_mb): Likewise.
47178         (check_arrival_add_next_nodes): Likewise.
47179         (check_node_accept_bytes): Change first parameter to pointer-to-const.
47180         [_LIBC] (re_search_2_stub): Use mempcpy.
47181
47182         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
47183         mbrtowc for very simple UTF-8 case.
47184
47185         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
47186         a pointer-to-const.
47187         (re_acquire_state_context): Likewise.
47188         * lib/regex_internal.h: Adjust prototypes.
47189
47190         * lib/regex.c: Prevent using C++ compilers.
47191
47192         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
47193         (re_acquire_state_context): Likewise.
47194
47195 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47196
47197         * modules/regex (Depends-on): Add ssize_t.
47198
47199 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47200
47201         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
47202         translation table.
47203
47204 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47205
47206         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
47207
47208 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
47209             Bruno Haible  <bruno@clisp.org>
47210
47211         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
47212         <sys/types.h> and <inttypes.h>.
47213
47214 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47215
47216         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
47217         `__error_t_defined', so argp.h will not typedef the former.
47218
47219 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
47220
47221         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
47222         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
47223         glibc names.  Even if glibc is changed to conform to POSIX, the
47224         traditional names will be available anyway, since regex depends on
47225         the extensions module.  Also, fix a longstanding typo in the
47226         implementation of Spencer ERE test #75 from grep 2.3.  Problems
47227         reported by Emanuele Giaquinta.  Also, change sense of cached
47228         variable, so that the message makes sense.
47229
47230 2006-03-24  Simon Josefsson  <jas@extundo.com>
47231
47232         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
47233         including some doc fixes.
47234         (base64_encode_alloc): Fix +1 bug on allocation failures.
47235
47236 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47237
47238         * lib/base64.c (base64_encode): Do not read past end of array with
47239         unsanitized input on systems with CHAR_BIT > 8.
47240
47241 2006-03-24  Eric Blake  <ebb9@byu.net>
47242
47243         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
47244
47245 2006-03-22  Karl Berry  <karl@gnu.org>
47246
47247         * config/srclist.txt (*setenv.[ch]): get from coreutils.
47248         * config/srclistvars.sh (COREUTILS): new var.
47249
47250 2006-03-17  Jim Meyering  <jim@meyering.net>
47251
47252         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
47253         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
47254
47255 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47256
47257         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
47258         no longer needs it.  Instead, check that regoff_t is as least
47259         as wide as ptrdiff_t.
47260
47261         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
47262         so that our regex.h stays compatible with the installed regex.
47263         This is helpful for installers who configure --without-included-regex.
47264         Problem reported by Emanuele Giaquinta.
47265
47266 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47267
47268         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
47269         Typedef to long int, not to off_, as POSIX will likely change
47270         in that direction.
47271
47272 2006-03-15  Eric Blake  <ebb9@byu.net>
47273
47274         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
47275
47276 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47277
47278         * lib/argp-help.c (validate_uparams): Fix typo
47279         * lib/argp-parse.c (argp_default_options): Consistently begin help
47280         messages with a lowercase letter.
47281
47282 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
47283
47284         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
47285         overrun buffers and shouldn't be used (much as gets shouldn't be
47286         used).
47287         * lib/time_r.c (asctime_r, ctime_r): Likewise.
47288
47289 2006-03-08  Simon Josefsson  <jas@extundo.com>
47290
47291         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
47292         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47293
47294 2006-03-08  Simon Josefsson  <jas@extundo.com>
47295
47296         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
47297         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47298
47299 2006-03-08  Simon Josefsson  <jas@extundo.com>
47300
47301         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
47302         signal that configure disabled the device.
47303
47304 2006-03-08  Simon Josefsson  <jas@extundo.com>
47305
47306         * build-aux/maint.mk: Fix refresh-po, to handle no translated
47307         languages.
47308
47309 2006-03-07  Simon Josefsson  <jas@extundo.com>
47310
47311         * modules/getopt (Depends-on): Add unistd.
47312
47313         * modules/unistd: New file.
47314
47315 2006-03-07  Simon Josefsson  <jas@extundo.com>
47316
47317         * modules/gc-random: New file.
47318
47319 2006-03-07  Simon Josefsson  <jas@extundo.com>
47320
47321         * m4/unistd_h.m4: New file.
47322
47323 2006-03-07  Simon Josefsson  <jas@extundo.com>
47324
47325         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
47326         test to be side-effect free by storing the result in the cache
47327         variable gl_cv_lib_readline, and moving the assignment of
47328         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
47329         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47330
47331 2006-03-07  Simon Josefsson  <jas@extundo.com>
47332
47333         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
47334         error on missing devices (the functions will return an error).
47335
47336         * m4/gc.m4: Move random stuff to gc-random.m4
47337
47338 2006-03-07  Simon Josefsson  <jas@extundo.com>
47339
47340         * lib/unistd_.h: New file.
47341
47342 2006-03-07  Simon Josefsson  <jas@extundo.com>
47343
47344         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
47345
47346 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47347
47348         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
47349         Problem reported by Juan Manuel Guerrero.
47350
47351 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47352
47353         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
47354         the unistd module.
47355         * lib/getlogin_r.c: Likewise.
47356         * lib/getlogin_r.h: Likewise.
47357         * lib/glob.c: Likewise.
47358         * lib/pagealign_alloc.c: Likewise.
47359         * lib/unistd_.h: Remove; no longer needed.
47360
47361 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47362
47363         * MODULES.html.sh (Support for systems lacking POSIX:2001):
47364         Add unistd.
47365         * modules/c-stack (Depends-on): Add unistd.
47366         * modules/getlogin_r: Likewise.
47367         * modules/glob: Likewise.
47368         * modules/pagealign_alloc: Likewise.
47369         * modules/unistd (Files): Remove lib/unistd_.h.
47370         (EXTRA_DIST): Remove.
47371         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
47372         need unistd_.h.
47373         (MOSTLYCLEANFILES): Remove unistd.h-t.
47374
47375 2006-03-03  Simon Josefsson  <jas@extundo.com>
47376
47377         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
47378
47379 2006-03-03  Simon Josefsson  <jas@extundo.com>
47380
47381         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
47382         libidn and bison.
47383
47384 2006-03-03  Simon Josefsson  <jas@extundo.com>
47385
47386         * build-aux/maint.mk: Add indent target.
47387
47388 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
47389
47390         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
47391         our replacement poll.h in any case, to avoid a differing
47392         declaration from a system header.  Seen on AIX.
47393
47394 2006-03-01  Simon Josefsson  <jas@extundo.com>
47395
47396         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
47397         <kasal@ucw.cz>.
47398
47399 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47400
47401         * modules/gettime (Depends-on): Add extensions module.
47402         * modules/nanosleep (Depends-on): Likewise.
47403         * modules/settime (Depends-on): Likewise.
47404
47405 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47406
47407         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
47408         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
47409         pedantically.
47410         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47411         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
47412
47413         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
47414         not "==".  Reported by Ralf Wildenhues.
47415
47416 2006-03-01  Karl Berry  <karl@gnu.org>
47417
47418         * doc/Copyright/request-*: new files, synced from gnuorg.
47419
47420 2006-03-01  Karl Berry  <karl@gnu.org>
47421
47422         * config/srclist.txt (Copyright/*): new entries.
47423
47424 2006-02-28  Simon Josefsson  <jas@extundo.com>
47425
47426         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
47427
47428 2006-02-27  Simon Josefsson  <jas@extundo.com>
47429
47430         * lib/base64.h: Indent #define's.  From Jim Meyering
47431         <jim@meyering.net>.
47432
47433 2006-02-27  Jim Meyering  <jim@meyering.net>
47434
47435         Revert the change of 2006-02-24, so these files can continue
47436         to be sync'd from gettext.
47437         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
47438         of `config.h'.
47439
47440 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
47441
47442         * modules/intprops: New file.
47443         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
47444         Add intprops.
47445         * modules/getloadavg (Files): Remove lib/intprops.h.
47446         (Depends-on): Add intprops.
47447         * modules/human: Likewise.
47448         * modules/inttostr: Likewise.
47449         * modules/openat: Likewise.
47450         * modules/sig2str: Likewise.
47451         * modules/userspec: Likewise.
47452         * modules/utimecmp: Likewise.
47453         * modules/xnanosleep: Likewise.
47454         * modules/xstrtol: Likewise.
47455
47456 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
47457
47458         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
47459         * modules/lock-tests (TESTS): Use $(EXEEXT).
47460         * modules/tls-tests: Likewise.
47461         * modules/argp-tests: Likewise.
47462         (check_PROGRAMS): New var, replacing...
47463         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
47464
47465 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47466
47467         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
47468         `config.h'.
47469
47470 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
47471
47472         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
47473
47474 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47475
47476         Sync from coreutils.
47477         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
47478         gl_CHDIR_SAFER.
47479
47480 2006-02-22  Jim Meyering  <jim@meyering.net>
47481
47482         Sync from coreutils.
47483         * m4/chdir-safer.m4: New file.
47484
47485 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
47486
47487         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
47488         AT_FDCWD exceeds INT_MAX.
47489         * lib/openat.h (AT_FDCWD): Likewise.
47490
47491 2006-02-17  Eric Blake  <address@hidden>
47492
47493         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
47494
47495 2006-02-16  Simon Josefsson  <jas@extundo.com>
47496
47497         * modules/getaddrinfo (Depends-on): Add sys_socket.
47498
47499 2006-02-15  Simon Josefsson  <jas@extundo.com>
47500
47501         * build-aux/maint.mk: Add dsyntax-check rule.
47502
47503 2006-02-15  Eric Blake  <ebb9@byu.net>
47504
47505         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
47506         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
47507         'present but cannot compile' warnings on cygwin.
47508         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
47509         use ws2tcpip.h if sys/socket.h works.
47510         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
47511         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
47512
47513 2006-02-14  Simon Josefsson  <jas@extundo.com>
47514
47515         * modules/maintainer-makefile (Files): Rename.
47516
47517         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
47518         and (the local) Makefile.cfg to maint-cfg.mk.
47519
47520         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
47521         to the latter.
47522
47523         * modules/maintainer-makefile: New module.
47524
47525         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
47526         severaly stripped to make it possible to build it up from scratch
47527         with reliable tests.
47528
47529         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
47530         fixes to permit overriding the default actions when configure and
47531         makefile are not available.
47532
47533 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
47534
47535         Sync from coreutils.
47536         * modules/lstat (Depends-on): Don't depend on xalloc.
47537         (License): Change from GPL to LGPL, since this is now simply a
47538         replacement for a libc function.
47539
47540 2006-02-14  Jim Meyering  <jim@meyering.net>
47541
47542         Sync from coreutils.
47543
47544         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
47545         failure on deficient systems, and simplify gnulib lgpl dependencies.
47546         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
47547         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
47548
47549         * lib/xalloc-die.c: Remove unused definition of N_.
47550
47551 2006-02-14  Jim Meyering  <jim@meyering.net>
47552
47553         Sync from coreutils.
47554         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
47555         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
47556         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
47557         double-quote uses of that variable, to accommodate the rare case in
47558         which getmntent is available in none of the libraries checked.  This
47559         happens at least on FreeBSD 5.0.
47560
47561 2006-02-13  Simon Josefsson  <jas@extundo.com>
47562
47563         * gnulib-tool (Usage): Fix --import, from
47564         karl@freefriends.org (Karl Berry).
47565
47566 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47567
47568         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
47569
47570 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
47571
47572         * lib/argp-namefrob.h: Restore changes accidentally lost during the
47573         "autoupdate" on 2005-12-12.
47574
47575 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47576
47577         * modules/closeout (Depends-on): Remove atexit.
47578
47579 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47580
47581         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
47582         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
47583
47584 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
47585
47586         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
47587         __EXTENSIONS__ if this causes compilation to fail.  Problem
47588         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
47589         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
47590
47591 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
47592
47593         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
47594         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
47595         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
47596         All uses changed.
47597
47598 2006-01-26  Simon Josefsson  <jas@extundo.com>
47599
47600         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
47601         prototype is visible on mingw32.
47602
47603         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
47604         for mingw32.
47605
47606         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
47607         mingw32).
47608
47609 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
47610
47611         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
47612         attempt to open for write; this always fails, at least on POSIX
47613         hosts.  This reinstates the 2006-01-09 change, which was
47614         inadvertently removed.
47615
47616 2006-01-26  Bruno Haible  <bruno@clisp.org>
47617
47618         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
47619         Reported by Paul Eggert.
47620
47621 2006-01-26  Bruno Haible  <bruno@clisp.org>
47622             Paul Eggert  <eggert@cs.ucla.edu>
47623
47624         * lib/stdbool_.h (_Bool)
47625         [(! (defined __cplusplus || defined __BEOS__)
47626           && !defined __GNUC__
47627           && !(defined __HP_cc || defined __xlc__
47628                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
47629                || defined __sgi))]:
47630         #define to signed char in these cases too; this simplifies
47631         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
47632         etc., separately) and makes it more conservative.
47633
47634 2006-01-25  Simon Josefsson  <jas@extundo.com>
47635
47636         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
47637         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
47638         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
47639
47640 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47641
47642         * lib/argp-namefrob.h: Bugfix. Remove stray #
47643
47644 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
47645
47646         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
47647         so that we test the test.
47648         Check for yet another HP-UX cc bug involving *bool |= bool.
47649
47650 2006-01-25  Karl Berry  <karl@gnu.org>
47651
47652         * config/srclist.txt (vasnprintf.c): sync lost.
47653
47654 2006-01-25  Jim Meyering  <jim@meyering.net>
47655
47656         Sync from the stable (b5) branch of coreutils:
47657
47658         * lib/fts.c (fts_children): Don't let close() clobber errno from
47659         failed fchdir().
47660
47661         * lib/fts.c (fts_stat): When following a symlink-to-directory,
47662         don't necessarily interpret stat-fails+lstat-succeeds as indicating
47663         a dangling symlink.  That can also happen at least for ELOOP.
47664         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
47665         FYI, this bug predates the inclusion of fts.c in coreutils.
47666
47667         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
47668         in their own block, so pre-c99 compilers don't object.
47669
47670         Avoid the double-free (first in fts_read, second in fts_close) that
47671         would occur when an `active' directory is made inaccessible (e.g.,
47672         via chmod a-x) during a traversal.
47673         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
47674         before returning.  Reproduce this failure by
47675         mkdir -p a/b; cd a; chmod a-x . b
47676         Reported by Stavros Passas.
47677
47678 2006-01-25  Jim Meyering  <jim@meyering.net>
47679
47680         * lib/fileblocks.c: Remove more useless parentheses.
47681         * lib/readutmp.h: Likewise.
47682
47683 2006-01-25  Bruno Haible  <bruno@clisp.org>
47684
47685         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
47686         warnings.
47687         Reported by Paul Eggert.
47688
47689 2006-01-25  Bruno Haible  <bruno@clisp.org>
47690
47691         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
47692         rid of a trap command. For Solaris sh.
47693         Reported by Mark D. Baushke <mdb@gnu.org>.
47694
47695 2006-01-24  Simon Josefsson  <jas@extundo.com>
47696
47697         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
47698         Bruno.
47699
47700 2006-01-24  Karl Berry  <karl@gnu.org>
47701
47702         * config/srclist.txt (argp-namefrob.h): sync lost.
47703
47704 2006-01-24  Jim Meyering  <jim@meyering.net>
47705
47706         * modules/openat (Files): Add lib/intprops.h.
47707         From Mark D. Baushke.
47708
47709 2006-01-24  Jim Meyering  <jim@meyering.net>
47710
47711         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
47712         Reported by Mark D. Baushke.
47713
47714 2006-01-24  Jim Meyering  <jim@meyering.net>
47715
47716         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
47717
47718 2006-01-24  Bruno Haible  <bruno@clisp.org>
47719
47720         * modules/strnlen (Maintainer): Change from glibc to all.
47721
47722 2006-01-24  Bruno Haible  <bruno@clisp.org>
47723
47724         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
47725         Patch by Paul Eggert.
47726
47727 2006-01-24  Bruno Haible  <bruno@clisp.org>
47728
47729         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
47730         already has it.
47731         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
47732         2005-11-26.
47733
47734         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
47735         'signed char' to avoid problems with the built-in _Bool type.
47736         Reported by Paul Eggert on 2005-11-26.
47737
47738 2006-01-24  Bruno Haible  <bruno@clisp.org>
47739
47740         * gnulib-tool (func_import): Avoid constructing complicated sed
47741         expressions inside backquote.
47742         Report and solution by Mark D. Baushke <mdb@gnu.org>.
47743
47744 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
47745
47746         These changes imported from libc.
47747         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
47748         test and two separate function calls.
47749         * lib/strndup.c (__strndup): Add libc_hidden_def.
47750
47751 2006-01-23  Simon Josefsson  <jas@extundo.com>
47752
47753         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
47754         Remove the test_*_SOURCES variable: automake infers it by default.
47755         * modules/tls-tests: Likewise.
47756
47757 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47758
47759         Work around porting bugs reported by Dieter in
47760         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
47761         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
47762         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
47763         Include "getopt.h" first, to check interface.
47764         (getenv): Declare only if defined HAVE_DECL_GETENV &&
47765         !HAVE_DECL_GETENV.
47766         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
47767         (__strndup): Revert to K&R-style function dfns, the glibc style.
47768         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
47769         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
47770         Include strnlen.h first, to get prototype properly.
47771         (strnlen): Renamed from __strnlen.
47772         Remove weak alias.
47773
47774 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47775
47776         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
47777
47778 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47779
47780         * config/srclist.txt: Adjust to reflect glibc reorganization.
47781         This affects only comments.
47782
47783 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
47784
47785          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
47786          Reported by Bruce Korb <bkorb@gnu.org>.
47787
47788 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
47789
47790         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
47791         to pacify gcc -Wswitch-default.
47792
47793 2006-01-22  Bruno Haible  <bruno@clisp.org>
47794
47795         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
47796         temporary buffer for sprintf, take into account the precision also
47797         for 'd', 'i', 'u', 'o', 'x', 'X'.
47798
47799 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
47800
47801         * modules/argp-tests: New module
47802         * tests/test-argp.c: New file
47803         * tests/test-argp-2.sh: New file
47804
47805 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
47806
47807         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
47808         (__argp_base_name): Removed
47809         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
47810         typo.
47811         (__argp_base_name): Provide macro definition or extern declaration
47812         depending on the configuration
47813
47814 2006-01-20  Simon Josefsson  <jas@extundo.com>
47815
47816         * modules/inet_ntop (Depends-on): Depend on sys_socket.
47817
47818 2006-01-20  Simon Josefsson  <jas@extundo.com>
47819
47820         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
47821
47822 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
47823
47824         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
47825         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
47826         Suggested by Bruno Haible.
47827
47828 2006-01-20  Karl Berry  <karl@gnu.org>
47829
47830         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
47831         until changes propagate, I guess.
47832
47833 2006-01-19  Simon Josefsson  <jas@extundo.com>
47834
47835         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
47836
47837 2006-01-19  Simon Josefsson  <jas@extundo.com>
47838
47839         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
47840
47841 2006-01-19  Simon Josefsson  <jas@extundo.com>
47842
47843         * gnulib-tool: Set check_PROGRAMS.
47844
47845         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
47846         modules/des-tests, modules/gc-arcfour-tests,
47847         modules/gc-arctwo-tests, modules/gc-des-tests,
47848         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
47849         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
47850         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
47851         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
47852         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
47853         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
47854         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
47855         test_*_SOURCES.
47856
47857 2006-01-18  Simon Josefsson  <jas@extundo.com>
47858
47859         * modules/socklen (Depends-on): Depend on sys_socket.
47860
47861 2006-01-18  Simon Josefsson  <jas@extundo.com>
47862
47863         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
47864         modules/des-tests, modules/gc-arcfour-tests,
47865         modules/gc-arctwo-tests, modules/gc-des-tests,
47866         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
47867         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
47868         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
47869         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
47870         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
47871         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
47872         $(EXEEXT) to automake TESTS variable, for mingw32.
47873
47874 2006-01-17  Simon Josefsson  <jas@extundo.com>
47875
47876         * modules/socklen (Include): Need sys/socket.h.
47877
47878 2006-01-17  Bruno Haible  <bruno@clisp.org>
47879
47880         * modules/ssize_t (Include): Add <sys/types.h>.
47881
47882 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
47883
47884         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
47885         it's not portable and it doesn't work with cross-compiles.
47886         Problem reported by Bruno Haible.  Fix missing-$ typo in
47887         'test "gl_cv_ignore_unused_libraries" ...' that prevented
47888         -zignore from being used with Sun's C compiler.
47889
47890 2006-01-12  Simon Josefsson  <jas@extundo.com>
47891
47892         * lib/base64.c: Fix warning, reported by Bruno Haible
47893         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
47894
47895 2006-01-12  Bruno Haible  <bruno@clisp.org>
47896
47897         * modules/ldd: New file.
47898         * build-aux/ldd.sh.in: New file.
47899         * MODULES.html.sh (Support for building libraries and executables): Add
47900         ldd.
47901
47902 2006-01-12  Bruno Haible  <bruno@clisp.org>
47903
47904         * m4/ldd.m4: New file.
47905
47906 2006-01-12  Bruno Haible  <bruno@clisp.org>
47907
47908         * gnulib-tool (func_import, func_create_testdir): Don't go into an
47909         endless loop while replacing $auxdir with build-aux.
47910
47911 2006-01-11  Simon Josefsson  <jas@extundo.com>
47912
47913         * lib/stdint_.h (SIZE_MAX): Add missing (.
47914
47915 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
47916
47917         Sync from coreutils.
47918         * lib/md5.c: Fix commentary typos.
47919         (alignof, UNALIGNED_P): No need for a GCC-specific version.
47920         * lib/md5.h (__attribute__): Remove; unused.
47921         * lib/sha1.c: Fix commentary to match md5 better.
47922         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
47923         so that we don't need to worry about alignment.  All uses changed.
47924         This merges the 2005-10-28 md5 change into sha1.
47925
47926 2006-01-11  Jim Meyering  <jim@meyering.net>
47927
47928         Sync from coreutils.
47929         * lib/md5.c (OP): Fix spacing.
47930
47931 2006-01-11  Bruno Haible  <bruno@clisp.org>
47932
47933         Ensure automatic ordering between gl_LOCK and gl_ARGP.
47934         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
47935         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
47936
47937 2006-01-11  Bruno Haible  <bruno@clisp.org>
47938
47939         Ensure automatic ordering between gl_LOCK and gl_ARGP.
47940         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
47941         the "early" section as well.
47942
47943 2006-01-11  Bruno Haible  <bruno@clisp.org>
47944
47945         Avoid "ar: no archive members specified" error on MacOS X.
47946         * gnulib-tool (func_modules_add_dummy): New function.
47947         (func_import, func_create_testdir): Invoke it.
47948
47949 2006-01-11  Bruno Haible  <bruno@clisp.org>
47950
47951         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
47952         with $auxdir in AC_CONFIG_FILES statements.
47953
47954 2006-01-11  Bruno Haible  <bruno@clisp.org>
47955
47956         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
47957         Initialize also noinst_HEADERS to empty.
47958
47959 2006-01-11  Bruno Haible  <bruno@clisp.org>
47960
47961         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
47962         variables.
47963         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
47964         autoreconf.
47965
47966 2006-01-11  Bruno Haible  <bruno@clisp.org>
47967
47968         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
47969         overridable by the user.
47970         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47971
47972 2006-01-10  Simon Josefsson  <jas@extundo.com>
47973
47974         * modules/sys_socket: New file.
47975
47976 2006-01-10  Simon Josefsson  <jas@extundo.com>
47977
47978         * m4/sys_socket_h.m4: New file.
47979
47980 2006-01-10  Simon Josefsson  <jas@extundo.com>
47981
47982         * lib/socket_.h: New file.
47983
47984 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
47985
47986         * modules/readutmp (Maintainer): Add myself.
47987
47988 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
47989
47990         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
47991         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
47992         People who are still concerned with buggy memcmp implementations
47993         can invoke gl_FUNC_MEMCMP themselves.
47994
47995 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
47996
47997         * lib/regex_internal.h (BITSET_WORD_BITS):
47998         Work around a bug in 64-bit PGC (before version 6.1-2), where the
47999         preprocessor mishandles large unsigned values as if they were signed.
48000         Problem reported by Claudio Fontana in
48001         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
48002
48003 2006-01-10  Jim Meyering  <jim@meyering.net>
48004
48005         Avoid the double-free (first in fts_read, second in fts_close) that
48006         would occur when an `active' directory is made inaccessible (e.g.,
48007         via chmod a-x) during a traversal.
48008         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48009         before returning.  Reproduce this failure by
48010         mkdir -p a/b; cd a; chmod a-x . b
48011         Reported by Stavros Passas.
48012
48013         Sync from coreutils.
48014         * lib/sha1.c: Tweak grammar in a comment.
48015
48016 2006-01-10  Jim Meyering  <jim@meyering.net>
48017
48018         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
48019         Patch by Joerg Sonnenberger.
48020
48021 2006-01-10  Bruno Haible  <bruno@clisp.org>
48022
48023         * modules/readutmp: Depend on module free.
48024         * modules/strtok_r: Depend on module restrict.
48025
48026 2006-01-10  Bruno Haible  <bruno@clisp.org>
48027
48028         * modules/gettext (configure.ac): Add an invocation of
48029         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
48030
48031 2006-01-10  Bruno Haible  <bruno@clisp.org>
48032
48033         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
48034         Reported by Werner Lemberg <wl@gnu.org>.
48035
48036 2006-01-10  Bruno Haible  <bruno@clisp.org>
48037
48038         * lib/localcharset.c: Update from GNU gettext.
48039
48040 2006-01-10  Bruno Haible  <bruno@clisp.org>
48041
48042         * lib/argp.h (__const): Remove macro. Use const instead.
48043         * lib/argp-fmtstream.h (__const): Likewise.
48044         * lib/glob_.h (__const): Remove macro.
48045         * lib/glob-libc.h: Use const instead of __const.
48046
48047 2006-01-10  Bruno Haible  <bruno@clisp.org>
48048
48049         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
48050         variable.
48051         Needed to avoid an automake error regarding the 'gettext' module.
48052
48053 2006-01-09  Simon Josefsson  <jas@extundo.com>
48054
48055         * modules/inet_ntop (Depends-on): Add restrict.
48056
48057 2006-01-09  Simon Josefsson  <jas@extundo.com>
48058
48059         * modules/gc-rijndael-tests (License): Put under LGPL.
48060
48061         * modules/gc-des-tests (License): Likewise.
48062
48063         * modules/gc-arcfour-tests (License): Likewise.
48064
48065         * modules/gc-arctwo-tests (License): Likewise.
48066
48067         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
48068
48069         * modules/gc-hmac-sha1-tests (Files): Likewise.
48070
48071         * modules/gc-hmac-md5-tests (License): Likewise.
48072
48073         * modules/gc-sha1-tests (License): Likewise.
48074
48075         * modules/gc-md5-tests (License): Likewise.
48076
48077         * modules/gc-md4-tests (License): Likewise.
48078
48079         * modules/gc-md2-tests (License): Likewise.
48080
48081         * modules/gc-tests (License): Likewise.
48082
48083         * modules/des-tests (License): Likewise.
48084
48085         * modules/md4-tests (License): Likewise.
48086
48087         * modules/md2-tests (License): Likewise.
48088
48089 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48090
48091         Sync from coreutils:
48092
48093         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
48094         * modules/lib-ignore: New file.
48095         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
48096         chdir-safer.m4, lchmod.m4.
48097         * modules/openat: Add mkdirat.c, openat-priv.h.
48098
48099 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48100
48101         Sync from coreutils.
48102         * m4/lib-ignore.m4: New file.
48103         * m4/lchmod.m4: New file.
48104
48105 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48106
48107         Sync from coreutils.
48108         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
48109         for write access: POSIX says that must fail.
48110         * lib/fts.c (diropen): Likewise.
48111         * lib/save-cwd.c (save_cwd): Likewise.
48112         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
48113         well, for minor improvements on hosts that lack O_DIRECTORY.
48114         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
48115         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
48116         Fall back on chown if open failed with EACCES.
48117
48118         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
48119         Report an error at compile-time if only a 1-second nominal clock
48120         resolution is found.
48121
48122         * lib/lchmod.h: New file.
48123         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
48124         (make_dir_parents): Use lchown rather than chown, and
48125         lchmod rather than chmod.
48126
48127         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
48128         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
48129         "proc" reported by n0dalus.
48130
48131         * lib/mountlist.c: Include <limits.h>.
48132         (dev_from_mount_options)
48133         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
48134         New function.  It no longer assumes "dev=" has the System V meaning
48135         on Linux (since it doesn't).  It also parses "dev=" more carefully.
48136         (read_file_system_list)
48137         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
48138         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
48139         dev= in that case.
48140
48141         * lib/posixtm.h (PDS_PRE_2000): New macro.
48142         * lib/posixtm.c (year): Arg is now syntax_bits rather than
48143         allow_century.  All usages changed.  Reject dates outside the range
48144         1969-1999 if PDS_PRE_2000 is used.
48145
48146 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48147
48148         Sync from coreutils.
48149         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48150         (Time of day items): Mention the possibility of leap seconds.
48151         Problem reported by Dr. David Alan Gilbert.
48152
48153 2006-01-09  Jim Meyering  <jim@meyering.net>
48154
48155         Sync from coreutils.
48156
48157         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48158
48159         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48160
48161         * lib/modechange.c (mode_compile): Reject an invalid mode string
48162         that starts with an octal digit.  From Andreas Gruenbacher.
48163
48164         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
48165         and dup to open_safer and dup_safer, respectively.
48166         (openat_permissive): Fix typo in comment.
48167
48168         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
48169         "gettext.h"; either no longer needed or are guaranteed by openat.h.
48170         (_): Remove; no longer needed.
48171         (openat): Renamed from rpl_openat; no need for rpl_openat
48172         since openat.h renames openat for us.
48173         Replace most of the body with a call to openat_permissive,
48174         to avoid duplicate code.
48175         Port to (probably hypothetical) environments were mode_t is
48176         wider than int.
48177         (openat_permissive): Require mode arg, so that we can check
48178         types better.  Put it just after flags.  Change cwd failure
48179         indicator from pointer-to-bool to pointer-to-errno-value.
48180         All callers changed.
48181         Invoke openat_save_fail and/or openat_restore_fail if
48182         cwd_errno is null, so that openat can call us.
48183         (openat_permissive, fdopendir, fstatat, unlinkat):
48184         Simplify errno handling to avoid some duplicate code,
48185         as it's OK to set errno on success.
48186         * lib/openat.h: Revamp code so that function macros depend on
48187         __OPENAT_PREFIX only, not also on AT_FDCWD.
48188         (openat_ro): Remove.  Caller changed to use openat_permissive.
48189         (openat_permissive): Now a macro, if not a function.
48190         (openat_restore_fail, openat_save_fail): Now always functions,
48191         since mkdirat needs them even if __OPENAT_PREFIX is defined.
48192
48193         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
48194         and openat.c.
48195         * lib/mkdirat.c: Include openat-priv.h.
48196         Remove definitions of macros defined therein.
48197         * lib/openat.c: Likewise.
48198
48199         * lib/mkdirat.c (mkdirat): New file and function.
48200         * lib/openat.h (mkdirat): Declare.
48201
48202         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
48203
48204         * lib/openat.h (openat_permissive): Declare.
48205         (openat_ro): Define.
48206
48207         * lib/openat.c (EXPECTED_ERRNO): New macro.
48208         (openat_permissive): New function -- used in remove.c rewrite.
48209         (all functions): Set errno just before returning, only if there
48210         was an actual failure.
48211         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
48212
48213         Emulate openat-family functions using Linux's procfs, if possible.
48214         Idea and some code based on Ulrich Drepper's glibc changes.
48215
48216         * lib/openat.c: (BUILD_PROC_NAME): New macro.
48217         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
48218         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
48219         before falling back on save_cwd and restore_cwd.
48220         (fdopendir, fstatat, unlinkat): Likewise.
48221
48222         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
48223         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
48224
48225         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
48226         as second argument to va_arg.  Otherwise, some versions of gcc
48227         warn that `if this code is reached, the program will abort'.
48228
48229 2006-01-09  Jim Meyering  <jim@meyering.net>
48230
48231         Sync from coreutils.
48232         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
48233         Require openat-priv.h.
48234
48235 2006-01-09  Bruno Haible  <bruno@clisp.org>
48236
48237         * modules/strnlen (Include): Use strnlen.h.
48238
48239 2006-01-09  Bruno Haible  <bruno@clisp.org>
48240
48241         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
48242
48243 2006-01-09  Bruno Haible  <bruno@clisp.org>
48244
48245         * lib/sysexit_.h (EX_OK): New macro.
48246         Suggested by Martin Lambers <marlam@marlam.de>.
48247
48248 2006-01-09  Bruno Haible  <bruno@clisp.org>
48249
48250         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
48251         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
48252
48253 2006-01-09  Bruno Haible  <bruno@clisp.org>
48254
48255         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
48256         numbers.
48257
48258 2006-01-09  Bruno Haible  <bruno@clisp.org>
48259
48260         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
48261         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
48262         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
48263         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
48264
48265 2006-01-09  Bruno Haible  <bruno@clisp.org>
48266
48267         * build-aux/javacomp.sh.in: New file, moved from lib/.
48268         * modules/javacomp-script (Files): Update.
48269         (configure.ac): Add AC_CONFIG_FILES invocation.
48270         (EXTRA_DIST): Remove variable.
48271
48272         * build-aux/javaexec.sh.in: New file, moved from lib/.
48273         * modules/javaexec (Files): Update.
48274         (configure.ac): Add AC_CONFIG_FILES invocation.
48275         (EXTRA_DIST): Remove javaexec.sh.in.
48276
48277         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
48278         * modules/csharpcomp-script (Files): Update.
48279         (configure.ac): Add AC_CONFIG_FILES invocation.
48280         (EXTRA_DIST): Remove variable.
48281
48282         * build-aux/csharpexec.sh.in: New file, moved from lib/.
48283         * modules/csharpexec (Files): Update.
48284         (configure.ac): Add AC_CONFIG_FILES invocation.
48285         (EXTRA_DIST): Remove csharpexec.sh.in.
48286
48287 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48288
48289         Sync from coreutils.
48290
48291         Add POSIX ACL support
48292         * lib/acl.h (copy_acl, set_acl): Add declarations.
48293         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
48294         systems other than Linux.
48295         (chmod_or_fchmod): New function: use fchmod when possible,
48296         and chmod otherwise.
48297         (file_has_acl): Add a POSIX ACL implementation, with a
48298         Linux-specific subcase.
48299         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
48300         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
48301         acls are unsupported.
48302         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
48303         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
48304         are unsupported.
48305
48306 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48307
48308         Sync from coreutils.
48309         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
48310
48311 2006-01-07  Bruno Haible  <bruno@clisp.org>
48312
48313         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
48314         gl_EARLY.
48315
48316 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48317
48318         * lib/strftime.c (tzname): Don't declare if it is already #defined.
48319         Problem reported for Mingw by Mark Junker.
48320
48321 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48322
48323         * README: Gnulib normally doesn't generate a tarball.
48324
48325 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
48326
48327         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
48328         long int, not int, for nanosecond counts, so that people who are
48329         used to POSIX struct timespec won't be surprised.  Reported by Jim
48330         Meyering.
48331
48332 2005-12-28  Bruno Haible  <bruno@clisp.org>
48333
48334         * build-aux/config.rpath: Update from GNU gettext.
48335
48336 2005-12-16  Jim Meyering  <jim@meyering.net>
48337
48338         * modules/fprintftime: New module.
48339         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
48340
48341 2005-12-16  Jim Meyering  <jim@meyering.net>
48342
48343         * m4/fprintftime.m4: New file.
48344
48345 2005-12-16  Jim Meyering  <jim@meyering.net>
48346
48347         * lib/fprintftime.c, lib/fprintftime.h: New files.
48348
48349 2005-12-15  Simon Josefsson  <jas@extundo.com>
48350
48351         * modules/socklen (configure.ac): Fix M4 macro name, to align with
48352         new m4/socklen.m4.
48353
48354 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48355
48356         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
48357         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
48358
48359 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48360
48361         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
48362         * lib/argp-help.c (fill_in_uparams): Check if the constructed
48363         struct uparams is valid. Fall back to the default values if it is
48364         not.
48365
48366 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48367
48368         * modules/argp (Files): Add argp-pin.c
48369         (Depends-on): dirname
48370         (lib_SOURCES): Add argp-pin.c
48371
48372 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48373
48374         * m4/argp.m4:  Check if program_invocation_name and
48375         program_invocation_short_name are declared and define appropriate
48376         macros if they are not.
48377
48378 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48379
48380         * lib/argp-help.c (__argp_base_name): New function
48381         (__argp_short_program_name): Rewrite using __argp_base_name
48382         * lib/argp-namefrob.h: Define program_invocation_name and
48383         program_invocation_short_name if requested
48384         (__argp_base_name): Add prototype
48385         * lib/argp-parse.c (argp_def): Use gettext wrappers
48386         (argp_default_parser): Use __argp_base_name
48387         * lib/argp-pin.c: New file. Defines program_invocation_name and
48388         program_invocation_short_name on systems that lack them.
48389
48390 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48391
48392         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
48393         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48394         porting problem reported by Georg Schwarz in
48395         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48396
48397 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48398
48399         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
48400         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48401         porting problem reported by Georg Schwarz in
48402         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48403
48404 2005-12-05  Bruno Haible  <bruno@clisp.org>
48405
48406         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
48407         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
48408         Reported by Mark Junker <mjscod@gmx.de>.
48409
48410 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
48411
48412         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
48413         Use implementation from Albert Chin, with some
48414         comments/corrections by Stepan Kasal and myself.
48415
48416 2005-12-02  Bruno Haible  <bruno@clisp.org>
48417
48418         * gnulib-tool (func_import): Accept GPLed build tool modules when
48419         --lgpl is given.
48420         * modules/csharpcomp-script: New file.
48421         * modules/csharpcomp: Depend on it.
48422         * modules/javacomp-script: New file.
48423         * modules/javacomp: Depend on it.
48424         Suggested by Simon Josefsson.
48425
48426 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
48427
48428         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
48429         statement, to work around an HP-UX 10.20 compiler bug reported by
48430         Peter O'Gorman.
48431
48432 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48433
48434         * modules/savedir (Depends-on): Add openat.
48435
48436 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48437
48438         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
48439         (uintmax_t) [defined uintmax_t]: Do not declare.
48440         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
48441         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
48442         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
48443         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
48444         sake of portability to weird hosts that C allows (though we don't
48445         know of any practical examples).
48446
48447         * lib/savedir.h (fdsavedir): New decl.
48448         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
48449         contains most of the former guts of savedir.
48450         (savedir): Use savedirstream.
48451         Include "openat.h".
48452
48453 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48454
48455         * modules/obstack (Files): Add m4/ulonglong.m4.
48456         Problem reported by Davide Angelocola.
48457
48458 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
48459
48460         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
48461         coreutils no longer futzes with rounding modes.
48462
48463 2005-11-14  Jim Meyering  <jim@meyering.net>
48464
48465         * lib/mkstemp-safer.c: Include <config.h>, required for possible
48466         replacement of mkstemp.
48467
48468 2005-11-10  Simon Josefsson  <jas@extundo.com>
48469
48470         * lib/readline.c: Remove EOL.
48471
48472 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48473
48474         * modules/gethrxtime (Depends-on): Add gettime.
48475
48476 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48477
48478         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
48479         or gettimeofday; no longer needed.
48480
48481 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48482
48483         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
48484         time business.
48485         (gethrxtime) [! (HAVE_NANOUPTIME
48486         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
48487         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
48488         our own approximation.
48489
48490 2005-11-08  Eric Blake  <ebb9@byu.net>
48491
48492         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48493
48494 2005-11-08  Eric Blake  <ebb9@byu.net>
48495
48496         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48497
48498 2005-11-04  Bruno Haible  <bruno@clisp.org>
48499
48500         * gnulib-tool: Implement --update mode.
48501
48502 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48503
48504         Fix porting problem reported by Theodoros V. Kalamatianos.
48505         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
48506         Don't assume that futimes failing means we must fail.
48507
48508 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48509
48510         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
48511         variables to suggest the intended function of the PATH_MAX check.
48512
48513 2005-10-30  Kean Johnston  <jkj@sco.com>
48514
48515         Trivial changes to support SCO systems.
48516         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
48517         as PATH_MAX.
48518         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
48519         where __ptr is null when no I/O is pending.
48520
48521 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
48522
48523         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
48524         leave errno alone.  Problem reported by Dmitry V. Levin.
48525
48526 2005-10-28  Simon Josefsson  <jas@extundo.com>
48527
48528         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
48529         Test more.
48530
48531         * tests/test-gc-md2.c, tests/test-md2.c: New files.
48532
48533         * modules/md2, modules/md2-tests: New files.
48534
48535 2005-10-28  Simon Josefsson  <jas@extundo.com>
48536
48537         * m4/inet_ntop.m4: More tests.
48538
48539         * m4/gc-md2.m4, md2.m4: New file.
48540
48541 2005-10-28  Simon Josefsson  <jas@extundo.com>
48542
48543         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
48544         "restrict" keywords, as per POSIX.  Protect the function
48545         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
48546         Don't use K&R prototypes.  Check the sprintf return values.
48547         Re-define EAFNOSUPPORT if not present.  Indent.
48548
48549         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
48550         suggested by Bruno Haible <bruno@clisp.org>.
48551
48552         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
48553
48554         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
48555
48556         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
48557         libgcrypt).
48558
48559         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
48560
48561         * lib/md2.h, lib/md2.c: New files.
48562
48563 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
48564
48565         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
48566         errno alone.  Problem reported by Frederic Jolliton.
48567
48568 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
48569
48570         * modules/verify (License): Change from GPL to LGPL.  This is a
48571         tiny module and there are apparently near-equivalents that are
48572         under the BSD license.
48573
48574 2005-10-24  Simon Josefsson  <jas@extundo.com>
48575
48576         * modules/sha1: Relicense to LGPL.
48577
48578 2005-10-24  Simon Josefsson  <jas@extundo.com>
48579
48580         * lib/md4.h: Shrink buffer size, now that we changed the type.
48581
48582 2005-10-23  Simon Josefsson  <jas@extundo.com>
48583
48584         * gnulib-tool (func_import): Fix --tests-base.
48585
48586 2005-10-22  Simon Josefsson  <jas@extundo.com>
48587
48588         * modules/arcfour (Depends-on): Need stdint.
48589
48590 2005-10-22  Simon Josefsson  <jas@extundo.com>
48591
48592         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
48593         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
48594
48595 2005-10-22  Simon Josefsson  <jas@extundo.com>
48596
48597         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
48598         suggested by Bruno Haible <bruno@clisp.org>.
48599
48600 2005-10-22  Simon Josefsson  <jas@extundo.com>
48601
48602         * lib/crc.h: Include stddef.h, for size_t.
48603
48604 2005-10-22  Simon Josefsson  <jas@extundo.com>
48605
48606         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
48607         arcfour_context struct (simplify test vector testing in GNU
48608         Shishi).
48609
48610 2005-10-21  Simon Josefsson  <jas@extundo.com>
48611
48612         * modules/des, modules/des-tests: New files.
48613
48614         * modules/gc-des, modules/gc-des-tests: New files.
48615
48616         * tests/test-des.c, tests/test-gc-des.c: New file.
48617
48618 2005-10-21  Simon Josefsson  <jas@extundo.com>
48619
48620         * modules/arctwo, modules/arctwo-tests: New files.
48621
48622         * tests/test-arctwo.c: New file.
48623
48624         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
48625
48626         * tests/test-gc-arctwo.c: New file.
48627
48628 2005-10-21  Simon Josefsson  <jas@extundo.com>
48629
48630         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
48631         Bruno Haible <bruno@clisp.org>.
48632
48633         * m4/gc-des.m4: New file.
48634
48635 2005-10-21  Simon Josefsson  <jas@extundo.com>
48636
48637         * m4/arctwo.m4: New file.
48638
48639         * m4/gc-arctwo.m4: New file.
48640
48641 2005-10-21  Simon Josefsson  <jas@extundo.com>
48642
48643         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
48644         block.
48645
48646 2005-10-21  Simon Josefsson  <jas@extundo.com>
48647
48648         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
48649         <bruno@clisp.org>.
48650
48651         * lib/hmac-sha1.c (hmac_sha1): Likewise.
48652
48653         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
48654         Bruno Haible <bruno@clisp.org>.
48655
48656         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
48657         <bruno@clisp.org>.
48658
48659 2005-10-21  Simon Josefsson  <jas@extundo.com>
48660
48661         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
48662
48663 2005-10-21  Simon Josefsson  <jas@extundo.com>
48664
48665         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
48666
48667 2005-10-21  Simon Josefsson  <jas@extundo.com>
48668
48669         * lib/des.h, lib/des.c: New files.
48670
48671         * lib/gc-gnulib.c: Support DES.c
48672
48673 2005-10-21  Simon Josefsson  <jas@extundo.com>
48674
48675         * lib/arctwo.h, lib/arctwo.c: New files.
48676
48677         * lib/gc-gnulib.c: Support ARCTWO.
48678
48679 2005-10-21  Simon Josefsson  <jas@extundo.com>
48680
48681         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
48682         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48683
48684 2005-10-21  Simon Josefsson  <jas@extundo.com>
48685
48686         * gnulib-tool (func_import, func_create_testdir): Define automake
48687         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
48688         Makefile.am snippet),
48689         suggested by Bruno Haible <bruno@clisp.org>.
48690
48691         * modules/gc (Makefile.am): Use it.
48692
48693 2005-10-21  Bruno Haible  <bruno@clisp.org>
48694
48695         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
48696         patch.
48697
48698 2005-10-19  Simon Josefsson  <jas@extundo.com>
48699
48700         * tests/test-gc-rijndael.c: New file.
48701
48702         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
48703
48704 2005-10-19  Simon Josefsson  <jas@extundo.com>
48705
48706         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
48707         interface too.
48708
48709 2005-10-19  Simon Josefsson  <jas@extundo.com>
48710
48711         * tests/test-gc-arcfour.c: New file.
48712
48713         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
48714
48715 2005-10-19  Simon Josefsson  <jas@extundo.com>
48716
48717         * modules/gc-md4, modules/gc-md4-tests: New file.
48718
48719         * tests/test-gc-md4.c: New file.
48720
48721 2005-10-19  Simon Josefsson  <jas@extundo.com>
48722
48723         * m4/gc-md4.m4: New file.
48724
48725 2005-10-19  Simon Josefsson  <jas@extundo.com>
48726
48727         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
48728         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
48729         <kasal@ucw.cz>.
48730
48731 2005-10-19  Simon Josefsson  <jas@extundo.com>
48732
48733         * m4/gc-arcfour.m4: New file.
48734
48735         * m4/gc-rijndael.m4: New file.
48736
48737 2005-10-19  Simon Josefsson  <jas@extundo.com>
48738
48739         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
48740
48741 2005-10-19  Simon Josefsson  <jas@extundo.com>
48742
48743         * lib/gc-gnulib.c: Support ARCFOUR.
48744
48745 2005-10-19  Simon Josefsson  <jas@extundo.com>
48746
48747         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
48748         support.
48749
48750         * lib/gc.h: Add ECB enum type.
48751
48752         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
48753
48754 2005-10-18  Simon Josefsson  <jas@extundo.com>
48755
48756         * tests/test-md5.c: New file.
48757
48758         * modules/md5-tests: New file.
48759
48760 2005-10-18  Simon Josefsson  <jas@extundo.com>
48761
48762         * tests/test-md4.c: New file.
48763
48764         * modules/md4, modules/md4-tests: New files.
48765
48766 2005-10-18  Simon Josefsson  <jas@extundo.com>
48767
48768         * m4/md4.m4: New file.
48769
48770 2005-10-18  Simon Josefsson  <jas@extundo.com>
48771
48772         * lib/md4.h, lib/md4.c: New files, based on md5.?.
48773
48774 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
48775
48776         * gnulib-tool (func_create_testdir): Omit the second check whether
48777         BUILT_SOURCES in nonempty.
48778
48779 2005-10-17  Simon Josefsson  <jas@extundo.com>
48780
48781         * tests/test-rijndael.c: New file.
48782
48783 2005-10-17  Simon Josefsson  <jas@extundo.com>
48784
48785         * modules/sha1: Depend on stdint instead of md5.
48786
48787         * modules/md5: Depend on stdint, remove uint32_t.
48788
48789 2005-10-17  Simon Josefsson  <jas@extundo.com>
48790
48791         * modules/gc-sha1-tests: New file.
48792
48793         * tests/test-gc-sha1.c: New file.
48794
48795 2005-10-17  Simon Josefsson  <jas@extundo.com>
48796
48797         * m4/md5.m4: Remove call to uint32_t.m4.
48798
48799 2005-10-17  Simon Josefsson  <jas@extundo.com>
48800
48801         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
48802
48803         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
48804         md5.h.
48805
48806         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
48807
48808         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
48809
48810 2005-10-17  Simon Josefsson  <jas@extundo.com>
48811
48812         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
48813
48814 2005-10-17  Simon Josefsson  <jas@extundo.com>
48815
48816         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
48817
48818 2005-10-17  Simon Josefsson  <jas@extundo.com>
48819
48820         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
48821
48822         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
48823
48824 2005-10-17  Bruno Haible  <bruno@clisp.org>
48825
48826         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
48827         that it can also be used in a test.
48828
48829 2005-10-16  Bruno Haible  <bruno@clisp.org>
48830
48831         * gnulib-tool (func_emit_tests_Makefile_am): Also define
48832         TESTS_ENVIRONMENT, so that individual tests can augment it.
48833
48834         * gnulib-tool (func_create_testdir): Use an intermediate target for
48835         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
48836         macros, like $(ALLOCA_H), which cannot be passed through the command
48837         line.
48838
48839 2005-10-15  Simon Josefsson  <jas@extundo.com>
48840
48841         * modules/rijndael-tests: New file.
48842
48843         * modules/rijndael: New file.
48844
48845 2005-10-15  Simon Josefsson  <jas@extundo.com>
48846
48847         * m4/rijndael.m4: New file.
48848
48849 2005-10-15  Simon Josefsson  <jas@extundo.com>
48850
48851         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
48852
48853         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
48854
48855 2005-10-14  Simon Josefsson  <jas@extundo.com>
48856
48857         * tests/test-arcfour.c: New file.
48858
48859         * modules/arcfour, modules/arcfour-tests: New files.
48860
48861 2005-10-14  Simon Josefsson  <jas@extundo.com>
48862
48863         * m4/arcfour.m4: New file.
48864
48865 2005-10-14  Simon Josefsson  <jas@extundo.com>
48866
48867         * lib/arcfour.h, lib/arcfour.c: New files.
48868
48869 2005-10-14  Roland McGrath  <roland@redhat.com>
48870
48871         Import from libc.  [BZ #1331]
48872         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
48873         macro argument.
48874         Reported by Matej Vela <vela@debian.org>.
48875
48876 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
48877
48878         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
48879         include <wchar.h>; no longer needed.
48880
48881 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
48882
48883         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
48884
48885 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
48886         and  Ulrich Drepper  <drepper@redhat.com>
48887
48888         Import from libc.
48889         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
48890         instead of inline stream orientation test and two separate
48891         function calls.  Pay no attention to USE_IN_LIBIO.
48892
48893 2005-10-13  Simon Josefsson  <jas@extundo.com>
48894
48895         * modules/gc-hmac-md5-tests: New file.
48896
48897         * tests/test-gc-hmac-sha1.c: New file.
48898
48899         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
48900
48901         * modules/gc-hmac-md5-tests: New file.
48902
48903         * tests/test-gc-md5.c: New file.
48904
48905         * modules/gc-md5-tests: New file.
48906
48907 2005-10-13  Simon Josefsson  <jas@extundo.com>
48908
48909         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
48910         Move memory allocation outside of loop.
48911
48912 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
48913
48914         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
48915         intermediate directory is in a read-only file system.  Problem
48916         reported by Eric Blake.
48917
48918 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
48919
48920         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
48921
48922 2005-10-12  Simon Josefsson  <jas@extundo.com>
48923
48924         * tests/test-hmac-sha1.c: New file.
48925
48926         * modules/hmac-sha1-tests: New file.
48927
48928         * modules/hmac-sha1: New file.
48929
48930 2005-10-12  Simon Josefsson  <jas@extundo.com>
48931
48932         * modules/gc-sha1: New file.
48933
48934 2005-10-12  Simon Josefsson  <jas@extundo.com>
48935
48936         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
48937
48938         * tests/test-gc-pbkdf2-sha1.c: New file.
48939
48940 2005-10-12  Simon Josefsson  <jas@extundo.com>
48941
48942         * modules/gc-md5, modules/gc-hmac-md5: New files.
48943
48944         * modules/gc (Files): Remove md5, memxor and hmac files.
48945
48946 2005-10-12  Simon Josefsson  <jas@extundo.com>
48947
48948         * m4/gc-pbkdf2-sha1.m4: New file.
48949
48950         * m4/gc-hmac-sha1.m4: New file.
48951
48952         * m4/gc-sha1: New file.
48953
48954         * m4/hmac-sha1.m4: New file.
48955
48956 2005-10-12  Simon Josefsson  <jas@extundo.com>
48957
48958         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
48959
48960         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
48961
48962 2005-10-12  Simon Josefsson  <jas@extundo.com>
48963
48964         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
48965         suggested by Bruno Haible <bruno@clisp.org>.
48966
48967 2005-10-12  Simon Josefsson  <jas@extundo.com>
48968
48969         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
48970
48971 2005-10-12  Simon Josefsson  <jas@extundo.com>
48972
48973         * lib/gc-pbkdf2-sha1.c: New file.
48974
48975         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
48976
48977 2005-10-12  Simon Josefsson  <jas@extundo.com>
48978
48979         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
48980
48981         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
48982
48983 2005-10-12  Simon Josefsson  <jas@extundo.com>
48984
48985         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
48986         GC_USE_HMAC_MD5, respectively.
48987
48988         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
48989         (gc_md5): Fix typo.
48990
48991         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
48992
48993         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
48994
48995         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
48996
48997 2005-10-12  Bruno Haible  <bruno@clisp.org>
48998
48999         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
49000         Reported by Stepan Kasal <kasal@ucw.cz>.
49001
49002 2005-10-11  Simon Josefsson  <jas@extundo.com>
49003
49004         * tests/test-crc.c: New file.
49005
49006         * modules/crc, modules/crc-tests: New files.
49007
49008 2005-10-11  Simon Josefsson  <jas@extundo.com>
49009
49010         * m4/crc.m4: New file.
49011
49012 2005-10-11  Simon Josefsson  <jas@extundo.com>
49013
49014         * lib/gc.h: Add gc_hash and gc_hash_buffer.
49015
49016         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
49017
49018         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
49019
49020 2005-10-11  Simon Josefsson  <jas@extundo.com>
49021
49022         * lib/crc.h, lib/crc.c: New files.
49023
49024         * lib/gc.h (gc_hash_buffer): Add doc.
49025
49026 2005-10-11  Bruno Haible  <bruno@clisp.org>
49027
49028         * modules/c-strcasestr: New file.
49029         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
49030
49031 2005-10-11  Bruno Haible  <bruno@clisp.org>
49032
49033         * modules/c-strcase: New file.
49034         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
49035
49036 2005-10-11  Bruno Haible  <bruno@clisp.org>
49037
49038         * lib/strcasecmp.c: Include limits.h.
49039         (strcasecmp): Avoid integer overflow on exotic platforms.
49040         * lib/strncasecmp.c: Include limits.h.
49041         (strncasecmp): Avoid integer overflow on exotic platforms.
49042         Reported by Paul Eggert.
49043
49044 2005-10-11  Bruno Haible  <bruno@clisp.org>
49045
49046         * lib/c-strcasestr.h: New file, from GNU gettext.
49047         * lib/c-strcasestr.c: New file, from GNU gettext.
49048
49049 2005-10-11  Bruno Haible  <bruno@clisp.org>
49050
49051         * lib/c-strcase.h: New file, from GNU gettext.
49052         * lib/c-strcasecmp.c: New file, from GNU gettext.
49053         * lib/c-strncasecmp.c: New file, from GNU gettext.
49054
49055 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
49056
49057         * modules/mempcpy (License): GPL -> LGPL.
49058         * modules/strchrnul (License): Likewise.
49059         * modules/sysexits (License): Likewise.
49060
49061 2005-10-08  Simon Josefsson  <jas@extundo.com>
49062
49063         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
49064
49065 2005-10-07  Simon Josefsson  <jas@extundo.com>
49066
49067         * m4/memxor.m4: Remove gl_C_RESTRICT call.
49068
49069 2005-10-06  Simon Josefsson  <jas@extundo.com>
49070
49071         * tests/test-hmac-md5.c: New file.
49072
49073         * modules/hmac-md5-tests: New file.
49074
49075         * modules/hmac-md5: New file.
49076
49077 2005-10-06  Simon Josefsson  <jas@extundo.com>
49078
49079         * m4/hmac-md5.m4: New file.
49080
49081         * m4/memxor.m4: Require gl_C_RESTRICT.
49082
49083 2005-10-06  Simon Josefsson  <jas@extundo.com>
49084
49085         * lib/memxor.c (memxor): Avoid casts and warnings.
49086
49087 2005-10-06  Simon Josefsson  <jas@extundo.com>
49088
49089         * lib/hmac-md5.c: New file.
49090
49091         * lib/hmac.h: New file.
49092
49093 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49094
49095         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
49096         promotes to int, not unsigned int, to catch the AIX 5.3
49097         compiler bug.
49098
49099 2005-10-05  Simon Josefsson  <jas@extundo.com>
49100
49101         * modules/memxor: New file.
49102
49103         * modules/iconv (Files): Move config.rpath to havelib, it is used
49104         there.
49105
49106         * modules/havelib (Files): Add config.rpath.
49107
49108 2005-10-05  Simon Josefsson  <jas@extundo.com>
49109
49110         * m4/memxor.m4: New file.
49111
49112 2005-10-05  Simon Josefsson  <jas@extundo.com>
49113
49114         * lib/memxor.c (memxor): Fix compiler error.
49115
49116         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
49117         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
49118
49119         * lib/memxor.h, lib/memxor.c: New files.
49120
49121         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
49122         we assume all systems have it, suggested by Jim Meyering
49123         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
49124         any systems lack sys/socket.h; mingw32 is known to lack it, but we
49125         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
49126         same reasons.
49127
49128 2005-10-05  Simon Josefsson  <jas@extundo.com>
49129
49130         * config/srclist.txt: Add glibc bug 1423 for md5.h.
49131
49132 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
49133
49134         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
49135         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
49136         needed, since the source code now assumes these .h files.
49137
49138 2005-10-05  Derek Price  <derek@ximbiot.com>
49139
49140         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
49141
49142 2005-10-05  Bruno Haible  <bruno@clisp.org>
49143
49144         * modules/stdint (License): Change to LGPL.
49145
49146 2005-10-04  Simon Josefsson  <jas@extundo.com>
49147
49148         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49149         D. Baushke" <mdb@gnu.org>.
49150
49151 2005-10-04  Bruno Haible  <bruno@clisp.org>
49152
49153         * lib/verify.h (verify_true): Provide alternative definition for C++.
49154
49155 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49156
49157         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49158         (SSIZE_MAX): New macro, if not already defined.
49159         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49160         than 2 GiB.
49161
49162 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49163
49164         Sync from coreutils.
49165         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
49166         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
49167         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
49168         ULLONG_MAX doesn't work with 2.7.2.1.
49169
49170 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49171
49172         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
49173         From Ben Pfaff.
49174
49175         * modules/exclude (Depends-on): Depend on verify.
49176         * modules/strtoimax (Depends-on): Likewise.
49177         * modules/utimecmp (Depends-on): Likewise.
49178
49179 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49180
49181         * lib/exclude.c: Include verify.h.
49182         (verify): Remove.  All callers changed to use verify.h's version.
49183         * lib/strtoimax.c: Likewise.
49184         * lib/utimecmp.c: Likewis.e
49185
49186         Sync from coreutils.
49187         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
49188         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
49189         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
49190         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
49191         bother returning ENOSYS if settimeofday or stime fails; just let
49192         them return whatever errno they want to return.
49193         * lib/utimens.c: Include unistd.h, for dup2.
49194         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
49195         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
49196
49197 2005-10-02  Jim Meyering  <jim@meyering.net>
49198
49199         Sync from coreutils.
49200         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
49201         from glibc-2.2.5 that fails for read-only files.
49202
49203 2005-10-02  Jim Meyering  <jim@meyering.net>
49204
49205         Sync from coreutils.
49206         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
49207         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
49208         `#if HAVE_CONFIG_H'.
49209         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
49210         Remove AT_FDCWD test.
49211         Do not consume the fd unless successful.
49212         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
49213         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
49214         block, so that we don't even try to compile it if settimeofday is
49215         available.  This works around a compilation failure on OSF1 V5.1,
49216         due to stime requiring a `long int*' while tv_sec is `int'.
49217
49218 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
49219
49220         Sync from coreutils.
49221         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
49222         against `yes', rather than just testing for nonempty.
49223
49224 2005-10-01  Simon Josefsson  <jas@extundo.com>
49225
49226         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
49227         and Darwin.
49228
49229         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
49230         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
49231         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
49232         freeaddrinfo and gai_strerror are declared by the POSIX headers.
49233         Check if struct addrinfo is declared.
49234
49235 2005-10-01  Simon Josefsson  <jas@extundo.com>
49236
49237         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
49238         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
49239         AI_* and EAI_* definitions.  Protect function declarations.
49240
49241 2005-10-01  Jim Meyering  <jim@meyering.net>
49242
49243         Sync from coreutils.
49244
49245         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
49246         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
49247         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
49248         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49249         in the inet and nsl libraries.  Required on Solaris 5.7.
49250
49251 2005-10-01  Jim Meyering  <jim@meyering.net>
49252
49253         Sync from coreutils.
49254         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49255         in the inet and nsl libraries.  Required on Solaris 5.7.
49256
49257 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
49258
49259         * lib/getdelim.c (getdelim): Remove unused variables.
49260
49261 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
49262
49263         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
49264         so that the code works even with ancient cpp.  Portability problem
49265         with GCC 2.7.2.1 reported by Thomas M.Ott.
49266
49267 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
49268
49269         * modules/regex (Depends-on): Add strcase.
49270
49271         * modules/gethostname (Licence): Change from GPL to LGPL, since
49272         gethostname.c is a trivial implementation of a standard library
49273         function.
49274         * modules/poll (License): Change from GPL to LGPL, since it's
49275         derived from LGPL code.
49276
49277 2005-09-27  Jim Meyering  <jim@meyering.net>
49278
49279         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
49280         HAVE_CONFIG_H.
49281
49282         * lib/intprops.h (signed_type_or_expr__): Define.
49283         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
49284         for unsigned types.
49285
49286 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
49287
49288         * lib/verify.h (verify_expr): Remove, replacing with:
49289         (verify_true): New macro that returns true instead of void.
49290         (verify_type__): Remove.
49291         (verify): Use verify_true rather than verify_type__.
49292
49293 2005-09-26  Bruno Haible  <bruno@clisp.org>
49294
49295         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
49296         is necessary.
49297         (lib_SOURCES): Remove mbchar.c.
49298         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
49299         (Files): Add m4/mbrtowc.m4.
49300         * modules/mbiter: Likewise.
49301         * modules/mbuiter: Likewise.
49302
49303 2005-09-26  Bruno Haible  <bruno@clisp.org>
49304
49305         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
49306         compile mbchar.c if they are not both present.
49307         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
49308         * m4/mbiter.m4 (gl_MBITER): Likewise.
49309         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
49310         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
49311         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
49312
49313 2005-09-25  Jim Meyering  <jim@meyering.net>
49314
49315         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
49316         also uses socklen_t.
49317
49318 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
49319
49320         * lib/utimens.c (ENOSYS): Define if not already defined.
49321         (futimens): Support having a null PATH if the file descriptor
49322         is nonnegative.
49323
49324         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
49325         Remove.
49326         (__attribute): Define to empty unless GCC 3.1 or later.
49327         This works around a core dump on OpenBSD 3.4, which has GCC
49328         2.95.3, which dumps core when given __attribute__(()).  It also
49329         simplifies other tests, since we really don't want to bother with
49330         worrying about which ancient version of GCC supported what.
49331         Original problem reported by Yoann Vandoorselaere, with part of
49332         the fix suggested by Derek Price.
49333
49334 2005-09-24  Jim Meyering  <jim@meyering.net>
49335
49336         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
49337         so we can once again use a positive bitfield width of 1 -- now we
49338         don't have to explain why we were using a bitfield width of 2.
49339
49340 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49341
49342         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
49343         and similarly for the other external symbols.  Problem reported
49344         by James Gallager.
49345
49346         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
49347         bug reported by Jim Meyering.
49348
49349         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
49350         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
49351         not needed, since socklen is a prerequisite module.
49352
49353 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49354
49355         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
49356         Problem reported by Eric Blake.
49357         (getaddrinfo): Initialize se so that it's not garbage.
49358         Redo internal storage allocation so that it doesn't make unportable
49359         assumptions about alignment.
49360         Fix a memory leak.
49361
49362         * lib/utimens.c (futimens): Use futimesat if available.
49363         Prefer it to futimes since it doesn't have the futimes bug.
49364
49365         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
49366         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
49367         Instead, declare a function that returns a pointer to an array,
49368         and use verify_type__ to declare the size of the array.
49369         Problem and germ of a solution reported by Bruno Haible.
49370         (verify_type__): Use 2, not 1, for bitfield size, to avoid
49371         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
49372
49373 2005-09-23  Jim Meyering  <jim@meyering.net>
49374
49375         Sync from coreutils.
49376         Correct build failure (socklen_t not defined) on at least
49377         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
49378         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
49379
49380 2005-09-23  Jim Meyering  <jim@meyering.net>
49381
49382         * modules/getaddrinfo (Depends-on): Add socklen.
49383
49384 2005-09-23  Bruno Haible  <bruno@clisp.org>
49385
49386         * tests/test-verify.c: New file.
49387
49388 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49389
49390         Sync from coreutils.
49391
49392         * modules/argmatch (Depends-on): Add verify.
49393         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
49394         unistd-safer.
49395         * modules/save-cwd (Depends-on): Likewise.
49396
49397         * modules/openat (Files): Add lib/openat-die.c.
49398         (Depends-on): Remove error, exitfail.
49399         Add dirname.
49400
49401         * modules/verify: New file.
49402         * MODULES.html.sh (Diagnostics <assert.h>): New section,
49403         with "verify" module.
49404
49405 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49406
49407         Sync from coreutils.
49408
49409         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
49410         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
49411         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
49412         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
49413         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
49414         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
49415         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
49416         Don't bother checking for string.h, stdlib.h, unistd.h.
49417         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
49418         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
49419         module's job.
49420         * m4/jm-macros.m4 (gl_MACROS): Likewise.
49421         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
49422
49423         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
49424         (gl_GETDATE): Use it.
49425
49426         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
49427
49428 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49429
49430         Sync from coreutils.
49431
49432         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
49433         stat-time.h.
49434         * lib/argmatch.h: Include verify.h
49435         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
49436         (ARGMATCH_ASSERT): Remove; unused.
49437         * lib/canonicalize.c: Assume STDC_HEADERS.
49438         * lib/exclude.c: Include "strcase.h".
49439         * lib/regex_internal.h [!defined _LIBC]: Likewise.
49440         * lib/getusershell.c: Include stdio--.h rather than stdio.h
49441         and stdio-safer.h.
49442         (getusershell): Call fopen, not fopen_safer.
49443         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
49444         Do not include unistd-safer.h.
49445         (save_cwd): Don't call fd_safer; no longer needed
49446         now that we include fcntl--.h.
49447
49448         * lib/getdate.y (relative_time): New type.
49449         (RELATIVE_TIME_0): New constant.
49450         (parser_control): Use relative_time instead of doing it ourselves.
49451         (%union): Add new relative_time rel member.
49452         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
49453         Now typeless.
49454         (relunit, relunit_snumber): Now of type rel.
49455         (zone, rel, relunit, get_date): Adjust to above changes.
49456
49457         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
49458         Do not include unistd-safer.h.
49459         (getloadavg): Don't call fd_safer; no longer needed
49460         now that we include fcntl--.h.
49461
49462         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
49463         (make_dir_parents): Treat ENOSYS like EEXIST.
49464
49465         Improve quality of diagnostics on restore_cwd failure.
49466         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
49467         (make_dir_parents): Last arg is now int * (for errno), not bool *.
49468         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
49469         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
49470         each time through the loop.  Do not diagnose restore_cwd failure;
49471         that is the caller's job (and perhaps the caller does not care).
49472
49473         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
49474         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
49475         If the file already exists but is not a directory, don't bother
49476         to try to make its parents.
49477         Close potential file descriptor leak if we can't chdir("/") (!).
49478         Don't always return true if chdir($PWD) fails; return true only
49479         if the requested action was done successfully (except for the
49480         chdir($PWD)).
49481         Don't log final directory unless we actually made it.
49482         Refactor to avoid duplicate code to fix up permissions.
49483         Don't attempt to fix up parent permissions if chdir($PWD) fails.
49484
49485         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
49486         to make it a bit faster and (I hope) clearer.
49487         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
49488         Fix bug in formats like %2N.
49489
49490         * lib/verify.h: New file.
49491
49492 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49493
49494         Sync from coreutils.
49495         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
49496
49497 2005-09-22  Jim Meyering  <jim@meyering.net>
49498
49499         Sync from coreutils.
49500
49501         * m4/lstat.m4 (gl_FUNC_LSTAT):
49502         Use AC_LIBSOURCES to require lstat.c and lstat.h.
49503         Remove obsolete comment.
49504         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
49505         * m4/xstrtod.m4: Likewise.
49506
49507         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
49508
49509 2005-09-22  Jim Meyering  <jim@meyering.net>
49510
49511         Sync from coreutils.
49512
49513         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
49514
49515         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
49516         the .tm_year member, since otherwise gcc-4.0 would now warn about
49517         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
49518
49519         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
49520         order to avoid an unsuppressible warning from gcc on 64-bit systems.
49521
49522         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
49523         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
49524         when run in a time zone for which daylight savings time is in effect
49525         for the starting date.
49526
49527         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
49528         stop us from restricting permissions of just-created absolute-named
49529         directories.
49530         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
49531         to restore initial working directory.
49532         * lib/mkdir-p.c (make_dir_parents): New parameter:
49533         different_working_dir, to tell caller if/when we change the working
49534         directory and are unable to return to the initial one.
49535         * lib/mkdir-p.h (make_dir_parents): Update prototype.
49536         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
49537         `return false'.  This fixes a bug introduced on 2004-07-30.
49538
49539         * lib/openat.c (fdopendir): Be sure to close the supplied
49540         file descriptor before returning.  This makes our replacement
49541         implementation a little closer to Solaris's, where fdopendir
49542         ties the file descriptor to the returned DIR* pointer.
49543         * lib/openat.c (unlinkat): New function.
49544         * lib/openat.h (unlinkat): Add prototype.
49545         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
49546         (openat_restore_fail): Rename from openat_restore_die.
49547         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
49548
49549         Provide an alternative to exiting immediately upon save_cwd or
49550         restore_cwd failure.  Now, an application can arrange e.g.,
49551         to perform a longjump in that case.
49552         * lib/openat.c: Include dirname.h.
49553         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
49554         (rpl_openat, fdopendir, fstatat): Call openat_save_die
49555         and openat_restore_die rather than calling error directly.
49556         Don't include "error.h" or "exitfail.h"; they're no longer needed.
49557
49558         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
49559         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
49560         define.
49561
49562         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
49563         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
49564                             int utc, int nanoseconds);
49565         Background:
49566         date should not have to allocate a megabyte of virtual memory to
49567         handle a format argument like +%1048575T.  When implemented with
49568         strftime, it must allocate such a buffer, use strftime to fill it
49569         in, print it, then free it.
49570         With fprintftime, it simply prints everything and exits.
49571         With no need for memory allocation, that's one fewer way to fail.
49572         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
49573         optional field width, not before, so we accept %9:z, not %:9z.
49574         (my_strftime): Be sure to use L_('x') for literals.
49575
49576         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
49577         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
49578         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
49579         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
49580         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
49581         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
49582         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
49583         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
49584         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
49585         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
49586         * lib/xgethostname.c, lib/xreadlink.c:
49587         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
49588
49589         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
49590         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
49591         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
49592         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
49593         and don't include <sys/file.h>).
49594
49595 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
49596
49597         Sync from coreutils.
49598
49599         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
49600         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
49601         [!LDAV_DONE]: Avoid unused variable warning.
49602
49603 2005-09-21  Bruno Haible  <bruno@clisp.org>
49604
49605         * lib/unicodeio.h (unicode_to_mb): New declaration.
49606
49607 2005-09-20  Derek Price  <derek@ximbiot.com>
49608
49609         * lib/getaddrinfo.c: Don't include <netdb.h> included from
49610         getaddrinfo.h.
49611
49612 2005-09-20  Bruno Haible  <bruno@clisp.org>
49613
49614         * gnulib-tool: Remove trailing slashes from the values specified for
49615         --source-base, --m4-base, --tests-base, --aux-dir.
49616         Suggested by Simon Josefsson <jas@extundo.com>.
49617
49618 2005-09-20  Bruno Haible  <bruno@clisp.org>
49619
49620         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
49621         func_modules_to_filelist, func_import, func_create_testdir): Make all
49622         sorting results locale-independent, so that gnulib-cache.m4 doesn't
49623         change when gnulib-tool is invoked in a different locale.
49624
49625 2005-09-19  Simon Josefsson  <jas@extundo.com>
49626
49627         * m4/socklen.m4: Fix typo.
49628
49629 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49630
49631         Use a consistent style for including <config.h>.
49632         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
49633         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
49634         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
49635         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
49636         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
49637         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
49638         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
49639         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
49640         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
49641         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
49642         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
49643         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
49644         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
49645         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
49646         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
49647         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
49648         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
49649         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
49650         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
49651         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
49652         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
49653         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
49654         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
49655         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
49656         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
49657         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
49658         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
49659         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
49660         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
49661         lib/xstrtoumax.c, lib/yesno.c:
49662         Standardize inclusion of config.h.
49663         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
49664         lib/inttostr.h:  Removed inclusion of config.h from header files.
49665         * lib/inttostr.c:  Adjusted in-tree users.
49666         * lib/timespec.h: Remove superfluous warning to include config.h.
49667         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
49668         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
49669         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
49670         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
49671         config.h with HAVE_CONFIG_H.
49672
49673 2005-09-19  Jim Meyering  <jim@meyering.net>
49674
49675         * modules/pathmax (License): Change to LGPL.
49676
49677 2005-09-19  Derek Price  <derek@ximbiot.com>
49678
49679         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
49680
49681 2005-09-19  Bruno Haible  <bruno@clisp.org>
49682
49683         * gnulib-tool (import): Provide default for --tests-base.
49684
49685 2005-09-19  Bruno Haible  <bruno@clisp.org>
49686
49687         * doc/quote.texi: New file, extracted from gnulib.texi.
49688         * doc/ctime.texi: New file, extracted from gnulib.texi.
49689         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
49690         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
49691         * doc/gnulib.texi: Include them.
49692
49693 2005-09-18  Bruno Haible  <bruno@clisp.org>
49694
49695         Portability fix.
49696         * gnulib-tool (func_readlink): New function.
49697         (func_ln_if_changed): Use it.
49698
49699 2005-09-18  Bruno Haible  <bruno@clisp.org>
49700
49701         * gnulib-tool: Support --with-tests also with --import.
49702         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
49703         (func_import): Use variables $testsbase and $inctests. Emit a
49704         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
49705         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
49706         SUBDIRS += $testsdir.
49707         (func_create_testdir): Update.
49708
49709 2005-09-18  Bruno Haible  <bruno@clisp.org>
49710
49711         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
49712         instead of $dry_run.
49713         (func_cp_if_changed, func_mv_if_changed): Remove functions.
49714         (func_ln_if_changed): Don't handle dry-run here.
49715         (func_import): In dry-run mode, detect more precisely which actions
49716         would be performed, and don't use "...ing" verbs.
49717
49718 2005-09-18  Bruno Haible  <bruno@clisp.org>
49719
49720         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
49721         (func_import): Use join on two temporary files instead of three nested
49722         loops, in order to determine which files are new or old.
49723
49724 2005-09-18  Bruno Haible  <bruno@clisp.org>
49725
49726         * gnulib-tool (func_import): Comment out code that spits out the
49727         new files with --dry-run.
49728
49729 2005-09-18  Bruno Haible  <bruno@clisp.org>
49730
49731         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
49732
49733 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49734
49735         * lib/stat-time.h: New file.
49736         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
49737         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
49738         in a different way.
49739         (timespec_cmp): New function.
49740         * lib/utimecmp.c: Include stat-time.h.
49741         (SYSCALL_RESOLUTION): Depend on whether various struct stat
49742         members exist, not on the obsolescent ST_MTIM_NSEC.
49743         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
49744
49745 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49746
49747         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
49748
49749 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49750
49751         * MODULES.html.sh (File system functions): Add stat-time.
49752         * modules/stat-time: New file.
49753         * modules/timespec (Files): Remove m4/st_mtim.m4; this
49754         is now done in a different way, by the stat-time module.
49755         * modules/utimecmp (Depends-on): Add stat-time.
49756
49757 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
49758
49759         * m4/st_mtim.m4: Remove.  Superseded by...
49760         * m4/stat-time.m4: New file.
49761         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
49762         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
49763
49764 2005-09-15  Derek Price  <derek@ximbiot.com>
49765
49766         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
49767
49768 2005-09-15  Derek Price  <derek@ximbiot.com>
49769
49770         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
49771         * lib/regex_internal.c: Ditto, using this...
49772         (__GNUC_PREREQ): ...new macro.
49773         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
49774         using...
49775         (__GNUC_PREREQ): ...this new macro.
49776
49777         * lib/strstr.h: Include string.h. Define strstr as a macro here.
49778
49779 2005-09-15  Derek Price  <derek@ximbiot.com>
49780             Paul Eggert  <eggert@cs.ucla.edu>
49781
49782         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
49783         changes, consolidating in...
49784         * lib/regex_internal.h: ...this file.
49785
49786 2005-09-13  Jim Meyering  <jim@meyering.net>
49787
49788         * lib/canon-host.c: Filter through gnu indent and reword comments
49789         slightly.
49790         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
49791
49792 2005-09-13  Derek Price  <derek@ximbiot.com>
49793
49794         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
49795         failure.
49796         Reported by Jim Meyering  <jim@meyering.net>.
49797
49798 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
49799
49800         * lib/base64.c: Typo.
49801         (base64_encode): Put b64str in initialized data section.
49802
49803 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
49804
49805         Merge glibc and coreutils changes into gnulib, plus a few
49806         extra fixes.
49807         * lib/md5.c: Use #error rather than a string.
49808         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
49809         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
49810         (__attribute__): Define to empty for non recent-GCC.
49811         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
49812         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
49813         Renamed from their non-__ counterparts, with new macros replacing
49814         them if not _LIBC.  Add __THROW attribute.
49815         (rol): Remove.
49816         (struct md5_ctx): Align buffer if using GCC.
49817         * lib/sha1.h (struct sha1_ctx): Likewise.
49818         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
49819         The old name was backwards.
49820         (NOTSWAP): Remove; not used.
49821         (rol): New macro, moved here from md5.h.
49822         (sha1_process_block): Remove a FIXME that doesn't make sense.
49823
49824 2005-09-12  Derek Price  <derek@ximbiot.com>
49825
49826         Return usable errors from canon-host.
49827         * lib/canon-host.h: New file.
49828         * lib/canon-host.c (canon_host): Wrap...
49829         (canon_host_r): ...this new function, which now relies exclusively on
49830         getaddrinfo.
49831         (ch_strerror): New function.
49832         (last_cherror): New global.
49833         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
49834         interface.
49835         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
49836         void *.
49837         (freeaddrinfo): Free ai->ai_canonname when set.
49838
49839 2005-09-12  Derek Price  <derek@ximbiot.com>
49840
49841         Make canon-host require getaddrinfo.
49842         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
49843         AC_LIBSOURCE canon-host.h.  Call...
49844         (gl_PREREQ_CANON_HOST): ...this new function, which requires
49845         gl_GETADDRINFO.
49846         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
49847
49848 2005-09-12  Derek Price  <derek@ximbiot.com>
49849
49850         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
49851         LGPL.
49852         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
49853
49854 2005-09-12  Derek Price  <derek@ximbiot.com>
49855
49856         * lib/gai_strerror.c: Include config.h when available.  Include
49857         getaddrinfo.h before other headers to test interface.
49858         Reported by Larry Jones <lawrence.jones@ugs.com>.
49859
49860 2005-09-12  Derek Price  <derek@ximbiot.com>
49861             Paul Eggert  <eggert@cs.ucla.edu>
49862
49863         * modules/glob (Files): Add glob-libc.h.
49864
49865 2005-09-12  Derek Price  <derek@ximbiot.com>
49866             Paul Eggert  <eggert@cs.ucla.edu>
49867
49868         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
49869         glob_.h, glob-libc.h.
49870         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
49871
49872 2005-09-12  Derek Price  <derek@ximbiot.com>
49873             Paul Eggert  <eggert@cs.ucla.edu>
49874
49875         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
49876         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
49877         protecting things that should be done only in gnulib contexts.
49878         * lib/glob_.h: New file, containing only the glob things needed for
49879         gnulib.
49880         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
49881         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
49882         (glob, globfree, glob_pattern_p): Now defined simply in terms of
49883         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
49884         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
49885         and to respect the namespace rules better.
49886
49887 2005-09-08  Simon Josefsson  <jas@extundo.com>
49888
49889         * modules/socklen: New file.
49890
49891 2005-09-08  Simon Josefsson  <jas@extundo.com>
49892
49893         * m4/socklen.m4: New file.
49894
49895 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
49896
49897         * modules/utimens (Files): Add m4/utimbuf.m4, since
49898         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
49899         Reported by Sergey Poznyakoff.
49900
49901 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
49902
49903         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
49904         definitions, since that's the preferred style in glibc.
49905         Fix a minor spacing issue, and update copyright notice to match
49906         glibc's.
49907
49908 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
49909
49910         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
49911
49912 2005-09-06  Simon Josefsson  <jas@extundo.com>
49913
49914         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
49915         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
49916
49917 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
49918
49919         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
49920         warning.
49921
49922 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
49923
49924         * config/srclist.txt: Add glibc bug 1302.
49925
49926 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
49927
49928         Change bitset word type from unsigned int to unsigned long int,
49929         as this has better performance on typical 64-bit hosts.
49930         Port bitset code to hosts with unusual word sizes.
49931         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
49932         (build_collating_symbol):
49933         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
49934         argument is a bitset.  This is merely a style issue, but it makes
49935         it clearer that an entire array is expected.
49936         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
49937         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
49938         Port to the case where bitset_word is not the same as unsigned int.
49939         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
49940         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
49941         Likewise.
49942         * lib/regexec.c (check_dst_limits_calc_pos_1,
49943         check_subexp_matching_top):
49944         (build_trtable, group_nodes_into_DFAstates):
49945         Likewise.
49946         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
49947         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
49948         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
49949         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
49950         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
49951         * lib/regcomp.c (optimize_subexps, lower_subexp):
49952         Work even if bitset_word has holes in its bitwise representation.
49953         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
49954         * lib/regexec.c (check_dst_limits_calc_pos_1,
49955         check_subexp_matching_top):
49956         Likewise.
49957         * lib/regex_internal.c (re_string_reconstruct):
49958         Don't assume UCHAR_MAX == 255.
49959         * lib/regex_internal.h (bitset_set_all): Likewise.
49960         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
49961         All uses changed.
49962         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
49963         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
49964         All uses changed.
49965         (BITSET_WORD_MAX): New macro.
49966         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
49967         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
49968         (bitset_empty, bitset_copy):
49969         Prefer sizeof (bitset) to multiplying it out ourselves.
49970         (bitset_not_merge): Remove; unused.
49971         (bitset_contain): Return bool, not unsigned int with one bit on.
49972         All callers changed.
49973         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
49974         alignment than re_node_set; do this by defining a new internal
49975         type struct dests_alloc and using it to allocate memory.
49976
49977 2005-09-05  Bruno Haible  <bruno@clisp.org>
49978
49979         * gnulib-tool (func_import): Fix comparison in handling of symbolic
49980         links.
49981
49982 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
49983
49984         * modules/size_max (Makefile.am): Add size_max.h
49985
49986 2005-09-04  Derek Price  <derek@ximbiot.com>
49987
49988         * gnulib-tool (func_import): Fix reversed $symbolic logic.
49989
49990 2005-09-03  Simon Josefsson  <jas@extundo.com>
49991
49992         * gnulib-tool: Fix typo.
49993
49994 2005-09-03  Simon Josefsson  <jas@extundo.com>
49995
49996         * config/srclist.txt: Add glibc bug 1293.
49997
49998 2005-09-03  Derek Price  <derek@ximbiot.com>
49999
50000         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
50001         From Larry Jones <lawrence.jones@ugs.com>.
50002
50003 2005-09-02  Simon Josefsson  <jas@extundo.com>
50004
50005         * modules/socklen: New file.
50006
50007 2005-09-02  Simon Josefsson  <jas@extundo.com>
50008
50009         * modules/havelib: New module.
50010
50011         * modules/gettext, modules/iconv, modules/lock, modules/readline:
50012         Use havelib.
50013
50014 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50015
50016         Check for arithmetic overflow when calculating sizes, to prevent
50017         some buffer-overflow issues.  These patches are conservative, in the
50018         sense that when I couldn't determine whether an overflow was possible,
50019         I inserted a run-time check.
50020         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
50021         macros.
50022         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
50023         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
50024         (re_xnrealloc, re_x2nrealloc): New inline functions.
50025         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
50026         parse_bracket_exp):
50027         (build_equiv_class, build_charclass): Check for arithmetic overflow
50028         in size expression calculations.
50029         * lib/regex_internal.c (re_string_realloc_buffers):
50030         (build_wcs_upper_buffer, re_node_set_add_intersect):
50031         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
50032         (re_dfa_add_node, register_state): Likewise.
50033         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
50034         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
50035         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
50036         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
50037
50038 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50039
50040         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50041         m4/ulonglong.m4.  Problem reported by Martin Lambers.
50042
50043 2005-09-02  Bruno Haible  <bruno@clisp.org>
50044
50045         Support for lib vs. lib64 distinction on biarch platforms.
50046         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
50047         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
50048         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
50049
50050 2005-09-02  Bruno Haible  <bruno@clisp.org>
50051
50052         * gnulib-tool (import): In the other first-use case, provide defaults
50053         as well.
50054
50055 2005-09-02  Bruno Haible  <bruno@clisp.org>
50056
50057         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
50058         patches not yet found in the latest gettext release.
50059
50060 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50061
50062         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
50063         to avoid a collision with bits/local_lim.h in glibc.
50064         All uses changed.  Problem reported by Dmitry V. Levin in
50065         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
50066
50067         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
50068         bugs in int versus size_t comparisons.
50069         (re_string_context_at): Fix bug where the code assumed that
50070         Idx is signed.
50071
50072         Use bool where appropriate.
50073         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
50074         All callers changed.
50075         (calc_eclosure_iter): Likewise, for ROOT arg.
50076         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
50077         (build_charclass_op): Likewise, for NON_MATCH arg.
50078         * lib/regex_internal.c (re_string_allocate, re_string_construct):
50079         (re_string_construct_common): Likewise, for ICASE arg.
50080         * lib/regexec.c (re_search_2_stub, re_search_stub):
50081         Likewise, for RET_LEN arg.
50082         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
50083         (set_regs): Likewise, for FL_BACKTRACK arg.
50084         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
50085         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
50086         (calc_eclosure_iter, parse_bracket_exp):
50087         Use bool for internal variables that are booleans.
50088         * lib/regexec.c (re_search_internal, check_matching,
50089         proceed_next_node):
50090         (set_regs, build_sifted_states, sift_states_bkref):
50091         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
50092         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50093         (find_collation_sequence_value):
50094         Likewise.
50095         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
50096         (re_node_set_compare):
50097         Return bool, not int. All callers changed.
50098         * lib/regexec.c (check_halt_node_context, check_dst_limits):
50099         (build_trtable, check_node_accept): Likewise.
50100         * lib/regex_internal.h: Include stdbool.h.
50101
50102         Fix bugs uncovered when converting to bool.
50103         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
50104         failure instead of charging ahead blindly.
50105         * lib/regex_internal.c (register_state): Likewise.
50106         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
50107         for freeing internal storage.
50108         (group_nodes_into_DFA_states): Use unsigned int, not int, for
50109         bitset pieces used as boolean, to avoid undefined behavior
50110         on hosts that do int overflow checking.
50111
50112 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50113
50114         * config/srclist.txt: Add glibc bugs 1285-1287.
50115
50116 2005-09-01  Jim Meyering  <jim@meyering.net>
50117
50118         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
50119         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
50120         Require gl_STAT_MACROS, too.
50121
50122 2005-09-01  Bruno Haible  <bruno@clisp.org>
50123
50124         * gnulib-tool (import): In the first-use case, provide defaults.
50125
50126 2005-09-01  Bruno Haible  <bruno@clisp.org>
50127
50128         * gnulib-tool (func_import): Remove the .tmp files.
50129
50130 2005-09-01  Bruno Haible  <bruno@clisp.org>
50131
50132         * gnulib-tool (func_import): Fix handling of symbolic links.
50133
50134 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50135
50136         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
50137         old glibc regex code mishandles strings longer than 2**31 bytes.
50138         This patch fixes this when the regex code is used in gnulib
50139         (i.e., outside glibc).
50140
50141         This patch should not affect the use of the regex code inside
50142         glibc.  No doubt this problem also needs to be handled for glibc
50143         as well, but the result will be an incompatible change to the
50144         glibc ABI, and the old ABI will have to be supported too.  That
50145         can be the the subject for another patch.
50146
50147         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
50148         governing whether the rest of this patch is active.  By default,
50149         the macro is disabled and the patch has no effect.
50150         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50151         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50152         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50153         (re_match_2, re_set_registers): Use the new types.
50154         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50155         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50156         New macros.
50157         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50158         (re_string_context_at, bin_tree_t, re_dfastate_t):
50159         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50160         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50161         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50162         (re_string_char_size_at, re_string_wchar_at):
50163         (re_string_elem_size_at):
50164         Use the new types and macros to port to 64-bit hosts.
50165         Use unsigned types for internal values, so that the code
50166         mostly works even for arrays larger than SSIZE_MAX.
50167         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
50168         (search_duplicated_node, calc_eclosure_iter, fetch_number):
50169         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
50170         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
50171         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
50172         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
50173         (calc_inveclosure, parse_dup_op, build_range_exp):
50174         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
50175         (fetch_number, create_token_tree, mark_opt_subexp):
50176         Likewise.
50177         * lib/regex_internal.c (re_string_construct_common,
50178         create_ci_newstate):
50179         (create_cd_newstate, re_string_allocate, re_string_construct):
50180         (re_string_realloc_buffers, build_wcs_upper_buffer):
50181         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50182         (re_string_reconstruct, re_string_peek_byte_case):
50183         (re_string_fetch_byte_case, re_string_context_at):
50184         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50185         (re_node_set_init_copy, re_node_set_add_intersect):
50186         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50187         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50188         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50189         (re_acquire_state, re_acquire_state_context, register_state):
50190         Likewise.
50191         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
50192         search_cur_bkref_entry):
50193         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
50194         (re_search_internal, re_search_2_stub, re_search_stub)
50195         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
50196         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
50197         (update_cur_sifted_state, check_dst_limits):
50198         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50199         (check_subexp_limits, sift_states_bkref, merge_state_array):
50200         (check_subexp_matching_top, get_subexp, get_subexp_sub):
50201         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
50202         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50203         (expand_bkref_cache, check_node_accept_bytes):
50204         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
50205         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
50206         (acquire_init_state_context, check_halt_node_context):
50207         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
50208         (sift_states_backward, clean_state_log_if_needed):
50209         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
50210         (find_recover_state, transit_state_sb, transit_state_mb):
50211         (transit_state_bkref, build_trtable, match_ctx_clean):
50212         Likewise.
50213         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
50214         to work around an assumption that REG_MISSING is negative.
50215
50216         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
50217         (seek_collating_symbol_entry) [defined _LIBC]:
50218         (lookup_collation_sequence_value) [defined _LIBC]:
50219         (build_range_exp, build_collating_symbol) [defined _LIBC]:
50220         Use prototypes rather than old-style function definitions.
50221         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
50222         (transit_state_sb) [0]:
50223         (find_collation_sequence_value) [defined _LIBC]: Likewise.
50224
50225         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
50226         rm_eo.
50227
50228         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
50229         (optimize_subexps, lower_subexp):
50230         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
50231         since the signed shift might overflow.  Use 1u<<31 instead.
50232         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50233         Likewise.
50234         * lib/regexec.c (check_dst_limits_calc_pos_1,
50235         check_subexp_matching_top): Likewise.
50236
50237         * lib/regcomp.c (optimize_subexps, lower_subexp):
50238         Use CHAR_BIT rather than 8, for clarity.
50239         * lib/regexec.c (check_dst_limits_calc_pos_1):
50240         (check_subexp_matching_top): Likewise.
50241         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
50242         have to worry about portability issues when shifting it left.
50243         Remove no-longer-needed test for table_size > 0.
50244         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
50245         in a word, as the resulting behavior is undefined.
50246         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
50247         in one case, a <= should have been an <, and in another case the
50248         whole test was missing.
50249         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
50250         the standard name CHAR_BIT.
50251         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
50252         this is not true on one's complement and signed-magnitude hosts.
50253
50254         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
50255         next_last_offset.
50256         (struct re_dfa_t): Remove unused member states_alloc.
50257         * lib/regcomp.c (init_dfa): Don't initialize unused members.
50258
50259 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50260
50261         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
50262         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
50263         and large-file glibc and in 32-bit large-file Solaris.
50264
50265 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50266
50267         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
50268         lengths fit in regoff_t; this isn't true if regoff_t is the same
50269         width as size_t.
50270         * lib/regex.c (re_search_internal): 5th arg is LAST_START
50271         (= START + RANGE) instead of RANGE.  This avoids overflow
50272         problems when regoff_t is the same width as size_t.
50273         All callers changed.
50274         (re_search_2_stub): Check for overflow when adding the
50275         sizes of the two strings.
50276         (re_search_stub): Check for overflow when adding START
50277         to RANGE; if it occurs, substitute the extreme value.
50278
50279 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50280
50281         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
50282
50283 2005-08-31  Jim Meyering  <jim@meyering.net>
50284
50285         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
50286         a pointer-to-const.
50287         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
50288         (register_state): Likewise.
50289         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
50290         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50291         (group_nodes_into_DFAstates): Likewise.
50292
50293 2005-08-31  Jim Meyering  <jim@meyering.net>
50294
50295         * check-module: Add a FIXME comment.
50296
50297 2005-08-31  Eric Blake  <ebb9@byu.net>
50298
50299         * modules/unistd-safer (Files): Add unistd--.h.
50300         * modules/stdio-safer (Files): Add stdio--.h.
50301
50302 2005-08-31  Derek Price  <derek@ximbiot.com>
50303
50304         * lib/getdelim.c (getdelim): Return EOF on EOF.
50305         Reported by Larry Jones <lawrence.jones@ugs.com>.
50306
50307 2005-08-31  Bruno Haible  <bruno@clisp.org>
50308
50309         Avoid unnecessary diffs in the generated lib/Makefile.am.
50310         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
50311         the generated files.
50312         (func_import): Don't set cmd.
50313
50314 2005-08-31  Bruno Haible  <bruno@clisp.org>
50315
50316         * lib/strstr.c: Include <stddef.h>, for NULL.
50317         * lib/strcasestr.c: Likewise.
50318         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50319
50320 2005-08-31  Bruno Haible  <bruno@clisp.org>
50321
50322         * gnulib-tool: New option --macro-prefix.
50323         (func_import): Use macro_prefix.
50324         (import): Handle option --macro-prefix.
50325
50326 2005-08-31  Bruno Haible  <bruno@clisp.org>
50327
50328         * gnulib-tool (import): Rename most ac_* variables to cached_*.
50329         Also use new variables cached_lgpl, cached_libtool.
50330
50331 2005-08-31  Bruno Haible  <bruno@clisp.org>
50332
50333         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
50334         always instantiating them.
50335
50336 2005-08-31  Bruno Haible  <bruno@clisp.org>
50337
50338         * gnulib-tool (func_import): Read the previous cached settings
50339         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
50340         earlier added by gnulib but are now dropped. Warn when a gnulib file
50341         overwrites a non-gnulib file.
50342
50343 2005-08-31  Bruno Haible  <bruno@clisp.org>
50344
50345         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
50346         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
50347         projects that don't keep autogenerated files in CVS. Put into
50348         actioncmd only the specified modules, not the transitive closure.
50349
50350 2005-08-31  Bruno Haible  <bruno@clisp.org>
50351
50352         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
50353         Create directories that shall be filled.
50354         (import): Don't look for gl_* macros in configure.ac. Recurse across
50355         all directories containing a gnulib-cache.m4 files, if meaningful.
50356
50357 2005-08-31  Bruno Haible  <bruno@clisp.org>
50358
50359         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
50360         (import): Set seen_libtool when we see gl_LIBTOOL.
50361
50362 2005-08-31  Bruno Haible  <bruno@clisp.org>
50363
50364         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
50365         declaration macro definitions from generated gnulib.m4.
50366
50367 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
50368
50369         * lib/iconvme.h: Add prototype for iconv_alloc.
50370
50371 2005-08-29  Simon Josefsson  <jas@extundo.com>
50372
50373         * lib/iconvme.c: Fix errno.
50374
50375 2005-08-29  Bruno Haible  <bruno@clisp.org>
50376
50377         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
50378         that it works when the directory contains spaces.
50379
50380 2005-08-29  Bruno Haible  <bruno@clisp.org>
50381
50382         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
50383
50384 2005-08-29  Bruno Haible  <bruno@clisp.org>
50385
50386         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
50387         Emit more advice.
50388
50389 2005-08-29  Bruno Haible  <bruno@clisp.org>
50390         and Stepan Kasal  <kasal@ucw.cz>
50391
50392         * check-module: If more parameters are given, check each of them
50393         separately; add more exceptions, as noted by Jim Meyering.
50394         (check_module): New procedure.
50395         (%exempt_header): Now contains all exceptions.
50396
50397 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
50398
50399         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
50400
50401 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50402
50403         * lib/iconvme.c: Split iconv_string into iconv_alloc.
50404
50405 2005-08-28  Bruno Haible  <bruno@clisp.org>
50406
50407         * m4/gnulib-tool.m4: New file.
50408
50409 2005-08-27  Jim Meyering  <jim@meyering.net>
50410
50411         * modules/unistd-safer (Files): Add pipe-safer.c.
50412         * modules/fcntl-safer (Files): Add creat-safer.c.
50413
50414 2005-08-27  Jim Meyering  <jim@meyering.net>
50415
50416         * m4/stdlib-safer.m4: New file.  From coreutils.
50417         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
50418         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
50419         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
50420         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
50421         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
50422
50423 2005-08-27  Jim Meyering  <jim@meyering.net>
50424
50425         * lib/fopen-safer.c: Merge minor changes from coreutils.
50426         * lib/dup-safer.c: Likewise.
50427         * lib/fd-safer.c: Likewise.
50428
50429         Merge from coreutils.
50430         * lib/stdio--.h: New file.
50431         * lib/stdlib--.h: New file.
50432         * lib/mkstemp-safer.c: New file.
50433
50434         GNU tar needs these.
50435         * lib/pipe-safer.c: New file.
50436         * lib/creat-safer.c: New file.
50437         * lib/fcntl--.h (creat): Define to creat_safer.
50438         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
50439         * lib/unistd--.h (pipe): Define to pipe_safer.
50440         * lib/unistd-safer.h: Declare pipe_safer.
50441
50442 2005-08-26  Simon Josefsson  <jas@extundo.com>
50443
50444         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
50445         Haible <bruno@clisp.org>.
50446
50447 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
50448
50449         * lib/regex_internal.h: Remove all references to
50450         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
50451         or better.
50452         (bitset_not, bitset_merge, bitset_not_merge):
50453         (bitset_mask, re_string_allocate, re_string_construct):
50454         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
50455         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
50456         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
50457         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
50458         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50459         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50460         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
50461         (re_acquire_state_context):
50462         Remove unnecessary forward decls.
50463         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
50464         Put __attribute at function definition,
50465         now that the function decl has been removed.
50466         * lib/regex_internal.c (re_string_peek_byte_case):
50467         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
50468         Likewise.
50469
50470 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
50471
50472         * m4/regex.m4: Add AC_PREREQ(2.50).
50473         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
50474
50475 2005-08-25  Simon Josefsson  <jas@extundo.com>
50476
50477         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
50478         __fsetlocking.
50479
50480 2005-08-25  Simon Josefsson  <jas@extundo.com>
50481
50482         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
50483         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
50484         GLIBC specific code.
50485
50486 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50487
50488         Make regex safe for g++.  This fixes one real bug (an "err"
50489         that should have been "*err").  g++ problem reported by
50490         Sam Steingold.
50491         * lib/regex_internal.h (re_calloc): New macro, consistent with
50492         re_malloc etc.  All callers of calloc changed to use re_calloc.
50493         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
50494         not int.  All callers changed.
50495         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
50496         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
50497         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
50498         (find_recover_state): Change "err" to "*err"; this fixes what
50499         appears to be a real bug.
50500         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
50501         versus int.
50502
50503 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50504
50505         * modules/regex (Depends-on): Add malloc, since the code
50506         assumes that !malloc(0) means failure.
50507
50508 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50509
50510         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
50511
50512         alloca modernization/simplification for regex.
50513         * lib/regex.c: Remove portability cruft for alloca.  This no longer
50514         needs to be at the start of the file, and can be moved into
50515         regex_internal.h and simplified.
50516         * lib/regex_internal.h: Include <alloca.h>.
50517         (__libc_use_alloca) [!defined _LIBC]: New macro.
50518         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
50519         now works outside glibc.
50520
50521 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50522
50523         * config/srclist.txt: Add glibc bugs 1241, 1245.
50524
50525 2005-08-25  Jim Meyering  <jim@meyering.net>
50526
50527         * lib/open-safer.c: Include <config.h>.
50528         Otherwise, we'd lose LARGEFILE support in any file using
50529         e.g. "fcntl--.h"
50530
50531 2005-08-25  Bruno Haible  <bruno@clisp.org>
50532
50533         * m4/minmax.m4: Require autoconf 2.52.
50534         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
50535         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
50536         alternatives of translit over the alphabet.
50537         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
50538
50539 2005-08-24  Simon Josefsson  <jas@extundo.com>
50540
50541         * tests/test-getpass.c: New file.
50542
50543 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50544
50545         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
50546         for GNU regex features.
50547
50548 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50549
50550         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
50551         * lib/regex.h (regerror): Likewise.
50552
50553         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
50554         requires this.  (The code never needed it.)
50555
50556         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
50557         All uses of recently-renamed identifiers changed to use the new,
50558         POSIX-compliant names.  The code will build and run just fine
50559         without these changes, but it's better to eat our own dog food
50560         and use the standard-conforming names.
50561
50562         * lib/regex.h: Fix a multitude of POSIX name space violations.
50563         These changes have an effect only for programs that define
50564         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
50565         do not change anything for programs compiled in the normal way.
50566         Also, there is no effect on the ABI.
50567
50568         (_REGEX_SOURCE): New macro.
50569         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
50570         defined and _GNU_SOURCE is not; this fixes a name space violation.
50571
50572         Rename the following macros to obey POSIX requirements.
50573         The old names are still visible as macros if _REGEX_SOURCE is defined.
50574         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
50575         RE_BACKSLASH_ESCAPE_IN_LISTS.
50576         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
50577         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
50578         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
50579         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
50580         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
50581         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
50582         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
50583         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
50584         (REG_INTERVALS): renamed from RE_INTERVALS.
50585         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
50586         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
50587         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
50588         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
50589         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
50590         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
50591         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
50592         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
50593         RE_UNMATCHED_RIGHT_PAREN_ORD.
50594         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
50595         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
50596         (REG_DEBUG): renamed from RE_DEBUG.
50597         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
50598         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
50599         unusual, since we can't clash with the POSIX REG_ICASE.
50600         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
50601         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
50602         (REG_NO_SUB): renamed from RE_NO_SUB.
50603         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
50604         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
50605         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
50606         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
50607         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
50608         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
50609         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
50610         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
50611         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
50612         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
50613         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
50614         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
50615         RE_SYNTAX_POSIX_MINIMAL_BASIC.
50616         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
50617         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
50618         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
50619         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
50620         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
50621         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
50622         (REG_FIXED): Renamed from REGS_FIXED.
50623         (REG_NREGS): Renamed from RE_NREGS.
50624
50625         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
50626         of other REG_* macros, since POSIX says the user is allowed to
50627         #undef these macros selectively.
50628
50629         (reg_errcode_t): Update comment stating what other tables need
50630         to be consistent.
50631
50632         Rename the following enum values to obey POSIX requirements.
50633         The old names are still visible as macros.
50634         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
50635         is not defined, since GNU is supposed to be a superset of POSIX as
50636         much as possible, and since we want reg_errcode_t to be a signed
50637         type for implementation consistency.
50638         (_REG_NOERROR): Renamed from REG_NOERROR.
50639         (_REG_NOMATCH): Renamed from REG_NOMATCH.
50640         (_REG_BADPAT): Renamed from REG_BADPAT.
50641         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
50642         (_REG_ECTYPE): Renamed from REG_ECTYPE.
50643         (_REG_EESCAPE): Renamed from REG_EESCAPE.
50644         (_REG_ESUBREG): Renamed from REG_ESUBREG.
50645         (_REG_EBRACK): Renamed from REG_EBRACK.
50646         (_REG_EPAREN): Renamed from REG_EPAREN.
50647         (_REG_EBRACE): Renamed from REG_EBRACE.
50648         (_REG_BADBR): Renamed from REG_BADBR.
50649         (_REG_ERANGE): Renamed from REG_ERANGE.
50650         (_REG_ESPACE): Renamed from REG_ESPACE.
50651         (_REG_BADRPT): Renamed from REG_BADRPT.
50652         (_REG_EEND): Renamed from REG_EEND.
50653         (_REG_ESIZE): Renamed from REG_ESIZE.
50654         (_REG_ERPAREN): Renamed from REG_ERPAREN.
50655         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
50656         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
50657         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
50658         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
50659
50660         (_REG_RE_NAME, _REG_RM_NAME): New macros.
50661         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
50662         changed.  But support the old name if the new one is not defined
50663         and if _REGEX_SOURCE.
50664
50665         Change the following member names in struct re_pattern_buffer.
50666         The old names are still supported if !_REGEX_SOURCE.
50667         The new names are always supported, regardless of _REGEX_SOURCE.
50668         (re_buffer): Renamed from buffer.
50669         (re_allocated): Renamed from allocated.
50670         (re_used): Renamed from used.
50671         (re_syntax): Renamed from syntax.
50672         (re_fastmap): Renamed from fastmap.
50673         (re_translate): Renamed from translate.
50674         (re_can_be_null): Renamed from can_be_null.
50675         (re_regs_allocated): Renamed from regs_allocated.
50676         (re_fastmap_accurate): Renamed from fastmap_accurate.
50677         (re_no_sub): Renamed from no_sub.
50678         (re_not_bol): Renamed from not_bol.
50679         (re_not_eol): Renamed from not_eol.
50680         (re_newline_anchor): Renamed from newline_anchor.
50681
50682         Change the following member names in struct re_registers.
50683         The old names are still supported if !_REGEX_SOURCE.
50684         The new names are always supported, regardless of _REGEX_SOURCE.
50685         (rm_num_regs): Renamed from num_regs.
50686         (rm_start): Renamed from start.
50687         (rm_end): Renamed from end.
50688
50689         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
50690         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
50691         Prepend __ to parameter names.
50692
50693         Undo yesterday's changes.
50694
50695 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50696
50697         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
50698         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
50699         lib/regex.c.
50700
50701 2005-08-24  Jim Meyering  <jim@meyering.net>
50702
50703         Sync from coreutils.
50704         * m4/fcntl-safer.m4: New file.
50705
50706         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
50707         and object files for this module.
50708
50709 2005-08-24  Jim Meyering  <jim@meyering.net>
50710
50711         Sync from coreutils.
50712         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
50713
50714 2005-08-24  Jim Meyering  <jim@meyering.net>
50715
50716         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
50717         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
50718
50719 2005-08-24  Jim Meyering  <jim@meyering.net>
50720
50721         * modules/fcntl-safer: New module.
50722         * modules/fts (Depends-on): Add fcntl-safer.
50723         * MODULES.html.sh (File descriptor based Input/Output):
50724         Add fcntl-safer.
50725
50726 2005-08-24  Bruno Haible  <bruno@clisp.org>
50727
50728         Support for unit test modules.
50729         * modules/README: Mention tests modules.
50730         * modules/TEMPLATE-TESTS: New file.
50731         * gnulib-tool: New options --extract-tests-module, --with-tests and
50732         --tests-base (unused for the moment).
50733         (testsbase, inctests): New variables.
50734         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
50735         (func_verify_module): Exclude TEMPLATE-TESTS.
50736         (func_verify_nontests_module, func_verify_tests_module): New functions.
50737         (func_get_dependencies): Add implicit dependency for tests modules.
50738         (func_get_tests_module): New function.
50739         (func_modules_transitive_closure): When --with-tests was specified,
50740         include the unit tests as well, unless explicitly avoided.
50741         (func_emit_lib_Makefile_am): Ignore the tests modules here.
50742         (func_emit_tests_Makefile_am): New function.
50743         (func_create_testdir): When --with-tests was specified, emit a
50744         tests/ directory.
50745         * MODULES.html.sh (Future developments): Update.
50746
50747 2005-08-24  Bruno Haible  <bruno@clisp.org>
50748
50749         * modules/tls-tests: New file.
50750         * tests/test-tls.c: New file, from GNU gettext.
50751
50752 2005-08-24  Bruno Haible  <bruno@clisp.org>
50753
50754         * modules/lock-tests: New file.
50755         * tests/test-lock.c: New file, from GNU gettext.
50756
50757 2005-08-24  Bruno Haible  <bruno@clisp.org>
50758
50759         * lib/lock.h: Add multiple inclusion guard.
50760         * lib/tls.h: Add multiple inclusion guard.
50761
50762 2005-08-24  Bruno Haible  <bruno@clisp.org>
50763
50764         * gnulib-tool: Add support for the --aux-dir option to
50765         --create-testdir, --create-megatestdir, --test, --megatest.
50766         (func_create_testdir, func_create_megatestdir): Optionally emit a
50767         AC_CONFIG_AUX_DIR directive.
50768         (create-testdir, create-megatestdir, test, megatest): Provide a
50769         default value for $auxdir.
50770
50771 2005-08-24  Bruno Haible  <bruno@clisp.org>
50772
50773         * gnulib-tool (import): Use compound statement instead of subshell
50774         where possible.
50775
50776 2005-08-24  Bruno Haible  <bruno@clisp.org>
50777
50778         * gnulib-tool (import): Change --aux-dir default to "build-aux".
50779
50780 2005-08-24  Bruno Haible  <bruno@clisp.org>
50781
50782         * gnulib-tool (func_version): Update.
50783
50784 2005-08-24  Bruno Haible  <bruno@clisp.org>
50785
50786         * gnulib-tool (func_import, func_create_testdir,
50787         func_create_megatestdir): Quote all autoconf macro arguments.
50788
50789 2005-08-24  Bruno Haible  <bruno@clisp.org>
50790
50791         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
50792         option --force, because --force causes the aclocal.m4 of each
50793         subdirectory to be newer than the corresponding config.h.in.
50794
50795 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
50796
50797         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
50798         All contents moved to gl_REGEX.
50799         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
50800         assume that it does.
50801
50802 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
50803
50804         * lib/regex.h (REG_NOSYS)
50805         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
50806         Define, since POSIX requires it as of 2001.
50807         (_REG_ENOSYS)
50808         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
50809         New private symbol, used to keep the enum signed in all cases.
50810         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
50811         Youngman in
50812         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
50813
50814         * lib/regex_internal.c (re_string_skip_chars, register_state):
50815         (calc_state_hash):
50816         Remove forward decls; no longer needed now that we use prototypes.
50817         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
50818         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
50819         (clean_state_log_if_needed): Likewise.
50820
50821 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
50822
50823         * config/srclist.txt: Add glibc bugs 1231-1233.
50824
50825 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
50826
50827         Fix problems reported by Sam Steingold in
50828         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
50829         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
50830         assumed that reg_errcode_t is a signed type, which is not
50831         necessarily true if _XOPEN_SOURCE is not defined.
50832         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
50833         since some compilers warn about it otherwise.
50834
50835 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
50836
50837         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
50838         (init_word_char, create_initial_state, duplicate_node_closure):
50839         (fetch_token, peek_token_bracket, build_range_exp):
50840         (build_collating_symbol): Remove forward decls; no longer needed
50841         now that we use prototypes.
50842
50843         * lib/regcomp.c:
50844         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
50845         (re_compile_fastmap_iter, regcomp, regerror, regfree):
50846         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
50847         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
50848         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
50849         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
50850         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
50851         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
50852         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
50853         (build_range_exp, build_collating_symbol, parse_bracket_exp):
50854         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
50855         (build_charclass, build_charclass_op, fetch_number, create_tree):
50856         (create_token_tree, mark_opt_subexp, duplicate_tree):
50857         Use prototypes rather than old-style definitions.
50858
50859         * lib/regex_internal.c:
50860         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
50861         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
50862         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50863         (re_string_reconstruct, re_string_peek_byte_case):
50864         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
50865         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50866         (re_node_set_init_copy, re_node_set_add_intersect):
50867         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50868         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50869         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50870         (re_acquire_state, re_acquire_state_context, register_state):
50871         (create_ci_newstate, create_cd_newstate, free_state):
50872         Likewise.
50873         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
50874         re_search_2):
50875         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
50876         (re_search_internal, prune_impossible_nodes):
50877         (acquire_init_state_context, check_matching, static):
50878         (check_halt_node_context, check_halt_state_context, proceed_next_node):
50879         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
50880         (update_regs, sift_states_backward, build_sifted_states):
50881         (clean_state_log_if_needed, merge_state_array):
50882         (update_cur_sifted_state, add_epsilon_src_nodes):
50883         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
50884         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
50885         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
50886         (find_recover_state, check_subexp_matching_top, transit_state_mb):
50887         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
50888         (check_arrival, check_arrival_add_next_nodes):
50889         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50890         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50891         (check_node_accept_bytes, check_node_accept, extend_buffers):
50892         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
50893         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
50894         (sift_ctx_init):
50895         Likewise.
50896
50897         * lib/regex_internal.h:
50898         (re_string_allocate, re_string_construct, re_string_reconstruct):
50899         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
50900         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
50901         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
50902         (re_string_context_at, re_string_peek_byte_case):
50903         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
50904         is defined, since we now use prototypes always.
50905
50906         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
50907         C89 or better.  All uses removed.
50908
50909 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
50910
50911         * config/srclist.txt: Add glibc bugs 1220-1227.
50912
50913 2005-08-20  Jim Meyering  <jim@meyering.net>
50914
50915         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
50916         of unused local, dfa.
50917
50918 2005-08-20  Bruno Haible  <bruno@clisp.org>
50919
50920         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
50921
50922 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50923
50924         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
50925         (re_node_set_insert_last, re_dfa_add_node):
50926         Rename local variables to avoid GCC shadowing warnings.
50927
50928 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50929
50930         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
50931         [defined lint]: Suppress bogus uninitialized-variable warnings.
50932
50933         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
50934         and let the caller return REG_ESPACE if out of space.  This
50935         removes an uninitialied-variable warning with GCC 4.0.1, and also
50936         avoids taking the address of a local variable.  All callers
50937         changed.
50938
50939 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50940
50941         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
50942         $LIBCSRC/posix/regexec.c.
50943         Add glibc bug 1217 for regcomp.c.
50944
50945 2005-08-19  Jim Meyering  <jim@meyering.net>
50946
50947         * lib/regexec.c (proceed_next_node): Redo local variables to
50948         avoid GCC shadowing warnings.
50949
50950 2005-08-18  Bruno Haible  <bruno@clisp.org>
50951
50952         * lib/strstr.c (strstr): Fix return value in multibyte case.
50953         * lib/strcasestr.c (strcasestr): Likewise.
50954
50955 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
50956
50957         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
50958
50959 2005-08-17  Jim Meyering  <jim@meyering.net>
50960
50961         Make the %s format (seconds since the epoch) work for a negative
50962         number and when used with a zero-padded field width, e.g. %015s.
50963
50964         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
50965         label so that it precedes the code to set `digits'.  Otherwise,
50966         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
50967         print `00-22'.  Now, it prints `-0022', as it should.
50968
50969 2005-08-17  Bruno Haible  <bruno@clisp.org>
50970
50971         * modules/strstr (Files): Add m4/mbrtowc.m4.
50972         (Depends-on): Add mbuiter.
50973
50974 2005-08-17  Bruno Haible  <bruno@clisp.org>
50975
50976         * modules/strcasestr: New file.
50977         * MODULES.html.sh (String handling, based on ANSI C 89): Add
50978         strcasestr.
50979
50980 2005-08-17  Bruno Haible  <bruno@clisp.org>
50981
50982         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
50983
50984 2005-08-17  Bruno Haible  <bruno@clisp.org>
50985
50986         * modules/mbuiter: New file.
50987         * MODULES.html.sh (Extended multibyte and wide character utilities):
50988         Add mbuiter.
50989
50990 2005-08-17  Bruno Haible  <bruno@clisp.org>
50991
50992         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
50993         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
50994
50995 2005-08-17  Bruno Haible  <bruno@clisp.org>
50996
50997         * m4/strcasestr.m4: New file.
50998
50999 2005-08-17  Bruno Haible  <bruno@clisp.org>
51000
51001         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
51002         * lib/strstr.c: Completely rewritten, with multibyte locale support.
51003
51004 2005-08-17  Bruno Haible  <bruno@clisp.org>
51005
51006         * lib/strcasestr.h: New file.
51007         * lib/strcasestr.c: New file.
51008
51009 2005-08-17  Bruno Haible  <bruno@clisp.org>
51010
51011         * lib/strcasecmp.c: Use mbuiter.h.
51012
51013 2005-08-17  Bruno Haible  <bruno@clisp.org>
51014
51015         * lib/mbuiter.h: New file.
51016
51017 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
51018
51019         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
51020         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
51021         and gl_GETOPT are both invoked via different paths (as happens
51022         with GNU tar CVS because it uses both argp and getopt), the former
51023         wins.
51024
51025 2005-08-16  Bruno Haible  <bruno@clisp.org>
51026
51027         * modules/tls: New file.
51028         * MODULES.html.sh (Multithreading): Add tls.
51029
51030 2005-08-16  Bruno Haible  <bruno@clisp.org>
51031
51032         * modules/strnlen1: New file.
51033         * MODULES.html.sh (String handling): Add strnlen1.
51034
51035 2005-08-16  Bruno Haible  <bruno@clisp.org>
51036
51037         * modules/strcase (Files): Add m4/mbrtowc.m4.
51038         (Depends-on): Add strnlen1, mbchar.
51039
51040 2005-08-16  Bruno Haible  <bruno@clisp.org>
51041
51042         * modules/mbiter: New file.
51043         * MODULES.html.sh (Extended multibyte and wide character utilities):
51044         Add mbiter.
51045
51046 2005-08-16  Bruno Haible  <bruno@clisp.org>
51047
51048         * modules/mbfile: New file.
51049         * MODULES.html.sh (Extended multibyte and wide character utilities):
51050         Add mbfile.
51051
51052 2005-08-16  Bruno Haible  <bruno@clisp.org>
51053
51054         * modules/mbchar: New file.
51055         * MODULES.html.sh (Extended multibyte and wide character utilities):
51056         New section.
51057
51058 2005-08-16  Bruno Haible  <bruno@clisp.org>
51059
51060         * m4/tls.m4: New file, from GNU gettext.
51061
51062 2005-08-16  Bruno Haible  <bruno@clisp.org>
51063
51064         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
51065         always.
51066         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
51067
51068 2005-08-16  Bruno Haible  <bruno@clisp.org>
51069
51070         * m4/mbiter.m4: New file.
51071
51072 2005-08-16  Bruno Haible  <bruno@clisp.org>
51073
51074         * m4/mbfile.m4: New file.
51075
51076 2005-08-16  Bruno Haible  <bruno@clisp.org>
51077
51078         * m4/mbchar.m4: New file.
51079
51080 2005-08-16  Bruno Haible  <bruno@clisp.org>
51081
51082         * lib/tls.h: New file, from GNU gettext.
51083         * lib/tls.c: New file, from GNU gettext.
51084
51085 2005-08-16  Bruno Haible  <bruno@clisp.org>
51086
51087         * lib/strnlen1.h: New file.
51088         * lib/strnlen1.c: New file.
51089
51090 2005-08-16  Bruno Haible  <bruno@clisp.org>
51091
51092         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
51093         (mbi_init): Update.
51094         (mbi_avail, mbi_advance): Let the iteration end before the terminating
51095         NUL byte, not after it.
51096
51097 2005-08-16  Bruno Haible  <bruno@clisp.org>
51098
51099         * lib/strcase.h (strcasecmp): Add note in comments.
51100         * lib/strncasecmp.c: Use code from strcasecmp.c.
51101         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
51102         (strcasecmp): Work correctly in multibyte locales.
51103
51104 2005-08-16  Bruno Haible  <bruno@clisp.org>
51105
51106         * lib/mbiter.h: New file.
51107
51108 2005-08-16  Bruno Haible  <bruno@clisp.org>
51109
51110         * lib/mbfile.h: New file.
51111
51112 2005-08-16  Bruno Haible  <bruno@clisp.org>
51113
51114         * lib/mbchar.h: New file.
51115         * lib/mbchar.c: New file.
51116
51117 2005-08-16  Bruno Haible  <bruno@clisp.org>
51118
51119         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
51120         the valid ones. Makes the comparison operations transitive:
51121         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
51122         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
51123
51124 2005-08-15  Simon Josefsson  <jas@extundo.com>
51125
51126         * modules/ssize_t (License): Change to 'unlimited'.
51127
51128         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
51129
51130 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
51131
51132         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
51133         Add comments for each pending glibc patch.
51134
51135 2005-08-15  Bruno Haible  <bruno@clisp.org>
51136
51137         * lib/regex.h (__restrict_arr): Don't define to __restrict if
51138         __cplusplus is defined.
51139
51140 2005-08-14  Jim Meyering  <jim@meyering.net>
51141
51142         Sync from coreutils.
51143
51144         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
51145         Use the hash-table-based cycle-detection code not just when
51146         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
51147         Reported by James Youngman in
51148         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51149         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51150         FTS_TIGHT_CYCLE_CHECK.
51151         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51152         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51153         once again.
51154         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51155         * lib/fts.c (fd_safer): Remove decl.
51156         Include fcntl--.h rather than unistd-safer.h
51157         (fts_safe_changedir): Don't call fd_safer; no longer needed
51158         now that we include fcntl--.h.
51159
51160 2005-08-12  Simon Josefsson  <jas@extundo.com>
51161
51162         * modules/getndelim2: Use ssize_t module.
51163         * modules/getnline: Likewise.
51164         * modules/safe-read: Likewise.
51165         * modules/xreadlink: Likewise.
51166
51167         * modules/ssize_t: New file.
51168
51169 2005-08-12  Simon Josefsson  <jas@extundo.com>
51170
51171         * m4/readline.m4: Look for termcap, curses or ncurses if required.
51172
51173 2005-08-12  Simon Josefsson  <jas@extundo.com>
51174
51175         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51176         ssize_t.
51177
51178 2005-08-12  Simon Josefsson  <jas@extundo.com>
51179
51180         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
51181         readline, getdelim and check_version.
51182         (Support for systems lacking ISO C 99: Sizes of integer types):
51183         Add size_max.
51184
51185 2005-08-12  Bruno Haible  <bruno@clisp.org>
51186
51187         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
51188
51189 2005-08-11  Simon Josefsson  <jas@extundo.com>
51190
51191         * modules/readline: New file.
51192
51193         * modules/strnlen (Files): Add strnlen.h.
51194
51195 2005-08-11  Simon Josefsson  <jas@extundo.com>
51196
51197         * m4/readline.m4: New file.
51198
51199 2005-08-11  Simon Josefsson  <jas@extundo.com>
51200
51201         * lib/readline.h, readline.c: New file.
51202
51203 2005-08-11  Simon Josefsson  <jas@extundo.com>
51204
51205         * doc/gnulib.texi (Initial import, Finishing touches): Mention
51206         gl_AVOID.
51207
51208 2005-08-11  Bruno Haible  <bruno@clisp.org>
51209
51210         * lib/strnlen.h (strnlen): Change parameter name to match comment.
51211
51212 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
51213
51214         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
51215
51216 2005-08-10  Simon Josefsson  <jas@extundo.com>
51217
51218         * tests/test-iconvme.c: New file.
51219
51220 2005-08-10  Simon Josefsson  <jas@extundo.com>
51221
51222         * m4/strnlen.m4: New file.
51223
51224         * m4/strndup.m4: Don't check for strnlen declaration, done in
51225         strnlen.m4.
51226
51227 2005-08-10  Simon Josefsson  <jas@extundo.com>
51228
51229         * lib/strndup.c: Use strnlen.h.
51230
51231         * lib/strnlen.h: New file.
51232
51233 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51234
51235         * README: Typos.
51236
51237 2005-08-02  Simon Josefsson  <jas@extundo.com>
51238
51239         * modules/readline: New file.
51240
51241 2005-08-02  Simon Josefsson  <jas@extundo.com>
51242
51243         * modules/getdelim: New file.
51244
51245         * modules/getline: Rewrite, don't use getndelim2.
51246
51247 2005-08-02  Simon Josefsson  <jas@extundo.com>
51248
51249         * m4/getline.m4: Separate out getdelim stuff into separate module.
51250
51251         * m4/getdelim.m4: New file.
51252
51253 2005-08-02  Simon Josefsson  <jas@extundo.com>
51254
51255         * lib/getline.h, getline.c: Rewrite.
51256
51257         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
51258
51259 2005-07-31  Bruno Haible  <bruno@clisp.org>
51260
51261         * lib/lock.h (gl_lock_initializer): New macro.
51262         (gl_lock_define_initialized): Use it.
51263         (gl_rwlock_initializer): New macro.
51264         (gl_rwlock_define_initialized): Use it.
51265         (gl_recursive_lock_initializer): New macro.
51266         (gl_recursive_lock_define_initialized): Use it.
51267
51268 2005-07-30  Karl Berry  <karl@gnu.org>
51269
51270         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
51271         Report from Ben Pfaff, regarding getopt.
51272
51273 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
51274
51275         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
51276         normal way.
51277         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
51278         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
51279         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
51280         (gl_GETOPT): Use the new macros.  Most of the implementation
51281         is moved to the new macros.  This is for programs like Emacs
51282         that don't want all the functionality of gl_GETOPT.
51283
51284 2005-07-26  Bruno Haible  <bruno@clisp.org>
51285
51286         * m4/lock.m4: Update from GNU gettext.
51287
51288 2005-07-26  Bruno Haible  <bruno@clisp.org>
51289
51290         * lib/lock.h: Update from GNU gettext.
51291         * lib/lock.c: Update from GNU gettext.
51292
51293 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
51294
51295         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
51296         obsolescent AC_TRY_RUN.  Include the default includes files, for
51297         'exit'.
51298
51299 2005-07-24  Bruno Haible  <bruno@clisp.org>
51300
51301         * modules/visibility: New file.
51302         * MODULES.html.sh (Misc): Add visibility.
51303
51304 2005-07-24  Bruno Haible  <bruno@clisp.org>
51305
51306         * m4/visibility.m4: New file.
51307
51308 2005-07-24  Bruno Haible  <bruno@clisp.org>
51309
51310         * doc/visibility.texi: New file.
51311
51312 2005-07-22  Bruno Haible  <bruno@clisp.org>
51313
51314         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
51315         $(ALLOCA_H), redundant through BUILT_SOURCES.
51316         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
51317         redundant through BUILT_SOURCES.
51318         * modules/byteswap (Makefile.am): Remove explicit dependency on
51319         $(BYTESWAP_H), redundant through BUILT_SOURCES.
51320         * modules/fnmatch (Makefile.am): Remove explicit dependency on
51321         $(FNMATCH_H), redundant through BUILT_SOURCES.
51322         * modules/getopt (Makefile.am): Remove explicit dependency on
51323         $(GETOPT_H), redundant through BUILT_SOURCES.
51324         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
51325         redundant through BUILT_SOURCES.
51326         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
51327         redundant through BUILT_SOURCES.
51328         * modules/stdbool (Makefile.am): Remove explicit dependency on
51329         $(STDBOOL_H), redundant through BUILT_SOURCES.
51330         * modules/stdint (Makefile.am): Remove explicit dependency on
51331         $(STDINT_H), redundant through BUILT_SOURCES.
51332         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
51333         Remove explicit dependency on $(SYSEXITS_H).
51334         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
51335
51336 2005-07-18  Simon Josefsson  <jas@extundo.com>
51337
51338         * lib/check-version.c (check_version): Accept identical versions too.
51339
51340 2005-07-18  Bruno Haible  <bruno@clisp.org>
51341
51342         * modules/lock: New file.
51343         * MODULES.html.sh (Multithreading): New section.
51344
51345 2005-07-18  Bruno Haible  <bruno@clisp.org>
51346
51347         * m4/lock.m4: New file, from GNU gettext.
51348
51349 2005-07-18  Bruno Haible  <bruno@clisp.org>
51350
51351         * lib/lock.h: New file, from GNU gettext.
51352         * lib/lock.c: New file, from GNU gettext.
51353
51354 2005-07-18  Bruno Haible  <bruno@clisp.org>
51355
51356         * lib/lock.h (gl_once_t): New type.
51357         (gl_once_define, gl_once): New macros.
51358         * lib/lock.c (fresh_once): New variable.
51359         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
51360         functions.
51361
51362 2005-07-16  Simon Josefsson  <jas@extundo.com>
51363
51364         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
51365         workaround, suggested by Bruno.
51366
51367 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51368
51369         * modules/xalloc (Depends-on): Add xalloc-die.
51370         * modules/xvasprintf (Depends-on): Add xalloc-die.
51371
51372 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51373
51374         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
51375         with a minor change.
51376
51377 2005-07-15  Bruno Haible  <bruno@clisp.org>
51378
51379         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
51380         When using lib/poll.c, define poll as rpl_poll.
51381
51382 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
51383
51384         * modules/argp (Depends-on): Remove unlocked-io.
51385
51386 2005-07-14  Derek Price  <derek@ximbiot.com>
51387
51388         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
51389         for glob symlink bug.
51390
51391 2005-07-14  Bruno Haible  <bruno@clisp.org>
51392
51393         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
51394         Instead, test for *_unlocked function declarations directly.
51395
51396 2005-07-11  Simon Josefsson  <jas@extundo.com>
51397
51398         * modules/size_max: New file.
51399
51400         * modules/xsize: Depend on size_max module for size_max.m4.
51401
51402 2005-07-11  Simon Josefsson  <jas@extundo.com>
51403
51404         * lib/size_max.h: New file.
51405
51406 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
51407
51408         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
51409         copyright symbol and the year.
51410         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
51411         (version_etc_va): Use parameterized copyright notice.
51412         Reword to conform to the current GNU coding standards.
51413
51414 2005-07-11  Karl Berry  <karl@gnu.org>
51415
51416         * doc/gnulib.texi (Quoting): new node.
51417         (Initial import): more info, from Patrice.
51418
51419 2005-07-11  Bruno Haible  <bruno@clisp.org>
51420
51421         * gnulib-tool (func_usage): Document option --avoid.
51422         (Command line options): Handle --avoid.
51423         (func_acceptable): New function.
51424         (func_modules_transitive_closure): Use it.
51425
51426 2005-07-11  Bruno Haible  <bruno@clisp.org>
51427
51428         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
51429         Reported by Jim Meyering.
51430
51431 2005-07-10  Bruno Haible  <bruno@clisp.org>
51432
51433         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
51434         Needed when size_t is smaller than 'unsigned int'.
51435         Reported by Paul Eggert.
51436
51437 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51438
51439         * modules/argp (Depends-on): Add unlocked-io
51440
51441 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51442
51443         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
51444         block of defines.
51445
51446 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
51447
51448         * config/srclist.txt: Comment out regcomp.c, since we have a porting
51449         fix now.
51450
51451 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
51452         and Paul Eggert  <eggert@cs.ucla.edu>
51453
51454         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
51455         in wint_t, not wchar_t.  Remove now-unnecessary cast.
51456
51457 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51458
51459         * modules/regex (Files): Add lib/regex_internal.c,
51460         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
51461         (Depends-on): Add extensions.
51462         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
51463
51464 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51465
51466         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
51467         pathconf.
51468         * m4/same.m4 (gl_SAME): Likewise.
51469         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
51470
51471         * m4/regex.m4: Adjust to new libc regex implementation.
51472         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
51473         all the .c and .h parts of (the new) regex.
51474         Quote the m4 stuff better.
51475         Check for RE_ICASE bug of old gnulib.
51476         Check for REG_STARTEND of recent libc.
51477         Rename local variables from jm_* to gl_*.
51478         Quote operand of "test -f".
51479         Say "recent enough" version of libc, not "version 2".
51480         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
51481         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
51482         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
51483         Remove check for btowc, isascii.
51484         Require AM_LANGINFO_CODESET.
51485
51486 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51487
51488         * lib/regex.c, regex.h: Sync from libc.
51489         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
51490         * lib/regexec.c:
51491         New files, synced from libc, except that regex_internal.h
51492         currently has a small porting fix.
51493
51494 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51495
51496         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
51497         regex_internal.c, regexec.c.
51498         Add regex_internal.h too, but as a comment, since the libc version
51499         is currently broken in gnulib mode.
51500
51501 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
51502
51503         Support programs like Emacs that use gnulib but not gettext.
51504         * MODULES.html.sh (Internationalization functions): Add gettext-h.
51505         * modules/gettext-h: New file.
51506         * modules/gettext (Files): Remove lib/gettext.h.
51507         (Depends-on): Add gettext-h.
51508         (Makefile.am): Remove lib_SOURCES.
51509         * modules/argmatch, modules/c-stack, modules/closeout:
51510         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
51511         * modules/execute, modules/file-type, modules/getaddrinfo:
51512         * modules/getopt, modules/human, modules/javacomp:
51513         * modules/javaexec, modules/mkdir-p, modules/obstack:
51514         * modules/openat, modules/pagealign_alloc, modules/pipe:
51515         * modules/quotearg, modules/regex, modules/rpmatch:
51516         * modules/unicodeio, modules/userspec, modules/version-etc:
51517         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
51518         * modules/xsetenv:
51519         Depend on gettext-h, not gettext.
51520
51521 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
51522
51523         * gnulib-tool (func_import): Add support for 'public domain' license.
51524         * modules/alloca, modules/atexit, modules/memmove:
51525         Now public domain, not GPL.
51526         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
51527         * modules/realloc, modules/strerror, modules/strtod:
51528         Now LGPL, not GPL.
51529
51530 2005-07-05  Bruno Haible  <bruno@clisp.org>
51531
51532         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
51533         autoconf CVS. Needed for mingw.
51534
51535 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51536
51537         Remove the dependency of the strftime module on the tzset module.
51538         * modules/strftime (Depends-on): Remove dependency on tzset.
51539
51540 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51541
51542         Remove the dependency of the strftime module on the tzset module.
51543         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
51544         gl_FUNC_TZSET_CLOBBER.
51545
51546 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51547
51548         Remove the dependency of the strftime module on the tzset module.
51549         * lib/strftime.c (my_strftime)
51550         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
51551         Copy the input structure, to work around some of the bug with
51552         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
51553         Solaris releases, you should also use the tzset module, but we won't
51554         require it as a dependency any more since we don't want LGPLed code
51555         to depend on GPLed code.
51556
51557 2005-07-02  Jim Meyering  <jim@meyering.net>
51558
51559         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
51560         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
51561         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
51562         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
51563
51564 2005-07-02  Jim Meyering  <jim@meyering.net>
51565
51566         * lib/backupfile.c (backup_args): Change a `0' to NULL.
51567
51568 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
51569
51570         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
51571         declares only 'struct timespec;' (!).
51572
51573 2005-07-01  Jim Meyering  <jim@meyering.net>
51574
51575         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
51576         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
51577         * lib/save-cwd.c, tempname.c:
51578         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
51579         and don't include <sys/file.h>).
51580
51581 2005-06-29  Jim Meyering  <jim@meyering.net>
51582
51583         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
51584         type name.  Use the variable name instead.
51585         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
51586         Likewise.
51587
51588 2005-06-28  Simon Josefsson  <jas@extundo.com>
51589
51590         * modules/check-version (Files): Add check-version.m4.
51591
51592 2005-06-28  Simon Josefsson  <jas@extundo.com>
51593
51594         * m4/check-version.m4: New file, suggested by Jim Meyering
51595         <jim@meyering.net>.
51596
51597 2005-06-28  Simon Josefsson  <jas@extundo.com>
51598
51599         * lib/check-version.h, lib/check-version.c: New files.
51600
51601 2005-06-28  Simon Josefsson  <jas@extundo.com>
51602
51603         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
51604         collision with global variable.  Better indentation.  Don't
51605         increment buffer pointer beyond buffer end.  Based on comments
51606         from Paul Eggert <eggert@cs.ucla.edu>.
51607
51608         * lib/base64.h: Indent.
51609
51610 2005-06-28  Simon Josefsson  <jas@extundo.com>
51611
51612         * doc/gnulib.texi (Library version handling): New section.
51613
51614 2005-06-28  Jim Meyering  <jim@meyering.net>
51615
51616         * check-module (find_included_lib_files): Hard-code another
51617         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
51618         but modules/fts-lgpl (correctly) does not list those files.
51619
51620         * modules/canonicalize (Files): Add lib/pathmax.h.
51621
51622 2005-06-25  Simon Josefsson  <jas@extundo.com>
51623
51624         * modules/check-version: New file.
51625
51626 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
51627
51628         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
51629         initializer of struct addrinfo, as an indication that we don't
51630         care how many members the structure has.
51631
51632 2005-06-24  Derek Price  <derek@ximbiot.com>
51633         and Bruno Haible  <bruno@clisp.org>
51634
51635         Remove stat module & update lstat.
51636         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
51637         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
51638         * m4/stat.m4: Remove this file.
51639
51640 2005-06-24  Derek Price  <derek@ximbiot.com>
51641         and Bruno Haible  <bruno@clisp.org>
51642
51643         Remove stat module & update lstat.
51644         * lib/stat.c: Remove this file...
51645         (slash_aware_lstat): ...moving this content and its support...
51646         * lib/lstat.c (rpl_lstat): ...into here.
51647         * lib/lstat.h: New file.
51648
51649 2005-06-24  Derek Price  <derek@ximbiot.com>
51650         and Bruno Haible  <bruno@clisp.org>
51651
51652         Remove stat module & update lstat.
51653         * config/srclist.txt (libc sources): Remove stat.
51654
51655 2005-06-24  Derek Price  <derek@ximbiot.com>
51656         and Bruno Haible  <bruno@clisp.org>
51657
51658         Remove stat module & update lstat.
51659         * MODULES.html.sh (stat): Remove.
51660         * MODULES.html: Regenerated.
51661         * modules/lstat (Description): Correct function name.
51662         (Files): Add "lstat.h".
51663         (Depends-on): Remove stat, add xalloc, stat-macros.
51664         * modules/stat: Remove this file.
51665         (Include): Add "lstat.h", remove <sys/stat.h>.
51666
51667 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
51668
51669         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
51670         (ranged_convert): Don't save conversion in a temporary struct.
51671         This causes a warning with GCC 4.0.0, and anyway in the typical
51672         case it's not worth the extra 100 bytes or so of code.
51673         (ranged_convert, __mktime_internal): When calling a function via a
51674         pointer P, use P () rather than (*P) (), as we now assume C89 or
51675         better.
51676
51677 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51678
51679         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
51680         "who -r" failed to give output.  Problem reported by Tim Waugh.
51681
51682         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
51683         (xcalloc): Use it to avoid needless tests.
51684         Problem reported by Jim Meyering.
51685
51686 2005-06-20  Derek Price  <derek@ximbiot.com>
51687
51688         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
51689         unnecessary for Autoconfs > 2.59c.
51690
51691 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51692
51693         * lib/argp.h (__option_is_short): Check upper limit of
51694         __key. Isprint() requires its argument to have the value
51695         of an unsigned char or EOF.
51696
51697 2005-06-16  Jim Meyering  <jim@meyering.net>
51698
51699         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
51700         when either N or S is zero.
51701
51702 2005-06-16  Derek Price  <derek@ximbiot.com>
51703
51704         * m4/bison.m4: Declare YACC & YFLAGS precious.
51705
51706 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
51707
51708         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
51709         multibyte string or pattern, fall back on unibyte matching.
51710         Problem reported by James Youngman.
51711
51712 2005-06-08  Bruno Haible  <bruno@clisp.org>
51713
51714         * modules/csharpcomp: New file.
51715         * MODULES.html.sh (C#): Add csharpcomp.
51716
51717 2005-06-08  Bruno Haible  <bruno@clisp.org>
51718
51719         * m4/csharpcomp.m4: New file, from GNU gettext.
51720
51721 2005-06-08  Bruno Haible  <bruno@clisp.org>
51722
51723         * lib/csharpcomp.h: New file, from GNU gettext.
51724         * lib/csharpcomp.c: New file, from GNU gettext.
51725         * lib/csharpcomp.sh.in: New file, from GNU gettext.
51726
51727 2005-06-08  Bruno Haible  <bruno@clisp.org>
51728
51729         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
51730         warning on mingw.
51731
51732 2005-06-07  Derek Price  <derek@ximbiot.com>
51733
51734         Sync from CVS.
51735         * lib/glob_.h: Indent nested #ifdef.
51736
51737 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51738
51739         Sync from coreutils.
51740         Use "file name" when talking about file names, instead of "filename"
51741         or "path", as per the GNU coding standards.
51742         * lib/mkdir-p.c: Renamed from makepath.c.
51743         (make_dir_parents): Renamed from make_path.  All callers changed.
51744         * lib/mkdir-p.h: Likewise.  All includers changed.
51745         * lib/filenamecat.c: Renamed from path-concat.c.
51746         (file_name_concat): Renamed from path_concat.  All callers changed.
51747         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
51748         * lib/filenamecat.h: Likewise.  All includers changed.
51749         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
51750         in comments or local variable names.
51751         * lib/basename.c: Likewise.
51752         * lib/canonicalize.c, canonicalize.h: Likewise.
51753         * lib/dirname.c, dirname.h: Likewise.
51754         * lib/euidaccess.c: Likewise.
51755         * lib/exclude.c: Likewise
51756         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
51757         * lib/fsusage.c, fsuage.h: Likewise.
51758         * lib/fts.c, fts_.h: Likewise.
51759         * lib/getcwd.c: Likewise.
51760         * lib/getloadavg.c: Likewise.
51761         * lib/mkstemp.c: Likewise.
51762         * lib/mountlist.c, mountlist.h: Likewise.
51763         * lib/openat.c, openat.h: Likewise.
51764         * lib/readlink-stub.c: Likewise.
51765         * lib/readutmp.c, readutmp.h: Likewise.
51766         * lib/rename.c: Likewise.
51767         * lib/rmdir.c: Likewise.
51768         * lib/same.c: Likewise.
51769         * lib/savedir.c: Likewise.
51770         * lib/stripslash.c: Likewise.
51771         * lib/tempname.c: Likewise.
51772         * lib/xreadlink.c: Likewise.
51773         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
51774         All uses changed.
51775         * lib/exclude.h: Likewise.
51776
51777         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
51778         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
51779         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
51780         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
51781         * lib/pathmax.h: Include <limits.h> unconditionally, since other
51782         files have been getting away with it for years (MORE/BSD 4.3
51783         is extinct now).
51784         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
51785         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
51786
51787         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
51788         Define to 256, not 255, as per modern POSIX.
51789
51790 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51791
51792         Sync from coreutils.
51793         Use "file name" when talking about file names, instead of "filename"
51794         or "path", as per the GNU coding standards.
51795         * MODULES.html.sh: mkdir-p renamed from makepath.
51796         filenamecat renamed from path-concat.
51797         * modules/filenamecat: Renamed from modules/path-concat.
51798         (Files): filenamecat.h and filenamecat.c renamed from
51799         path-concat.h and path-concat.c.
51800         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
51801         (Include): filenamecat.h, not path-concat.h.
51802         * modules/mkdir-p: Renamed from modules/makepath.
51803         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
51804         makepath.c.
51805         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
51806         (Include): mkdir-p.h, not makepath.h.
51807
51808 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51809
51810         Sync from coreutils.
51811         * m4/mkdir-p.m4: Renamed from makepath.m4.
51812         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
51813         Rename files from makepath.c to mkdir-p.c, and from
51814         makepath.h to mkdir-p.h.
51815         * m4/filenamecat.m4: Renamed from path-concat.m4.
51816         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
51817         Rename files from path-concat.c to filenamecat.c,
51818         and from path-concat.h to filenamecat.h.
51819         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
51820         "file name" in local variables or comments.
51821         * m4/rename.m4: Likewise.
51822
51823 2005-06-01  Bruno Haible  <bruno@clisp.org>
51824
51825         * modules/csharpexec: New file.
51826         * MODULES.html.sh (C#): New section.
51827
51828 2005-06-01  Bruno Haible  <bruno@clisp.org>
51829
51830         * m4/csharp.m4: New file, from GNU gettext.
51831         * m4/csharpexec.m4: New file, from GNU gettext.
51832
51833 2005-06-01  Bruno Haible  <bruno@clisp.org>
51834
51835         * lib/csharpexec.h: New file, from GNU gettext.
51836         * lib/csharpexec.c: New file, from GNU gettext.
51837         * lib/csharpexec.sh.in: New file, from GNU gettext.
51838
51839 2005-05-31  Derek Price  <derek@ximbiot.com>
51840             Paul Eggert  <eggert@cs.ucla.edu>
51841
51842         Sync from cvs.
51843         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
51844
51845 2005-05-31  Derek Price  <derek@ximbiot.com>
51846             Paul Eggert  <eggert@cs.ucla.edu>
51847
51848         Sync from cvs.
51849         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
51850
51851 2005-05-29  Derek Price  <derek@ximbiot.com>
51852
51853         * config/srclist.txt (glob_.h, glob.c): Add these files.
51854
51855 2005-05-29  Derek Price  <derek@ximbiot.com>
51856
51857         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
51858         * modules/glob: New file.
51859         * modules/getlogin_r: Add link to POSIX spec in description.
51860
51861 2005-05-29  Derek Price  <derek@ximbiot.com>
51862             Paul Eggert  <eggert@cs.ucla.edu>
51863
51864         * m4/glob.m4: New file.
51865
51866 2005-05-29  Derek Price  <derek@ximbiot.com>
51867             Paul Eggert  <eggert@cs.ucla.edu>
51868
51869         * lib/glob_.h, lib/glob.c: New files.
51870
51871 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
51872
51873         * modules/fts (Files): Remove m4/inttypes-pri.m4.
51874         * modules/fts-lgpl (Depends-on): Remove gettext.
51875
51876 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
51877
51878         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
51879         and don't require gt_INTTYPES_PRI.
51880
51881 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
51882
51883         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
51884
51885         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
51886         the configuration hassle isn't worth it.
51887         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
51888         (LONGEST_MODIFIER, PRIuMAX): Remove.
51889
51890 2005-05-27  Bruno Haible  <bruno@clisp.org>
51891
51892         * lib/getlogin_r.h: Remove second include of <stddef.h>.
51893
51894 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
51895
51896         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
51897         _POSIX_PTHREAD_SEMANTICS for Solaris.
51898
51899 2005-05-25  Derek Price  <derek@ximbiot.com>
51900
51901         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
51902
51903 2005-05-25  Derek Price  <derek@ximbiot.com>
51904             Paul Eggert  <eggert@cs.ucla.edu>
51905
51906         * modules/getlogin_r, m4/getlogin_r.m4: New files.
51907         * lib/getlogin_r.c, getlogin_r.h: New files.
51908
51909 2005-05-25  Bruno Haible  <bruno@clisp.org>
51910             Derek Price  <derek@ximbiot.com>
51911
51912         * lib/getlogin_r.h: Simplify API documentation.
51913
51914 2005-05-23  Derek Price  <derek@ximbiot.com>
51915
51916         * modules/minmax (Files): Add m4/minmax.m4.
51917         (configure.ac): Add gl_MINMAX.
51918
51919 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
51920
51921         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
51922         so that unistd-safer.h (GPL'ed code) need not be included.
51923
51924 2005-05-22  Bruno Haible  <bruno@clisp.org>
51925
51926         * m4/minmax.m4: New file.
51927         Based on a patch by Derek Price <derek@ximbiot.com>.
51928
51929 2005-05-22  Bruno Haible  <bruno@clisp.org>
51930
51931         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
51932         (INT64_MIN): Fix definition.
51933         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
51934
51935         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
51936         NEED_SIGNED_INT_TYPES.
51937
51938         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
51939         HAVE_SYSTEM_INTTYPES.
51940
51941 2005-05-22  Bruno Haible  <bruno@clisp.org>
51942
51943         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
51944         Also include <sys/param.h> if it defines MIN, MAX.
51945         Based on a patch by Derek Price <derek@ximbiot.com>.
51946
51947 2005-05-21  Jim Meyering  <jim@meyering.net>
51948
51949         * modules/fts (Files): Add m4/inttypes-pri.m4.
51950         (Depends-on): Add lstat and remove gettext.  Alphabetize.
51951
51952 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51953
51954         New fts module.
51955         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
51956         (setup_dir, free_dir): New functions.
51957         (enter_dir, leave_dir): Define trivial
51958         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
51959         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
51960         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
51961         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
51962         Move to fts-cycle.c.
51963         (fts_open): Use setup_dir.
51964         (fts_close): Use free_dir.
51965         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
51966         This adds a label and some gotos, but the alternatives were messier.
51967         Check for memory allocation failure when entering a dir.
51968         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
51969         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
51970         (FTS): New member fts_cycle, that is a union that contains the
51971         old active_dir_ht and cycle_state.  All uses changed to mention
51972         fts_cycle.ht and fts_cycle.state.
51973         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
51974         fts.c, with the following changes:
51975         (setup_dir, free_dir): New functions.
51976         (enter_dir): Now returns bool.  Return true if successful, false
51977         if memory exhausted.  All callers changed.
51978         Do not bother partly cleaning up on
51979         memory allocation failure; that is free_dir's job.
51980         However, free ad if hash_insert fails, to avoid memory leak.
51981         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
51982         fts->fts_options to see which union member to use.
51983
51984 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51985
51986         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
51987         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
51988
51989 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51990
51991         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
51992
51993 2005-05-20  Jim Meyering  <jim@meyering.net>
51994
51995         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
51996         Now a macro, to pacify GCC.
51997
51998 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
51999
52000         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
52001         of -1.
52002
52003 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52004
52005         * lib/chown.c (rpl_chown): Return -1 on failure.
52006
52007 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52008
52009         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
52010         Don't check for stddef.h.
52011         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
52012         don't use its results.
52013         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
52014         since we include them unconditionally.  Don't require
52015         AM_STDBOOL_H, since stdbool is a prerequisite.
52016         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
52017         since we assume C89 or better.
52018         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
52019         as we don't use their results.
52020         Don't check for fchdir, memmove, memset, strrchr, as we use
52021         them unconditionally.
52022         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
52023         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
52024
52025 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52026
52027         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
52028         Include <stddef.h> unconditionally, since we assume C89 now.
52029         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
52030         * lib/fts.c: Include fts_.h first, to check interface.
52031         Do not include intprops.h; no longer needed.
52032         Include cycle-check.h and hash.h, since fts_.h no longer does.
52033         Remove unnecessary casts of closedir to void.
52034         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
52035         decide whether to decrement nlinks.
52036         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
52037         (FTS): Use struct hash_table * instead of Hash_table, so that
52038         we no longer need to include hash.h here.
52039
52040 2005-05-18  Jim Meyering  <jim@meyering.net>
52041
52042         * modules/dirfd (License): Change to LGPL.  Most of the code
52043         is already in the public domain.
52044
52045 2005-05-18  Jim Meyering  <jim@meyering.net>
52046
52047         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
52048         Reported by Yoann Vandoorselaere.
52049
52050 2005-05-17  Jim Meyering  <jim@meyering.net>
52051
52052         * m4/fts.m4: New file, from coreutils.
52053
52054 2005-05-17  Jim Meyering  <jim@meyering.net>
52055
52056         * lib/fts.c, lib/fts_.h: New files, from coreutils.
52057
52058 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52059
52060         Sync from coreutils.
52061         * m4/unlinkdir.m4: New file.
52062
52063 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52064
52065         Sync from coreutils.
52066         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
52067         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
52068         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
52069         White space changes only.
52070         * lib/makepath.c (make_path): Port to hosts where leading "//" is
52071         special.
52072         * lib/yesno.c: Include getline.h, not ctype.h.
52073         (yesno): Don't remove leading white space; POSIX doesn't allow it.
52074         Use getline to remove arbitrary restriction on response length.
52075
52076 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52077
52078         * config/srclist-update: Spell out "Street" in FSF postal
52079         mail address; this is the style the FSF seems to prefer.
52080
52081         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
52082         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
52083         this updates FSF postal mail address.
52084
52085         Sync from coreutils.
52086         * modules/unlinkdir: New file.
52087         * modules/yesno (Depends-on): Add getline.
52088         * MODULES.html.sh (File system functions): Add unlinkdir.
52089
52090 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52091
52092         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
52093         lib/strsep.h:
52094         Change the initial comment to refer to GPL, not LGPL.
52095         gnulib-tool will change it to LGPL as needed.
52096
52097         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
52098         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
52099         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
52100         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
52101         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
52102         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
52103         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
52104         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
52105         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
52106         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
52107         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
52108         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
52109         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
52110         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
52111         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
52112         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
52113         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
52114         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
52115         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
52116         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
52117         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
52118         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
52119         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
52120         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
52121         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
52122         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
52123         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
52124         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
52125         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
52126         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
52127         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
52128         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
52129         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
52130         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
52131         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
52132         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
52133         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
52134         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
52135         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
52136         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
52137         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
52138         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
52139         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
52140         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
52141         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
52142         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
52143         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
52144         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
52145         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
52146         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
52147         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
52148         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52149         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52150         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52151         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52152         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52153         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52154         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52155         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52156         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52157         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52158         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52159         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52160         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52161         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52162         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
52163         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
52164         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
52165         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
52166         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
52167         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
52168         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
52169         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
52170         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
52171         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
52172         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
52173         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
52174         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
52175         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
52176         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
52177         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
52178         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
52179         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
52180         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
52181         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
52182         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
52183         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
52184         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
52185         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
52186         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
52187         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
52188         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
52189         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
52190         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
52191         lib/yesno.c, lib/yesno.h:
52192         Update FSF postal mail address.
52193
52194 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52195
52196         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
52197         tests/test-memmem.c, tests/test-stpncpy.c:
52198         Update FSF postal mail address.
52199
52200 2005-05-13  Bruno Haible  <bruno@clisp.org>
52201
52202         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
52203         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
52204         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
52205         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
52206         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
52207         Add support for 64-bit integers in the MSVC compiler.
52208
52209 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52210
52211         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
52212
52213 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
52214
52215         * gnulib-tool (func_import): Sort and uniquify recommended includes.
52216
52217 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
52218
52219         * doc/getdate.texi (General date syntax): Don't say that date
52220         date --iso-8601=ns generates acceptable dates; it doesn't yet.
52221         Problem reported by Nic Ferrier.
52222
52223 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52224
52225         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
52226         specified in ai_socktype. Fix invalid ai_protocol
52227         check. ai_protocol is usually set to 0 or depending on
52228         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
52229         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
52230         ai_socktype / ai_protocol in the returned addrinfo structure.
52231
52232 2005-05-10  Simon Josefsson  <jas@extundo.com>
52233
52234         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
52235         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52236
52237 2005-05-10  Karl Berry  <karl@gnu.org>
52238
52239         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
52240         (from http://www.gnu.org/licenses).
52241         * doc/COPYING.LIB: also rename to COPYING.LESSER.
52242         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
52243         fdl.texi suffices.
52244
52245 2005-05-10  Karl Berry  <karl@gnu.org>
52246
52247         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
52248         (COPYING.DOC): remove.
52249
52250         * config/srclist-update: new FSF address.
52251
52252 2005-05-10  Derek Price  <derek@ximbiot.com>
52253
52254         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
52255         possible.
52256
52257 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52258             Bruno Haible  <bruno@clisp.org>
52259
52260         * modules/inet_ntop: New file.
52261         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52262         inet_ntop.
52263
52264 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52265             Bruno Haible  <bruno@clisp.org>
52266
52267         * m4/inet_ntop.m4: New file.
52268
52269 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52270             Bruno Haible  <bruno@clisp.org>
52271
52272         * lib/inet_ntop.h: New file.
52273         * lib/inet_ntop.c: New file, from glibc with modifications.
52274
52275 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
52276
52277         * modules/time_r (License): Change to LGPL.
52278         * modules/extensions (License): Change to LGPL.  Actually,
52279         the license is more permissive than that, but currently gnulib-tool
52280         doesn't know how to handle more-permissive licenses.
52281
52282         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
52283         Problem reported by Dave Love.
52284
52285 2005-05-08  Jim Meyering  <jim@meyering.net>
52286
52287         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
52288         blank.
52289
52290 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52291
52292         * modules/argmatch (Depends-on): Add stdbool.
52293         * modules/backupfile (Depends-on): Likewise.
52294         * modules/chdir-long (Depends-on): Likewise.
52295         * modules/closeout (Depends-on): Likewise.
52296         * modules/cycle-check (Depends-on): Likewise.
52297         * modules/dirname (Depends-on): Likewise.
52298         * modules/fnmatch (Depends-on): Likewise.
52299         * modules/fsusage (Depends-on): Likewise.
52300         * modules/fwriteerror (Depends-on): Likewise.
52301         * modules/getcwd (Depends-on): Likewise.
52302         * modules/getloadavg (Depends-on): Likewise.
52303         * modules/hard-locale (Depends-on): Likewise.
52304         * modules/makepath (Depends-on): Likewise.
52305         * modules/mountlist (Depends-on): Likewise.
52306         * modules/nanosleep (Depends-on): Likewise.
52307         * modules/posixtm (Depends-on): Likewise.
52308         * modules/quotearg (Depends-on): Likewise.
52309         * modules/readtokens (Depends-on): Likewise.
52310         * modules/readtokens0 (Depends-on): Likewise.
52311         * modules/readutmp (Depends-on): Likewise.
52312         * modules/save-cwd (Depends-on): Likewise.
52313         * modules/strftime (Depends-on): Likewise.
52314         * modules/userspec (Depends-on): Likewise.
52315         * modules/utimecmp (Depends-on): Likewise.
52316         * modules/xgetcwd (Depends-on): Likewise.
52317         * modules/xnanosleep (Depends-on): Likewise.
52318         * modules/xstrtod (Depends-on): Likewise.
52319         * modules/yesno (Depends-on): Likewise.
52320
52321 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
52322
52323         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
52324         needless checks.
52325
52326 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52327
52328         Merge from coreutils.  Among other things,
52329         add bulletproofing for cases where stdin, stdout, or stderr are closed.
52330         * lib/fd-safer.c: New file.
52331         * lib/fcntl-safer.h, open-safer.c: Remove.
52332         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
52333         * lib/dup-safer.c: Include unistd-safer.h first.
52334         Don't include errno.h.
52335         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
52336         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
52337         * lib/file-type.c: Rely on file-type.h change.
52338         * lib/getloadavg.c: Include unistd-safer.h.
52339         (getloadavg): Use safer open.
52340         * lib/getusershell.c: Include "stdio-safer.h".
52341         (getusershell): Use safer fopen.
52342         * lib/long-options.c (long_options): Use NULL rather than 0.
52343         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
52344         'free'.
52345         * lib/modechange.c: Likewise.
52346         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
52347         (MODE_DONE): New constant.
52348         (struct mode_change): Remove 'next' member.
52349         (make_node_op_equals): New function; like the old one of the
52350         same name, except it allocates an array.
52351         (mode_compile, mode_create_from_ref): Use it.
52352         (mode_compile): Allocate result as an array, not a linked list.
52353         Parse octal string ourself, so that we catch mistakes like "+0".
52354         (mode_adjust): Arg is an array, not a linked list.
52355         * lib/modechange.c: Include stat-macros.h, xalloc.h.
52356         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
52357         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
52358         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
52359         Remove.  This is now stat-macros.h's job.
52360         (talloc): Remove.  All callers replaced by xalloc, so that
52361         our invokers don't have to worry about reporting memory failures.
52362         (make_node_op_equals): Remove.
52363         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52364         New constants.
52365         (struct mode_change): Moved here from modechange.h.
52366         (mode_append_entry): Remove.
52367         (mode_compile): Remove MASKED_OPS arg, since it encouraged
52368         apps to have incorrect behavior.  Use simpler algorithm for head
52369         and tail.  Don't futz with umask; that's now the job of mode_adjust.
52370         Detect more invalid usages rather than having somewhat-random behavior.
52371         Don't insert an "a=" action, as that leads to incorrect behavior.
52372         (mode_compile, mode_create_from_ref): Return NULL on error instead
52373         of an enum, since now there's only one way to have an error.  All
52374         callers changed.
52375         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
52376         at the correct time.  Simplify calculation of "+u" and its ilk.
52377         Don't mishandle "+X".
52378         (mode_free): Remove "register" and localize decls.
52379         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52380         (struct mode_change): Move to modechange.c; callers don't
52381         need to see this stuff.
52382         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
52383         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
52384         (mode_change, mode_adjust): Reflect the new signatures noted above.
52385         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
52386         that might redefine system include files.
52387         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
52388         (my_usleep): Use NULL rather than (void *) 0.
52389         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
52390         Use siginterrupt to specify that system calls should be interrupted.
52391         (rpl_nanosleep): Move initialization of suspended closer to call of
52392         my_usleep.
52393         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
52394         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
52395         (desirable_utmp_entry): New function.
52396         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
52397         using x2nrealloc, to simplify logic.
52398         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
52399         size calculation.  Do not assume utmp file is a regular file.
52400         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
52401         (READ_UTMP_CHECK_PIDS): New constant.
52402         * lib/save-cwd.c: Include unistd-safer.h.
52403         (save_cwd): Use fd_safer.
52404         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
52405         [!_LIBC] Include "stat-macros.h" instead.
52406         * lib/unistd-safer.h (fd_safer): New decl.
52407
52408 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52409
52410         * modules/getloadavg (Depends-on): Add unistd-safer.
52411         * modules/getusershell (Depends-on): Add stdio-safer.
52412         * modules/lstat (Depends-on): Remove xalloc.
52413         * modules/mkstemp (Depends-on): Add stat-macros.
52414         * modules/modechange (Depends-on): Remove xstrtol.
52415         Add stat-macros, xalloc.
52416         * modules/save-cwd (Depends-on): Add unistd-safer.
52417         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
52418         * modules/unistd-safer (Files): Add lib/fd-safer.c
52419         (Makefile.am): Remove lib_SOURCES.
52420
52421         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
52422         Remove fcntl-safer; unistd-safer supersedes it.
52423
52424 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52425
52426         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
52427         AC_HEADER_STAT.
52428         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
52429         (gl_PREREQ_CHOWN): Remove.
52430         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
52431         it.  Don't require AC_HEADER_STAT.
52432         (gl_PREREQ_LSTAT): Remove.
52433         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
52434         Don't require AC_HEADER_STAT.
52435         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
52436         (gl_PREREQ_RMDIR): Remove.
52437         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
52438         mention stat-macros.h or AC_HEADER_STAT, since we'll make
52439         the stat-macros module a prerequisite.
52440         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
52441         * m4/filemode.m4 (gl_FILEMODE): Likewise.
52442         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
52443         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
52444         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
52445         variable names.
52446         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
52447         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
52448         variable prefixes.
52449         * m4/fcntl-safer.m4: Remove.
52450         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
52451         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
52452         Invoke gl_PREREQ_FD_SAFER.
52453         (gl_PREREQ_FD_SAFER): New macro.
52454         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
52455         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
52456         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
52457         Remove duplicate call to AC_LIBOBJ(readutmp).
52458         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
52459
52460         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
52461         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
52462
52463 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52464
52465         * MODULES.html.sh (Misc): Add byteswap.
52466
52467 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52468
52469         * modules/getcwd (Depends-on): Add extensions.
52470         * modules/openat (Depends-on): Likewise.
52471
52472 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52473
52474         * modules/byteswap: New file.
52475
52476 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52477
52478         * m4/byteswap.m4: New file.
52479
52480 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52481
52482         * lib/byteswap_.h: New file.
52483
52484 2005-04-25  Karl Berry  <karl@gnu.org>
52485
52486         * m4/gettext.m4: Update from GNU gettext 0.14.4.
52487
52488 2005-04-25  Albert Chin  <china@thewrittenword.com>
52489
52490         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
52491         Toolkit C bug.
52492
52493 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
52494
52495         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
52496         (func_ln_if_changed) Remove forcibly for no error message
52497         in case file does not exist.
52498
52499 2005-04-19  Simon Josefsson  <jas@extundo.com>
52500
52501         * gnulib-tool (Options): Make --symlink mean --symbolic.
52502
52503 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
52504
52505         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
52506
52507 2005-04-16  Simon Josefsson  <jas@extundo.com>
52508
52509         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
52510
52511 2005-04-15  Simon Josefsson  <jas@extundo.com>
52512
52513         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
52514
52515 2005-04-15  Simon Josefsson  <jas@extundo.com>
52516
52517         * gnulib-tool: Rename --symlink to --symbolic.
52518
52519 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
52520
52521         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
52522         symbolic links to files instead of copying/moving.  Add --aux-dir,
52523         specifying directory relative --dir where auxiliary build tools
52524         are placed.
52525
52526 2005-04-14  Bruno Haible  <bruno@clisp.org>
52527
52528         * modules/allocsa (License): Change to LGPL.
52529         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
52530
52531 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
52532
52533         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
52534         that "UTC +1 second" continues to work.  Problem reported
52535         by Dmitry V. Levin.
52536         (relunit_snumber): New rule.
52537         (relunit): Use it.
52538
52539 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
52540
52541         * lib/getdate.y (universal_time_zone_table): New constant.
52542         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
52543         universal_time_zone_table.
52544         (lookup_zone): Prefer universal_time_zone_table to
52545         local_time_zone_table, so that "GMT" time stamps are allowed in
52546         London during the summer.  Problem reported by Ian Abbott.
52547
52548 2005-04-12  Jim Meyering  <jim@meyering.net>
52549
52550         * lib/human.c (humblock): Set *options even when returning due to
52551         xstrtoumax conversion failure.  Thanks to a used-uninitialized
52552         warning from gcc-4.
52553
52554 2005-04-09  Jim Meyering  <jim@meyering.net>
52555
52556         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
52557         -Wuninitialized: initialize tm0.tm_year.
52558
52559 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
52560
52561         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
52562         count, since there's no maximum.  All uses changed.
52563         Add member dsts_seen.
52564         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
52565         not being INT_MAX.
52566         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
52567         Use pc_rels_seen to decide whther a date is absolute.
52568
52569         * lib/getdate.y (number): Don't overwrite year.
52570         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
52571         check.
52572
52573 2005-04-02  Simon Josefsson  <jas@extundo.com>
52574
52575         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
52576         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
52577
52578 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
52579
52580         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
52581         where no absolute path name can be longer than PATH_MAX.
52582
52583 2005-03-27  Jim Meyering  <jim@meyering.net>
52584
52585         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
52586
52587 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
52588
52589         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
52590         "one's complement" -> "ones' complement" in comment, as per Knuth.
52591         "value of type" -> "type or expression" in comment.
52592         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
52593
52594 2005-03-26  Jim Meyering  <jim@meyering.net>
52595
52596         Comment nits.
52597         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
52598         Correct typos: s/or/of/.
52599
52600 2005-03-26  Jim Meyering  <jim@meyering.net>
52601
52602         * modules/check-include-files: Move to ../ and rename to...
52603         * check-module: ...this.
52604
52605 2005-03-25  Jim Meyering  <jim@meyering.net>
52606
52607         * modules/xvasprintf (Files): Add xalloc.h.
52608
52609 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
52610
52611         * modules/gettext (Files): config/config.rpath ->
52612         build-aux/config.rpath
52613         * modules/iconv (Files): Likewise.
52614         Problem reported by Oskar Liljeblad.
52615
52616 2005-03-23  Jim Meyering  <jim@meyering.net>
52617
52618         * modules/check-include-files: New script to check for
52619         missing dependencies, multiple includes, etc.
52620
52621         * modules/c-strtold (Depends-on): Add xalloc.
52622         * modules/c-strtod (Depends-on): Add xalloc.
52623         * modules/hash (Depends-on): Add xalloc.
52624         (Files): Remove lib/xalloc.h.
52625
52626         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
52627         * modules/userspec (Files): Add lib/inttostr.h.
52628
52629 2005-03-23  Jim Meyering  <jim@meyering.net>
52630
52631         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
52632
52633 2005-03-22  Jim Meyering  <jim@meyering.net>
52634
52635         * modules/stat-macros: New module.
52636         * modules/canonicalize, modules/euidaccess, modules/file-type,
52637         * modules/filemode, modules/lchown, modules/makepath,
52638         * modules/rmdir, modules/stat: Depend on new stat-macros module
52639         rather than listing lib/stat-macros.h manually.
52640         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
52641
52642 2005-03-22  Jim Meyering  <jim@meyering.net>
52643
52644         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
52645
52646 2005-03-22  Bruno Haible  <bruno@clisp.org>
52647
52648         * config/srclist.txt: Replace target directory 'config' with
52649         'build-aux'.
52650         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
52651         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
52652         ../build-aux/.
52653
52654 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
52655
52656         * modules/chdir-long (Depends-on): Add mempcpy.
52657
52658         * modules/acl, modules/backupfile, modules/c-strtod,
52659         modules/c-strtold, modules/canon-host, modules/canonicalize,
52660         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
52661         modules/exclude, modules/exitfail, modules/file-type,
52662         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
52663         modules/getdate, modules/getline, modules/getpagesize,
52664         modules/getpass, modules/getugroups, modules/group-member,
52665         modules/hard-locale, modules/hash, modules/human, modules/idcache,
52666         modules/inttostr, modules/long-options, modules/makepath,
52667         modules/md5, modules/memcasecmp, modules/memcoll,
52668         modules/modechange, modules/mountlist, modules/path-concat,
52669         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
52670         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
52671         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
52672         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
52673         modules/strftime, modules/strndup, modules/strverscmp,
52674         modules/timespec, modules/unlocked-io, modules/userspec,
52675         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
52676         modules/yesno:
52677         Remove lib_SOURCES line from Makefile.am section, as this is now
52678         done automatically by the corresponding Autoconf macro.
52679
52680 2005-03-21  Jim Meyering  <jim@meyering.net>
52681
52682         Changes imported from coreutils.
52683
52684         * lib/cycle-check.c: Don't include xalloc.h.
52685
52686         * lib/path-concat.c: Don't include assert.h.
52687         (path_concat): Remove assertion that would have triggered
52688         for ABASE starting with more than one slash.
52689         Reported by Andreas Schwab.
52690
52691         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
52692         properly when ABASE is an absolute file name.
52693         Correct the description of this function.
52694         Include <assert.h>.
52695         Add an assertion and a test driver.
52696         This fixes a bug introduced on 2004-07-02.
52697         Andreas Schwab reported the resulting failure of cp --parents:
52698         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
52699
52700 2005-03-21  Jim Meyering  <jim@meyering.net>
52701
52702         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
52703         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
52704
52705 2005-03-21  Jim Meyering  <jim@meyering.net>
52706         and  Paul Eggert  <eggert@cs.ucla.edu>
52707
52708         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
52709         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
52710         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
52711         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
52712         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
52713         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
52714         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
52715         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
52716         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
52717         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
52718         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
52719         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
52720         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
52721         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
52722         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
52723         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
52724         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
52725         for these modules.
52726
52727 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
52728
52729         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
52730         (which shouldn't happen), generate nothing instead of returning 0
52731         immediately, so that nstrftime (NULL, ...) doesn't return 0.
52732
52733 2005-03-16  Bruno Haible  <bruno@clisp.org>
52734
52735         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
52736         HAVE_LONGLONG_64BIT.
52737
52738 2005-03-16  Bruno Haible  <bruno@clisp.org>
52739
52740         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
52741         HAVE_LONGLONG_64BIT.
52742
52743 2005-03-16  Bruno Haible  <bruno@clisp.org>
52744
52745         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
52746         HAVE_LONGLONG_64BIT.
52747
52748 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
52749
52750         * lib/strftime.c (my_strftime): Prepend space to format so that we can
52751         reliably distinguish strftime failure from empty output on POSIX
52752         hosts.
52753
52754 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
52755
52756         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
52757         (iconv_string): Don't guess a size-zero buffer, as that might cause
52758         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
52759         result would be 'too large', where 'too large' is (heuristically)
52760         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
52761         overflow concerns.  This will prevent some unwanted malloc failures
52762         when the inputs are very large.
52763
52764 2005-03-15  Karl Berry  <karl@gnu.org>
52765
52766         * config/srclist.txt (config.rpath): from gettext.
52767         * config/config.rpath: update.
52768
52769 2005-03-15  Bruno Haible  <bruno@clisp.org>
52770
52771         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
52772         to 'negate'.
52773
52774         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
52775         variable.
52776
52777         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
52778         results.
52779
52780 2005-03-14  Simon Josefsson  <jas@extundo.com>
52781
52782         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
52783         <fx@gnu.org>.
52784
52785 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
52786
52787         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
52788         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
52789         intprops.h.
52790         * lib/strtol.c: Likewise.
52791
52792 2005-03-14  Jim Meyering  <jim@meyering.net>
52793
52794         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
52795         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
52796         to be nonzero so that we (and caller) can detect the difference
52797         between a valid zero-length expansion and an error return, even
52798         when the underlying strftime fails before writing anything into
52799         that location.
52800
52801 2005-03-14  Bruno Haible  <bruno@clisp.org>
52802
52803         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
52804         Update from GNU gettext 0.14.3.
52805
52806 2005-03-10  Jim Meyering  <jim@meyering.net>
52807
52808         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
52809
52810 2005-03-10  Jim Meyering  <jim@meyering.net>
52811
52812         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
52813         so that this module works on systems without fchdir.
52814
52815 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
52816
52817         Factor int-properties macros into a single file, except for
52818         glibc-related files.
52819         * lib/intprops.h: New file.
52820         * lib/getloadavg.c: Include it instead of limits.h.
52821         (INT_STRLEN_BOUND): Remove.
52822         * lib/human.c: Include intprops.h.
52823         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
52824         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
52825         302/1000.
52826         * lib/inttostr.h: Include intprops.h instead of limits.h.
52827         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
52828         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
52829         for consistency with intprops.h.
52830         (time_t_is_integer, twos_complement_arithmetic): Use them.
52831         * lib/sig2str.h: Include <signal.h>, intprops.h.
52832         (INT_STRLEN_BOUND): Remove.
52833         * lib/strftime.c (TYPE_SIGNED): Remove.
52834         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
52835         * lib/strtol.c: Adjust comments to match intprops.h.
52836         * lib/userspec.c: Include intprops.h.
52837         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
52838         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
52839         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
52840         instead of rolling our own expressions.
52841         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
52842
52843         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
52844         instead of int.
52845         (my_strftime): Do not mishandle years close to INT_MAX, by doing
52846         the right thing even if adding 1900 would overflow.  Similarly
52847         for tm_mon + 1 and tm_yday + 1.
52848         Make %Y always equivalent to %C%y, and similarly for %G and %g.
52849         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
52850         (DO_SIGNED_NUMBER): New macro.
52851         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
52852
52853 2005-03-07  Bruno Haible  <bruno@clisp.org>
52854
52855         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
52856
52857 2005-03-07  Bruno Haible  <bruno@clisp.org>
52858
52859         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
52860
52861 2005-03-04  Derek R. Price  <derek@ximbiot.com>
52862
52863         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
52864         (func_import): Only replace files via --import when they have actually
52865         changed.
52866
52867 2005-03-03  Derek R. Price  <derek@ximbiot.com>
52868
52869         * m4/mmap-anon.m4: New file.
52870         * m4/pagealign_alloc.m4: New file.
52871
52872 2005-03-03  Derek R. Price  <derek@ximbiot.com>
52873             Bruno Haible  <bruno@clisp.org>
52874
52875         * modules/pagealign_alloc: New file.
52876         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
52877
52878 2005-03-03  Derek R. Price  <derek@ximbiot.com>
52879             Bruno Haible  <bruno@clisp.org>
52880
52881         * lib/pagealign_alloc.h: New file.
52882         * lib/pagealign_alloc.c: New file.
52883
52884 2005-03-03  Bruno Haible  <bruno@clisp.org>
52885
52886         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
52887         Use an all-permissive copyright notice, recommended by RMS.
52888
52889 2005-03-02  Bruno Haible  <bruno@clisp.org>
52890
52891         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
52892         of AIX, the replacement has to be done only after <string.h> is
52893         included, therefore not in config.h. stpncpy.h does the replacement,
52894         and stpncpy.c uses it.
52895
52896 2005-03-02  Bruno Haible  <bruno@clisp.org>
52897
52898         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
52899         stpncpy.c uses it.
52900
52901 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
52902
52903         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
52904         The workaround isn't strictly needed for POSIX conformance, and
52905         it's too much of a pain to configure and maintain.  We'll ask
52906         people to fix their kernels instead.
52907         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
52908         (NANOSLEEP_BUG_WORKAROUND): Remove.
52909         (xnanosleep): Remove the workaround.
52910
52911 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
52912
52913         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
52914         Reported by Derek Price.
52915         (Include): Add "timespec.h".
52916
52917         * modules/xnanosleep (Depends-on): Remove gethrxtime.
52918
52919 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
52920
52921         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
52922         to detect nanosleep bug.
52923
52924 2005-03-01  Bruno Haible  <bruno@clisp.org>
52925
52926         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
52927
52928 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
52929
52930         * modules/gethrxtime: New file.
52931         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
52932         (Depends-on): Add gethrxtime.
52933         (configure.ac): Add gl_XNANOSLEEP.
52934         (Makefile.am): Remove lib_SOURCES line.
52935
52936 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
52937
52938         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
52939         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
52940
52941 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
52942
52943         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
52944         * lib/timespec.h (gettime): Return void, since it always
52945         succeeds now.  All uses changed.
52946         * lib/gettime.c (gettime) Likewise.
52947         [HAVE_NANOTIME]: Prefer nanotime.
52948         Assume gettimeofday succeeds, as POSIX requires.
52949         Assime time () succeeds, since other code already does.
52950         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
52951         (timespec_subtract): Remove.
52952         (NANOSLEEP_BUG_WORKAROUND): New constant.
52953         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
52954         things considerably.  Use it only on GNU/Linux hosts, since the
52955         workaround shouldn't be needed elsewhere.
52956
52957 2005-02-24  Bruno Haible  <bruno@clisp.org>
52958
52959         * modules/gettext (Files): Add m4/glibc2.m4.
52960
52961 2005-02-24  Bruno Haible  <bruno@clisp.org>
52962
52963         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
52964         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
52965         * m4/progtest.m4:
52966         Update from GNU gettext 0.14.2.
52967         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
52968
52969 2005-02-24  Bruno Haible  <bruno@clisp.org>
52970
52971         * lib/localcharset.c: Update from GNU gettext 0.14.2.
52972         * lib/config.charset: Update from GNU gettext 0.14.2.
52973
52974 2005-02-24  Bruno Haible  <bruno@clisp.org>
52975
52976         * lib/gettext.h: Update from GNU gettext 0.14.2.
52977
52978 2005-02-23  Simon Josefsson  <jas@extundo.com>
52979
52980         * m4/iconvme.m4: New file.
52981
52982 2005-02-23  Jim Meyering  <jim@meyering.net>
52983
52984         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
52985         change.
52986         Thanks to Bruno Haible for catching it.
52987
52988 2005-02-22  Simon Josefsson  <jas@extundo.com>
52989
52990         * modules/iconvme: New file.
52991
52992         * MODULES.html.sh: Add iconvme.
52993
52994 2005-02-22  Simon Josefsson  <jas@extundo.com>
52995
52996         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
52997
52998 2005-02-22  Simon Josefsson  <jas@extundo.com>
52999
53000         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
53001
53002 2005-02-22  Jim Meyering  <jim@meyering.net>
53003
53004         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
53005         s/ifndef/ifdef/.
53006
53007 2005-02-20  Neil Conway  <neilc@samurai.com>
53008
53009         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
53010         returned by OSX/Darwin if the specified buffer is not large
53011         enough for the hostname.
53012
53013 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53014
53015         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
53016         pass it to _help, otherwise the latter coredumps trying to
53017         dereference state.root_argp.
53018
53019 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53020
53021         * modules/chdir-long (Depends-on): Add memrchr.
53022         * modules/memrchr (Files): Add lib/memrchr.h.
53023         (Include): "memrchr.h".
53024
53025 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53026
53027         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
53028
53029 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53030
53031         * lib/memrchr.h: New file.
53032         * lib/chdir-long.c: Include it.
53033         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
53034         Don't bother including stddef.h.
53035
53036 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
53037
53038         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
53039         inclusion.
53040         Include <sys/types.h>, for dev_t.
53041         (ME_DUMMY, ME_REMOTE): Move from here....
53042         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
53043         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
53044         Dmitry V. Levin.
53045         Include mountlist.h first, to test the interface.
53046
53047 2005-01-29  Bruno Haible  <bruno@clisp.org>
53048
53049         * lib/progname.c (program_name): Initialize.
53050         Needed when linking statically on MacOS X.
53051
53052 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53053
53054         Sync from coreutils.
53055         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
53056         (Depends-on): Add c-strtod.
53057         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
53058
53059 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53060
53061         Sync from coreutils.
53062         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
53063
53064         Remove files that are specific to coreutils.
53065         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
53066
53067 2005-01-28  Bruno Haible  <bruno@clisp.org>
53068
53069         * modules/javacomp: New file.
53070         * MODULES.html.sh (Java): Add javacomp.
53071
53072 2005-01-28  Bruno Haible  <bruno@clisp.org>
53073
53074         * m4/javacomp.m4: New file, from GNU gettext.
53075
53076 2005-01-28  Bruno Haible  <bruno@clisp.org>
53077
53078         * lib/javacomp.sh.in: New file, from GNU gettext.
53079         * lib/javacomp.h: New file, from GNU gettext.
53080         * lib/javacomp.c: New file, from GNU gettext.
53081
53082 2005-01-26  Simon Josefsson  <jas@extundo.com>
53083
53084         * lib/gai_strerror.c: Use GPL in header.
53085
53086 2005-01-26  Bruno Haible  <bruno@clisp.org>
53087
53088         * modules/javaexec: New file.
53089         * MODULES.html.sh (Java): Add javaexec.
53090
53091 2005-01-26  Bruno Haible  <bruno@clisp.org>
53092
53093         * m4/javaexec.m4: New file, from GNU gettext.
53094
53095 2005-01-26  Bruno Haible  <bruno@clisp.org>
53096
53097         * lib/javaexec.sh.in: New file, from GNU gettext.
53098         * lib/javaexec.h: New file, from GNU gettext.
53099         * lib/javaexec.c: New file, from GNU gettext.
53100
53101 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53102
53103         * modules/lchown (Depends-on): Remove lchown.h
53104
53105 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53106
53107         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
53108         must be defined if the header file was not found, in order
53109         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
53110
53111 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53112
53113         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
53114         initializers for struct pentry_state.
53115         (__argp_error): Check return value of __asprintf
53116         (__argp_failure): Translate error message
53117
53118         * lib/argp-parse.c: Removed braces around the expansion of N_()
53119
53120 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
53121
53122         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
53123         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
53124         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
53125         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
53126         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
53127         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
53128         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
53129         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
53130         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
53131         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
53132         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
53133         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
53134         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
53135         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
53136         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
53137         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
53138         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
53139         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
53140         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
53141         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
53142         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
53143         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
53144         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
53145         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
53146         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
53147         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
53148         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53149         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53150         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53151         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53152         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53153         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53154         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53155         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53156         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53157         Use an all-permissive copyright notice, recommended by RMS.
53158
53159 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53160
53161         * modules/chdir-long (Depends-on): Remove mempcpy.
53162
53163 2005-01-21  Jim Meyering  <jim@meyering.net>
53164
53165         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
53166         same value as for Solaris 9.
53167
53168         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
53169         component length.  This included changing the parameter to be
53170         of type `char *' rather than `char const *'.
53171         * lib/chdir-long.h (chdir_long): Update prototype.
53172
53173         * lib/openat.c (fdopendir, fstatat): New functions.
53174         * lib/openat.h: Include headers required for use of DIR and struct
53175         stat.
53176         [AT_SYMLINK_NOFOLLOW]: Define.
53177         (fdopendir, fstatat): Add prototypes.
53178
53179 2005-01-21  Bruno Haible  <bruno@clisp.org>
53180
53181         * modules/classpath: New file.
53182         * MODULES.html.sh (Java): Add classpath.
53183
53184 2005-01-21  Bruno Haible  <bruno@clisp.org>
53185
53186         * lib/classpath.h: New file, from GNU gettext.
53187         * lib/classpath.c: New file, from GNU gettext.
53188
53189 2005-01-20  Simon Josefsson  <jas@extundo.com>
53190
53191         * modules/version-etc-fsf: New file.
53192
53193 2005-01-20  Simon Josefsson  <jas@extundo.com>
53194
53195         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
53196         * lib/version-etc.c: Remove version_etc_copyright.
53197         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
53198         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
53199
53200 2005-01-20  Simon Josefsson  <jas@extundo.com>
53201
53202         * lib/base64.h (isbase64): Add.
53203
53204         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
53205         using a unsigned prototype, don't inline.
53206         (base64_decode): Use it.
53207
53208 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53209
53210         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
53211         it.
53212
53213 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53214
53215         * lib/save-cwd.c (save_cwd): Remove code to support the case
53216         where fchdir is missing or flaky.
53217
53218 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53219
53220         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
53221
53222 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53223
53224         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
53225         AC_LIBSOURCES now does this.
53226         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
53227         with new ullong_max module.
53228
53229 2005-01-19  Bruno Haible  <bruno@clisp.org>
53230
53231         * modules/sh-quote: New file.
53232         * MODULES.html.sh (Executing programs): Add sh-quote.
53233
53234 2005-01-19  Bruno Haible  <bruno@clisp.org>
53235
53236         * lib/sh-quote.h: New file, from GNU gettext.
53237         * lib/sh-quote.c: New file, from GNU gettext.
53238
53239 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53240
53241         Merge from coreutils.
53242         * m4/ullong_max.m4: New file.
53243         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
53244         (gl_MACROS): Assume localeconv exists.
53245
53246 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53247
53248         Merge changes from coreutils, as described below in several
53249         changelogs dated today.
53250
53251         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
53252         (O_DIRECTORY): Remove; not needed here, since "." must be
53253         a directory.  All uses removed.
53254         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
53255         universal on Suns, and we also need to test for IRIX.
53256         Revamp code to use 'if' rather than '#if'.
53257         Avoid unnecessary comparison of cwd->desc to 0.
53258
53259         * lib/utimens.c (futimens): Robustify the previous patch, by checking
53260         for known valid error numbers rather than observed invalid ones.
53261
53262 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53263
53264         * modules/ullong_max: New file.
53265
53266         * modules/chdir-long, modules/openat: New files.
53267         * modules/save-cwd (Depends-on): Depend on chdir-long.
53268         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
53269
53270 2005-01-18  Jim Meyering  <jim@meyering.net>
53271
53272         Merge from coreutils.
53273         * m4/chdir-long.m4, m4/openat.m4: New files.
53274         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
53275         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
53276         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
53277         is sane and DOES follow symlinks.  Besides, testing 20 different
53278         systems found no broken chown implementations.
53279         Prompted by a change in rsync's copy of this macro.
53280         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
53281
53282         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
53283
53284         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
53285         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
53286         NULL-means-set-to-current-time semantics.
53287         Remove temporary file immediately, rather than waiting
53288         for configure's at-exit trap code to do it.
53289
53290 2005-01-18  Jim Meyering  <jim@meyering.net>
53291
53292         * lib/version-etc.c (version_etc_copyright): Update copyright date.
53293
53294         * lib/utimens.c (futimens): Account for the fact that futimes
53295         can also fail with errno == ENOSYS or errno == ENOENT.
53296         Patch from Dmitry V. Levin.
53297
53298         Change the name of the robust chdir function from chdir to chdir_long.
53299         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
53300         (restore_cwd): Use chdir_long, not chdir.
53301         * lib/chdir-long.c: Renamed from chdir.c.
53302         * lib/chdir-long.h: Renamed from chdir.h.
53303         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
53304         Hurd.
53305
53306 2005-01-18  Bruno Haible  <bruno@clisp.org>
53307
53308         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
53309         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
53310         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
53311         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
53312         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
53313         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
53314         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
53315         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
53316         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
53317         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
53318         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
53319         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
53320         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
53321         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
53322         Use an all-permissive copyright notice, recommended by RMS.
53323
53324 2005-01-18  Bob Proulx  <bob@proulx.com>
53325
53326         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
53327         simplify offsetof() macro construct to avoid compile failure with
53328         native HP-UX 11.0 ANSI C compiler.
53329
53330 2005-01-17  Bruno Haible  <bruno@clisp.org>
53331
53332         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
53333         redundant because stpncpy.m4 takes care of it.
53334
53335 2005-01-17  Bruno Haible  <bruno@clisp.org>
53336
53337         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
53338
53339 2005-01-17  Bruno Haible  <bruno@clisp.org>
53340
53341         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
53342         used.
53343
53344 2005-01-17  Bruno Haible  <bruno@clisp.org>
53345
53346         * lib/fwriteerror.h (fwriteerror): Change specification to include
53347         fclose.
53348         * lib/fwriteerror.c: Include <stdbool.h>.
53349         (fwriteerror): At the end, close the file stream. Record whether
53350         stdout was already closed.
53351
53352 2005-01-17  Bruno Haible  <bruno@clisp.org>
53353
53354         * lib/execute.c (environ): Declare if needed.
53355         * lib/pipe.c (environ): Likewise.
53356         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
53357
53358 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53359
53360         * modules/argp: Depend on vsnprintf
53361
53362 2005-01-10  Jim Meyering  <jim@meyering.net>
53363
53364         * modules/closeout (Depends-on): Add atexit.
53365
53366 2005-01-06  Bruno Haible  <bruno@clisp.org>
53367
53368         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
53369
53370 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
53371
53372         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
53373         definitions to be after all include files, to avoid collisions.
53374         Problem reported by Bob Proulx.
53375
53376 2005-01-04  Jim Meyering  <jim@meyering.net>
53377
53378         Changes imported from coreutils.
53379         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
53380         as the mkstemp template, use a temporary directory and an
53381         8.3-friendly template to avoid trouble on systems like DJGPP.
53382         Reported by Juan M. Guerrero via Stepan Kasal.
53383         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
53384         close. Remove the temporary directory right away, rather than waiting
53385         for configure's at-exit trap code to do it.
53386         Suggestion from Stepan Kasal.
53387
53388 2005-01-01  Simon Josefsson  <jas@extundo.com>
53389
53390         * gnulib-tool: Print #include directives when --import'ing.
53391
53392 2004-12-28  Simon Josefsson  <jas@extundo.com>
53393
53394         * tests/test-base64.c: Include required header files.  Remove
53395         unused variables.
53396
53397 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53398
53399         * modules/error (Depends-on): Remove gettext.
53400
53401 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53402
53403         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
53404         not needed.  This removes a dependency on the gettext module.
53405         [defined _LIBC]: Do not include <libintl.h>; not needed.
53406
53407 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53408
53409         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
53410         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
53411
53412 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53413
53414         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
53415         HAVE_DECL_STRTOLD.
53416
53417 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53418
53419         * modules/getdate (Depends-on): Remove alloca-opt.
53420
53421 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53422
53423         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
53424
53425 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53426
53427         * lib/argp-parse.c: Include <stddef.h>.
53428         (alignof, alignto): New macros.
53429         (parser_init): Don't assume that void * is aligned sufficiently
53430         for struct option.
53431
53432         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
53433         need to extend the stack.
53434         (YYINITDEPTH): New macro, so that the initial stack isn't overly
53435         large.
53436
53437 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53438
53439         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
53440
53441 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53442
53443         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
53444         (2004-10-24) change.  Apparently this was a false alarm.
53445
53446         * modules/getdate: Depend on alloca-opt, not alloca.
53447
53448 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53449
53450         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
53451         Remove now-obsolete comment about AIX.
53452         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
53453         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
53454         (YYMAXDEPTH): New macro.
53455
53456 2004-12-18  Simon Josefsson  <jas@extundo.com>
53457
53458         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
53459
53460 2004-12-18  Bruno Haible  <bruno@clisp.org>
53461
53462         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
53463
53464 2004-12-18  Bruno Haible  <bruno@clisp.org>
53465
53466         * lib/fatal-signal.c (fatal_signals): Make non-const.
53467         (init_fatal_signals): New function.
53468         (uninstall_handlers, install_handlers): Ignore signals that were set to
53469         SIG_IGN.
53470         (at_fatal_signal): Call init_fatal_signals.
53471         (init_fatal_signal_set): Likewise. Ignore signals that were set to
53472         SIG_IGN.
53473         Reported by Paul Eggert.
53474
53475 2004-12-18  Bruno Haible  <bruno@clisp.org>
53476
53477         * doc/alloca.texi: New file.
53478         * doc/alloca-opt.texi: New file.
53479
53480 2004-12-17  Jim Meyering  <jim@meyering.net>
53481
53482         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
53483         Otherwise, install-sh could exit with improper exit status when
53484         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
53485
53486 2004-12-16  Simon Josefsson  <jas@extundo.com>
53487
53488         * tests/test-base64.c: Add license.
53489
53490 2004-12-15  Stepan Kasal  <address@hidden>
53491
53492         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
53493
53494 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
53495
53496         * modules/getcwd (Files): Add m4/d-ino.m4.
53497         Suggested by Mark D. Baushke.
53498
53499 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53500
53501         * lib/getdate.y (textint): New member "negative".
53502         (time_zone_hhmm): New function.
53503         Expect 14 shift-reduce conflicts, not 13.
53504         (o_colon_minutes): New rule.
53505         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
53506         (yylex): Set the "negative" member of signed numbers.
53507
53508 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53509
53510         * doc/getdate.texi (Time of day items, Time zone items):
53511         Describe new formats +00:00, UTC+00:00.
53512
53513 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
53514
53515         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
53516         spurious "-l"s.  Problem reported by Stepan Kasal.
53517
53518 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
53519
53520         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
53521         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
53522
53523 2004-12-04  Simon Josefsson  <jas@extundo.com>
53524
53525         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
53526         Vandoorselaere <yoann@prelude-ids.org>.
53527
53528 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53529
53530         Changes imported from coreutils.
53531         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
53532         exist.
53533         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
53534
53535 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53536
53537         Changes imported from coreutils.
53538         * lib/hard-locale.c: Assume <locale.h> exists.
53539         Include "strdup.h".
53540         (GLIBC_VERSION): New macro.
53541         (hard_locale): Assume setlocale exists.
53542         Rewrite to avoid #ifdef.
53543         Use strdup rather than malloc + strcpy.
53544         * lib/human.c: Assume <locale.h> exists.
53545         (human_readable): Assume localeconv exists.
53546
53547 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53548
53549         * modules/hard-locale (Depends-on): Add strdup.
53550
53551 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
53552
53553         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
53554         convert T2, not T.  (Imported from libc.)
53555
53556 2004-11-30  Simon Josefsson  <jas@extundo.com>
53557
53558         * modules/restrict (License): Change to LGPL.
53559
53560 2004-11-30  Simon Josefsson  <jas@extundo.com>
53561
53562         * m4/restrict.m4: Add copyright and copying conditions.
53563
53564 2004-11-30  Simon Josefsson  <jas@extundo.com>
53565
53566         * m4/base64.m4: New file.
53567
53568 2004-11-30  Simon Josefsson  <jas@extundo.com>
53569
53570         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
53571         base64.
53572
53573         * tests/test-base64.c: New file.
53574
53575         * modules/base64: New file.
53576
53577 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53578
53579         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
53580         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
53581
53582         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
53583
53584 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53585
53586         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
53587         (__getcwd.c): Don't restore errno; glibc doesn't.
53588         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
53589         first, falling back to our code only if its results look suspicious.
53590         Ensure that the resulting buffer is only as large as necessary.
53591
53592         * lib/readutmp.c: Include readutmp.h first.
53593         Include <errno.h>, since readutmp.h no longer does that.
53594         * lib/readutmp.h: Don't include <errno.h>,
53595         <sys/param.h>, <time.h>; not needed to establish interface.
53596         (errno): Remove decl.
53597         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
53598         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
53599         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
53600
53601 2004-11-28  Simon Josefsson  <jas@extundo.com>
53602
53603         * lib/base64.h, base64.c: New file.
53604
53605 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
53606
53607         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
53608
53609 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
53610
53611         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
53612         (Depends-on): Remove pathmax, same.  Add mempcpy.
53613         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
53614         (Makefile.am): Append getcwd.h to lib_SOURCES.
53615         (Include): Add getcwd.h.
53616         (Maintainer): Change from Jim Meyering to "all, glibc",
53617         since getdate now uses intended-for-glibc code.
53618         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
53619         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
53620
53621 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53622
53623         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
53624         HP's ANSI C compiler.
53625         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
53626         Declaring int functions causes warnings on some modern systems and
53627         shouldn't be needed to compile on ancient ones.
53628         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
53629         defined.
53630
53631         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
53632         with the following changes.
53633         (__set_errno): Parenthesize properly.
53634         Include <stdbool.h>.
53635         (MIN, MAX, MATCHING_INO): New macros.
53636         (__getcwd): Define with prototype, not K&R form.
53637         Use heuristics to allocate default buffer on stack if possible.
53638         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
53639         behavior, and to avoid the PATH_MAX limit when computing
53640         ../../../../...
53641         Use MATCHING_INO to compare inode number to file.
53642         Check for arithmetic overflow in size calculations.
53643         Fix bug in reallocation of dot array that caused getcwd to fail
53644         on directories nested deeper than 75.
53645         Be more careful about saving errno on error.
53646         Do not use realloc; use only free+malloc, as this is a bit
53647         more flexible and avoids a needless copy operation.
53648         Do not inspect st_dev and st_ino for symbolic links; POSIX
53649         doesn't specify the latter.
53650         Check for closedir errors.
53651         Avoid needless casts.
53652         Use "#ifdef weak_alias" around weak_alias, to be like other
53653         glibc code.
53654         The following changes to getcwd.c have effect only when used in
53655         gnulib; they have no effect inside glibc proper.
53656         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
53657         as alloca isn't used.
53658         (alloca, __alloca): Likewise.
53659         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
53660         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
53661         unconditionally, as gnulib assumes C89 or better.
53662         Do not include <sys/param.h>.
53663         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
53664         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
53665         better.
53666         (NULL) [!defined NULL]: Remove; we assume C89 or better.
53667         Include <dirent.h> in a way that is compatible with modern Autoconf.
53668         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
53669         New macros, if not already defined.
53670         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
53671         Use "_LIBC", not "defined _LIBC", for consistency.
53672         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
53673         a mempcpy module.
53674         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
53675         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
53676         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
53677         credit only to Jim Meyering and adjust the copyright dates.
53678         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
53679         <stdlib.h>, <unistd.h>, "pathmax.h".
53680         Instead, include "xgetcwd.h" (first) and "getcwd.h".
53681         (INITIAL_BUFFER_SIZE): Remove.
53682         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
53683
53684 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53685
53686         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
53687         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
53688         Use the _ONCE methods, for efficiency.
53689         Check for fcntl.h.  In test program, include <errno.h>
53690         and <fcntl.h> if available.  Remove old K&R cruft from
53691         test program.  Check for common errors in GNU/Linux,
53692         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
53693         don't do AC_LIBOBJ, as that's getcwd.m4's job.
53694         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
53695         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
53696         name accordingly.
53697         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
53698         accommodate new getcwd.c.
53699         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
53700         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
53701         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
53702         that's all we need now.
53703
53704 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53705
53706         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
53707         argp-parse.c depends on getopt internals, that means we should
53708         always use our getopt, to be on the safe side.
53709         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
53710         order not to spoil the result of an eventual previous invocation
53711         of gl_GETOPT_SUBSTITUTE.
53712
53713 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53714
53715         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
53716         redefinition warnings. To avoid them, include the defines
53717         in `#if !defined __need_getopt ... #endif'. The only place
53718         where __getopt_argv_const is used is in definitions
53719         of getopt_long and getopt_long_only below, which are as well
53720         protected by `#ifndef __need_getopt'.
53721         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
53722         __need_getopt after including <stdio.h> and <unistd.h> These
53723         headers might have defined it.
53724
53725 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
53726
53727         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
53728
53729 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
53730
53731         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
53732         (futimens): New function, which uses futimes if available.
53733         (futimens, utimens): Support timespec==NULL, with same semantics
53734         as utime and utimens.
53735         * lib/utimens.h (futimens): New decl.
53736
53737 2004-11-23  Jim Meyering  <jim@meyering.net>
53738
53739         * lib/getopt_.h: Remove trailing blanks.
53740
53741 2004-11-23  Jim Meyering  <jim@meyering.net>
53742
53743         * lib/__fpending.c: Add comment.
53744
53745 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
53746
53747         * modules/canonicalize (Depends-on): Add xreadlink.
53748         Problem reported by James Youngman.
53749
53750 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
53751
53752         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
53753         New macros.
53754         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
53755         optopt): Use them instead of invoking ## directly; otherwise, the
53756         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
53757
53758 2004-11-19  Bruno Haible  <bruno@clisp.org>
53759
53760         * lib/strtok_r.c: Move comments from here...
53761         * lib/strtok_r.h: ... to here.
53762
53763 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
53764
53765         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
53766         implementations that mishandle size_t overflow.
53767
53768 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
53769
53770         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
53771         might fail.  Problem reported by Yoann Vandoorselaere.
53772         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
53773         implementations that mishandle size_t overflow.
53774
53775 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53776
53777         * modules/canon-host (Depends-on): Add strdup.
53778
53779 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53780
53781         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
53782
53783 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53784
53785         * lib/canon-host.c: Include "strdup.h".
53786         (canon_host): Use getaddrinfo if available, so that IPv6 works.
53787         Use strdup instead of malloc/strcpy to duplicate strings.
53788
53789         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
53790         (human_space_before_unit): New constant.
53791         * lib/human.c (human_readable): Support it.
53792
53793         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
53794         (xgetcwd): Set errno correctly when failing.
53795         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
53796         the failure is actually due to a PATH_MAX problem.
53797
53798         Further getopt changes to make it more likely that glibc will
53799         buy the changes back.
53800         * lib/getopt.c (POSIXLY_CORRECT): New constant.
53801         (getopt): Use it, so to preserve glibc semantic
53802         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
53803         when compiling for libc.
53804         * lib/getopt_.h (__getopt_argv_const): Bring it back.
53805         (getopt_long, getopt_long_only): Use it.
53806
53807         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
53808         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
53809         (getopt): Argv is now char * const *, as per standard.
53810         (_getopt_internal_r, _getopt_internal): Argv is now char **,
53811         not char *__getopt_argv_const *.
53812         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
53813         _getopt_long_only_r): Likewise.
53814         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
53815         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
53816         _getopt_long_r, _getopt_long_only_r): Likewise.
53817         * lib/getopt_.h (__getopt_argv_const): Remove.
53818         (getopt): Argv is now char * const *, as per standard.
53819
53820         * lib/getdate.y (tORDINAL): New token.
53821         (day, relunit): Allow it for relative times.
53822         (relative_time_table): Use tORDINAL for ordinals.
53823
53824 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53825
53826         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
53827         Document that "second" isn't allowed as an ordinal number.
53828
53829 2004-11-16  Jim Meyering  <jim@meyering.net>
53830
53831         * modules/closeout (Depends-on): Add fpending.
53832
53833 2004-11-15  Jim Meyering  <jim@meyering.net>
53834
53835         * lib/closeout.c: Include "__fpending.h" once again.
53836         Include <stdbool.h>.
53837         (close_stdout): Don't fail just because stdout was closed initially,
53838         since some programs don't write to stdout in the normal course of
53839         operation (other than --version and --help), and we don't want this
53840         function to make e.g. `touch file >&-' fail.
53841         But do fail if it was closed and someone has tried to write to it.
53842         E.g., `printf foo >&-' must fail.
53843
53844 2004-11-13  Jim Meyering  <jim@meyering.net>
53845
53846         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
53847
53848 2004-11-12  Simon Josefsson  <jas@extundo.com>
53849
53850         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
53851         small doc fix is still pending.
53852
53853 2004-11-11  Simon Josefsson  <jas@extundo.com>
53854
53855         * modules/strtok_r: New file.
53856
53857         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53858         strtok_r.
53859
53860 2004-11-11  Simon Josefsson  <jas@extundo.com>
53861
53862         * m4/strtok_r.m4: New file.
53863
53864         * m4/getopt.m4: Replace opterr.
53865
53866 2004-11-11  Simon Josefsson  <jas@extundo.com>
53867
53868         * lib/strtok_r.h, strtok_r.c: New file.
53869
53870 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
53871
53872         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
53873         of replacing opterr, getopt, etc.  This should handle the
53874         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
53875
53876 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
53877
53878         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
53879         we can stop lying to compilers about the constness of argv when we
53880         are compiled outside glibc.
53881         (getopt, getopt_long, getopt_long_only): Use it.
53882         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
53883         _getopt_internal, getopt): Likewise.
53884         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
53885         _getopt_long_only_r): Likewise.
53886         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
53887         _getopt_long_r, _getopt_long_only_r): Likewise.
53888
53889         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
53890         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
53891         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
53892         the other external symbols.
53893         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
53894         declaration, since the above renaming now works around collisions.
53895
53896 2004-11-11  Jim Meyering  <jim@meyering.net>
53897
53898         * lib/linebreak.c: Remove trailing blanks.
53899         * lib/alloca_.h: Likewise.
53900         * lib/acosl.c: Likewise.
53901         * lib/euidaccess.c: Likewise.
53902         * lib/allocsa.h: Likewise.
53903
53904 2004-11-10  Simon Josefsson  <jas@extundo.com>
53905
53906         * m4/getaddrinfo.m4: New file.
53907
53908 2004-11-10  Simon Josefsson  <jas@extundo.com>
53909
53910         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
53911
53912 2004-11-10  Simon Josefsson  <jas@extundo.com>
53913
53914         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53915         getaddrinfo.
53916
53917         * modules/getaddrinfo: New file.
53918
53919 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
53920
53921         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
53922
53923 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
53924
53925         * lib/mktime.c (SHR): New macro, which is a portable
53926         substitute for >> that should work even on Crays.
53927         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
53928         Problem reported by Mark D. Baushke in
53929         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
53930         * lib/getdate.y (SHR): Likewise.
53931         (tm_diff): Use it.
53932         * lib/strftime.c (SHR): Likewise.
53933         (tm_diff): Use it.
53934         * lib/quotearg.c (struct quoting_options): Use unsigned int for
53935         quote_these_too, so that right shifts are well defined.  All uses
53936         changed.
53937
53938 2004-11-10  Jim Meyering  <jim@meyering.net>
53939
53940         Ensure that no close failure goes unreported.
53941         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
53942         return early when it seems there's nothing to flush.
53943         Don't include __fpending.h.
53944
53945 2004-11-10  Jim Meyering  <jim@meyering.net>
53946
53947         * modules/closeout (Depends-on): Remove fpending.
53948
53949 2004-11-10  Jim Meyering  <jim@meyering.net>
53950
53951         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
53952
53953 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
53954
53955         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
53956         gl_FUNC_STRFTIME.
53957         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
53958         and AC_REQUIRE when possible, to avoid duplicate checks.
53959         Check for <wchar.h>.
53960
53961 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
53962
53963         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
53964
53965 2004-11-09  Bruno Haible  <bruno@clisp.org>
53966
53967         * m4/sockpfaf.m4: New file.
53968
53969 2004-11-05  Bruno Haible  <bruno@clisp.org>
53970
53971         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
53972         Reported by Mark D. Baushke <mdb@cvshome.org>.
53973
53974 2004-11-04  Bruno Haible  <bruno@clisp.org>
53975
53976         2004-09-11  Bruno Haible  <bruno@clisp.org>
53977                 * allocsa.valgrind: New file.
53978         2004-02-06  Bruno Haible  <bruno@clisp.org>
53979                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
53980                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
53981                 Reported by Christopher Seip <chris.seip@hp.com>.
53982
53983 2004-11-04  Bruno Haible  <bruno@clisp.org>
53984
53985         * modules/allocsa (Files): Add lib/allocsa.valgrind.
53986         (Makefile.am): Distribute it.
53987
53988 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
53989
53990         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
53991         with errno == ERANGE if the buffer is too small.
53992         Problem reported by Mark D. Baushke.
53993
53994 2004-11-03  Albert Chin  <china@thewrittenword.com>
53995             Paul Eggert  <eggert@cs.ucla.edu>
53996
53997         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
53998         equivalent, substitute $ac_type for equivalent type rather than
53999         blindly using uint32_t *always* which won't work if uint32_t is not
54000         available.  Define _UINT32_T to work around typedef of uint32_t if
54001         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
54002         2.5.1.
54003
54004 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54005
54006         * m4/jm-macros.m4: Sync from coreutils.
54007         (gl_MACROS): Check for mbrlen, for pathchk.
54008         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
54009
54010 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54011
54012         * lib/xreadlink.c (MAXSIZE): New macro.
54013         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
54014         size does not exceed MAXSIZE.  Avoid cast.
54015         As suggested by Mark D. Baushke in
54016         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
54017         if readlink fails with buffer size just under MAXSIZE, try again
54018         with MAXSIZE.
54019
54020 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54021
54022         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
54023
54024 2004-11-02  Derek R. Price  <derek@ximbiot.com>
54025         and  Paul Eggert  <eggert@cs.ucla.edu>
54026
54027         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
54028         (get_date): Overparenthesize to avoid GCC warning.
54029
54030 2004-11-02  Bruno Haible  <bruno@clisp.org>
54031
54032         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
54033         returns void.
54034
54035 2004-11-02  Bruno Haible  <bruno@clisp.org>
54036
54037         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
54038         function returns void.
54039
54040 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54041
54042         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
54043         fflush_unlocked, flockfile, funlockfile, funlockfile,
54044         fputs_unlocked, putc_unlocked.
54045
54046 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54047
54048         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54049         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
54050         already declared.
54051
54052 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54053
54054         * modules/getdate (Files): Add doc/getdate.texi.
54055         (Depends-on): Add setenv, xalloc.
54056
54057 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54058
54059         * lib/getdate.y: Add support for TZ="foo" within a date string.
54060         Fix some bugs near time_t boundaries.  Reject dates with
54061         out-of-range components, e.g., "Sept 31".
54062         Include <stdlib.h>, "setenv.h", "xalloc.h".
54063         (ISDIGIT_LOCALE): Remove; unused.
54064         Note that the TZ and time functions used here are not reentrant.
54065         (mktime_ok, get_tz): New functions.
54066         (TZBUFSIZE): New constant.
54067         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
54068         This requires that we sometimes generate our own TZ="XXX..." setting.
54069
54070 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54071
54072         * doc/getdate.texi: New file, from coreutils with modifications for
54073         the new TZ parsing.
54074
54075 2004-10-27  Derek R. Price  <derek@ximbiot.com>
54076
54077         * lib/mktime.c (not_equal_tm): Remove redundant check.
54078
54079 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54080
54081         * modules/regex (lib_SOURCES): Add regex.c.
54082         Reported by James Youngman in
54083         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
54084
54085 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54086
54087         * lib/getdate.y: Use Bison 1.875 features, and some minor
54088         code cleanups.  This change does not affect semantics.
54089         Don't include <stdlib.h>; no longer needed.
54090         Don't include unlocked-io.h; only the "#if TEST" code uses
54091         stdio, and performance isn't crucial there.
54092         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
54093         Bison 1.875 features as described below.
54094         All uses of "PC." replaced by "pc->".
54095         (YYSTYPE): Add a forward declaration.
54096         (yylex, yyerror): Use full prototypes in forward decls.
54097         Use "%pure-parser" rather than obsolescent "%pure_parser".
54098         Use %parse-param and %lex-param instead of obsolescent
54099         YYPARSE_PARAM and YYLEX_PARAM.
54100         (meridian_table, month_and_day_table, time_units_table,
54101         relative_time_table, time_zone_table, military_table,
54102         lookup_zone, lookup_word, get_date):
54103         Use NULL instead of 0 where appropriate.
54104         (to_hour): Avoid abort (), to avoid a dependency on
54105         stdlib.h.
54106         (yyerror, yylex): Now accepts parser_control * arg.
54107         (main) [TEST]: Use '\0' rather than 0 for char.
54108
54109 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54110
54111         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
54112
54113 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54114
54115         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
54116         It's now the caller's responsibility to handle the case where
54117         !HAVE_GETPAGESIZE && !defined getpagesize.
54118
54119         * lib/mktime.c (leapyear): Arg is long int, not int.
54120
54121 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
54122
54123         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
54124
54125 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
54126
54127         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
54128         missing.  Problem reported by James Youngman.
54129
54130 2004-10-16  Simon Josefsson  <jas@extundo.com>
54131
54132         * gnulib-tool: Fix comments.  Fix parse problem.
54133         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
54134
54135 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
54136
54137         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
54138         implementation of getopt_long.  Problem reported by Alexander Taler in:
54139         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
54140
54141 2004-10-15  Bruno Haible  <bruno@clisp.org>
54142
54143         * gnulib-tool: Untabify. Initialize supplied_libname.
54144         (func_usage): More homogenous output.
54145         (func_modules_transitive_closure, func_modules_to_filelist,
54146         func_emit_lib_Makefile_am): New functions.
54147         (func_import): New function, extracted from big case statement. Use
54148         func_get_license, func_modules_transitive_closure,
54149         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54150         opt_lgpl. Don't use test -a, as it's not portable.
54151         (func_create_testdir): Use func_modules_transitive_closure,
54152         func_modules_to_filelist, func_emit_lib_Makefile_am.
54153
54154 2004-10-15  Bruno Haible  <bruno@clisp.org>
54155
54156         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54157
54158 2004-10-15  Bruno Haible  <bruno@clisp.org>
54159
54160         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54161         the portions belonging to each module.
54162         Suggested by Derek Robert Price <derek@ximbiot.com>.
54163
54164 2004-10-12  Simon Josefsson  <jas@extundo.com>
54165
54166         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54167         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
54168         to real functions.
54169
54170 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54171
54172         * modules/vsnprintf: New file.
54173
54174 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54175
54176         * m4/vsnprintf.m4: New file.
54177
54178 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54179
54180         * lib/vsnprintf.h: New file.
54181         * lib/vsnprintf.c: New file.
54182
54183 2004-10-11  Bruno Haible  <bruno@clisp.org>
54184
54185         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
54186         vsnprintf.
54187
54188 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
54189
54190         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
54191
54192 2004-10-07  Bruno Haible  <bruno@clisp.org>
54193
54194         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
54195         fits into the provided buffer.
54196
54197 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
54198
54199         * lib/diacrit.c, diacrit.h: Add GPL notice.
54200
54201         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
54202         notice.
54203         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
54204         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
54205         This avoids a potential constant-folding bug.
54206
54207 2004-10-05  Bruno Haible  <bruno@clisp.org>
54208
54209         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
54210         for the declaration of strsep.
54211
54212 2004-10-05  Bruno Haible  <bruno@clisp.org>
54213
54214         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
54215
54216 2004-10-04  Simon Josefsson  <jas@extundo.com>
54217
54218         * modules/memmem: New file.
54219         * tests/test-memmem.c: New file.
54220         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
54221
54222 2004-10-04  Simon Josefsson  <jas@extundo.com>
54223
54224         * m4/memmem.m4: New file.
54225
54226 2004-10-04  Simon Josefsson  <jas@extundo.com>
54227
54228         * lib/memmem.h: New file.
54229         * lib/memmem.c: New file, taken from glibc.
54230
54231 2004-10-04  Simon Josefsson  <jas@extundo.com>
54232
54233         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
54234         '#ifdef USE_UNLOCKED_IO'.
54235
54236 2004-10-04  Simon Josefsson  <jas@extundo.com>
54237
54238         * config/srclist.txt: Add memmem from glibc.
54239
54240 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54241
54242         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
54243
54244         * modules/argmatch, modules/argp, modules/closeout, modules/error,
54245         modules/exclude, modules/getdate, modules/getline,
54246         modules/getndelim2, modules/getpass, modules/getpass-gnu,
54247         modules/getusershell, modules/linebuffer, modules/md5,
54248         modules/mountlist, modules/posixtm, modules/readtokens,
54249         modules/readutmp, modules/regex, modules/sha1,
54250         modules/version-etc, modules/yesno:
54251         Remove dependency on unlocked-io.
54252
54253 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54254
54255         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
54256
54257         * m4/unlocked-io.m4: Add copyright notice.
54258         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
54259
54260 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54261
54262         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
54263         * lib/xmalloc.c (xmemdup): Likewise.
54264         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
54265         XFREE): Remove these long-obsolescent macros.
54266         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
54267         * lib/xstrdup.c: Remove.
54268
54269         * lib/regex.c (re_comp): Cast gettext return value to char *,
54270         Problem reported by Martin Neitzel via Mark D. Baushke.
54271
54272 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54273
54274         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
54275         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
54276         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
54277         regex.c, sha1.c, version-etc.c, yesno.c:
54278         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
54279         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
54280         the includer's responsibility.
54281
54282         Sync from coreutils.
54283
54284         * lib/modechange.c (mode_compile): Don't decrement a pointer that
54285         points to the start of a string, as the C Standard says the
54286         resulting behavior is undefined.
54287
54288         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
54289         simple -> simple_backups, numbered_existing ->
54290         numbered_existing_backups, numbered -> numbered_backups
54291         to avoid shadowing problems.  All uses changed.
54292         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
54293         * lib/backupfile.c (check_extension, numbered_backup):
54294         Rename locals to avoid shadowing 'basename'.
54295         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
54296         once.
54297
54298         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
54299         * lib/.cvsignore: Add getopt.h.
54300
54301 2004-10-04  Bruno Haible  <bruno@clisp.org>
54302
54303         * modules/README: New file.
54304         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
54305         not a module.
54306
54307 2004-10-02  Jim Meyering  <jim@meyering.net>
54308
54309         * lib/dirfd.h, getpagesize.h: Add copyright notice.
54310
54311 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54312
54313         * modules/strsep: New file.
54314
54315 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54316
54317         * m4/strsep.m4: New file.
54318
54319 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54320
54321         * lib/strsep.h: New file.
54322         * lib/strsep.c: New file.
54323
54324 2004-10-01  Simon Josefsson  <jas@extundo.com>
54325
54326         * lib/snprintf.c (snprintf): Handle size==0.
54327
54328 2004-10-01  Simon Josefsson  <jas@extundo.com>
54329             Bruno Haible  <bruno@clisp.org>
54330
54331         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
54332         (snprintf): Declare 'args'.
54333
54334 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
54335
54336         * lib/snprintf.c: Remove comments as to why each header is needed.
54337
54338 2004-10-01  Bruno Haible  <bruno@clisp.org>
54339
54340         * MODULES.html.sh: Add strsep.
54341
54342 2004-09-30  Simon Josefsson  <jas@extundo.com>
54343
54344         * modules/snprintf: New file.
54345
54346 2004-09-30  Simon Josefsson  <jas@extundo.com>
54347
54348         * m4/snprintf.m4: New file.
54349
54350 2004-09-30  Simon Josefsson  <jas@extundo.com>
54351
54352         * lib/snprintf.h, lib/snprintf.c: New files.
54353
54354 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54355
54356         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
54357         (hol_entry_help): Never translate an empty string.
54358         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
54359         * lib/argp.h (OPTION_NO_TRANS): New option.
54360
54361 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54362
54363         * modules/argp (Maintainer): Replace Simon Josefsson
54364         by Sergey Poznyakoff.
54365
54366 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54367
54368         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
54369         changes merged back into glibc.
54370
54371 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54372
54373         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
54374
54375 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
54376
54377         * lib/xvasprintf.c: Include xalloc.h.
54378         (xvasprintf): Use xalloc_die, not xmalloc_die.
54379
54380 2004-09-29  Bruno Haible  <bruno@clisp.org>
54381
54382         * modules/alloca-opt: New file, derived from modules/alloca.
54383         * modules/allocsa: Depend on alloca-opt instead of alloca.
54384         * modules/setenv: Likewise.
54385         * modules/vasnprintf: Likewise.
54386         * MODULES.html.sh: Add alloca-opt.
54387
54388 2004-09-28  Simon Josefsson  <jas@extundo.com>
54389
54390         * gnulib-tool: New parameter --lgpl, to asseert that modules are
54391         LGPL, and to replace license template from GPL to LGPL.
54392
54393 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54394
54395         * modules/dummy: Change license to LGPL.
54396
54397 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54398
54399         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
54400
54401 2004-09-24  Simon Josefsson  <jas@extundo.com>
54402
54403         * modules/minmax (License): Change from GPL to LGPL.
54404
54405 2004-09-23  Simon Josefsson  <jas@extundo.com>
54406
54407         * gnulib-tool (--import): Typo.
54408
54409 2004-09-23  Simon Josefsson  <jas@extundo.com>
54410
54411         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
54412
54413 2004-09-22  Bruno Haible  <bruno@clisp.org>
54414
54415         * modules/*: Add 'License' field.
54416         * gnulib-tool: Accept --extract-license option.
54417         (func_get_license): New function.
54418
54419 2004-09-21  Bruno Haible  <bruno@clisp.org>
54420
54421         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
54422         Reported by Simon Josefsson.
54423
54424 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54425
54426         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
54427         gl_AC_TYPE_LONG_LONG.
54428
54429 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54430
54431         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
54432
54433 2004-09-18  Simon Josefsson  <jas@extundo.com>
54434         and  Paul Eggert  <eggert@cs.ucla.edu>
54435
54436         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
54437         calls with autoreconf.  Define GL_LIB.
54438
54439 2004-09-14  Karl Berry  <karl@gnu.org>
54440
54441         * config/srclist.txt: unsync setenv.c, sigh.
54442
54443 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54444
54445         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
54446         Problem reported by Bruno Haible in:
54447         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
54448
54449 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54450
54451         * config/srclist.txt: Comment out argp-pvh.c.
54452
54453 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
54454
54455         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
54456         in case some system header has #define'd it.  Problem reported by
54457         Soeren D. Schulze in
54458         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
54459
54460 2004-09-09  Karl Berry  <karl@gnu.org>
54461
54462         * regex.[ch]: delete from the root.  These were supposed to be
54463                 synced with emacs cvs, but this has not happened for about
54464                 a year, and anyway nothing else uses emacs regex.[ch].
54465                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
54466                 lib/regex[.ch] is untouched.
54467
54468 2004-09-09  Bruno Haible  <bruno@clisp.org>
54469
54470         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
54471
54472 2004-09-09  Bruno Haible  <bruno@clisp.org>
54473
54474         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
54475         modifications.
54476         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
54477
54478 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54479
54480         * modules/xvasprintf: New file.
54481         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
54482
54483 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54484
54485         * lib/xvasprintf.h: New file.
54486         * lib/xvasprintf.c: New file.
54487         * lib/xasprintf.c: New file.
54488
54489 2004-09-08  Bruno Haible  <bruno@clisp.org>
54490
54491         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
54492
54493 2004-09-08  Bruno Haible  <bruno@clisp.org>
54494
54495         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
54496         length is > INT_MAX.
54497         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
54498         more.
54499
54500 2004-09-08  Bruno Haible  <bruno@clisp.org>
54501
54502         * lib/stdint_.h: New file, taken from GNU clisp.
54503
54504 2004-09-08  Bruno Haible  <bruno@clisp.org>
54505             Oskar Liljeblad  <oskar@osk.mine.nu>
54506
54507         * modules/stdint: New file.
54508         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
54509
54510 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54511
54512         Import from coreutils.
54513         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
54514         strings on unbounded length.  alloca's performance benefits aren't
54515         that important here.
54516         (V_STRDUP): Remove.
54517         (parse_with_separator): New function, with most of the internals
54518         of the old parse_user_spec.  Allow user to omit both user and group,
54519         for compatibility with FreeBSD.
54520         Clone only the user name, not the entire spec.
54521         Do not set *uid, *gid unless entirely successful.
54522         Avoid memory leak in some failing cases.
54523         Fix regression for USER.GROUP reported by Dmitry V. Levin in
54524         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
54525         (parse_user_spec): Rewrite to use parse_with_separator.
54526
54527 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54528
54529         * modules/userspec: Don't depend on alloca.
54530
54531 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54532
54533         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
54534
54535 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
54536
54537         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
54538         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
54539         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
54540
54541 2004-08-16  Simon Josefsson  <jas@extundo.com>
54542
54543         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
54544         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
54545         Add --dry-run for --import.
54546         Let user provided command line parameters override configure.ac
54547         settings.
54548
54549 2004-08-12  Simon Josefsson  <jas@extundo.com>
54550
54551         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
54552         as discussed with Paul Eggert in threads rooted at
54553         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
54554         and
54555         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
54556         Before, the test was empty, and relied on ELIDE_CODE in source
54557         code.)
54558         (gl_PREREQ_GETOPT): New macro.
54559         (gl_GETOPT): Use them.
54560
54561 2004-08-12  Simon Josefsson  <jas@extundo.com>
54562
54563         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
54564         * lib/getopt_.h: Renamed from getopt.h.
54565
54566 2004-08-12  Simon Josefsson  <jas@extundo.com>
54567
54568         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
54569         Change default library name from libfoo to libgnu.
54570         Now, if you have a configure.ac that says:
54571                 gl_SOURCE_BASE(gl)
54572                 gl_M4_BASE(gl/m4)
54573                 gl_MODULES(error getopt etcetera)
54574                 gl_INIT
54575         you can import all you need by running:
54576                 ../gnulib/gnulib-tool --import
54577
54578         * modules/getopt (Files): Rename getopt.h to getopt_.h.
54579         (Makefile.am): Rewrite, use logic from argz.
54580         (Include): Use <getopt.h> instead of "getopt.h".
54581
54582 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54583
54584         * modules/argp (Files): Add m4/unlocked-io.m4.
54585         (Depends-on): Add extensions.
54586
54587 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54588
54589         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
54590         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
54591         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
54592         Check for program_invocation_name, program_invocation_short_name,
54593         flockfile, funlockfile, features.h, _getopt_long_only_r.
54594
54595 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54596
54597         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
54598         its complicated substitute.
54599         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
54600         and program_invocation_name.
54601         (__argp_basename) [!_LIBC]: Remove; the only use was
54602         replaced by its body.
54603         (__argp_short_program_name): Change condition from
54604         !defined __argp_short_program_name to
54605         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
54606         to match argp-namefrob.h.
54607         (__argp_failure): Don't assume strerror_r returns char *.
54608         * lib/argp-parse.c (N_): Define unconditionally.
54609         (argp_default_options): Fill out initializers with 0 to avoid
54610         gcc warnings.
54611
54612 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54613
54614         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
54615         getopt1.c.
54616
54617 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54618
54619         Merge from coreutils.
54620
54621         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
54622
54623         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
54624         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
54625
54626 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54627
54628         Merge from coreutils.
54629
54630         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
54631         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
54632         for Reliant Unix 5.43.
54633
54634         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
54635         (union fooround): Use uintmax_t, not long int.
54636         The rest is a merge from libc:
54637         [defined _LIBC]: Include <shlib-compat.h>.
54638         (_obstack) [defined _LIBC]: Remove after 2.3.4.
54639
54640         * lib/settime.c (settime): Recode to avoid warning with
54641         Sun Forte C 6U2.
54642
54643         * lib/strverscmp.c: Convert to UTF-8.
54644
54645 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54646
54647         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
54648         m4/uintmax_t.m4.
54649
54650 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54651
54652         * modules/xalloc-die: New file.
54653         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
54654
54655         * modules/md5 (Files): Add m4/uint32_t.m4.
54656         * modules/sha1: Renamed from modules/sha.
54657         (Files):
54658         Rename lib/sha.h to lib/sha1.h.
54659         Rename lib/sha.c to lib/sha1.c.
54660         Rename m4/sha.m4 to m4/sha1.m4.
54661         (lib_SOURCES): Likewise.
54662         (configure.ac): Rename gl_SHA to gl_SHA1.
54663         (Include): sha.h -> sha1.h.
54664
54665 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54666
54667         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
54668         * m4/sha1.m4: Renamed from sha.m4.
54669         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
54670
54671 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54672
54673         * lib/obstack.h (obstack_empty_p):
54674         Don't assume that chunk->contents is suitably aligned.
54675         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
54676         Likewise. Problem reported by Benno in
54677         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
54678
54679         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
54680         readable.  This could be improved further but it'd take some work.
54681
54682 2004-08-08  Simon Josefsson  <jas@extundo.com>
54683
54684         * modules/xgethostname (Depends-on): Remove exit and error (not
54685         used).
54686
54687         * modules/getpass-gnu: Add getpass.h.
54688         (Depends-on): Add stdbool.
54689         * modules/getpass: Add getpass.h.
54690
54691 2004-08-08  Simon Josefsson  <jas@extundo.com>
54692
54693         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
54694         Check getpass declaration.
54695
54696 2004-08-08  Simon Josefsson  <jas@extundo.com>
54697
54698         * lib/xgethostname.c: Don't include error.h (not used).
54699
54700         * lib/getpass.h: Add.
54701         * lib/getpass.c: Include getpass.h first.
54702
54703 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
54704
54705         * lib/xalloc-die.c: New file.
54706         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
54707         All uses removed.
54708         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
54709         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
54710         xalloc-die.c.
54711         (_, N_, xalloc_die): Move to xalloc-die.c.
54712         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
54713         so that we needn't mess with xalloc_msg_memory_exhausted.
54714
54715         * lib/sha1.h: Renamed from sha.h.
54716         (SHA1_H): Renamed from _SHA_H.
54717         (sha1_ctx): Renamed from sha_ctx.
54718         (sha1_init_ctx): Renamed from sha_init_ctx.
54719         (sha1_process_block): Renamed from sha_process_block.
54720         (sha1_process_bytes): Renamed from sha_process_bytes.
54721         (sha1_finish_ctx): Renamed from sha_finish_ctx.
54722         (sha1_read_ctx): Renamed from sha_read_ctx.
54723         (sha1_stream): Renamed from sha_stream.
54724         (sha1_buffer): Renamed from sha_buffer.
54725         * lib/sha1.c: Likewise; renamed from sha.c.
54726         Do not include <sys/types.h>.
54727         Include <stddef.h> rather than <stdlib.h>.
54728
54729 2004-08-08  Bruno Haible  <bruno@clisp.org>
54730
54731         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
54732         FILESYSTEM_PREFIX_LEN.
54733         * lib/progreloc.c: Likewise.
54734         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
54735
54736 2004-08-06  Simon Josefsson  <jas@extundo.com>
54737
54738         * modules/progname (Depends-on): Don't depend on stdbool.
54739
54740 2004-08-06  Simon Josefsson  <jas@extundo.com>
54741
54742         * modules/getsubopt: New file.
54743         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54744         getsubopt.
54745
54746 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54747
54748         More merge from coreutils.
54749
54750         * m4/utimens.m4, m4/utimecmp.m4: New files.
54751         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
54752         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
54753         prereq.m4, sha.m4: Import changes from coreutils.
54754
54755 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54756
54757         More merge from coreutils.
54758         * modules/raise, modules/readtokens0, modules/utimens:
54759         * modules/utimecmp, module/xnanosleep: New files.
54760         * modules/strftime: Add lib/strftime.h.
54761         Change include from <time.h> to "strftime.h".
54762         * modules/yesno: Add lib/yesno.h.
54763         * modules/backupfile: Remove lib/addext.c.
54764         * modules/euidaccess: Add stat-macros.h.
54765         * modules/canonicalize, modules/euidaccess,
54766         modules/filemode, modules/lchown, modules/makepath,
54767         modules/rmdir, modules/stat: Likewise.
54768
54769 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54770
54771         Merge from tar.
54772         * lib/argp-help.c (make_hol, hol_append): Don't assume that
54773         SIZE_MAX is a valid preprocessor constant.
54774         (__argp_basename): Change from "#ifndef _LIBC"
54775         to "#ifndef __argp_short_program_name", so that
54776         we don't compile these functions for tar.
54777
54778         More merges from coreutils.
54779         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
54780         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
54781         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
54782         * lib/addext.c: Remove; no longer needed.
54783         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
54784         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
54785         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
54786         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
54787         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
54788         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
54789         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
54790         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
54791         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
54792         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
54793         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
54794         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
54795         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
54796         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
54797         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
54798         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
54799         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
54800         Import changes from coreutils.
54801
54802 2004-08-05  Simon Josefsson  <jas@extundo.com>
54803
54804         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
54805
54806 2004-08-05  Simon Josefsson  <jas@extundo.com>
54807
54808         * m4/getsubopt.m4: New file.
54809
54810 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
54811
54812         Merge from coreutils.
54813
54814         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
54815         * m4/getcwd-path-max.m4: New files.
54816
54817         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
54818         FILESYSTEM_PREFIX_LEN ->
54819         FILE_SYSTEM_PREFIX_LEN.
54820         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
54821         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
54822         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
54823         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
54824
54825         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
54826         prerequisite modules now handle the DOS stuff.
54827         Don't check for unistd.h.
54828
54829 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
54830
54831         Merge from coreutils.
54832
54833         * lib/.gdb-history: Remove; this doesn't belong here.
54834
54835         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
54836         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
54837         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
54838         * lib/getcwd.c: New files.
54839
54840         * lib/dirname.h: Include <stdbool.h>.
54841         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
54842         for consistency with POSIX terminology.  All uses changed.
54843         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
54844         (strip_trailing_slashes): Use bool for booleans.
54845         * lib/stripslash.c (strip_trailing_slashes): Likewise.
54846
54847         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
54848         sometimes returns a positive errno value even when it succeeds.
54849         (print_errno_message) [!LIBC]: Fall back on strerror if
54850         __strerror_r fails.
54851
54852         * lib/path-concat.c (mempcpy): Don't define if a system header defines
54853         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
54854         (longest_relative_suffix): New function.
54855         (path_concat): Use it.  Assume first argument is not NULL.
54856         Port to DOS.  Omit redundant separators.
54857         Report an error instead of returning NULL.
54858         Use mempcpy instead of memcpy.
54859         (xpath_concat): Remove: not declared or used.
54860
54861         * lib/same.h: Include <stdbool.h>
54862         (same_name): Return bool, not int.
54863         * lib/same.c (same_name): Likewise.
54864         (errno): Don't declare; we assume C89 or better now.
54865
54866         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
54867         if not already defined.
54868
54869         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
54870         * lib/dup-safer.c (errno): Likewise.
54871
54872 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
54873
54874         Merge from coreutils.
54875         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
54876         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
54877         * modules/path-concat: Don't depend on strdup.
54878
54879 2004-08-03  Simon Josefsson  <jas@extundo.com>
54880
54881         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
54882         * lib/progname.h: Don't include stdbool.h.
54883
54884 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
54885
54886         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
54887         * MODULES.html.sh (func_all_modules): Remove fatal.
54888
54889 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
54890
54891         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
54892
54893 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
54894
54895         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
54896         working.
54897
54898 2004-08-02  Simon Josefsson  <jas@extundo.com>
54899
54900         * lib/getsubopt.h: New file, with comments from Bruno Haible.
54901         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
54902         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
54903
54904 2004-08-01  Simon Josefsson  <jas@extundo.com>
54905
54906         * lib/xgetdomainname.c: Include stdlib.h, for free().
54907
54908 2004-07-19  Bruno Haible  <bruno@clisp.org>
54909
54910         * MODULES.html.sh (func_all_modules): Add dummy.
54911
54912 2004-07-16  Simon Josefsson  <jas@extundo.com>
54913
54914         * modules/dummy: New file.
54915
54916 2004-07-16  Simon Josefsson  <jas@extundo.com>
54917
54918         * lib/dummy.c: New file.
54919
54920 2004-07-16  Bruno Haible  <bruno@clisp.org>
54921
54922         * lib/backupfile.h: Add extern "C" for C++.
54923         * lib/closeout.h: Likewise.
54924         * lib/copy-file.h: Likewise.
54925         * lib/findprog.h: Likewise.
54926         * lib/full-write.h: Likewise.
54927         * lib/pathname.h: Likewise.
54928         * lib/progname.h: Likewise.
54929         * lib/stpcpy.h: Likewise.
54930         * lib/stpncpy.h: Likewise.
54931         * lib/strcase.h: Likewise.
54932         * lib/strstr.h: Likewise.
54933         * lib/xalloc.h: Likewise.
54934
54935         * lib/mbswidth.h: Add extern "C" for C++.
54936         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
54937
54938 2004-07-13  Robert Millan  <robertmh@gnu.org>
54939
54940         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
54941
54942 2004-07-09  Simon Josefsson  <jas@extundo.com>
54943
54944         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
54945         failed without this.)
54946
54947 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
54948
54949         * modules/chown (Files): Add lib/fchown-stub.c, since
54950         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
54951
54952 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
54953
54954         * lib/fchown-stub.c: New file.
54955
54956 2004-06-24  Jim Meyering  <jim@meyering.net>
54957
54958         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
54959
54960 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54961
54962         * modules/argz: Omit "#include".
54963
54964         * MODULES.html.sh (func_all_modules): Add calloc, to match
54965         2004-06-01 addition of calloc module.
54966
54967 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54968
54969         * m4/argz.m4: New file, which is autoupdated from libtool.
54970
54971 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54972
54973         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
54974         libtool.
54975
54976 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54977
54978         * config/srclist-update: Don't insist on "USA." before the
54979         close-comment, as libtool omits the period and puts the */ on a
54980         separate line.
54981         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
54982         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
54983
54984 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
54985
54986         * modules/argz: New file.
54987         * MODULES.html.sh (func_all_modules): Add argz.
54988
54989 2004-06-12  Jim Meyering  <jim@meyering.net>
54990         and  Paul Eggert  <eggert@cs.ucla.edu>
54991
54992         * modules/hash (Files): Add lib/xalloc.h.
54993         * modules/pipe (Depends-on): Add wait-process.
54994         * modules/stat (Depends-on): Add xalloc.
54995         * modules/userspec (Files): Add lib/userspec.h.
54996         * modules/xstrto
54997
54998         Upgrade from gettext-0.13.
54999         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
55000         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
55001         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
55002
55003 2004-06-10  Jim Meyering  <jim@meyering.net>
55004
55005         * lib/calloc.c: New file.
55006
55007 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
55008
55009         * lib/getdate.y (yylex): Allow space between sign and number.
55010         Problem reported by Dan Jacobson.
55011
55012 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55013
55014         Merge from coreutils CVS.
55015
55016         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
55017         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
55018         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
55019         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
55020         xstrtol.m4: Fix copyright date and/or serial number.
55021
55022         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
55023         See if we need an fchown replacement.
55024         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
55025         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
55026         and use the replacement function if we detect either defect.
55027
55028         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
55029         gl_UTIMECMP.
55030
55031 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55032         and  Jim Meyering  <jim@meyering.net>
55033
55034         Merge from coreutils CVS.
55035
55036         * lib/stat-macros.h: New file, with contents from file-type.h
55037         and coreutils' system.h.
55038         * lib/file-type.c: Include "stat-macros.h".
55039         * lib/file-type.h (file_type): Move all macro definitions to new file,
55040         stat-macros.h.
55041
55042         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
55043         Wrap old code with this conditional.
55044         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
55045         function that does not dereference symlinks.
55046         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
55047
55048         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
55049         dependency problems.
55050         (xreadlink): Accept new arg SIZE, for efficiency.
55051         All decls and uses changed.
55052         * lib/xreadlink.h: Include <stddef.h>, for size_t.
55053
55054         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
55055         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
55056
55057         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
55058         sysexits.h.
55059
55060 2004-06-01  Jim Meyering  <jim@meyering.net>
55061
55062         * m4/calloc.m4: New file.
55063
55064 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
55065
55066         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
55067         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
55068         Also, fix a typo in a diagnostic.
55069
55070 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55071
55072         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
55073         or AC_FUNC_REALLOC.
55074
55075 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55076
55077         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
55078         macros to be defined.
55079         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
55080         the allocator returns NULL because the requested size is zero.
55081
55082 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
55083
55084         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
55085         var.  Add comment explaining why libc still defines it.  This
55086         merges the following patch from glibc:
55087         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
55088
55089 2004-05-20  Andreas Schwab  <schwab@suse.de>
55090
55091         * m4/free.m4: Replace free if it not known to work, not the other
55092         way round.
55093
55094 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
55095
55096         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
55097         present in glibc since revision 1.1 of this file.
55098         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
55099         obstack_alignment_mask, obstack_alloc, obstack_base,
55100         obstack_blank, obstack_blank_fast, obstack_chunk_size,
55101         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
55102         obstack_grow0, obstack_init, obstack_int_grow,
55103         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
55104         obstack_next_free, obstack_object_size, obstack_ptr_grow,
55105         obstack_ptr_grow_fast, obstack_room): Remove declarations of
55106         nonexistent functions.
55107
55108 2004-05-18  Karl Berry  <karl@gnu.org>
55109
55110         * config/srclist.txt: break link for vasnprintf.c.
55111
55112 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55113
55114         Port obstack to the AS/400, where pointers are 16 bytes wide and
55115         you cannot cast an integer to a valid pointer.  This patch is
55116         currently waiting to be integrated into glibc; see
55117         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
55118
55119         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
55120         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
55121         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
55122         (struct obstack): temp member is now a union of a pointer and
55123         an integer, instead of an integer.  All integer uses changed.
55124         This does not affect the physical layout of struct obstack,
55125         except on hosts (like the AS/400) where the size or alignment of
55126         void * is greater than that of ptrdiff_t.
55127         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
55128         __STDC__)]: Store temporary in pointer member of union, not
55129         integer member.
55130         * lib/obstack.c: Include <stddef.h>, for offsetof.
55131         (struct fooalign): Remove; it doesn't need a name.
55132         (union fooround): Change double to long double, and add void *.
55133         (DEFAULT_ALIGNMENT): Use offsetof to compute.
55134         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
55135         not a macro.  Hence the values are always int; so remove all
55136         casts-to-int in uses.
55137
55138 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55139
55140         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
55141         we can get this patch merged into glibc.
55142
55143 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55144             Paul Eggert  <eggert@cs.ucla.edu>
55145
55146         * m4/argp: Depend on alloca.
55147
55148 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55149             Paul Eggert  <eggert@cs.ucla.edu>
55150
55151         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55152         freecoding.
55153
55154 2004-05-17  Bruno Haible  <bruno@clisp.org>
55155
55156         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55157         precision that consists of a '.' followed by an empty digit string.
55158         Patch by Tor Lillqvist <tml@iki.fi>.
55159
55160 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55161
55162         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
55163         for backward compatibility with older code.  We need our own
55164         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
55165         it under some other name, and our alloca.h will define it.
55166
55167 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55168             Derek Price  <derek@ximbiot.com>
55169
55170         * lib/alloca.c: Include <alloca.h>, to get our interface.
55171         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
55172         include <alloca.h> first.  Use C89 prototype for alloca; this
55173         requires including <stddef.h> for size_t.  Use extern "C" if C++.
55174         Use #elif for simplicity, since we can assume C89 now.
55175         Don't try to source the system alloca.h since it will not be found
55176         and to prevent recursively including its replacement.
55177         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
55178         * lib/regex.c: Likewise.
55179
55180 2004-05-16  Derek Price  <derek@ximbiot.com>
55181             Paul Eggert  <eggert@cs.ucla.edu>
55182
55183         getline cleanup.  This changes the getndelim2 API: both order of
55184         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
55185         no delimiter).
55186
55187         * lib/getline.c: Don't include stddef.h or stdio.h, since our
55188         interface does that.
55189         (getline): Always use getdelim, so that we don't have two
55190         copies of this code.
55191         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
55192         if available.
55193         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
55194         (GETNDELIM2_MAXIMUM): New macro.
55195         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
55196         instead of the old practice of delim2==0.  All callers changed.
55197         Return -1 on overflow, instead of returning junk.
55198         Do not set *linesize unless allocation succeeds.
55199         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
55200         that we include sys/types.h.
55201         * lib/getnline.h: Likewise.
55202         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
55203         (getndelim2): Reorder arguments.
55204         * lib/getnline.c (getnline, getndelim):
55205         Don't discard the NMAX argument.
55206         (getnline): Invoke getndelim, to avoid code duplication.
55207         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
55208         of (size_t) -1 by callers of the getnline family.
55209
55210 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55211
55212         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
55213         Check for gettimeofday.
55214         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
55215         Check for settimeofday, stime.
55216
55217 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55218
55219         * lib/nanosleep.c (suspended): Change its type from int to
55220         sig_atomic_t volatile.
55221         (first_call): Make it private to rpl_nanosleep, and have it
55222         be zero initially as that's a bit faster.
55223         (my_usleep): Round up fractional times instead of truncating them,
55224         as this is the usual meaning for 'sleep'.
55225
55226         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
55227         doesn't work.
55228         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
55229         (ENOSYS): Define if not defined.
55230         (settime): Fall back on stime if it exists and settimeofday fails.
55231         But don't bother with fallbacks if a method fails with errno == EPERM.
55232
55233 2004-05-11  Jim Meyering  <jim@meyering.net>
55234
55235         Prior to this change, the save_cwd caller required read access to the
55236         current directory on most systems (ones with the fchdir function).
55237
55238         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
55239         fails, try write-only, and finally, resort to using xgetcwd.
55240
55241 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
55242
55243         * lib/obstack.c, obstack.h: Import changes from libc.
55244
55245 2004-04-28  Bruno Haible  <bruno@clisp.org>
55246
55247         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
55248         also implicitly appends .exe to executables.
55249         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
55250         accepts Windows pathnames.
55251         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55252         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55253         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55254         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55255         Reported by Derek Robert Price <derek@ximbiot.com>.
55256
55257 2004-04-21  Karl Berry  <karl@gnu.org>
55258
55259         * config/srclist.txt (localcharset.c): break sync.
55260
55261 2004-04-20  Paul Eggert  <eggert@twinsun.com>
55262
55263         * m4/host-os.m4: Add a copyright notice.
55264
55265 2004-04-20  Jim Meyering  <jim@meyering.net>
55266
55267         Change UTILS_ to gl_ in AC_DEFINE'd names.
55268         Change utils_- and jm_-prefixed variables, too.
55269         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
55270         UTILS_FUNC_MKDIR_TRAILING_SLASH.
55271         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
55272
55273         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
55274         Don't emit trailing blanks.
55275         Also rename jm_-prefixed variables to have gl_ prefix.
55276
55277         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
55278         Also rename jm_-prefixed variables to have gl_ prefix.
55279
55280         * m4/jm-macros.m4: Reflect the renamings.
55281         * m4/prereq.m4: Likewise.
55282
55283 2004-04-20  Jim Meyering  <jim@meyering.net>
55284
55285         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
55286         memory.
55287
55288 2004-04-20  Jim Meyering  <jim@meyering.net>
55289             Bruno Haible  <bruno@clisp.org>
55290
55291         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
55292         memory when realloc fails.
55293
55294 2004-04-19  Jim Meyering  <jim@meyering.net>
55295
55296         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
55297         now that readutmp.c may call `free (0)'.
55298
55299 2004-04-19  Bruno Haible  <bruno@clisp.org>
55300
55301         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
55302         * m4/inttypes_h.m4: Likewise.
55303         * m4/stdint_h.m4: Likewise.
55304         * m4/intmax_t.m4: Likewise.
55305         * m4/uintmax_t.m4: Likewise.
55306
55307 2004-04-18  Jim Meyering  <jim@meyering.net>
55308
55309         * m4/prereq.m4: Don't forbid jm_ prefix.
55310
55311         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
55312         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
55313         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
55314         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
55315         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
55316         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
55317         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
55318         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
55319         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
55320         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
55321         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
55322         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
55323         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
55324         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
55325         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
55326         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
55327         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
55328         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
55329         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
55330
55331 2004-04-18  Jim Meyering  <jim@meyering.net>
55332
55333         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
55334         failure, don't leak memory and do call END_UTMP_ENT.
55335
55336 2004-04-16  Jim Meyering  <jim@meyering.net>
55337
55338         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
55339         coreutils' stat program.
55340         (gl_PREREQ): Don't require jm_PREREQ_STAT.
55341
55342 2004-04-11  Paul Eggert  <eggert@twinsun.com>
55343
55344         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
55345         C89.
55346         (CHAR_BIT): Remove, since we assume C89.
55347         Include <stdint.h> if available, as per current Autoconf CVS advice.
55348
55349 2004-03-31  Jim Meyering  <jim@meyering.net>
55350
55351         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
55352         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
55353         * m4/xalloc.m4: Likewise.
55354
55355 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55356
55357         Merge from coreutils.
55358
55359         * m4/inttostr.m4: New file.
55360         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
55361         Require AM_STDBOOL_H and gl_TIMESPEC instead.
55362         Require gl_CLOCK_TIME.
55363         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
55364
55365 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55366
55367         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
55368         not bool, to be more consistent with Unix conventions.
55369         Suggested by Bruno Haible.
55370
55371         Merge from coreutils.
55372
55373         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
55374         * lib/umaxtostr.c: New files.
55375
55376         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
55377         the usual <time.h> dance.
55378         (get_date): Change signature to support fractional time stamps.
55379         All callers changed.
55380         * lib/getdate.y: Include "getdate.h" first, as we can now
55381         assume C89 and don't need to worry about 'const'.
55382         Similarly, include "unlocked-io.h" near start, not in middle.
55383         Include <limits.h>.
55384         (textint.value): Use long int rather than int.
55385         (textint.digits): Use size_t rather than int.
55386         (BILLION, LOG10_BILLION): New constants.
55387         (parser_control): New member rel_ns.  Members day_ordinal,
55388         time_zone, month, day, hour, minutes, rel_year, rel_month,
55389         rel_day, rel_hour, rel_minutes, rel_seconds
55390         are now long int, not int.  Member seconds is now struct timespec,
55391         not int.  New member timespec_seen.  Members dates_seen, days_seen,
55392         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
55393         not int.
55394         (%union.intval): Now long int, not int.
55395         New member timespec.
55396         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
55397         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
55398         (spec): Now is a timespec or an item list.
55399         (timespec, items): New nonterminals.
55400         (time, rel, relunit, number, get_date):
55401         Add support for fractional seconds.
55402         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
55403         (gmtime, localtime, mktime): Remove decls; not needed with C89.
55404         (to_hour): First arg is now long int, not int.
55405         (to_year): Returns long int, not int.
55406         Don't treat year -70 like 70.
55407         (tm_diff): Returns long int, not int.
55408         (lookup_word): Use bool instead of int when appropriate.
55409         (yylex): Use size_t for count, not int.
55410         Detect overflow when parsing large integer constants.
55411         Add support for fractions.
55412         (get_date): Make pointers 'const' if possible.
55413         Use more-portable code to detect integer overflow.
55414         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
55415         Don't use ctime; it's not reliable if the year has >4 digits.
55416
55417         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
55418         This is for compatibility with BSD.
55419
55420         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
55421         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
55422         From coreutils' system.h.
55423
55424         * lib/userspec.c: Don't include "posixver.h".
55425         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
55426         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
55427         compatible extension.  Simplify code by removing a boolean int
55428         that was always nonzero if a string was nonnull.
55429
55430 2004-03-30  Jim Meyering  <jim@meyering.net>
55431
55432         Merge from coreutils.
55433
55434         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
55435         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
55436         on some systems one must include <grp.h> before it.
55437         Reported by Christian Krackowizer.
55438
55439 2004-03-30  Jim Meyering  <jim@meyering.net>
55440
55441         Merge from coreutils.
55442
55443         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
55444
55445         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
55446         an empty input stream.
55447
55448         * lib/readtokens.c: Include <stdbool.h>.
55449         (readtoken): Use `size_t' rather than int/long.
55450         All callers adjusted.
55451         Use `bool' rather than `int' where appropriate.
55452         Use memset rather than an explicit loop.
55453         Use x2nrealloc rather than xrealloc.
55454         Allow the use of `\0' as a delimiter.
55455         (readtokens): Likewise.
55456         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
55457
55458 2004-03-30  Jim Meyering  <jim@meyering.net>
55459
55460         * m4/realloc.m4: Remove file, since now it does no more than
55461         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
55462         the `configure.ac' section of module/realloc.
55463         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
55464
55465 2004-03-30  Bruno Haible  <bruno@clisp.org>
55466
55467         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
55468         nonnull.
55469
55470 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55471
55472         Merge changes to getloadavg.c from coreutils and Emacs.
55473
55474         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
55475         Define to an expression, not to the empty string.
55476         Include cloexec.h and xalloc.h.
55477         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
55478         Use set_cloexec_flag rather than rolling our own.
55479         * lib/cloexec.c, lib/cloexec.h: New files.
55480
55481 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55482
55483         * m4/cloexec.m4: New file.
55484
55485 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55486
55487         * lib/getopt.h: Sync with libc CVS.
55488
55489 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55490             Bruno Haible  <bruno@clisp.org>
55491
55492         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
55493         mbswidth.
55494
55495 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55496             Bruno Haible  <bruno@clisp.org>
55497
55498         * lib/mbswidth.h: Include <wchar.h> only if
55499         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
55500         <wchar.h>.
55501         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
55502
55503 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55504
55505         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
55506         Sync with libc CVS.
55507         * lib/getopt_int.h: New file, also synced from libc.
55508
55509 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55510
55511         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
55512         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
55513         Bring back getopt.c, getopt.h, getopt1.c.
55514
55515 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55516
55517         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
55518         All uses changed.  Check for sa_sigaction member; this fixes
55519         a bug first reported by Jason Andrade in
55520         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55521
55522 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55523
55524         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
55525         '#if' expressions.  Unlike the code it replaces, it does not
55526         depend on (defined _SC_PAGESIZE).  However, it does depend on
55527         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
55528         first reported by Jason Andrade in
55529         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55530
55531 2004-02-25  Simon Josefsson  <jas@extundo.com>
55532
55533         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
55534
55535 2004-02-25  Simon Josefsson  <jas@extundo.com>
55536
55537         * lib/strdup.h: New file.
55538         * lib/strdup.c: Include it.
55539         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
55540         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
55541
55542 2004-02-23  Karl Berry  <karl@gnu.org>
55543
55544         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
55545         (from fencepost.gnu.org:/gd/gnuorg).
55546
55547 2004-02-23  Karl Berry  <karl@gnu.org>
55548
55549         * config/srclistvars.sh (GNUORG) [karl]: redefine.
55550         * config/srclist.txt: add maintain/standards documents.
55551
55552 2004-02-18  Bruno Haible  <bruno@clisp.org>
55553
55554         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
55555         Reported by Derek Robert Price <derek@ximbiot.com>.
55556
55557 2004-02-16  Karl Berry  <karl@gnu.org>
55558
55559         * config/mkinstalldirs, install-sh: update from automake.
55560
55561 2004-02-06  Karl Berry  <karl@gnu.org>
55562
55563         * m4/po.m4: update from gettext 0.14.1.
55564
55565 2004-02-06  Karl Berry  <karl@gnu.org>
55566
55567         * lib/config.charset: update from gettext 0.14.1.
55568
55569 2004-02-05  Paul Eggert  <eggert@twinsun.com>
55570
55571         Add comments and code, prompted by suggestions from Bruno Haible
55572         for sh-quote.
55573         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
55574         describing the enum quoting_style values.
55575         * lib/quotearg.c (quotearg_alloc): New function.
55576         (quotearg_buffer_restyled): Treat lone { and } as special.
55577         Treat = as special.  Work around bug with older shells
55578         that "see" a '\' that is really the 2nd byte of a multibyte char.
55579         Quote empty string with shell_quoting_style.
55580
55581 2004-02-03  Bruno Haible  <bruno@clisp.org>
55582
55583         * m4/pipe.m4: New file, from GNU gettext.
55584
55585 2004-02-03  Bruno Haible  <bruno@clisp.org>
55586
55587         * lib/pipe.h: New file, from GNU gettext.
55588         * lib/pipe.c: New file, from GNU gettext.
55589
55590 2004-01-27  Bruno Haible  <bruno@clisp.org>
55591
55592         * m4/execute.m4: New file, from GNU gettext.
55593
55594 2004-01-27  Bruno Haible  <bruno@clisp.org>
55595
55596         * lib/execute.h: New file, from GNU gettext.
55597         * lib/execute.c: New file, from GNU gettext.
55598         * lib/w32spawn.h: New file, from GNU gettext.
55599
55600 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55601
55602         Merge from diffutils.
55603
55604         * lib/file-type.c (file_type): Add typed memory objects.
55605         * lib/file-type.h (S_TYPEISTMO): New macro.
55606
55607         * lib/c-stack.h (c_stack_action): Remove argv argument.
55608         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
55609         (die): Don't calculate message unless segv_action returns.
55610         (get_stack_location, min_address_from_argv, max_address_from_argv,
55611         volatile stack_base, volatile_stack_size): Remove.
55612         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
55613         that every segmentation violation is a stack overflow.  (Ouch!)
55614         See Debian bug 136249 (still outstanding) for more info about why
55615         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
55616
55617 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55618
55619         Exit-status fix from coreutils.
55620
55621         Use exit_failure consistently in place of EXIT_FAILURE,
55622         so that program exit statuses are consistent on failure.
55623
55624         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
55625         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
55626         * lib/argmatch.h: Comment fix to match the above.
55627         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
55628         Now a macro referring to exit_failure, instead of a separate
55629         variable.  Include "exitfail.h" to get it.
55630         * lib/xstrtol.h: Include "exitfail.h".
55631         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
55632
55633         * lib/long-options.c (parse_long_options): Use prototype
55634         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
55635         for clarity.
55636
55637 2004-01-21  Jim Meyering  <jim@meyering.net>
55638
55639         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
55640         so as not to conflict with a different-sized __mktime_internal
55641         function in GNU libc.
55642         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
55643         Problem building statically-linked `ls' reported by Michael Brunnbauer.
55644
55645 2004-01-20  Karl Berry  <karl@gnu.org>
55646
55647         * config/config.guess: update from config.
55648
55649         * config/srclistvars.sh: GNUWWWLICENSES for karl.
55650
55651 2004-01-20  Bruno Haible  <bruno@clisp.org>
55652
55653         Safer stack allocation.
55654         * lib/setenv.c: Include allocsa.h.
55655         (alloca): Remove fallback definition.
55656         (freea): Remove macro.
55657         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
55658         instead of freea.
55659
55660 2004-01-20  Bruno Haible  <bruno@clisp.org>
55661
55662         * m4/eealloc.m4: New file, from GNU gettext.
55663
55664 2004-01-20  Bruno Haible  <bruno@clisp.org>
55665
55666         * m4/allocsa.m4: New file, from GNU gettext.
55667
55668 2004-01-20  Bruno Haible  <bruno@clisp.org>
55669
55670         * lib/xallocsa.h: New file, from GNU gettext.
55671         * lib/xallocsa.c: New file, from GNU gettext.
55672
55673 2004-01-20  Bruno Haible  <bruno@clisp.org>
55674
55675         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
55676
55677 2004-01-20  Bruno Haible  <bruno@clisp.org>
55678
55679         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
55680         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
55681         specially.
55682
55683 2004-01-20  Bruno Haible  <bruno@clisp.org>
55684
55685         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
55686         patch.
55687
55688 2004-01-20  Bruno Haible  <bruno@clisp.org>
55689
55690         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
55691
55692 2004-01-20  Bruno Haible  <bruno@clisp.org>
55693
55694         * lib/eealloc.h: New file.
55695
55696 2004-01-20  Bruno Haible  <bruno@clisp.org>
55697
55698         * lib/binary-io.h: Avoid warnings on Cygwin.
55699
55700 2004-01-20  Bruno Haible  <bruno@clisp.org>
55701
55702         * lib/allocsa.h: New file, from GNU gettext.
55703         * lib/allocsa.c: New file, from GNU gettext.
55704
55705 2004-01-18  Karl Berry  <karl@gnu.org>
55706
55707         * doc/gpl.texi, doc/lgpl.texi: new files.
55708
55709 2004-01-18  Karl Berry  <karl@gnu.org>
55710
55711         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
55712         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
55713
55714 2004-01-15  Paul Eggert  <eggert@twinsun.com>
55715
55716         Merge from coreutils.
55717
55718         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
55719         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
55720         (gl_DEFAULT_POSIX2_VERSION): Move
55721         the documentation from 'configure' into 'config.hin',
55722         so that 'configure --help' isn't burdened by it and
55723         we don't have to worry about its formatting there.
55724         Reword the documentation so that it's more succinct
55725         and can be run together into a single paragraph.
55726         * m4/same.m4 (gl_SAME): Check for pathconf.
55727
55728 2004-01-15  Paul Eggert  <eggert@twinsun.com>
55729
55730         Merge from coreutils.
55731
55732         * lib/posixver.c: Include posixver.h.
55733
55734         * lib/same.c: Include <stdbool.h>, <limits.h>.
55735         (_POSIX_NAME_MAX): Define if not defined.
55736         (MIN): New macro.
55737         (same_name): If file names are silently truncated, report
55738         that the file names are the same if they are the same after
55739         the silent truncation.
55740
55741         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
55742         conversion function.
55743         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
55744         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
55745         longer needed.
55746
55747 2004-01-15  Jim Meyering  <jim@meyering.net>
55748
55749         Merge from coreutils.
55750
55751         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
55752         if no library is required.
55753         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
55754         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
55755         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
55756         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
55757         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
55758         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
55759         value, $ac_cv_search_crypt, if it's "none required".
55760         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
55761         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
55762         not gl_FUNC_GETLOADAVG.
55763         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
55764         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
55765
55766 2004-01-15  Jim Meyering  <jim@meyering.net>
55767
55768         Merge from coreutils.
55769
55770         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
55771         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
55772         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
55773
55774         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
55775         optional configure-time default.
55776
55777         * lib/version-etc.c (version_etc_copyright): Update copyright date.
55778
55779         * lib/xreadlink.c (xreadlink): Correct outdated comment.
55780
55781 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
55782
55783         Merge from coreutils.
55784
55785         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
55786         value, $ac_cv_search_nanosleep, if it's "none required".
55787
55788 2004-01-14  Paul Eggert  <eggert@twinsun.com>
55789
55790         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
55791         with like-named macro in fnmatch.c.
55792         (EXT): Use an internal constant instead.
55793
55794         Merge fnmatch patches from glibc.
55795         * lib/fnmatch.c (mbsinit): Remove define.
55796         Add libc_hidden_ver (__fnmatch, fnmatch).
55797         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
55798         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
55799
55800 2004-01-14  Karl Berry  <karl@gnu.org>
55801
55802         * config/install-sh: update from automake.
55803
55804 2004-01-13  Karl Berry  <karl@gnu.org>
55805
55806         * config/install-sh: update from automake.
55807
55808 2004-01-09  Karl Berry  <karl@gnu.org>
55809
55810         * config/install-sh: update from automake.
55811
55812 2004-01-05  Karl Berry  <karl@gnu.org>
55813
55814         * config/config.{sub,guess}: update from config.
55815
55816 2003-12-31  Karl Berry  <karl@gnu.org>
55817
55818         * config/depcomp: update from automake.
55819
55820 2003-12-14  Karl Berry  <karl@gnu.org>
55821
55822         * lib/config.charset: update from gettext-runtime.
55823
55824 2003-12-03  Paul Eggert  <eggert@twinsun.com>
55825
55826         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
55827         Bug reported by Alfred M. Szmidt.
55828
55829 2003-12-03  Bruno Haible  <bruno@clisp.org>
55830
55831         * m4/gettext.m4: Upgrade from gettext-0.13.
55832         * m4/po.m4: Upgrade from gettext-0.13.
55833         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
55834         * m4/intmax.m4: New file, from gettext-0.13.
55835         * m4/printf-posix.m4: New file, from gettext-0.13.
55836
55837 2003-11-29  Karl Berry  <karl@gnu.org>
55838
55839         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
55840
55841 2003-11-25  Paul Eggert  <eggert@twinsun.com>
55842             Bruno Haible  <bruno@clisp.org>
55843
55844         * lib/printf-parse.h: Don't include sys/types.h.
55845         (ARG_NONE): New macro.
55846         (char_directive): Change type of *arg_index fields to size_t.
55847         * lib/printf-parse.c: Don't include sys/types.h.
55848         (SSIZE_MAX): Remove macro.
55849         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
55850         Remove unnecessary overflow check.
55851         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
55852         fields.
55853
55854 2003-11-25  Bruno Haible  <bruno@clisp.org>
55855
55856         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
55857
55858 2003-11-25  Bruno Haible  <bruno@clisp.org>
55859
55860         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
55861         gt_TYPE_SSIZE_T.
55862
55863 2003-11-24  Paul Eggert  <eggert@twinsun.com>
55864
55865         * modules/alloca: Remove dependency on xalloc.
55866
55867 2003-11-24  Paul Eggert  <eggert@twinsun.com>
55868
55869         * lib/alloca.c: Remove dependency on xalloc module.
55870         (xalloc_die): Remove.
55871         (memory_full) [!defined emacs]: New macro.
55872         [!defined emacs]: Don't include xalloc.h.
55873         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
55874         address arithmetic overflows.  Change datatypes a bit to avoid
55875         unnecessary casts.
55876
55877 2003-11-22  Jim Meyering  <jim@meyering.net>
55878
55879         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
55880         s/size/size_t/.
55881
55882 2003-11-21  Karl Berry  <karl@gnu.org>
55883
55884         * config/config.{sub,guess}: update from config.
55885
55886 2003-11-18  Karl Berry  <karl@gnu.org>
55887
55888         * config/config.{sub,guess}: update from config.
55889
55890         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
55891
55892 2003-11-17  Paul Eggert  <eggert@twinsun.com>
55893
55894         * README: Mention that S+T cannot overflow if S is the size of
55895         an existing object and T is sufficiently small.
55896
55897 2003-11-17  Jim Meyering  <jim@meyering.net>
55898
55899         On systems without utime and without a utimes function capable of
55900         dealing with a NULL struct utimbuf* argument, this utime replacement
55901         could -- in unusual circumstances -- leak a file descriptor.
55902         * lib/utime.c: Include <unistd.h> and <errno.h>.
55903         (utime_null): Be sure to close `fd' and to preserve errno.
55904         Reported by Geoff Collyer via Arnold Robbins.
55905
55906 2003-11-17  Bruno Haible  <bruno@clisp.org>
55907
55908         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
55909         (Depends-on): Add xsize.
55910
55911 2003-11-17  Bruno Haible  <bruno@clisp.org>
55912
55913         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
55914
55915 2003-11-17  Bruno Haible  <bruno@clisp.org>
55916
55917         * lib/vasnprintf.c (alloca): Remove fallback definition.
55918         (freea): Remove definition.
55919         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
55920         Reported by Paul Eggert.
55921
55922 2003-11-16  Paul Eggert  <eggert@twinsun.com>
55923             Bruno Haible  <bruno@clisp.org>
55924
55925         Protect against address arithmetic overflow.
55926         * lib/printf-args.h: Include stddef.h.
55927         (arguments): Change type of field 'count' to size_t.
55928         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
55929         'unsigned int' where appropriate.
55930         * lib/printf-parse.h: Include sys/types.h.
55931         (char_directive): Change type of *arg_index fields to ssize_t.
55932         (char_directives): Change type of fields 'count', max_*_length to
55933         size_t.
55934         * lib/printf-parse.c: Include sys/types.h and xsize.h.
55935         (SSIZE_MAX): Define fallback value.
55936         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
55937         instead of 'int' where appropriate. Check a_allocated, d_allocated
55938         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
55939         * lib/vasnprintf.c: Include xsize.h.
55940         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
55941         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
55942         overflow. Avoid wraparound when converting a width or precision from
55943         decimal to binary.
55944
55945 2003-11-16  Bruno Haible  <bruno@clisp.org>
55946
55947         Update from GNU gettext.
55948         * lib/printf-parse.c: Generalize to it can be compiled for wide
55949         strings.
55950         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
55951         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
55952         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
55953         SNPRINTF): New macros.
55954         Don't include <alloca.h> if the file is used inside libintl.
55955         (local_wcslen): New function, for Solaris 2.5.1.
55956         (VASNPRINTF): Use it instead of wcslen.
55957
55958 2003-11-16  Bruno Haible  <bruno@clisp.org>
55959
55960         * lib/xsize.h (xmax): New function.
55961         (xsum, xsum3, xsum4): Declare as "pure" functions.
55962
55963 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55964
55965         * modules/xalloc (Files): Undo latest change, since xalloc.h
55966         no longer needs SIZE_MAX or PTRDIFF_MAX.
55967
55968 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55969
55970         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
55971         gl_PTRDIFF_MAX.
55972
55973 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55974
55975         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
55976         "return", to pacify some unknown compiler.  Problem reported
55977         by Joerg Schilling.
55978
55979 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55980
55981         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
55982         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
55983         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
55984         heuristic is just as accurate as far as we know, and it removes a
55985         dependency on size_max.m4 and ptrdiff_max.m4.
55986
55987 2003-11-11  Bruno Haible  <bruno@clisp.org>
55988
55989         * modules/xsize (Files): Add m4/size_max.m4.
55990         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
55991
55992 2003-11-11  Bruno Haible  <bruno@clisp.org>
55993
55994         * m4/size_max.m4: New file.
55995         * m4/ptrdiff_max.m4: New file.
55996         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
55997         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
55998         (gl_XALLOC): Invoke it.
55999
56000 2003-11-11  Bruno Haible  <bruno@clisp.org>
56001
56002         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
56003         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
56004         defined.
56005
56006 2003-11-10  Paul Eggert  <eggert@twinsun.com>
56007
56008         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
56009         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
56010         rejected some allocations of exactly SIZE_MAX - 2 bytes.
56011         From Bruno Haible.
56012         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
56013         not (size_t) -1, since it's defined here.
56014
56015 2003-11-09  Karl Berry  <karl@gnu.org>
56016
56017         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
56018
56019 2003-11-06  Paul Eggert  <eggert@twinsun.com>
56020
56021         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
56022         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
56023         Reject sizes of exactly SIZE_MAX bytes.
56024         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
56025         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
56026
56027 2003-11-05  Bruno Haible  <bruno@clisp.org>
56028
56029         * lib/xsize.h: Include limits.h, to avoid a possible collision with
56030         SIZE_MAX defined in <limits.h> on Solaris.
56031
56032 2003-11-04  Jim Meyering  <jim@meyering.net>
56033
56034         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
56035         variable names, rather than @VAR@.
56036         * modules/poll: Likewise.
56037
56038 2003-11-04  Bruno Haible  <bruno@clisp.org>
56039
56040         * modules/xsize: New file.
56041         * modules/linebreak: Depend on xsize.
56042         * MODULES.html.sh (func_all_modules): Add xsize.
56043
56044 2003-11-04  Bruno Haible  <bruno@clisp.org>
56045
56046         * m4/xsize.m4: New file.
56047
56048 2003-11-04  Bruno Haible  <bruno@clisp.org>
56049
56050         * lib/xsize.h: New file.
56051         * lib/linebreak.c: Include xsize.h.
56052         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
56053         argument for overflow.
56054         Suggested by Paul Eggert.
56055
56056 2003-11-03  Karl Berry  <karl@gnu.org>
56057
56058         * config/config.{guess,sub}: update from config.
56059
56060 2003-11-03  Jim Meyering  <jim@meyering.net>
56061
56062         * modules/userspec (lib_SOURCES): Add userspec.h.
56063         (Include): Add "userspec.h".
56064         Improve description.
56065
56066 2003-11-03  Jim Meyering  <jim@meyering.net>
56067
56068         * lib/userspec.c: Include "userspec.h".
56069         * lib/userspec.h: New file.
56070
56071 2003-11-03  Bruno Haible  <bruno@clisp.org>
56072
56073         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
56074
56075 2003-11-03  Bruno Haible  <bruno@clisp.org>
56076
56077         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
56078         available, to avoid (extremely rare) race condition.
56079         Suggested by Paul Eggert.
56080
56081 2003-11-02  Karl Berry  <karl@gnu.org>
56082
56083         * config/srclist.txt (vasprintf.c): sync broken, sigh.
56084
56085 2003-10-31  Paul Eggert  <eggert@twinsun.com>
56086
56087         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
56088         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
56089         (read_filesystem_list): Set and use me_type_malloced.
56090         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
56091         whatever the type happens to be), for brevity and consistency.
56092         Check for size calculation overflow on Alphas running OSF/1.
56093
56094 2003-10-31  Jim Meyering  <jim@meyering.net>
56095
56096         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
56097
56098         * lib/linebuffer.c: Include <string.h> for declaration of memset.
56099
56100 2003-10-30  Paul Eggert  <eggert@twinsun.com>
56101             Bruno Haible  <bruno@clisp.org>
56102
56103         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
56104         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
56105
56106 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
56107
56108         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
56109         netbsd*-gnu*.  Suggested by Robert Millan.
56110
56111 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56112
56113         * modules/group-member: Depend on stdbool.
56114
56115 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56116
56117         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
56118
56119 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56120
56121         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
56122         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
56123         after the 'gnu' in these cases.  This fixes some bugs in the
56124         previous change, and is based on suggestions by Robert Millan.
56125
56126 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56127
56128         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
56129         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
56130         no longer needed.
56131         * lib/quotearg.c (quotearg_n_options): Use it.
56132         * lib/group-member.c: Include <stdbool.h>.
56133         (free_group_info): Arg is now const *; don't free arg.
56134         (get_group_info): Now returns bool and accepts struct group_info *,
56135         rather than returning a malloc'ed struct group_info *.
56136         All uses changed.  Check for overflow in internal size calculation.
56137
56138         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
56139         rather than xmalloc/xrealloc.
56140         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
56141         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
56142         conformance bug: the old code used a pointer after freeing the
56143         storage that it addressed.
56144         * lib/hash.c (hash_initialize): Simplify the code by using
56145         xalloc_oversized rather than doing it by hand.
56146         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
56147         the buffer preserved.  Use free and xmalloc instead.
56148         * lib/quotearg.c (quotearg_n_options): Likewise.
56149         Use a simpler test for size overflow.  Don't use xalloc_oversized
56150         because unsigned int might be wider than size_t (!); this suggests
56151         that we should switch from unsigned int to size_t for slot numbers.
56152
56153 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56154
56155         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56156         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56157         NetBSD kernels.  Requested by Richard Stallman.
56158
56159 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56160
56161         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56162         to allocate the returned structure.  Do not allocate a subarray,
56163         as x2nrealloc will do that.
56164         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
56165         instead of xnrealloc.
56166         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
56167
56168 2003-10-27  Bruno Haible  <bruno@clisp.org>
56169
56170         * lib/stdbool_.h: Better support for BeOS.
56171
56172 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56173
56174         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
56175         now uses inline.
56176
56177 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56178
56179         * lib/xalloc.h (xalloc_oversized): New static inline function, for
56180         callers that want to do their own size-overflow checking.  Include
56181         <stdbool.h>, since xalloc_oversized returns bool.
56182         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
56183         to use xalloc_oversized.
56184
56185         Add two functions x2realloc, x2nrealloc, for programs that grow
56186         arrays dynamically by doubling their sizes.
56187         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
56188         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
56189         New functions.
56190
56191         Port to C99 semantics for 'inline' of external functions.
56192         Bug reported by Bruno Haible.
56193         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
56194         with the old contents of xnmalloc.
56195         (xnmalloc, xmalloc): Use it.
56196         (xnrealloc_inline): New static inline function,
56197         with the old contents of xnrealloc.
56198         (xnrealloc, xrealloc): Use it.
56199
56200         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
56201         that.
56202
56203 2003-10-26  Karl Berry  <karl@gnu.org>
56204
56205         * config/srclist.txt (COPYING.DOC): no longer available from
56206         /gd/gnuorg; don't know where the ultimate source is.
56207
56208 2003-10-25  Paul Eggert  <eggert@twinsun.com>
56209
56210         Fix several address-calculation bugs in the hash modules,
56211         plus some minor code cleanup.
56212
56213         * lib/hash.h: Include <stdbool.h>, for bool.
56214         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
56215         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
56216         hash_get_n_entries, hash_get_max_bucket_length,
56217         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
56218         hash_rehash): Use size_t rather than unsigned.
56219         * lib/hash.c (struct hash_table, hash_get_n_buckets,
56220         hash_get_n_buckets_used, hash_get_n_entries,
56221         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
56222         hash_get_entries, hash_do_for_each, hash_string, is_prime,
56223         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
56224         Likewise.
56225         (SIZE_MAX): Define if not defined.
56226         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
56227         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
56228         hash_print):
56229         Use const * when possible.
56230         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
56231         (check_tuning): Fix bug: if tuning parameters were very close to
56232         0 or 1, rounding errors could have caused subscript violations.
56233         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
56234         (hash_initialize): Add 'fail:' label
56235         to free table and return NULL, and use it to simplify code.
56236         Use calloc rather than clearing the storage ourself.
56237         (hash_initialize, hash_rehash): Check for arithmetic overflow in
56238         buffer size calculations.
56239         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
56240         Include <stddef.h>, for size_t.
56241         * lib/hash-pjw.c (hash_pjw): Likewise.
56242         Switch to method described by Bruno Haible.
56243         Include <limits.h>, for CHAR_BIT.
56244         (SIZE_BITS): New macro.
56245
56246 2003-10-23  Paul Eggert  <eggert@twinsun.com>
56247
56248         * m4/getline.m4 (AM_FUNC_GETLINE):
56249         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
56250         hosts.  Problem reported by Derek Robert Price in
56251         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
56252         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
56253         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
56254
56255 2003-10-21  Paul Eggert  <eggert@twinsun.com>
56256
56257         * lib/getndelim2.c (getndelim2): When size calculation overflows,
56258         ceiling the allocation at NMAX bytes rather than silently
56259         discarding input bytes before NMAX is reached.  This makes
56260         a difference only if NMAX exceeds SIZE_MAX / 2.
56261
56262         * lib/obstack.c: Merge from glibc.
56263         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
56264         Add libc_hidden_def (_obstack_newchunk).
56265         (_obstack_free) [! defined _LIBC]: Remove.
56266         [defined _LIBC]: Make a strong alias from obstack_free, rather than
56267         a clone of the function body.
56268         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
56269         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
56270
56271         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
56272         glibc.
56273         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
56274         arg to memcpy.
56275
56276         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
56277         (obstack_ptr_grow_fast, obstack_int_grow_fast):
56278         Don't use lvalue casts, as GCC plans to remove support for them
56279         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
56280         was also present in the non-GCC version, indicating that this
56281         code had always been buggy and had never been widely used.
56282         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
56283         Use the fast variant of each macro, rather than copying the
56284         definiens of the fast variant; that way, we'll be more likely to
56285         catch future bugs in the fast variants.
56286
56287 2003-10-20  Bruno Haible  <bruno@clisp.org>
56288
56289         * modules/wait-process: New file.
56290         * MODULES.html.sh (func_all_modules): Add wait-process.
56291
56292 2003-10-20  Bruno Haible  <bruno@clisp.org>
56293
56294         * m4/wait-process.m4: New file.
56295
56296 2003-10-20  Bruno Haible  <bruno@clisp.org>
56297
56298         * lib/wait-process.h: New file, from GNU gettext.
56299         * lib/wait-process.c: New file, from GNU gettext.
56300
56301 2003-10-19  Jim Meyering  <jim@meyering.net>
56302
56303         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
56304         HPUX 10.20.
56305
56306 2003-10-18  Karl Berry  <karl@gnu.org>
56307
56308         * config/config.guess: update from config.
56309
56310 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56311
56312         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
56313         (getgroups): First arg is int, not size_t.
56314         Don't let 'free' mangle errno.
56315
56316 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56317
56318         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
56319
56320 2003-10-16  Karl Berry  <karl@gnu.org>
56321
56322         * config/config.{guess,sub}: update from config.
56323
56324 2003-10-16  Jim Meyering  <jim@meyering.net>
56325
56326         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
56327         memcpy.
56328
56329 2003-10-15  Paul Eggert  <eggert@twinsun.com>
56330
56331         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
56332         (SIZE_MAX): Remove.
56333         (new_exclude, add_exclude_file): Initial size no longer needs to
56334         be a power of 2.
56335         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
56336         our own address arithmetic overflow checking.
56337
56338         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
56339         (fnmatch): Do not alloca more than 2000 wide characters;
56340         instead, use malloc for large buffers.
56341         Check for address arithmetic overflow, and return -1
56342         with errno set to ENOMEM in that case.
56343         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
56344         (NEW_PATTERN): Do not alloca more than 8000 bytes;
56345         instead, return -1.  Check for address arithmetic overflow.
56346
56347 2003-10-14  Paul Eggert  <eggert@twinsun.com>
56348
56349         Handle invalid suffixes and overflow independently, so that
56350         callers can treat them independently as needed.  Fix some bugs in
56351         suffix handling, e.g., "100k@" was not diagnosed as an invalid
56352         suffix for a human-readable blocksize.  The major caller-visible
56353         change is the addition of a new
56354         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
56355         that both overflow and suffix chars were found.
56356
56357         * lib/human.c (humblock): Don't check separately for invalid suffix
56358         char; that is xstrtoumax's job (now that its bug is fixed).
56359         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
56360         INTMAX_MAX]: New macros.
56361         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
56362         TYPE_MAXIMUM): New macros.
56363         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
56364         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
56365         if overflow occurs, as it's what __strtol does and it's more useful
56366         in practice.
56367         (__xstrtol): If __strtol reports some error other than ERANGE,
56368         reflect it to the caller as LONGINT_INVALID.  If it reports
56369         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
56370         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
56371         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
56372         value.
56373         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
56374         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
56375         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
56376         [defined UINTMAX_MAX]: New macros.
56377
56378 2003-10-14  Bruno Haible  <bruno@clisp.org>
56379
56380         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
56381
56382 2003-10-14  Bruno Haible  <bruno@clisp.org>
56383
56384         * m4/sig_atomic_t: New file, from GNU gettext.
56385         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
56386
56387 2003-10-14  Bruno Haible  <bruno@clisp.org>
56388
56389         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
56390         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
56391         Also use volatile where needed.
56392
56393 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56394
56395         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
56396         Change maintainer from Bruno Haible to 'all'.
56397
56398 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56399
56400         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
56401
56402 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56403
56404         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
56405         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
56406         and define in terms of the other primitives.
56407         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
56408         (SIZE_MAX): Define if not already defined.
56409         (array_size_overflow): New function.
56410         (xalloc_die): Abort instead of exiting if 'error' returns.
56411         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
56412         (xmalloc, xrealloc): Use them.
56413         (xcalloc): Check for address arithmetic overflow.
56414         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
56415         a bit faster than strcpy.
56416
56417 2003-10-10  Simon Josefsson  <jas@extundo.com>
56418
56419         * modules/argp (Depends-on): Add restrict and strcase.
56420
56421 2003-10-10  Simon Josefsson  <jas@extundo.com>
56422
56423         * m4/argp.m4: Add AC_C_INLINE.
56424
56425 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56426
56427         Merge getpass from libc, plus a few fixes.
56428
56429         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
56430         Include <stdbool.h>.
56431         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
56432         __fsetlocking to empty.
56433         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
56434         do include <bits/libc-lock.h>.
56435         Do not include <fcntl.h>; not needed.
56436         [_LIBC]: Include <wchar.h>.
56437         (NOTCANCEL_MODE): New macro.
56438         (flockfile, funlockfile) [_LIBC]: New macros.
56439         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
56440         [!_LIBC]: New macros.
56441         (call_fclose): New function.
56442         (getpass): Use it.  Save tty stream separately; this simplifies the
56443         code and makes it more reliable if stdin happens to equal stdout.
56444         Invoke __fsetlocking on tty.
56445         Handle thread cancellation if needed.
56446         Namespace cleanup (use __tcgetattr, __getline).
56447         Use bool for Booleans.
56448         [USE_IN_LIBIO]: Handle wide streams.
56449         [!_LIBC]: Unconditionally do the fseek, since we don't know what
56450         stream might go where.
56451
56452         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
56453         doesn't have to include <stdio.h> before us.
56454         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
56455         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
56456         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
56457         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
56458         if not declared, so that we can use getpass.c code from libc without
56459         rewriting it.
56460         (flockfile, ftrylockfile, funlockfile): New macros.
56461
56462 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56463
56464         * modules/getpass: Depend on stdbool.
56465
56466 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56467
56468         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
56469
56470 2003-10-07  Karl Berry  <karl@gnu.org>
56471
56472         * config/config.{guess,sub}: update from config.
56473
56474 2003-10-06  Jim Meyering  <jim@meyering.net>
56475             Bruno Haible  <bruno@clisp.org>
56476
56477         This lets translators provide better translations for the
56478         "Written by ..." part of --version output.
56479         * lib/version-etc.h: Include stdarg.h.
56480         (version_etc_copyright): Declare as readonly.
56481         (version_etc): Make this function variadic with a NULL-terminated list
56482         of author name strings.
56483         (version_etc_va): New declaration.
56484         * lib/version-etc.c: Include stdarg.h, stdlib.h.
56485         (version_etc_copyright): Declare as readonly.
56486         (version_etc_va): New function. Provide a different translatable string
56487         for each possible number of authors < 10. Abbreviate when there are 10
56488         authors or more.
56489         (version_etc): Make this function variadic. Call version_etc_va.
56490         Suggestion from Gary V. Vaughan.
56491
56492         * lib/long-options.h (parse_long_options): Change prototype: the
56493         authors string is moved to the end and becomes variadic.
56494         * lib/long-options.c: Include stdarg.h.
56495         (parse_long_options): Make this function variadic, too.
56496         Call version_etc_va, not version_etc.
56497
56498 2003-10-06  Bruno Haible  <bruno@clisp.org>
56499
56500         * modules/version-etc-2: Remove file.
56501         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
56502
56503 2003-10-06  Bruno Haible  <bruno@clisp.org>
56504
56505         * modules/fatal-signal: New file.
56506         * MODULES.html.sh (func_all_modules): Add fatal-signal.
56507
56508 2003-10-06  Bruno Haible  <bruno@clisp.org>
56509
56510         * m4/fatal-signal.m4: New file.
56511         * m4/signalblocking.m4: New file, from GNU gettext.
56512
56513 2003-10-06  Bruno Haible  <bruno@clisp.org>
56514
56515         * lib/version-etc-2.h: Remove file.
56516         * lib/version-etc-2.c: Remove file.
56517
56518 2003-10-06  Bruno Haible  <bruno@clisp.org>
56519
56520         * lib/fatal-signal.h: New file, from GNU gettext.
56521         * lib/fatal-signal.c: New file, from GNU gettext.
56522
56523 2003-10-05  Paul Eggert  <eggert@twinsun.com>
56524
56525         * README: Rework advice for preventing empty .o files.
56526         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
56527         not <sys/types.h>.
56528
56529 2003-10-04  Karl Berry  <karl@gnu.org>
56530
56531         * lib/argp*: update from libc.
56532
56533 2003-10-04  Karl Berry  <karl@gnu.org>
56534
56535         * config/config.{guess,sub}: update from config.
56536
56537 2003-10-02  Bruno Haible  <bruno@clisp.org>
56538
56539         * modules/lchown (Include): Add lchown.h.
56540         * modules/time_r (Include): Use "..." syntax.
56541         * modules/xgetdomainname (Include): Add xgetdomainname.h.
56542
56543 2003-10-01  Simon Josefsson  <jas@extundo.com>
56544
56545         * MODULES.html.sh (func_all_modules): Move gethostname from section
56546         'based on' to section 'lacking' POSIX:2001.
56547
56548 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
56549
56550         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
56551         to output mode on the same stream.
56552
56553 2003-09-29  Paul Eggert  <eggert@twinsun.com>
56554
56555         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
56556         Fix arg typo in previous patch.
56557
56558 2003-09-28  Jim Meyering  <jim@meyering.net>
56559
56560         * lib/error.c: Correct cpp indentation.
56561
56562 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56563
56564         * modules/free: New file.
56565
56566 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56567
56568         * m4/free.m4: New file.
56569
56570 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56571
56572         * lib/minmax.h (MIN, MAX)
56573         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
56574         Omit the special code that used __typeof__, since we worry that
56575         it could be more trouble than it's worth.  See:
56576         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
56577         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
56578
56579         * lib/free.c: New file.
56580
56581 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
56582
56583         Trivial fixes to Makefile.am parts of module listings.
56584         * modules/strstr: Append strstr.h to lib_SOURCES.
56585         * modules/strcase: Likewise, for strcase.h.
56586
56587 2003-09-27  Karl Berry  <karl@gnu.org>
56588
56589         * config/mkinstalldirs: update from automake.
56590
56591 2003-09-26  Paul Eggert  <eggert@twinsun.com>
56592
56593         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
56594         (error_tail): Do not loop, reallocating temporary buffer, since
56595         the output cannot contain more wide characters than the input
56596         contains bytes, the size must be big enough already.  This avoids
56597         one potential size overflow calculation.  Check for size overflow
56598         when calculating temporary buffer size.  Free temporary buffer
56599         when done, if it was allocated with malloc; this plugs a memory
56600         leak.  Remove casts from void * to pointers, that are no longer
56601         needed now that we're assuming C89 or better.
56602
56603         Merge error changes from glibc.
56604
56605         * lib/error.c, error.h: Update copyright notice header to match glibc.
56606         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
56607         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
56608         Disable cancellation while printing error.
56609         * lib/error.h: Prepend __ to parameter names.
56610
56611 2003-09-26  Jim Meyering  <jim@meyering.net>
56612
56613         * lib/error.c (error_tail): Move some declarations
56614         into inner scope where the local variables are used.
56615
56616 2003-09-26  Bruno Haible  <bruno@clisp.org>
56617
56618         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
56619         stpncpy().
56620         Don't define stpncpy through config.h; it's now done through stpncpy.h.
56621
56622 2003-09-26  Bruno Haible  <bruno@clisp.org>
56623
56624         * lib/stpncpy.h (gnu_stpncpy): New declaration.
56625         (stpncpy): Define as alias for gnu_stpncpy.
56626         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
56627
56628 2003-09-25  Simon Josefsson  <jas@extundo.com>
56629
56630         * lib/xgetdomainname.h: New file.
56631         * lib/xgetdomainname.c: New file.
56632
56633 2003-09-25  Simon Josefsson  <jas@extundo.com>
56634             Bruno Haible  <bruno@clisp.org>
56635
56636         * modules/getdomainname: New file.
56637         * modules/xgetdomainname: New file.
56638         * MODULES.html.sh (func_all_modules): Add getdomainname,
56639         xgetdomainname.
56640
56641 2003-09-25  Simon Josefsson  <jas@extundo.com>
56642             Bruno Haible  <bruno@clisp.org>
56643
56644         * m4/getdomainname.m4: New file.
56645
56646 2003-09-25  Simon Josefsson  <jas@extundo.com>
56647             Bruno Haible  <bruno@clisp.org>
56648
56649         * lib/getdomainname.h: New file.
56650         * lib/getdomainname.c: New file.
56651
56652 2003-09-25  Karl Berry  <karl@gnu.org>
56653
56654         * lib/argp-fmtstream.c, argp-help.c: update from libc.
56655
56656 2003-09-25  Karl Berry  <karl@gnu.org>
56657
56658         * config/install-sh: update from automake.
56659
56660 2003-09-25  Bruno Haible  <bruno@clisp.org>
56661
56662         * modules/version-etc-2: New file, from modules/version-etc with
56663         modifications.
56664         * MODULES.html.sh (func_all_modules): Add version-etc-2.
56665
56666 2003-09-25  Bruno Haible  <bruno@clisp.org>
56667
56668         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
56669         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
56670
56671 2003-09-24  Simon Josefsson  <jas@extundo.com>
56672
56673         * modules/xgethostname: Add xgethostname.h.
56674
56675 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56676
56677         * lib/linebuffer.c (freebuffer): Don't free the argument, just
56678         the buffer associated with the argument.  Bug reported by
56679         Simon Josefsson.
56680
56681 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56682
56683         * README: Document assumptions that 'int' is at least 32 bits
56684         wide, that integer arithmetic is 2's complement without overflow,
56685         that there are no holes in integer values, that adding sizes of
56686         two nonoverlapping objects can't overflow, and that all-bits-zero
56687         yields scalar zero.  Fix spelling and capitalization typos.
56688
56689 2003-09-19  Karl Berry  <karl@gnu.org>
56690
56691         * lib/argp.h: update from libc.
56692
56693 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56694
56695         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
56696         to avoid spurious warnings like "AC_RUN_IFELSE was called before
56697         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
56698
56699 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56700
56701         * gnulib-tool: Use "test -h", not "test -L", for portability
56702         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
56703         (tags_regexp): Remove, since \| doesn't conform to POSIX.
56704         (sed_extract_prog): Issue s commands one-by-one, rather than
56705         using \| in one s command.
56706
56707 2003-09-16  Paul Eggert  <eggert@twinsun.com>
56708
56709         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
56710         input error, instead of returning NULL the next time we are called
56711         (and therefore losing track of errno).
56712
56713 2003-09-16  Bruno Haible  <bruno@clisp.org>
56714
56715         * gnulib-tool (func_create_testdir): Warn about duplicated
56716         dependencies.
56717
56718 2003-09-15  Paul Eggert  <eggert@twinsun.com>
56719
56720         * modules/argmatch, modules/fatal, modules/obstack,
56721         modules/xalloc, modules/xgethostname: Sort dependencies by
56722         importance, not alphabetically.
56723
56724 2003-09-15  Paul Eggert  <eggert@twinsun.com>
56725
56726         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
56727         fails, so that the caller gets the proper errno.
56728
56729         * lib/readutmp.c (read_utmp): Likewise.
56730         Check for fstat error.  Close stream and free storage
56731         when failing.
56732
56733 2003-09-14  Karl Berry  <karl@gnu.org>
56734
56735         * config/srclist.txt (strdup.c): disable for c89 changes.
56736
56737 2003-09-14  Jim Meyering  <jim@meyering.net>
56738
56739         * lib/getloadavg.c: Correct cpp indentation.
56740         * lib/strdup.c: Likewise.
56741         * lib/vasnprintf.c: Likewise.
56742
56743 2003-09-14  Bruno Haible  <bruno@clisp.org>
56744
56745         * modules/fwriteerror: New file.
56746         * MODULES.html.sh (func_all_modules): Add fwriteerror.
56747
56748 2003-09-14  Bruno Haible  <bruno@clisp.org>
56749
56750         * lib/fwriteerror.h: New file.
56751         * lib/fwriteerror.c: New file.
56752
56753 2003-09-12  Paul Eggert  <eggert@twinsun.com>
56754
56755         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
56756         modules/xgethostname, modules/xalloc: Depend on exit.
56757
56758 2003-09-12  Paul Eggert  <eggert@twinsun.com>
56759
56760         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
56761
56762         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
56763         and AC_MINIX, too, so that their extensions are available.
56764
56765         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
56766         This macro has been superseded by gl_BACKUPFILE.
56767
56768         More patches to assume C89 or better.
56769
56770         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
56771
56772         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
56773         unconditionally.
56774         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
56775         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
56776         Include <string.h>, <stdlib.h> unconditionally.
56777         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
56778         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
56779         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
56780         headers or for string.h.
56781         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
56782         or strtoul.
56783
56784         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
56785         headers.
56786         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
56787         * m4/userspec.m4 (gl_USERSPEC): Likewise.
56788         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
56789         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
56790         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
56791         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
56792         memcpy, memset.
56793         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
56794         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
56795         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
56796         strtol.
56797         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
56798         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
56799         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
56800         strtoul.
56801
56802 2003-09-12  Paul Eggert  <eggert@twinsun.com>
56803
56804         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
56805         * lib/obstack.c [!defined _LIBC]: Likewise.
56806         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
56807         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
56808         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
56809
56810         More changes to assume C89 or better.
56811
56812         * lib/error.c (error_tail): Assume vprintf.
56813
56814         * lib/argmatch.c (getenv): Remove decl.
56815         * lib/progreloc.c (get_full_program_name): Define via prototype.
56816         * lib/setenv.c (clearenv): Likewise.
56817         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
56818         needed.
56819         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
56820         (malloc, memcpy): Remove decls.
56821         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
56822         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
56823         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
56824         (memcpy): Remove macro.
56825         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
56826         (__P): Remove.  All uses removed.
56827         (PTR): Remove.  All uses changed to void *.
56828         (CHAR_BIT, NULL): Remove.
56829         (spaces, zeros, memset_space, memset_zero)
56830         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
56831         Remove.
56832         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
56833         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
56834         Define with prototype.
56835         Remove now-unnecessary prototype decl.
56836         (extra_args_spec): Assume ANSI C.  All uses changed.
56837         (extra_args_spec_iso): Remove.
56838         (my_strftime, emacs_strftimeu): Define via prototype.
56839         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
56840         unconditionally.
56841         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
56842         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
56843         (strtoul, strtol): Remove decls.
56844         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
56845         LONG_MAX): Remove.
56846         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
56847         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
56848         (LOCALE_PARAM_PROTO): New macro.
56849         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
56850         (INTERNAL (strtol), strtol): Define with a prototype.
56851         (PARAMS): Remove.  All uses removed.
56852         * lib/tempname.c: Include <string.h> unconditionally.
56853         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
56854         * lib/xgethostname.c (main): Define with a prototype.
56855         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
56856         Include <stdlib.h> unconditionally.
56857         (calloc, malloc, realloc, free): Remove decls.
56858         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
56859         Include <stdlib.h> unconditionally.  Sort include file names.
56860         (strtod): Remove.
56861         (xstrtod): Define with a prototype.
56862         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
56863         (strtol, strtoul): Remove decls.
56864
56865 2003-09-11  Paul Eggert  <eggert@twinsun.com>
56866
56867         More patches to assume C89 or better.
56868         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
56869         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
56870         string.h, memchr, STDC_HEADERS.
56871
56872 2003-09-11  Paul Eggert  <eggert@twinsun.com>
56873
56874         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
56875         Include <stdlib.h>, <string.h> unconditionally.
56876         Remove now-unnecessary cast to char *.
56877         * lib/strnlen.c: Include <string.h> unconditionally.
56878         * lib/yesno.c (yesno): Define with a prototype.
56879
56880 2003-09-11  Bruno Haible  <bruno@clisp.org>
56881
56882         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
56883
56884 2003-09-10  Jim Meyering  <jim@meyering.net>
56885
56886         * lib/error.c: Correct indentation of cpp directives.
56887
56888 2003-09-10  Bruno Haible  <bruno@clisp.org>
56889
56890         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
56891         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
56892         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
56893         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
56894         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
56895         <stdlib.h> and <string.h> checks.
56896         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
56897         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
56898
56899 2003-09-10  Bruno Haible  <bruno@clisp.org>
56900
56901         * lib/strcspn.c: Include <string.h> unconditionally.
56902         * lib/strpbrk.c: Include <string.h> unconditionally.
56903         * lib/strstr.c: Include <string.h> unconditionally.
56904         * lib/unicodeio.c: Include <string.h> unconditionally.
56905         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
56906         * lib/unsetenv.c: Likewise.
56907         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
56908         * lib/yesno.c: Include <stdlib.h> unconditionally.
56909         (rpmatch): Add prototype.
56910
56911 2003-09-09  Paul Eggert  <eggert@twinsun.com>
56912
56913         More patches to assume C89 or better.
56914         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
56915         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
56916         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
56917         or for string.h.
56918         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
56919         stdlib.h.
56920         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
56921         C headers.
56922         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
56923         string.h.
56924         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
56925         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
56926         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
56927         or for string.h.
56928         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
56929         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
56930         C headers.
56931         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
56932         memcpy.
56933         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
56934         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
56935         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
56936         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
56937         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
56938         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
56939         string.h, free.
56940         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
56941         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
56942         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
56943         C headers, or for string.h.
56944         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
56945         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
56946         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
56947         headers, memory.h, stdlib.h, string.h, strings.h.
56948         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
56949         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
56950         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
56951         strchr.
56952         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
56953         headers, memory.h, string.h.
56954         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
56955         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
56956         free.
56957         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
56958         headers.
56959         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
56960         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
56961         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
56962         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
56963         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
56964
56965 2003-09-09  Paul Eggert  <eggert@twinsun.com>
56966
56967         More K&R removal.
56968
56969         * lib/acosl.c (main): Use a prototype.
56970         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
56971         tanl.c: Likewise.
56972
56973         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
56974
56975         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
56976         (getopt, etopt_long, getopt_long_only, _getopt_internal)
56977         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
56978         with a prototype.
56979         * lib/getopt.c (const): Remove macro.
56980         Include <string.h> unconditionally.
56981         (my_index): Remove; all uses changed to strchr.
56982         (strlen): Remove decl.
56983         (exchange): Remove forward decl; no longer needed.
56984         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
56985         Define with prototype.
56986         * lib/getopt1.c (const): Remove macro.
56987         (getopt_long, getopt_long_only, main): Define with prototype.
56988
56989         * lib/getugroups.c: Include <string.h> unconditionally.
56990
56991         * lib/getusershell.c: Include <stdlib.h> unconditionally.
56992         (getusershell, setusershell, endusershell, readname, main):
56993         Define with prototypes.
56994
56995         * lib/group-member.c: Include group-member.h first.
56996         Include <stdlib.h> unconditionally.
56997
56998         * lib/hard-locale.c: Include hard-locale.h first.
56999         Include <stdlib.h>, <string.h> unconditionally.
57000
57001         * lib/hash.c (free, malloc): Remove decls.
57002         Include <stdlib.h> unconditionally.
57003
57004         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
57005         (getenv): Do not declare.
57006
57007         * lib/idcache.c: Include <string.h> unconditionally.
57008
57009         * lib/long-options.c: Include long-options.h first, to test interface.
57010         Include <stdlib.h> unconditionally.
57011
57012         * lib/makepath.c: Include makepath.h first, to test interface.
57013         Include <stdlib.h> and <string.h> unconditionally.
57014
57015         * lib/linebuffer.c: Include <stdlib.h>.
57016         (free): Remove decl.
57017
57018         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
57019         stddef.h. rpl_malloc returns void *, not char *.
57020         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
57021         prototype.
57022
57023         * lib/md5.h: Include <limits.h> unconditionally.
57024         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
57025         (__P): Remove; all uses removed.
57026         * lib/md5.c: Include "md5.h" first.
57027         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
57028         md5_buffer, md5_process_bytes, md5_process_block):
57029         Define with prototypes.
57030         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
57031         * lib/sha.c: Include "sha.h" first.
57032         Include <stdlib.h>, <string.h> unconditionally.
57033
57034         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
57035         * lib/memcmp.c (__ptr_t): Likewise.
57036         * lib/memrchr.c (__ptr_t): Likewise.
57037         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
57038         Include <string.h> unconditionally.
57039         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
57040         * lib/memchr.c: Include <stdlib.h> unconditionally.
57041         * lib/memchr.c (LONG_MAX): Remove.
57042         * lib/memrchr.c (LONG_MAX): Likewise.
57043         * lib/memchr.c (__memchr): Define via a prototype.
57044         * lib/memrchr.c (__memrchr): Likewise.
57045         * lib/memcmp.c (__P): Remove, and remove all uses.
57046         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
57047         Remove forward decls; no longer needed.
57048         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
57049         Use types required by C89 in prototype.
57050
57051         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
57052         * lib/savedir.c: Likewise.
57053         * lib/mkdir.c (free): Remove decl.
57054         * lib/rmdir.c (rmdir): Define with a prototype.
57055         * lib/savedir.c: Include savedir.h first, to test interface.
57056
57057         * lib/mktime.c (STDC_HEADERS): Remove.
57058         Include <stdlib.h>, <string.h> unconditionally.
57059
57060         * lib/modechange.c: Include <stdlib.h> unconditionally.
57061         (malloc): Remove decl.
57062
57063         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
57064         (free): Remove decl.
57065
57066         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
57067         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
57068         (This type really should be intptr_t, but that's a C99ism.)
57069         (_obstack_memcpy): Remove: all uses changed to memcpy.
57070         Include <string.h> unconditionally.
57071         (struct obstack): Assume __STDC__ for types of members
57072         chunkfun, freefun, extra_arg.
57073         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
57074         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
57075         obstack_begin, obstack_specify_allocation,
57076         obstack_specify_allocation_with_arg, obstack_chunkfun,
57077         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
57078         Remove unprototyped decls and the macros that use them.
57079         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
57080         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
57081         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
57082         (defined __STDC__ && __STDC__)]:
57083         Remove nonprototyped code.
57084         Include <stdlib.h> unconditionally.
57085         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
57086         _obstack_allocated_p, _obstack_free, obstack_free,
57087         _obstack_memory_used, print_and_abort):
57088         Define using prototypes.
57089         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
57090         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
57091         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
57092         obstack_next_free, obstack_object_size, obstack_room) [0]:
57093         Remove unused, unprototyped code.
57094
57095         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
57096
57097         * lib/physmem.c (physmem_total, physmem_available, main): Define
57098         with prototypes.
57099
57100         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
57101         (main): Define with a prototype.
57102
57103         * lib/posixver.c (getenv): Remove decl.
57104
57105         * lib/putenv.c (malloc): Returns void *, not char *.
57106         Include <string.h> unconditionally.
57107         (strchr, memcpy, NULL): Do not define.
57108
57109         * lib/readtokens.c: Include readtokens.h first, to test interface.
57110         Include <stdlib.h>, <string.h> unconditionally.
57111         (init_tokenbuffer): Define with a prototype.
57112
57113         * lib/regex.c (PARAMS): Remove.  All uses removed.
57114         All uses of _RE_ARGS removed, too.
57115         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
57116         unconditionally.
57117         (bzero): Assume memset exists.
57118         (memcmp, memcpy, NULL): Remove.
57119         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
57120         char, or assignments to local vars of type signed char.
57121         (init_syntax_once, PREFIX(extract_number_and_incr),
57122         PREFIX(print_partial_compiled_pattern),
57123         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
57124         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
57125         PREFIX(regex_grow_registers), PREFIX(regex_compile),
57126         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
57127         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
57128         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
57129         wcs_compile_range, byte_compile_range, truncate_wchar,
57130         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
57131         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
57132         count_mbs_length, wcs_re_match_2_internal,
57133         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
57134         PREFIX(alt_match_null_string_p),
57135         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
57136         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
57137         regfree, PREFIX(extract_number)): Define with prototype.  Remove
57138         now-unnecessary declaration, if any.
57139         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
57140         regcomp, regexec):
57141         Remove now-unnecessary casts among pointer types.
57142         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
57143
57144         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
57145         (free): Remove decl.
57146
57147         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
57148
57149         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57150         (free): Remove decl.
57151
57152         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57153         * lib/xgetcwd.c: Likewise.
57154
57155         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57156         (free): Remove decl.
57157
57158         * lib/strchrnul.c (strchrnul): Define with a prototype.
57159         Fix bug: c_in was not converted to char before searching.
57160
57161         The following changes are not K&R related:
57162
57163         * lib/group-member.h: Include <sys/types.h>, so that this file is
57164         self-contained.
57165         * lib/makepath.h: Likewise.
57166
57167         * lib/getusershell.c (readname, default_index, line_size, readname):
57168         Use size_t, not int, for sizes.
57169         (readname): If the size overflows, report an error instead of
57170         looping forever.
57171
57172 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57173
57174         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
57175         libc.
57176
57177 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57178
57179         * README: New section: portability guidelines.
57180
57181 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57182
57183         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
57184         C89 spec.
57185
57186 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57187
57188         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
57189
57190 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57191
57192         Assume C89 or better; remove K&R cruft.
57193         A few of these changes were first proposed by Derek Robert Price
57194         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
57195
57196         * lib/addext.c: Include <string.h> unconditionally.
57197         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
57198         Don't declare getenv or malloc.
57199
57200         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
57201         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
57202         (NULL): Remove.
57203         (find_stack_direction, alloca): Use prototypes.
57204
57205         * lib/atexit.c (atexit): Define using a prototype.
57206
57207         * lib/basename.c, dirname.c, stripslash.c:
57208         Include <string.h> unconditionally.
57209
57210         * lib/bcopy.c: Include <stddef.h>.
57211         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
57212
57213         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
57214
57215         * lib/error.h (error, error_at_line, error_print_progname)
57216         [! (defined (__STDC__) && __STDC__)]: Remove decls.
57217         * lib/error.c: Include error.h first, to check interface.
57218         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57219         (VA_START): Remove; all uses changeed to va_start.
57220         (exit, strerror): Remove decls.
57221         (error_print_progname): Prototype uncondionally.
57222         Don't include <errno.h>; no longer needed.
57223         (private_strerror): Remove.
57224         (error_tail): Always define.
57225         (error, error_at_line): Assume C89 or better; always use prototypes.
57226         * lib/fatal.c: Include "fatal.h" first, to test interface.
57227         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57228         (VA_START): Remove; all uses changed to va_start.
57229         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
57230         this case.
57231         (exit): Remove decl.
57232         (fatal): Prototype unconditionally.  Assume va_start works.
57233         Abort at end, to pacify gcc.
57234
57235         * lib/euidaccess.c (main): Define with a prototype.
57236
57237         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
57238
57239         * lib/exitfail.c: Include <stdlib.h> unconditionally.
57240
57241         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
57242         prototypes.
57243         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
57244         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
57245         (getenv): Remove decl.
57246         (fnmatch): Define using a prototype.
57247         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
57248         (FCT): Define using a prototype.
57249
57250         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
57251
57252         * lib/gethostname.c: Include <stddef.h>.
57253         (gethostname): Define with prototype.  Length is size_t, not int.
57254
57255 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57256
57257         Assume C89 or better; remove K&R cruft.
57258         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
57259         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
57260         string.h, getenv, malloc.
57261         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
57262         headers.
57263         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
57264         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
57265         do not check for strerror.
57266         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
57267         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
57268         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
57269         do not check for doprnt or vprintf.
57270         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
57271         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
57272
57273 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57274
57275         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
57276         getversion.c should have been removed then, but was accidentally
57277         preserved.
57278
57279         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
57280         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
57281
57282 2003-09-08  Karl Berry  <karl@gnu.org>
57283
57284         * config/config.sub, config.guess, srclistvars.sh: update from savannah
57285                 config, forget about prep.
57286
57287         * config/depcomp, missing: update from automake.
57288
57289 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57290
57291         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
57292         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57293
57294 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57295
57296         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
57297         copy_tm_result.  Bug reported by Simon Josefsson in
57298         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57299
57300 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57301
57302         * m4/time_r.m4: New file.
57303         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
57304         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
57305         is. Check for timegm declaration.
57306         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
57307         Do not check for gmtime_r.
57308         Replace mktime if __mktime_internal does not exist and if mktime
57309         hasn't been replaced already.
57310
57311 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57312
57313         * lib/time_r.c, lib/time_r.h: New files.
57314
57315         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
57316         __localtime_r.
57317         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
57318         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
57319
57320         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
57321         __gmtime_r.
57322         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
57323         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
57324         Include <time_r.h>.
57325
57326         * lib/timegm.c: Switch to glibc implementation, with the following
57327         changes:
57328         [defined HAVE_CONFIG_H]: Include <config.h>.
57329         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
57330         (__mktime_internal) [!defined _LIBC]: New decl.
57331         (__gmtime_r) [!defined _LIBC]: New macro and function.
57332         (timegm): Use a prototype, since gnulib assumes C89.
57333         Do not bother declaring tmp to be const, as it's not really usefu.
57334         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
57335         (timegm): Declare only if HAVE_DECL_TIMEGM.
57336
57337 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57338
57339         * MODULES.html.sh (func_all_modules): Add time_r.
57340         * modules/time_r: New file.
57341         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
57342         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
57343
57344 2003-09-03  Paul Eggert  <eggert@twinsun.com>
57345
57346         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
57347         Bug reported by Lute Kamstra in
57348         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
57349
57350         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
57351         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
57352         course with correspondingly smaller numbers for tomorrow and
57353         yesterday.  From Tadayoshi Funaba.  Originally installed into
57354         sh-utils on 1999-08-07, but the patch got lost (I guess during the
57355         coreutils merge?).
57356
57357 2003-08-31  Simon Josefsson  <jas@extundo.com>
57358
57359         * modules/timegm: New file.
57360         * MODULES.html.sh (func_all_modules): Add timegm.
57361
57362 2003-08-31  Simon Josefsson  <jas@extundo.com>
57363
57364         * m4/timegm.m4: New file.
57365
57366 2003-08-31  Simon Josefsson  <jas@extundo.com>
57367
57368         * lib/timegm.h: New file.
57369         * lib/timegm.c: New file.  Based on
57370         wget-1.8.2/src/http.c:mktime_from_utc.
57371
57372 2003-08-31  Karl Berry  <karl@gnu.org>
57373
57374         * lib/argp.h: update from libc.
57375
57376 2003-08-28  Bruno Haible  <bruno@clisp.org>
57377
57378         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
57379         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
57380         followed by '#define fnmatch fnmatch_posix' gives an error.
57381
57382 2003-08-28  Bruno Haible  <bruno@clisp.org>
57383
57384         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
57385         warning on QNX, which defines O_BINARY to 000000.
57386
57387 2003-08-27  Jim Meyering  <jim@meyering.net>
57388
57389         * m4/mkstemp.m4: Require that the system mkstemp be able to create
57390         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
57391         would fail after 32.  Reported by Danny Levinson.  Details here:
57392         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
57393
57394 2003-08-24  Bruno Haible  <bruno@clisp.org>
57395
57396         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
57397         MSVC7 <stdio.h> is included later.
57398
57399 2003-08-22  Simon Josefsson  <jas@extundo.com>
57400
57401         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
57402
57403 2003-08-20  Karl Berry  <karl@gnu.org>
57404
57405         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
57406
57407 2003-08-20  Bruno Haible  <bruno@clisp.org>
57408
57409         * modules/progname: New file.
57410         * MODULES.html.sh (func_all_modules): Add progname.
57411
57412 2003-08-20  Bruno Haible  <bruno@clisp.org>
57413
57414         * lib/progname.h: New file, from GNU gettext.
57415         * lib/progname.c: New file, from GNU gettext.
57416         * lib/progreloc.c: New file, from GNU gettext.
57417
57418 2003-08-19  Jim Meyering  <jim@meyering.net>
57419
57420         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
57421         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
57422
57423 2003-08-19  Bruno Haible  <bruno@clisp.org>
57424
57425         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
57426         more.
57427
57428 2003-08-19  Bruno Haible  <bruno@clisp.org>
57429
57430         * lib/xstrdup.c: Assume <string.h> exists.
57431
57432 2003-08-18  Paul Eggert  <eggert@twinsun.com>
57433
57434         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
57435         in makefile rules.
57436
57437 2003-08-18  Jim Meyering  <jim@meyering.net>
57438
57439         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
57440         * m4/lib-ld.m4: Likewise.
57441
57442 2003-08-18  Jim Meyering  <jim@meyering.net>
57443
57444         * lib/setenv.h: Indent nested cpp directive.
57445         * lib/vasnprintf.c: Remove trailing blanks.
57446
57447 2003-08-17  Simon Josefsson  <jas@extundo.com>
57448
57449         * modules/xstrndup: New file.
57450         * MODULES.html.sh (func_all_modules): Add xstrndup.
57451
57452 2003-08-17  Simon Josefsson  <jas@extundo.com>
57453
57454         * modules/argp: Fix autoconf macro name. Add more dependencies.
57455
57456 2003-08-17  Simon Josefsson  <jas@extundo.com>
57457
57458         * m4/xstrndup.m4: New file.
57459
57460 2003-08-17  Simon Josefsson  <jas@extundo.com>
57461
57462         * m4/argp.m4: New file.
57463
57464 2003-08-17  Simon Josefsson  <jas@extundo.com>
57465             Bruno Haible  <bruno@clisp.org>
57466
57467         * lib/xstrndup.h: New file.
57468         * lib/xstrndup.c: New file.
57469
57470 2003-08-17  Bruno Haible  <bruno@clisp.org>
57471
57472         * modules/strndup (Files, Include): Add lib/strndup.h.
57473
57474 2003-08-17  Bruno Haible  <bruno@clisp.org>
57475
57476         * modules/euidaccess (Files): Add lib/euidaccess.h.
57477
57478 2003-08-17  Bruno Haible  <bruno@clisp.org>
57479
57480         * lib/strndup.h: New file.
57481
57482 2003-08-17  Bruno Haible  <bruno@clisp.org>
57483
57484         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
57485         like AC_GNU_SOURCE.
57486         * modules/extensions (configure.ac): Comment out the invocation of
57487         gl_USE_SYSTEM_EXTENSIONS.
57488
57489 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57490
57491         Merges from coreutils, etc.
57492         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
57493         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
57494         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
57495         fixing a typo.
57496         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
57497         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
57498
57499 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57500
57501         Document merge from coreutils.
57502         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
57503         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
57504         * modules/utime: Add m4/utimes-null.m4.
57505
57506 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57507
57508         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
57509         space, undoing this 2003-08-12 change:
57510         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57511
57512 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57513
57514         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
57515         strtoul.c from libc, undoing this 2003-08-12 change:
57516         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57517
57518 2003-08-16  Jim Meyering  <jim@meyering.net>
57519
57520         Merges from coreutils.
57521         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
57522         prefix.  Adjust cache variables similarly.  Create 500 rather than
57523         just 300 files, to exercise bug on Darwin6.5, too.
57524         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
57525         $missing_dir.
57526         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
57527         AM_SYS_POSIX_TERMIOS.
57528         Reported by mkc@mathdogs.com.
57529         Also change use of $am_cv_sys_posix_termios
57530         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
57531         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
57532         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
57533         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
57534         in /proc/mounts until it finds one with matching device number.  This
57535         is unnecessary when the FILE argument *is* a mount point.  No stat call
57536         is necessary in that case.  So, disable the statvfs-testing code on
57537         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
57538         as RedHat bug# 84846.
57539         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57540         to 1MB, so as not to render systems with no stack size limit (e.g.,
57541         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57542         Include <unistd.h>.  On some systems,
57543         it is required for the definition of _SC_PAGESIZE.
57544
57545 2003-08-16  Jim Meyering  <jim@meyering.net>
57546
57547         Merge from coreutils.
57548         * lib/xstrtoimax.c: #else #if -> #elif.
57549         * lib/xstrtoumax.c: Likewise.
57550
57551 2003-08-16  Jim Meyering  <jim@meyering.net>
57552
57553         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
57554         * m4/utimes.m4: Removed.
57555         * m4/utimes-null.m4: Renamed from utimes.m4.
57556
57557         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57558         to 1MB, so as not to render systems with no stack size limit (e.g.,
57559         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57560         Include <unistd.h>.  On some systems,
57561         it is required for the definition of _SC_PAGESIZE.
57562
57563 2003-08-16  Jim Meyering  <jim@meyering.net>
57564         and Paul Eggert  <eggert@cs.ucla.edu>
57565
57566         Merges from coreutils, etc.
57567
57568         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
57569         using the latest version from cvs.  This avoids problems with #line
57570         directives using a vendor (Sun) compiler.
57571         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
57572         Don't set GETGROUPS_LIB here; now it's
57573         done via getgroups.m4's wrapper function.
57574         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
57575         rather than just in sh-util/configure.in, so that the
57576         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
57577         same.
57578         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
57579         AC_FUNC_GETLOADAVG where to find getloadavg.c.
57580         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
57581         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
57582         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
57583         Remove code that is now done by the newly-required macros.
57584         Append $(EXEEXT) to DF_PROG.
57585         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
57586         Do not invoke or require the following here,
57587         since prereq.m4 or some gnulib .m4 now does this for us:
57588         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
57589         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
57590         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
57591         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
57592         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
57593         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
57594         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
57595         AC_FUNC_OBSTACK.
57596         Do not replace the following functions, as this is now the job
57597         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
57598         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
57599         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
57600         atexit getpass, strdup, getpagesize.
57601         Replace 'raise'.
57602         Do not check for the following functions, as this is now the job
57603         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
57604         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
57605         setregid.
57606         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
57607         Check for sys/sysctl.h.
57608         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
57609         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
57610         of checking for ssize_t ourselves.
57611
57612         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
57613         Require every macro that gnulib/modules/* suggests for us.
57614         (jm_PREREQ_ADDEXT): New macro.
57615         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
57616         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
57617
57618         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
57619         (gl_PHYSMEM): Use it.
57620         Also check for `table' function.
57621         Check for new headers and functions.
57622         Add check for sys/sysmp.h.
57623         With suggestions from Kaveh Ghazi.
57624         Ignore headers that are present but cannot be compiled.  This
57625         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
57626         C 5.4.
57627
57628 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57629
57630         Document merge from coreutils.
57631         * modules/userspec: Depend on posixver.
57632         * modules/strftime: Depend on tzset.
57633
57634 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57635
57636         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
57637         rather than tab, after '#' in shell-script copyright notices.
57638         Suggested by Bruno Haible.
57639
57640 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57641
57642         * config/srclist-update: Use three spaces, rather than tab, after '#'
57643         in shell-script copyright notices.  Suggested by Bruno Haible.
57644         Remove unnecessary parenthesization in regular expression.
57645
57646 2003-08-15  Jim Meyering  <jim@meyering.net>
57647
57648         Merge from coreutils.
57649         * lib/xgethostname.c: Include <stdlib.h>.
57650         (xghostname): Don't exit for anything other than memory-related
57651         failure; just return NULL.
57652         * lib/userspec.c: Include "posixver.h".
57653         (parse_user_spec): Accept `.' as a separator only
57654         in pre-POSIX-200112 mode.
57655         * lib/strtoimax.c: Use #elif rather than #else #if.
57656         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
57657         Remove function, now that we can rely on a working tzset function.
57658         [!_LIBC]: Ensure that the required autoconf test has been run.
57659         [!defined _NL_CURRENT && HAVE_STRFTIME]:
57660         Use underlying_strftime for %r.
57661         * lib/sha.c: Merge in some clean-up and optimization changes from
57662         glibc.
57663         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
57664         Ensure that it is a multiple of 64.
57665         Rearrange loop exit tests so as to avoid performing an
57666         additional fread after encountering an error or EOF.
57667         * lib/realloc.c: Update copyright date.
57668
57669 2003-08-15  Jim Meyering  <jim@meyering.net>
57670         and Paul Eggert  <eggert@twinsun.com>
57671
57672         Merge from coreutils.
57673         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
57674         member but strut utmpx does not.  Needed for AIX 4.3.3.
57675         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
57676
57677 2003-08-15  Jim Meyering  <jim@meyering.net>
57678         and Paul Eggert  <eggert@cs.ucla.edu>
57679
57680         Merges from coreutils, etc.
57681         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
57682         Require gl_FUNC_TZSET_CLOBBER.
57683         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
57684         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
57685         members.
57686
57687 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57688
57689         Help the merge from coreutils.
57690         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
57691         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
57692         * m4/tzset.m4: Use it too.
57693
57694 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57695
57696         * modules/tzset: New file.
57697
57698 2003-08-14  Jim Meyering  <jim@meyering.net>
57699
57700         Merges from coreutils.
57701         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
57702         variable names, rather than @FNMATCH_H@.
57703         * modules/alloca: Likewise for $(ALLOCA_H).
57704
57705         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
57706         the three copies of the literal target, `fnmatch.h'.
57707         * modules/alloca (alloca.h): Likewise.
57708
57709 2003-08-14  Jim Meyering  <jim@meyering.net>
57710
57711         Merge from coreutils.
57712         * m4/tzset.m4: New file.
57713         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
57714         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
57715         otherwise, AIX 5.1 systems would end up using the latter.
57716         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
57717         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
57718         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
57719         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
57720
57721 2003-08-14  Jim Meyering  <jim@meyering.net>
57722
57723         Merge from coreutils.
57724         * lib/obstack.h: Whitespace changes.
57725         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
57726         and xcalloc return values.
57727         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
57728         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
57729         hang on OSF/1 5.1 for DIR on both local and remote file systems.
57730         Reported by (and fix confirmed by) Nelson H. F. Beebe.
57731         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
57732         error from mntctl.
57733         Use mntctl's return value to drive the entry-processing loop, since
57734         we can't rely on the value of the vmt_length member in the last
57735         entry.  On some systems doing so could result in exhausting
57736         virtual memory.  Based in part on a patch from Mike Jetzer.
57737
57738 2003-08-14  Jim Meyering  <jim@meyering.net>
57739         and Paul Eggert  <eggert@twinsun.com>
57740
57741         Merges from coreutils, plus other fixes.
57742         * lib/physmem.c: Merge in portability changes from gcc/libiberty
57743         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
57744         for credits and details.  Thanks to Kaveh Ghazi for helping
57745         to keep these files in sync.
57746         (ARRAY_SIZE): Define it.
57747         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
57748         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
57749         (memcasecmp): Don't assume size_t fits in unsigned int.
57750         Remove casts and duplicate code.
57751         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
57752         (memcpy): Remove definition.
57753         Merge in some clean-up and optimization changes from glibc.
57754         [BLOCKSIZE]: Move definition to top of file.
57755         Ensure that it is a multiple of 64.
57756         Rearrange loop exit tests so as to avoid performing an
57757         additional fread after encountering an error or EOF.
57758         * lib/md5.h (md5_uintptr): Define.
57759         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
57760         return to the initial working directory.  Preserve errno
57761         for caller.
57762         * lib/idcache.c: Include "xalloc.h".
57763         (xmalloc, xrealloc): Remove decls.
57764         (getuser): Remove casts no longer required in C89.
57765         * lib/human.c: Include stdio.h, for sprintf.
57766         * lib/group-member.c: Include "xalloc.h".
57767         (xmalloc, xrealloc): Remove decls.
57768         (get_group_info): Remove casts no longer required in C89.
57769         * lib/getusershell.c (readname): Remove casts no longer required in
57770         C89.
57771         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
57772         * lib/getline.c: Whitespace fix, from coreutils.
57773
57774 2003-08-13  Paul Eggert  <eggert@twinsun.com>
57775
57776         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
57777         Check for isascii.
57778
57779         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
57780         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
57781         Undo previous (whitespace-only) change.
57782
57783 2003-08-13  Paul Eggert  <eggert@twinsun.com>
57784
57785         * lib/exclude.c: Include <ctype.h>
57786         (IN_CTYPE_DOMAIN): New macro.
57787         (is_space): New fn.
57788         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
57789         and empty lines.
57790
57791         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
57792         Undo previous (whitespace-only) change.
57793
57794 2003-08-13  Paul Eggert  <eggert@twinsun.com>
57795
57796         * config/srclist-update: Change update back to the old behavior,
57797         leaving whitespace alone.  Use one 'sed' command rather than a
57798         pipeline.
57799         (fixlicense): Now a variable, not a function.
57800         (remove_trailing_blanks): Remove.
57801         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
57802         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
57803         Undo previous (whitespace-only) change.
57804
57805 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57806
57807         Merge from coreutils.
57808         * modules/euidaccess: Add lib_SOURCES, include for new
57809         file euidaccess.h
57810
57811 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57812
57813         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
57814         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
57815         Normalize leading white space and remove trailing white space.
57816
57817         Merge from coreutils
57818         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
57819
57820         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
57821         0.12.1.  These files are now being upgraded automatically by
57822         ../config/srclist-update.
57823
57824 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57825
57826         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
57827         Normalize leading white space and remove trailing white space.
57828         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
57829         notice, as per ../config/srclist-update.
57830
57831         Merge from coreutils.
57832         * lib/euidaccess.h: New file.
57833         * lib/euidaccess.c: Include it.
57834         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
57835         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
57836         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
57837
57838 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57839
57840         * config/srclist-update: Add copyright notice.
57841         (remove_id_lines, remove_trailing_blanks): New constants.
57842         (fixfile): Use them to normalize spacing a bit in copied files.
57843         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
57844         Normalize leading white space and remove trailing white space.
57845
57846         * config/texinfo.tex: Sync with texinfo.
57847
57848         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
57849         strtoul.c from libc, to merge coreutils whitespace changes.
57850
57851         * config/srclist.txt: Get the following m4 files from gettext:
57852         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
57853         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
57854         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
57855         wint_t.m4.
57856
57857 2003-08-12  Karl Berry  <karl@gnu.org>
57858
57859         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
57860         been made.
57861
57862 2003-08-11  Paul Eggert  <eggert@twinsun.com>
57863
57864         * modules/gnu-source, m4/gnu-source.m4:
57865         Remove; we're assuming Autoconf 2.54 or later now.
57866         Suggested by Bruno Haible.
57867         * MODULES.html.sh (func_all_modules): Remove gnu-source.
57868
57869 2003-08-11  Bruno Haible  <bruno@clisp.org>
57870
57871         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
57872
57873 2003-08-11  Bruno Haible  <bruno@clisp.org>
57874
57875         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
57876         (vasnprintf): Use it instead of wcslen.
57877
57878 2003-08-11  Bruno Haible  <bruno@clisp.org>
57879
57880         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
57881         value to ensure that _Bool promotes to int. Use #define for _Bool when
57882         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
57883
57884 2003-08-10  Karl Berry  <karl@gnu.org>
57885
57886         * lib/regex.h: update from libc (whitespace fix).
57887
57888 2003-08-09  Paul Eggert  <eggert@twinsun.com>
57889
57890         Merge some files from coreutils.  These changes were
57891         originally made by Jim Meyering.
57892         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
57893         many older Unixes require this.
57894         * lib/alloca.c (alloca): Remove cast to argument of free;
57895         no longer needed in C89.
57896         * lib/alloca_.h, regex.h: Fix white space to match
57897         what GNU indent does.
57898
57899 2003-08-09  Paul Eggert  <eggert@twinsun.com>
57900
57901         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
57902         apparently Emacs's Unicode mode got confused before my 2003-08-05
57903         checkin.
57904
57905 2003-08-08  Paul Eggert  <eggert@twinsun.com>
57906
57907         * m4/extensions.m4: New file.
57908         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
57909         Require gl_USE_SYSTEM_EXTENSIONS.
57910         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
57911         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
57912
57913 2003-08-08  Paul Eggert  <eggert@twinsun.com>
57914
57915         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
57916         * modules/extensions, modules/gnu-source: New files.
57917         * modules/timespec, modules/unlocked-io: Depend on extensions.
57918
57919 2003-08-07  Paul Eggert  <eggert@twinsun.com>
57920
57921         * modules/restrict: New file.
57922         * MODULES.html.sh (func_all_modules): Add restrict.
57923         * modules/regex: Depend on restrict.
57924
57925 2003-08-07  Paul Eggert  <eggert@twinsun.com>
57926
57927         * m4/restrict.m4: New file.
57928         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
57929
57930 2003-08-07  Bruno Haible  <bruno@clisp.org>
57931
57932         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
57933         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
57934
57935 2003-08-07  Bruno Haible  <bruno@clisp.org>
57936
57937         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
57938         makes the module 'getndelim2' compatible with the module 'getline'.
57939
57940 2003-08-05  Paul Eggert  <eggert@twinsun.com>
57941
57942         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
57943         byte with "\201" to avoid glitches when editing that source file
57944         with multi-gnome-terminal.
57945
57946 2003-08-05  Paul Eggert  <eggert@twinsun.com>
57947
57948         * lib/bumpalloc.h: Remove.
57949
57950 2003-08-05  Paul Eggert  <eggert@twinsun.com>
57951
57952         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
57953         * modules/bumpalloc: Remove.
57954
57955 2003-08-04  Paul Eggert  <eggert@twinsun.com>
57956
57957         * lib/getloadavg.c: Change copyright notice and spacing to conform to
57958         GNU coding style.
57959
57960         Merge from coreutils.
57961         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
57962         1. From glibc.
57963         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
57964         from Karl Berry, implemented by Jim Meyering.
57965         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
57966         from Dmitry V. Levin.
57967         Remove anachronistic cast of xrealloc.
57968         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
57969         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
57970         type. Otherwise, it wouldn't compile with at least /bin/cc on
57971         ymp-cray-unicos9.0.2.X.
57972         Combine two mostly-identical uses of alloca into one.
57973         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
57974
57975 2003-08-04  Dave Love  <d.love@dl.ac.uk>
57976
57977         [From Emacs.]
57978
57979         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
57980         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
57981         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
57982         obsolete NLIST_NAME_UNION.
57983         [__GNU__]: Undef BSD and FSCALE.
57984         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
57985
57986 2003-08-03  Paul Eggert  <eggert@twinsun.com>
57987
57988         * lib/stdbool_.h (_Bool): Make it signed char, instead of
57989         an enum type, so that it's guaranteed to promote to int.  See:
57990         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
57991
57992 2003-08-03  Karl Berry  <karl@gnu.org>
57993
57994         * config/depcomp: update from automake.
57995
57996 2003-07-31  Paul Eggert  <eggert@twinsun.com>
57997
57998         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
57999         (strerror): Don't assume that a printable int fits in 14 bytes.
58000
58001 2003-07-31  Bruno Haible  <bruno@clisp.org>
58002
58003         * modules/getpass-gnu: New file.
58004         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
58005
58006 2003-07-31  Bruno Haible  <bruno@clisp.org>
58007
58008         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
58009
58010 2003-07-24  Karl Berry  <karl@gnu.org>
58011
58012         * config/missing: update from automake.
58013
58014 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
58015             Bruno Haible  <bruno@clisp.org>
58016
58017         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
58018         * lib/getline.c (getline, getdelim): Likewise.
58019         Remove _GNU_SOURCE define; now it's defined in config.h through
58020         m4/getline.m4.
58021
58022 2003-07-23  Karl Berry  <karl@gnu.org>
58023
58024         * config/config.sub: update from prep.
58025
58026 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58027
58028         * modules/xalloc (Depends-on): Add exitfail.
58029         * modules/xmemcoll: Likewise.
58030
58031 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58032
58033         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
58034         over-parenthesization in macros.
58035
58036         Sync with coreutils.
58037
58038         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
58039         required by C99.
58040
58041         Use `exit_failure' for xalloc and xmemcoll instead of their own
58042         private exit-failure variables.
58043         * lib/xalloc.h (xalloc_exit_failure): Remove.
58044         * lib/xmalloc.c: Likewise.  Include exitfail.h.
58045         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
58046         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
58047         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
58048         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
58049
58050 2003-07-20  Jim Meyering  <jim@meyering.net>
58051
58052         * modules/closeout (Depends-on): Add exitfail.
58053         Suggestion from Bruno Haible.
58054
58055 2003-07-19  Karl Berry  <karl@gnu.org>
58056
58057         * config/config.sub: update from prep.
58058
58059 2003-07-18  Paul Eggert  <eggert@twinsun.com>
58060
58061         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
58062         Remove.
58063         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
58064         to test that it can stand by itself.  Include "exitfail.h".
58065         Clients should set exit_failure instead.
58066         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
58067
58068 2003-07-18  Bruno Haible  <bruno@clisp.org>
58069
58070         * modules/getndelim2: New file.
58071         * modules/getline: Share files with module getndelim2.
58072         * modules/getnline: Depend on getndelim2 instead of sharing files with
58073         it. Add getnline.c to lib_SOURCES.
58074         * MODULES.html.sh (func_all_modules): Add getndelim2.
58075
58076 2003-07-18  Bruno Haible  <bruno@clisp.org>
58077
58078         * m4/getndelim2.m4: New file.
58079         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
58080         invoke gl_PREREQ_GETNDELIM2.
58081         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
58082         gl_PREREQ_GETNDELIM2.
58083         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
58084         gl_GETNDELIM2.
58085
58086 2003-07-18  Bruno Haible  <bruno@clisp.org>
58087
58088         * lib/getndelim2.h: New file.
58089         * lib/getndelim2.c: Make into a module of its own. Include config.h,
58090         getndelim2.h.
58091         (getndelim2): Make non-static. Change return type to ssize_t.
58092         * lib/getline.h: Change argument names.
58093         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
58094         * lib/getnline.c: Include getndelim2.h.
58095
58096 2003-07-18  Andreas Schwab  <schwab@suse.de>
58097
58098         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
58099
58100 2003-07-17  Karl Berry  <karl@gnu.org>
58101
58102         * config/config.sub: update from prep.
58103
58104 2003-07-17  Bruno Haible  <bruno@clisp.org>
58105
58106         * modules/getnline: New file.
58107         * modules/getline: Add lib/getndelim2.c to source file list.
58108         * MODULES.html.sh (func_all_modules): Add getnline.
58109
58110 2003-07-17  Bruno Haible  <bruno@clisp.org>
58111
58112         * m4/getnline.m4: New file.
58113
58114 2003-07-17  Bruno Haible  <bruno@clisp.org>
58115
58116         * m4/Makefile.am.in: Remove file.
58117         * m4/Makefile.am: Remove file.
58118         * m4/Makefile.in: Remove file.
58119
58120 2003-07-17  Bruno Haible  <bruno@clisp.org>
58121
58122         * lib/getnline.h: New file.
58123         * lib/getnline.c: New file.
58124         * lib/getndelim2.c: New file, extracted from getline.c.
58125         (getndelim2): Renamed from getdelim2, with added nmax argument.
58126         * lib/getline.c: Include getndelim2.c.
58127         (getdelim2): Moved out to getndelim2.c.
58128         (getline, getdelim): Update.
58129
58130 2003-07-17  Bruno Haible  <bruno@clisp.org>
58131
58132         * lib/Makefile.am: Remove file.
58133         * lib/Makefile.in: Remove file.
58134
58135 2003-07-17  Bruno Haible  <bruno@clisp.org>
58136
58137         * configure.in: Remove file.
58138         * Makefile.in: Remove file.
58139
58140 2003-07-17  Bruno Haible  <bruno@clisp.org>
58141
58142         * MODULES.html.sh: Put the </BODY> right before </HTML>.
58143
58144 2003-07-16  Karl Berry  <karl@gnu.org>
58145
58146         * config/srclist-update: was running fixlicense twice, which caused
58147                 texinfo.tex to be nullified for some reason.  Simplify,
58148                 $gplsrc is no longer needed as far as I can see?
58149
58150 2003-07-16  Jim Meyering  <jim@meyering.net>
58151
58152         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58153
58154 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58155
58156         * config/srclist.txt: Get the following files from gettext-runtime/intl
58157         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58158         ref-del.sin.  From Bruno Haible.
58159         * config/srclist-update (fixfile): Change grep pattern again, since the
58160         previous fix didn't work (there was another trailing $).  Use
58161         '[$]' to escape the $s.
58162
58163 2003-07-15  Karl Berry  <karl@gnu.org>
58164
58165         * lib/vasnprintf.c: update from gettext.
58166
58167 2003-07-15  Karl Berry  <karl@gnu.org>
58168
58169         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
58170         gets expanded when surrounded by '$'.
58171
58172 2003-07-15  Jim Meyering  <jim@meyering.net>
58173
58174         * modules/save-cwd: Don't depend on error.  From Derek Price.
58175
58176 2003-07-15  Jim Meyering  <jim@meyering.net>
58177
58178         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
58179
58180 2003-07-14  Simon Josefsson  <jas@extundo.com>
58181
58182         * modules/mempcpy: New file.
58183         * MODULES.html.sh (func_all_modules): Add mempcpy.
58184
58185 2003-07-14  Simon Josefsson  <jas@extundo.com>
58186
58187         * m4/mempcpy.m4: New file.
58188
58189 2003-07-14  Simon Josefsson  <jas@extundo.com>
58190
58191         * lib/mempcpy.h: New file.
58192         * lib/mempcpy.c: New file.
58193
58194 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58195
58196         * modules/getdate, modules/posixtm: Depend on mktime.
58197
58198 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58199
58200         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
58201         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
58202         unicodeio.c, unicodeio.h, unlocked-io.h:
58203         Switch from LGPL to GPL.
58204
58205 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58206
58207         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
58208         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
58209         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
58210         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
58211         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
58212         updated automatically by ../config/srclist-update.  This changes
58213         their license from LPGL to GPL.
58214
58215 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58216
58217         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
58218         assumed to refer to the root of the most recent stable gettext version.
58219         * config/srclistvars.sh: Add defaults for eggert.
58220         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
58221         Match "This program" as well as "The program".  This is needed
58222         for gettext.
58223
58224 2003-07-14  Jim Meyering  <jim@meyering.net>
58225
58226         Don't emit diagnostics.  Let callers do that.
58227         * lib/save-cwd.c: Don't include "error.h".
58228         (save_cwd): Don't call error.  Ensure that errno is valid
58229         when returning nonzero.
58230
58231         * lib/save-cwd.h (restore_cwd): Update prototype.
58232         * lib/save-cwd.c (restore_cwd): Remove two parameters.
58233         Simplify.  Don't call error upon failure.  Let callers do that.
58234         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
58235         when auditing is enabled.  But don't bother updating the #if.
58236
58237 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
58238
58239         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
58240         it breaks C++ compilation.
58241         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
58242
58243 2003-07-10  Simon Josefsson  <jas@extundo.com>
58244
58245         * modules/strchrnul (Makefile.am): Add strchrnul.h.
58246
58247 2003-07-10  Jim Meyering  <jim@meyering.net>
58248
58249         * m4/clock_time.m4: Remove trailing blank.
58250         * m4/intmax_t.m4: Likewise.
58251
58252 2003-07-10  Jim Meyering  <jim@meyering.net>
58253
58254         * lib/vasnprintf.c: Remove trailing blanks.
58255         Make cpp indentation consistent.
58256
58257 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58258
58259         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
58260         posixver.c, strftime.c, strnlen.c, strverscmp.c:
58261         Switch from LGPL to GPL.
58262
58263 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58264
58265         * config/srclist.txt: Sort sublists.  Add
58266         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
58267         that differ from gnulib for one reason or another; we'd like this list
58268         to be smaller but for now let's document what we have.
58269
58270 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58271
58272         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
58273         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
58274         and sweeter "eval x=$x".
58275         * config/srclist.txt: Get lib/argp* from glibc.
58276
58277 2003-07-07  Paul Eggert  <eggert@twinsun.com>
58278
58279         * lib/mktime.c: Fix some boundary cases and remove need for floating
58280         point.
58281
58282         Issue a compile-time diagnostic if time_t is floating point, or if
58283         two's complement arithmetic is not in effect, or if arithmetic
58284         right shift does not propagate the sign.  These assumptions were
58285         all in the original code but they weren't checked.
58286
58287         (TIME_T_MIDPOINT, verify): New macros.
58288         (__isleap): Remove; it has integer overflow problems.
58289         (leapyear): New function, without those problems.
58290         (ydhms_tm_diff): Remove; splitting into two parts.
58291         (ydhms_diff): New function, containing the arithmetic part of
58292         the old ydhms_tm_diff function.  Issue a compile-time
58293         diagnostic if we are not using C99 integer division.
58294         Avoid casts when possible.
58295         (guess_time_tm): New function, containing the checking part of
58296         the old ydhms_tm_diff function.  Return the new value, rather than
58297         the difference between it and the old.  Accept a new argument T
58298         so that *T specifies the old value.  Check for overflow in the result.
58299
58300         (__mktime_internal): Use a time_t offset, not a long int offset.
58301         This undoes the 2003-06-04 change, which is no longer needed now
58302         that we have better overflow checking.
58303         (localtime_offset): Likewise.
58304
58305         (__mktime_internal): Avoid harmful overflow on hosts where time_t
58306         and long are 64-bit but int is only 32-bit.
58307         (ydhms_diff): Use long int to store year1 and yday1.
58308         Issue a compile-time diagnostic if long int is not wide enough.
58309
58310         (__mktime_internal): Use long int to store adjusted year and yday.
58311         Use plain C rather than preprocessor commands, if that doesn't
58312         affect efficiency.
58313         Check for overflow (and try to repair) after each probe
58314         rather than checking only at the very end.  This avoids some bugs
58315         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
58316         does not equal GMT offset at maximum time).
58317         Use integer to check for overflow rather than floating point; this
58318         is more portable to non-IEEE hosts, and is a tad faster.
58319         When we detect that we are oscillating between two values,
58320         don't check whether tm_isdst has the requested value, since
58321         we already know the answer.  When tm_isdst has the wrong value,
58322         use a different heuristic to find the right one, based on the
58323         extreme values actually observed in practice in tz2003a,
58324         rather than the (overly optimistic) "previous 3 calendar quarters".
58325
58326         (not_equal_tm, print_tm, check_result): Use "const T" rather than
58327         "T const" to accommodate glibc style.
58328         (check_result): Use less-confusing report format.  "long" -> "long int.
58329         (main): Likewise.
58330         Don't loop if the iteration overflows time_t.
58331         Allow a negative step in the iteration.
58332
58333 2003-07-06  Karl Berry  <karl@gnu.org>
58334
58335         * config/depcomp: update from automake.
58336         * config/config.sub: update from prep.
58337
58338 2003-07-03  Karl Berry  <karl@gnu.org>
58339
58340         * config/config.guess: update from prep.
58341
58342 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58343
58344         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
58345         xreadlink.c now includes it unconditionally.
58346
58347 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58348
58349         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
58350         having it depend on HAVE_SYS_TYPES_H.
58351
58352 2003-07-01  Bruno Haible  <bruno@clisp.org>
58353
58354         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
58355         <sys/types.h> should be sufficient.
58356         Reported by Paul Eggert.
58357
58358 2003-06-26  Karl Berry  <karl@gnu.org>
58359
58360         * config/depcomp: update from automake.
58361
58362 2003-06-26  Bruno Haible  <bruno@clisp.org>
58363
58364         * modules/human: Depend on module stdbool.
58365
58366 2003-06-25  Bruno Haible  <bruno@clisp.org>
58367
58368         * modules/readlink: New file.
58369         * modules/xreadlink: Depend on it.
58370         * MODULES.html.sh (func_all_modules): Add readlink.
58371
58372 2003-06-25  Bruno Haible  <bruno@clisp.org>
58373
58374         * m4/readlink.m4: New file.
58375
58376 2003-06-25  Bruno Haible  <bruno@clisp.org>
58377
58378         * lib/readlink.c: New file.
58379
58380 2003-06-22  Karl Berry  <karl@gnu.org>
58381
58382         * config/srclist.txt: update mkinstalldirs from automake.
58383         * config/mkinstalldirs: update.
58384
58385 2003-06-22  Bruno Haible  <bruno@clisp.org>
58386
58387         Portability to mingw32.
58388         * m4/ssize_t.m4: New file, from GNU gettext.
58389         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
58390         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
58391
58392 2003-06-22  Bruno Haible  <bruno@clisp.org>
58393
58394         * modules/safe-read: Add m4/ssize_t.m4.
58395         * modules/xreadlink: Add m4/ssize_t.m4.
58396
58397 2003-06-20  Bruno Haible  <bruno@clisp.org>
58398
58399         Assume C89, so PARAMS isn't needed.
58400         * lib/unicodeio.h (PARAMS): Remove.
58401         * lib/unicodeio.c: Don't use PARAMS.
58402
58403 2003-06-18  Karl Berry  <karl@gnu.org>
58404
58405         * config/config.{guess,sub}: update from prep.
58406
58407 2003-06-18  Jim Meyering  <jim@meyering.net>
58408
58409         Merge changes from coreutils.
58410         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
58411         Remove explicit declarations of xmalloc and realloc.
58412         Include xalloc.h.
58413         (read_utmp): Remove anachronistic cast of xmalloc.
58414
58415 2003-06-17  Paul Eggert  <eggert@twinsun.com>
58416
58417         Assume C89, so PARAMS isn't needed.
58418         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
58419         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
58420         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
58421         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
58422         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
58423         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
58424         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
58425         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
58426         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
58427         lib/xstrtod.h, lib/xstrtol.h: Likewise.
58428         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
58429         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
58430         no longer needed. Anyway, config.h should always be included before any
58431         other file.
58432
58433 2003-06-11  Simon Josefsson  <jas@extundo.com>
58434
58435         * modules/sysexits: New file.
58436         * MODULES.html.sh (func_all_modules): Add sysexits.
58437
58438 2003-06-11  Simon Josefsson  <jas@extundo.com>
58439
58440         * lib/sysexit_.h: New file.
58441
58442 2003-06-11  Derek Price  <derek@ximbiot.com>
58443
58444         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
58445         necessary.
58446
58447 2003-06-11  Bruno Haible  <bruno@clisp.org>
58448
58449         * m4/sysexits.m4: New file.
58450
58451 2003-06-10  Simon Josefsson  <jas@extundo.com>
58452
58453         * lib/argp.h: New file, from glibc.
58454         * lib/argp-ba.c: New file, from glibc.
58455         * lib/argp-eexst.c: New file, from glibc.
58456         * lib/argp-fmtstream.c: New file, from glibc.
58457         * lib/argp-fmtstream.h: New file, from glibc.
58458         * lib/argp-fs-xinl.c: New file, from glibc.
58459         * lib/argp-help.c: New file, from glibc.
58460         * lib/argp-namefrob.h: New file, from glibc.
58461         * lib/argp-parse.c: New file, from glibc.
58462         * lib/argp-pv.c: New file, from glibc.
58463         * lib/argp-pvh.c: New file, from glibc.
58464         * lib/argp-xinl.c: New file, from glibc.
58465
58466 2003-06-10  Simon Josefsson  <jas@extundo.com>
58467
58468         * modules/strchrnul: New file.
58469
58470 2003-06-10  Simon Josefsson  <jas@extundo.com>
58471
58472         * modules/argp: New file.
58473
58474 2003-06-10  Simon Josefsson  <jas@extundo.com>
58475
58476         * m4/strchrnul.m4: New file.
58477
58478 2003-06-10  Simon Josefsson  <jas@extundo.com>
58479
58480         * lib/strchrnul.h: New file.
58481         * lib/strchrnul.c: New file.
58482
58483 2003-06-10  Bruno Haible  <bruno@clisp.org>
58484
58485         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
58486
58487 2003-06-07  Karl Berry  <karl@gnu.org>
58488
58489         * config/config.{guess,sub}: update from prep.
58490
58491 2003-06-07  Jim Meyering  <jim@meyering.net>
58492
58493         * modules/strtod: Use $(...) notation, not @...@ for
58494         AC_REPLACE'd variables.
58495         * modules/localcharset: Likewise.
58496
58497 2003-06-07  Jim Meyering  <jim@meyering.net>
58498
58499         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
58500         in place of my name in the copyright comment.
58501         Remove definition and uses of __P.
58502
58503         From coreutils.
58504         * lib/stat.c: Don't declare xmalloc explicitly.
58505         Instead, include "xalloc.h".
58506         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
58507         xrealloc, and xcalloc return values.
58508         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
58509         Improve comment.
58510         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
58511
58512 2003-06-07  Bruno Haible  <bruno@clisp.org>
58513
58514         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
58515         avoid AC_CONFIG_LINKS.
58516         * modules/fnmatch (Makefile.am): Use explicit creation rule for
58517         fnmatch.h, to avoid AC_CONFIG_LINKS.
58518         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
58519
58520 2003-06-07  Bruno Haible  <bruno@clisp.org>
58521
58522         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
58523         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
58524         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58525         directory.
58526         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
58527         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58528         directory.
58529
58530 2003-06-06  Jim Meyering  <jim@meyering.net>
58531
58532         Merge from coreutils.
58533         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
58534         Consolidate declarations and initializations of *_base* locals.
58535
58536         Merge from coreutils.
58537         This avoids a core dump on systems without GNU putenv,
58538         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
58539         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
58540         (unsetenv): New static function, from GNU libc.
58541         (rpl_putenv): Use it.
58542
58543         * lib/modechange.c: Remove trailing blanks.
58544
58545         Merge from coreutils.
58546         * lib/fsusage.c: Remove declaration of statfs.
58547         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
58548
58549         * lib/posixtm.c: Include <stdbool.h> unconditionally.
58550
58551 2003-06-06  Jim Meyering  <jim@meyering.net>
58552
58553         * lib/stdbool_.h: Renamed from stdbool.h.in.
58554
58555 2003-06-06  Jim Meyering  <jim@meyering.net>
58556             Bruno Haible  <bruno@clisp.org>
58557
58558         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
58559         Adjust Makefile.am snippet not to redirect directly to target.
58560         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
58561
58562 2003-06-05  Paul Eggert  <eggert@twinsun.com>
58563
58564         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
58565         mismatch, look in future quarters as well as past.  This fixes a
58566         bug when processing fall-backwards gaps immediately after a long
58567         period of daylight-saving time.
58568
58569         * lib/mktime.c: Assume freestanding C89 or better.
58570         (HAVE_LIMITS_H): Remove.  Assume it's 1.
58571         (__P): Remove; not used.
58572         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
58573         (mktime, not_equal_tm, print_tm, check_result,
58574         main): Use prototypes.  Use const * where appropriate.
58575         (main): Fix typo in testing code that uncovered by above changes.
58576         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
58577
58578 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58579
58580         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
58581         locale.h, localeconv.  This merges changes from coreutils.
58582
58583         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
58584         It can be removed after the next Autoconf is released.
58585         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
58586         needed.
58587
58588 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58589
58590         * lib/mktime.c: Fix Debian bug 177940
58591         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
58592         (localtime_offset): Now long int, not time_t, because we want it
58593         to be guaranteed to be signed.  All uses changed.
58594         (__mktime_internal): If overflow would occur when adding offset,
58595         don't add it.
58596
58597         Merge 'human' changes from coreutils.  Rewrite to support
58598         locale-specific notations like thousands separators.
58599         * lib/human.c: Simplify authorship notice.
58600         Include human.h immediately after config.h.
58601         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
58602         <limits.h>: Do not include, since human.h does.
58603         (SIZE_MAX, UINTMAX_MAX): New macros.
58604         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
58605         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
58606         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
58607         (power_letter): Renamed from suffixes.
58608         (generate_suffix_backwards): Remove.
58609         (adjust_value): Now takes int style (because of human.h changes)
58610         and long double value (for greater precision on some platforms).
58611         (group_number): New function.
58612         (human_readable): Use it.  Use integer options, not enum.
58613         Put the options before the sizes in the arg list.
58614         Support all the new options.
58615         The old human_readable function has been removed;
58616         use inttostr.h instead.
58617         (human_readable, default_block_size, humblock):
58618         Use uintmax_t, not int, for block sizes.
58619         (human_readable_inexact, block_size_types): Remove.
58620         (block_size_opts): New constant.
58621         (human_options): Renamed from human_block_size, with new signature
58622         that allows block sizes up to UINTMAX_MAX.  All callers changed.
58623         * lib/human.h: Add copyright and authorship notice.
58624         Include <limits.h> and <stdbool.h> unconditionally.
58625         (PARAMS): Remove.  All uses removed.
58626         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
58627         (enum human_inexact_style): Remove tag; now a nameless enum.
58628         (human_floor, human_ceiling, human_round_to_even): Now have
58629         values 2, 0, 1 rather than -1, 1, 0.
58630         (human_group_digits, human_suppress_point_zero, human_autoscale,
58631         human_base_1024, human_SI, human_B): New constants.
58632         (human_readable_inexact, human_block_size): Remove.
58633         (human_readable): Size args are now uintmax_t, not int.
58634         (human_options): New decl.
58635
58636         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
58637         unnecessary now that we assume C89 or better.  This change
58638         imported from coreutils.
58639
58640         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
58641         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
58642         in the 2003-05-30 sync from glibc.
58643
58644         .h files should stand alone, but we shouldn't include <sys/types.h>
58645         if we can get away with just <stddef.h>.
58646
58647         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
58648         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
58649         rather than <sys/types.h>, as we merely need size_t.
58650         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
58651         to get size_t.
58652         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
58653         Include <stdio.h>, to get FILE.
58654         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
58655         memcasecmp.h has included <stddef.h> and all we need is size_t.
58656         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
58657         our interface, instead of including <sys/types.h>
58658
58659 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58660
58661         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
58662         now, as glibc mktime is buggy on non-glibc systems.
58663
58664 2003-06-03  Karl Berry  <karl@gnu.org>
58665
58666         * config/config.sub: update from prep.
58667
58668 2003-06-02  Paul Eggert  <eggert@twinsun.com>
58669
58670         [from coreutils]
58671         Fix some minor time-related bugs with POSIX time arguments.
58672         Some valid time stamps were being rejected (notably -1, and
58673         time stamps before 1900 on 64-bit hosts).  And some invalid
58674         time stamps were being accepted, e.g. September 31.
58675
58676         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
58677         that we can return (time_t) -1 successfully.
58678         * lib/posixtm.c: Likewise.
58679         [HAVE_STDBOOL_H]: Include <stdbool.h>.
58680         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
58681         (t): Remove static var.
58682         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
58683         of static var.  All uses changed.
58684         (year): Do not reject years before 1900; they can occur with
58685         64-bit time_t.
58686         (posix_time_parse): Do not check for out-of-range components;
58687         that is now the caller's responsibility, since our checks were
58688         only approximations.
58689         (posixtime): Use mktime to check for out-of-range components,
58690         since it knows them exactly.
58691         If mktime returns (time_t) -1, check whether an error actually occurred
58692         by invoking localtime on -1.
58693         (main) [TEST_POSIXTIME]: Check for input data errors, and report
58694         posixtime failures better.
58695         Improve the test data (in comments only).
58696
58697 2003-06-02  Karl Berry  <karl@gnu.org>
58698
58699         * config/mkinstalldirs (version): new variable.
58700         (--version): new option.
58701         (usage): improve message.
58702
58703 2003-05-30  Karl Berry  <karl@gnu.org>
58704
58705         * lib/mktime.c: update from libc.
58706
58707 2003-05-30  Bruno Haible  <bruno@clisp.org>
58708
58709         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
58710         * config/config.rpath: Upgrade to gettext-0.12.1.
58711
58712 2003-05-30  Bruno Haible  <bruno@clisp.org>
58713
58714         * m4/gettext.m4: Upgrade to gettext-0.12.1.
58715         * m4/nls.m4: New file, from gettext-0.12.1.
58716         * m4/po.m4: New file, from gettext-0.12.1.
58717         * m4/progtest.m4: Upgrade to gettext-0.12.1.
58718
58719 2003-05-30  Bruno Haible  <bruno@clisp.org>
58720
58721         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
58722         * lib/localcharset.h: Likewise.
58723         * lib/localcharset.c: Likewise.
58724
58725 2003-05-29  Karl Berry  <karl@gnu.org>
58726
58727         * config/config.rpath: update from gettext.
58728
58729 2003-05-28  Paul Eggert  <eggert@twinsun.com>
58730
58731         Assume the headers required for C89 freestanding compilers.
58732         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
58733         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
58734         * m4/human.m4 (gl_HUMAN): Likewise.
58735         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
58736         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
58737         * m4/userspec.m4 (gl_USERSPEC): Likewise.
58738         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
58739         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
58740         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
58741
58742 2003-05-28  Paul Eggert  <eggert@twinsun.com>
58743
58744         Assume the headers required for C89 freestanding compilers.
58745         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
58746         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
58747         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
58748         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
58749         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
58750         define, since <limits.h> is guaranteed to do that.
58751         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
58752         * lib/exclude.c: Include <stdbool.h> unconditionally.
58753         * lib/tempname.c: Include <stddef.h> unconditionally.
58754         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
58755         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
58756         <stddef.h> does that.
58757         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
58758         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
58759         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
58760         needed.
58761         * lib/xstrtol.c: Likewise.
58762         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
58763         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
58764
58765         * lib/addext.c (addext): Use assignment rather than cast, to avoid
58766         warnings on some platforms.
58767
58768         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
58769         arbitrarily.
58770
58771 2003-05-26  Jim Meyering  <jim@meyering.net>
58772
58773         Merge in a change from coreutils:
58774         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
58775         that is guaranteed to be `no'.  Use `no_such_member' to indicate
58776         that condition, rather than `-1' which is slightly misleading.
58777         Change the name of the cache variable to have the gl_ prefix.
58778         Prompted by a patch from Richard Dawe for DJGPP.
58779
58780 2003-05-24  Karl Berry  <karl@gnu.org>
58781
58782         * config/config.guess: update from prep.
58783
58784 2003-05-22  Karl Berry  <karl@gnu.org>
58785
58786         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
58787
58788 2003-05-20  Karl Berry  <karl@gnu.org>
58789
58790         * config/config.guess: update from prep.
58791
58792 2003-05-18  Karl Berry  <karl@gnu.org>
58793
58794         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
58795         might actually be set by the user.
58796
58797         * config/depcomp, install-sh, mdate-sh: update from automake.
58798
58799 2003-05-17  Bruno Haible  <bruno@clisp.org>
58800
58801         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
58802         invalid expansion for AC_EGREP_CPP.
58803         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
58804         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
58805         Suggested by Akim Demaille <akim@epita.fr> in
58806         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
58807
58808 2003-05-12  Jim Meyering  <jim@meyering.net>
58809
58810         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
58811         the space-padded-by-default conversion specifiers, %e, %k, %l.
58812
58813 2003-05-12  Bruno Haible  <bruno@clisp.org>
58814
58815         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
58816         the string is longer than 4 KB.
58817
58818 2003-05-11  Karl Berry  <karl@gnu.org>
58819
58820         * config/config.{guess,sub}: update from prep.
58821
58822 2003-05-09  Bruno Haible  <bruno@clisp.org>
58823
58824         * modules/error: Add m4/strerror_r.m4 to file list.
58825
58826 2003-05-03  Bruno Haible  <bruno@clisp.org>
58827
58828         Upgrade to Unicode-4.0.
58829         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
58830         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
58831         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
58832         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
58833         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
58834         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
58835         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
58836         Change width of U+E0100..U+E01EF from 1 to 0.
58837
58838 2003-04-25  Jim Meyering  <jim@meyering.net>
58839
58840         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
58841         of type size_t, not int.
58842
58843 2003-04-25  Bruno Haible  <bruno@clisp.org>
58844
58845         * lib/copy-file.c: Include <stddef.h>, for size_t.
58846
58847 2003-04-21  Paul Eggert  <eggert@twinsun.com>
58848
58849         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
58850         code which expansion is under static control.  Patch imported from
58851         Akim Demaille's patch to Bison; see
58852         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
58853
58854 2003-04-14  Bruno Haible  <bruno@clisp.org>
58855
58856         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
58857
58858 2003-04-11  Jim Meyering  <jim@meyering.net>
58859
58860         Merge changes from Coreutils.
58861
58862         2003-03-22  Jim Meyering  <jim@meyering.net>
58863
58864         * lib/strftime.c (widen): Cast alloca return value to proper type.
58865
58866         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
58867
58868         From GNU libc.
58869         * lib/strftime.c (my_strftime): Handle very large width
58870         specifications for numeric values correctly.  Improve checks for
58871         overflow.
58872
58873         2003-01-19  Jim Meyering  <jim@meyering.net>
58874
58875         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
58876         definitions.
58877         (nl_get_alt_digit) [! defined my_strftime]: Define.
58878         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
58879         _nl_get_alt_digit and _nl_get_walt_digit.
58880
58881         * lib/strftime.c (my_strftime): Merge in locale-related changes from
58882         libc. These changes have no effect outside of _LIBC.
58883
58884 2003-04-10  Bruno Haible  <bruno@clisp.org>
58885
58886         * modules/findprog: New file.
58887         * MODULES.html.sh (func_all_modules): Add it.
58888
58889 2003-04-10  Bruno Haible  <bruno@clisp.org>
58890
58891         * m4/findprog.m4: New file.
58892         * m4/eaccess.m4: New file.
58893
58894 2003-04-10  Bruno Haible  <bruno@clisp.org>
58895
58896         * lib/findprog.h: New file, from GNU gettext.
58897         * lib/findprog.c: New file, from GNU gettext.
58898
58899 2003-04-05  Jim Meyering  <jim@meyering.net>
58900
58901         Merge changes from Coreutils.
58902
58903         * lib/exclude.h (PARAMS): Remove definition and uses.
58904         * lib/exclude.c: Remove uses of `PARAMS'.
58905
58906         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
58907         Add test-cases for DOS filenames. Declare program_name.
58908         (main): Set up program_name.  Patch by Rich Dawe.
58909
58910         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
58911         error from mntctl.
58912         Use mntctl's return value to drive the entry-processing loop, since
58913         we can't rely on the value of the vmt_length member in the last
58914         entry.  On some systems doing so could result in exhausting
58915         virtual memory.  Based in part on a patch from Mike Jetzer.
58916
58917 2003-04-04  Bruno Haible  <bruno@clisp.org>
58918
58919         * modules/linebreak: New file.
58920         * MODULES.html.sh (func_all_modules): Add it.
58921
58922 2003-04-04  Bruno Haible  <bruno@clisp.org>
58923
58924         * m4/linebreak.m4: New file.
58925
58926 2003-04-04  Bruno Haible  <bruno@clisp.org>
58927
58928         * lib/linebreak.h: New file, from GNU gettext.
58929         * lib/linebreak.c: New file, from GNU gettext with slight
58930         modifications.
58931         * lib/lbrkprop.h: New file, from GNU gettext.
58932
58933 2003-04-03  Bruno Haible  <bruno@clisp.org>
58934
58935         * modules/utf8-ucs4: New file.
58936         * modules/utf16-ucs4: New file.
58937         * modules/ucs4-utf8: New file.
58938         * modules/ucs4-utf16: New file.
58939         * MODULES.html.sh (func_all_modules): Add them.
58940
58941 2003-04-03  Bruno Haible  <bruno@clisp.org>
58942
58943         * m4/utf-ucs4.m4: New file.
58944         * m4/ucs4-utf.m4: New file.
58945
58946 2003-04-03  Bruno Haible  <bruno@clisp.org>
58947
58948         * lib/utf8-ucs4.h: New file, from GNU gettext.
58949         * lib/utf16-ucs4.h: New file, from GNU gettext.
58950         * lib/ucs4-utf8.h: New file, from GNU gettext.
58951         * lib/ucs4-utf16.h: New file, from GNU gettext.
58952
58953 2003-04-02  Bruno Haible  <bruno@clisp.org>
58954
58955         * modules/binary-io: New file.
58956         * MODULES.html.sh (func_all_modules): Add it.
58957
58958 2003-04-02  Bruno Haible  <bruno@clisp.org>
58959
58960         * lib/binary-io.h: New file, from GNU gettext.
58961
58962 2003-04-01  Bruno Haible  <bruno@clisp.org>
58963
58964         * modules/pathname: New file.
58965         * MODULES.html.sh (func_all_modules): Add it.
58966
58967 2003-04-01  Bruno Haible  <bruno@clisp.org>
58968
58969         * lib/pathname.h: New file, from GNU gettext.
58970         * lib/concatpath.c: New file, from GNU gettext.
58971
58972 2003-03-30  Bruno Haible  <bruno@clisp.org>
58973
58974         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
58975
58976 2003-03-30  Bruno Haible  <bruno@clisp.org>
58977
58978         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
58979         function chown() doesn't exist.
58980
58981 2003-03-28  Bruno Haible  <bruno@clisp.org>
58982
58983         * modules/copy-file: New file.
58984         * MODULES.html.sh (func_all_modules): Add it.
58985
58986 2003-03-28  Bruno Haible  <bruno@clisp.org>
58987
58988         * m4/copy-file.m4: New file.
58989
58990 2003-03-28  Bruno Haible  <bruno@clisp.org>
58991
58992         * lib/copy-file.h: New file, from GNU gettext.
58993         * lib/copy-file.c: New file, from GNU gettext.
58994
58995 2003-03-18  Jim Meyering  <jim@meyering.net>
58996
58997         * lib/quote.c (quote_n): Fix typo in comment.
58998
58999 2003-03-18  Bruno Haible  <bruno@clisp.org>
59000
59001         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
59002         checking.
59003         * m4/onceonly_2_57.m4: Likewise.
59004
59005 2003-03-17  Bruno Haible  <bruno@clisp.org>
59006
59007         * m4/onceonly.m4: Require autoconf 2.54 or newer.
59008         (m4_quote): Remove macro.
59009         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
59010
59011 2003-03-14  Jim Meyering  <jim@meyering.net>
59012
59013         Merge changes from Coreutils.
59014         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
59015         to be const, in order to avoid warnings.
59016         (obstack_room): Likewise.
59017         (obstack_empty_p): Likewise.
59018
59019 2003-03-14  Bruno Haible  <bruno@clisp.org>
59020
59021         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
59022         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
59023
59024 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59025
59026         Merge changes from Bison.
59027         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
59028         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
59029         when compiling Bison 1.875's `bitset bset = obstack_alloc
59030         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
59031         * lib/hash.c: Include <stdbool.h> unconditionally.
59032
59033 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59034
59035         * m4/onceonly.m4 (m4_quote): New macro.
59036         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
59037         Quote AC_FOREACH variable-expansions properly.
59038
59039 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59040
59041         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
59042
59043 2003-03-09  Paul Eggert  <eggert@twinsun.com>
59044
59045         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
59046         Reported by Bruce Becker; see:
59047         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
59048
59049 2003-03-03  Paul Eggert  <eggert@twinsun.com>
59050             Bruno Haible  <bruno@clisp.org>
59051
59052         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
59053         Reported by John Hughes, see
59054         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
59055
59056 2003-02-20  Bruno Haible  <bruno@clisp.org>
59057
59058         * MODULES.html.sh (func_all_modules): Add poll.
59059
59060 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59061
59062         * modules/poll: New file.
59063
59064 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59065
59066         * lib/poll_.h: New file.
59067         * lib/poll.c: New file.
59068
59069 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59070
59071         * m4/poll.m4: New file.
59072
59073 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59074
59075         * modules/mathl: New file.
59076
59077 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59078
59079         * lib/mathl.h: New file.
59080         * lib/acosl.c: New file.
59081         * lib/asinl.c: New file.
59082         * lib/atanl.c: New file.
59083         * lib/ceill.c: New file.
59084         * lib/cosl.c: New file.
59085         * lib/expl.c: New file.
59086         * lib/floorl.c: New file.
59087         * lib/frexpl.c: New file.
59088         * lib/ldexpl.c: New file.
59089         * lib/logl.c: New file.
59090         * lib/sincosl.c: New file.
59091         * lib/sinl.c: New file.
59092         * lib/sqrtl.c: New file.
59093         * lib/tanl.c: New file.
59094         * lib/trigl.c: New file.
59095         * lib/trigl.h: New file.
59096
59097 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59098
59099         * m4/mathl.m4: New file.
59100
59101 2003-02-18  Bruno Haible  <bruno@clisp.org>
59102
59103         * MODULES.html.sh (func_all_modules): Add mathl.
59104
59105 2003-02-17  Bruno Haible  <bruno@clisp.org>
59106
59107         * modules/mkdtemp: New module.
59108         * MODULES.html.sh (func_all_modules): Add it.
59109
59110 2003-02-17  Bruno Haible  <bruno@clisp.org>
59111
59112         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
59113
59114 2003-02-17  Bruno Haible  <bruno@clisp.org>
59115
59116         * lib/mkdtemp.h: New file, from GNU gettext.
59117         * lib/mkdtemp.c: New file, from GNU gettext.
59118
59119 2003-02-02  Jim Meyering  <jim@meyering.net>
59120
59121         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
59122         e.g. glibc-2.2.93.
59123
59124 2003-01-31  Bruno Haible  <bruno@clisp.org>
59125
59126         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
59127         'rpl_rename'.
59128         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
59129         'rpl_strnlen'.
59130         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
59131         'rpl_strtod'.
59132         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
59133         'rpl_utime'.
59134
59135 2003-01-31  Bruno Haible  <bruno@clisp.org>
59136
59137         * lib/rename.c: #undef rename before defining rpl_rename.
59138         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
59139
59140 2003-01-30  Bruno Haible  <bruno@clisp.org>
59141
59142         * modules/vasnprintf, modules/vasprintf: New modules.
59143         * MODULES.html.sh (func_all_modules): Add them.
59144
59145 2003-01-30  Bruno Haible  <bruno@clisp.org>
59146
59147         * m4/signed.m4: New file, from GNU gettext.
59148         * m4/longdouble.m4: New file, from GNU gettext.
59149         * m4/wchar_t.m4: New file, from GNU gettext.
59150         * m4/wint_t.m4: New file, from GNU gettext.
59151         * m4/vasnprintf.m4: New file.
59152         * m4/vasprintf.m4: New file.
59153
59154 2003-01-30  Bruno Haible  <bruno@clisp.org>
59155
59156         * lib/printf-args.h: New file, from GNU gettext.
59157         * lib/printf-args.c: New file, from GNU gettext.
59158         * lib/printf-parse.h: New file, from GNU gettext.
59159         * lib/printf-parse.c: New file, from GNU gettext.
59160         * lib/vasnprintf.h: New file, from GNU gettext.
59161         * lib/vasnprintf.c: New file, from GNU gettext.
59162         * lib/asnprintf.c: New file, from GNU gettext.
59163         * lib/vasprintf.h: New file, from GNU gettext with modifications.
59164         * lib/vasprintf.c: New file, from GNU gettext.
59165         * lib/asprintf.c: New file, from GNU gettext.
59166
59167 2003-01-29  Bruno Haible  <bruno@clisp.org>
59168
59169         * modules/stpncpy: New module.
59170         * MODULES.html.sh (func_all_modules): Add it.
59171
59172 2003-01-29  Bruno Haible  <bruno@clisp.org>
59173
59174         * m4/stpncpy.m4: New file.
59175
59176 2003-01-29  Bruno Haible  <bruno@clisp.org>
59177
59178         * lib/stpncpy.h: New file, from GNU gettext with modifications.
59179         * lib/stpncpy.c: New file, from GNU gettext with modifications.
59180
59181 2003-01-28  Bruno Haible  <bruno@clisp.org>
59182
59183         * modules/c-ctype: New module.
59184         * MODULES.html.sh (func_all_modules): Add it.
59185
59186 2003-01-28  Bruno Haible  <bruno@clisp.org>
59187
59188         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
59189         Paul Eggert.
59190         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
59191         Paul Eggert.
59192
59193 2003-01-27  Bruno Haible  <bruno@clisp.org>
59194
59195         * modules/xsetenv: New module.
59196         * MODULES.html.sh (func_all_modules): Add it.
59197
59198 2003-01-27  Bruno Haible  <bruno@clisp.org>
59199
59200         * lib/xsetenv.h: New file, from GNU gettext.
59201         * lib/xsetenv.c: New file, from GNU gettext.
59202
59203 2003-01-23  Jim Meyering  <jim@meyering.net>
59204
59205         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
59206         from working on systems without dirfd (at least Irix and OSF1/Tru64).
59207
59208 2003-01-23  Bruno Haible  <bruno@clisp.org>
59209
59210         * modules/minmax: New module.
59211         * MODULES.html.sh (func_all_modules): Add it.
59212
59213 2003-01-23  Bruno Haible  <bruno@clisp.org>
59214
59215         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
59216         Eggert.
59217
59218 2003-01-22  Bruno Haible  <bruno@clisp.org>
59219
59220         * modules/exit: New module.
59221         * MODULES.html.sh (func_all_modules): Add it.
59222
59223 2003-01-22  Bruno Haible  <bruno@clisp.org>
59224
59225         * lib/exit.h: New file, from GNU gettext.
59226
59227 2003-01-19  Bruno Haible  <bruno@clisp.org>
59228
59229         * gnulib-tool: Recognize option --extract-maintainer.
59230         (func_get_maintainer): New function.
59231         * modules/*: Add Maintainer entry.
59232
59233 2003-01-16  Jim Meyering  <jim@meyering.net>
59234
59235         * m4/regex.m4: The `regex' struct is both input and output.
59236         Initialize it before each use.  Patch by Tim Waugh.
59237
59238 2003-01-16  Bruno Haible  <bruno@clisp.org>
59239
59240         * MODULES.html.sh: Add a table of contents. Add the module name as
59241         leftmost column. Add hyperlinks.
59242
59243 2003-01-15  Bruno Haible  <bruno@clisp.org>
59244
59245         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
59246
59247 2003-01-15  Bruno Haible  <bruno@clisp.org>
59248
59249         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
59250         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
59251         suffix.
59252
59253 2003-01-15  Bruno Haible  <bruno@clisp.org>
59254
59255         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
59256
59257 2003-01-15  Bruno Haible  <bruno@clisp.org>
59258
59259         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
59260         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
59261
59262 2003-01-14  Jim Meyering  <jim@meyering.net>
59263
59264         * lib/same.c (same_name): Tweak a comment.
59265
59266 2003-01-14  Bruno Haible  <bruno@clisp.org>
59267
59268         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
59269         when a string comparison is sufficient.
59270
59271 2003-01-14  Bruno Haible  <bruno@clisp.org>
59272
59273         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
59274         'unsigned int'.
59275
59276 2003-01-14  Bruno Haible  <bruno@clisp.org>
59277
59278         * lib/hash-pjw.c: Add comment about low quality of this function.
59279
59280 2003-01-13  Bruno Haible  <bruno@clisp.org>
59281
59282         * modules/stpcpy: Distribute lib/stpcpy.h.
59283         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
59284
59285 2003-01-13  Bruno Haible  <bruno@clisp.org>
59286
59287         * modules/*: Add a description.
59288         * modules/strpbrk: Fix Makefile.am snippet.
59289         * modules/strtoimax: Fix dependencies.
59290         * modules/strtoumax: Likewise.
59291
59292 2003-01-13  Bruno Haible  <bruno@clisp.org>
59293
59294         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
59295         * modules/alloca (Makefile.am): All object files depend on alloca.h.
59296         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
59297
59298 2003-01-13  Bruno Haible  <bruno@clisp.org>
59299
59300         * gnulib-tool (func_create_testdir): Store config/* files in the main
59301         directory.
59302         * config.rpath: Move to ...
59303         * config/config.rpath: ... here.
59304         * modules/gettext: Contains config/config.rpath, not config.rpath.
59305         * modules/iconv: Likewise.
59306
59307 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59308
59309         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59310         to avoid collisions with libcurses and libreadline.
59311
59312         * m4/getstr.m4: Remove.
59313         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
59314
59315 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59316
59317         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59318         to avoid collisions with libcurses and libreadline.
59319
59320         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
59321         * lib/getstr.h, getstr.c: Remove.
59322         * lib/getline.c: Include "getline.h", to check interface.
59323         Move body of old getstr.c here: this defines MIN_CHUNK and
59324         declares getdelim2, which is renamed from getstr.
59325         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
59326
59327         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
59328         All uses changed.
59329         * lib/linebuffer.h: Likewise.
59330         (readline): Remove backward-compatibility macro.
59331
59332 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59333
59334         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59335         to avoid collisions with libcurses and libreadline.
59336         * getstr: Remove.
59337         * MODULES.html.sh: Remove getstr.
59338         * modules/getline: Depend on unlocked-io, not getstr.
59339
59340 2003-01-12  Jim Meyering  <jim@meyering.net>
59341
59342         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
59343
59344 2003-01-10  Bruno Haible  <bruno@clisp.org>
59345
59346         * modules/alloca: Change Makefile.am requirements. Simplify Include
59347         requirements. Add lib/alloca_.h to file list.
59348
59349 2003-01-10  Bruno Haible  <bruno@clisp.org>
59350
59351         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
59352
59353 2003-01-10  Bruno Haible  <bruno@clisp.org>
59354
59355         * lib/alloca_.h: New file.
59356         * lib/getdate.y: Unconditionally include alloca.h.
59357         * lib/makepath.c: Likewise.
59358         * lib/setenv.c: Likewise.
59359         * lib/userspec.c: Likewise.
59360
59361 2003-01-09  Karl Berry  <karl@gnu.org>
59362
59363         * MODULES.html.sh: include `dirname $0` in PATH, to find
59364         gnulib-tool.
59365
59366 2003-01-09  Bruno Haible  <bruno@clisp.org>
59367
59368         * modules/stdbool: Change configure.ac, Makefile.am requirements.
59369         Simplify Include requirements. Add lib/stdbool.h.in to file list.
59370
59371 2003-01-09  Bruno Haible  <bruno@clisp.org>
59372
59373         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
59374
59375 2003-01-09  Bruno Haible  <bruno@clisp.org>
59376
59377         * lib/stdbool.h.in: New file.
59378
59379 2003-01-09  Bruno Haible  <bruno@clisp.org>
59380
59381         * gnulib-tool (func_all_modules): Ignore files ending in ~.
59382         * MODULES.html.sh: Likewise.
59383
59384 2003-01-08  Jim Meyering  <jim@meyering.net>
59385
59386         * lib/full-write.c: Undefine and define-away `const' after inclusion
59387         of errno.h, not before.  Suggestion from Bruno Haible.
59388
59389 2003-01-08  Bruno Haible  <bruno@clisp.org>
59390
59391         * modules/full-read: Depend on full-write.
59392
59393 2003-01-08  Bruno Haible  <bruno@clisp.org>
59394
59395         * lib/safe-read.c: Include specification header first, to ensure its
59396         selfcontainedness.
59397         * lib/full-write.c: Likewise.
59398
59399 2003-01-07  Jim Meyering  <jim@meyering.net>
59400
59401         * lib/full-write.c: Rework so that it may serve to define full_read,
59402         too.
59403         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
59404
59405 2003-01-07  Bruno Haible  <bruno@clisp.org>
59406
59407         * lib/strtoimax.c: Include <stdint.h> as an alternative to
59408         <inttypes.h>.
59409         * lib/xstrtol.h: Likewise.
59410         * lib/xstrtoimax.c: Likewise.
59411         * lib/xstrtoumax.c: Likewise.
59412         * lib/human.h: Likewise.
59413
59414         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
59415         on systems that have <inttypes.h> but not <stdint.h>.
59416
59417 2003-01-07  Bruno Haible  <bruno@clisp.org>
59418
59419         * MODULES.html.sh: Add copyright notice.
59420         (missed_files): Omit CVS directory entries.
59421         (func_module): Make it work with sed-3.02.
59422         * MODULES.txt: Remove file.
59423
59424 2003-01-06  Jim Meyering  <jim@meyering.net>
59425
59426         * lib/version-etc.c: Update year in translatable copyright string.
59427
59428 2003-01-03  Karl Berry  <karl@gnu.org>
59429
59430         * config/config.{guess,sub}: update from prep.
59431
59432 2003-01-02  Karl Berry  <karl@gnu.org>
59433
59434         * doc/COPYING.DOC: belatedly updated to 1.2.
59435
59436 2003-01-01  Karl Berry  <karl@gnu.org>
59437
59438         * gnulib-tool (func_verify_module): report module name $module in
59439         error message, not $1.
59440         * gnulib-tool (create-testdir): don't complain if destdir couldn't
59441         be created, only if it doesn't exist.
59442         * gnulib-tool (last_checkin_date): don't expand the $Date here.
59443
59444 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59445
59446         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
59447
59448 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59449
59450         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
59451         memcmp if strcoll doesn't work.
59452
59453 2002-12-31  Bruno Haible  <bruno@clisp.org>
59454
59455         * lib/utime.c (utime_null): No need to call ftruncate if the file was
59456         nonempty.
59457
59458 2002-12-31  Bruno Haible  <bruno@clisp.org>
59459
59460         * lib/memcoll.c (STRCOLL): New macro.
59461         (memcoll): Use it.
59462
59463 2002-12-31  Bruno Haible  <bruno@clisp.org>
59464
59465         * lib/localcharset.h: New file.
59466         * lib/localcharset.c: Include it.
59467         * lib/unicodeio.c: Likewise.
59468
59469 2002-12-31  Bruno Haible  <bruno@clisp.org>
59470
59471         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
59472         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
59473
59474 2002-12-31  Bruno Haible  <bruno@clisp.org>
59475
59476         * lib/getline.h: Include <stddef.h>, for size_t.
59477
59478         * lib/unicodeio.h: Include <stddef.h>, for size_t.
59479         * lib/unicodeio.c: Don't include <stddef.h>.
59480
59481 2002-12-31  Bruno Haible  <bruno@clisp.org>
59482
59483         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
59484         HAVE_TM_ZONE.
59485
59486 2002-12-24  Karl Berry  <karl@gnu.org>
59487
59488         * config/config.guess: update from prep.
59489
59490 2002-12-24  Bruno Haible  <bruno@clisp.org>
59491
59492         General infrasructure.
59493         * m4/README: Rewritten.
59494         * m4/onceonly.m4: New file.
59495         * m4/onceonly_2_57.m4: New file.
59496
59497         Module atexit.
59498         * m4/atexit.m4: New file.
59499
59500         Module strtod.
59501         * m4/strtod.m4: New file.
59502
59503         Module strtol.
59504         * m4/strtol.m4: New file.
59505
59506         Module strtoul.
59507         * m4/strtoul.m4: New file.
59508
59509         Module memchr.
59510         * m4/memchr.m4: New file.
59511
59512         Module memcmp.
59513         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
59514         (jm_FUNC_MEMCMP): Invoke it.
59515
59516         Module memcpy.
59517         * m4/memcpy.m4: New file.
59518
59519         Module memmove.
59520         * m4/memmove.m4: New file.
59521
59522         Module memset.
59523         * m4/memset.m4: New file.
59524
59525         Module strcspn.
59526         * m4/strcspn.m4: New file.
59527
59528         Module strpbrk.
59529         * m4/strpbrk.m4: New file.
59530
59531         Module strstr.
59532         * m4/strstr.m4: New file.
59533
59534         Module strerror.
59535         * m4/strerror.m4: New file.
59536
59537         Module mktime.
59538         * m4/mktime.m4: Renamed from jm-mktime.m4.
59539         (gl_PREREQ_MKTIME): New macro.
59540         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
59541
59542         Module malloc.
59543         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
59544         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
59545         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
59546
59547         Module realloc.
59548         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
59549         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
59550         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
59551
59552         Module strftime.
59553         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
59554         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
59555         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
59556         gl_TM_GMTOFF.
59557         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
59558
59559         Module xalloc.
59560         * m4/xalloc.m4: New file.
59561
59562         Module alloca.
59563         * m4/alloca.m4: New file.
59564
59565         Module putenv.
59566         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
59567         (jm_FUNC_PUTENV): Invoke it.
59568
59569         Module setenv.
59570         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
59571         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
59572         when invoked twice.
59573         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
59574         gt_FUNC_SETENV.
59575
59576         Module memrchr.
59577         * m4/memrchr.m4: New file.
59578
59579         Module stpcpy.
59580         * m4/stpcpy.m4: New file.
59581
59582         Module strcase.
59583         * m4/strcase.m4: New file.
59584
59585         Module strdup.
59586         * m4/strdup.m4: New file.
59587
59588         Module strnlen.
59589         * m4/strnlen.m4: New file.
59590
59591         Module strndup.
59592         * m4/strndup.m4: New file.
59593
59594         Module xstrtod.
59595         * m4/xstrtod.m4: New file.
59596
59597         Module xstrtol.
59598         * m4/xstrtol.m4: New file.
59599
59600         Module getdate.
59601         * m4/getdate.m4: New file.
59602
59603         Module unlocked-io.
59604         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
59605         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
59606         * m4/jm-glibc-io.m4n: Remove file.
59607
59608         Module long-options.
59609         * m4/long-options.m4: New file.
59610
59611         Module md5.
59612         * m4/md5.m4: New file.
59613
59614         Module sha.
59615         * m4/sha.m4: New file.
59616
59617         Module getstr.
59618         * m4/getstr.m4: New file.
59619
59620         Module getline.
59621         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
59622         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
59623         <sys/types.h>, for size_t. Use the function name gnu_getline, not
59624         simply getline. Infoke gl_PREREQ_GETLINE.
59625
59626         Module obstack.
59627         * m4/obstack.m4: New file.
59628
59629         Module hash.
59630         * m4/hash.m4: New file.
59631
59632         Module readtokens.
59633         * m4/readtokens.m4: New file.
59634
59635         Module strverscmp.
59636         * m4/strverscmp.m4: New file.
59637
59638         Module stdbool.
59639         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
59640         OSF/1.
59641
59642         Module strtoll.
59643         * m4/strtoll.m4: New file.
59644
59645         Module strtoull.
59646         * m4/strtoull.m4: New file.
59647
59648         Module strtoimax.
59649         * m4/strtoimax.m4: New file.
59650
59651         Module strtoumax.
59652         * m4/strtoumax.m4: New file.
59653
59654         Module xstrtoimax.
59655         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
59656         jm_AC_PREREQ_XSTRTOIMAX.
59657         Moved the strtol prerequisites to strtol.m4.
59658         Moved the strtoll prerequisites to strtoll.m4.
59659         Moved the strtoimax prerequisites to strtoimax.m4.
59660
59661         Module xstrtoumax.
59662         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
59663         jm_AC_PREREQ_XSTRTOUMAX.
59664         Moved the strtoul prerequisites to strtoul.m4.
59665         Moved the strtoull prerequisites to strtoull.m4.
59666         Moved the strtoumax prerequisites to strtoumax.m4.
59667
59668         Module chown.
59669         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
59670         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
59671
59672         Module dup2.
59673         * m4/dup2.m4: New file.
59674
59675         Module ftruncate.
59676         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
59677         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
59678
59679         Module getgroups.
59680         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
59681         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
59682
59683         Module gettimeofday.
59684         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
59685         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
59686         gl_PREREQ_GETTIMEOFDAY.
59687
59688         Module mkdir.
59689         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
59690         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
59691
59692         Module mkstemp.
59693         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
59694         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
59695         jm_AC_TYPE_UINTMAX_T.
59696         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
59697
59698         Module stat.
59699         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
59700         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
59701
59702         Module lstat.
59703         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
59704         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
59705
59706         Module timespec.
59707         * m4/timespec.m4 (gl_TIMESPEC): New macro.
59708         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
59709         * m4/st_mtim.m4: Indentation.
59710
59711         Module nanosleep.
59712         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
59713         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
59714         gl_PREREQ_NANOSLEEP.
59715
59716         Module regex.
59717         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
59718         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
59719         (gl_REGEX): New macro.
59720
59721         Module rename.
59722         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
59723         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
59724
59725         Module rmdir.
59726         * m4/rmdir.m4: New file.
59727
59728         Module utime.
59729         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
59730         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
59731         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
59732
59733         Module dirname.
59734         * m4/dirname.m4: New file.
59735
59736         Module getopt.
59737         * m4/getopt.m4: New file.
59738
59739         Module unistd-safer.
59740         * m4/unistd-safer.m4: New file.
59741
59742         Module fnmatch.
59743         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
59744         declaration.
59745         (gl_PREREQ_FNMATCH_EXTRA): New macro.
59746         (gl_FUNC_FNMATCH_POSIX): New macro.
59747         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
59748         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
59749         simply fnmatch.
59750
59751         Module exclude.
59752         * m4/exclude.m4: New file.
59753
59754         Module human.
59755         * m4/human.m4: New file.
59756
59757         Module acl.
59758         * m4/acl.m4: Nop.
59759
59760         Module backupfile.
59761         * m4/backupfile.m4: New file.
59762         * m4/d-ino.m4: Indentation.
59763
59764         Module fsusage.
59765         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
59766         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
59767         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
59768
59769         Module dirfd.
59770         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
59771         requirements.
59772
59773         Module euidaccess.
59774         * m4/euidaccess.m4: New file.
59775
59776         Module file-type.
59777         * m4/file-type.m4: New file.
59778
59779         Module fileblocks.
59780         * m4/fileblocks.m4: New file.
59781
59782         Module filemode.
59783         * m4/filemode.m4: New file.
59784
59785         Module isdir.
59786         * m4/isdir.m4: New file.
59787
59788         Module lchown.
59789         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
59790         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
59791
59792         Module makepath.
59793         * m4/makepath.m4: New file.
59794
59795         Module modechange.
59796         * m4/modechange.m4: New file.
59797
59798         Module mountlist.
59799         * m4/mountlist.m4: New file.
59800         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
59801         Indentation.
59802
59803         Module path-concat.
59804         * m4/path-concat.m4: New file.
59805
59806         Module pathmax.
59807         * m4/pathmax.m4: New file.
59808
59809         Module same.
59810         * m4/same.m4: New file.
59811
59812         Module save-cwd.
59813         * m4/save-cwd.m4: New file.
59814
59815         Module savedir.
59816         * m4/savedir.m4: New file.
59817
59818         Module xgetcwd.
59819         * m4/xgetcwd.m4: New file.
59820         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
59821
59822         Module xreadlink.
59823         * m4/xreadlink.m4: New file.
59824
59825         Module safe-read.
59826         * m4/safe-read.m4: New file.
59827
59828         Module safe-write.
59829         * m4/safe-write.m4: New file.
59830
59831         Module closeout.
59832         * m4/closeout.m4: New file.
59833
59834         Module stdio-safer.
59835         * m4/stdio-safer.m4: New file.
59836
59837         Module getpass.
59838         * m4/getpass.m4: New file.
59839
59840         Module getugroups.
59841         * m4/getugroups.m4: New file.
59842
59843         Module group-member.
59844         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
59845         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
59846
59847         Module idcache.
59848         * m4/idcache.m4: New file.
59849
59850         Module userspec.
59851         * m4/userspec.m4: New file.
59852
59853         Module gettime.
59854         * m4/clock_time.m4: New file.
59855         * m4/gettime.m4: New file.
59856
59857         Module settime.
59858         * m4/settime.m4: New file.
59859
59860         Module posixtm.
59861         * m4/posixtm.m4: New file.
59862
59863         Module gethostname.
59864         * m4/gethostname.m4: New file.
59865
59866         Module canon-host.
59867         * m4/canon-host.m4: New file.
59868
59869         Module gettext.
59870         * m4/codeset.m4: New file, from gettext-0.11.5.
59871         * m4/gettext.m4: New file, from gettext-0.11.5.
59872         * m4/glibc21.m4: New file, from gettext-0.11.5.
59873         * m4/iconv.m4: New file, from gettext-0.11.5.
59874         * m4/intdiv0.m4: New file, from gettext-0.11.5.
59875         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
59876         * m4/inttypes.m4: New file, from gettext-0.11.5.
59877         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
59878         * m4/isc-posix.m4: New file, from gettext-0.11.5.
59879         * m4/lcmessage.m4: New file, from gettext-0.11.5.
59880         * m4/lib-ld.m4: New file, from gettext-0.11.5.
59881         * m4/lib-link.m4: New file, from gettext-0.11.5.
59882         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
59883         * m4/progtest.m4: New file, from gettext-0.11.5.
59884         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
59885         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
59886         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
59887
59888         Module localcharset.
59889         * m4/localcharset.m4: New file.
59890
59891         Module hard-locale.
59892         * m4/hard-locale.m4: New file.
59893
59894         Module mbswidth.
59895         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
59896         onceonly macros.
59897         * m4/mbrtowc.m4: Add comment.
59898
59899         Module memcasecmp.
59900         * m4/memcasecmp.m4: New file.
59901
59902         Module memcoll.
59903         * m4/memcoll.m4: New file.
59904
59905         Module unicodeio.
59906         * m4/unicodeio.m4: New file.
59907
59908         Module rpmatch.
59909         * m4/rpmatch.m4: New file.
59910
59911         Module yesno.
59912         * m4/yesno.m4: New file.
59913
59914         Module exitfail.
59915         * m4/exitfail.m4: New file.
59916
59917         Module c-stack.
59918         * m4/c-stack.m4 (gl_C_STACK): New macro.
59919         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
59920
59921         Module error.
59922         * m4/error.m4 (gl_ERROR): New macro.
59923         (jm_PREREQ_ERROR): Use onceonly macros.
59924
59925         Module fatal.
59926         * m4/fatal.m4: New file.
59927
59928         Module getloadavg.
59929         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
59930         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
59931
59932         Module getpagesize.
59933         * m4/getpagesize.m4: New file.
59934
59935         Module getusershell.
59936         * m4/getusershell.m4: New file.
59937
59938         Module physmem.
59939         * m4/physmem.m4: New file.
59940
59941         Module posixver.
59942         * m4/posixver.m4: New file.
59943
59944         Module quotearg.
59945         * m4/quotearg.m4: New file.
59946
59947         Module quote.
59948         * m4/quote.m4: New file.
59949
59950         Module readutmp.
59951         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
59952
59953         Module sig2str.
59954         * m4/sig2str.m4: New file.
59955
59956         Other.
59957         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
59958         ulonglong.m4.
59959         * m4/intmax_t.m4: New file.
59960         * m4/d-type.m4: Indentation.
59961         * m4/jm-macros.m4: Update.
59962         * m4/prereq.m4 (jm_PREREQ): Update.
59963         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
59964         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
59965         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
59966         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
59967         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
59968         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
59969         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
59970         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
59971         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
59972         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
59973         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
59974         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
59975         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
59976         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
59977         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
59978         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
59979         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
59980         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
59981         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
59982
59983 2002-12-24  Bruno Haible  <bruno@clisp.org>
59984
59985         * MODULES.txt: Update according to m4/ changes.
59986
59987         Module gettext.
59988         * config.rpath: New file, from gettext-0.11.5.
59989
59990         * modules/*: New module descriptions.
59991         * gnulib-tool: New file.
59992         * MODULES.html.sh: New file.
59993
59994 2002-12-21  Karl Berry  <karl@gnu.org>
59995
59996         * doc/fdl.texi: update to version 1.2.
59997
59998 2002-12-19  Karl Berry  <karl@gnu.org>
59999
60000         * config/config.guess: update from prep.
60001
60002 2002-12-18  Bruno Haible  <bruno@clisp.org>
60003
60004         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
60005         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
60006
60007 2002-12-17  Bruno Haible  <bruno@clisp.org>
60008
60009         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
60010         stdlib.h, string.h.
60011
60012 2002-12-17  Bruno Haible  <bruno@clisp.org>
60013
60014         * lib/canon-host.c (strdup): Remove unused declaration.
60015
60016         * lib/fsusage.c: Include full_read.h.
60017         (get_fs_usage): Use full_read instead of safe_read.
60018
60019         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
60020
60021 2002-12-12  Karl Berry  <karl@gnu.org>
60022
60023         * config/config.guess: update from prep.
60024
60025 2002-12-11  Bruno Haible  <bruno@clisp.org>
60026
60027         * m4/setenv.m4: New file, from gettext-0.11.5.
60028
60029 2002-12-11  Bruno Haible  <bruno@clisp.org>
60030
60031         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
60032         not unsetenv().
60033         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
60034         modifications:
60035
60036         2002-12-11  Bruno Haible  <bruno@clisp.org>
60037
60038                 * setenv.c (alloca): Fall back to malloc.
60039                 (freea): New macro.
60040                 (setenv): Use freea() to free memory allocated with alloca().
60041
60042         2002-11-13  Bruno Haible  <bruno@clisp.org>
60043
60044                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
60045                 function declarations.
60046                 * unsetenv.c (unsetenv): Likewise.
60047
60048         2002-03-04  Bruno Haible  <bruno@clisp.org>
60049
60050                 Portability to AIX 4.3.3.
60051                 * unsetenv.c: New file, extracted from setenv.c.
60052                 * setenv.c: Move the unsetenv() function to unsetenv.c.
60053
60054         2001-12-20  Bruno Haible  <bruno@clisp.org>
60055
60056                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
60057                 use malloc instead. For SunOS 4.
60058
60059         2001-12-11  Bruno Haible  <bruno@clisp.org>
60060
60061                 * setenv.c: Declare alloca.
60062                 (compar_fn_t): New typedef.
60063                 (KNOWN_VALUE, STORE_VALUE): Use it.
60064
60065         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
60066         setenv.h.
60067
60068 2002-12-10  Paul Eggert  <eggert@twinsun.com>
60069
60070         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
60071         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
60072         Choose values that are less likely to collide with system fnmatch
60073         options.
60074         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
60075         defined (e.g., a pure POSIX system).
60076         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
60077         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
60078
60079 2002-12-06  Paul Eggert  <eggert@twinsun.com>
60080
60081         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
60082         a pain in practice to deal with generated m4 files.  This change
60083         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
60084
60085         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
60086         and jm-glibc-io.m4, as they are no longer a special case.
60087         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
60088         kludge and the auto-generation stuff.  Check only whether the
60089         functions are declared, not whether they exist, since older hosts
60090         that don't declare the functions can't use the optimization anyway.
60091
60092 2002-12-06  Jim Meyering  <jim@meyering.net>
60093
60094         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
60095
60096         Merge in changes from libc's misc/error.c, in preparation
60097         for the merge of gnulib's changes back into libc.
60098
60099         * lib/error.c (_): Define only if not already defined.
60100         Move definition to follow all #include directives.
60101         Include unlocked-io.h only if !_LIBC.
60102         [_LIBC]: Include <libio/libioP.h>.
60103         [USE_IN_LIBIO]: Include <libio/iolibio.h>
60104         (fflush): Tweak definition to use INTUSE.
60105         (putc): Define.
60106
60107 2002-12-05  Paul Eggert  <eggert@twinsun.com>
60108
60109         * lib/alloca.c [defined emacs]: Include "lisp.h".
60110         (xalloc_die) [defined emacs]: New macro.
60111         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
60112         [! defined emacs]: Include <xalloc.h>.
60113         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
60114         (pointer): Typedef to POINTER_TYPE *.
60115         (malloc): Remove decl; we now always use xmalloc.
60116         (alloca): Use old-style definition, since Emacs needs this.
60117         Check for arithmetic overflow when computing combined size.
60118
60119 2002-12-04  Paul Eggert  <eggert@twinsun.com>
60120
60121         Do not generate unlocked-io.h automatically, since it's easier to
60122         maintain it by hand.
60123
60124         * lib/unlocked-io.h: New file, from GNU diffutils,
60125         but with proper copyright notice and attribution.
60126         * lib/gen-uio: Remove.
60127         * lib/Makefile.am: Add copyright notice.
60128         (libfetish_a_SOURCES): Add unlocked-io.h.
60129         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
60130         (DISTCLEANFILES, io_functions): Remove macros.
60131         (EXTRA_DIST): Remove gen_uio.
60132         (unlocked-io.h): Remove rule.
60133
60134 2002-12-04  Jim Meyering  <jim@meyering.net>
60135
60136         Reflect the fact that stat.c and lstat.c are no longer generated.
60137         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
60138         (DISTCLEANFILES): Likewise.
60139         (EXTRA_DIST): Likewise.
60140         (all_local): Don't depend on stat.c or lstat.c.
60141         (stat.c, lstat.c): Remove rules.
60142         (EXTRA_DIST): Remove xstat.in.
60143
60144         * lib/xstat.in: Remove file.  Contents moved into stat.c.
60145         * lib/stat.c: New file.  Contents mostly from xstat.in.
60146         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
60147         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
60148
60149         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60150         too.
60151         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60152
60153 2002-12-03  Jim Meyering  <jim@meyering.net>
60154
60155         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60156         but not semantics, to minimize the differences between these two files.
60157         (safe_read): Change comment to mention SAFE_READ_ERROR.
60158
60159         * lib/safe-read.c (IS_EINTR): Define.
60160         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60161
60162 2002-12-02  Jim Meyering  <jim@meyering.net>
60163
60164         * lib/safe-read.c (EINTR): Define.
60165         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
60166         (INT_MAX): Provide fallback.
60167         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
60168
60169         * lib/safe-read.h (SAFE_READ_ERROR): Define.
60170
60171 2002-12-02  Bruno Haible  <bruno@clisp.org>
60172
60173         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
60174         Define, taken from safe-read.c.
60175         (INT_MAX): Provide fallback.
60176         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
60177         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
60178
60179         * lib/safe-read.c (EINTR): Remove definition.
60180         (safe_read): Don't use EINTR if it is absent.
60181
60182 2002-12-01  Jim Meyering  <jim@meyering.net>
60183
60184         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
60185         zero.
60186         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
60187
60188 2002-11-27  Paul Eggert  <eggert@twinsun.com>
60189
60190         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
60191         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
60192         with `if (! (value < limit)) abort ();', for readability.
60193
60194 2002-11-26  Karl Berry  <karl@gnu.org>
60195
60196         * lib/strdup.c: copy from libc again, with jim's ok.
60197         * lib/.cppi-disable: re-add strdup.c
60198
60199 2002-11-25  Karl Berry  <karl@gnu.org>
60200
60201         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
60202         instead of "strtol.c".
60203
60204 2002-11-25  Karl Berry  <karl@gnu.org>
60205
60206         * config/install-sh: update from automake for variable quoting, $0 in
60207         error msgs, etc.
60208
60209         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
60210         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
60211         entry.
60212
60213 2002-11-25  Jim Meyering  <jim@meyering.net>
60214
60215         * lib/mktime.c: Sync from libc, now that it has the latest fix.
60216
60217 2002-11-24  Karl Berry  <karl@gnu.org>
60218
60219         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
60220         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
60221
60222 2002-11-24  Jim Meyering  <jim@meyering.net>
60223
60224         Update from coreutils:
60225
60226         * lib/mktime.c: Merge in changes from libc.
60227
60228         Avoid a link-time failure on some Linux systems.
60229         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
60230         (otherwise).
60231         (__mon_yday): Declare with the STATIC attribute.
60232         (__mktime_internal): Likewise.
60233         Based on a report from Greg Schafer.
60234
60235 2002-11-23  Jim Meyering  <jim@meyering.net>
60236
60237         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
60238         Use `unsigned', not `int', as type of index.
60239
60240         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
60241
60242         * lib/fsusage.c: Remove unneeded parentheses around operands of
60243         `defined'.
60244
60245 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60246
60247         * lib/quotearg.h: Allow multiple inclusion by surrounding with
60248         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
60249         so that we can be included first.
60250         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
60251         * lib/quotearg.c: Include quotearg.h immediately after config.h.
60252         No need to include stddef.h or sys/types.h any more.
60253         Surround local include files with "", not "<>".
60254         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
60255         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
60256         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
60257         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
60258         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
60259         (ISPRINT): Remove; no longer needed now that we assume C89.
60260
60261         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
60262         Preserve errno.
60263
60264         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
60265         quotearg_char): Use SIZE_MAX rather than
60266         (size_t) -1 when we are talking about "infinity".
60267
60268         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
60269
60270 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60271
60272         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
60273         hint that one should use `if (! x) abort ();' rather than `assert
60274         (x);', and anyway it's one less thing to worry about configuring.
60275         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
60276         hash_rehash, hash_insert): Use abort rather than assert.
60277
60278 2002-11-22  Bruno Haible  <bruno@clisp.org>
60279
60280         * lib/safe-read.h: Assume C89. Add comments.
60281         (safe_read): Change return type to size_t.
60282         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
60283         byte counts > SSIZE_MAX correctly.
60284         * lib/safe-write.h: New file.
60285         * lib/safe-write.c: New file.
60286         * lib/full-read.h: New file.
60287         * lib/full-read.c: New file.
60288         * lib/full-write.h: Assume C89. Add comments.
60289         * lib/full-write.c: Include safe-write.h.
60290         (full_write): Rewritten to use safe_write.
60291         Suggested by Jim Meyering and Paul Eggert.
60292
60293 2002-11-21  Jim Meyering  <jim@meyering.net>
60294
60295         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
60296
60297         Merge in changes from the coreutils.
60298
60299         2002-09-25  Paul Eggert  <eggert@twinsun.com>
60300         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
60301         <stdint.h>.
60302         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
60303         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
60304         int.  Work more efficiently if X is the same width as uintmax_t.
60305         Do not compare X to -1, to avoid bogus compiler warning.
60306         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
60307         Don't assume that f_frsize and f_bsize are the same type.
60308
60309         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
60310         warning on FreeBSD.
60311
60312         * lib/makepath.c (make_path): Restore umask *before* creating the final
60313         component.
60314         (make_path): Minor reformatting.
60315
60316         * lib/xmalloc.c: Adjust to work with new autoconf macros,
60317         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
60318         HAVE_MALLOC/HAVE_REALLOC.
60319
60320         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
60321         dummy ones.  At least on GNU/Linux systems, `auto' means something
60322         else.
60323         From Michael Stone.
60324
60325 2002-11-21  Bruno Haible  <bruno@clisp.org>
60326
60327         Remove case insensitive option matching.
60328         * lib/argmatch.h (argcasematch): Remove declaration.
60329         (ARGCASEMATCH): Remove macro.
60330         (__xargmatch_internal): Remove case_sensitive argument.
60331         (XARGMATCH): Update.
60332         (XARGCASEMATCH): Remove macro.
60333         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
60334         case_sensitive argument.
60335         (argcasematch): Remove function.
60336         (__xargmatch_internal): Remove case_sensitive argument.
60337         (main): Use XARGMATCH instead of XARGCASEMATCH.
60338
60339         * lib/xmalloc.c: Change compile-time error message. Add comment about
60340         required autoconf version.
60341
60342 2002-11-20  Paul Eggert  <eggert@twinsun.com>
60343
60344         Merge argmatch cleanups from Bison.  Assume C89.
60345
60346         * lib/argmatch.c: Include config.h here, not in argmatch.h.
60347         Include stdlib.h, for EXIT_FAILURE.
60348         Always include <string.h>, since we assume C89.
60349         (EXIT_FAILURE): Remove pre-C89 bug workaround.
60350         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
60351         Include <stddef.h> instead, since it's all we need for size_t.
60352         (PARAMS): Remove.  All uses removed.
60353         (ARRAY_CARDINALITY): Do not bother to #undef.
60354         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
60355         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60356         Remove unnecessary parentheses.
60357         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60358         Insert necessary parentheses.
60359         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
60360         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
60361
60362 2002-11-19  Bruno Haible  <bruno@clisp.org>
60363
60364         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
60365         * lib/mbswidth.h: Include <stddef.h>, for size_t.
60366
60367         * lib/mbswidth.h (PARAMS): Remove macro.
60368         (mbswidth, mbsnwidth): Use ANSI C function declarations.
60369         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
60370
60371         * lib/gcd.h (PARAMS): Remove macro.
60372         (gcd): Use ANSI C function declarations.
60373         * lib/gcd.c (gcd): Likewise.
60374
60375 2002-11-15  Bruno Haible  <bruno@clisp.org>
60376
60377         * lib/strcspn.c: Include <stddef.h>.
60378         (strcspn): Use ANSI C function declaration. Change return type to
60379         size_t. Use NULL.
60380         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
60381         (strpbrk): Use NULL.
60382         * lib/strpbrk.h (PARAMS): Remove macro.
60383         (strpbrk): Use ANSI C function declaration.
60384         * lib/strstr.c: Don't include <sys/types.h>.
60385         * lib/strstr.h (PARAMS): Remove macro.
60386         (strstr): Use ANSI C function declarations.
60387
60388 2002-11-14  Karl Berry  <karl@gnu.org>
60389
60390         * config/mkinstalldirs: `do' on separate line, instead of
60391         `for var; do'.
60392
60393 2002-11-06  Bruno Haible  <bruno@clisp.org>
60394
60395         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
60396         * lib/gcd.c (gcd): Likewise.
60397
60398 2002-11-05  Bruno Haible  <bruno@clisp.org>
60399
60400         * lib/gcd.h: New file, from gettext-0.11.5.
60401         * lib/gcd.c: New file, from gettext-0.11.5.
60402
60403 2002-11-05  Bruno Haible  <bruno@clisp.org>
60404
60405         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60406         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60407         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60408         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60409
60410         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
60411         <libintl.h>.
60412         * lib/makepath.c: Include gettext.h instead of <locale.h> and
60413         <libintl.h>.
60414
60415         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
60416         * lib/human.c: Include gettext.h instead of <libintl.h>.
60417         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
60418         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
60419         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
60420         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
60421         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
60422         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
60423         (textdomain): Remove definition.
60424         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
60425
60426         * lib/long-options.c: Remove include of <libintl.h> and definition of
60427         _.
60428         * lib/same.c: Remove include of <libintl.h> and definition of _.
60429
60430 2002-11-04  Owen Taylor  <otaylor@redhat.com>
60431
60432         * lib/config.charset: A few additions for Solaris.
60433
60434 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60435
60436         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
60437         * lib/localcharset.c (locale_charset): Declare as extern "C".
60438
60439 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60440
60441         * lib/config.charset: msdos in uk_UA uses CP1125.
60442
60443 2002-11-04  Bruno Haible  <bruno@clisp.org>
60444
60445         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
60446         * lib/strcase.h: New file, from GNU gettext-0.11.5.
60447         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
60448         * lib/strstr.h: New file, from GNU gettext-0.11.5.
60449         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
60450
60451 2002-11-04  Bruno Haible  <bruno@clisp.org>
60452
60453         * lib/localcharset.c (locale_charset): Don't return an empty string.
60454
60455 2002-11-04  Bruno Haible  <bruno@clisp.org>
60456
60457         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
60458         aliases.
60459
60460 2002-11-04  Bruno Haible  <bruno@clisp.org>
60461
60462         * lib/config.charset: Update for newest glibc. Add canonical names
60463         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
60464
60465 2002-11-04  Bruno Haible  <bruno@clisp.org>
60466
60467         * lib/config.charset: Add support for NetBSD.
60468
60469 2002-11-04  Bruno Haible  <bruno@clisp.org>
60470
60471         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
60472
60473 2002-11-01  Bruno Haible  <bruno@clisp.org>
60474
60475         * configure.in: Add AC_CONFIG_AUX_DIR call.
60476         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
60477         test/Makefile.
60478         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
60479
60480 2002-09-28  Karl Berry  <karl@gnu.org>
60481
60482         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
60483         installed automake until the next release, since changes have been
60484         made.
60485
60486 2002-09-25  Karl Berry  <karl@gnu.org>
60487
60488         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
60489         * lib/getopt*: copy from libc/posix.
60490         * lib/gettext.h: copy from gettext.
60491         * lib/.cppi-disable: add strdup.c, gettext.h.
60492
60493 2002-09-25  Karl Berry  <karl@gnu.org>
60494
60495         * config/srclist.txt: enable gettext.h check.
60496         * config/config.{guess,sub}: update from prep.
60497         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
60498                 from automake 1.6.3.
60499         See srclist*.
60500
60501 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
60502
60503         * regex.c (PATFETCH): Remove the translating fetch.
60504         (PATFETCH_RAW): Rename to PATFETCH.
60505         (set_image_of_range): New fun.
60506         (SET_RANGE_TABLE_WORK_AREA): Use it.
60507         (regex_compile): Don't translate the pattern chars so eagerly.
60508         Only do it when inserting an `exactn' bytecode or when handling
60509         a char-range.
60510         (mutually_exclusive_p): Avoid empty statement.
60511
60512 2002-07-06  Jim Meyering  <meyering@lucent.com>
60513
60514         * m4/README: Don't mention Makefile.am.in.
60515         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
60516
60517 2002-07-01  Jim Meyering  <meyering@lucent.com>
60518
60519         * lib/c-stack.c: Include sys/time.h.
60520         From Volker Borchert.
60521
60522 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60523
60524         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
60525
60526 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60527
60528         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
60529         New macro.  Use it uniformly instead of
60530         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
60531         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
60532         reported by Vin Shelton.
60533
60534 2002-06-22  Paul Eggert  <eggert@twinsun.com>
60535
60536         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
60537         Do not assume SA_SIGINFO behavior.
60538         Bug reported by Jim Meyering on NetBSD 1.5.2.
60539
60540 2002-06-22  Jim Meyering  <meyering@lucent.com>
60541
60542         * m4/c-stack.m4: New file, from diffutils-2.8.2.
60543         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
60544
60545         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
60546         now that configure.ac uses AC_GNU_SOURCE.
60547         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
60548         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
60549
60550         Update to latest tools.  Suggestions from Paul Eggert.
60551         * m4/stdbool.m4: New file, from diffutils-2.8.2.
60552         * m4/gnu-source.m4: Update from diffutils-2.8.2.
60553         * m4/fnmatch.m4: Likewise.
60554         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
60555         to AC_HEADER_STDBOOL
60556
60557 2002-06-22  Jim Meyering  <meyering@lucent.com>
60558
60559         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
60560         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
60561
60562 2002-06-22  Jim Meyering  <meyering@lucent.com>
60563
60564         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
60565
60566         * lib/exitfail.c, exitfail.h: Likewise.
60567         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
60568
60569         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
60570         of fnmatch.h.
60571         (EXTRA_DIST): Add fnmatch_loop.c.
60572         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
60573
60574         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
60575         * lib/fnmatch.c: Update from diffutils-2.8.2.
60576         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
60577         * lib/fnmatch.h: Remove file.
60578
60579 2002-06-21  Jim Meyering  <meyering@lucent.com>
60580
60581         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
60582         * m4/mbrtowc.m4: Likewise.
60583
60584         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
60585         * m4/mbswidth.m4: Reflect name change:
60586         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
60587         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
60588
60589         * m4/lib-link.m4: Update from gettext-0.11.2.
60590         * m4/gettext.m4: Likewise.
60591
60592         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
60593         From Alfred M. Szmidt.
60594
60595 2002-06-18  Paul Eggert  <eggert@twinsun.com>
60596
60597         * lib/file-type.h: Report an error if neither S_ISREG nor
60598         S_IFREG is defined, instead of using a test specific to glibc
60599         2.2.  This should be safe, since POSIX requires S_ISREG and
60600         Unix Version 7 had S_IFREG.  We don't need to check for
60601         <sys/types.h> since we don't use any symbols that it defines.
60602
60603 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
60604
60605         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
60606         $@-t, so that each temporary file name is unique and valid in the first
60607         8 characters, for operation under DOS.
60608
60609 2002-06-15  Paul Eggert  <eggert@twinsun.com>
60610
60611         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
60612
60613 2002-06-15  Jim Meyering  <meyering@lucent.com>
60614
60615         Work even with DJGPP 2.03, which lacks support for symlinks.
60616         From Richard Dawe.
60617         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
60618         is defined.
60619         * lib/lchown.c (S_ISLNK): Likewise.
60620
60621 2002-06-15  Jim Meyering  <meyering@lucent.com>
60622
60623         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
60624         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
60625         have been included before this file.
60626
60627 2002-06-14  Jim Meyering  <meyering@lucent.com>
60628
60629         * lib/file-type.h: Use the version from diffutils-2.8.2.
60630         * lib/file-type.c: Likewise.
60631
60632 2002-06-07  Jim Meyering  <meyering@lucent.com>
60633
60634         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
60635         They're needed at least for NetBSD 1.5.2.
60636         ($statxfs_includes): Include those same headers.
60637         ($statxfs_includes): Include sys/vfs.h if available.
60638         ($statxfs_includes): Likewise for sys/statvfs.h.
60639         Check for the following members in both structs statfs and statvfs:
60640         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
60641
60642 2002-06-01  Jim Meyering  <meyering@lucent.com>
60643
60644         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
60645         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
60646
60647 2002-05-28  Jim Meyering  <meyering@lucent.com>
60648
60649         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
60650         Reported by Volker Borchert.
60651
60652 2002-05-27  Jim Meyering  <meyering@lucent.com>
60653
60654         Fix a problem seen only on nonconforming systems whereby ls.c's
60655         use of localtime, and then of gettimeofday would cause trouble:
60656         the localtime call used to initialize rpl_gettimeofday's save
60657         mechanism would clobber ls's current local time information so
60658         that in any long listing the first file would always be listed
60659         with date 1970-01-01.  Analysis by Volker Borchert.
60660
60661         * lib/gettimeofday.c (localtime): Undefine.
60662         (rpl_localtime): New function.
60663
60664 2002-05-27  Jim Meyering  <meyering@lucent.com>
60665
60666         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
60667         localtime.
60668
60669         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
60670         use the replacement function; it wouldn't resolve at link time.
60671         Reported by Volker Borchert.
60672
60673 2002-05-22  Jim Meyering  <meyering@lucent.com>
60674
60675         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
60676         file-type.h.
60677         * lib/file-type.h: New file.
60678         * lib/file-type.c (file_type): New file/function.  Extracted from
60679         diffutils.
60680
60681 2002-04-30  Jim Meyering  <meyering@lucent.com>
60682
60683         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
60684
60685 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60686
60687         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
60688
60689 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60690
60691         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
60692         Do not check for alloca.h (no longer used) or stdbool.h (was never
60693         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
60694
60695 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60696
60697         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
60698
60699 2002-04-29  Jim Meyering  <meyering@lucent.com>
60700
60701         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
60702         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
60703         Use AC_FUNC_STRNLEN here instead.
60704
60705         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
60706         With autoconf-2.53a, it's part of AC_PROG_CC.
60707
60708 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60709
60710         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
60711         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
60712
60713 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60714
60715         * lib/sig2str.h, lib/sig2str.c: New files.
60716         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
60717
60718 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60719
60720         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
60721         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
60722         of 127, since 64 is the largest conceivable number for ancient
60723         nonstandard hosts.
60724         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
60725
60726 2002-04-28  Jim Meyering  <meyering@lucent.com>
60727
60728         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
60729
60730 2002-04-24  Jim Meyering  <meyering@lucent.com>
60731
60732         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
60733         (jm_PREREQ): Use it.
60734
60735         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
60736         mach/mach.h fcntl.h.
60737         Check for this function: setlocale.
60738
60739 2002-04-24  Jim Meyering  <meyering@lucent.com>
60740
60741         * lib/gettext.h: New file, from Gettext.
60742         * lib/Makefile.am (INCLUDES): Remove -I../intl.
60743         (libfetish_a_SOURCES): Add gettext.h.
60744
60745 2002-04-16  Jim Meyering  <meyering@lucent.com>
60746
60747         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
60748         ut_pid, ut_id, ut_exit.
60749
60750 2002-04-16  Jim Meyering  <meyering@lucent.com>
60751
60752         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
60753         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
60754         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
60755
60756 2002-04-12  Jim Meyering  <meyering@lucent.com>
60757
60758         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
60759         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
60760         existence of the getmntinfo function.  Needed for Darwin 5.3.
60761
60762         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
60763         This is necessary at least on Darwin 5.3.
60764
60765         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
60766         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
60767         strnlen.o in the library, and that makes some versions of ranlib
60768         object.
60769
60770 2002-04-12  Jim Meyering  <meyering@lucent.com>
60771
60772         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
60773
60774 2002-04-09  Jim Meyering  <meyering@lucent.com>
60775
60776         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
60777         to be more precise.  Rather than saying we're checking whether the
60778         function `works', say what we're testing.
60779         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
60780         Reported by Bruno Haible.
60781
60782 2002-03-10  Jim Meyering  <meyering@lucent.com>
60783
60784         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
60785         Suggestion from Santiago Vila.
60786
60787 2002-03-08  Jim Meyering  <meyering@lucent.com>
60788
60789         * lib/rename.c: Mention that this wrapper is needed also on
60790         mips-dec-ultrix4.4 systems.
60791
60792 2002-03-02  Jim Meyering  <meyering@lucent.com>
60793
60794         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
60795         not HAVE_CLOCK_SETTIME.
60796
60797 2002-02-27  Paul Eggert  <eggert@twinsun.com>
60798
60799         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
60800         Check for clock_settime.
60801
60802 2002-02-27  Paul Eggert  <eggert@twinsun.com>
60803
60804         * lib/nanosleep.h: Rename to....
60805         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
60806
60807         * lib/gettime.c: New file.
60808         * lib/settime.c: New file.
60809         * lib/stime.c: Remove.
60810
60811         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
60812         timespec.h.  Remove nanosleep.h.
60813
60814 2002-02-25  Paul Eggert  <eggert@twinsun.com>
60815
60816         * m4/acl.m4: New file.
60817         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
60818         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
60819
60820 2002-02-25  Paul Eggert  <eggert@twinsun.com>
60821
60822         * lib/acl.c, lib/acl.h: New files.
60823         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
60824
60825 2002-02-24  Jim Meyering  <meyering@lucent.com>
60826
60827         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
60828         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
60829         cause trouble.  Reported by Nelson Beebe.
60830
60831 2002-02-23  Paul Eggert  <eggert@twinsun.com>
60832
60833         * lib/path-concat.c (xpath_concat): Reorder code to pacify
60834         compilers that don't know that xalloc_die never returns.
60835
60836 2002-02-20  Jim Meyering  <meyering@lucent.com>
60837
60838         * lib/getdate.c: Regenerate using bison-1.33.
60839
60840 2002-02-17  Jim Meyering  <meyering@lucent.com>
60841
60842         * config/config.guess (main): Don't use `head -1'; it's no longer
60843         portable. Use `sed 1q' instead.
60844
60845 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
60846
60847         * m4/codeset.m4: Upgrade to gettext-0.11.
60848         * m4/gettext.m4: Upgrade to gettext-0.11.
60849         * m4/glibc21.m4: Upgrade to gettext-0.11.
60850         * m4/iconv.m4: Upgrade to gettext-0.11.
60851         * m4/isc-posix.m4: Upgrade to gettext-0.11.
60852         * m4/lcmessage.m4: Upgrade to gettext-0.11.
60853         * m4/lib-ld.m4: New file, from gettext-0.11.
60854         * m4/lib-link.m4: New file, from gettext-0.11.
60855         * m4/lib-prefix.m4: New file, from gettext-0.11.
60856         * m4/progtest.m4: Upgrade to gettext-0.11.
60857
60858 2002-02-15  Paul Eggert  <eggert@twinsun.com>
60859
60860         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
60861         (jm_PREREQ): Use it.
60862
60863 2002-02-15  Paul Eggert  <eggert@twinsun.com>
60864
60865         * lib/posixver.c, lib/posixver.h: New files.
60866         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
60867
60868 2002-02-02  Paul Eggert  <eggert@twinsun.com>
60869             Bruno Haible  <bruno@clisp.org>
60870
60871         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
60872         (fwrite_success_callback): New declaration.
60873         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
60874         print_unicode_char. Call failure callback instead of error.
60875         (fwrite_success_callback): New function.
60876         (exit_failure_callback): New function.
60877         (fallback_failure_callback): New function.
60878         (print_unicode_char): Call unicode_to_mb.
60879
60880 2002-01-26  Jim Meyering  <meyering@lucent.com>
60881
60882         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
60883         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
60884
60885 2002-01-26  Jim Meyering  <meyering@lucent.com>
60886
60887         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
60888
60889 2002-01-22  Paul Eggert  <eggert@twinsun.com>
60890
60891         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
60892
60893 2002-01-22  Jim Meyering  <meyering@lucent.com>
60894
60895         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
60896         Otherwise, some versions of automake would omit the rule that makes
60897         Makefile from Makefile.in.
60898
60899 2002-01-21  Paul Eggert  <eggert@twinsun.com>
60900
60901         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
60902         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
60903         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
60904         (memcoll): Set errno to zero if there is no error.
60905
60906         * lib/quotearg.c (quotearg_buffer_restyled):
60907         Fix bug with quoting buffers containing NUL when backslashing escapes.
60908         This bug was exposed by the other changes in this patch.
60909         (quotearg_n_options): New arg ARGSIZE.
60910         All callers changed.
60911         (quoting_options_from_style): New function.
60912         (quotearg_n_style): Use it.
60913         (quotearg_n_style_mem): New function.
60914
60915         * lib/quotearg.h (quotearg_n_style_mem): New function.
60916
60917 2002-01-19  Jim Meyering  <meyering@lucent.com>
60918
60919         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
60920         Remove useless quotes: DF_PROG="df".
60921         * m4/strnlen.m4: New file.
60922
60923 2002-01-16  Paul Eggert  <eggert@twinsun.com>
60924
60925         * lib/backupfile.c (ISDIGIT): Comment fix.
60926         * lib/getdate.y (ISDIGIT): Likewise.
60927         * lib/posixtm.c (ISDIGIT, year): Likewise.
60928         * lib/strverscmp.c (ISDIGIT): Likewise.
60929         * lib/userspec.c (ISDIGIT): Likewise.
60930
60931 2002-01-16  Jim Meyering  <meyering@lucent.com>
60932
60933         * lib/getdate.y: Add three semicolons, each just before a closing
60934         brace. Bison (as of version 1.31) no longer papers over that mistake.
60935
60936 2002-01-05  Jim Meyering  <meyering@lucent.com>
60937
60938         * lib/version-etc.c (version_etc_copyright): Update copyright year.
60939
60940 2001-12-19  Paul Eggert  <eggert@twinsun.com>
60941
60942         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
60943         not silently exit merely because the output buffer happens to
60944         have nothing pending.
60945
60946 2001-12-18  Paul Eggert  <eggert@twinsun.com>
60947
60948         See the big note in ../ChangeLog.
60949         * lib/human.c (suffixes): Prefer K to k for 1024.
60950         (generate_suffix_backwards): New function.
60951         (human_readable_inexact): Use it.
60952         * lib/xstrtol.c (__xstrtol): If there is no number but there
60953         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
60954         Accept 'K' as well as 'k'.
60955
60956 2001-12-15  Jim Meyering  <meyering@lucent.com>
60957
60958         * lib/regex.h (__restrict_arr): Update from libc.
60959
60960         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
60961         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
60962         (STREQ): Define.
60963
60964 2001-12-14  Jim Meyering  <meyering@lucent.com>
60965
60966         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
60967         Suggestion from Bruno Haible.
60968
60969 2001-12-10  Jim Meyering  <meyering@lucent.com>
60970
60971         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
60972         xrealloc, Instead, include "xalloc.h".
60973         (initbuffer): Don't cast xmalloc return value to char*.
60974         (readline): Reword comment.
60975         Don't cast xrealloc return value to char*
60976         Return NULL, not 0.
60977
60978 2001-12-09  Jim Meyering  <meyering@lucent.com>
60979
60980         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
60981         about `signed and unsigned type in conditional expression'.
60982         * lib/posixtm.c (posix_time_parse): Likewise.
60983
60984         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
60985
60986         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
60987         to avoid a pedantic warning.
60988
60989         * lib/getstr.c: Don't include assert.h.
60990         (getstr): Remove warning-evoking assertions.
60991         Return -1 if offset parameter is out of bounds.
60992         Change the type of a local from int to size_t.
60993
60994         * lib/strftime.c (my_strftime_localtime_r): Include this function
60995         definition in the `#if ! HAVE_TM_GMTOFF' block.
60996
60997         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
60998         Include xalloc.h instead.
60999
61000 2001-12-02  Jim Meyering  <meyering@lucent.com>
61001
61002         * lib/tempname.c: Don't declare getenv, thus reverting the change of
61003         2001-11-18.  It's no longer necessary, now that stdlib.h is always
61004         included.
61005
61006         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
61007         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
61008
61009 2001-11-30  Akim Demaille  <akim@epita.fr>
61010
61011         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
61012         before being defined.
61013
61014 2001-11-27  Paul Eggert  <eggert@twinsun.com>
61015
61016         * lib/quotearg.h (quotearg_n, quotearg_n_style):
61017         First arg is int, not unsigned.
61018         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
61019         (SIZE_MAX, UINT_MAX): New macros.
61020         (quotearg_n_options): Abort if N is negative.
61021         Avoid overflow check on hosts where size_t is 64 bits and int
61022         is 32 bits, as overflow is impossible there.
61023         Fix off-by-one typo that caused unnecessary reallocation.
61024
61025 2001-11-27  Jim Meyering  <meyering@lucent.com>
61026
61027         * lib/tempname.c: Merge with version from libc.
61028         * lib/regex.c: Likewise.
61029
61030         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
61031         systems for which STDC_HEADERS is 0, it was not included, resulting in
61032         a warning about an integer-to-pointer conversion problem with getenv.
61033         Reported by Volker Borchert.
61034
61035 2001-11-26  Jim Meyering  <meyering@lucent.com>
61036
61037         * lib/gtod.h: Remove file.
61038         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
61039         * lib/gettimeofday.c: Don't include gtod.h.
61040         (GTOD_init): Remove function.
61041         (rpl_gettimeofday): Do its job here instead, rather than aborting.
61042         Suggestion from Volker Borchert.
61043
61044 2001-11-23  Jim Meyering  <meyering@lucent.com>
61045
61046         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
61047         it.
61048         * lib/hash.c (struct hash_table): Define it here instead.
61049
61050 2001-11-22  Jim Meyering  <meyering@lucent.com>
61051
61052         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
61053
61054 2001-11-20  Jim Meyering  <meyering@lucent.com>
61055
61056         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
61057         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
61058
61059 2001-11-19  Jim Meyering  <meyering@lucent.com>
61060
61061         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
61062         directory.  Use "conftestXXXXXX" as the template.
61063         Suggestion from Paul Eggert.
61064
61065         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
61066         immediately, so the test doesn't mistakenly hit the max-open-files
61067         limit.
61068
61069 2001-11-18  Paul Eggert  <eggert@twinsun.com>
61070
61071         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
61072         (TEMPORARIES): New macro.
61073         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
61074         removes an artificial limitation (e.g. HP-UX 10.20, where
61075         TMP_MAX is 17576).
61076
61077 2001-11-18  Jim Meyering  <meyering@lucent.com>
61078
61079         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
61080
61081 2001-11-18  Jim Meyering  <meyering@lucent.com>
61082
61083         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
61084         on SunOS 4.
61085
61086         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
61087         files will be created before anything else.
61088
61089 2001-11-17  Paul Eggert  <eggert@twinsun.com>
61090
61091         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
61092         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
61093
61094 2001-11-17  Jim Meyering  <meyering@lucent.com>
61095
61096         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
61097         Prompted by a report from Bob Proulx.
61098
61099         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
61100         Instead, require UTILS_FUNC_MKSTEMP.
61101
61102 2001-11-17  Jim Meyering  <meyering@lucent.com>
61103
61104         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
61105         Now, that's done as part of AC_FUNC_STRTOD.
61106
61107 2001-11-17  Jim Meyering  <meyering@lucent.com>
61108
61109         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
61110         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
61111         rather than group writable.  Patch by Juan F. Codagnone.
61112
61113         * lib/readtokens.c: Remove explicit declarations of xmalloc and
61114         xrealloc, Instead, include "xalloc.h".
61115
61116         * lib/mountlist.c: Include unlocked-io.h after all system headers.
61117         Remove explicit declarations of xmalloc, xrealloc,
61118         and xstrdup.  Instead, include "xalloc.h".
61119
61120         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
61121         unlocked-io.h.
61122         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
61123         Likewise.
61124         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
61125
61126         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
61127         Reported by Padraig Brady.
61128
61129         * lib/mkstemp.c: #undef mkstemp.
61130         Include config.h.
61131         (rpl_mkstemp): Rename from mkstemp.
61132         Protoize.
61133
61134 2001-11-16  Jim Meyering  <meyering@lucent.com>
61135
61136         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
61137         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
61138         determine the amount of total physical memory, use pstat_getstatic.
61139         HPUX-11 doesn't define _SC_PHYS_PAGES.
61140         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
61141         If sysconf couldn't be used to determine the amount of available
61142         physical memory, use both pstat_getstatic and pstat_getdynamic.
61143         Based on a patch from Bob Proulx.
61144
61145 2001-11-10  Jim Meyering  <meyering@lucent.com>
61146
61147         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
61148         (jm_PREREQ): Use it.
61149
61150 2001-11-09  Jim Meyering  <meyering@lucent.com>
61151
61152         * m4/jm-macros.m4: Require autoconf-2.52f.
61153         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61154         Use these AC_-prefixed names, not the AM_-prefixed ones.
61155
61156         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61157
61158 2001-11-05  Jim Meyering  <meyering@lucent.com>
61159
61160         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61161
61162 2001-11-04  Jim Meyering  <meyering@lucent.com>
61163
61164         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
61165         $DEFS.
61166
61167 2001-11-03  Jim Meyering  <meyering@lucent.com>
61168
61169         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
61170         of AC_DEFUN.
61171
61172         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
61173         know the name of the variable in the macro definition.
61174
61175 2001-11-03  Jim Meyering  <meyering@lucent.com>
61176
61177         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
61178         in argmatch_to_argument call.
61179
61180         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
61181         argument.
61182
61183         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
61184         e.g., a fault due to an attempt to free a NULL pointer.
61185
61186 2001-11-01  Jim Meyering  <meyering@lucent.com>
61187
61188         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
61189         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
61190
61191 2001-11-01  Jim Meyering  <meyering@lucent.com>
61192
61193         * lib/dirfd.c, lib/dirfd.h: New files.
61194         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
61195
61196         * lib/hash.c (hash_print) [TESTING]: Clean up.
61197
61198 2001-10-22  Paul Eggert  <eggert@twinsun.com>
61199
61200         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
61201         to avoid a warning if -Wall.
61202
61203 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
61204
61205         * README: New file
61206         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
61207         (per RMS's instructions, this is now the canonical source)
61208         * lgpl/, gpl/: New directories.
61209
61210 2001-10-21  Paul Eggert  <eggert@twinsun.com>
61211
61212         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
61213
61214 2001-10-21  Jim Meyering  <meyering@lucent.com>
61215
61216         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
61217         this code would end up calling gettext even in packages built
61218         with --disable-nls.
61219         * lib/getopt.c (_): Likewise.
61220         * lib/regex.c (_): Likewise.
61221
61222 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61223
61224         * m4/error.m4 (jm_PREREQ_ERROR):
61225         Do not invoke AC_CHECK_FUNCS with strerror_r, as
61226         AC_FUNC_STRERROR_R does that.
61227         Check for strerror declaration.
61228
61229         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
61230         are supposed to have them these days.
61231         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
61232         Merge changes from latest Autoconf CVS.
61233         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
61234         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
61235         POSIX decided to standardize on the int flavor of strerror_r.
61236
61237 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61238
61239         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
61240         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
61241         Use strerror_r that is only a macro, even if it is not a function.
61242         (strerror): Check for HAVE_DECL_STRERROR before declaring.
61243         (private_strerror): Use prototypes, not old-style function definition.
61244         (print_errno_message): New function.
61245         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
61246         char*-flavored one.
61247         (error_tail, error, error_at_line): Use it.
61248
61249 2001-10-11  Jim Meyering  <meyering@lucent.com>
61250
61251         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
61252         and quote_n (1, ... to avoid clobbering a buffer.
61253
61254 2001-10-05  Jim Meyering  <meyering@lucent.com>
61255
61256         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
61257         hash-pjw.h.
61258         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
61259         * lib/hash-pjw.h: New file.
61260
61261 2001-09-30  Jim Meyering  <meyering@lucent.com>
61262
61263         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
61264         `struct fsstat' has the `f_fstypename' member.
61265         Use that to define FS_TYPE, which is now used to make
61266         the getfsstat link test tighter.
61267
61268 2001-09-30  Jim Meyering  <meyering@lucent.com>
61269
61270         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
61271         Include <sys/ucred.h>, for Apple Darwin.
61272         Include sys/mount.h and sys/fs_types.h only if available.
61273         (FS_TYPE): Define.
61274         (read_filesystem_list): Use FS_TYPE.
61275
61276 2001-09-29  Paul Eggert  <eggert@twinsun.com>
61277
61278         * lib/exclude.c (excluded_filename): 0 -> false, since it's
61279         a boolean context.
61280
61281 2001-09-29  Jim Meyering  <meyering@lucent.com>
61282
61283         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61284         [one-argument getmntent function]): Include stdio.h before mntent.h.
61285         SunOS 4.1.x needs it for the declaration of `FILE'.
61286         Patch by Volker Borchert.
61287
61288         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61289         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
61290         sys/fs_types.h, and make the link-test for getfsstat guard #include
61291         directives with appropriate #if HAVE_*_H tests so that we can
61292         detect getfsstat on Apple Darwin1.3.7 systems.
61293         Reported by Nelson Beebe.
61294         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
61295
61296 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61297
61298         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61299         #defines strtoimax.  Also treat the other strto* functions
61300         like strtoimax.
61301
61302         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61303         Check for strtoul and strtoumax,
61304         as those declarations are made even in the signed case.
61305         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
61306         Likewise, for strtol and strtoimax.
61307
61308 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61309
61310         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61311         #defines strtoimax.  Also treat the other strto* functions
61312         like strtoimax.
61313
61314         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
61315         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
61316         (strtoimax, strtoumax): Do not declare if already defined as a macro.
61317
61318 2001-09-26  Jim Meyering  <meyering@lucent.com>
61319
61320         Most macros in unlocked-io.h had the wrong number of arguments.
61321         * lib/gen-uio: New script.
61322         (USE_UNLOCKED_IO): Define to 1 if not already defined.
61323         * lib/unlocked-io.hin: Remove file.
61324         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
61325         rather than trying to embed it here.
61326         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
61327         Reported by Padraig Brady.
61328
61329 2001-09-25  Volker Borchert  <bt@teknon.de>
61330
61331         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
61332         `result'.
61333
61334 2001-09-24  Jim Meyering  <meyering@lucent.com>
61335
61336         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
61337
61338 2001-09-23  Jim Meyering  <meyering@lucent.com>
61339
61340         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
61341         instead of the mere test for existence of mntent.h.  The latter
61342         would get a false-positive on AIX 3.4 systems.
61343         In the outer getmntent if-block, don't die if neither of the getmntent
61344         tests succeeds.  Instead, just fall through and continue with the
61345         remaining tests.
61346
61347 2001-09-23  Jim Meyering  <meyering@lucent.com>
61348
61349         * lib/mountlist.c: Remove useless parentheses in #if directives.
61350         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
61351         the deprecated MOUNTED symbol is no longer defined in mntent.h.
61352
61353 2001-09-22  Jim Meyering  <meyering@lucent.com>
61354
61355         * m4/gettext.m4: New file.  From gettext.
61356         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
61357         * m4/progtest.m4: Likewise
61358         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
61359         * m4/glibc21.m4: Likewise.
61360
61361         * m4/libintl.m4: Remove.  No longer used.
61362
61363 2001-09-22  Jim Meyering  <meyering@lucent.com>
61364
61365         * lib/localcharset.c: Update from latest gettext.
61366         * lib/config.charset: Likewise.
61367
61368 2001-09-20  Jim Meyering  <meyering@lucent.com>
61369
61370         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
61371         strtoimax.
61372         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
61373         strtoumax.
61374
61375 2001-09-20  Jim Meyering  <meyering@lucent.com>
61376
61377         * lib/xstrtol.c (strtoimax): Guard declaration with
61378         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
61379         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
61380         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
61381         (strtoumax): Likewise, for completeness (it wasn't necessary).
61382
61383 2001-09-17  Paul Eggert  <eggert@twinsun.com>
61384
61385         * lib/strtoimax.c (HAVE_LONG_LONG):
61386         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
61387         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
61388         to work around bug in IBM C compiler.
61389
61390 2001-09-17  Jim Meyering  <meyering@lucent.com>
61391
61392         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
61393         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
61394         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
61395         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
61396         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
61397         whenever the right hand side need not be expanded by the shell.
61398
61399 2001-09-16  Paul Eggert  <eggert@twinsun.com>
61400
61401         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
61402         library.  It's not correct, as some older glibcs are buggy.
61403         fnmatch wasn't fixed until glibc 2.2.
61404
61405         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
61406         special shell magic here.
61407
61408 2001-09-16  Jim Meyering  <meyering@lucent.com>
61409
61410         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
61411         * m4/jm-macros.m4: Require it.
61412
61413 2001-09-16  Jim Meyering  <meyering@lucent.com>
61414
61415         * lib/mkdir.c: New file.
61416
61417 2001-09-15  Jim Meyering  <meyering@lucent.com>
61418
61419         * m4/jm-macros.m4: Check for help2man.
61420
61421 2001-09-11  Jim Meyering  <meyering@lucent.com>
61422
61423         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
61424         The body, by Paul Eggert, was moved here from configure.in.
61425         * m4/jm-macros.m4: Require UTILS_HOST_OS.
61426
61427 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61428
61429         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
61430         (jm_PREREQ): Use it.
61431
61432 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61433
61434         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
61435         Use ssize_t, not int, to store result of readlink.
61436         Check for ssize_t overflow as well as size_t overflow,
61437         as POSIX says the result of readlink is implementation-defined
61438         when ssize_t overflows.
61439         Remove unnecessary cast to char*.
61440         Use free+malloc instead of realloc, as the storage doesn't need
61441         to be preserved and it's clearer and can be more efficient that way.
61442         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
61443         * lib/xreadlink.h (xreadlink): Update prototype.
61444
61445 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61446
61447         * lib/xgetcwd.c: Revert some of the previous change; intead,
61448         fix the HAVE_GETCWD_NULL code to behave more like the
61449         !HAVE_GETCWD_NULL code used to.
61450
61451         Include "xalloc.h".
61452         (xgetcwd): Do not return NULL when memory is exhausted; instead,
61453         invoke xalloc_die.
61454
61455 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61456
61457         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
61458         sys/param.h, as pathmax.h includes them.
61459
61460 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61461
61462         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
61463         (jm_PREREQ_XGETCWD): New macro.
61464
61465         * m4/getcwd.m4: New file.
61466
61467 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61468
61469         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
61470         like the HAVE_GETCWD_NULL code.
61471         Include pathmax.h if not HAVE_GETCWD.
61472         Do not include xalloc.h.
61473         (INITIAL_BUFFER_SIZE): New symbol.
61474         Do not use xmalloc / xrealloc, since the caller is responsible for
61475         handling errors.  Preserve errno around `free' during failure.
61476         Do not overrun buffer when using getwd.
61477
61478 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61479
61480         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
61481         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
61482         getcwd (NULL, 0).
61483
61484 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61485
61486         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
61487         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
61488         spotted by Jim Meyering.
61489
61490 2001-09-03  Jim Meyering  <meyering@lucent.com>
61491
61492         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
61493         failure.
61494
61495 2001-09-02  Jim Meyering  <meyering@lucent.com>
61496
61497         * lib/error.c: Update from GNU libc.
61498
61499 2001-09-01  Jim Meyering  <meyering@lucent.com>
61500
61501         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
61502         Used by df.
61503
61504 2001-09-01  Jim Meyering  <meyering@lucent.com>
61505
61506         * lib/xreadlink.c: New file.
61507         * lib/xreadlink.h: New file.
61508         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
61509         xreadlink.h.
61510
61511         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
61512         doesn't conflict with sparc Solaris 7's definition in
61513         /usr/include/sys/int_types.h.
61514
61515         * lib/exclude.c: Use `""', not `<>' to #include non-system header
61516         files.
61517         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
61518         and strncasecmp as r-values.  Unixware didn't have declarations.
61519
61520 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61521
61522         * lib/xstrtol.h: Add copyright notice.
61523         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
61524         LONGINT_INVALID_SUFFIX_CHAR.
61525
61526 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61527
61528         * lib/xstrtol.c (strtoimax): New decl.
61529
61530 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61531
61532         * lib/xgetcwd.c: Don't include pathmax.h.
61533         Include stdlib.h and unistd.h if available.
61534         Include xalloc.h.
61535         (xmalloc, xstrdup, free): Remove decls.
61536         (xgetcwd): Don't assume sizes fit in unsigned.
61537         Check for overflow when computing sizes.
61538         Simplify reallocation code.
61539
61540 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61541
61542         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
61543         a directory's st_size can have an arbitrary value, so the old
61544         usage could waste an arbitrary amount of memory.  All uses
61545         changed.
61546         * lib/savedir.h: Update prototype.
61547
61548 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61549
61550         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
61551
61552         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
61553         old strtoimax.c.
61554
61555         Also, make the following further changes to make this file's
61556         configuration more similar to that of strtol.c:
61557         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
61558         (strtoumax, uintmax_t, strtoull, strtol): Remove.
61559         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
61560         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
61561         changed to signed values.
61562
61563         And make the following changes as well:
61564         Fix copyright notice, as 1999 was missing.
61565         (verify): New macro.
61566         (strtoimax): Check sizes at compile-time, not run-time.
61567         Prefer strtol to strtoll if both work.
61568         (main): Remove; it was not that useful and was a pain to maintain.
61569
61570         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
61571
61572 2001-08-31  Jim Meyering  <meyering@lucent.com>
61573
61574         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
61575         Use an initial, malloc'd, buffer of length 128 rather than
61576         a statically allocated one of length 1024.
61577
61578 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61579
61580         Simplify code, partly by assuming autoconf 2.52 semantics.
61581
61582         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
61583
61584         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
61585         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
61586         All uses removed.
61587         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
61588         Move AC_REQUIRE to next-to-top level, to avoid confusion.
61589         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
61590         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
61591         jm_AC_HEADER_INTTYPES_H.
61592         * m4/jm-macros.m4 (jm_MACROS): Likewise.
61593
61594         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
61595
61596         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61597         Quote first arg of AC_DEFUN.
61598         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
61599         since they are needed to parse the include file even if we need
61600         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
61601         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
61602         but with opposite signedness.
61603
61604 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61605
61606         Merge 'exclude' changes from tar 1.13.22.
61607         This fixes one or two unlikely storage allocation overflow bugs,
61608         but doesn't change user-visible behavior otherwise.
61609
61610 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61611
61612         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
61613         (jm_PREREQ_EXCLUDE): New macro.
61614
61615 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61616
61617         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
61618         tm to be declared.
61619
61620 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61621
61622         * lib/hash.c: Remove '2001' from copyright notice.
61623
61624 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61625
61626         * lib/full-write.h: New file.
61627         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
61628         * lib/full-write.c: Correct credits, as cccp.c no longer
61629         exists and anyway it was so heavily changed from the old cccp
61630         code as to be unrecognizable.  Include full-write.h.
61631         (full_write) Return size_t, with short writes meaning failure.
61632         All callers changed.  This fixes a bug with large buffers
61633         on 64-bit hosts.
61634         * lib/utime.c: Include full-write.h.
61635
61636 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61637
61638         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
61639         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
61640         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
61641         Include if available.
61642         (<xalloc.h>): Include
61643         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
61644         (verify): New macro.  Use it to verify that EXCLUDE macros do not
61645         collide with FNM macros.
61646         (struct patopts): New struct.
61647         (struct exclude): Use it, as exclude patterns now come with options.
61648         (new_exclude): Support above changes.
61649         (new_exclude, add_exclude_file):
61650         Initial size must now be a power of two to simplify overflow checking.
61651         (free_exclude, fnmatch_no_wildcards): New function.
61652         (excluded_filename): No longer requires options arg, as the options
61653         are determined by add_exclude.  Now returns bool, not int.
61654         (excluded_filename, add_exclude):
61655         Add support for the fancy new exclusion options.
61656         (add_exclude, add_exclude_file): Now takes int options arg.
61657         Check for arithmetic overflow when computing sizes.
61658         (add_exclude_file): xrealloc might modify errno, so don't
61659         realloc until after errno might be used.
61660
61661         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
61662         New macros.
61663         (free_exclude): New decl.
61664         (add_exclude, add_exclude_file): Now takes int options arg.
61665         (excluded_filename): No longer requires options arg, as the options
61666         are determined by add_exclude.  Now returns bool, not int.
61667
61668 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61669
61670         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
61671
61672 2001-08-27  Jim Meyering  <meyering@lucent.com>
61673
61674         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
61675
61676         * lib/version-etc.c (N_): Remove definition.
61677         Revert most of last change.
61678         Instead, simply don't mark the `Copyright...' string for translation.
61679         Based on advice from Paul Eggert.
61680
61681         * lib/strtoxmax.c: Tweak comment.
61682
61683 2001-08-26  Jim Meyering  <meyering@lucent.com>
61684
61685         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
61686
61687         * m4/xstrtoimax.m4: New file.
61688         * m4/xstrtoumax.m4: Add comments explaining why we
61689         AC_REPLACE_FUNCS(strtol).
61690
61691 2001-08-26  Jim Meyering  <meyering@lucent.com>
61692
61693         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
61694         of copyright with `%s' so translators don't get an untranslated
61695         message in 2002.
61696         (COPYRIGHT_YEAR): Define.
61697         (version_etc): Use fprintf rather than fputs.
61698         Suggestion from Ulrich Drepper.
61699
61700         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
61701
61702         * lib/strtoll.c: New file, from GNU libc.
61703         * lib/xstrtoimax.c: New file.
61704
61705         * lib/xstrtol.h: Add xstrtoimax.
61706         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
61707         * lib/strtoimax.c: New file.  Likewise, but first define
61708         STRTOUXMAX_SIGNED.
61709
61710         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
61711         ...
61712         * lib/strtoxmax.c: ... then renamed to this.
61713
61714 2001-08-18  Paul Eggert  <eggert@twinsun.com>
61715
61716         * m4/inttypes.m4: Add AC_PREREQ(2.13).
61717         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
61718         (jm_AC_TYPE_INTMAX_T): New macro.
61719         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
61720
61721         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
61722
61723         * m4/longlong.m4: Renamed from ulonglong.m4.
61724         * m4/inttypes.m4: Renamed from inttypes_h.m4.
61725         * m4/uintmax_t.m4: Removed.
61726
61727 2001-08-13  Paul Eggert  <eggert@twinsun.com>
61728
61729         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
61730         Port to Solaris 8, where 'sed' requires a space after the 'r'
61731         command, and where sh dislikes "$/".  Clean up the spacing a bit.
61732         Redirect output to $tmp just once.
61733
61734 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
61735
61736         * lib/addext.c (<errno.h>): Include.
61737         (errno): Declare if not defined.
61738         (addext): Work correctly when pathconf returns -1 and leaves
61739         errno alone because there is no limit.  Also, work even if
61740         pathconf returns a value greater than SIZE_MAX.
61741
61742 2001-08-12  Jim Meyering  <meyering@lucent.com>
61743
61744         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
61745         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
61746         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
61747         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
61748         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
61749         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
61750         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
61751         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
61752         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
61753         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
61754         utime.m4, utimes.m4, xstrtoumax.m4:
61755         Quote the first argument in each use of AC_DEFUN.
61756
61757 2001-08-12  Jim Meyering  <meyering@lucent.com>
61758
61759         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
61760         Simply `return getcwd (NULL, 0);'.
61761         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
61762         Use 1300 as initial value for length, not PATH_MAX.
61763
61764         * lib/pathmax.h: Clean up cpp syntax.
61765
61766 2001-08-12  Jim Meyering  <meyering@lucent.com>
61767
61768         * lib/gettimeofday.c: New file.
61769         * lib/gtod.h: New file.
61770         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
61771
61772 2001-08-05  Jim Meyering  <meyering@lucent.com>
61773
61774         * m4/jm-macros.m4: Require autoconf-2.52.
61775
61776 2001-08-04  Jim Meyering  <meyering@lucent.com>
61777
61778         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
61779         stmt, to get in sync with glibc.
61780
61781 2001-08-03  Paul Eggert  <eggert@twinsun.com>
61782
61783         The following changes are from gettext 0.10.39 as maintained by
61784         Bruno Haible.
61785
61786         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
61787         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
61788         with inverted sense.  All uses changed.
61789
61790         * lib/mbswidth.c: Don't include <limits.h>.
61791         Include <stdlib.h> and <string.h> unconditionally.
61792         (iswcntrl, mbsinit, ISCNTRL): New macros.
61793         (mbsnwidth): Use K&R style function declarations.
61794         Don't bother checking for MB_LEN_MAX == 1, since the compiler
61795         can optimize it when MB_CUR_MAX == 1.
61796         The width of control characters is zero, not 1.
61797
61798 2001-08-03  Paul Eggert  <eggert@twinsun.com>
61799
61800         The following changes are from gettext 0.10.39 as maintained by
61801         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
61802
61803         * m4/codeset.m4: Upgrade to serial AM1.
61804         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
61805         all uses changed.  Quote first arg of AC_DEFUN.
61806         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
61807
61808         * m4/iconv.m4: Upgrade to serial AM2.
61809         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
61810         Add --with-libconv-prefix.
61811         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
61812         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
61813         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
61814         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
61815         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
61816
61817         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
61818         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
61819         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
61820         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
61821         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
61822         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
61823         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
61824         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
61825         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
61826
61827         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
61828         string.h any more.
61829
61830         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
61831         not the default value.
61832
61833         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
61834         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
61835         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
61836         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
61837         Also check for iswcntrl, used for wcwidth fallback.
61838         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
61839         to Autoconf 2.13.
61840
61841 2001-08-03  Jim Meyering  <meyering@lucent.com>
61842
61843         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
61844         as it was in the original.  Reported by Paul Eggert.
61845
61846 2001-07-16  Jim Meyering  <meyering@lucent.com>
61847
61848         * m4/gettimeofday.m4: New file.
61849         Prompted by a report from Bernhard Baehr.
61850
61851 2001-07-15  Jim Meyering  <meyering@lucent.com>
61852
61853         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
61854         stuff. Now it's in ../Makefile.cfg.
61855
61856 2001-07-15  Jim Meyering  <meyering@lucent.com>
61857
61858         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
61859         (BUILT_SOURCES): Add unlocked-io.h.
61860         (io_functions): Define.
61861         (unlocked-io.h): New rule.
61862         (DISTCLEANFILES): Add unlocked-io.h.
61863         (all-local): Depend on unlocked-io.h, to ensure it is created.
61864
61865         * lib/unlocked-io.hin: New file
61866
61867         * lib/regex.c: Update from glibc.
61868
61869 2001-07-05  Jim Meyering  <meyering@lucent.com>
61870
61871         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
61872         recommendation.
61873         (libfetish_a_SOURCES): Put all .h files here instead.
61874         Remove a thus-exposed (better checks in automake) duplicate and
61875         two unnecessary .h files.
61876
61877 2001-07-04  Jim Meyering  <meyering@lucent.com>
61878
61879         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
61880         that generates jm-glibc-io.m4 so that it doesn't trigger any make
61881         distcheck failure.
61882
61883 2001-07-02  Jim Meyering  <meyering@lucent.com>
61884
61885         The following changes were prompted by suggestions from Bruno Haible.
61886
61887         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
61888         is now generated.
61889         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
61890         definition of EXTRA_DIST.
61891         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
61892         ensure that the generated file is created/updated whenever the list
61893         of $(unlocked_functions) is changed.
61894         (jm-glibc-io.m4): New rule.
61895         (unlocked-io.h): New rule -- currently unused.
61896
61897 2001-06-24  Jim Meyering  <meyering@lucent.com>
61898
61899         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
61900         unmatched right bracket, rather than kludging it with an extra,
61901         falsely-matching quote in a comment.  Patch by Akim Demaille.
61902
61903 2001-06-11  Jim Meyering  <meyering@lucent.com>
61904
61905         * lib/regex.c: Update from GNU libc.
61906
61907 2001-05-27  Jim Meyering  <meyering@lucent.com>
61908
61909         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
61910         Check for ut_type in struct utmp.
61911
61912 2001-05-27  Jim Meyering  <meyering@lucent.com>
61913
61914         * lib/readutmp.h (UT_TYPE): Define.
61915
61916 2001-05-24  Jim Meyering  <meyering@lucent.com>
61917
61918         * lib/argmatch.c: Include "quote.h".
61919         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
61920         quote function.  Reported by Göran Uddeborg.
61921
61922 2001-05-22  Jim Meyering  <meyering@lucent.com>
61923
61924         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
61925         now that we use the package-supplied version unconditionally.
61926         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
61927
61928 2001-05-21  Jim Meyering  <meyering@lucent.com>
61929
61930         * m4/regex.m4: Change a couple backticks to single quotes to avoid
61931         shell syntax errors.
61932
61933 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
61934
61935         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
61936
61937 2001-05-20  Paul Eggert  <eggert@twinsun.com>
61938
61939         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
61940         Don't bother to check library strftime, since
61941         we'll be using our own my_strftime function anyway.
61942         Define my_strftime instead of strftime.
61943
61944 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
61945
61946         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
61947         which is not yet declared.
61948
61949 2001-05-15  Jim Meyering  <meyering@lucent.com>
61950
61951         * m4/regex.m4: Use proper quoting so brackets appear in the test
61952         program.
61953         Reported by, and with help from, Bruno Haible.
61954
61955 2001-05-13  Jim Meyering  <meyering@lucent.com>
61956
61957         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
61958         undefined.
61959
61960 2001-05-11  Paul Eggert  <eggert@twinsun.com>
61961
61962         dirname code cleanup.  base_name now behaves more compatibly
61963         with POSIX basename when given file names that have trailing
61964         slashes, and similarly for dir_name.  Add new primitives
61965         base_len and dir_len.  Put the directory-name-related decls
61966         into dirname.h.
61967
61968         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
61969         * lib/backupfile.c (base_name): Likewise.
61970         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
61971         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
61972         * lib/makepath.c (strip_trailing_slashes): Likewise.
61973         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
61974         ISSLASH): Likewise.
61975         * lib/rename.c (strip_trailing_slashes): Likewise.
61976         * lib/same.c (base_name): Likewise.
61977         * lib/stripslash.c (ISSLASH): Likewise.
61978
61979         * lib/addext.c: Include <dirname.h> after size_t is defined.
61980         * lib/backupfile.c: Likewise.
61981
61982         * lib/addext.c (addext): Use base_len to trim redundant
61983         trailing slashes instead of doing it ourselves.
61984         But do not trim the last slash if it is not redundant.
61985
61986         * lib/backupfile.c (find_backup_file_name,
61987         max_backup_version): Use base_len instead of rolling it ourselves.
61988         Handle the case of "" and (on DOS) "C:" correctly.
61989
61990         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
61991         needed. Include <string.h>, <dirname.h>.
61992         (base_name): Allow file names ending in slashes, other than names
61993         that are all slashes.  In this case, return the basename followed
61994         by the slashes.  This is more general, and can be used in places
61995         where the original base_name purposely had an assertion failure.
61996         (base_len): New function.
61997
61998         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
61999         Do not include <assert.h>; no longer needed.
62000         Include xalloc.h.
62001         (memrchr): Remove decl.
62002         (dir_name_r): Remove.
62003         (dir_len): Renamed from dirlen.  All callers changed.
62004         Rewrite in terms of base_name, for simplicity and consistency.
62005         (dir_name): Never return NULL.  All callers changed.
62006         Do not include <stdlib.h> in test program; no longer needed.
62007         return 0; is fine for test program.
62008
62009         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
62010         New macros.
62011         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
62012
62013         * lib/path-concat.c (path_concat): Use base_len to compute
62014         base length, not strlen; this means we cannot rely on memcpy
62015         to null-terminate.
62016
62017         * lib/same.c (STREQ): Remove.
62018         (same_name): Handle the case where the basename ends in trailing '/'.
62019
62020         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
62021         a slash was stripped.  Do not strip the last slash after a
62022         file system prefix.
62023
62024 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62025
62026         * lib/Makefile.am (libfetish_a_SOURCES):
62027         Add strftime.c, since we now compile it on all hosts.
62028
62029         * lib/strftime.c (my_strftime):
62030         Define to nstrftime if emacs, but only if my_strftime is not defined.
62031         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
62032         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
62033         Add one more extra argument: a nanoseconds value.
62034         All uses changed.
62035         (ns): New macro.
62036         (my_strftime function): Add %N format.
62037         (emacs_strftimeu): Renamed from emacs_strftime,
62038         with extra ut argument.
62039
62040 2001-05-09  Paul Eggert  <eggert@twinsun.com>
62041
62042         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
62043
62044 2001-04-21  Jim Meyering  <meyering@lucent.com>
62045
62046         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
62047         doesn't interfere.
62048
62049 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62050
62051         * m4/ftruncate.m4: Check for chsize.
62052         Link with ftruncate.o unconditionally if ftruncate is missing.
62053         This was required when cross-compiling to i586-mingw32msvc.
62054
62055 2001-04-08  Jim Meyering  <meyering@lucent.com>
62056
62057         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
62058         recomputed; that's necessary when the offset spans a DST transition.
62059         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
62060
62061 2001-04-02  Jim Meyering  <meyering@lucent.com>
62062
62063         * lib/regex.h, regex.c: Update from GNU libc.
62064
62065 2001-03-24  Jim Meyering  <meyering@lucent.com>
62066
62067         * m4/jm-macros.m4: Require autoconf-2.49d.
62068
62069 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
62070
62071         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
62072
62073 2001-03-19  Paul Eggert  <eggert@twinsun.com>
62074
62075         * lib/version-etc.c (version_etc_copyright): Update to 2001.
62076
62077 2001-03-17  Jim Meyering  <meyering@lucent.com>
62078
62079         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
62080         now that the version in autoconf is equivalent.
62081         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
62082
62083         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
62084         Suggestion from Akim Demaille.
62085
62086         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
62087         (jm_PREREQ_TEMPNAME): New function.
62088
62089 2001-03-16  Paul Eggert  <eggert@twinsun.com>
62090
62091         * lib/tempname.c (uint64_t): Define to uintmax_t if
62092         not defined, and if UINT64_MAX is not defined.
62093         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
62094         Reported by John David Anglin.
62095
62096 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
62097
62098         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
62099         resolve alias if codeset is empty.
62100         * lib/config.charset (BeOS): Use wildcard syntax.
62101
62102 2001-03-13  Jim Meyering  <meyering@lucent.com>
62103
62104         * lib/path-concat.c (path_concat)
62105         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
62106         concatenating e.g., `C:' and `foo'.
62107         From Bruno Haible.
62108
62109 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62110
62111         * lib/localcharset.c (locale_charset): Don't use
62112         setlocale(LC_CTYPE,NULL). Don't return NULL.
62113         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
62114
62115 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62116
62117         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
62118         support for DOS/DJGPP.
62119
62120 2001-03-01  Paul Eggert  <eggert@twinsun.com>
62121
62122         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
62123         lacks mkstemp.  Compile our own tempname.c if we compile our own
62124         mkstemp.c, as mkstemp relies on tempname.
62125
62126 2001-03-01  Jim Meyering  <meyering@lucent.com>
62127
62128         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
62129         AH_VERBATIM really does output its argument verbatim.
62130
62131 2001-02-28  Paul Eggert  <eggert@twinsun.com>
62132
62133         * lib/Makefile.am (libfetish_a_SOURCES):
62134         Add dup-safer.c, fopen-safer.c.
62135         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
62136
62137         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
62138         * lib/unistd-safer.h: New files.
62139
62140 2001-02-25  Paul Eggert  <eggert@twinsun.com>
62141
62142         The mkstemp replacement is taken from glibc 2.2.2, with some
62143         portability fixes for use outside glibc, as follows:
62144
62145         * lib/tempname.c (struct_stat64): New macro.
62146         (direxists, __gen_tempname): Use it.
62147         This avoids a portability problem with Solaris 8.
62148
62149         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62150         (<stddef.h>, <stdint.h>, <string.h>):
62151         Include only if STDC_HEADERS || _LIBC.
62152         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62153         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62154         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62155         (__set_errno): Define this macro if <errno.h> doesn't.
62156         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62157         Define these macros if <stdio.h> doesn't.
62158         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62159         Define these macros if <sys/stat.h>
62160         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62161         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62162         __xstat64): Define if not _LIBC.
62163         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
62164         (__gen_tempname): Invoke gettimeofday only if
62165         HAVE_GETTIMEOFDAY || _LIBC;
62166         otherwise, fall back on plain "time".
62167         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
62168
62169         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
62170
62171         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
62172
62173 2001-02-18  Paul Eggert  <eggert@twinsun.com>
62174
62175         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
62176
62177 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62178
62179         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
62180         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
62181         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
62182         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62183
62184 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62185
62186         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
62187         Remove workaround macros for hosts that have mbrtowc but not
62188         mbstate_t, as we now insist on proper declarations for both
62189         before using mbrtowc.
62190
62191 2001-02-17  Jim Meyering  <meyering@lucent.com>
62192
62193         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
62194         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
62195         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
62196         UnixWare 7.1.1.
62197
62198         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
62199         rather than AC_CACHE_VAL.
62200
62201 2001-02-17  Jim Meyering  <meyering@lucent.com>
62202
62203         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
62204         around included file name.
62205
62206         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
62207
62208         * lib/strftime.c: Update from GNU libc (the only changes were to
62209         comments).
62210
62211 2001-02-17  Jim Meyering  <meyering@lucent.com>
62212
62213         * lib/regex.c: Update from libc.
62214
62215 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
62216
62217         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
62218         clash.
62219
62220 2001-02-16  Paul Eggert  <eggert@twinsun.com>
62221
62222         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
62223         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
62224         Reported by Mark Hounschell via Paul Eggert.
62225
62226 2001-02-07  Jim Meyering  <meyering@lucent.com>
62227
62228         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
62229
62230 2001-02-05  Jim Meyering  <meyering@lucent.com>
62231
62232         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
62233         it includes the patch required for `large file' support with at least
62234         HP-UX's 10.20 /bin/cc.
62235
62236 2001-02-03  Jim Meyering  <meyering@lucent.com>
62237
62238         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
62239         AS_IF, now that it works once again (mysteriously).
62240         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62241
62242 2001-01-30  Jim Meyering  <meyering@lucent.com>
62243
62244         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
62245         * m4/chown.m4: Rename conftestchown to conftest.chown.
62246         * m4/rename.m4: s/conftestdir/conftest.d1/ and
62247         s/conftestdir2/conftest.d2/.
62248         * m4/utimes.m4: s/conftestdata/conftest.data/
62249         Inspired by Pavel Roskin's change in autoconf.
62250
62251 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
62252
62253         * lib/config.charset: Update for FreeBSD 4.2.
62254
62255 2001-01-27  Jim Meyering  <meyering@lucent.com>
62256
62257         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
62258         a use of AS_IF.
62259         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62260
62261 2001-01-26  Jim Meyering  <meyering@lucent.com>
62262
62263         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
62264         quotearg.c includes it.
62265
62266 2001-01-26  Jim Meyering  <meyering@lucent.com>
62267
62268         * lib/quotearg.c: Include stddef.h.
62269         * lib/quote.c: Include stddef.h.
62270         Reported by Axel Kittenberger.
62271
62272         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
62273         line in double quotes so that it evokes a better diagnostic.
62274         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
62275         Reported by Axel Kittenberger.
62276
62277 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
62278
62279         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
62280         as if it was a `charset'.
62281
62282 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62283
62284         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
62285         has const.
62286
62287 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62288
62289         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
62290         to avoid a warning.  Add back 'const' to inptr.
62291
62292 2001-01-20  Jim Meyering  <meyering@lucent.com>
62293
62294         Be sure that headers are checked before used in code compiled
62295         for the type checks.
62296         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
62297         In place of that, invoke jm_CHECK_ALL_TYPES.
62298         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
62299         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
62300         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
62301         The check for ssize_t was mistakenly run before the test for unistd.h.
62302
62303         The configure-time check for stdbool.h was missing.
62304         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
62305         (jm_PREREQ_HASH): New function.
62306
62307 2001-01-17  Jim Meyering  <meyering@lucent.com>
62308
62309         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
62310         for autoconf-2.49c.
62311         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
62312
62313 2001-01-16  Jim Meyering  <meyering@lucent.com>
62314
62315         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
62316         From Bruno Haible.
62317
62318 2001-01-14  Jim Meyering  <meyering@lucent.com>
62319
62320         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
62321         foo and bar.  Create conftestdir/ in the script, not in the C code.
62322         Remove directories in the script, not in the C code.
62323         Remove conftestdir{,2} before trying to create the directory.
62324         Make the entire configure script fail if the mkdir fails.
62325
62326 2001-01-14  Jim Meyering  <meyering@lucent.com>
62327
62328         * lib/rename.c: New file.  From Volker Borchert.
62329         Include stdlib.h, string.h or strings.h, and xalloc.h.
62330         Use strip_trailing_slashes rather than open-coding it.
62331
62332 2001-01-03  Paul Eggert  <eggert@twinsun.com>
62333
62334         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
62335
62336 2001-01-03  Jim Meyering  <meyering@lucent.com>
62337
62338         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
62339         of local `inptr' to avoid warning with some system declarations of
62340         iconv.
62341
62342 2001-01-02  Volker Borchert  <bt@teknon.de>
62343
62344         * m4/rename.m4: New file.
62345         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
62346
62347 2001-01-01  Jim Meyering  <meyering@lucent.com>
62348
62349         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
62350         even on systems with utmpx.h.  It's necessary for the declaration of
62351         utmp's ut_user member.  Reported by Andreas Jaeger.
62352
62353         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
62354         available. They are required for the declarations of getgrgid and
62355         getpwuid resp.
62356         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
62357         Reported by Andreas Jaeger.
62358
62359 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
62360
62361         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
62362         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
62363         so `make install' also works in VPATH builds.
62364
62365 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
62366
62367         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
62368         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
62369         can be used in subdirectories.
62370
62371 2000-12-29  Paul Eggert  <eggert@twinsun.com>
62372
62373         * lib/modechange.c: Do not assume that mode_t uses the
62374         traditional octal encoding.  E.g. "chmod 1 FOO" should set
62375         the other-execute bit of FOO even if S_IXOTH != 1.
62376
62377         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
62378         WOTH, XOTH, ALLM): New macros.
62379         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
62380          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
62381         Use them.
62382         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
62383         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
62384         (mode_compile):
62385         No need to use uintmax_t; unsigned long is long enough.
62386         Don't bother to get suffix since we don't use it.
62387
62388 2000-12-26  Jim Meyering  <meyering@lucent.com>
62389
62390         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
62391         better with autoheader.
62392
62393 2000-12-24  Jim Meyering  <meyering@lucent.com>
62394
62395         * lib/hash.c (is_prime): Return explicit boolean values.
62396         (hash_get_first): Return NULL to appease Irix5.6's 89.
62397         Reported by Nelson Beebe.
62398
62399 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
62400
62401         * lib/localcharset.c (locale_charset): Add support for Win32.
62402
62403 2000-12-18  Paul Eggert  <eggert@twinsun.com>
62404
62405         * lib/physmem.h, lib/physmem.c: New files.
62406
62407         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
62408         (noinst_HEADERS): Add physmem.h.
62409
62410         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
62411         't' for compatibility with Solaris 8 sort.
62412
62413 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
62414
62415         * lib/config.charset: Add support for BeOS.
62416
62417 2000-12-17  Jim Meyering  <meyering@lucent.com>
62418
62419         * m4/dos.m4 (jm_AC_DOS): New file and macro.
62420         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
62421
62422 2000-12-16  Jim Meyering  <meyering@lucent.com>
62423
62424         This bug had a serious impact on chown: `chown N:M FILE' (for integer
62425         N and M) would have treated it like `chown N:N FILE'.
62426
62427         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
62428
62429 2000-12-16  Jim Meyering  <meyering@lucent.com>
62430
62431         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
62432         SHELLS_FILE to a file name that's useful on djgpp systems.
62433         Include stdlib.h.
62434         (ADDITIONAL_DEFAULT_SHELLS): Define.
62435         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
62436         Based mostly on a patch from Prashant TR.
62437
62438 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
62439
62440         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
62441         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
62442         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
62443
62444 2000-12-08  Andreas Schwab  <schwab@suse.de>
62445
62446         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
62447         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
62448
62449 2000-12-07  Jim Meyering  <meyering@lucent.com>
62450
62451         * lib/stripslash.c (ISSLASH): Define.
62452         (strip_trailing_slashes): Use ISSLASH rather than comparing against
62453         `/'.
62454         From Prashant TR.
62455
62456         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
62457         (dir_name_r): Declare this function as static.
62458         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
62459         manifest itself on a name containing a mix of slashes and
62460         backslashes.
62461         Make this function work with names starting with a DOS-style
62462         drive letter and colon prefix.
62463         (dir_name): Append `.' if necessary.
62464         Based mostly on patches from Prashant TR and Eli Zaretskii.
62465
62466         * lib/dirname.h (dir_name_r): Remove prototype.
62467
62468 2000-12-06  Paul Eggert  <eggert@twinsun.com>
62469
62470         * m4/off_t-format.m4: Remove this file.
62471         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
62472
62473 2000-12-06  Jim Meyering  <meyering@lucent.com>
62474
62475         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
62476         replacement strtoull, we may well need the replacement strtoul, too.
62477         Check for declarations of strtoul and strtoull.
62478         Check for strtol.  Mainly as a cue to cause automake to include
62479         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
62480         Check for limits.h -- strtol.c needs it.
62481
62482 2000-12-05  Jim Meyering  <meyering@lucent.com>
62483
62484         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
62485
62486 2000-12-04  Jim Meyering  <meyering@lucent.com>
62487
62488         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
62489         Also include memory.h, stdlib.h, unistd.h if appropriate.
62490         Reported by Andreas Jaeger (conflicting declaration of malloc).
62491
62492 2000-12-02  Jim Meyering  <meyering@lucent.com>
62493
62494         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
62495         * m4/jm-macros.m4 (jm_MACROS): require it.
62496
62497 2000-12-02  Jim Meyering  <meyering@lucent.com>
62498
62499         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
62500
62501 2000-12-01  Paul Eggert  <eggert@twinsun.com>
62502
62503         * lib/memrchr.c: Include <config.h> before any system include file.
62504
62505 2000-11-30  Jim Meyering  <meyering@lucent.com>
62506
62507         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
62508
62509 2000-11-30  Jim Meyering  <meyering@lucent.com>
62510
62511         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
62512
62513 2000-11-29  Paul Eggert  <eggert@twinsun.com>
62514
62515         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
62516
62517 2000-11-26  Jim Meyering  <meyering@lucent.com>
62518
62519         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
62520
62521 2000-11-22  Paul Eggert  <eggert@twinsun.com>
62522
62523         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
62524         size of (size_t) -1; it's not portable.
62525
62526 2000-11-17  Jim Meyering  <meyering@lucent.com>
62527
62528         * lib/strstr.c: Update from GNU libc.
62529
62530 2000-11-17  Akim Demaille  <akim@epita.fr>
62531
62532         * lib/obstack.h: Formatting changes.
62533         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
62534         prevent type checking.
62535         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
62536         cast the value to (void *): assigning a `foo *' to a `void *'
62537         variable is valid.
62538         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
62539
62540 2000-11-16  Jim Meyering  <meyering@lucent.com>
62541
62542         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
62543
62544 2000-11-11  Jim Meyering  <meyering@lucent.com>
62545
62546         * lib/error.c: Add a couple #includes, merging from GNU libc version.
62547
62548 2000-11-10  Jim Meyering  <meyering@lucent.com>
62549
62550         * lib/obstack.h: Update from GNU libc.
62551         * lib/obstack.c: Likewise.
62552
62553 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
62554
62555         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
62556
62557 2000-11-06  Paul Eggert  <eggert@twinsun.com>
62558
62559         * lib/getusershell.c (setusershell): Use rewind rather than
62560         fseek/fseeko, to avoid configuration hassles with fseeko.
62561         Don't bother opening SHELLS_FILE if shellstream is NULL;
62562         it's not necessary.
62563
62564 2000-11-05  Jim Meyering  <meyering@lucent.com>
62565
62566         * lib/makepath.h (make_dir): Declare.
62567         * lib/makepath.c (make_dir): Remove `static' attribute.
62568         Tweak a comment.
62569
62570 2000-11-04  Jim Meyering  <meyering@lucent.com>
62571
62572         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
62573
62574 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
62575
62576         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
62577         last one in a bucket, advance to the next bucket.
62578
62579 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
62580
62581         * lib/fnmatch.c: Do not comment out all the code if we are using
62582         the GNU C library, because in some cases we are replacing buggy
62583         code in the GNU C library itself.
62584
62585 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
62586
62587         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
62588         (regex_compile): Catch bogus \(\1\).
62589
62590 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62591
62592         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
62593         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
62594         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
62595
62596 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62597
62598         * lib/error.h, getline.h, modechange.h:
62599         Remove "2000" from Copyright line, as the file hasn't been
62600         changed this year other than in the copyright notice.
62601
62602         * lib/xalloc.h: Add "2000" to Copyright line, as this file
62603         was changed this year.
62604
62605 2000-10-29  Jim Meyering  <meyering@lucent.com>
62606
62607         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
62608         renaming.
62609         * m4/ls-mntd-fs.m4: Likewise
62610
62611 2000-10-29  Jim Meyering  <meyering@lucent.com>
62612
62613         * lib/xstat.in: Fix grammar in comment.
62614
62615 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
62616
62617         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
62618         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
62619         doesn't define __restrict_arr.
62620
62621 2000-10-28  Jim Meyering  <meyering@lucent.com>
62622
62623         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
62624         (jm_PREREQ_MEMCHR): New function.
62625
62626 2000-10-28  Jim Meyering  <meyering@lucent.com>
62627
62628         * lib/memchr.c: Update from libc.
62629         Adjust for portability:
62630         [HAVE_STDLIB_H]: Include stdlib.h.
62631         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
62632         Undef __memchr, too.
62633         [!weak_alias]: Define __memchr to memchr.
62634
62635         * lib/regex.c: Update from libc.
62636         * lib/regex.h: Likewise.
62637         * lib/getopt1.c: Likewise.
62638         * lib/memcmp.c: Likewise.
62639
62640         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
62641         Avoid using fseek, when possible -- it's broken by design.
62642         Patch by Ulrich Drepper.
62643
62644 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
62645
62646         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
62647         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
62648         Giving in to popular pressure to shut up the compiler with casts.
62649
62650 2000-10-26  Jim Meyering  <meyering@lucent.com>
62651
62652         * lib/strftime.c: Update from libc.
62653
62654 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
62655
62656         * regex.c: More `unsigned char' -> `re_char' changes.
62657         Also change several `int' into `re_wchar_t'.
62658         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
62659         (PUSH_FAILURE_POINTER): Don't cast any more.
62660         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
62661         We want GCC to complain, since this piece of code makes
62662         re_match non-reentrant, which *should* be fixed.
62663         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
62664         (EXTEND_BUFFER): Use RETALLOC.
62665         (SET_LIST_BIT): Don't cast.
62666         (re_wchar_t): New type.
62667         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
62668         that those two functions will always properly return.
62669         (IMMEDIATE_QUIT_CHECK): Cast to void.
62670         (analyse_first): Use recursion rather than an explicit stack.
62671         (re_compile_fastmap): Can't fail anymore.
62672         (re_search_2): Don't check re_compile_fastmap for failure.
62673         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
62674         Now also sets the new value (passed in a new argument).
62675         (re_match_2_internal): Use it.
62676         Also, use a new var `reg' of type size_t when looping through regs
62677         rather than reuse the inappropriate `mcnt'.
62678
62679 2000-10-25  Jim Meyering  <meyering@lucent.com>
62680
62681         * lib/obstack.c: Update from libc.
62682
62683 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
62684
62685         * regex.c (regex_compile): Change the way of handling a range from
62686         a char less than 256 to a char not less than 256.
62687
62688 2000-10-24  Andrew Innes  <andrewi@gnu.org>
62689
62690         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
62691         NT-Emacs only.
62692         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
62693         so that re_search functions only quit when callers expect them to.
62694
62695 2000-10-23  Jim Meyering  <meyering@lucent.com>
62696
62697         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
62698         wrong.  That set_locale call must not have any side effects.
62699         From Paul Eggert.
62700
62701 2000-10-22  Jim Meyering  <meyering@lucent.com>
62702
62703         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
62704         [CYCLIC]: Remove now-unused definition.
62705
62706         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
62707         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
62708         Suggestion from Ulrich Drepper.
62709
62710 2000-10-21  Jim Meyering  <meyering@lucent.com>
62711
62712         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
62713         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
62714         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
62715
62716 2000-10-21  Jim Meyering  <meyering@lucent.com>
62717
62718         * lib/dirname.c (memrchr): Declare if necessary.
62719         (dir_name): Remove the restriction that there be no
62720         trailing slashes.  Now, this code skips past them, effectively
62721         ignoring them.
62722         [TEST_DIRNAME] (main): New unit tests.
62723
62724         * lib/memrchr.c: New file from GNU libc.
62725         Undef __memrchr, too.
62726         [!weak_alias]: Define __memrchr to memrchr.
62727         Guard weak_alias use with `#ifdef weak_alias'.
62728
62729 2000-10-21  Jim Meyering  <meyering@lucent.com>
62730
62731         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
62732         (dir_name): Use dir_name_r.
62733         * lib/dirname.h (dir_name_r): Declare it.
62734
62735 2000-10-17  Jim Meyering  <meyering@lucent.com>
62736
62737         * lib/quote.h (PARAMS): Define and use.
62738         Reported by Akim Demaille.
62739
62740         * lib/getopt.c: Update from libc.
62741
62742 2000-10-16  Jim Meyering  <meyering@lucent.com>
62743
62744         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
62745         setlocale.
62746         From Jan Fedak.
62747
62748 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
62749
62750         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
62751
62752 2000-09-25  Jim Meyering  <meyering@lucent.com>
62753
62754         * lib/md5.h (rol): Define (from GnuPG).
62755
62756         * lib/sha.c: Give credit (GnuPG) where due.
62757         (M): Use rol rather than open-coding it.
62758         Add a FIXME comment.
62759
62760 2000-09-21  Jim Meyering  <meyering@lucent.com>
62761
62762         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
62763         Reported by Michael Stone.
62764
62765 2000-09-20  Jim Meyering  <meyering@lucent.com>
62766
62767         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
62768         (noinst_HEADERS): Add sha.h.
62769         Based on code from Scott G. Miller and from GnuPG.
62770
62771 2000-09-18  Jim Meyering  <meyering@lucent.com>
62772
62773         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
62774         LIBS. Otherwise, everyone ends up linking with -lelf for some
62775         configurations.
62776         Reported by Mike Stone.
62777
62778 2000-09-15  Jim Meyering  <meyering@lucent.com>
62779
62780         * lib/regex.c: Update from libc.
62781
62782 2000-09-10  Jim Meyering  <meyering@lucent.com>
62783
62784         * lib/getopt.c (_getopt_internal): Update from glibc.
62785
62786 2000-09-09  Jim Meyering  <meyering@lucent.com>
62787
62788         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
62789         think it should be used as a general replacement for isascii.
62790         * lib/fnmatch.c: Likewise.
62791         * lib/mbswidth.c: Likewise
62792         * lib/regex.c: Likewise.
62793
62794         Don't use atoi.
62795         * lib/userspec.c: Include sys/param.h and limits.h.
62796         Include xstrtol.h.
62797         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
62798         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
62799         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
62800         UID, GID.  Check range.
62801
62802 2000-09-06  Jim Meyering  <meyering@lucent.com>
62803
62804         * lib/getopt.c (_getopt_internal): Update from glibc.
62805
62806 2000-08-30  Jim Meyering  <meyering@lucent.com>
62807
62808         * lib/strftime.c: Merge in changes from GNU libc.
62809
62810 2000-08-26  Jim Meyering  <meyering@lucent.com>
62811
62812         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
62813         * m4/fpending.m4: New file.
62814
62815 2000-08-26  Jim Meyering  <meyering@lucent.com>
62816
62817         * lib/closeout.c: Include "__fpending.h".
62818         (close_stdout_status): Return right away if there's nothing to flush.
62819
62820         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
62821         * lib/__fpending.c: New file.
62822         * lib/__fpending.h: New file.
62823
62824 2000-08-20  Jim Meyering  <meyering@lucent.com>
62825
62826         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
62827         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
62828         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
62829
62830 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
62831
62832         Improve fileutils installation on systems where running
62833         programs (like install) can't be unlinked.
62834         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
62835         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
62836
62837 2000-08-07  Paul Eggert  <eggert@twinsun.com>
62838
62839         Standardize on "memory exhausted" instead of "Memory exhausted"
62840         or "virtual memory exhausted".
62841         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
62842         "virtual memory exhausted".
62843         * lib/same.c (same_name): Invoke xalloc_die instead of printing
62844         our own message.
62845         * lib/userspec.c (parse_user_spec): Likewise.
62846         * lib/bumpalloc.h: comment fix
62847         * lib/same.c, userspec.c: Include xalloc.h.
62848
62849         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
62850         not char *const and pointing to a constant array.
62851         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
62852         (xrealloc): Comment fix.
62853
62854         * lib/userspec.c (parse_user_spec):
62855         Don't translate a message until just before returning,
62856         to avoid unnecessary translation.
62857
62858 2000-08-07  Jim Meyering  <meyering@lucent.com>
62859
62860         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
62861         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
62862         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
62863         getgroups.c, gethostname.c, getopt.h, group-member.c,
62864         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
62865         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
62866         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
62867         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
62868         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
62869         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
62870         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
62871         yesno.c: Back out Copyright date changes for each file with no change
62872         this year.  This eases coordination with other programs using the same
62873         source code modules.  From Paul Eggert.
62874
62875 2000-08-06  Paul Eggert  <eggert@twinsun.com>
62876
62877         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
62878         not char, for compatibility with glibc 2.1.3 strftime.c.
62879
62880 2000-08-03  Greg McGary  <greg@mcgary.org>
62881
62882         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
62883         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
62884         (EXTEND_BUFFER): Use them.
62885
62886 2000-08-01  Jim Meyering  <meyering@lucent.com>
62887
62888         * lib/dirname.c (ISSLASH): Define.
62889         (BACKSLASH_IS_PATH_SEPARATOR): Define.
62890         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
62891         both `\' and `/' may be use as path separators.
62892         Based on a patch from Prashant TR.
62893
62894 2000-07-31  Paul Eggert  <eggert@twinsun.com>
62895
62896         * lib/quotearg.c (quotearg_n_options): Don't make the initial
62897         slot vector a constant, since it might get modified.
62898
62899 2000-07-31  Jim Meyering  <meyering@lucent.com>
62900
62901         * lib/xmalloc.c: Use `virtual memory exhausted', not
62902         `Memory exhausted'.
62903         * lib/obstack.c (print_and_abort): Likewise.
62904
62905 2000-07-30  Paul Eggert  <eggert@twinsun.com>
62906
62907         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
62908         buffer, so that the caller can always quote one small
62909         component of a "memory exhausted" message in slot 0.
62910         From a suggestion by Jim Meyering.
62911
62912 2000-07-30  Jim Meyering  <meyering@lucent.com>
62913
62914         * lib/makepath.c (make_path): Quote the other instance, too.
62915
62916         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
62917         (STATIC_BUF_SIZE): Define.
62918         (quotearg_n_options): Use only statically allocated storage when
62919         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
62920         than STATIC_BUF_SIZE.
62921
62922 2000-07-29  Jim Meyering  <meyering@lucent.com>
62923
62924         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
62925         * lib/dirname.c (dir_name): Likewise.
62926
62927         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
62928         `/'.
62929
62930         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
62931         (dir_name): Assert that there are no trailing slashes.
62932
62933 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
62934
62935         * lib/mbswidth.h (mbswidth): Add a flags argument.
62936         (mbswidth): New declaration.
62937         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
62938         * lib/mbswidth.c (mbswidth): Add a flags argument.
62939         (mbsnwidth): New function.
62940
62941 2000-07-24  Jim Meyering  <meyering@lucent.com>
62942
62943         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
62944
62945 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62946
62947         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
62948
62949 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62950
62951         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
62952         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
62953         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
62954         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
62955         invoke multibyte primitives.
62956
62957 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62958
62959         * lib/quotearg.c:
62960         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
62961         so that mbstate_t is always defined.
62962
62963         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
62964         be 1 in at least one GCC installation, and this configuration
62965         error is likely to be common.  Ignoring MB_LEN_MAX hurts
62966         performance on hosts that have mbrtowc but have only unibyte
62967         locales, but I assume these hosts are rare.
62968
62969 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62970
62971         * lib/mbswidth.c (_XOPEN_SOURCE):
62972         Don't define; this causes problems on Solaris 7.
62973         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
62974
62975 2000-07-23  Jim Meyering  <meyering@lucent.com>
62976
62977         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
62978         too: getgrgid, getpwuid, getuid.
62979
62980 2000-07-23  Jim Meyering  <meyering@lucent.com>
62981
62982         * lib/basename.c (base_name): Add an assertion.
62983
62984 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
62985
62986         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
62987         shadow its mbsinit function.
62988
62989 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
62990
62991         * lib/mbswidth.h: New file.
62992         * lib/mbswidth.c: New file.
62993         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
62994         (noinst_HEADERS): Add mbswidth.h.
62995
62996 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
62997
62998         * lib/config.charset: Add support for FreeBSD. Improve support for
62999         HP-UX and IRIX 6.
63000
63001 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
63002
63003         * m4/mbswidth.m4: New file.
63004         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
63005
63006 2000-07-15  Jim Meyering  <meyering@lucent.com>
63007
63008         * lib/makepath.c: Include quote.h.
63009         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
63010         corresponding argument in a `quote (...)' call.
63011         Give better diagnostics.
63012
63013         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
63014         (noinst_HEADERS): Add quote.h.
63015
63016         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
63017         from tar's src/misc.c.
63018         * lib/quote.h: New file.  Prototypes for same.
63019
63020 2000-07-14  Paul Eggert  <eggert@twinsun.com>
63021
63022         From a suggestion by Bruno Haible.
63023         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
63024         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
63025         to decide whether to define the BeOS workaround macro;
63026         this adjusts to the change to AC_MBSTATE_T.
63027
63028 2000-07-14  Jim Meyering  <meyering@lucent.com>
63029
63030         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
63031         jm_AC_TYPE_UINTMAX_T.
63032
63033 2000-07-13  Paul Eggert  <eggert@twinsun.com>
63034
63035         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
63036
63037         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
63038         quotearg_buffer_restyled): Add support for
63039         clocale_quoting_style.  Undo previous change to
63040         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
63041         and "{RIGHT QUOTATION MARK}" msgids.
63042
63043 2000-07-10  Paul Eggert  <eggert@twinsun.com>
63044
63045         From a suggestion by Bruno Haible.
63046         * m4/mbstate_t.m4 (AC_MBSTATE_T):
63047         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
63048         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
63049         and mbstate_t, to a single-part test that simply defines mbstate_t.
63050         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
63051         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
63052
63053 2000-07-10  Jim Meyering  <meyering@lucent.com>
63054
63055         * m4/strerror_r.m4: Mirror the correction made in autoconf.
63056
63057         * m4/gnu-source.m4: Output to confdefs.h directly.
63058         Suggestion from Akim Demaille.
63059
63060 2000-07-09  Paul Eggert  <eggert@twinsun.com>
63061
63062         The old behavior of quoting `like this' doesn't look good with
63063         newer, ISO-style fonts.  See:
63064         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
63065
63066         Instead, quote "like this" by default.  Let the translator
63067         tailor the locale-specific quoting behavior by providing
63068         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
63069
63070         * lib/quotearg.c (N_): New macro.
63071         (gettext_default): New function.
63072         (quotearg_buffer_restyled): Use
63073         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
63074         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
63075
63076 2000-07-09  Jim Meyering  <meyering@lucent.com>
63077
63078         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
63079         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
63080
63081         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
63082         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
63083
63084 2000-07-09  Jim Meyering  <meyering@lucent.com>
63085
63086         * lib/Most files: Update copyright dates to include 2000.
63087
63088 2000-07-08  Jim Meyering  <meyering@lucent.com>
63089
63090         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
63091         if not defined.
63092         (xgethostname): Remove now-unnecessary #ifdef.
63093         Move declaration of `err' into loop where it's used.
63094
63095 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63096         and Bruno Haible  <haible@clisp.cons.org>
63097
63098         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
63099         only if the test for an object-type mbstate_t fails.  This
63100         prevents us from mistakenly reporting that mbstate_t is a
63101         system object type after we "#define mbstate_t int" to work
63102         around its lack.
63103
63104 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63105         and Bruno Haible  <haible@clisp.cons.org>
63106
63107         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
63108
63109 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63110
63111         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
63112         to strerror_r.
63113         Include <ctype.h> for use of isalpha.
63114
63115 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63116
63117         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
63118         by allocating a larger buffer. Test the gethostname return value for
63119         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
63120         returns an error and ENAMETOOLONG isn't defined.
63121
63122 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63123
63124         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
63125         dimension.
63126
63127 2000-07-04  Jim Meyering  <meyering@lucent.com>
63128
63129         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
63130         of the deprecated AC_CHECKING.
63131
63132 2000-07-04  Jim Meyering  <meyering@lucent.com>
63133
63134         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
63135         Reported by Bruno Haible.
63136
63137 2000-07-04  Jim Meyering  <meyering@lucent.com>
63138
63139         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
63140         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
63141         lacks mbrtowc.
63142
63143 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63144
63145         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
63146         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
63147
63148 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63149         and Bruno Haible  <haible@clisp.cons.org>
63150
63151         * lib/quotearg.c (mbrtowc):
63152         Assign to *pwc, and return 1 only if result is nonzero.
63153         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63154
63155 2000-07-03  Jim Meyering  <meyering@lucent.com>
63156
63157         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63158
63159 2000-07-03  Jim Meyering  <meyering@lucent.com>
63160
63161         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63162         This is necessary to get a definition of e.g., UTMP_FILE on
63163         HP-UX 10.20.
63164         From Bob Proulx.
63165
63166 2000-07-02  Jim Meyering  <meyering@lucent.com>
63167
63168         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
63169
63170         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
63171         AC_LIBOBJ(function_name).
63172         * m4/chown.m4: Likewise.
63173         * m4/fnmatch.m4: Likewise.
63174         * m4/ftruncate.m4: Likewise.
63175         * m4/getgroups.m4: Likewise.
63176         * m4/getline.m4: Likewise.
63177         * m4/group-member.m4: Likewise.
63178         * m4/jm-macros.m4: Likewise.
63179         * m4/lstat.m4: Likewise.
63180         * m4/malloc.m4: Likewise.
63181         * m4/memcmp.m4: Likewise.
63182         * m4/nanosleep.m4: Likewise.
63183         * m4/putenv.m4: Likewise.
63184         * m4/realloc.m4: Likewise.
63185         * m4/regex.m4: Likewise.
63186         * m4/stat.m4: Likewise.
63187         * m4/strftime.m4: Likewise.
63188
63189 2000-07-02  Jim Meyering  <meyering@lucent.com>
63190
63191         * lib/quotearg.c (mbstate_t): Don't define here.
63192
63193 2000-07-02  Jim Meyering  <meyering@lucent.com>
63194
63195         * lib/nanosleep.c (SIGCONT): Define if not already defined.
63196
63197 2000-07-01  Jim Meyering  <meyering@lucent.com>
63198
63199         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
63200
63201 2000-07-01  Jim Meyering  <meyering@lucent.com>
63202
63203         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
63204         problem.
63205
63206 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63207
63208         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
63209         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
63210
63211 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63212
63213         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
63214         per change in ../m4/ls-mntd-fs.m4.
63215         (read_filesystem_list): Ignore symbolic links.
63216
63217 2000-06-29  Jim Meyering  <meyering@lucent.com>
63218
63219         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
63220         for declaration of strcmp.
63221
63222         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
63223
63224         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
63225         Avoid warning by casting result to `char *' to remove `const'.
63226
63227 2000-06-28  Jim Meyering  <meyering@lucent.com>
63228
63229         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
63230         included by quotearg.c, for which we perform this test.  From
63231         Bruno Haible.
63232
63233 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63234
63235         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
63236         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
63237         <utmpx.h> exists, put readutmp.o into LIBOBJS.
63238
63239 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63240
63241         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
63242
63243 2000-06-26  Paul Eggert  <eggert@twinsun.com>
63244
63245         savedir now sets errno on failure and invokes xmalloc to get memory.
63246         Fix a couple of other minor bugs while we're at it.
63247
63248         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
63249         (NAMLEN): Remove macro.
63250         (malloc, realloc): Remove decls.
63251         (stpcpy): Likewise.
63252         ("xalloc.h"): Include.
63253         (NAME_SIZE_DEFAULT): New macro.
63254         (savedir): Use xmalloc / xrealloc to allocate memory.
63255         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
63256         Skip "" directory entries.
63257         Use strlen to calculate directory entry length, since the old method
63258         is rarely used these days and isn't worth supporting.
63259         Don't use a pointer after freeing it.
63260         Check for integer overflow when calculating allocation size.
63261         Use memcpy to copy entries, instead of stpcpy.
63262         Set errno properly when returning NULL.
63263         Check for readdir error.
63264
63265 2000-06-26  Jim Meyering  <meyering@lucent.com>
63266
63267         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
63268
63269 2000-06-25  Jim Meyering  <meyering@lucent.com>
63270
63271         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
63272         Linux header bug when _XOPEN_SOURCE is defined to 500.
63273
63274 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63275
63276         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
63277         deficiency.
63278
63279 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63280
63281         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
63282         Include xalloc.h.
63283         Don't include <stdlib.h>.  Don't declare malloc, realloc.
63284
63285 2000-06-24  Jim Meyering  <meyering@lucent.com>
63286
63287         * m4/strerror_r.m4: Revive this file -- to try out an experimental
63288         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
63289         for which strerror does return char*, but which lacks a conveniently
63290         accessible declaration of the function.  If the compile-test says
63291         strerror_r doesn't work, then resort to a `run'-test that works on
63292         BeOS and segfaults on DEC Unix.
63293
63294 2000-06-24  Jim Meyering  <meyering@lucent.com>
63295
63296         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
63297
63298 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63299
63300         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
63301         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
63302
63303 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63304
63305         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
63306         (mbrtowc, mbstate_t): Define substitutes if
63307         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
63308         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
63309         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
63310
63311 2000-06-23  Jim Meyering  <meyering@lucent.com>
63312
63313         * m4/afs.m4: Add missing AC_MSG_RESULT.
63314         Reported by Bruno Haible.
63315
63316         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
63317         Suggestion from Bruno Haible.
63318
63319 2000-06-23  Jim Meyering  <meyering@lucent.com>
63320
63321         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
63322
63323 2000-06-21  Jim Meyering  <meyering@lucent.com>
63324
63325         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
63326
63327 2000-06-21  Jim Meyering  <meyering@lucent.com>
63328
63329         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
63330         (noinst_HEADERS): Add getstr.h.
63331
63332         * lib/getline.c (getstr): Move into a separate file.
63333         * lib/getstr.c (getstr): New file, extracted from getline.c, with
63334         the following changes: new parameter, delim2; both delim[12]
63335         parameters have type `int', not `char'.  The latter would lose
63336         with 8-bit delimiters.
63337         * lib/getstr.h: New file.
63338
63339 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63340
63341         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
63342         than 1024, return a memory chunk of least possible size, instead
63343         of size PATH_MAX + 2. In the loop, increment the size proportionally.
63344         Use free/xmalloc instead of xrealloc to avoid copying for very long
63345         paths.
63346
63347 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63348
63349         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
63350         the empty string.
63351
63352 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63353
63354         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
63355         address, not strdup.  Include <stdlib.h> and don't declare free().
63356
63357 2000-06-19  Jim Meyering  <meyering@lucent.com>
63358
63359         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
63360
63361 2000-06-18  Jim Meyering  <meyering@lucent.com>
63362
63363         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
63364
63365         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
63366         `checking whether...' message to be consistent with that of the
63367         lstat test.
63368
63369 2000-06-18  Jim Meyering  <meyering@lucent.com>
63370
63371         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
63372         Besides, these days every porting target provides a mkdir function.
63373
63374         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
63375         needed. (this snippet comes from src/system.h).
63376
63377 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
63378
63379         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
63380
63381 2000-06-15  Paul Eggert  <eggert@twinsun.com>
63382
63383         * lib/human.c (adjust_value): New function.
63384         (human_readable_inexact): Apply rounding style even when
63385         printing approximate values.
63386
63387 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63388
63389         * lib/human.c (human_readable_inexact): Allow an input block
63390         size that is not a multiple of the output block size, and vice versa.
63391         Reported by Piergiorgio Sartor.
63392
63393 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63394
63395         * lib/getdate.y (get_date): Apply relative times after time
63396         zone indicator, not before.  Reported by Todd A. Jacobs.
63397
63398 2000-06-13  Jim Meyering  <meyering@lucent.com>
63399
63400         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
63401
63402         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
63403
63404 2000-06-12  Paul Eggert  <eggert@twinsun.com>
63405
63406         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
63407
63408 2000-06-12  Jim Meyering  <meyering@lucent.com>
63409
63410         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
63411         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
63412         optional argument.
63413         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
63414         the optional argument, `lib'.
63415
63416 2000-06-08  Jim Meyering  <meyering@lucent.com>
63417
63418         * m4/largefile.m4: Remove file (now that it's part of autoconf).
63419
63420 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63421
63422         Rewrite largefile configuration so that we don't need to run
63423         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
63424         AC_CANONICAL_HOST in configure.in -- jmm]
63425
63426         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
63427         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
63428         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
63429         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
63430         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
63431         All uses changed.
63432         Instead of inspecting the output of getconf, try to compile the
63433         test program without and with the macro definition.
63434         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
63435         for getconf.  Instead, check for the needed flags by compiling
63436         test programs.
63437
63438 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63439
63440         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
63441
63442 2000-06-04  Jim Meyering  <meyering@lucent.com>
63443
63444         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
63445         SunOS 4.1.4 for which gid_t is an unsigned type.
63446
63447 2000-06-03  Jim Meyering  <meyering@lucent.com>
63448
63449         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
63450         now that autoconf requires that.
63451
63452         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
63453         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
63454         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
63455
63456 2000-06-03  Jim Meyering  <meyering@lucent.com>
63457
63458         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
63459
63460 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63461
63462         * m4/glibc21.m4: New file.
63463         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
63464
63465 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63466
63467         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
63468         newer, don't install charset.alias.
63469         * lib/config.charset: Change the Linux/glibc rules so they become empty
63470         on glibc-2.1 or newer.
63471
63472 2000-06-02  Jim Meyering  <meyering@lucent.com>
63473
63474         * lib/mountlist.c: Back out last change.  Instead, do this...
63475         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
63476         me_dummy member using the same `ignore'-testing code.
63477         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
63478         fs_type strings.
63479         From Mark D. Roth.
63480
63481 2000-05-29  Jim Meyering  <meyering@lucent.com>
63482
63483         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
63484         mounts with the `ignore' attribute.  Based on a patch from
63485         Mark D. Roth.
63486
63487 2000-05-28  Jim Meyering  <meyering@lucent.com>
63488
63489         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
63490         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63491         * m4/stat.m4: Likewise.
63492         * m4/lstat.m4: Likewise.
63493         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
63494
63495         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
63496         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
63497
63498 2000-05-26  Jim Meyering  <meyering@lucent.com>
63499
63500         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
63501
63502 2000-05-24  Jim Meyering  <meyering@lucent.com>
63503
63504         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
63505         autoconf requires that.
63506         * m4/lib-check.m4: Likewise.
63507         * m4/jm-macros.m4: Likewise.
63508         * m4/strftime.m4: Likewise.
63509
63510         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
63511         AC_CHECK_DECLS, now that autoconf requires that.
63512
63513 2000-05-22  Jim Meyering  <meyering@lucent.com>
63514
63515         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63516         * m4/lstat.m4: Likewise.
63517
63518 2000-05-22  Jim Meyering  <meyering@lucent.com>
63519
63520         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
63521
63522 2000-05-20  Jim Meyering  <meyering@lucent.com>
63523
63524         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
63525         (jm_PREREQ): Use it.
63526
63527 2000-05-18  Jim Meyering  <meyering@lucent.com>
63528
63529         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
63530         back, too, since it may have been modified by allocate_entry.
63531         (hash_delete): Rewrite to use neither the assignment operator
63532         nor the comma operator in an if-expression.
63533
63534 2000-05-15  Paul Eggert  <eggert@twinsun.com>
63535
63536         * lib/closeout.c:
63537         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
63538         Remove; no longer needed.
63539         "quotearg.h": Add include.
63540         (file_name): Do not bother to explicitly initialize to NULL; it's less
63541         efficient on some hosts.
63542         (close_stdout_status): Remove test as to whether stdout was already
63543         closed; it breaks for the case "echo x | sort >&-".
63544         Quote file name colons.
63545         Do not assume that _("write error") lacks format strings.
63546
63547 2000-05-15  Jim Meyering  <meyering@lucent.com>
63548
63549         * lib/version-etc.c (version_etc_copyright): Update the copyright
63550         string used in all --version output.
63551
63552 2000-05-14  Jim Meyering  <meyering@lucent.com>
63553
63554         * lib/closeout.c (close_stdout_set_file_name): New function.
63555         (close_stdout_status): Use new file-scoped global.
63556         Return right away if fstat says the stdout file descriptor is invalid.
63557         * lib/closeout.h (close_stdout_set_file_name): Declare.
63558
63559 2000-05-10  Jim Meyering  <meyering@lucent.com>
63560
63561         * lib/closeout.c [default_exit_status]: New file-scoped variable.
63562         (close_stdout_set_status): New function.
63563         * lib/closeout.h (close_stdout_set_status): Declare.
63564
63565 2000-05-09  Jim Meyering  <meyering@lucent.com>
63566
63567         * m4/gettext.m4: Rename this...
63568         * m4/libintl.m4: ...to this.
63569
63570 2000-05-08  Jim Meyering  <meyering@lucent.com>
63571
63572         * lib/long-options.c: Don't include closeout.h.
63573         (parse_long_options): Don't call close_stdout for --version.
63574
63575 2000-05-06  Paul Eggert  <eggert@twinsun.com>
63576
63577         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
63578         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
63579         2.1.3 bug.  This avoids a clash when files like regex.c define
63580         _GNU_SOURCE.
63581
63582 2000-05-06  Jim Meyering  <meyering@lucent.com>
63583
63584         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
63585         (AC_REPLACE_FUNCS): Add strnlen.
63586
63587         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
63588         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
63589
63590         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
63591         AC_SEARCH_LIBS call for nanosleep.
63592         (LIB_NANOSLEEP): Set and AC_SUBST.
63593
63594 2000-05-06  Jim Meyering  <meyering@lucent.com>
63595
63596         * lib/strnlen.c: Undefine __strnlen and strnlen.
63597         [!weak_alias]: Define __strnlen to strnlen.
63598
63599         * lib/atexit.c: New file, from libiberty.
63600
63601 2000-05-06  Jim Meyering  <meyering@lucent.com>
63602
63603         * lib/closeout.c (close_stdout_status): Also check for errors on the
63604         stderr stream.
63605
63606 2000-05-05  Jim Meyering  <meyering@lucent.com>
63607
63608         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
63609         AC_SEARCH_LIBS call for clock_gettime.
63610         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
63611
63612         * m4/search-libs.m4: Update from autoconf.
63613
63614         su doesn't work on Solaris 2.6.
63615         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
63616         <shadow.h>.  Reported by Dragos Harabor.
63617
63618 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
63619
63620         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
63621         memcpy instead of xmalloc, xrealloc, path_concat.
63622         (locale_charset): Treat empty environment variables as absent.
63623         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
63624
63625 2000-05-04  Jim Meyering  <meyering@lucent.com>
63626
63627         * lib/getopt.c: Update from glibc.
63628         * lib/obstack.c: Likewise.
63629         * lib/obstack.h: Likewise.
63630         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
63631         file
63632
63633         * lib/regex.h: Likewise.
63634         * lib/strndup.c: Likewise.
63635         * lib/strnlen.c: New file, from glibc.
63636
63637 2000-05-03  Jim Meyering  <meyering@lucent.com>
63638
63639         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
63640
63641 2000-05-02  Paul Eggert  <eggert@twinsun.com>
63642
63643         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
63644         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
63645         compile-time test, rather than inspecting host and OS, to
63646         decide whether to define _LARGEFILE_SOURCE.
63647
63648 2000-05-01  Jim Meyering  <meyering@lucent.com>
63649
63650         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
63651
63652         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
63653         Based on a patch from Bruno Haible.
63654
63655 2000-05-01  Jim Meyering  <meyering@lucent.com>
63656
63657         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
63658
63659 2000-04-29  Jim Meyering  <meyering@lucent.com>
63660
63661         * lib/path-concat.c: Declare strdup only if it's not defined.
63662         * lib/canon-host.c: Likewise.
63663
63664 2000-04-28  Jim Meyering  <meyering@lucent.com>
63665
63666         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
63667         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
63668         is included first, then limits.h is included by locale.h by libintl.h.
63669         From John David Anglin.
63670
63671 2000-04-25  Jim Meyering  <meyering@lucent.com>
63672
63673         * lib/makepath.c (S_IRWXUGO): Define.
63674         (make_path): Always perform explicit chmod if MODE specifies any
63675         of the `special' permission bits.  Prompted by a bug report against
63676         install from Mate Wierdl and Joost van Baal.
63677
63678 2000-04-18  Jim Meyering  <meyering@lucent.com>
63679
63680         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
63681         (jm_PREREQ): Use it.
63682
63683 2000-04-18  Jim Meyering  <meyering@lucent.com>
63684
63685         * lib/README: New file.
63686
63687         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
63688         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
63689
63690 2000-04-17  Jim Meyering  <meyering@lucent.com>
63691
63692         Get it right :-)
63693         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
63694         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
63695         Suggestion from Akim Demaille.
63696
63697 2000-04-17  Jim Meyering  <meyering@lucent.com>
63698
63699         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
63700         the definition of it to rpl_strftime also defined-away the system's
63701         declaration.
63702
63703 2000-04-15  Jim Meyering  <meyering@lucent.com>
63704
63705         Use `C' to denote so-called `contiguous' files, the same way
63706         that tar does.
63707         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
63708         (ftypelet): Use S_ISCTG.
63709         From Michael Deutschmann.
63710
63711 2000-04-14  Jim Meyering  <meyering@lucent.com>
63712
63713         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
63714         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
63715         clobbered.
63716
63717 2000-04-14  Jim Meyering  <meyering@lucent.com>
63718
63719         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
63720
63721 2000-04-13  Jim Meyering  <meyering@lucent.com>
63722
63723         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
63724         AH_VERBATIM to insert required #ifndef into config.h.in.
63725         Suggestion from Akim Demaille.
63726
63727 2000-04-12  Jim Meyering  <meyering@lucent.com>
63728
63729         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
63730         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
63731         Christian Krackowizer.
63732
63733         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
63734         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
63735         (AC_SYS_LARGEFILE): Require.
63736         (AM_C_PROTOTYPES): Require.
63737
63738 2000-04-08  Jim Meyering  <meyering@lucent.com>
63739
63740         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
63741         names don't conflict.  Reported by Eli Zaretskii.
63742
63743 2000-04-07  Jim Meyering  <meyering@lucent.com>
63744
63745         * lib/putenv.c: Move inclusion of errno.h so it follows that of
63746         sys/types.h, to work around system header problems on AIX 3.2.5.
63747         From Bruno Haible.
63748
63749 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
63750
63751         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
63752         bug.  Deal with the different error behavior of Irix iconv.
63753
63754 2000-04-05  Paul Eggert  <eggert@twinsun.com>
63755
63756         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
63757         IRIX if the installer said otherwise.
63758
63759 2000-04-05  Jim Meyering  <meyering@lucent.com>
63760
63761         Portability tweaks required for ultrix4.3.
63762         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
63763         (jm_CHECK_DECLS): Add getutent to the list of functions.
63764         (_jm_DECL_HEADERS): Add utmpx.h.
63765         From John David Anglin.
63766
63767         * m4/strftime.m4: Back out the 2000-04-02 change.
63768         Instead of that change, simply undefine putenv in the test program.
63769
63770 2000-04-05  Jim Meyering  <meyering@lucent.com>
63771
63772         Portability tweaks required for ultrix4.3.
63773         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
63774         getutent.
63775         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
63776         * lib/canon-host.c: Declare strdup.
63777         * lib/path-concat.c: Likewise.
63778         From John David Anglin.
63779
63780 2000-04-04  Jim Meyering  <meyering@lucent.com>
63781
63782         Be more DOS 8.3-friendly.
63783         * lib/ref-add.sin: Renamed from ref-add.sed.in.
63784         * lib/ref-del.sin: Renamed from ref-del.sed.in.
63785         * lib/Makefile.am: Reflect renaming.
63786         Reported by Eli Zaretskii.
63787
63788         Use a temporary file name that won't clash with `charset.alias'
63789         in the DOS 8.3 name space.
63790         * lib/Makefile.am (charset_tmp): Define.
63791         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
63792         (uninstall-local): Likewise.
63793         Reported by Eli Zaretskii.
63794
63795 2000-04-03  Jim Meyering  <meyering@lucent.com>
63796
63797         * m4/gettext.m4: Fix typo in comment.
63798
63799         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
63800         textutils/configure.in).  Suggestion from Paul Eggert.
63801         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
63802
63803 2000-04-02  Paul Eggert  <eggert@twinsun.com>
63804
63805         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
63806         variable in the shell rather than using putenv, which isn't
63807         portable.  This avoids the configure-time inter-test dependency
63808         on the potentially-renamed putenv function.
63809
63810 2000-03-30  Paul Eggert  <eggert@twinsun.com>
63811
63812         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
63813         before checking struct stat.st_blksize, so that
63814         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
63815
63816 2000-03-29  Paul Eggert  <eggert@twinsun.com>
63817
63818         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
63819         since strftime.c uses HAVE_STRFTIME to decide whether to use
63820         the underlying strftime.
63821
63822 2000-03-29  Paul Eggert  <eggert@twinsun.com>
63823
63824         * lib/time/strftime.c (my_strftime): Make sure we call the system
63825         strftime, not ourselves, when invoking the underlying strftime.
63826
63827 2000-03-24  Jim Meyering  <meyering@lucent.com>
63828
63829         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
63830         (charset_alias): Define.
63831         (install-exec-local): Factor out common code.
63832         (uninstall-local): Split lines longer than 80.
63833         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
63834         (SUFFIXES): Define.
63835         (.sed.in.sed): New rule.  Don't redirect directly to $@.
63836         (CLEANFILES): Add ref-add.sed and ref-del.sed.
63837
63838 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
63839
63840         * lib/config.charset: Output a line containing "Packages using this
63841         file".
63842         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
63843         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
63844         ref-del.sed): New rules.
63845
63846 2000-03-17  Jim Meyering  <meyering@lucent.com>
63847
63848         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
63849         Otherwise, include <strings.h>
63850
63851 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
63852
63853         * lib/unicodeio.c (utf8_wctomb): New function.
63854         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
63855         format instead of in UCS-4 with platform dependent endianness.
63856
63857 2000-03-10  Jim Meyering  <meyering@lucent.com>
63858
63859         * m4/lib-check.m4: Look for getspnam in -lgen, too.
63860         From Marco Franzen.
63861
63862 2000-03-07  Paul Eggert  <eggert@twinsun.com>
63863
63864         * lib/savedir.c (savedir): Work even if directory size is
63865         negative; this can happen with some screwy NFS configurations.
63866
63867 2000-03-06  Jim Meyering  <meyering@lucent.com>
63868
63869         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
63870         if it's NULL (because we ran out of memory).  From Bruno Haible.
63871
63872 2000-03-05  Jim Meyering  <meyering@lucent.com>
63873
63874         * lib/localcharset.c ("path-concat.h"): Include.
63875         (get_charset_aliases): Use path_concat instead of ANSI string
63876         concatenation.
63877
63878         * lib/unicodeio.h (PARAMS): Define.
63879         Use it to guard prototype.
63880
63881 2000-03-04  Jim Meyering  <meyering@lucent.com>
63882
63883         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
63884         for lib/localcharset.c.
63885
63886 2000-03-04  Jim Meyering  <meyering@lucent.com>
63887
63888         * lib/Makefile.am (install-exec-local): Create $(libdir) before
63889         installing into it.
63890         (uninstall-local): Uncomment this rule so `make distcheck' works
63891         once again.
63892
63893         * lib/unicodeio.c (<errno.h>): Include it.
63894         (errno): Declare if not defined.
63895
63896         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
63897
63898         * lib/config.charset: New version, incorporating remarks from a linux
63899         i18n mailing list.  From Bruno Haible.
63900
63901 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
63902
63903         * m4/codeset.m4: New file.
63904         * m4/iconv.m4: New file.
63905         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
63906
63907 2000-03-03  Jim Meyering  <meyering@lucent.com>
63908
63909         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
63910
63911 2000-03-02  Jim Meyering  <meyering@lucent.com>
63912
63913         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
63914         the messages come out on separate lines.
63915
63916         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
63917         rather than jm_CHECK_DECLARATIONS.
63918         * m4/decl.m4: Remove now-unused file.
63919
63920         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
63921         geteuid.
63922
63923 2000-03-02  Jim Meyering  <meyering@lucent.com>
63924
63925         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
63926
63927 2000-03-01  Jim Meyering  <meyering@lucent.com>
63928
63929         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
63930         * lib/unicodeio.c: Likewise.
63931
63932 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
63933
63934         * lib/config.charset: New file.
63935         * lib/localcharset.c: New file.
63936         * lib/unicodeio.h, lib/unicodeio.c: New files.
63937         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
63938         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
63939         (noinst_HEADERS): Add unicodeio.h.
63940         (all-local, install-exec-local, charset.alias): New targets.
63941
63942 2000-02-28  Paul Eggert  <eggert@twinsun.com>
63943
63944         * lib/quotearg.c (ALERT_CHAR): New macro.
63945         (quotearg_buffer_restyled): Use it.
63946
63947 2000-02-27  Jim Meyering  <meyering@lucent.com>
63948
63949         * m4/check-decl.m4: Add getenv to the list.
63950
63951 2000-02-27  Jim Meyering  <meyering@lucent.com>
63952
63953         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
63954         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
63955
63956         * lib/backupfile.c: Guard inclusion of stdlib.h with
63957         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
63958         Declare malloc if needed.
63959
63960         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
63961         `#ifndef HAVE_DECL..'
63962         now that autoconf always defines the HAVE_DECL_ symbols.
63963         * lib/human.c: Likewise.
63964         * lib/same.c: Likewise.
63965         * lib/strtoumax.c: Likewise.
63966
63967         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
63968         declaration check was not run.
63969         * lib/hash.c: Likewise.
63970         * lib/human.c: Likewise.
63971         * lib/same.c: Likewise.
63972         * lib/strtoumax.c: Likewise.
63973
63974         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
63975         `.', then first look up the entire `.'-containing string as a login
63976         name.
63977
63978 2000-02-23  Jim Meyering  <meyering@lucent.com>
63979
63980         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
63981         in place of my hack.
63982
63983 2000-02-18  Paul Eggert  <eggert@twinsun.com>
63984
63985         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
63986         (textint): New typedef.
63987         (parser_control): Member year changed from int to textint.
63988         All uses changed.
63989         (YYSTYPE): Removed; replaced by %union with int and textint members.
63990         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
63991         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
63992         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
63993         (tSNUMBER, tUNUMBER): Now of type <textintval>.
63994         (date, number, to_year): Use width of number in digits, not its value,
63995         to determine whether it's a 2-digit year, or a 2-digit time.
63996         (yylex): Store number of digits of numeric tokens.
63997         Reported by John Kendall.
63998
63999         (parser_control): Changed from struct parser_control to typedef (for
64000         consistency).  All uses changed.
64001
64002         (tID): Removed; not used.
64003         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
64004
64005 2000-02-14  Paul Eggert  <eggert@twinsun.com>
64006
64007         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
64008         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
64009
64010 2000-02-12  Jim Meyering  <meyering@lucent.com>
64011
64012         * lib/userspec.c (ISDIGIT): Define it.
64013         (isdigit): Remove definition.
64014         (is_number): Use ISDIGIT, not isdigit.
64015         <libintl.h>: Include.
64016         (_ and N_): Define.
64017         (parse_user_spec): Mark translatable strings.
64018
64019 2000-02-10  Jim Meyering  <meyering@lucent.com>
64020
64021         With these changes, nanosleep.[ch] are finally enough like the other
64022         lib/* replacement files to compile on a few more losing systems.
64023
64024         * lib/nanosleep.h: Don't include config.h.
64025         Remove prototype from declaration of nanosleep.
64026         (PARAMS): Remove now-unneeded definition.
64027         * lib/nanosleep.c: #undef nanosleep.
64028         (rpl_nanosleep): Rename from nanosleep.
64029
64030 2000-02-10  Jim Meyering  <meyering@lucent.com>
64031
64032         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
64033         gnu_nanosleep to rpl_nanosleep.
64034
64035 2000-02-09  Jim Meyering  <meyering@lucent.com>
64036
64037         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
64038         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
64039
64040 2000-02-08  Akim Demaille  <akim@epita.fr>
64041
64042         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
64043         `[' and `]' and remove uses of `changequote'.
64044         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
64045         (AC_SYS_LARGEFILE): Likewise.
64046         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
64047         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
64048         of changequote.
64049         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
64050         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
64051         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
64052         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
64053
64054 2000-02-05  Jim Meyering  <meyering@lucent.com>
64055
64056         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
64057         Remove explicit use of AC_HEADER_TIME.  It is required by
64058         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
64059         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
64060         in autoconf whereby the expansion of the latter ended up preceding
64061         the expansion of its prerequisite, AC_HEADER_TIME.
64062         Reported by Volker Borchert.
64063
64064 2000-02-03  Jim Meyering  <meyering@lucent.com>
64065
64066         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
64067
64068 2000-02-03  Jim Meyering  <meyering@lucent.com>
64069
64070         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
64071         rather than with `#if HAVE_UTMPNAME'.
64072
64073 2000-02-02  Jim Meyering  <meyering@lucent.com>
64074
64075         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
64076         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
64077         Reported by Eli Zaretskii.
64078
64079 2000-02-01  Jim Meyering  <meyering@lucent.com>
64080
64081         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
64082
64083 2000-01-31  Jim Meyering  <meyering@lucent.com>
64084
64085         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
64086         functions.  Add the time.h and sys/time.h headers along with the
64087         AC_REQUIRE'ment of AC_HEADER_TIME.
64088
64089 2000-01-31  Jim Meyering  <meyering@lucent.com>
64090
64091         * lib/nanosleep.h (nanosleep): Guard declaration with
64092         `#if ! HAVE_DECL_NANOSLEEP'.
64093         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
64094         the declaration in that vendor's sys/timers.h.
64095         Reported by Christian Krackowizer.
64096
64097         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
64098         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
64099         (ISPRINT): Likewise.
64100         Reported by Tom Tromey.
64101
64102 2000-01-30  Jim Meyering  <meyering@lucent.com>
64103
64104         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
64105
64106         * m4/prereq.m4 (utmp_includes): Define.
64107         Check for ut_user and ut_name members in both struct utmpx
64108         and struct utmp.
64109
64110 2000-01-30  Jim Meyering  <meyering@lucent.com>
64111
64112         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
64113         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
64114         header files where only utmpx.ut_user is declared.
64115
64116         * lib/readutmp.h (UT_USER): Define.
64117
64118 2000-01-29  Jim Meyering  <meyering@lucent.com>
64119
64120         * m4/lib-check.m4: New file containing library-related checks from
64121         fileutils and sh-utils (textutils had none).
64122
64123 2000-01-28  Jim Meyering  <meyering@lucent.com>
64124
64125         * m4/perl.m4: Change format of warning message to look more like that
64126         from the missing script.  Suggestion from François Pinard.
64127
64128 2000-01-25  Jim Meyering  <meyering@lucent.com>
64129
64130         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
64131         well as time.h in the compile check.
64132         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
64133         Fix typo in cross-compiling case: s/yes/no/.
64134
64135 2000-01-23  Jim Meyering  <meyering@lucent.com>
64136
64137         * m4/jm-macros.m4: Move df-related tests here from
64138         fileutils/configure.in
64139
64140         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
64141         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
64142
64143         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
64144         s/space/ac_fsusage_space/.
64145         (jm_FILE_SYSTEM_USAGE): Take two parameters.
64146
64147         * m4/ftruncate.m4: New file (derived from part of
64148         fileutils/configure.in).
64149         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64150         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64151
64152         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64153         AC_SUBST these here, rather than just in sh-util/configure.in, so
64154         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64155         all the same.
64156         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64157         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64158         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64159         (AC_SUBST(POW_LIBM)): Likewise.
64160         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64161
64162 2000-01-23  Jim Meyering  <meyering@lucent.com>
64163
64164         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
64165         obstack.c.
64166
64167 2000-01-22  Jim Meyering  <meyering@lucent.com>
64168
64169         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
64170
64171         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
64172
64173         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
64174         configure.in
64175         (AC_CHECK_HEADERS): Likewise for sh-utils.
64176         (AC_CHECK_HEADERS): Likewise for textutils.
64177         Merge the three lists of headers.
64178
64179         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
64180         from fileutils' configure.in.
64181
64182         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
64183         code. Moved tests into their own function (_jm_DECL_HEADERS) in
64184         check-decl.m4.
64185
64186         * m4/check-decl.m4: Use #if rather than #ifdef.
64187         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
64188         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
64189         (_jm_DECL_HEADERS): Define new function.
64190         (jm_CHECK_DECLARATIONS): Require it.
64191
64192 2000-01-22  Jim Meyering  <meyering@lucent.com>
64193
64194         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
64195         [! HAVE_DECL_STRTOULL]: Declare strtoull.
64196         Required for some AIX systems.  Reported by Christian Krackowizer.
64197         [TESTING] (main): New function.
64198
64199         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
64200         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
64201         letters.
64202
64203         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
64204         iswprint.
64205
64206         * lib/strverscmp.c (ISDIGIT): Define.
64207         (strverscmp): Use ISDIGIT, not isdigit.
64208
64209 2000-01-19  Jim Meyering  <meyering@lucent.com>
64210
64211         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
64212         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
64213         defines `struct timespec' in <sys/time.h>
64214
64215         * m4/c-bs-a.m4: Remove uses of changequote altogether.
64216         Thanks to Akim for explaining.
64217
64218 2000-01-17  Paul Eggert  <eggert@twinsun.com>
64219
64220         * lib/nanosleep.c (nanosleep):
64221         Don't use SA_INTERRUPT to decide whether to call sigaction, as
64222         POSIX.1 doesn't require SA_INTERRUPT and some systems
64223         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
64224         it's been part of POSIX.1 since day 1 (in 1988).
64225
64226 2000-01-17  Jim Meyering  <meyering@lucent.com>
64227
64228         * lib/interlock: Remove unused file.  Reported by François Pinard.
64229
64230 2000-01-16  Paul Eggert  <eggert@twinsun.com>
64231
64232         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
64233         alert, backslash, formfeed, and vertical tab unnecessarily in
64234         shell quoting style.
64235
64236 2000-01-16  Jim Meyering  <meyering@lucent.com>
64237
64238         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
64239         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
64240         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
64241         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
64242
64243 2000-01-16  Jim Meyering  <meyering@lucent.com>
64244
64245         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
64246         because the latter didn't work.
64247
64248 2000-01-15  Jim Meyering  <meyering@lucent.com>
64249
64250         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
64251         (AC_REPLACE_FUNCS): Add memcpy and memset.
64252         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
64253         Add strpbrk.
64254         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
64255
64256 2000-01-12  Jim Meyering  <meyering@lucent.com>
64257
64258         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
64259         (jm_PREREQ): Use it.
64260         (jm_PREREQ_READUTMP): New macro.
64261         (jm_PREREQ): Use it.
64262
64263 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64264
64265         Quote multibyte characters correctly.
64266         * m4/c-bs-a.m4: New file.
64267         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
64268         (jm_PREREQ): Use it.
64269
64270 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64271
64272         * m4/uintmax_t.m4: Port to autoconf 2.13.
64273
64274 2000-01-08  Jim Meyering  <meyering@ascend.com>
64275
64276         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
64277         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
64278
64279 2000-01-04  Jim Meyering  <meyering@ascend.com>
64280
64281         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
64282         jm_STRUCT_DIRENT_D_TYPE.
64283         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
64284         jm_STRUCT_DIRENT_D_INO.
64285         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
64286         jm_STRUCT_UTIMBUF.
64287         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
64288         renamings.
64289         * m4/utime.m4: Likewise.
64290
64291         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
64292         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
64293
64294 2000-01-03  Paul Eggert  <eggert@twinsun.com>
64295
64296         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
64297         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
64298
64299 2000-01-02  Jim Meyering  <meyering@ascend.com>
64300
64301         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
64302         remember if this is necessary.
64303
64304 1999-12-26  Jim Meyering  <meyering@ascend.com>
64305
64306         * m4/jm-macros.m4: Use it here.
64307         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
64308
64309 1999-12-23  Jim Meyering  <meyering@ascend.com>
64310
64311         * m4/jm-macros.m4: Check for clock_gettime (moved from
64312         fileutils/configure.in)
64313         Check for gettimeofday.
64314
64315 1999-12-20  Jim Meyering  <meyering@ascend.com>
64316
64317         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
64318         autoconf-2.14a-1999-12-20.
64319
64320 1999-12-19  Jim Meyering  <meyering@ascend.com>
64321
64322         * m4/lstat-slash.m4: New file.
64323         * m4/jm-macros.m4: Use the new macro:
64324         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64325
64326 1999-12-07  Jim Meyering  <meyering@ascend.com>
64327
64328         * m4/perl.m4: Require that File::Compare be available, too.
64329         Too many systems seem to lack it.
64330
64331         * m4/strftime.m4: Add checks for most of the cpp macros tested in
64332         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
64333
64334 1999-11-18  Paul Eggert  <eggert@twinsun.com>
64335
64336         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
64337         problem with the QNX 4.25 shell, which doesn't propagate exit
64338         status of failed commands inside shell assignments.
64339
64340 1999-11-17  Jim Meyering  <meyering@ascend.com>
64341
64342         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
64343
64344 1999-11-07  Jim Meyering  <meyering@ascend.com>
64345
64346         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
64347
64348 1999-11-06  Jim Meyering  <meyering@ascend.com>
64349
64350         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
64351         * m4/jm-macros.m4 (jm_MACROS): Use it here.
64352
64353 1999-11-05  Jim Meyering  <meyering@ascend.com>
64354
64355         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
64356         configure.in of textutils, fileutils, and sh-utils into this one
64357         (shared between those packages) file.
64358         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
64359         AC_STRUCT_ST_BLKSIZE.
64360
64361 1999-11-03  Jim Meyering  <meyering@ascend.com>
64362
64363         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
64364         of AC_CHECK_TYPE checks includes unistd.h.
64365         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
64366         Suggestion from Akim Demaille.
64367
64368 1999-10-30  Jim Meyering  <meyering@ascend.com>
64369
64370         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
64371         m4-quoted string.
64372         * m4/ls-mntd-fs.m4: Likewise.
64373         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
64374         * m4/jm-winsz1.m4: Likewise.
64375
64376         * m4/const.m4: Remove file, since the fix made it into the experimental
64377         version of autoconf.
64378         * m4/mktime.m4: Likewise.
64379
64380         * m4/check-type.m4: Remove file, now that the latest version of
64381         AC_CHECK_TYPE takes a third arg to specify additional #includes.
64382
64383         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
64384         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
64385         AC_CHECK_TYPE.
64386
64387 1999-10-04  Jim Meyering  <meyering@ascend.com>
64388
64389         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
64390
64391 1999-09-22  Paul Eggert  <eggert@twinsun.com>
64392
64393         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
64394         2.95.1 bug with HP-UX 10.20.
64395
64396 1999-09-17  Jim Meyering  <meyering@ascend.com>
64397
64398         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
64399         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
64400         due to missing strdup (against sh-utils-2.0).
64401
64402 1999-08-29  Jim Meyering  <meyering@ascend.com>
64403
64404         * m4/jm-macros.m4: Require jm_BISON.
64405         * m4/bison.m4: New file.
64406
64407 1999-08-17  Paul Eggert  <eggert@twinsun.com>
64408
64409         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
64410         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
64411
64412 1999-08-05  Jim Meyering  <meyering@ascend.com>
64413
64414         * m4/getline.m4: Rename test file from conftestdata to conftest.data
64415         to avoid conflicts with `conftest' on 8+3 filesystems.
64416         Suggestion from Eli Zaretskii.
64417
64418 1999-08-04  Jim Meyering  <meyering@ascend.com>
64419
64420         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
64421         fileutils and sh-utils (textutils's getline test was inadequate).
64422         (AM_FUNC_GETLINE): Run this test.
64423         (AC_CHECK_FUNCS): Check for getdelim.
64424         Reported by Bob Proulx.
64425
64426 1999-08-02  Jim Meyering  <meyering@ascend.com>
64427
64428         * m4/jm-macros.m4: Add a comment.
64429
64430 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64431
64432         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
64433         <inttypes.h> defines strtoumax as a macro (and not as a
64434         function).
64435
64436 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64437
64438         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
64439         that we can shift, multiply and divide unsigned long long
64440         values; Ultrix cc can't do it.
64441
64442 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64443
64444         * m4/mktime.m4: New file, which is a preview of what should appear
64445         in the next public autoconf release.
64446
64447 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64448
64449         * m4/lfs.m4: Remove this file.
64450         * m4/largefile.m4: New file.  It contains the old contents of
64451         lfs.m4, except that all names with prefix AC_LFS have been
64452         changed to use the prefix AC_SYS_LARGEFILE instead, to be
64453         compatible with future autoconf versions.  Also, some minor m4
64454         quoting problems have been fixed.
64455
64456 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64457
64458         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
64459         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
64460         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
64461         and simplify the shell code.
64462
64463 1999-08-01  Jim Meyering  <meyering@ascend.com>
64464
64465         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
64466         m4.
64467
64468 1999-07-20  Jim Meyering  <meyering@ascend.com>
64469
64470         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
64471
64472 1999-07-15  Jim Meyering  <meyering@ascend.com>
64473
64474         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
64475
64476 1999-05-22  Jim Meyering  <meyering@ascend.com>
64477
64478         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
64479
64480 1999-05-20  Jim Meyering  <meyering@ascend.com>
64481
64482         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
64483         Add a colon after each `then' in case $4 is empty.
64484
64485 1999-05-16  Jim Meyering  <meyering@ascend.com>
64486
64487         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
64488
64489 1999-05-10  Jim Meyering  <meyering@ascend.com>
64490
64491         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
64492
64493         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
64494         AC_FUNC_MKTIME.
64495
64496 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
64497
64498         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
64499
64500 1999-05-04  Paul Eggert  <eggert@twinsun.com>
64501
64502         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
64503         not CPPFLAGS, so that linking works correctly in IRIX.
64504
64505 1999-04-30  Paul Eggert  <eggert@twinsun.com>
64506
64507         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
64508
64509 1999-04-20  Paul Eggert  <eggert@twinsun.com>
64510
64511         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
64512         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
64513         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
64514         jm_AC_TYPE_UNSIGNED_LONG_LONG.
64515         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
64516
64517         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
64518
64519 1999-04-20  Jim Meyering  <meyering@ascend.com>
64520
64521         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
64522         AC_REPLACE xstroull if necessary.  From Paul Eggert.
64523         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
64524
64525 1999-04-18  Jim Meyering  <meyering@ascend.com>
64526
64527         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
64528         * m4/jm-macros.m4: Use it.
64529
64530 1999-04-06  Jim Meyering  <meyering@ascend.com>
64531
64532         * m4/strftime.m4: Remove test for %f.
64533
64534 1999-03-29  Jim Meyering  <meyering@ascend.com>
64535
64536         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
64537         superset of the AC_TYPE_* checks in the textutils, fileutils,
64538         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
64539         AC_TYPE_PID_T.
64540
64541 1999-03-28  Jim Meyering  <meyering@ascend.com>
64542
64543         * m4/jm-macros.m4: Define GNU_PACKAGE here.
64544         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
64545         replaced e.g., in the *.sh files of the sh-utils.
64546
64547 1999-03-20  Jim Meyering  <meyering@ascend.com>
64548
64549         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
64550         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
64551         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
64552
64553 1999-03-19  Jim Meyering  <meyering@ascend.com>
64554
64555         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
64556
64557 1999-03-12  Jim Meyering  <meyering@ascend.com>
64558
64559         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
64560
64561 1999-03-07  Jim Meyering  <meyering@ascend.com>
64562
64563         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
64564         declared.
64565
64566 1999-02-17  Jim Meyering  <meyering@ascend.com>
64567
64568         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
64569         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
64570
64571 1999-02-07  Jim Meyering  <meyering@ascend.com>
64572
64573         * m4/group-member.m4: New file -- extracted from sh-utils'
64574         configure.in.
64575
64576         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
64577         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
64578
64579 1999-02-06  Jim Meyering  <meyering@ascend.com>
64580
64581         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
64582         * m4/fnmatch.m4: Likewise.
64583         * m4/getgroups.m4: Likewise.
64584         * m4/lstat.m4: Likewise.
64585         * m4/malloc.m4: Likewise.
64586         * m4/putenv.m4: Likewise.
64587         * m4/realloc.m4: Likewise.
64588         * m4/regex.m4: Likewise.
64589         * m4/stat.m4: Likewise.
64590         * m4/strftime.m4: Likewise.
64591         Suggestion from Alain Magloire.
64592
64593         * m4/chown.m4: Use `.$ac_objext', not `.o'.
64594         * m4/fnmatch.m4: Likewise.
64595         * m4/getgroups.m4: Likewise.
64596         * m4/getline.m4: Likewise.
64597         * m4/lstat.m4: Likewise.
64598         * m4/malloc.m4: Likewise.
64599         * m4/memcmp.m4: Likewise.
64600         * m4/putenv.m4: Likewise.
64601         * m4/realloc.m4: Likewise.
64602         * m4/regex.m4: Likewise.
64603         * m4/stat.m4: Likewise.
64604         * m4/strftime.m4: Likewise.
64605         Suggestion from Alain Magloire.
64606
64607         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
64608         an argument.
64609
64610         * m4/regex.m4: Add a run-time Test for proper operation of
64611         re_compile_pattern.
64612
64613 1999-01-31  Jim Meyering  <meyering@ascend.com>
64614
64615         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
64616
64617 1999-01-30  Jim Meyering  <meyering@ascend.com>
64618
64619         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
64620
64621         * m4/jm-mktime.m4: Make this a wrapper around the official
64622         AM_FUNC_MKTIME rather than my private copy, now that the official one
64623         is up to date.
64624         * m4/mktime.m4: Remove file.
64625
64626         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
64627         * m4/uptime.m4: Likewise.
64628         * m4/uintmax_t.m4: Likewise.
64629
64630 1999-01-28  Jim Meyering  <meyering@ascend.com>
64631
64632         * m4/jm-macros.m4: Use jm_AFS.
64633         * m4/afs.m4: New file (from fileutils' configure.in).
64634
64635         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
64636         * m4/chown.m4: Likewise.
64637         * m4/d-ino.m4: Likewise.
64638         * m4/d-type.m4: Likewise.
64639         * m4/fnmatch.m4: Likewise.
64640         * m4/getgroups.m4: Likewise.
64641         * m4/gettext.m4: Likewise.
64642         * m4/jm-mktime.m4: Likewise.
64643         * m4/jm-winsz2.m4: Likewise.
64644         * m4/lcmessage.m4: Likewise.
64645         * m4/ls-mntd-fs.m4: Likewise.
64646         * m4/malloc.m4: Likewise.
64647         * m4/memcmp.m4: Likewise.
64648         * m4/putenv.m4: Likewise.
64649         * m4/realloc.m4: Likewise.
64650         * m4/st_mtim.m4: Likewise.
64651         * m4/strftime.m4: Likewise.
64652
64653 1999-01-16  Jim Meyering  <meyering@ascend.com>
64654
64655         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
64656         (ARGMATCH_DIE_DECL): Define.
64657
64658 1999-01-12  Jim Meyering  <meyering@ascend.com>
64659
64660         * m4/Makefile.am.in: Rewrite to avoid using fmt.
64661         Reported by Lars Hecking.
64662
64663 1999-01-10  Jim Meyering  <meyering@ascend.com>
64664
64665         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
64666         gross kludge.
64667         * m4/inttypes_h.m4: Likewise.
64668         * m4/lstat.m4: Likewise.
64669         * m4/malloc.m4: Likewise.
64670         * m4/readdir.m4: Likewise.
64671         * m4/realloc.m4: Likewise.
64672         * m4/st_dm_mode.m4: Likewise.
64673         * m4/stat.m4: Likewise.
64674         * m4/utimbuf.m4: Likewise.
64675         * m4/utimes.m4: Likewise.
64676
64677         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
64678         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
64679         comments in config.h.in are meaningful.
64680
64681         * m4/jm-macros.m4: Require autoconf-2.13 here.
64682
64683         * m4/regex.m4: By default, don't use the included regex.c on systems
64684         with glibc 2.  Suggestion from Uli Drepper.
64685
64686 1999-01-02  Jim Meyering  <meyering@ascend.com>
64687
64688         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
64689
64690 1998-12-18  Jim Meyering  <meyering@ascend.com>
64691
64692         * m4/Makefile.am.in (Makefile.am): Simplify rule.
64693         Based on a suggestion from Lars Hecking.
64694
64695 1998-11-16  Paul Eggert  <eggert@twinsun.com>
64696
64697         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
64698
64699 1998-11-16  Jim Meyering  <meyering@ascend.com>
64700
64701         * m4/lfs.m4: Double-quote the `uname...` expression.
64702
64703 1998-11-14  Jim Meyering  <meyering@ascend.com>
64704
64705         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
64706         * m4/stat.m4: Likewise.
64707
64708 1998-11-03  Jim Meyering  <meyering@ascend.com>
64709
64710         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
64711         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
64712
64713 1998-10-18  Jim Meyering  <meyering@ascend.com>
64714
64715         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
64716
64717 1998-10-17  Jim Meyering  <meyering@ascend.com>
64718
64719         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
64720         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
64721         calls for those previously hard-coded headers.  Instead, take a new
64722         parameter.
64723         (jm_CHECK_DECLARATIONS): Reflect interface change.
64724         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
64725         (jm_CHECK_DECL_LOCALTIME_R): New macro.
64726
64727         * m4/mktime.m4: Test for spring-forward gap before long-running test.
64728
64729 1998-10-14  Jim Meyering  <meyering@ascend.com>
64730
64731         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
64732         instead of "TZ=America/Vancouver".  From Paul Eggert.
64733
64734 1998-10-11  Jim Meyering  <meyering@ascend.com>
64735
64736         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
64737         This adds a test for a recently added compatibility fix for mktime.c.
64738         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
64739
64740 1998-09-27  Jim Meyering  <meyering@ascend.com>
64741
64742         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
64743
64744         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
64745         ../configure.in, including a change from Gordon Matzigkeit to allow
64746         cross-compiling for the Hurd.
64747
64748         * m4/glibc.m4: New file/macro to test for the GNU C Library
64749         versions 1 and 2.  From Gordon Matzigkeit.
64750         Indent.
64751
64752 1998-09-21  Jim Meyering  <meyering@ascend.com>
64753
64754         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
64755
64756 1998-08-18  Paul Eggert  <eggert@twinsun.com>
64757
64758         Port nanosecond-resolution times to UnixWare 2.1.2 and
64759         pedantic Solaris 2.6.
64760
64761         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
64762         AC_STRUCT_ST_MTIM.
64763         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
64764         Generate name of ns member, instead of just 1 or undef.
64765         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
64766
64767 1998-08-15  Jim Meyering  <meyering@ascend.com>
64768
64769         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
64770         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
64771         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
64772         instead of jm_TYPE_SSIZE_T.
64773
64774 1998-08-12  Jim Meyering  <meyering@ascend.com>
64775
64776         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
64777
64778 1998-08-02  Jim Meyering  <meyering@ascend.com>
64779
64780         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
64781         in acconfig.h manually.
64782
64783 1998-07-31  Paul Eggert  <eggert@twinsun.com>
64784
64785         * m4/st_mtim.m4: New file.
64786
64787 1998-07-28  Jim Meyering  <meyering@ascend.com>
64788
64789         * m4/utimes.m4: Undef stat.
64790
64791 1998-07-25  Jim Meyering  <meyering@ascend.com>
64792
64793         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
64794         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
64795
64796 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
64797
64798         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
64799         uid and gid actually remain unchanged.
64800
64801 1998-07-07  Jim Meyering  <meyering@ascend.com>
64802
64803         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
64804
64805 1998-07-04  Jim Meyering  <meyering@ascend.com>
64806
64807         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
64808         to prove that this macro can be used in packages without regex.c.
64809
64810 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
64811
64812         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
64813         is to be used.
64814
64815 1998-07-03  Jim Meyering  <meyering@ascend.com>
64816
64817         * m4/gettext.m4: Add -lintl if it's found to be necessary.
64818
64819         * m4/gettext.m4: New file -- from gettext-0.10.35.
64820         * m4/lcmessage.m4: Likewise.
64821         * m4/progtest.m4: Likewise.
64822
64823         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
64824         * m4/jm-macros.m4: Require the new macro.
64825
64826 1998-06-29  Jim Meyering  <meyering@ascend.com>
64827
64828         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
64829         for the definition of NGROUPS (used in a system header included
64830         by sys/mount.h).
64831
64832 1998-06-28  Jim Meyering  <meyering@ascend.com>
64833
64834         * m4/ls-mntd-fs.m4: New file.
64835         * m4/fstypename.m4: New file.
64836
64837         * m4/jm-macros.m4: Require the new macro.
64838         * m4/jm-glibc-io.m4: New file.
64839
64840 1998-05-19  Jim Meyering  <meyering@ascend.com>
64841
64842         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
64843         * m4/lchown.m4: New file.
64844
64845         * m4/Makefile.am.in: New file.
64846         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
64847
64848 1998-05-14  Jim Meyering  <meyering@ascend.com>
64849
64850         * m4/Makefile.am (EXTRA_DIST): Add them.
64851         * m4/jm-macros.m4: New file.
64852         * m4/utimbuf.m4: New file.
64853
64854 1998-05-12  Jim Meyering  <meyering@ascend.com>
64855
64856         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
64857
64858 1998-05-11  Jim Meyering  <meyering@ascend.com>
64859
64860         * m4/isc-posix.m4: New file.
64861
64862 1998-05-10  Jim Meyering  <meyering@ascend.com>
64863
64864         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
64865
64866 1998-05-09  Jim Meyering  <meyering@ascend.com>
64867
64868         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
64869         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
64870         with automake.
64871
64872         * m4/ssize_t.m4: New file.
64873         * m4/mktime.m4: Remove file -- the new automake has this now.
64874
64875 1998-04-26  Jim Meyering  <meyering@ascend.com>
64876
64877         * m4/assert.m4: New file.
64878         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
64879
64880 1998-04-05  Jim Meyering  <meyering@ascend.com>
64881
64882         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
64883         (jm_PREREQ): Use it here.
64884
64885 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
64886
64887         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
64888         in acconfig.h.
64889
64890 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
64891
64892         * m4/prereq.m4: New file.
64893         * m4/error.m4: New file.
64894         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
64895
64896 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
64897
64898         * m4/getline.m4: Don't set am_cv_func_working_getline before the
64899         cache-check for the same variable -- that defeated the purpose of
64900         the test; the test program was never run.  This was a problem only
64901         on systems with losing getline functions -- HP-UX 10.20 is one.
64902         Reported by Bjorn Helgaas.
64903
64904 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
64905
64906         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
64907
64908 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
64909
64910         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
64911
64912         * m4/const.m4: New file.  Use an initializer in this declaration
64913         typedef int charset[2]; const charset x;
64914         Reported by Bob Glickstein.
64915
64916 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
64917
64918         * m4/chown.m4: Fix reversed types on -1 args to chown.
64919         From Kaveh Ghazi.
64920
64921 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
64922
64923         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
64924         Add lseek and memchr.
64925
64926         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
64927         T.E.Dickey <dickey@clark.net> said that some older preprocessors
64928         have a 20-character limit on names.
64929
64930 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
64931
64932         * m4/inttypes_h.m4: New file.
64933         * m4/uintmax_t.m4: New file.
64934         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
64935
64936
64937         -----
64938
64939         Local Variables:
64940         coding: utf-8
64941         End:
64942
64943         Copyright (C) 1997-2010 Free Software Foundation, Inc.
64944
64945         Copying and distribution of this file, with or without
64946         modification, are permitted provided the copyright notice
64947         and this notice are preserved.